a{
    text-decoration: none;
}    
    /* Card principal da pagina*/
       .wrapper {
            display: flex;
            flex-direction: column;
        }

        .legendaItem{
            width: 250px;
        }

        .cardLegenda{
            margin: 5px;
        }
    /* Card principal da pagina*/

        /*Estilo para os cabecalhos de cards*/
        .headerDiv {
            width: 100%;
            margin: auto;
            padding-top: 10px;
            height: 100px;
        }
        .headerIconDiv {  
            width: 80px;
            height: 80px; 
            float: left;  
            margin-right: 5px;
        }
        .headerIcon{        
            width: 80px;
            height: 80px;    
            border-radius: 50%;
            float: left;
            text-align: center;
        }

        .headerIcon > i{
            position:relative;
            top: calc(50% - 20px);
        }

        .headerTitleDiv {
            margin-left: 2%;
            padding-top: 1%;            
            font-size: 30px;
            font-weight: 500; 
            border-bottom: 2px #d9b544 dashed;
        }
        /*Estilo para os cabecalhos de cards*/

        /*Estilo para os subcabecalhos de cards*/
        .subheaderDiv {
            width: 100%;
            margin: auto;
            padding: 10px;
            height: 100px;
            margin-left: 2%;
        }
        .subheaderIconDiv {
            width:5%;
            float: left;            
        }
        .subheaderIcon{        
            width: 60px;
            height: 60px;    
            border-radius: 50%;
            float: left;
            text-align: center;
        }

        .subheaderIcon > i{
            position:relative;
            top: calc(50% - 20px);
        }

        .subheaderTitleDiv {
            margin-left: 5%;
            font-size: 25px;
            font-weight: 500; 
            padding-top: 1%;
            border-bottom: 2px #00C2E3 dashed;
        }
        /*Estilo para os subcabecalhos de cards*/
        
        /*Estilo para as listas de disciplinas*/
        .disciplinaList{
            height: 50px; 
            margin-bottom: 5px;
            margin-left: 20px;
        }

        .disciplinaIconDiv {
            width: 50px;
            float: left;      
            cursor: pointer;      
        }

        .disciplinaTitle {
            font-size:1vw;
            /*font-size: 18px;*/
            font-weight: 500; 
            border-bottom: 2px #00C2E3 dashed;
        }

        .disciplinaDiv {
            padding: 10px;
            height: 50px;
            float:left; 
            width: 80%;
        }

        .disciplinaIconRound{
            width: 50px;
            height: 50px;
            margin-right: 5px;
        }
        .disciplinaIconRound > i{      
            top: calc(50% - 14px);
        }
        /*Estilo para as listas de disciplinas*/
        
        /*Estilo de cores*/ 

            /*Area do Professor*/
            .roundIconProfessor{
                background-color: #FDC426;
            }

            .iconProfessor{
                color:#764923;
            }
            /*Area do Professor*/

            /*Diario de Frequencia*/
            .roundIconDiarioFrequencia{
                background-color: #A26FAD;
            }

            .iconDiarioFrequencia{
                color:#6C437F;
            }
            /*Diario de Frequencia*/

            /*Lancamentos de Notas*/
            .roundIconLancamentoNotas{
                background-color: #00C2E3;
            }

            .iconLancamentoNotas{
                color: #014bbb;
            }
            .roundIconLancamentoNotasDisabled {
                background-color: darkgray;
            }

            .iconLancamentoNotasDisabled {
                color: dimgray;
            }
            /*Lancamentos de Notas*/

            /*Estatisticas*/
            .roundIconEstatisticas{
                background-color: #FF4E62;
            }

            .iconEstatisticas{
                color:#911926;
            }
            /*Estatisticas*/

            /*Consultas*/
            .roundIconConsultas{
                background-color: #85D06D;
            }

            .iconConsultas{
                color:#3E7E2C;
            }
            /*Consultas*/
        /*Estilo de cores*/ 
        
        /*Estilo para os botoes de açoes de redirecionamento*/

        .cardRowAcoes{
            padding-left: 3%;
        }

        .divAcao {
            width: 220px;
            height: 100%;
            text-align: center;
            margin-bottom: 5%;
        }
        .divAcaoDisabled {
            width: 220px;
            height: 100%;
            text-align: center;
            padding: 5% 0px 5% 0px;
            border: dashed lightgray 1px;
            border-radius: 25px 25px;
            background-color: lightgray;
        }
        .divAcaoDisabled {
            width: 220px;
            height: 100%;
            text-align: center;
            padding: 5% 0px 5% 0px;
            border: dashed lightgray 1px;
            border-radius: 25px 25px;
            background-color: lightgray;
        }

        .divAcao:hover{
            cursor:pointer;
            transform: scale(1.1);
        }

        .btnAcaoRound{
            width: 140px;
            height: 140px;
            border-radius: 50%;
            margin: 0 auto;
        }

        .btnAcaoRound > i{
            position:relative;
            top: calc(50% - 35px);
        }

        .btnAcaoTitle{   
            width: 220px;
            height: 100%;       
            color: #5D5D5D;  
            font-weight: bolder;   
            font-size: medium;  
            text-align: center;  
        }
        /*Estilo para os botoes de açoes de redirecionamento*/

        /* Menu lateral - Calendario*/
        .menuDiv {
            width: 100%;
            margin: auto;
            padding-top: 10px;
            height: 100%;
        }
        .menuIconDiv {  
            width: 60px;
            height: 60px; 
            float: left;  
            margin-right: 5px;
        }
        .menuIcon{        
            width: 60px;
            height: 60px;    
            border-radius: 50%;
            float: left;
            text-align: center;
        }

        .menuIcon > i{
            position:relative;
            top: calc(50% - 15px);
        }

        .menuTitleDiv {
            margin-left: 2%;
            padding-top: 1%;            
            font-size: 30px;
            font-weight: 500; 
            border-bottom: 2px #d9b544 dashed;
        }
        /*
        .menuDiv{
            height: 60px;
        }

        .menuHeader{
            font-size: 25px;
        }

        .menuIconRound{
            width: 60px;
            height: 60px;
        }

        .menuIconRound > i{      
            top: calc(50% - 15px);
        }
        */
        /* Menu lateral - Calendario*/

        /* Subcard estilos*/
        .subCard{            
            box-shadow: 0 2px 4px 2px rgba(0,0,0,0.2);
            transition: 0.3s;
            border-radius: 5px;
            margin: 0 2% 40px 8%;
            padding: 20px 20px 50px 20px;
        }

        .subCard > .card-title{
            font-weight: bolder;
        }
        /* Subcard estilos*/

