/* Barras de rolagem */

::-webkit-scrollbar{ width: 8px; }
::-webkit-scrollbar-track:enabled{ background-color: #EEE; }
::-webkit-scrollbar-thumb:vertical{ background-color: #CCC; }
::-webkit-scrollbar-thumb:horizontal{ background-color: #CCC; }

:hover { -webkit-transition: 0.1s ease-in; -moz-transition: 0.1s ease-in; -o-transition: 0.1s ease-in }


*{
    font-family: 'Lato', sans-serif;
    line-height: 110%;
}

span,
span a{
    border-radius: 5px;
}


i{
    margin-right: 5px;
}

h2{
    color: #F50057;
    margin-bottom: 25px;
    font-weight: 900;
}

span.icon,
span.icon a{
    background: #F9F9F9;
    padding: 15px;
    color: #40525E;
    cursor: pointer;
    border-radius: 50px;
    font-size: 18px;
}

span.icon:hover{
    background: #40525E;
    color: #FFF;
}


.mes_ano{
    text-align: center;
    margin-bottom: 25px;
    color: #F50057;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
}

.transparent{
    pointer-events: none;
    opacity: 0.5;
}

.calendario{
    background: #FAFAFA;
    border: 1px solid #EEE;
    padding: 25px;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #2B3E4C;
    margin-top: 20px;
    border-radius: 5px;
}

.calendario .indice{
    flex-basis: 12.28%;
    margin: 10px 1%;
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
}

.calendario .dia{
    flex-basis: 12.28%;
    margin: 10px 1%;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
}


/* Atribuir datas */

#atribuir{

}

.total_periodo{
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}

.cada_periodo{
    background: #FAFAFA;
    width: 100%;
    max-width: 300px;
    margin: 0 5px;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

.cada_periodo .nome{
    text-transform: uppercase;
    font-weight: bold;
}

.cada_periodo .datas{
    font-size: 12px;
    margin: 5px 0 10px 0;
}

.cada_periodo .numero{
    background: #FFF;
    border: 1px solid #CCC;
    padding: 5px;
    margin: 10px 0;
    font-size: 35px;
    font-weight: 900;
    color: #F50057;
    border-radius: 5px;
}

.cada_periodo .status{
    font-size: 12px;
}

.calendario .dia.marcar{
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #CCC;
    position: relative;
}

.calendario .dia.marcar:hover .icon_calendar{
    display: block;
}

.calendario .dia.marcar .icon_calendar{
    cursor: pointer;
    background: #FFF;
    font-size: 10px;
    padding: 5px;
    color: #CCC;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    border: 1px solid #CCC;
    display: none;
    z-index: 10;
}

.calendario .dia.marcar .icon_calendar:hover{
    background: #CCC;
    color: #40525E;
}

.calendario .dia.marcar .icon_calendar.icon-plus{
    right: -15px;
}

.calendario .dia.marcar .icon_calendar.icon-minus{
    left: -9px;
}

.calendario .dia.marcar:hover{
    background: #FFF;
}

.calendario .aulas_numero{
    position: absolute;
    padding: 4px 7px;
    font-size: 10px;
    background: #F50057;
    color: #FFF;
    top: -7px;
    border-radius: 5px;
    left: 37%;
    margin-left: -10px;
}

.calendario .aulas_numero_todas{
    position: absolute;
    padding: 4px 7px;
    font-size: 10px;
    background: #CCC;
    color: #333;
    top: -7px;
    border-radius: 5px;
    left: 63%;
    margin-left: -10px;
    font-weight: bold;
}





.calendario .dia.marcar.um{
    background: #40525E;
    color: #FFF;
    border: 6px solid #FAFAFA;
}

.calendario .dia.marcar.dois{
    background: #F50057;
    color: #FFF;
    border: 6px solid #FAFAFA;
}


.qtd-datas{
    text-align: center;
    color: #2B3E4C;
    margin-bottom: 25px;
}


body{
    background: #F9F9F9;
}


.flex{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.flex.center{
    align-items: center;
}



.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Página de erro */

.erro404{
    max-width: 350px;
}

.erro404 h2{
    color: #F50057;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: -2px;
}

.erro404 h3{
    font-size: 20px;
    margin: 15px 0;
    color: #2B3E4C;
    font-weight: 900;
}

.erro404 p{
    font-size: 15px;
    color: #2B3E4C;
}



/* Avisos */

.erro{
    background: #B7222D;
    width: 100%;
    padding: 15px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

.sucesso{
    background: #01A85B;
    width: 100%;
    padding: 15px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}



form{
    overflow: hidden;
}

form *{
    border-radius: 5px;
}

.dez_{ flex-basis: 13.5% }
.vinte{ flex-basis: 18.5% }
.vinte_{ flex-basis: 23.5% }
.trinta{ flex-basis: 28.5% }
.trinta_{ flex-basis: 33.5% }
.quarenta{ flex-basis: 38.5% }
.cinquenta{ flex-basis: 48.5% }
.sessenta{ flex-basis: 58.5% }
.setenta{ flex-basis: 68.5% }
.setenta_{ flex-basis: 73.5% }
.oitenta{ flex-basis: 78.5% }

form input:required,
form select:required,
form textarea:required{
    border-left: 5px solid #F50057;
}

form input:disabled,
form select:disabled,
form textarea:disabled{
    cursor: no-drop;
}

form .linha{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.linha.borda{
    border-bottom: 1px solid #CCC;
    padding: 10px;
}

.linha.borda:hover{
    background: #FAFAFA;
}

.linha.bold{
    font-weight: bold;
}

.linha.bold a{
    color: #F50057;
}

.linha.bold:hover{
    background: #FFF;
}

form article{
    margin-bottom: 20px;
    width: 100%;
}

form article label{
    padding-bottom: 8px;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

form input, textarea{
    width: 100%;
    padding: 18px;
    border: 1px solid #CCC;
    font-size: 17px;
    color: #2B3E4C;
}

form input[type=date],
form input[type=time],
form input[type=datetime-local]{
    padding: 18px 20px;
}

form select{
    width: 100%;
    height: 58px;
    border: 1px solid #CCC;
    font-size: 17px;
    padding: 15px;
    color: #2B3E4C;
}

form textarea{
    height: 150px;
}

form input[type=submit]{
    width: auto;
    padding: 15px 25px;
    display: block;
    float: right;
    background: #40525E;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    border: 0;
    font-weight: bold;
}

form input[type=submit]:hover{
    background: #F50057;
}



/* Página de Login */

.login {
    align-items: center;
    margin: 0;
    padding: 0;
}
    
.login .imagem{
    width: 55%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.login .entrar{
    width: 45%;
    float: right;
    padding: 50px 75px;
}

.login .entrar .marca img{
    width: 150px;
    margin-bottom: 50px;
}

.login h5{
    margin-top: 10px;
    font-weight: normal;
}

.login .entrar span.voltar a{
    right: 0;
    color: #999;
}

.login .entrar h2{
    color: #DF1D30;
    border-bottom: 1px solid #EEE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.login .entrar h4 i{
    margin-left: 0;
}

.login .entrar .linha{
    margin-top: 20px;
}

.login .entrar .linha input{
    margin: 0;
}

.login .entrar span,
.login .entrar span a{
    padding: 0;
    color: #999;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
}

.login .entrar span a:hover{
    color: #DF1D30;
}

.login .entrar .dados{
    max-width: 400px;
    margin: 0 auto;
    color: #999;
    text-align: center;
    margin-top: 25px;
    font-size: 12px;
}



aside{
    width: 20%;
    background: #2B3E4C;
    height: 100%;
    overflow-y: auto; 
    position: fixed;
    left: 0;
    top: 0;
    padding-bottom: 50px;
    -webkit-box-shadow: -1px -1px 25px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -1px 25px 0px rgba(0,0,0,0.2);
    box-shadow: -1px -1px 25px 0px rgba(0,0,0,0.2);
}

aside section{
    border-bottom: 1px solid #40525E;
    padding-bottom: 10px;
}

aside .top{
    margin: 25px 25px;
}

aside .top .icones{
    width: 65px;
}

.bt-user{
    position: relative;
    z-index: 10;
}

.bt-user .menu-user{
    position: absolute;
    width: 200px;
    background: #FFF;
    border-radius: 5px 0 5px 5px;
    top: 30px;
    right: 0;
    z-index: 15;
    padding: 10px;
    display: none;
    border: 1px solid #EEE;
}

.bt-user:hover .menu-user{
    display: block;
}

.menu-user .ola{
    margin-bottom: 7px;
    font-size: 13px;
    color: #2B3E4C;
}

.bt-user .menu-user ul li a{
    width: 100%;
    border-bottom: 1px solid #EEE;
    padding: 8px;
    font-size: 12px;
    color: #2B3E4C;
    border-radius: 5px;
}

.bt-user .menu-user ul li a:hover{
    color: #FFF;
}

.bt-user .menu-user ul li a:last-child{
    border: 0;
}

aside .top .icones span.icon{
    background: none;
    font-size: 25px;
    padding: 0;
    margin: 0;
    color: #40525E;
}

aside .top .icones span.icon:hover{
    color: #FFF;
}

aside .top img{
    width: 65px;
}

aside .perfil{
    text-align: center;
    margin: 25px 0;
}

aside .nome_user{
    color: #FFF;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 500;
}

aside h2{
    width: 100%;
    color: #F50057;
    font-size: 13px;
    font-weight: normal;
    padding: 25px 15px 10px 15px;
    margin: 0;
    font-weight: 900;
}

aside ul li a{
    width: 100%;
    color: #FFF;
    display: block;
    padding: 13px;
    text-transform: uppercase;
    font-size: 15px;
}

aside ul li{
    position: relative;
}

aside ul li .number{
    position: absolute;
    right: 15px;
    top: 50%;
    background: #F50057;
    border-radius: 5px;
    color: #FFF;
    padding: 5px 10px;
    font-size: 12px;
    margin-top: -11px;
    
}

aside ul li a:hover{
    background: #40525E;
}

aside .modulo{
    background: #F50057;
    color: #FFF;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 20px;
}

.rigth{
    width: 80%;
    float: right;
}


header{
    background: #FFF;
    padding: 10px 25px;
    font-size: 15px;
    border-bottom: 1px solid #EEE;
}

header .icones{
    width: 105px;
}

header span.ajuda a{
    background: #FAFAFA;
    display: block;
    padding: 7px 10px;
    color: #F50057;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
}

header span.ajuda a:hover{
    background: #F50057;
    color: #FFF;
}

main{
    flex-basis: 75%;
    padding: 35px 25px;
    background: #FFF;
}

footer{
    text-align: left;
    padding: 25px;
    font-size: 12px;
    color: #2B3E4C;
}


/* Listas */

.legendas{
    border-bottom: 2px solid #CCC;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #2B3E4C;
}

.legendas.flex{
    justify-content: flex-start;
}

.legendas .passado{
    width: 100px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #EEE;
    background: #FCCFCF;
    margin-right: 10px;
}

.legendas .novo{
    width: 100px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #EEE;
    border-left: 5px solid #DF1D30;
    margin-right: 10px;
}

.exibindo{
    width: 100%;
    text-align: center;
    color: #999;
    margin-bottom: 25px;
}

.filter{
    padding: 20px;
    background: #FAFAFA;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
}

.lista article{
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #EEE;
}

.lista article i.icon-checkmark{
    color: #2B3E4C;
}

.lista article i.icon-home3{
    color: #F50057;
}

.lista article i.icon-blocked{
    color: #CCC;
}

.lista article.passado{
    background: #FCCFCF;
}

.lista article.passado:hover{
    background: #F59D9D;
}

.lista .pergunta{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #F50057;
}

.lista .selecionar a{
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #EEE;
    color: #2B3E4C;
    font-weight: bold;
}

.lista .selecionar a:hover{
    background: #40525E;
    color: #FFF;
}

.lista article.novo{
    border-left: 5px solid #DF1D30;
}

.lista article:hover{
    background: #EEE;
}

.lista article h3{
    font-size: 18px;
    font-weight: 700;
    color: #2B3E4C;
}

.lista article p{
    margin-top: 7px;
}

.lista article .flex{
    flex-wrap: nowrap;
}

.lista .registro{
    flex-basis: 70%;
    
}

.lista .acoes{
    flex-basis: 30%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 5px 0;    
}

.lista .acoes span a{
    padding: 10px 15px;
    background: #FAFAFA;
    font-size: 12px;
    margin: 2px;
    color: #40525E;
    font-weight: bold;
}

.lista .acoes span a:hover{
    background: #40525E;
    color: #FFF;
}


.lista article .infoad{
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}

.mural.flex{
    justify-content: flex-start; 
}

.mural.flex article{
    padding: 10px;
    margin-bottom: 35px;
    background: #FAFAFA;
}

.select.flex{
    justify-content: flex-start;
}

.select.flex article{
    padding: 10px;
    padding-bottom: 25px;
    margin-bottom: 35px;
    position: relative;
    color: #FFF;
    border-radius: 5px;
}

.select-destinatarios{
    width: 100%;
    overflow: hidden;
}

.select-destinatarios article{
    width: auto;
    float: left;
    display: block;
    padding: 10px;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    font-size: 12px;
    text-transform: uppercase;
}

.flex article.seis{
    width: 15%;
    margin-right: 2%;
}

.flex article.seis:nth-child(6n+0) {
    margin-right: 0;
}

.flex article.cinco{
    flex-basis: 18.4%;
    margin-right: 2%;
}

.flex article.cinco:nth-child(5n+0) {
    margin-right: 0;
}


/* Paginação */

.paginacao{
    width: 100%;
}

.paginacao span a{    
    background: #FAFAFA;
    color: #2B3E4C;
    margin: 0 2px;
    padding: 10px 15px;
    font-size: 12px;
    border: 1px solid #CCC;
}

.paginacao span a:hover{
    background: #40525E;
    color: #FFF;
}

.exibindo{
    width: 100%;
    text-align: center;
    color: #999;
    margin-bottom: 35px;
    font-size: 14px;
    margin-bottom: 35px;
}


#navegacao{
    border-bottom: 1px solid #CCC;
    background: #FFF;
    display: block;
    padding: 25px;
    margin: 0;
}

#navegacao span{
    margin-left: 5px;
}

.navegacao{
    display: none;
}

h1{
    width: 100%;
    font-size: 30px;
    color: #40525E;
    font-weight: 700;
    text-transform: uppercase;
}

#navegacao .content .breadcrumbs{
    font-size: 11px;
    font-weight: normal;
    color: #052939;
    margin-top: 10px;
    text-transform: uppercase;
}

#navegacao .content .breadcrumbs b{
    color: #052939;
}

#navegacao .content .breadcrumbs a{
    text-decoration: underline;
    color: #052939;
}


#busca{
    border-bottom: 1px solid #CCC;
    -webkit-box-shadow: -1px -1px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -1px -1px 15px 0px rgba(0,0,0,0.1);
    box-shadow: -1px -1px 15px 0px rgba(0,0,0,0.1);
    padding: 20px 25px;
    margin-bottom: 35px;
    border-radius: 5px;
    display: none;
}

#busca h2{
    text-align: center;
    color: #40525E;
    font-size: 18px;
    margin-bottom: 15px;
}


/* Duas Colunas */

.select{
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 35px;
}

/* Alunos Select */

article.alunos{
    background: #FAFAFA;
    border: 1px solid #EEE;
    padding: 10px;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    flex-wrap: nowrap;
}

#select select{
    display: none;
}

