* {
    margin:0;
    padding:0;
    box-sizing: border-box;
    list-style: none;
}

table tr:hover {
    background-color: #b3e7fc !important;
}

.calendario_mes table tr:hover {
    background-color: unset !important;
}

@font-face {
    font-family: Righteous;
    src: url('../fonts/Righteous-Regular.ttf');
}

body {
    font-family:'Prompt', Arial, Helvetica, sans-serif;
    color:#2d3192;
    overflow-x: hidden !important;
}
form label {
    margin-bottom: 0 !important;
}

input, select, textarea {
    border:2px solid #2d3192 !important;
}
h1 {
    font-size: 36px !important;
    
}
h3, h2, h1 {
    margin:10px 0;
    border-bottom: 2px solid #8dd6f7;
    font-family: 'Righteous', 'Fredoka One', cursive !important;
}

input::placeholder {
    color:#8b8cad !important;
}

/* AREA DOS BOTOES INICIO DAS PÁGINAS */
.titulo_botoes {
    width: 100%;
    margin:10px 0;
    display: flex;
    justify-content: space-between;
}
.area_btn_concluido {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_concluido_ext {
    width: 50px;
    height: 20px;
    padding: 2px;
    border-radius: 10px;
    border: 1px solid #7b7c8f;
    background-color: transparent;
}

.btn_concluido {
    margin-left: 10px;
}
.btn_concluido_int {
    background-color: #969696;
    width: 20px;
    height: 14px;
    border-radius: 8px;
}

.concluido {
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    border-color: #00ff3c;
}

.concluido2 {
    background-color: #00ff3c !important;
}
.status_diario_concluido {
    height: 25px;
    text-align: center;
    line-height: 20px;
    width: 100px;
    padding: 0 5px;
    color:#00741b;
    border: 2px solid #00741b;
    border-radius:10px;
}

.status_diario_pendente {
    height: 25px;
    text-align: center;
    line-height: 20px;
    width: 100px;
    padding: 0 5px;
    color:#ff0000;
    border: 2px solid #ff0000;
    border-radius:10px;
}

/* ESTILOS PAGINA DE LOGIN */
.area_login {
    position:fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width:100vw;
    height: 100vh;
    display: flex;
    z-index: 999999;
}
.login_esquerda {
    background-color:#2d3192;
    width:100%;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}
.login_esquerda img {
    width:50%;
    border:5px solid #8dd6f7;
    border-radius: 50%;
}
.login_direita {
    background-color:#8dd6f7;
    color:#2d3192;
    width: 600px;
    height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:10px;
    position: relative;
}
.area_login h1 {
    font-size:22px;
    text-align:center;
    border: none;
}
.area_login .form_login {
    width:90%;
}
.login_direita .logo_ensd {
    display: none;
}

.login_direita .autor {
    font-size: 0.8em !important;
    position: absolute;
    bottom: 40px;
}
#campo_login, #senha_usuario {
    font-weight: bold;
    color: #00046d !important;
}
.nova_senha,
.repete_nova_senha,
.senha_usuario {
    position: relative;
}

.mostrar_senha1,
.mostrar_senha2,
.mostrar_senha {
    height: 34px;
    width: 40px;
    margin: 2px 2px 0px 0px;
    background-color: #d4d4d4;
    border-radius: 2px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    position: absolute;
    top:0;
    right: 0;
}
.mostrar_senha1 img,
.mostrar_senha2 img,
.mostrar_senha img {
    height: 22px;
    cursor: pointer;
}

/* FIM ESTILOS PAGINA DE LOGIN */

/* Página esqueci a senha  */
.redefinir_senha {
    position:fixed;
    top: 0px;
    left: 0px;
    width:100vw;
    height: 100vh;
    background-color:#8dd6f7;
}

.redefinir_senha .logo_ensd {
    width: 100px;
    height: 100px;
    margin: 30px auto;
}

.redefinir_senha img {
    width: inherit;
    height: inherit;
}
.form_esqueci_senha, .redefinir_int {
    width: 300px;
    margin: auto;
}
.esqueci_senha {
    width: 90%;
}


/* FIM - Página esqueci a senha  */


/*PÁGINA DE ESCOLHA DO PERFIL*/
.escolha_perfil {
    position:fixed;
    top: 0px;
    left: 0px;
    width:100vw;
    height: 100vh;
    background-color: #2d3192;
    display: flex;
    justify-content: center;
    align-items: center;
}
.escolha_perfil .area_escolha_perfis {
    width: 50%;
    height: 50%;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.escolha_perfil .perfis_titulo {
    width: 100%;
    font-size: larger;
    text-align: center;
    border-bottom: 2px solid #020455;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.escolha_perfil .perfis {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.escolha_perfil .perfis a {
    text-transform: uppercase;
    width: 60% !important;
}


/*FIM - PÁGINA DE ESCOLHA DO PERFIL*/

/* BOTÕES */
.btn-primary {
    background-color:#2d3192;
    border:1px solid #2d3192 !important;
}
.btn-success {
    border: 1px solid #28a745 !important;
}

.seta_voltar{ /*Botao Voltar*/
    transform: rotateY(180deg) !important;
}


/* FIM - BOTÕES */

/* Estilos do Header */
.faixa_topo {
    width:100%;
    height:25px;
    color:#fff;
    background-color: #2d3192;
}
.area_logo {
    width:100%;
    height:80px;
}
.area_logo_int {
    height:100%;
    display:flex;
}
.data {
    height:25px;
    line-height:25px;
    display:flex;
    justify-content:flex-end;
}
.logo, .logo a {
    position:relative;
    width:100px;
    height:100%;
    display:flex;
    align-items:center;
    border-radius:50%;
}
.logo img {
    width:100px;
    border-radius:50%;
}
.area_logo_direita {
    width:100%;
    height:80px;
    display:flex;
    justify-content:flex-end;
    align-items: center;
}

/* IMAGEM DO USUÁRIO */
.area_imagem_usuario {
    width: 240px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nome_usuario {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Righteous';
    cursor: pointer;
}
.imagem_usuario {
    width: 70px;
    height: 70px;
    border-radius: 40px;
    position: relative;
    cursor: pointer;
}
.imagem_usuario #imagem_perfil2 {
    width: inherit;
    height: inherit;
    border-radius: 40px;
}

/* Menu de opçoes do usuario abaixo da imagem do usuario */
.opcoes_usuario {
    width: 0;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 100;
    margin-top: 105px;
    overflow: hidden;
    transition: all ease 0.3s;
    display: flex;
    justify-content: end;
    background-color: rgba(0, 0, 0, 0.5);
}
.opcoes_usuario ul {
    width: 300px;
    min-height: 100vh;
    background-color: #89d6f0;
    transition: all ease 0.3s;
    box-shadow: 1px 1px 8px #2d3192;
}
.opcoes_usuario ul li {
    width: inherit;
    border-bottom: 1px solid #a5a5a5;
}
.opcoes_usuario ul li a {
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    color: #2d3192;
    font-size: 18px;
}
.opcoes_usuario ul li a:hover {
    background-color: #41b0d5;
    transition: all ease 0.3s;
}
.show_opcoes_usuario {
    width: 100%;
    z-index: 1000;
}
/* FIM ESTILO DA AREA DE IMAGEM DO USUARIO
Menu do topo
*/

.menu {
    width:100%;
    height:50px;
    color:#fff;
    background-color:#2d3192;
}

.menu_int, .menu_int nav, .menu_int ul {
    height:100%;
    padding-left:37px;
}
.menu_int ul {
    display:flex;
}
.menu_int li {
    height:100%;
    list-style:none;
    display:flex;
    align-items:center;
}
.menu_int li a {
    display:inline-block;    
    width:100%;
    height:100%;
    padding:0 20px;
    line-height:50px;
    text-transform:uppercase;
    color:#fff;
    text-decoration: none;
}
.menu_int li a:hover {
    background-color:#3897bd;
    transition: 0.5s;
}

/* Menu Hamburguer */
.menu_barras {
    display: none;
    width: 50px;
    height: 50px;
}
.menu_barras .menu_lines {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}
.menu_barras .menu_lines span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: #fff;
    border-radius: 3px;
    transition: all ease 0.2s;
}
.menu_barras_x .menu_lines span {
	background-color: #89d6f0;
}