.mural-aviso {
    position: relative;
}

    .mural-aviso img {
        position: absolute;
        width: 21px;
        height: 26px;
        top: 0px;
        left: 92px;
    }

    .mural-aviso div span {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 24px;
        height: 16px;
        top: 15px;
        left: 80px;
        font-size: 0.6em;
        color: #014bbb;
        background: #ffff82;
        border: 1px solid rgba(122,122,62,0.2);
        box-shadow: 0px 3px 8px rgba(122, 122, 62, 0.70);
    }

    .mural-aviso .mostra-mensagem {
        display: flex;
    }



@media (min-width: 1600px) {
    .disciplinaTitle{
            font-size: 0.9vw;
        }
    }

    @media (max-width: 1400px) { 
        .disciplinaTitle{
            font-size: 1.2vw;
        }
    }

    @media (max-width: 1200px) { 
        .disciplinaTitle{
            font-size: 1.6vw;
        }
    }

    @media (max-width: 992px) { 
        .disciplinaTitle{
            font-size: 1.8vw;
        }
    }

    @media (max-width: 768px) { 
        .disciplinaTitle{
            font-size: 2.3vw;
        }
    }

    @media (max-width: 576px) { 
        .disciplinaTitle{
            font-size: 2.8vw;
        }
    }

    @media (max-width: 430px) { 
        .disciplinaTitle{
            font-size: 3.4vw;
        }
    }

    /* Small devices (landscape phones, 500px and down) */    
    @media only screen and (max-width: 768px) {
        .subCard{
            padding-bottom: 20px;
        }
        
        .disciplinaList{
            height: 120px;
            margin: 0;
        }
        .disciplinaDiv{
            width: 100%;
            height: 45px;
            padding: 0;
        }
        
        .disciplinaIconDiv{
            margin-right: 5px;
        }

        .headerDiv{
            margin-bottom: 25px;
        }

        .divAcao{
            margin-left:15%;
        }        
    }    

    @media  (min-width: 430px) and (max-width: 768px) {
        .disciplinaList{
            height: 90px;
            margin: 0;
        }
    }

    @media  (min-width: 1200px) and (max-width: 1768px) {
        #calendario-eventos {
            flex: 0 0 100%;
            max-width: 100%;
        }
        #painelCard{
            flex: 0 0 100%;
            max-width: 100%;
        }
        #menuLateral{
            flex: 0 0 100%;
            max-width: 100%;
        }
    }



.card {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .42rem;
    box-shadow: unset;
    
}

.card-custom {
    -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
}

.sem-borda {
    border: 0;
}

.border-card {
    border-color: var(--bs-card-border-color) !important;
}

.card-botao .card-footer {
    color: var(--bs-dark);
}

.card-footer-sem-borda {
    border-top: unset;
    background-color: unset;
}

    .card > .card-header:not(.flex-nowrap) {
        min-height: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }


@media (min-width: 576px) {
    .card-header {
        padding: 2rem 2.25rem;
        margin-bottom: 0;
    }

    /*.wrapper {*/
    /*    display: grid;*/
    /*    grid-template-columns: 1fr 40%;*/
    /*    grid-gap: 1rem;*/
    /*}*/

    .wrapper-reverso {
        display: grid;
        grid-template-columns: 40% 1fr;
        grid-gap: 1rem;
    }
}

@media (min-width: 768px) {
    .wrapper {
        display: grid;
        grid-template-columns: 1fr 30%;
        grid-gap: 1rem;
    }

    .wrapper-reverso {
        display: grid;
        grid-template-columns: 30% 1fr;
        grid-gap: 1rem;
    }
}

@media (min-width: 992px) {
    .wrapper {
        display: grid;
        grid-template-columns: 1fr 346px;
        grid-gap: 1rem;
    }

    .wrapper-reverso {
        display: grid;
        grid-template-columns: 346px 1fr;
        grid-gap: 1rem;
    }
}

.height-fit-content {
    height: fit-content;
}

.width-fit-content {
    width: fit-content !important;
}

@media (min-width: 576px) {
    .width-fit-content-sm {
        width: fit-content !important;
    }
    
    .w-sm-100 {
        width: 100%;
    }
}


.calendar-dow:not(:first-child) {
    border-top: 1px solid #ddd !important;
}

.nav-tabs .nav-link {
    border-top: 2px solid transparent;
}

    .nav-tabs .nav-link.active {
        border-top: 2px var(--bs-primary) solid;
        margin-top: -1px;
    }

.sem-spinner {
    -moz-appearance: textfield;
}

.fit-width {
    width: 1px;
    white-space: nowrap;
}

.info-qtde-caracter {
    font-size: 0.6em;
    margin: 0;
    padding: 2px 0px 0px 0;
    color: #000235;
    text-align: right;
}