article.alunos .nome{
    flex-basis: calc(100% - 100px);
}

article.alunos #select{
    flex-basis: 100px;
    padding: 10px;
    margin-left: 15px;
    text-align: center;
    font-size: 12px;
}

.sim{
    background: #40525E;
    color: #FFF;
    cursor: pointer;
    border: 1px solid #40525E;
}

.casa{
    background: #F50057;
    color: #FFF;
    cursor: pointer;
    border: 1px solid #F50057;
}

.nao{
    background: #FFF;
    color: #2B3E4C;
    cursor: pointer;
    border: 1px solid #EEE;
}


/* Padrão da Modal */

#fundo_modal{
    display: none;
    position:fixed !important; 
    position:absolute;
    top:0px; 
    z-index:60; 
    width:100%; 
    height:100%; 
    opacity:0.5; 
    background-color:#000; 
    right:0;
}

.janela{
    z-index: 99;
    position: fixed;
    background: #FFF;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -125px;
    width: 500px;
    border-radius: 5px;
}

.janela.pasta{ display: none; }
.janela.link{ display: none; }
.janela.carregar{ display: none; }
.janela.editar{ display: none; }

.janela .topo{
    background: #2B3E4C;
    color: #FFF;
    border-radius: 5px;
}

.janela .topo h2{
    color: #FFF;
    margin-left: 25px;
    font-weight: normal;
    font-size: 18px;
}

