@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
#ctnr-body-matricula{
    font-size: 14px;
}
.btn-backward {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid #434b52;
  text-align: center;
  background-color: #536270;
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
  display: block; }
  .btn-backward span {
    float: left;
    font-size: 24px; }

.btn-backward:hover {
  background-color: #434b52;
  border-bottom: 3px solid #536270;
  color: #FFFFFF; }

.btn-forward {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid #4e601a;
  text-align: center;
  background-color: #698C00;
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
  display: block; }
  .btn-forward span {
    float: right;
    font-size: 24px; }

.btn-forward:hover {
  color: #FFFFFF;
  background-color: #4e601a;
  border-bottom: 3px solid #698C00; }

.btn-forward:focus {
    color: #FFFFFF;
    outline: none;
}
.txt-matricula{
    font-size: 18px;
    color: #448AFF;
    padding: 7px 10px;
    border: 1px #EEE solid;
    cursor: not-allowed;
    background-color: #F6F6F6;
}
.span-trancamento, .span-trancamento-lt{
    font-weight: bold;
}
.span-trancamento, .span-adicionada{
    display: inline-block;
    background-color: #C00;
    color: #FFF;
    padding: 2px 6px;
    font-size: 12px;
    margin-left: 6px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.span-trancamento-lt{
    text-decoration: line-through;
    color: #999;
}
.span-adicionada{
    background-color: #43A047;
}
#ctnr-matricula{
    min-width: 250px;
}
#ctnr-matricula .ctnr-semestre{
    padding: 12px 20px;
    background-color: #DFDFD0;
    border-bottom: 5px #F0F0E1 solid;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    word-break: break-all;
    cursor: pointer;
}
#ctnr-matricula .ctnr-semestre .chevron, #ctnr-matricula .ctnr-semestre .texto{
    display: table-cell;
}
#ctnr-matricula .ctnr-semestre .chevron{
    width: 30px;
    color: #A1A18A;
}
#ctnr-matricula .ctnr-semestre .texto{
    width: 100%;
}
#ctnr-matricula .disciplinas{
    /*padding: 12px;*/
    border-left: 1px #F0F0E1 solid;
    border-right: 1px #F0F0E1 solid;
}

#ctnr-matricula .disciplina{
    padding: 12px;
    border-bottom: 1px #F0F0E1 solid;
}

