*{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;		
}

html, body{
    height:100%;
}

img{
	cursor:pointer;
	/*text-transform: capitalize;*/
}

fieldset{
	border-top: solid 0.1em rgba(78, 78, 70, 0.31);
	margin: 5px 20px;
}

legend {
  text-align:center;
  padding: 0.2em 0.3em;
  /*border: solid 0.1em gray;*/
  color: #2F4F4F;
  font-weight: bold;
  font-size:15px;
}

.camada_fundo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.camada {
	position: absolute;
	width:100%;
	min-height:100%;	
}

.camadaFundo_load{
	position: fixed;
	cursor: wait !important; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	-moz-opacity: 0.2;
	opacity:.2;
	filter: alpha(opacity=20);
}

.camada_load{
	position: fixed;
}

.conteudo_nivel{
	background: url('/saintgermain/imagem/_marca_dagua.png') no-repeat center center #FFF fixed;
	position: absolute;	
	width: 95%;
	left:2.5%;
	top: 50px;
	min-width:850px;
	border-radius:5px;
	padding:5px;
	padding-top: 2em;	
	overflow: auto;
}

.body {
	background: url('/saintgermain/imagem/_marca_dagua.png') no-repeat center center fixed;
	min-width:850px;
	min-height:600px;
}

#centro {
	width:100%;
	height:94%;	
	min-height:590px;	
}

.img_loading {
	cursor: wait;
	position: fixed;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left: -250px;
}
.registros {
	width:100%;
}
.registros td{
	padding:10px;
}
.registros tr:hover, .registros tr td:hover{
	background-color: rgba(163, 200, 238, 0.5) !important;
	cursor:pointer;
}

.lista{
	width:98%;	
	margin-top: 10px;
	margin-left: 1%;
}

.menu_interno{
	text-align: right;
	width: 98%;
	margin-left: 1%;
}

.fechar{
	position: absolute;
	background: url('/saintgermain/imagem/fechar.png') no-repeat;
	width: 22px;
	height: 22px;
	right: 1.5%;
	top: 10px;
	cursor: pointer;
}

/* .agrupa{
} */

.off{
	display:none;	
}
.container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.esquerda{
	width:50%
}

.direita{
	width:50%;
}

.linha-inteira{	
	float:left;
	width:100%;	
	padding:.7em 0;
}

.logoff{
	float: right;
	padding: 8px;
	font-weight:bold;
	color:#FFF;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.logoff *{
	vertical-align:middle;
	font-weight: normal;
}

.destacado{
	background-color:#ede7d0;	
}

.destacaLinha{
	margin-bottom:6px;
	padding:3px;
	min-height:18px;
}

/*USADO NA DISPONIBILIDADE DO PROFESSOR*/
.disponibilidadeIndisponivel{
	cursor: pointer;
	border:thin solid #df5f5f;
	background-color: #df5f5f;
	text-align: justify;
	color:#ffffff;
	margin: 0px 1px;
}

.disponibilidadeIndisponivel2{
	background-color: #d40005;
	text-align: center;
}

.disponibilidadeDisponivel{
	cursor: pointer;
	border:thin solid #90e18b;
	background-color: #90e18b;
	text-align: justify;
	color:#ffffff;
	margin: 0px 1px;
}

.disponibilidadeDisponivel2{
	background-color: #4dc146;
	text-align: center;	
}

.legenda_box{
	width:1em;
	height:1em;
	margin:3px;
	float:left;
}

.legenda{
	float:left;
	padding:1px;
	
}

.clear{	clear:both; }

.alerta{
	display:none;
	border: thin solid #3790e8;	
	padding: 12px;
	padding-left:48px;			
	overflow-wrap: break-word;
	color: #333;
	background-color: #fafafa;
	background-image: url('/saintgermain/imagem/info.png');
	background-repeat: no-repeat;
	background-position:5px;	
	border-radius: 5px 5px 5px 5px;	
	margin-bottom: .5em;
	font-size: 16px;
}

#alertas{
	position: fixed;
	width: 28em;
	margin-left: 50%;
	text-align: left;
	font-size:14px;
	left: -14em;	
}

/*CSS PARA ABAS*/
#abas {
	position: absolute;
	left: 2.5%;
	z-index: 1001;
	top: 24px;
	min-width:715px;
}

#abas .aba_interna {
	float: left;
	padding: 5px 5px 15px 5px;
	cursor: pointer;	
	border-radius:5px;
	border: none;
	border-right: thin solid rgba(204, 204, 204, 0.5);
	text-align:center;
	/*border:solid 1px #333333;
	border-bottom: none;
	border-right: none;*/			
	color:#EEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #00adee,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
		
}

.div_aba_interna{
	overflow: auto;
}

#abas .ativa{
	color: #333333;
	font-weight:bold;
	background:#FFFFFF;	
}

.novoAviso{
	position: fixed;
	width: 12em;
	border: thin solid #3790e8;
	padding: 12px;
	padding-left: 48px;
	text-align: justify;
	font-size: 16px;
	right: 1em;
	bottom: 1em;
	overflow-wrap: break-word;
	color: #333;
	background-color: #fafafa;
	background-image: url('/saintgermain/imagem/aviso.png');
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px 5px 5px 5px;
}

.onlink:hover{
	cursor:pointer;
	text-decoration:underline;
	color:#09F;
}

.container {
	min-width: 800px;
	max-width: 1280px;
	margin: 0px auto;
	background-color: #FFFFFF;
	height: 100%;
	padding: 5px;
	/*overflow: auto;*/
}

.banner {
	text-align: left;
}

.reposicao{
	background-color:rgba(158, 214, 112, 0.5) !important;
}

.pagamentoProf{
	background-color:rgba(77,152,15, 0.5);
	padding: 2px;	
}

.aulaInexistente{
	background-color:rgba(214, 112, 112, 0.5) !important;
}

.desabilitado{ display:none !important; }

.tab1{	padding-left:1em;}
.tab2{	padding-left:2em;}
.tab3{	padding-left:3em;}

.emFoco{
	border-color:#090 !important;
}

.mostrarTitle{
	position: fixed;
	background-color: white;
	border-radius: 5px 5px 5px 5px;
	border: thin solid #2F4F4F;
	padding: 5px;
	overflow-wrap: break-word;
	width: 26em;
	text-align: left;	
}

#div_login {
	margin: auto auto;
	width: 350px;
}

.hora{
	min-width: 75px !important;
}
.tabela_d{
	border: 1px solid #000;
	width: 300px;
}

/*.psaTable thead,tbody, tr, th, td{
	padding: 10 10 10 10;
	border: 1px solid #000;
}*/
/*  Modal estilo */ 
/* dialog.modal-cadastro{
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    background-color: var(--azul);
    border: none;
    outline: none;
}
#closeModel{
    padding: 10px;
    cursor: pointer;
    border-radius: 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(38, 57, 143, 0);
    transition: 1s all;
}
#closeModel:hover{
    border: 1px solid var(--azul);
}
dialog.modal-cadastro>.conteiner{
    background-color: var(--bg-principal);
    border-radius: 15px;
    width: 50%;
    margin: 5vh auto;
    padding: 20px;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
}
dialog.modal-cadastro>.conteiner>.conteudo{
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 25px; 
}*/