.menu_barras_x .menu_lines span:nth-child(1) {
    transform-origin: 0% 0%;
    transform: rotate(45deg) scale(1.15);
}

.menu_barras_x .menu_lines span:nth-child(2) {
    opacity: 0;
}

.menu_barras_x .menu_lines span:nth-child(3) {
    transform-origin: 0% 100%;
    transform: rotate(-45deg) scale(1.15);
}
.menu_direita {
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 155px;
    z-index: 100;
    overflow: hidden;
    display: flex;
    justify-content: start;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all ease 0.3s;
    
}
.menu_direita ul {
    width: 300px;
    min-height: 100vh;
    background-color: #89d6f0;
    transition: all ease 0.3s;
    box-shadow: 1px 1px 8px #2d3192;
}
.show_menu_direita {
    width: 100%;
}
.menu_direita ul li {
    width: inherit;
    border-bottom: 1px solid #a5a5a5;
}

.menu_direita ul li a {
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    color: #2d3192;
    font-size: 18px;
    transition: all ease 0.3s;
}
.menu_direita ul li a:hover {
    background-color: #41b0d5;
}

/* Pagina de cadastro de Usuários*/
.lista_de_usuarios tr td:nth-child(n+2) {
    text-align: center;
    width: 100px;
}
.tabela_usuarios {
    width: 100%;
    overflow: auto;
}
.tabela_usuarios table {
    width: 100%;
    min-width: 1000px;
}
.infos_usuario {
    display: none;
}

/* FORMULÁRIOS */
.formularios {
    background-color: #b5f5f5;
    padding: 10px;
    border-radius: 10px;
}
.formularios h5::after {
    content:'';
    display:block;
    width:auto;
    height:2px;
    background-color: #8bd8f6;
}
.add_usuario {
    width: 100%;
}
.add_matric {
    display: none;
}
/* FIM - FORMULÁRIOS */