#ctnr-matricula i.disciplina-selecionada, #ctnr-matricula i.disciplina-concluida,
    #ctnr-matricula i.disciplina-fora-periodo-matricula, #ctnr-matricula i.disciplina-desabilitada,
    #ctnr-matricula i.disciplina-disponivel, #ctnr-matricula i.disciplina-composta,
    #ctnr-matricula i.disciplina-pre-aproveitamento, #ctnr-matricula i.disciplina-matriculada,
    #ctnr-matricula i.disciplina-trancar, #ctnr-matricula i.disciplina-transicao,
    #ctnr-matricula i.nao-pode-ajustar,
    #ctnr-matricula i.disciplina-selecionada-fora-periodo{
    color: #FFF;
    font-size: 14px;
    background-color: #333;
    padding: 6px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#ctnr-matricula i.disciplina-selecionada{
    background-color: #4CAF50;
    opacity: .65;
}
#ctnr-matricula i.disciplina-selecionada-fora-periodo {
    background-color: #C62828;
    opacity: .65;
}
#ctnr-matricula i.disciplina-selecionada.matriculada-obrigatoria{
    background-color: #5C6BC0;
    opacity: 0.85;
}
#ctnr-matricula i.disciplina-matriculada, #ctnr-matricula i.disciplina-trancar{
    background-color: #7986CB;
    min-width: 15px;
    cursor: pointer;
}
#ctnr-matricula i.disciplina-trancar{
    background-color: #C62828;
}
#ctnr-matricula i.pre-requisito{
    background-color: #777;
    color: #FFF;
    cursor: pointer;
}
#ctnr-matricula i.disciplina-pre-aproveitamento{
    background-color: #FFA000;
    min-width: 26px;
}
#ctnr-matricula i.chk-disciplina.disciplina-selecionada, #ctnr-matricula .legenda i.disciplina-selecionada, #ctnr-matricula i.chk-disciplina.disciplina-selecionada-fora-periodo, #ctnr-matricula .legenda i.disciplina-selecionada-fora-periodo{
    cursor: pointer;
    opacity: 1;
}
#ctnr-matricula i.disciplina-concluida{
    background-color: #039BE5;
}
#ctnr-matricula i.disciplina-desabilitada{
    background-color: #EF5350;
    min-width: 16px;
}
#ctnr-matricula i.disciplina-fora-periodo-matricula{
    background-color: #CCC;
    color: #999;
    min-width: 15px;
}
#ctnr-matricula i.disciplina-fora-periodo-ajuste{
    background-color: #ebd00d;
    color: #fff;
    min-width: 15px;
}
#ctnr-matricula i.disciplina-transicao{
    background-color: #1b6720;
    color: #999;
    min-width: 15px;
}
#ctnr-matricula i.disciplina-disponivel{
    border: 3px #4CAF50 solid;
    background-color: #FFF;
    cursor: pointer;
    padding: 3px;
}
#ctnr-matricula i.disciplina-composta{
    background-color: #555;
}
#ctnr-matricula .legenda i{
    cursor: default !important;
}
#ctnr-matricula .info-disciplina, #ctnr-matricula .selecao-disciplina, #ctnr-matricula .selecao-disciplina-ch{
    display: table-cell;
    vertical-align: middle;
}
#ctnr-matricula .selecao-disciplina-ch{
    font-size: 12px;
}
#ctnr-matricula .info-disciplina{
    width: 100%;
}
#ctnr-matricula .selecao-disciplina, #ctnr-matricula .selecao-disciplina-ch{
    padding-left: 10px;
}
#ctnr-matricula .nome-disciplina, #ctnr-matricula .nome-disciplina-composta{
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
#ctnr-matricula .nome-disciplina-composta{
    padding-left: 14px;
}
#ctnr-matricula .disciplina-fake{
    min-width: 36px;
}
#ctnr-btn-mais-info{
    display: table-cell;
    vertical-align: middle;
    padding-right: 8px;
}
#ctnr-legenda{
    margin: 20px 0px;
    /*border: 2px #333 solid;*/
}
#ctnr-legenda .legenda{
    display: inline-block;
    padding: 6px 10px;
    /*border: 1px #EEE dotted;*/
}
@media screen and (max-width: 550px) {
    #ctnr-legenda .legenda{
        display: block;
    }
}
#ctnr-legenda .legenda span{
    margin: 0px 6px;
}

.more-info{
    margin-top: 6px;
    display: none;
    width: 100%;
    background-color: #EEE;
    padding: 6px 12px;
    border-bottom: 5px #CCC solid;
}
.more-info .motivo-indisponivel{
    color: #EF5350;
    font-weight: bold;
}
.more-info > div{
    display: block;
    margin-right: 10px;
    padding: 4px 2px;
}
#btn-mais-info{
    display: table-cell;
    background-color: #E6E6E6;
    color: #777;
    padding: 0px 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 2px #C9C9C9 solid;
    cursor: pointer;
}
#btn-mais-info div{
    display: table-cell;
    vertical-align: middle;
    padding: 1px 3px;
}
#ctnr-tutorial{
    margin: 10px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
