Body{ font: 11px Verdana;}
Body{ scrollbar-face-color: #000099; scrollbar-shadow-color: #5577DD;
	scrollbar-highlight-color: #5577DD; scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000; scrollbar-track-color: #222222;
	scrollbar-arrow-color: #FFFFFF }
A.tikr:link, A.tikr:visited, A.tikr:active
{font:10px Verdana; FILTER: dropshadow(color=#000000,offx=1, offy=1, positive=1), glow(color=#000000, strength=0); WIDTH: 100%; COLOR: #ffffff}
A.tikr:Hover
{font:10px Verdana; FILTER: dropshadow(color=#000000,offx=1, offy=1, positive=1), glow(color=#000000, strength=0); WIDTH: 100%; COLOR: #ffff00; text-decoration: none;}
A.tikr2:link, A.tikr2:visited, A.tikr2:active
{font:10px Verdana; FILTER: dropshadow(color=#000000,offx=1, offy=1, positive=1), glow(color=#000000, strength=0); WIDTH: 100%; COLOR: #ffff00}
A.tikr2:Hover
{font:10px Verdana; FILTER: dropshadow(color=#000000,offx=1, offy=1, positive=1), glow(color=#000000, strength=0); WIDTH: 100%; COLOR: #99ff00; text-decoration: none;}
A.tikr3:link, A.tikr3:visited, A.tikr3:active
{font:10px Verdana; FILTER: dropshadow(color=#000000,offx=1, offy=1, positive=1), glow(color=#000000, strength=0); WIDTH: 100%; COLOR: #efa3a3}
A.tikr3:Hover
{font:10px Verdana; FILTER: dropshadow(color=#000000,offx=1, offy=1, positive=1), glow(color=#000000, strength=0); WIDTH: 100%; COLOR: #ffff00; text-decoration: none;}


.imagein{
	border:1px #000000 solid;
	margin:5px
}

.imageinspaceleft{
	margin-left:5px
}

.imageinspeceright{
	margin-right:5px
}



A:link {font : 11px Verdana; color: blue; text-decoration: none;}
A:visited {font : 11px Verdana; color: blue; text-decoration: none;}
A:active{font : 11px Verdana; color: blue; text-decoration: none;}
A:hover {font : 11px Verdana; color: red; text-decoration: none;}
TD{ font: 11px Verdana;}
a.dark:link, a.dark:active, a.dark:visited {
color: #333333;
font: 11px Arial;
text-decoration: none;}
a.dark:hover {
color: #cc0000;
font: 11px Arial;
text-decoration: none;}
.menudolinks3 {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-WEIGHT: normal; FONT-SIZE: 10px; BACKGROUND-ATTACHMENT: fixed; BORDER-LEFT: medium none; WIDTH: 130px; COLOR: #000099; LINE-HEIGHT: normal; BORDER-BOTTOM: medium none; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma; BACKGROUND-COLOR: #cee7ff; TEXT-DECORATION: none
}
.headers{font: 13px verdana; color:#000099; font-weight:bold;}
.form {font: 11px verdana;
       border-color: #000000;
	   border-width: 1px;
	   margin-top: 2px;
       margin-bottom: 1px;
	   padding: 3px 0;
       }
a.foot:link, a.foot:active, a.foot:visited {
color: white;
font: 9px verdana;
text-decoration: none;}
a.foot:hover {
color: #ffffcc;
font: 9px verdana;
text-decoration: underline;}

INPUT.botao {
	BORDER: #cee7ff 1px solid; FONT-SIZE: 10px; color:#ffffff; BACKGROUND: #BF0000;
}

#lightbox{display:none}
.lightbox{ background: url("images/bgLightbox.png") repeat scroll 0 0 transparent;
    font-family: Arial,Helvetica,sans-serif;
    height: 100%;
    position: absolute;
	top:0;
	left:0;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.lightbox span{position:absolute; width:500px; top:40%; left: 50%; margin-left:-260px; border:1px solid #c00; box-shadow:0 0 5px #000; background:#fff; color:#333; font-size:14px; padding:20px 10px 10px 10px;border-radius:5px; display:block;}

/* Autorizados */

.foto-personal {
	width: 150px;
	height: 150px;
	background: white;
	border: 1px solid #3E5182;
	position:relative;
}
.foto-personal .acoes-foto {
	border-top: 1px solid #3E5182;
}
.foto-personal .foto-personal-imagem {
	width: 100%;
	height: 130px;
	overflow: hidden;
    text-align: center;
}
.foto-personal .foto-personal-imagem img {
	max-width: 100%;
	max-height: 100%;
}
.remover-foto, .selecionar-foto {
	text-align: center;
	width: 50%;
	float: left;
	color: white !important;
	display: inline-block;
	line-height: 19px !important;
}
.remover-foto:hover, .selecionar-foto:hover {
	color: white !important;
}
.remover-foto {
	background-color: #D00;
}
.selecionar-foto {
	background-color: #0B0;
}
.foto-autorizado {
	width: 90px;
	height: 50px;
	text-align: center;
	margin: 2px;
	padding: 3px;
}
.foto-autorizado img{
	max-width: 100%;
	max-height: 100%;
	background: white;
	border: 1px solid #ccc;
}
.foto-autorizado .absolute-img {
	display: none;
	width: 400px;
	height: 400px;
	padding: 10px;
	background: white;
	border: 1px solid #ccc;
	margin-left:60px;
	margin-top:-60px;

}
.foto-autorizado img:hover ~ .absolute-img {
	position: absolute;
	display: block;
	max-width: none;
    max-height: none;
}

.fancybox-add-person {
    width: 100%;
    height: 100%;

    background-color: rgba(0,0,0,0.7);
    
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
}

.fancybox-add-person .content {
    width: 600px;
    height: 400px;
    margin-top: -250px;
    padding: 10px;

    border-radius: 10px;
    background-color: #cee7ff;
    border: #4b65d9 3px solid;
    box-shadow: #738de5 0px -2px 3px 0px;

    position: absolute;
    top: 53%;
    left: 143px;
}

.fancybox-add-person .content .table {
    height:300px;
    overflow-x: none;
    overflow-y: auto;
    border:1px solid #ccc;
}
/*.new-auth {
	display: inline-block;
	background-image: url("images/insertNewPerson.jpg");
	width:105px;
	height: 20px;
	cursor: pointer;

}*/
/*#addAuthorised {
	display: inline-block;
	background-image: url("images/insertNewPerson.jpg");
	width:105px;
	height: 20px;
	border:none;
	cursor: pointer;
}*/
#close-btn {
    position: absolute;
    right: -10px;
    top: -10;
    background: #D00;
    color: white;
    border-radius: 100%;
    font-weight: bold;
    padding: 7px 10px;
    line-height: 15px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    right: -10px;
    top: -10;
    background: #D00;
    color: white;
    border-radius: 100%;
    font-weight: bold;
    padding: 7px 10px;
    line-height: 15px;
    cursor: pointer;
}

/*
.fancybox-add-person .table {
    background-color: #cee7ff;
    border-radius: 20px 0px;
    padding: 10px;
    box-shadow: 0px 0px 5px 3px #152fc9 inset;
    border:none;
}
.sombra {
	border-radius: 20px 0px;
	box-shadow: 4px 4px 10px #bbb;
}*/
.fancybox-add-person .table, .table-students{
	border: 1px solid #000099;
}

.fancybox-add-person .table tr:nth-child(even), .table-students tr:nth-child(even) {
	background-color: #f2f2f2;
}
.loading-foto::after {
   	content: 'Uploading...';
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255,255,255,0.9);
    background-image: url(images/loading.gif);
    background-position: center 20px;
    background-size: 80%;
    background-repeat: no-repeat;
    line-height: 180px;
}

#menu-lateral, #menu-lateral ul {
		list-style: none;
		text-align: left;
		padding:1px;
		margin:0px;
		background-color:rgb(51, 51, 51);
	}
	#menu-lateral a {
		font-family: arial, "comic sans ms", technical;
	    font-weight: bold;
	    font-style: normal;
	    font-size: 8pt;
	    line-height: 18px;
	}

	#menu-lateral .nivel-2 {
		display: none;
		position: absolute;
		min-width:120px;
		left: 130px;
		z-index: 3;
		margin-top:-22px;
	}

	#menu-lateral .nivel-3 {
		display: none;
		position: absolute;
		min-width:120px;
		left: 120px;
		z-index: 3;
		margin-top:-22px;
	}

	#menu-lateral li a {
		background-color: rgb(155, 0, 0);
		color: white;
	    padding-left: 5px;
    	padding-top: 2px;
    	padding-right: 10px;
    	display: block;
    	margin-bottom:1px;
    	position: relative;
	}
	#menu-lateral li:last-child a {
		margin:0px;
	}

	#menu-lateral li a:hover {
		background-color: rgb(51, 102, 153);
		color: yellow;
	}
	#menu-lateral li:hover .nivel-2 {
		display: block;
		z-index: 3;
		background-color:rgb(205, 219, 235);
	}
	#menu-lateral .nivel-2 li a {
		background-color: rgb(51, 102, 153);
		color: white;
	}
	#menu-lateral .nivel-2 li a:hover{
		background-color: rgb(0, 0, 153);
		color: yellow;
	}
	#menu-lateral .nivel-2 li:hover ul {
        display: block;
        z-index: 3;
        background-color:rgb(205, 219, 235);
	}


	#menu-lateral img.arrow-right {
	    height: 6px;
	    float: right;
	    position: absolute;
	    right: 4px;
	    top: 6px;
	}
	#menu-lateral .arrow-menu{
		float:right;
		padding-right: 5px;
		padding-top: 2px;
	}
	.alert-devedor {
         width: 100%;
        padding: 15px 5px;
        background-color: white;
        color: black;
        box-sizing: border-box;
        text-align: center;
        border: 1px solid black;
        background-image: url(images/excla.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: 20px;
        line-height: 25px;
        margin-bottom: 5px;
        padding-left: 60px;
      }
      .alert-devedor a {
        color: #000099;
        font-weight: bold;
        text-decoration: underline;
	}

	input:focus, textarea:focus, select:focus {
		background-color: #ffdada;
	}

	.astreq{
	    color: red;
	    width: 1px;
	    font-weight: bold;
	    margin-top: 2px;
	    display: inline-block;
	    margin-left: -7px;
	    position: absolute;
	}
	.label-ast-required {
		font-size: 10px;
    /* margin-right: 0px; */
    float: right;
    color: red;
    margin-top: 6px;
    margin-right: 7px;

	}

	.tabela {
	  width: 100%;
	}

	.tabela th{
		color: white;
		font-size: small;
        font-weight: bolder;

	}

	.tabela thead {
		background-color: #336699;
	}

	#div_new_autorizado{
       margin-bottom: 10px;
	}


	#detalhes_autorizados{
	   position: absolute;
	   top: 0%;
	   left: 0%;
	   width: 100%;
	   height: 100%;
	   background-color: rgba(0,0,0,0.7);
	}
	#div_new_autorizado .btn_acao{
       margin-right: 4px;
	}

	#corpo_autorizado
    {
	    width: 50%;
	    height: auto;
	    background-color: #cee7ff;
	    padding: 2%;
	    border: #4b65d9 3px solid;
	    box-shadow: #738de5 0px -2px 3px 0px;
	    position: relative;
        top: 15%;
        left: 9%;

	}

    #rodape_autorizado{
        border-top-color: black;
	    border-top-style: solid;
	    border-top-width: 1px;
	    padding-top: 4px;
	    position: relative;
	    padding-right: 10px;
	    top: auto;
	    margin-top: 15px;
	    height: 0px;
	}

    .inputs_autorizados{
    	margin-bottom: 3px;
    }

    .gravar{
    	background-color: #099827;
	    color: white!important;
	    border-radius: 6px;
	    padding: 6px;
	    width: 70px;
	    /*margin-right: 3px;*/
			margin-bottom: 3px;
			margin-top: -7px;
    }


    .alerta{
    	background-color: red;
	    color: white!important;
	    border-radius: 6px;
	    padding: 6px;
	    width: 70px;
    }
    #foto_autorizado{
       position: absolute;
       top: 38px;
       left: 72%;

   }
   .desabilitado{
   	 background-color: #bdbdbdb0;
     cursor: not-allowed;
   }

  /* #detalhe_foto{
   	 	display: none;
   	 }
   .foto_autorizado:hover  #detalhe_foto{
   	 	display: block;

   }*/

   .btn_acao{
   	 font-size: 9pt!important;
    /*text-decoration: underline!important;
    margin-right: 3px;*/
    font-weight: 600!important;
    background-color: #dfe754;
    color: #211f1f!important;
    padding: 5px;
    border-radius: 8px;
    border: #f1690d solid 1px;
    box-shadow: #a97222 2px 2px 6px 0px;
   }

   body div td a.btn_acao_menor {
    font-size: 10px !important;
    }

   #alertaresponsavel, #alertaresponsavelinativo{
	    position: relative;
	    top: -23px;
	    width: 388px;
	    word-break: break-word;
	    color: red;
	    font-style: italic;
	    font-size: small;
	    padding: 0.5px 7px;
	    left: -21px;
	    background-color: white;
	    border-radius: 11px;
	    margin-bottom: -9px;
	    box-shadow: #00000096 4px 5px 10px 1px;
   }
 .editarautorizado{
	 padding-right: 4px;
 }

