﻿@font-face {
    font-family: 'Open Sans';
    src: local('OpenSans-Regular.ttf'), url('fonts/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('OpenSans-Regular.eot'), url('fonts/OpenSans-Regular.eot');
    font-weight: normal;
    font-style: normal;
}


body{
    overflow-x: hidden;
}

.navbar {
    overflow: hidden;
    background-color: #ffffff;
    position: fixed;
    top: 0; 
    width: 100%;
    z-index: 9999;
}
    
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
    
.navbar a:hover {
    background: #ddd;
    color: black;
}  

#cabecalho-mobile
{
    margin-bottom: 10px;
}

#dropdown-menu
{
    background-color: #1D98C7;
    display: none;
    margin-bottom: -8px;
}

#dropdown-menu div
{
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 15px 10px 30px;
}

#pref-top
{
    text-align: left;
    float: left;
    margin-top: 5px;
}

.containerheaderacesso {
    max-width: 100%;
    margin-right: 20px;
    margin-top: -10px;
}

#pref-top-left
{
    text-align: left;
    float: left;
    padding-top: 20px;
    margin-left:20px;
}

#pref-top-logo-right
{    
    float: right !important;
    padding-top: 26px;
    margin-right:20px;
}

#pref-top-mobile
{
    float: left;
}

#pref-top-mobile img
{
    max-width: 150px;
}

#titulo-top
{
    font-family: 'Open Sans';
    font-weight: bolder;
    font-size: 19px;
    padding-top: 18px;
    margin-left: 15px;
    margin-top: 16px;
    float: left;
}

#titulo-top-mobile
{
    font-family: 'Open Sans';
    font-weight: bolder;
    font-size: 12px;
    text-align: left;
    padding-top: 14px;
    padding-left: 10px;
    float: left;
}

#logo-top
{
    padding-top: 25px;
    text-align: right;
    margin-top: 5px;
}

.menu-superior
{
    margin-top: 15px;
    background-color: #F4F4F4;
}

.containerfooter
{   
    margin-top: 15px;
    background-color: #E6E6E6;
    padding: 17px 25px 15px 21px;
}

.clickable {
    cursor: pointer;
}

.menu-container
{
    display: inline-block;
    text-align: center;
    width: 100%
}

.botao-branco {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    font-size: 10px;
    background-color: #FFFFFF;
    width: 187px;
    height: 50px;
    margin: 17px 15px 1px 0px;
    padding: 11px 5px 8px 10px;
    line-height: 14px;
    font-weight: bold;
}


.modalIndex {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    max-width: 100% !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.modalContentIndex {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 800px;
    background-color: white;
    border-radius: 5px;
}

.closeIndex {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #1a1818;
    font-size: 45px;
    font-weight: bold;
    transition: 0.3s;
}

    .closeIndex:hover,
    .closeIndex:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

#expanded-image {
    width: 100%;
    height: auto;
}


.botao-branco span
{
    padding-left: 8px;
}

.botao-label
{
    display: table;
    vertical-align: middle;
}

.bar1, .bar2, .bar3 {
    width: 40px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
  
.menu-sandwich
{
    text-align: right;
    margin-top: 10px;
    float: right;
}

#painel
{
    margin-top: 30px;
}

#painel-banner
{
    position: relative;
}

#painel-banner img
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

#painel-botoes
{
    width: 330px;
    background-color: #F4F4F4;
    border-radius: 25px;
    text-align: center;
    padding: 30px 10px 8px 10px;
}

#painel-botoes .botao
{
    background-repeat: no-repeat;
    width: 300px;
    height: 72px;
    display: inline-block;
    color: #FFFFFF;   
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}

#painel-botoes .filler{
    height: 16px;
}

#painel-botoes .icone
{
    float: left;
    padding: 8px;
    width: 80px;
}

#painel-botoes .desc
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 70px;
    padding: 5px 10px 5px 0px;
    width: 215px;
}

#painel-botoes .icone img
{
    text-align: center;
    padding-top: 10px;
}

#painel-botoes-mobile
{
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 30px;
}

#painel-botoes-mobile .botao
{
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 72px;
    display: inline-block;
    color: #FFFFFF;   
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

#painel-botoes-mobile .filler{
    height: 8px;
}

#painel-botoes-mobile .icone
{
    float: left;
    padding: 8px;
    width: 80px;
}

#painel-botoes-mobile .desc
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 70px;
    padding: 5px 10px 5px 0px;
    width: 300px;
}

#painel-botoes-mobile .icone img
{
    text-align: center;
    padding-top: 10px;
}

#painel-banner-mobile
{
    text-align: center;
    margin-top: 80px;
}

#painel-banner-mobile img
{
    max-width: 100%;
    max-height: 100%;
}

.botao-ciano, .botao-ciano-mobile{
    background-image: url("../images/botaoazul.png");
}

.botao-laranja, .botao-laranja-mobile{
    background-image: url("../images/botaolaranja.png");
}