#ctnr-tutorial .msg{
    padding: 10px;
    background-color: #EEE;
    color: #333;
    display: table-cell;
    width: 100%;
    border: 0px;
}
#ctnr-tutorial #btn-tutorial{
    display: table-cell;
    padding: 0px 6px;
    cursor: pointer;
    word-break: normal;
    white-space: nowrap;
    background-color: #DDD;
    vertical-align: middle;
}
#ctnr-tutorial #btn-tutorial i{
    font-size: 16px;
    margin: 0px 6px;
}
#ctnr-existe-aluno .aluno{
    /*padding: 10px;*/
    background-color: #EEE;
    border-bottom: 3px #CCC solid;
    width: 100%;
    display: table;
}
#ctnr-existe-aluno .aluno > div{
    display: table-cell;
    width: 100%;
    padding: 6px 12px;
}
#ctnr-existe-aluno .aluno > div:first-child{
    width: 100px;
}
#ctnr-existe-aluno .aluno > div.acao{
    width: 100px;
    vertical-align: middle;
}
#ctnr-existe-aluno .btn-utilizar-matricula{
    background-color: #698C00;
    color: #FFF;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    border: 0px;
    border-bottom: 3px solid #4e601a;
    white-space: nowrap;
    outline: none;
    -webkit-transition: background-color ease-out 0.3s;
    -moz-transition: background-color ease-out 0.3s;
    -o-transition: background-color ease-out 0.3s;
    transition: background-color ease-out 0.3s;
}
#ctnr-existe-aluno .btn-utilizar-matricula:hover{
    background-color: #4e601a;
    border-bottom: 3px solid #698C00;
}
#ctnr-existe-aluno .btn-utilizar-matricula > div{
    display: table-cell;
    vertical-align: middle;
    padding: 2px 6px;
    text-align: center;
    width: 100%;
    line-height: 36px;
}
#ctnr-existe-aluno .btn-utilizar-matricula > div:last-child{
    font-size: 26px;
    width: 30px;
}
@media screen and (max-width: 620px) {
    #ctnr-existe-aluno .aluno > div{
        display: inline-block;
    }
    #ctnr-existe-aluno .aluno > div:nth-child(2){
        width: auto;
    }
    #ctnr-existe-aluno .aluno > div.acao, #ctnr-existe-aluno .aluno > div.acao > button{
        width: 100% !important;
    }
}
#ctnr-msg{
    max-width: 550px;
    width: 100%;
    margin: 10px auto;
    border-bottom: 5px solid #CCC;
    background-color: #F3F3F3;
}
#ctnr-msg i{
    font-size: 32px;
}
#ctnr-msg .titulo:before{
    content: '' !important;
}
#ctnr-msg .titulo{
    display: block;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background-color: #333;
}
#ctnr-msg .titulo.fa-times-circle{ background-color: #D32F2F; }
#ctnr-msg i.fa-times-circle{ color: #D32F2F; }
#ctnr-msg .titulo.fa-check-circle{ background-color: #43A047; }
#ctnr-msg i.fa-check-circle{ color: #43A047; }
#ctnr-msg .titulo.fa-exclamation-circle{ background-color: #FF5722; }
#ctnr-msg i.fa-exclamation-circle{ color: #FF5722; }
#ctnr-msg .titulo.fa-info-circle{ background-color: #1E88E5; }
#ctnr-msg i.fa-info-circle{ color: #1E88E5; }

#ctnr-msg .icone, #ctnr-msg .msg{
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
#ctnr-msg .msg{
    text-align: justify;
    border: 0px;
}
#ctnr-body-matricula{
    padding: 60px;
    padding-bottom: 20px;
}
#ctnr-body-matricula.ajuste, #ctnr-body-matricula.rematricula{
    padding: 12px;
    padding-bottom: 60px;
}
.btn-copy-end.pull-right span{
    float: left !important;
}
.btn-copy-end{
    width: 100%;
    background-color: #8D6E63;
    border-bottom-color: #6D4C41;
}
.btn-copy-end:hover{
    background-color: #6D4C41;
    border-bottom-color: #8D6E63;
}
#bs-loading{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    min-height: 20px;
    width: 100%;
    background-color: #FFF;
    z-index: 999999998;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