#tblemergencia tr {
  display: block;
  margin-top: 10px;
}

.ddi{
	width: 70px;
}

.ddd_edit{
	width: 38px;
	margin-left: -4px;
}
.ddd_combo {
    margin-right: -4px;
}
.radiogroup{
	border: 1px solid #00000070;
    width: 45%;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.removido{
	display: none;
}

#tabela_contatos_emergencia{
	overflow: scroll;
    height: 100px;
    width: 100%;

}

#detalhes_contato{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);	
}

#corpo_contato{
	background-color: white;
    width: 30%;
    height: 40%;
    margin-top: 14%;
    padding: 2%;
    display: grid;
    margin-left: 10%;
    border-radius: 10px;
}

#rodape_contato, #rodape_contato_responsavel{
	position: relative;
    top: 5%;
    border-top: black 1px solid;
    padding-top: 5px;
}

#detalhes_contato label{
	position: relative;
	top: 0%;
}

/*#novo_contato_responsavel{
    position: absolute;
    background-color: #0000006e;
    width: 100%;
    height: 100%;
    top: 0;
}

#novo_contato_responsavel table{
    position: relative;
    width: 100%;
    padding: 1%;
}

#novo_contato_responsavel table caption{
    font-size: large;
    font-weight: 800;
    color: white;
    background-color: #336699;
    width: 100%;
    border-radius: 5px;
	padding: 5px;
}

#novo_contato_responsavel table th{
 position: relative;
    border-bottom: 1px solid black;
}

#novo_contato_responsavel table td{
 font-size: medium;
}

#novo_contato_responsavel .gravar{
    width: 140px;

}

#novo_contato_responsavel #corpo_contato_responsavel{

    background-color: white;
    width: 30%;
    height: 20%;
    position: relative;
    left: 15%;
    top: 20%;
    padding: 3%;
}*/