.botao-azul, .botao-azul-mobile{
    background-image: url("../images/botaoazulescuro.png");
}

.sandwich .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
  
.sandwich .bar2 {opacity: 0;}
  
.sandwich .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

#rodape
{
    background-color: #E6E6E6;
    margin-top: 40px;
    padding: 20px 60px 20px 60px;
    line-height: 25px;
}

#rodape-mn
{
    background-color: #E6E6E6;
    margin-top: 40px;
    padding: 20px 60px 40px 40px;
    line-height: 23px;
}

#rodape-cpr
{
    background-color: #E6E6E6;
    margin-top: 40px;
    padding: 60px 60px 40px 40px;
    line-height: 23px;
    text-align: right;
}

#rodape-mobile
{
    background-color: #E6E6E6;
    margin-top: 40px;
    line-height: 23px;
    padding: 12px 0px 12px 0px;
    text-align: center;
}

.container-padrao-fit-to-print {
    margin-top: 0px !important;
}

.filler-mobile
{
    height: 30px;
}


html {
    height: 100% !important;
}

body {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100% !important;
    font: normal 13px 'Open Sans' !important;
    color: #444 !important;
}

main {
    flex: 1 !important;
}


.botaoProcesso{
    margin-top: 20px;
    margin-bottom: 20px;
}

#processoAno-mensagem{
    text-align: center !important;

}

@media (max-width: 350px) {
	#pref-top-mobile img {
		max-width: 120px !important;
	}
}

@media (max-width: 450px) {
	#info { 
		padding:30px 15px 30px 15px !important;
	}
	
	.blocker { 
		padding:10px !important;
	}
	
	.modal-botao input, .modal-botao-verde input, .modal-botao-vermelho input, .modal-botao-cinza input, .modal-botao-azul input, .modal-botao-invalido input, .modal-botao-neutro input
	{    
		padding: 8px 8px 8px 8px !important;
	}
}

@media (max-width: 991px) 
{ 
    .botao-branco
    {
        width: auto;
        font-size: 8px;
        margin: 8px 20px 8px 0px;
        line-height: 11px;
    }

    .botao-branco img
    {
        width: 20px;
    }

    #icn-infantil img
    {
        padding-top: 5px;
    }

    #icn-eja img
    {
        padding-top: 5px;
    }

    #icn-listaespera img
    {
        padding-top: 5px;
    }
   
    #painel-banner img
    {
        width: 80%;
        max-width: 100%;
        max-height: 100%;
    }

    #painel-botoes .botao
    {
        width: 180px;
        height: 50px;
    }

    #painel-botoes .filler
    {        
        height: 0px;
    }

    .botao-ciano{
        background-image: url("../images/botaoazul.png");
        background-size: 180px 40px;
    }
    
    .botao-laranja{
        background-image: url("../images/botaolaranja.png");
        background-size: 180px 40px;
    }
    
    .botao-azul{
        background-image: url("../images/botaoazulescuro.png");
        background-size: 180px 40px;
    }

    #painel-botoes .icone 
    {
        width: 50px;
    }

    #painel-botoes .icone img
    {
        width: 30px;
        padding: 5px 2px 2px 5px;
    }

    #painel-botoes .desc
    {
        height: 50px;
        width: 150px;
        font-size: 9px;        
        padding: 0px 15px 10px 0px;
    }

    #rodape, #rodape-mn
    {
        font-size: 10px;
        line-height: 18px;
        padding-right: 10px;
    }

    #rodape-mn
    {
        padding: 20px 10px 40px 40px;
    }

    #rodape-cpr
    {
        font-size: 10px;
        padding-top: 45px;
        padding-right: 50px;
    }    
}

@media (min-width: 992px) and (max-width: 1200px) 
{ 
    .botao-branco
    {
        width: 120px;
        font-size: 8px;
    }

    .botao-branco img
    {
        width: 20px;
    }

    #icn-infantil img
    {
        padding-top: 5px;
    }

    #icn-eja img
    {
        padding-top: 5px;
    }

    #icn-listaespera img
    {
        padding-top: 5px;
    }

    #painel-banner img
    {
        width: 80%;
        max-width: 100%;
        max-height: 100%;
    }

  

    #painel-botoes .botao
    {
        width: 220px;
    }

    #painel-botoes .filler
    {        
        height: 3px;
    }

    .botao-ciano{
        background-image: url("../images/botaoazul.png");
        background-size: 220px 60px;
    }
    
    .botao-laranja{
        background-image: url("../images/botaolaranja.png");
        background-size: 220px 60px;
    }
    
    .botao-azul{
        background-image: url("../images/botaoazulescuro.png");
        background-size: 220px 60px;
    }

    #painel-botoes .icone img
    {
        width: 45px;
        padding: 5px 2px 2px 2px;
    }

    #painel-botoes .desc
    {
        height: 60px;
        width: 200px;
        font-size: 13px;
    }

    #rodape, #rodape-mn
    {
        font-size: 10px;
        line-height: 18px;
        padding-right: 30px;
    }

    #rodape-cpr
    {
        font-size: 10px;
        padding-right: 50px;
        padding-top: 50px;
    }
}