#bs-loading-bar{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 5px;
    background-color: #1976D2;
    z-index: 999999999;
}
.div-data-table{
    display: table;
    margin: 10px 0px;
}
.div-data-table > div{
    display: table-row;
}
.div-data-table > div > div{
    display: table-cell;
    padding: 4px;
    vertical-align: middle;
    padding-bottom: 8px;
}
.div-data-table > div > div.right{
    text-align: right;
}
.rl_action_button{
    border: 0px;
    background-color: #698C00;
    border-bottom: 3px solid #4e601a;
    background-image: none !important;
    -o-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #FFF !important;
    width: 170px;
    -webkit-transition: background-color ease-out 0.3s;
    -moz-transition: background-color ease-out 0.3s;
    -o-transition: background-color ease-out 0.3s;
    transition: background-color ease-out 0.3s;
}
.rl_action_button:hover{
    background-color: #4e601a;
    border-bottom-color: #698C00;
}
.rl_action_button_lbl{
    display: table-cell !important;
    color: #FFF;
    font-weight: normal !important;
    font-family: 'Lato', sans-serif;
    width: 100%;
    vertical-align: middle;
    font-size: 16px;
}
.rl_action_button_img{
    display: table-cell !important;
    width: 30px;
    padding: 0px 6px;
    vertical-align: middle;
}
.ctnr-dados{
    margin: 0px !important;
}
#polo-matricula img{
    width: 100%;
    max-width: 600px;
}
.btn-icon-default{
    display: table;
    background-color: #555;
    border-bottom: 3px solid #333;
    color: #FFF;
    margin: 6px 0px;
    cursor: pointer;
    -webkit-transition: background-color ease-out 0.3s;
    -moz-transition: background-color ease-out 0.3s;
    -o-transition: background-color ease-out 0.3s;
    transition: background-color ease-out 0.3s;
}
.btn-icon-default:hover{
    background-color: #333;
    border-bottom-color: #555;
}
.btn-icon-default > div{
    display: table-cell;
    vertical-align: middle;
}
.btn-icon-default > div.icon{
    font-size: 22px;
    padding: 8px 20px;
}
.btn-icon-default > div.text{
    font-family: 'Lato', sans-serif;
    padding: 8px 20px 8px 0px;
    font-size: 16px;
}
#polo-matricula{
    color: #8D6E63;
}
#polo-matricula .btn-polo-matricula-mapa{
    background-color: #8D6E63;
    border-bottom-color: #6D4C41;
}
#polo-matricula .header{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 6px 1px;
    color: #333;
}
#polo-matricula .polo-matricula-mapa{
    display: none;
}
#polo-matricula .btn-polo-matricula-mapa:hover{
    background-color: #6D4C41;
    border-bottom-color: #8D6E63;
}
#ctnr-contrato-matricula .titulo{
    font-weight: bold;
    font-size: 16px;
}
#ctnr-body-matricula strong{
    font-size: 14px;
}
#header-contrato-matricula{
    font-size: 16px;
    padding: 10px;
    background-color: #EEE;
    border: 1px solid #CCC;
    border-bottom: 0px;
}
#body-contrato-matricula{
    overflow: auto;
    max-height: 600px;
    padding: 10px;
    border: 1px solid #CCC;
}
#footer-contrato-matricula{
    padding: 10px;
    border: 1px solid #CCC;
    border-top: 0px;
    border-bottom: 5px solid #AAA;
    color: #333;
    font-weight: bold;
}
#footer-contrato-matricula span{
    cursor: pointer;
    line-height: 28px;
}
#footer-contrato-matricula i{
    color: #FFF;
    font-size: 14px;
    padding: 2px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0px 12px 0px 6px;
    cursor: pointer;
}
#footer-contrato-matricula i.desmarcado{
    border: 3px #333 solid;
}
#footer-contrato-matricula i.marcado{
    background-color: #4CAF50;
    border: 3px #4CAF50 solid;
}
#termo-bolsa{
    padding: 6px;
    border-bottom: 1px #CCC dashed;
}
#termo-bolsa:last-child{
    border-bottom: 0px #CCC solid;
}
#termo-bolsa .titulo{
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0px;
    text-decoration: underline;
}
#termo-bolsa .texto{
    font-size: 12px;
    padding: 8px 0px;
}
#ctnr-disciplinas-matriculadas .rl_body_container .rl_body_item{
    background-image: none;
    background-color: #F6F6F6;
}
#ctnr-disciplinas-matriculadas .rl_body_container .rl_body_item:nth-child(odd){
    border-left: 4px #888 solid;
    border-right: 1px #888 solid;
}
#ctnr-disciplinas-matriculadas .rl_body_container .rl_body_item:nth-child(even){
    border-left: 4px #AAA solid;
    border-right: 1px #AAA solid;
}
#ctnr-disciplinas-matriculadas .rl_body_container .rl_body_item .rl_header_row{
    display: none;
}
#ctnr-disciplinas-matriculadas .rl_body_container .rl_body_item:first-child .rl_header_row{
    display: block;
}
.btn.imprimir-contrato, .btn.imprimir-boleto, .btn.imprimir-requerimento{
    background-color: #8D6E63;
    border-bottom-color: #6D4C41;
}
.btn.imprimir-contrato:hover, .btn.imprimir-boleto:hover, .btn.imprimir-requerimento:hover{
    background-color: #6D4C41;
    border-bottom-color: #8D6E63;
}
.btn.imprimir-contrato, .btn.imprimir-boleto, .btn.imprimir-requerimento, .btn.entregar-documentos, .btn.realizar-pagamento{
    margin-top: 2px;
    margin-right: 2px;
    width: 215px;
}
.btn.imprimir-requerimento{
    margin-right: 0px;
}
@media screen and (max-width: 500px) {
    .btn.imprimir-contrato, .btn.imprimir-boleto, .btn.imprimir-requerimento, .btn.entregar-documentos, .btn.realizar-pagamento{
        width: 100%;
    }
}
#ctnr-btns-confirmacao-matricula .titulo{
    margin-top: 20px;
    font-style: italic;
    font-size: 16px;
}
#ctnr-btns-confirmacao-matricula .secao-ctnr .barra-botoes{
    margin-top: 0px !important;
}
#ctnr-compostas{
    padding: 8px;
    background-color: #E0F2F1;
    margin-top: 8px;
    border-bottom: 5px #B2DFDB solid;
}
#ctnr-compostas .row-composta{
    padding: 8px;
}
.cemp{
    width: 100%;
}
.no-wrap{
    word-wrap: normal;
    white-space: nowrap;
}
.ic-font18{
    font-size: 18px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.rd_container{
    position: fixed;
}
.msg-seguranca{
    padding: 8px;
    border-bottom: 4px #E57373 solid;
    background-color: #FFCDD2;
}
.msg-senha{
    padding: 8px 12px;
    border-bottom: 4px #64B5F6 solid;
    background-color: #BBDEFB;
}
.msg-senha-icone{
    color: #64B5F6;
    font-size: 24px;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    #ctnr-body-matricula{
        padding: 40px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 800px) {
    #ctnr-body-matricula{
        padding: 20px;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 600px) {
    #ctnr-body-matricula{
        padding: 10px;
        padding-bottom: 3px;
    }
    .rl_action_button{
        display: table !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 400px) {
    #ctnr-body-matricula{
        padding: 6px;
        padding-bottom: 0px;
    }
}
.container.matricula-presencial{
    width: auto !important;
    font: 13px Tahoma, Verdana, Arial;
}
.container.matricula-presencial input.form-control, .container.matricula-presencial select.form-control, .container.matricula-presencial textarea.form-control{
    font-family: 'Lato', sans-serif !important;
    padding: 12px;
}
.container.matricula-presencial .msg{
    border: 0px;
}
.container.matricula-presencial #ctnr-body-matricula{
    padding: 26px !important;
}
main.main-presencial{
    margin-bottom: 0px;
}
main.main-presencial > .container > .row{
    border: 1px solid #EAEAEA;
    border-bottom: 5px solid #CCC;
}
#tableContrato h1{ font-size: 22px !important; }
#tableContrato h2{ font-size: 18px !important; }
#tableContrato h3{ font-size: 14px !important; }
.info-pre-requisito{
    padding: 6px 12px !important;
    background-color: #FFF;
    border: 2px #E53935 solid;
    color: #E53935;
    margin: 0px !important;
    border-radius: 3px;
}
.info-pre-requisito .titulou{
    margin-bottom: 6px;
    text-decoration: underline;
    font-weight: bold;
}
.msg-titulo-requisitos{
    font-style: italic;
    margin: 26px 0px 8px;
    line-height: 20px;
}
.msg-titulo-requisitos:first-child{
    margin-top: 0px;
}
.msg-lista-requisitos{
    padding-left: 20px;
}
.msg-lista-requisitos > div{
    font-weight: bold;
}
.mrgl2{
    margin-left: 2px;
}
#ctnr-ajuste-presencial{
    background-color: #FFF;
    border: 1px #EEE solid;
    border-bottom: 5px #DDD solid;
    margin-bottom: 10px;
    padding: 6px;
    padding-bottom: 50px;
}
.link-rematricula{
    margin-bottom: 18px;
}
.link-rematricula input[type=button]{
    background-color: #4F86EC;
    border: 0px;
    height: 30px;
    margin-right: 4px;
}
.imprimir-boletos-rematricula{
    min-width: 216px;
}
#ctnrDadosSelecaoPeriodo{
    font-size: 13px;
}