#avisoresponsavel{
    font-size: larger;
    font-weight: lighter;
    font-style: italic;
    color: rgb(245, 4, 4);
    border: 0.5px solid #00000057;
    border-radius: 5px;
    padding: 8px;
    position: relative;
    top: -10px;
    background-color: #ecec5e;

}

.autorizadosemfoto {
    background-color: white;
    padding: 1%;
    text-align: center;
	margin: 1px 0px 4px 1px;
	background-image: url(images/excla.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 20px;
}

.alertasemfoto{
	font-size: small;
    left: 5%;
    position: relative;
}

.td_alertasemfoto{
	background: red;
    color: white;
}

.autorizadosemfoto >p {
	width: 86%;
    margin-left: 11%;
    text-align: justify;
}

#give-your-cookies {
    display: 	none;
    width: 100%;
    background-color: rgba(75, 74, 156, 0.8);
    position: fixed;
    bottom: 0;
    z-index: 10;
}

#give-your-cookies .giveYourData__container {
    padding: 10px 35px 10px 30px; 
    font-size: 12px;
    position: relative;
    color: #fff;
    text-align: justify;
}

#give-your-cookies .close {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}

#give-your-cookies .close:before, #give-your-cookies .close:after {
    content: '';
    width: 12px;
    border-bottom: 2px solid rgba(256, 256, 256, 1);
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;
    transform: rotate(45deg);
}