/* ESTILOS DA PÁGINA HOME */
.links_home, .links_home_professor {
    width: 70%;
    margin: auto;
    margin-top: 20px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.links_home a {
    width:200px;
    min-height: 150px;
    margin: 10px auto;
    padding: 10px;
    display: flex;
    justify-content:center;
    align-items: center;
    background-color:#cae6f1;
    color:#005a7e;
    box-shadow: 1px 1px 5px #2d3192;
    border-radius:10px;
}

.links_home a div {
    width: 100%;
    display: flex;
    justify-content: center;
}
.links_home a img {
    width: 40%;
}

.links_home a:hover {
    color:#004e4e;
    font-weight: 700;
    box-shadow: 1px 1px 8px #6a6ff3;
    background-color: #e5effd;
}

.links_home a {
    font-weight: 500;
    text-decoration:none;
    text-transform: uppercase;
    color:#2d3192;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.links_home small {
    font-size: 10px;
}
.links_home .diarios_concluidos {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background-color: #ff0000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top:2px;
    right: 2px;
} 

.links_home_professor a {
    width:200px;
    min-height: 150px;
    margin: 10px auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    background-color:#cae6f1;
    color:#005a7e;
    box-shadow: 1px 1px 5px #2d3192;
    border-radius:10px;
    text-decoration: none;
    font-family: 'Righteous', 'Fredoka One', cursive !important;
}
.links_home_professor a:hover {
    background-color: #17a2b8;
    color: #fff;
}
.links_home_professor .nome_turma {
    font-size: 1.6rem;
    text-align: center;
}

.links_home_professor .ano_turno {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position:relative;
    bottom: 0;
    border: 1px solid #02cece;
    border-radius: 10px;
    padding: 0 10px;    
}
.links_home_professor .nome_disc {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-family:Arial, Helvetica, sans-serif
}
.selecionar_transferencia .selec_transf_btns .modal_int {
    width: 300px !important;
}
/* FIM - ESTILOS DA PÁGINA HOME */

/* AREA DE Diario */
.links_diario_professor {
    width: 80%;
    margin: auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.links_diario_professor a {
    width: 200px;
    min-height: 150px;
    margin: 10px auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    background-color:#cae6f1;
    box-shadow: 1px 1px 5px #2d3192;
    border-radius:10px;
    text-decoration: none;
    font-family: 'Righteous', 'Fredoka One', cursive !important;
    transition: all ease 0.3s;
}
.links_diario_professor a:hover {
    background-color: #4894ff;
    transform: scale(1.07);
}
.links_diario_professor a div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.links_diario_professor a img {
    width: 30%;
}

.links_diario_professor a .total_registros {
    color: #000052;
    font-size: 12px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/*PÁGINA TURMAS*/
#area_turmas {
    display:flex;
    width:100%;
    justify-content: space-between;
}
.tb_diarios_alunos .aba1,
.tb_diarios_alunos .aba2 {
    padding: 10px;
    overflow-x: auto;
}
.tb_diarios_alunos .aba1 table,
.tb_diarios_alunos .aba2 table {
    width: 100%;
}
.tb_diarios_alunos .status_aluno {
    width: 100%;
    border-radius: 5px !important;
    border: 1px solid #a6adff !important;
}
.tb_diarios_alunos .modal_int {
    top: 40px;
}
.tb_diarios_alunos .obs_mudar_turma {
    color: red;
}

.status_aluno_2,
.status_aluno_3,
.status_aluno_4,
.status_alunos,
.status_alunos select {
    background-color: #ffa3a3 !important;
}
.status_alunos .mudar_aluno_turma {
    display: none;
}
.ocultar_linha {
    display: none !important;
}

.aba1 .status_al_msg {
    width: 350px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    background-color: #00b900;
    color: #fff;
    font-size: larger;
    font-weight: bold;
    box-shadow: 10px 10px 14px #001a1a;
    position: fixed;
    top: 30px;
    right: 30px;
    border-radius: 10px;
    z-index: 999;
}

.nome_professor {
    font-weight: 700;
    color: #020455;
}
.thead-dark th {
    background-color: #2e33d1 !important;
    font-weight: 500 !important;
    border:1px solid #fff !important;
}

.area_turmas .area_turmas_ano,
.ver_turmas_esquerda h4 {
    border-top: 5px solid #005a7e;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    background-color: #17a2b8;
    color: #fff;
}

.ver_turmas {
    display: flex;
}
.ver_turmas_esquerda {
    width: 220px;
    margin-right: 15px;
    padding: 0 10px;    
}
.ver_turmas_direita {
    width: 100%;
}

.links_turmas {
    width: 100%;
    margin: auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.links_turmas .link_turma {
    width: 220px;
    height: 130px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    background-color:#cae6f1;
    color:#005a7e;
    box-shadow: 1px 1px 5px #2d3192;
    border-radius:10px;
    transition: all ease 0.3s;
}
.links_turmas .link_turma:hover {
    transform: scale(1.05);
}
.link_turma a {
    text-decoration: none;
    text-align: center;
    font-family: 'Righteous', 'Fredoka One', cursive !important;
}
.link_turma .acessar_turma {
    background-color: #17a2b8;
    color: #020455;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.links_turmas .acessar_turma:hover {
    color: #fff;
}

.links_turmas .nome_turma {
    font-size:xx-large;
}
.links_turmas .qtd_alunos {
    font-size: medium;
}
.links_turmas .turno {
    font-size: small;
}
.encerrar_ano {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.encerrar_ano strong {
    margin-left: 10px;
}
.encerrar_ano a:hover {
    background-color: #005a7e;
    color: #fff;
}

.encerrar_ano .fechar_diarios {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 26, 26, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.encerrar_ano .fechar_diarios_int {
    width: 380px;
    background-color: #b5f5f5;
    padding: 20px;
    border-radius: 10px;
}

.editar_turma {
    font-size: 16px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: all ease 0.5s;
}
.editar_turma:hover {
    background-color: #020455;
    color: #fff;
    border-radius: 10px;
}
.excluir_turma {
    width: 100%;
    height: 0px;
    border-radius: 10px;
    color: red;
    overflow: hidden;
    transition: all ease 0.5s;
}
.excluir_turma:hover {
    background-color: red;
    color: #fff;
}
/*FIM - PÁGINA TURMAS*/


/* Área de modificar a senha*/
.criar_senha {
    position:fixed;
    top: 0px;
    left: 0px;
    width:100vw;
    height: 100vh;
    background-color: #2d3192;
    display:flex;
    justify-content: center;
    align-items: center;
}

.criar_senha_int {
    background-color:#dcf4ff;
    color:#2d3192;
    width: 40vw;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    border-radius: 10px;
    padding: 10px;
}
.criar_senha_int form {
    width: 100%;
    max-width: 400px;
    padding: 10px;
}
.btn_alterar_senha {
    display: none;
}
.requisitos_senha {
    width: 90%;
}
.requisitos_titulo {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #8dd6f7;
    margin-top: 10px;
}
.req_senha div {
    width: 100%;
    display: flex;
}
.req_senha img {
    display: none;
}
.req_senha .req_itens {
    font-weight: bold;
    color: #00b52a;
}
.req_senha .req_itens img {
    display: block !important;
}

/* Estilos do rodapé */
footer {
    width:100%;
    height:200px;
    background-color: #2d3192;
    margin-top:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .autor {
    color:#fff;
    font-size: 0.8em;
}
.logo-footer {
    width:100%;
    height:120px;
    display:flex;
    justify-content:center;
    align-items:center;
    line-height:100%;
}
.logo-footer img {
    width:100px;
}

/*Tabela habilidades*/
.linha_hab .unidades_bimestrais {
    background-color: #9effb4 !important;
}
.nome_aluno {
    font-size: 18px;
    margin:0 0 15px 0px;
    padding: 0 10px;    
    border: 1px solid #8083e2;
    border-radius:10px;
    font-weight: bold;
}
.tabela_habilidades {
    font-size: 14px;
    width: 100%;
    overflow: auto;
}
.tabela_habilidades th {
    text-align: center;
    border:1px solid #fff !important;
    font-size:14px;
}
.tabela_habilidades td {
    border:1px solid #000 !important;
}
.tabela_habilidades .unidades_bimestrais {
    text-align: center;
    vertical-align: middle;
    width:40px;
}

.msg_reg_habilidade {
    display: none;
}
.msg_reg_habilidade .msg_alert {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}


.legenda_tabela {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.legenda_tabela span {
    background-color: #cecffc;
    padding: 5px 20px;
    border-radius: 20px;
}
.campo_inserir_habilidade {
    display: flex;
    width: 100%;
}
.campo_inserir_habilidade .form-group {
    width: 100%;
}

.modal_ext {
    position: fixed;
    top: 0px;
    left: 0px;
    width:100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
    display:none;
    overflow: auto;
}

.modal_int {
    position: relative;
    width: 50%;
    height: auto;
    background-color: #b5f5f5;
    z-index:100;
    top: 100px;
    margin: auto;
    border-radius: 15px;
    padding: 15px;
}

.modal_cont {
    padding: 20px;
}

.fechar {
    width: 100%;
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 10px;
}

/* Formularios que abrem no modal */
.formularios_modal {
    width: 100%;
}
.botao_salvar {
    width: 100% !important;
    padding-left: 5px;
}

/* Pagian de registro de desempenho */
.diag_desempenho {
    width:100%;
    margin: 15px 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.titulo_botao {
    width:100%;
    display:flex;
    justify-content:space-around;
    padding: 10px;
}

.parecer {
    width:100%;
    border:2px solid #2d3192;
    padding: 5px;
}

.parecer_desc_titulo {
    width:100%;
    border-bottom:2px solid #2d3192;
    background-color: #8dd6f7;
    text-align:center;
}

.parecer_desc {
    width: 100%;
    padding: 5px;
}

.ver_btn_acao a {
    display:none;
}

.excluir_desc_plans.btn,
.editar_desc_plans.btn,
.editar_obs.btn,
.excluir_obs.btn,
.editar_desc.btn,
.excluir_desc.btn {
    padding: 0.05rem 0.3rem !important;
}

/*PÁGINA DE FAZER A CHAMADA E PÁGINA DE REGISTRO DE AULAS*/
.chamada {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-start;
}

.presenca_todos  {
    width: 100%;
    display: flex;
    justify-content: flex-end;    
}

.area_sel_data {
    width: 300px;
}

.area_chamada, .area_reg_aula {
    width:70%;
    margin-left: 10px;
    /* background-color: green; */
    border-left:1px solid #2d3192;
    padding-left:8px;
}

.tb_ch tr td:nth-child(3) {
    text-align: center !important;
}

.botoes_chamada {
    width: 150px;
}
.tabela_chamada {
    overflow-x: auto;
}

.del_freqs {
    margin: 10px 0px;
}

.cal_meses {
    padding: 5px;
}

.cal_mes {
    display: inline-block;
    width: 64px;
    height: 26px;
    text-align: center;
    color:#000052;
    margin: 2px;
    border: 1px solid #8bd8f6;
    border-radius: 5px;
    text-decoration: none !important;
}
.cal_mes:hover {
    background-color: #000052;
    color: #fff;
}
.mes_sel {
    background-color: #8bd8f6;
}

.cal_meses .dias_nao_reg {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #ff0000;
}

/*Botao de outra chamada de campo de infos*/
.chamada_em_outro_dia .infos_outra_ch .outro_ch {
    display: none;
}
.chamada_em_outro_dia .infos_outra_ch {
    display: none;
}
.chamada_em_outro_dia .info_outra_ch {
    display: flex;
}
.chamada_em_outro_dia .info_outra_ch input:nth-child(1) {
    width: 150px !important;
    height: 40px;
    font-size: 14px;
}
.chamada_em_outro_dia .info_outra_ch input:nth-child(2) {
    width: 10 0px !important;
    height: 40px;
    font-size: 14px;
}


/* Formulários no modal de registrar e editar aulas(REGISTRO DE AULAS) */
.forms_registro_aulas .modal_cont {
    padding: 0px;
}
.forms_registro_aulas .modal_int {
    width: 60%;
    position: relative;
    top: 10px;
    padding: 15px;
}
.forms_registro_aulas .label_num_aulas {
    display: flex;
}
.forms_registro_aulas .num_aulas {
    padding: 0px 10px 0px 5px;
}
.forms_registro_aulas .btn_num_aulas {
    padding: 2px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 12px;
    display: none;
}
.forms_registro_aulas .btn_num_aulas:hover {
    color: #fff;
    background-color: #000052;
    cursor: pointer;
}
.outros_registros .btn_num_aulas {
    display: block;
}


/*calendario - página de chamadas e página registro de aulas*/
.calendario_mes {
    border:1px solid #8bd8f6;
    border-radius:5px;
    padding:5px;
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
}
.calendario_mes .nome_mes {
    font-size:18px;
    font-weight: 500;
    width:80%;
    text-align:center;
}
.calendario_mes .mes_ano {
    width: 100%;
    border-bottom:1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}
.calendario_mes .mes_ano a {
    display: block;
    width:35px;
    height:25px;
    line-height:25px;
    text-align:center;
    border: 1px solid #8bd8f6;
    border-radius: 5px;
    text-decoration:none;
    font-weight:bold;
    padding: 2 10px;
}
.calendario_mes .mes_ano a:hover {
    background-color: #17a2b8;
    color: #fff;
}
.dia_atual {
    box-shadow:0px 0px 2px 2px #00ff00;
}
.dia_regis {
    background-color: #0eab00;
}
.dia_nao_regis {
    background-color: #f00;
}
.prox_dias {
    background-color: #e3e3e3;
}
.dia_feriado {
    background-color: #d9d900;
}
.legenda {
    width: 100%;
}
.legenda .item {
    display: flex;
    padding: 3px;
}
.legenda .item div {
    width: 35px;
    height: 25px;
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;
}
.calendario_mes table {
    border-collapse:unset;
    border-radius: 5px;
}

.calendario_mes table th{
    width: 35px;
    height:25px;
    font-size: small;
    color:#2d3192;
    text-align:center;
}

.calendario_mes table td{
    font-size: small;
    height:25px;
    line-height:25px;
    text-align:center;
    border-radius:5px;
}
.calendario_mes table a {
    display: block;
    width:35px;
    height: 25px;
    text-decoration:none;
    border-radius:5px;
}

.dia_selecionado {
    box-shadow: 0px 0px 2px 2px #0000ff;
}

.data_completa {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #2d3192;
    margin-bottom: 5px;
    border-radius: 10px;
}

.num_chamada {
    width: 50px;
    text-align:center;
}

.botoes_acao_chamada {
    width: 105px;
}

.status_chamada {
    width: 100px;
}

/* Página Lista de Funcionários - (todos_funcionarios) */
.todos_funcionarios {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.todos_funcionarios .info_func {
    border: 1px solid #005a7e;
    width: 160px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    border-radius: 10px;
    transition: all ease .3s;
}
.todos_funcionarios .info_func:hover {
    transform: scale(1.05);
    border-color:#17a2b8;
}
.todos_funcionarios .img_func {
    width: 100px;
    border-radius: 50px;
    overflow: hidden;
}
.todos_funcionarios .img_func img {
    width: inherit;
    height: inherit;
}
.todos_funcionarios .nome_func {
    background-color: #ccc;
    width: 100%;
    padding: 8px 5px;
    margin: 5px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #2d3192;
    transition: all ease .3s;
}
.todos_funcionarios .nome_func:hover {
    color: #666aee;
}
.todos_funcionarios .cargo_func {
    padding: 10px 5px;
    font-size: 12px;
}
.todos_funcionarios .btn_perfil {
    width: 80%;
}
.todos_funcionarios .info_func.status_inativo {
    border: 2px solid #ff0000;
    color: #ff0000;
}
.todos_funcionarios .status_inativo .nome_func {
    color: #ff0000;
}

/* FIM - Página Lista de Funcionários */


/*Aulas registradas*/
.aulas_registradas h4 {
    margin: 10px 0;
}
.area_registro {
    width:100%;
    margin:30px 0;
    box-shadow: 0px 0px 5px 3px #add8e6;
    padding: 6px;
    position: relative;
}
.area_registro .desc_reg {
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    background-color: #ccc;
    padding: 5px;
    word-break: break-word;
}
.desc_reg p {
    margin-left: 15px;
}
.desc_reg strong {
    text-transform: uppercase;
}
.area_registro:hover {
    box-shadow: 0px 0px 5px 3px #2884fc;
    transform: scale(1.01);
}
.info_reg {
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #e2e2e2;
    padding-top: 3px;
}

.area_registro .editarExcluir {
    position: absolute;
    top: 2px;
    right: 28px;
    display: none;
    background-color: #fff;
    border-radius: 6px;
}

.editarExcluir .btn {
    padding: 0.05rem 0.3rem !important;
}

.mostrarBtns .editarExcluir {
    display: block !important;
}

/* Página de Observações do aluno*/
/* Página de registro de desempenho*/
.obs {
    width:100%;
    margin: 15px 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.campos_obs {
    width:100%;
    border:2px solid #2d3192;
}

.campos_obs_titulo {
    width:100%;
    border-bottom:2px solid #2d3192;
    background-color: #8dd6f7;
    text-align:center;
    padding: 5px 0;
}

.campos_obs_desc {
    width: 100%;
    padding: 10px;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}

.obs .ver_btn_acao a {
    display:none;
}

.obs .bimestres {
    display:flex;
    flex-wrap: wrap;

}

.obs .bimestres .campos_obs {
    width: 50%;
}

.campos_plan_desc p,
.obs p {
    background-color: #52525238;
    padding: 5px;
    border-radius: 5px;
}

/* Página de planejamento*/
.plan {
    width:100%;
    margin: 15px 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
}
.plan_bimestre {
    border: 2px solid #2d3192;
    border-radius: 10px 10px 0 0;
    width:100%;
    font-weight: bold;
    text-align: center;
    margin: 5px 0 0;
}
.campos_plan {
    width:100%;
    border:2px solid #2d3192;
}
.campos_plan_titulo {
    width:100%;
    border-bottom:2px solid #2d3192;
    background-color: #8dd6f7;
    font-weight: bold;
    padding: 5px 0px 5px 10px;
}
.campos_plan_desc {
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    padding: 10px;
}
.plan .ver_btn_acao a {
    display:none;
}
.botao_copiar {
    margin-top: 15px;
    width: 150px;
}
.acesso_plan {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.add_plans {
    display: none;
    background-color: #b5f5f5;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.btn_salvar_plans,
.add_plans .btn_reg_plans {
    width: 150px;
}
.plans_abas {
    width: 100%;
    display: flex;
}

.plans_abas div {
    width: 150px;
    border: 2px solid #ccc;
    border-bottom: 2px solid #003a50;
    padding: 5px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
    color: #ccc;
    background-color: #fff;
    cursor: pointer;
    z-index: 99;
}
.aba2,
.aba1 {
    border: 2px solid #003a50;
    padding: 0px 10px;
    margin-top: -2px;
}
.mostrar_aba {
    display: block;
}
.ocultar_aba {
    display: none;
}
.aba_sel {
    border-top: 2px solid #003a50 !important;
    border-right: 2px solid #003a50 !important;
    border-left: 2px solid #003a50 !important;
    border-bottom: none !important;
    color: #003a50 !important;
}


/* Página - Registrar Planejamentos para as disciplinas */
.plans_registrados .plan_disc {
    width: 100%;
    height: auto;
    max-height: 340px;
    margin: 10px 0;
    position: relative;
    padding: 6px;
    border-radius: 8px;
    background-color: #e4e4e4;
}
.plans_registrados .plan_infos {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #003a50;
    font-weight: bold;
}
.plans_registrados .plan_texto {
    width: 100%;
    height: 240px;
    overflow-y: auto;
    padding: 5px;
    margin: 5px 0;
}
.plans_registrados .plan_btns {
    width: 100%;
    height: 45px;
    border-top: 1px solid #003a50;
    padding: 5px 0;
}

/*NOVA AREA DE NOTAS*/
.area_add_notas {
    width: 100%;
    display: flex;
}
.area_add_notas .card-header button {
    color:#020455;
    font-weight: bold;
}
.bimestres_disciplinas {
    flex:2;
    margin-right: 10px;
}
.bimestres_disciplinas .card-header {
    padding:0;
}
.bimestres_disciplinas button {
    font-weight: 500;
    width: 100%;
    text-decoration: none !important;
}
.bimestres_disciplinas button:hover {
    background-color: #6ed6ff;
}
.add_background {
    background-color: #7affcc;
}
.lista_alunos_add_notas, .tabela_result_add_recup {
    flex: 10;
}
.botao_bims {
    display: flex;
    flex-direction: column;
}
.botao_bims .btn:focus {
    outline: none;
}
.nome_disciplina, .nome_discip {
    font-size: 22px;
    margin:0 0 15px 0px;
    padding: 0 10px;    
    border: 1px solid #8083e2;
    border-radius:10px;
    font-weight: bold;
    text-align: center;
}

.card-body {
    padding: 0.7rem 0.4rem !important;
}

.tabela_resultados td:nth-child(n+3):nth-child(-n+8) {
    text-align: center;
}
.add_nota_recuperacao .form-row {
    flex-wrap: unset !important;
}
.add_nota_recuperacao .nota_aluno {
    width: 90%;
}
.notas_e_boletins {
    margin-bottom: 10px;
}

.tabela_notas_boletim {
    display: none;
}

.btn_imprimir_notas {
    display: flex;
    justify-content: flex-end;
}
.btn_imprimir_notas a {
    color: red;
}
.tabela_notas_resultados {
    width: 100%;
    overflow-x: auto;
}
.tabela_notas_resultados table th,
.tabela_notas_resultados table td {
    text-align: center;
    vertical-align: middle;
}

.tabela_notas_resultados table td:nth-child(2) {
    text-align: left !important;
}
.tabela_notas_resultados table td:nth-child(1) {
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
.tabela_notas_resultados table th:nth-child(3),
.tabela_notas_resultados table th:nth-child(4),
.tabela_notas_resultados table th:nth-child(6) {
    width: 50px;
    
}

.tabela_notas_resultados table th:nth-child(8) {
    width: 100px;
}
.tabela_notas_resultados table th:nth-child(5),
.tabela_notas_resultados table th:nth-child(7) {
    width: 84px;
}
.tabela_notas_resultados table td:nth-child(7) {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}

/*Formulario de notas*/
.campos_inserir_notas {
    display: flex;
}

/* BOLETIM */
.botoes {
    display: flex;
    justify-content: space-between;
}
.boletim_aluno .tabela_boletim {
    overflow-x: auto;
}
.boletim_aluno .tabela_boletim table th:nth-child(n+2),
.boletim_aluno .tabela_boletim table td:nth-child(n+2) {
    text-align: center;
}

/*Modal add notas*/
.lista_alunos_add_notas .modal_int,
.tabela_result_add_recup .modal_int {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lista_alunos_add_notas .modal_cont
.tabela_result_add_recup .modal_cont {
    width: 70%;
}

.tabela_alunos_notas {
    width: 100%;
}

/* .tabela_alunos_notas tr:hover {
    background-color: #b9ffbf !important;
} */
.tabela_alunos_notas tr td:nth-child(n+3):nth-child(-n+9){
    text-align: center;
}
.tabela_alunos_notas tr td:nth-child(1){
    text-align: center;
}

.disciplina_selecionada {
  background-color: #17a2b8;
    color: #fff;
}

.lista_adicionar_notas:focus {
    border:none !important;
}

/* DIA DO DIARIO */
.dia_mes_aulas .dias_semana,
.dia_mes .dias_semana {
    color:#2d3192;
}
.dia_mes_aulas, .dia_mes {
    cursor: pointer;
}
.dia_mes_aulas a:hover, .dia_mes a:hover {
    font-size: x-large;
}

/*PÁGINA DE FREQUENCIA DOS ALUNOS*/
.table_freq {
    width: 100%;
    font-size: small;
    font-weight: 500;
    margin-bottom: 3px;
}
.table_freq th, .table_freq td {
    text-align: center;
    width: 40px;
}

.meses_chamada {
    background-color: #2e33d1;
    color: #fff;
    width: 200px !important;
}

.freq_cor1 {
    background-color: #acffe6 !important;
}
.freq_cor2 {
    background-color: #ffb5b5  !important;
}
.freq_cor3 {
    background-color: #ffffb3 !important;
}
.freq_cor4 {
    background-color: #e3e1ff !important;
}

.legenda_freq {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.legenda_freq div {
    border-radius: 10px;
    padding: 0 10px;
}
.resultado_freq {
    display: flex;
}

.resultado_freq_esquerda {
    display: flex;
    width: 50%;
}

.resultado_freq_esquerda .resultado_freq_int_titulo {
    height: 26px;
}

.resultado_freq_direita {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.resultado_freq .resultado_freq_int {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.resultado_freq_int_titulo {
    border: 1px solid #8b8b8b;
    width: 40%;
    text-align: center;
}

.resultado_freq_int_val {
    border: 1px solid #8b8b8b;
    width: 15%;
    text-align: center;
}

/* Estilos da Ficha do Funcioário e Ficha do Aluno*/
.infos_func {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 30px;
    border-radius: 5px;
    background-color: #b5f5f5;    
}
.tablela_ficha_funcionario {
    width: 100%;
}
.tablela_ficha_funcionario table {
    width: 100%;
}

.infos_func .area_img_perfil {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background-color: #e0ecf2;
    margin:0 10px 10px 0;
}
.infos_func .area_img_perfil img {
    width: inherit;
    height: inherit;
    border-radius: 80px;
}
.acoes {
    width: 160px;
    margin:0 10px 10px 0;
}
.infos_func table {
    flex: 1;
}

.titulo_info {
    text-align: right;
    padding-right: 15px;
    font-weight: 600;
    width: 210px !important;
}
.mudar_imagem {
    position: relative;
    margin: 0 0 10px 0;
}

.mudar_imagem, .alterar_img, #input-file {
    width: 160px;
    height: 30px;
    border-radius: 5px;
}

#input-file {
    cursor: pointer;
    position: absolute;
    top:0;
    left: 0;
    opacity:0;    
}

.linha_divisao {
    height: 40px;
    background-color: #b5f5f5;
    border-bottom: 2px solid #2d3192;
}
.linha_divisao td {
    padding-top: 30px;
    padding-left: 10px;
}



/* Area Busca por aluno */
.buscar_results table {
    width: 100%;
}
.buscar_results td {
    height: 40px;
}
.buscar_results td a {
    display: block;
    width: 100%;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #e0eeff;
    margin: 5px;
    line-height: 40px;
    border:1px solid #ccc;
    border-radius: 5px;
    color:#020455;
}
.buscar_results td a:hover {
    background-color: #afd2fd;
}


/* Area de renovar Matrícula */
.matriculas_aluno {
    width:100%;
    display: flex;

}
.matriculas_aluno .m_esquerda {
    flex: 4;
    margin-right: 10px;
    border-right: 2px solid #2e33d1;
    padding-right: 10px;
}
.matriculas_aluno .m_direita {
    flex: 8;
}
.matriculas_por_ano {
    width: 100%;
}
.matriculas_por_ano .infos_matric {
    display: flex;
    justify-content:space-between;
    margin-bottom: 10px;
    vertical-align: middle;
}
.matriculas_por_ano .infos_matric button {
    padding: 3px 10px;
    border: 1px solid #000052;
    border-radius: 5px;
    font-size: 14px;
}
.matriculas_por_ano .infos_matric button:hover {
    color: #fff;
    background-color: #000052;
    cursor: pointer;
}

.matriculas_aluno .matric_status_aluno div {
    width: 170px;
    border-radius: 5px;
}
.matriculas_aluno .matric_status_aluno .st_aluno {
    color: #000052;
}

.ver_registro_aulas,
.calendario_reg_aulas2,
.calendario_chamada2,
.form_renovar_matric,
.outro_form_renovar_matric,
.tabela_ch,
.outro_dia,
.btn_novo_registro,
#form_data_ch2,
#form_data_aulas2,
.info_obs,
.escolher_bimestre,
.add_notas_alunos {
    display:none;
}
.mes_ano .a_novo_registro {
    display: none !important;
}

.carregando {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(2, 3, 85, 0.8);
    text-shadow: 5px 5px 5px #000;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 100vh;
    z-index: 1000;

}

/* Formulário deletar frequencias */
#data_del_freq {
    width: 50%;
}

/* Pagina de horarios das turmas */

.horarios {
    display: flex;
    flex-wrap: wrap;
}

.horarios_esquerda {
    width: 300px;
    border-right: 1px solid #003a50;
    padding: 0px 10px;
    
}
.horarios_esquerda h5 {
    width: 100%;
    border-bottom: 2px solid #8dd6f7;
    padding-bottom: 10px;
    text-align: center;
}

.d_feriado {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #8dd6f7;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.d_feriado span {
    width: 50%;
    margin: auto;
    font-size: 20px;
    border-bottom: 2px solid #8dd6f7;
}
.d_feriado small {
    color: red;
}

.horarios_esquerda .inicio_fim {
    background-color: #00b6ff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    display: none;
}
.horarios_esquerda .bim_form {
    margin-bottom: 10px;
}

.marcar_feriados a {
    color: #000;
}

.marcar_feriados a:hover {
    border: 1px solid #000052 !important;
}

.ini_fim_ano_letivo {
    font-weight: bold;
    background-color: #00b6ff;
    border-radius: 10px;
    padding: 10px;
}
.ini_fim_ano_letivo .dt_bims {
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}
.ini_fim_ano_letivo .bt_bim_titulo {
    text-align: center;
}
.ini_fim_ano_letivo .bims_datas {
    display: flex;
    justify-content: space-around;
}
/* AREA DE HORÁRIOS DAS TURMAS */
.h_turmas {
    position: relative;
    border-radius: 10px;
    margin: 10px 0;
    border: 2px solid #004e4e;
    padding: 10px;
    width: 100%;
}

.h_turmas h5 {
    margin-top: 15px; 
}

.h_turmas .msg {
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #000052;
}

.h_turma_titulo {
    width: 100%;
    padding: 5px;
    font-size: 1.2rem;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background-color: #004e4e;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
}

.datas_registradas {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.datas_registradas p {
    width: 50%;
    text-align: center;
}
.datas_registradas svg {
    width: 25px;
    height: 25px;
}
.datas_registradas svg:hover {
    fill: red;
}

.horarios_direita {
    flex: 1;
    margin-left: 10px;
}

.tabela_horario {
    width: inherit;
    overflow: auto;
    padding-top: 15px;
    
}
.tabela_horario table th {
    font-weight: bold !important;
    background-color: #2e33d1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px;
}
.tabela_horario td {
    color: #000000;
    width: 150px;
    height: 40px;
}
.tabela_horario small {
    color: #0000ff;
}

.tabela_horario table,
.tabela_horario table tr,
.tabela_horario table th,
.tabela_horario table td {
    border: 1px solid #000;
}

.tabela_horario table td:nth-child(1) {
    background-color: #2e33d1;
    color: #fff;
    font-weight: bold !important;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
}

.tabela_horario table td:nth-child(n+2) {
    border-color: #004e4e;
}
.tabela_horario table td .infos_dis {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tabela_horario table td .infos_dis div {
    font-size: 12px;
}
.tabela_horario table td .infos_dis strong {
    text-align: center;
    text-transform: uppercase;
}

.tabela_horario table tr:hover {
    background-color: unset !important;
}
.infos_data_mudanca {
    display: none;
}

/* Português */
.cor2 {
    background-color: #ff0000;
}

/* Matemática */
.cor3 {
    background-color: #009901;
}

/* História */
.cor4 {
    background-color: #f18500;
}

/* Geografia */
.cor5 {
    background-color: #42d3ff;
}

/* Ciências */
.cor6 {
    background-color: #7d6edb;
}

/* Ingês */
.cor7 {
    background-color: #ffff00;
}

/* Arte */
.cor8 {
    background-color: #666600;
}

/* Educação Física */
.cor9 {
    background-color: #ff4d4d;
}

/* Ensino Religioso */
.cor10 {
    background-color: #0000ff;
}

/* Educação Socioemocional */
.cor11 {
    background-color: #03fc0f;
}

/* Produção Textual */
.cor12 {
    background-color: #9300d3;
}

.tabela_horarios select {
    background-color: transparent;
    color: #000052;
    border:none;
}
.tabela_horarios .ordem_aula {
    color: #fff;
    background-color: #2e33d1;
}

.area_reg_aula_form .checks {
    display: flex;
    flex-wrap: wrap;
    background-color: #ccc;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.area_reg_aula_form .form-check-inline {
    margin-right: 20px;
}
#recursos_didat2, #metodologia2 {
    border: 1px solid #6a6a6a !important;
}

/* PÁGINA DE CONFIRMAÇÃO DE ENTREGA DE DIÁRIOS */
.diarios_turmas .nome_turma {
    background-color: #e3e3e3;
    padding: 5px 20px;
    border-radius: 20px 20px 0 0;
    border-top: 5px solid #007bff;
    font-size: 20px;
    font-weight: bold;
}
.status_diarios {
    width: 100px;
}
.diarios_turmas .horario_turma {
    overflow: auto;
}
.diarios_turmas .horario_turma table {
    width: 100%;
}
.diarios_turmas table td:nth-child(3) {
    width: 100px;
}
.diarios_turmas table .btn-sm {
    border:none;
}
.diarios_turmas table td:nth-child(4) {
    width: 150px;
}
.diarios_turmas table td:nth-child(2) {
    width: 250px; 
}
.diarios_turmas table thead {
    background-color: #6b75b1;
    color: #fff;
    font-weight: 400 !important;
}



/* Página de gerar transferências */
.formulario_transferencia .form-group {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.formulario_transferencia .progressao {
    margin-left: 15px;
}
.formulario_transferencia .input_radios {
    height: 30px;
    display: flex;
    align-items: center;
}
.formulario_transferencia .input_radios input {
    width: 20px;
    height: 20px;
}
.formulario_transferencia .input_radios label {
    margin-left: 3px;
    margin-right: 10px;
}
.historico_turma {
    background-color: #b9deeb;
    border: 1px solid #2d3192;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}
.historico_turma .nome_turma {
    border-bottom: 4px solid #000052;
    color: #000052;
    /* border-radius: 10px; */
    font-size: 20px;
    text-align: center;
}
.historico_turma .notas_aluno_transf {
    width: 300px;
    font-size: 18px;
    border-bottom: 1px solid #41b0d5;
    text-align: center;
}

.form_transf .form-check-label {
    font-size: 20px;
}
.form_transf .form-check {
    margin: 10px 0px;
}
.form_transf input[type=checkbox] {
    border: 0px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.notas_dis_transf .form-group {
    width: 100px;
}

/* Página Arquivo Morto */
.pg_arq_morto .aba1,
.pg_arq_morto .aba2 {
    min-height: 320px;
}
.transf_arq_morto {
    width: 100%;
}
.transf_arq_morto form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

/* .transf_arq_morto .nome_arquivo {
    width: 100%;
    height: 38px;
    border-radius: 10px;
    padding: 5px 5px 5px 15px;
    font-size: 18px;
    background-color: #9fcdff;
}
.transf_arq_morto .opcoes {
    width: 190px;
    margin-left: 10px;
    display: flex;
} */

.transf_arq_morto .buscar_aluno form {
    width: 90%;
}

.transf_arq_morto .buscar_aluno {
    height: 80px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    background-color: #cae6f1;
}

.arq_transfer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    border: 1px solid #9fcdff;
    border-radius: 10px;
    padding: 5px 5px 5px 15px
}
.arq_transfer:hover {
    background-color: #cae6f1;    
}


@media only screen and (min-width:601px) and (max-width:1000px) {
    h1 {
        font-size: 30px !important;
    }

    /*Página de login*/
    .login_direita {
        width: 400px;
    }
    .area_logo .logo a {
        width: 90px;
    }
    .area_logo .logo img {
        width: 70px;
    }

    /*Menu no topo e logo*/
    .area_menu_barras {
        width: 100%;
    }
    .menu_barras {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu_int {
        display: none;
    }

    .links_home, .links_home_professor {
        width: 100%;
    }

    /*Página de chamada*/
    .area_chamada {
        width: 100%;
        border: none;
        margin: 0;
        padding: 0;
    }

    #form_data_ch {
        display: none;
    }
    #form_data_ch2 {
        display: block;
    }
    #qtd_aulas2 {
        width: 140px;
        margin-right: 5px;
    }

    /*LEGRENDA página de visualizar frequência*/
    .legenda_freq {
        font-size: 14px;
    }
    .resultado_freq {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    .resultado_freq_esquerda {
        display: block;
        width: 40%;
    }
    .resultado_freq_int_titulo {
        width: 100%;
    }
    .resultado_freq_direita {
        width: 40%;
    }



    /*Sobre os modais*/
    .modal_int {
        width: 75%;
        position: relative;
        top: 70px;
        padding: 8px;
    }
    .fechar {
        padding-right: 10px;
        position: relative;
        bottom: 10px;
    }
    .infos_func .area_img_perfil {
        width: 100px;
        height: 100px;
    }
    .infos_func .area_img_perfil img {
        width: 100%;
        height: 100%;
    }
    .tablela_ficha_funcionario {
        overflow-x: auto;
    }
    .tablela_ficha_funcionario table {
        width: 100%;
        font-size: 16px;        
    }

    /*Página - Ficha do funcionário*/
    .infos_func {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .img_e_acoes {
        display: flex;
    }
    .infos_func {
        padding: 10px 3px;
    }    

    /* Página de entrega de diários */
    .diarios_turmas .horario_turma table {
        width: 1000px;
    }

    /* Página de Horários da turma */
    .horarios_esquerda {
        width: 100%;
        border: none;
        padding: 0px;
    }
    .marcar_feriados {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .marcar_feriados .calendario_mes {
        width: 300px;
    }
    .horarios_direita {
        width: 100%;
        margin: 0;
    }
    .h_turmas .msg {
        display: block;
    }
    .tabela_horario {
        padding-top: 0;
    }
    .tabela_horario table {
        margin: 0;
        width: 800px;
    } 
}

@media only screen and (max-width:600px) {
    .container {
        width: 100%;
        padding-right: 8px;
        padding-left: 8px;
    }
    h2, .h2 {
        font-size: 1.6rem;
    }
    h1 {
        font-size: 24px !important;
    }
    h3{
        font-size: 20px !important;
    }
    h4 {
        font-size: 16px !important;
    }
    .mes_ano .novo_registro2,
    .calendario_reg_aulas,
    .calendario_chamada,
    .ocultar {
        display: none !important;
    }
    .btn_novo_registro,
    .mes_ano .a_novo_registro,
    .calendario_reg_aulas2,
    .calendario_chamada2,
    .mostrar,
    .info_obs,
    .escolher_bimestre,
    .add_notas_alunos {
        display: block !important;
    }

    .criar_senha_int {
        width: 90vw;
        padding: 10px;
    }

    .criar_senha_int h4 {
        font-size: 20px !important;
        font-weight: bold;
    }

    /*Página HOME do admin*/
    .links_home {
        width: 100%;
    }
    
    .links_home a {
        width: 150px;
        display: flex;
        flex-direction: column;
    }

    .links_home a img {
        width: 100%;
    }
    
    .links_home div:first-child {
        width: 60%;
    }

    /*Página de ver as turmas - admin*/
    .btns_admin {
        display: flex;
        flex-direction: column;
    }
    .btns_admin .btn-group {
        margin: 5px 0px;
    }
    .ver_turmas {
        display: flex;
        flex-direction: column;
    }
    .ver_turmas .ver_turmas_esquerda,
    .ver_turmas .ver_turmas_direita {
        margin: 10px 0px;
        width: 100%;
        padding: 0;
    }
    .links_turmas .link_turma {
        width: 150px;
    }
    .link_turma .nome_turma {
        width: 70%;
        font-size: 22px;
        border-bottom: 2px solid #0092a9;
    }
    .link_turma .qtd_alunos {
        font-size: 16px;
    }
    .links_turmas .turno {
        text-transform: uppercase;
    }
    .tb_diarios_alunos .aba1 table,
    .tb_diarios_alunos .aba2 table {
        width: 1000px;
    }

    /* Formulários no modal de registrar e editar aulas(REGISTRO DE AULAS) */
    .forms_registro_aulas .modal_int {
        width: 95%;
    }

    .forms_registro_aulas .label_num_aulas {
       font-size: 10px;
    }

    /* Formulário deletar frequencias */
    #data_del_freq {
        width: 100%;
    }

    /*Página HOME do professor*/
    .links_home, .links_home_professor {
        width: 100%;
    }
    .links_home_professor a {
        width: 155px;
        margin: 6px auto;
        font-size: 0.8em;
    }
    .links_home_professor .nome_turma {
        font-size: 1.6em;
    }

    /*Página do Diário*/
    .links_diario_professor {
        width: 100%;
    }
    .links_diario_professor a {
        display: inline-block;
        width: 140px;
        min-height: 120px;
        text-align: center;
    }

    /*Página de visualizar o boletim individual do aluno*/
    .boletim_aluno .tabela_boletim table {
        width: 1000px;
    }

    /*Página de Observações do aluno*/
    .obs .bimestres .campos_obs {
        width: 100%;
    }
    /*Página de login*/
    .area_login {
        background-color: #8dd6f7;
    }
    .login_esquerda {
        display:none;
    }
    .login_direita {
        /* color: #2d3192; */
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: start;
        margin-top: 25px;
        position: relative;
    }
    .login_direita .logo_ensd {
        display: block;
        width: 100px;
        height: 100px;
    }
    .paginaLogin {
        font-size: 30px !important;
    }
    .login_direita .logo_ensd img {
        width: inherit;
        height: inherit;
    }
    .login_direita .autor {
        font-size: 0.8em !important;
        position: absolute;
        bottom: 120px;
    }

    /*Menu no topo e logo*/
    .area_logo .logo a {
        width: 48px;
    }
    .area_logo .logo img {
        width: inherit;
        width: inherit;
    }
    .area_logo {
        height: 55px;
    }
    .area_logo_direita {
        height: 55px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .menu_barras {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
    }
    .menu_direita {
        margin-top: 110px;
    }

    /* IMAGEM DO USUARIO */
    .area_imagem_usuario {
        height: 55px;
    }

    .imagem_usuario {
        width: 44px;
        height: 44px;
    }

    /* IMAGEM DO USUARIO E OPÇÕES*/


    .faixa_topo {
        height: 15px;
    }
    .faixa_topo_int {
        display: none;
    }
    .menu {
        height: 40px;
    }
    .menu_int {
        display: none;
    }

    /*Página de chamadas*/
    #d_ch2, #qtd_aulas2 {
        width: 140px;
        margin-right: 5px;
    }
    #form_data_ch2 {
        display: block;
    }
    .data_completa {
        width: 100%;
        font-size: 14px;
    }
    .area_chamada {
        width: 100% !important;
        border: none;
        margin: 0;
        padding: 0;
    }
    .area_reg_aula table {
        width: 100%;
        font-size: 16px !important;
        padding: 0;
    }
    .tabela_chamada {
        overflow-x: auto;
    }
    .tabela_chamada table {
        display: block;
    }
    .tabela_chamada table th,
    .tabela_chamada table td {
        width: 360px !important;
    }
    .botoes_chamada_freq {
        display: flex;
        justify-content: space-between;
    }

    /*LEGENDA página de visualizar frequência*/
    .legenda_freq {
        font-size: 12px;
    }
    .resultado_freq {
        display: flex;
        flex-direction: column-reverse;
        font-size: 14px;
    }
    .resultado_freq_esquerda {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .resultado_freq_int_titulo {
        width: 100%;
    }
    .resultado_freq_direita {
        width: 100%;
    }
    .resultado_freq_int_val {
        width: 30%;
    }
    .ver_frequencia {
        overflow-x: auto;
    }
    .ver_frequencia table {
        width: 1000px !important;
    }
    .area_justificativas {
        width: 100%;
    }
    .area_justificativas h3 {
        width: 100%;
    }

    /*Página de Registro de aulas*/
    .area_reg_aula {
        border: none;
        width: 100%;
        margin: 0;
        padding: 0;
        display: none;
    }

    .ver_registro_aulas {
        margin: 10px 0px;
        display: block;
    }

    .area_reg_aula .form-group {
        width: 100%;
    }
    .info_reg {
        font-size: 12px;
    }
    .area_registro p {
        font-size: 16px;
    }
    #form_data_aulas2 {
        display: block;
    }

    /*Sobre os modais*/
    .modal_int {
        width: 95%;
        position: relative;
        top: 20px;
        padding: 0px;
    }
    .fechar {
        padding-right: 10px;
        position: relative;
        bottom: 10px;
    }

    /*Formularios de inserir notas*/
    .campos_inserir_notas {
        display: block;
    }
    .nome_aluno {
        font-size: 14px;
    }

    .tabela_notas_resultados,
    .tabela_notas_bim {
        overflow-x: auto;
    }

    .tabela_notas_resultados table,
    .tabela_notas_bim table {
        width: 1000px !important;
    }


    /*Página de habilidades*/
    .campo_inserir_habilidade {
        width: 50%;
        margin: auto;
        display: block;
        flex-direction: column;
    }
    .legenda_tabela {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .legenda_tabela span {
        background-color: #cecffc;
        margin: 2px;
        padding: 2px;
        border-radius: 20px;
        font-size: 14px;
        text-align: center;
    }
    .sn {
        width: 40%;
    }
    .cd {
        width: 70%;
    }
    .tabela_habilidades table {
        width: 1000px;
    }

    /*Página de NOTAS*/
    .area_add_notas {
        display: flex;
        flex-direction: column;
    }
    .nome_disciplina, .nome_discip {
        font-size: 16px;
    }
    
    /*Página - Ficha do funcionário*/
    .infos_func {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .img_e_acoes {
        display: flex;
    }
    .infos_func {
        padding: 10px 3px;
    }
    
    .infos_func .area_img_perfil {
        width: 100px;
        height: 100px;
    }
    .infos_func .area_img_perfil img {
        width: 100%;
        height: 100%;
    }
    .tablela_ficha_funcionario {
        overflow-x: auto;
    }
    .tablela_ficha_funcionario table {
        width: 100%;
        font-size: 12px;        
    }

    /*Página Renovar Matrícula*/
    .matriculas_aluno {
        display: flex;
        flex-direction: column;
    }
    .matriculas_aluno .m_esquerda {
        flex: 1;
        margin:10px 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        border-right: none;
        border-bottom: 2px solid #2e33d1;
    }
    .m_direita {
        flex: 1;
    }

    /*Rodapé*/
    footer {
        height: 150px;
    }
    .logo-footer img {
        width: 60px;
    }
    .logo-footer {
        height: 80px;
    }

    /* Página que o admin registra os planejamentos das disciplinas */
    .plans_registrados .plan_infos {
        height: auto;
        font-size: 14px;
    }
    .plans_registrados .plan_texto {
        height: 208px;
        font-size: 14px;
    }

    /* Página de entrega de diários */
    .diarios_turmas .horario_turma table {
        width: 1000px;
    }

    /* Página de Horários da turma */
    .horarios_esquerda {
        width: 100%;
        border: none;
        padding: 0px;
    }
    .marcar_feriados {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .marcar_feriados .calendario_mes {
        width: 300px;
    }
    .horarios_direita {
        width: 100%;
        margin: 0;
    }
    .h_turmas .msg {
        display: block;
    }
    .tabela_horario {
        padding-top: 0;
    }
    .tabela_horario table {
        width: 800px;
        margin: 0;
    }

    /* Menu opcoes do usuario */
    .opcoes_usuario {
        margin-top: 70px;
    }
}