.btnPess, .btnPess:hover, .btnPess:focus, .btnPess:active, .btnPess:active:focus {
    background-color: #fff;
    color: #000;
    border-bottom-color: #fff;
    float: left !important;
    font: 16px Tahoma, Verdana, Arial;
    width: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: unset;
}

.btnPess span {
    padding-right: 0.5em;
    line-height: 0.9;
}

.btnCob, .btnCob:hover, .btnCob:focus, .btnCob:active, .btnCob:active:focus {
    background-color: #fff;
    color: #000;
    border-bottom-color: #fff;
    float: left !important;
    font: 16px Tahoma, Verdana, Arial;
    width: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: unset;
}

.btnCob span {
    padding-right: 0.5em;
    line-height: 0.9;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.endPessJs .corpo .form-group, .endCobJs .corpo .form-group {
    padding-right: 1%;
}
#maintable div#mainconteudo main.main-presencial {
    background-color: #FFF;
}

.form-group {
    height: auto;
}

label.anima-form-input-checkbox {
    border: none;
    display: inline-block;
    line-height: 28px;
    font-weight: unset;
    box-shadow: none;
}

label.anima-form-input-checkbox small {
    font-size: 17px;
    float: unset;
    vertical-align: super;
}

label.anima-form-input-checkbox i {
    width: 28px;
    height: 28px;
    display: inline-block;
}

label.anima-form-input-checkbox > input[type="checkbox"] + i::before {
    font-family: 'FontAwesome' !important;
    content: "\f096";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 32px;
}

label.anima-form-input-checkbox > input[type="checkbox"]:checked + i::before {
    font-family: 'FontAwesome' !important;
    content: "\f046";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 32px;
}

.anima-form-input-checkbox-description {
    color: #444444;
    font-style: italic;
}


.fa.fa-refresh.disciplina-disponivel-dp-mesmo-periodo.pode-ajustar, .fa.fa-refresh.disciplina-disponivel-dp-mesmo-periodo, .chk-disciplina.fa.fa-refresh.disciplina-disponivel-dp-mesmo-periodo.disciplina-disponivel {
    color: #00ae8e !important;
    border: 3px solid!important;
    padding: 4px !important;;
    border-radius: 50% !important;;
    font-size: 14px!important;
    cursor:pointer;
}
/*QEA*/
.chk-disciplina.fa.fa-refresh.disciplina-disponivel-dp-mesmo-periodo.disciplina-selecionada {
    color:  #fff !important;
}