#give-your-cookies .close:hover:before, #give-your-cookies .close:hover:after {
    border-color: rgba(256, 256, 256, 0.6);
}

#give-your-cookies .close:after {
    transform: rotate(-45deg);
}    

a.hrefpolitica{
	text-decoration: underline;
	border:none;
	color:#ffffff;
}

.div_enviando {
    width: 100%;
    position: relative;
    left: 46%;
}

.div_enviando span {
    width: 100%;
    color: red;
	font-size: medium;
	font-style: italic;
}

.div_loaging {
    width: 100%;
	position: relative;
	margin: 5px 4% 10px 2%;
}

.div_loaging img {
    width: 30%;
    height: auto;
    margin-left: 36%;
}

#tabelafiltrosms{
    border: 1px solid black;
    width: 605px;
    padding: 5px;
    margin-left: 8px;
}
.enunciado{
	color: #000;
	font-weight: bolder 

}

.descricao_filtrosms {
	color: #1b1414;
    font-size: small;
    padding: 3px;
}
#qtdcaractessms{
	color: #f7f7f7fc; 
	font-weight: bold; 
	font-style: italic; 
	font-size: smaller; 
	padding-left: 13px; 
	margin-top: 3px;
}
.foto-aluno {
    margin: 0px;
    padding: 4px;
    position: absolute;
    left: 154px;
    top: 202px;
    width: 108px;
    height: 70px;
    /* border: 1px solid gray; */
}