.janela .topo span{
    color: #FFF;
    font-size: 20px;
    background: #444;
    padding: 15px 17px;
    cursor: pointer;
}

.janela .topo span:hover{
    background: #2B3E4C;
}

.janela .interno{
    padding: 25px;
}

.janela h3{
    color: #2B3E4C;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
}

.janela span.notificar{
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.janela span.notificar.noselected{
    background: #FAFAFA;
    color: #999;
}

.janela span.notificar.selected{
    background: #F50057;
    color: #FFF;
}


.aviso{
    padding: 15px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000;
}

.aviso.verde{
    background: #EFF4D4;
    border: 1px solid #AFBC76;
}

.aviso.vermelho{
    background: #EFCEC9;
    border: 1px solid #BB6F6F;
}

.aviso.amarelo{
    background: #FFEA97;
    border: 1px solid #EBD460;
}


.abas{
    width: 75%;
    overflow: hidden;
    margin: -35px 0 35px -35px;
    padding-left: 35px;
    background: #40525E;
}

.abas ul li a{
    padding: 15px 10px;
    color: #FFF;
    float: left;
    font-size: 13px;
}

.abas ul li a:hover{
    background: #2B3E4C;
    color: #FFF;
}

.navegacao_abas{
    margin-bottom: 25px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 25px;
}

.navegacao_abas h2{
    margin: 0;
}

.navegacao_abas span.icon,
.navegacao_abas span.icon a{
    background: #F9F9F9;
    padding: 12px;
    color: #F50057;
    cursor: pointer;
    border-radius: 50px;
    font-size: 15px;
}

.navegacao_abas span.icon:hover{
    background: #F50057;
    color: #FFF;
}



.acao{
    width: 90%;
    background: #FFF;
    left: 5%;
    bottom: 15px;
    position: fixed;
    padding: 15px;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    z-index: 50;
    font-size: 13px;
    -webkit-box-shadow: 2px 0px 30px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 0px 30px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 0px 30px 0px rgba(0,0,0,0.25);
}

.acao.sucesso{
    background: #77B837;
}

.acao.erro{
    background: #DF1D30;
}


/* Exibir e mostrar */

.dis_sim{
    display: block;
}

.dis_nao{
    display: none;
}




@media (max-width: 1200px){

    .rigth{
        width: 75%;
    }
    
    aside{
        width: 25%;
    }    

}



@media (max-width: 900px){

    .rigth{
        width: 100%;
    }
    
    aside{
        width: 300px;
        margin-left: -300px;
    }

}