.mascara {
    background: rgba(0,0,0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    display: table-cell;
    vertical-align: middle;
    left: 0;
    top: 0;
    z-index: 9999;
}

.cssload-container {
    width: 100%;
    height: 49px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cssload-speeding-wheel {
    width: 49px;
    height: 49px;
    margin: 0 auto;
    border: 3px solid #159ea3;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

#footer .botao
{
    cursor: pointer;
}

#footer .botao:hover
{
    text-decoration: underline;
}

#erro
{
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
}

#info
{
    padding: 30px 45px 30px 45px;
}

.modal-titulo
{
    font-weight: bold;
    font-size: 15px;
    color: #0c8bc2;
    margin-bottom: 15px;
}

.modal-botao
{
    text-align: center;
}

.modal-botao input, .modal-botao-verde input, .modal-botao-vermelho input, .modal-botao-cinza input, .modal-botao-azul input, .modal-botao-invalido input, .modal-botao-neutro input
{    
    text-align: center;
    border-radius: 8px;
    border: none;
    padding: 8px 22px 8px 22px;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

.modal-botao input
{
    background-color: #FECB2E;
    color: #0c8bc2;
}

.modal-botao-verde input
{
    background-color: #059900;
    color: #ffffff;
}

.modal-botao-azul input 
{
    background-color: #0023ec;
    color: #ffffff;
}


.modal-botao-cinza input
{
    background-color: #838383;
    color: #ffffff;
    cursor: pointer;
}

.modal-botao-vermelho input
{
    background-color: #c90a0a;
    color: #ffffff;
}

.modal-botao-invalido input
{
    background-color: #cfcfcf !important;
    color: #f7f7f7 !important;
    cursor: default !important;
}

.btn-selecionarEscola {
	margin-top: 35px;
}


/* 
.botao-acesso-restrito input {
    background-color: #FFFFFF !important;
    color: #8A8A8A !important;
    cursor: pointer;
    border: none;
    height: 30px;
    width: 135px;

} */

.modal { overflow: initial; }

.campo-erro
{
    border-color: rgb(236, 26, 26) !important;
    box-shadow: 1px 1px 1px 1px rgb(236 26 26) !important;
}

.campo-erro span
{
    color: rgb(236, 26, 26) !important;
}

/* Common */
.fonteBranca {
    color: #fff;
}

.margem-superior {
    margin-top: 15px;
}

.blocker {
    overflow: inherit;
  }

.textbox
{
    border-radius: 3px;
    height: 30px;
    border: 1px solid rgb(158, 158, 158);
    width: 130px;
    font-size: 11px;
}

.checkbox
{
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari e Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
    border-radius: 3px;
    border: 1px solid rgb(158, 158, 158);
}

label
{
    font-size: 11px;
}

.divMapa {
    height: 620px;
}

     
.btnSpan {
    vertical-align: middle;
    line-height: normal;
}

.containerBotaoMenu {
    display: table;
    width: 148px;
}
.containerBotaoMenuCentro {
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
}

.containerBotaoImagem{
    height: 44px;
    width: 40px;
    margin-left: -5px;padding-top: 7px;
}

.containerBotaoTexto{
    color: #309AC8; 
    height: 42px;
    width: 145px;
    margin-left: 22px;
}

.containerRadioButton{
    border: 1px solid #17a2dd;
    height: 30px;
    border-radius: 8px;
    width: 100%;
    margin-top: 10px !important;
    padding: 5px;

}
 
.zoom {
    transition: transform .3s;
  }

.zoom:hover {
    -ms-transform: scale(2.0); /* IE 9 */
    -webkit-transform: scale(2.0); /* Safari 3-8 */
    transform: scale(1.5); 
}

.float_direita{
    float: right;
}

.float_esquerda{
    float: left;
}


.input_login
{
    border: 1px solid #17a2dd;
    height: 30px;
    border-radius: 8px;
    width: 45%;
    margin-top: 10px;
}

.input_senha
{
    width: 28%;
}

.container_login{
    margin-top: -15px !important;
    margin-left: 30px;
}


#btnAcessoRestrito {
    background-color: #ebebeb !important;
    color: #8A8A8A !important;
    cursor: pointer;
    border: none;
    height: 30px;
    width: 135px;
    margin-top: -10px;
    margin-right: -6px;
  
}

.mensagem_logout{
   text-transform: initial;
   text-decoration: #000000;
   font-weight: bold;
}

.ocultarControle
{
   display: none !important;
} 

.olhoWeb{
    margin-left: -27px;
}



.selectEscola{ 
    border: 1px solid #17a2dd;
    height: 30px;
    border-radius: 8px;
    width: 100%;
    margin-top: 10px;
}