.conteudobloqueado {
    border: 1px #6d6d6d solid;
    background: #6d6d6d;
    cursor: no-drop;
}

.loading {
    background-image: url(images/loading.gif);
    background-size: 150px;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

/* Acesso Rápido */
.btn-fast-access {
    background-color: #1218a5;
    border-radius: 20px;
    border: 0;
    min-height: 36px;
    padding: 5px 25px 5px 25px;
    color: white;
    font-size: 0.7rem;
    cursor: pointer;
}
.btn-fast-access:hover {
    background-color: #070a3f;
    color: white;		
}
.btn-get-code {
    background-color: #1218a5;
    border-radius: 20px;
    border: 0;
    min-height: 36px;
    padding: 5px 25px 5px 25px;
    color: white;
    font-size: 0.7rem;
    cursor: pointer;
}
.btn-get-code:hover {
    background-color: #070a3f;
    color: white;		
}
.btn-valid-code {
    background-color: #1218a5;
    border-radius: 20px;
    border: 0;
    min-height: 36px;
    padding: 5px 25px 5px 25px;
    color: white;
    font-size: 0.7rem;
    cursor: pointer;
}
.btn-valid-code:hover {
    background-color: #070a3f;
    color: white;		
}

.btn-resend-code {
    background-color: #1218a5;
    border-radius: 20px;
    border: 0;
    min-height: 36px;
    padding: 5px 25px 5px 25px;
    color: white;
    font-size: 0.7rem;
    cursor: pointer;
}
.btn-resend-code:hover {
    background-color: #070a3f;
    color: white;		
}

.btn-resend-code:disabled {
    background: #474747;
}

.form-control {
    width: 100%; 
    margin-top: 5px;
    border-color: #ccc;
    padding: 5px; 
}

.fast-link {
    color: 9f1b17 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    cursor: default !important;
    float: left;
}
.fast-link:hover {
    text-decoration: none !important;
    cursor: pointer !important;
}

.new-content {
    height: 250px !important;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    background-color: white !important;
    padding: 0px !important;
}

.header {
    background-color: #9f1b17;
    border-radius: 10px 0 0 0;
    min-height: 30px;
    /* background */
    background-image: url("images/changepassbk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.title {
    color: white;
    text-align: left;
    font-size: 0.8rem;
    padding: 10px;
}

.header-valid {
    background-color: #428642;
    border-radius: 10px 0 0 0;
    min-height: 30px;
    /* background */
    background-image: url("images/changepassbk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.title-valid {
    color: white;
    text-align: left;
    font-size: 0.8rem;
    padding: 10px;
}
