﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}*/

.remove-widht {
    max-width: unset;
}

.error {
    color: #e65252 !important;
}

.bg-destaque {
    background-color: aliceblue;
}

.alert-message.field-validation-error span {
    color: red;
    font-size: small;
}

/*Class para adicionar "*" nos campos obrigatórios */
.required label::after {
    content: " *";
    color: #ffc107 !important;
}

.navbar {
    margin-bottom: 5px;
}

.logo-info {
    margin-right: 10px;
}

.logo-w {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-w img {
    max-width: 100%;
    height: auto;
}

.portal-w {
    position: relative;
    padding: 2px;
}

@media print {
    body {
        writing-mode: horizontal-tb;
    }

    .nowrap, table {
        white-space: normal !important;
    }

    .naoaparecer {
        display: none !important;
    }
}

.img-infopage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.bg-blue {
    background-color: #2e94de !important;
    padding-bottom: 80px;
}

.info-bar {
    background-color: #2e94de !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.full-w {
    display: block;
    width: 100%;
    padding: 10px !important;
}

.btn-full-w {
    width: 80%;
    display: block !important;
    margin: auto !important;
    color: #fff;
    background-color: #2e94de !important;
    border-radius: 0px !important;
    border-color: #2e94de !important;
    border-bottom-color: #f9f9f9 !important;
    border-width: 1px !important;
    padding: 20px !important;
    font-size: large !important;
}

.centered {
    margin: 0 auto 0 auto;
}

.auth-bg::before {
    background: #2e94de !important
}

.btn-anexo {
    background-color: #ffc107 !important
}

.nav-item-matricula {
    margin-right: 6rem !important
}


@media (max-width: 1550px) {
    .auth-bg {
        padding: 60px 0 0 0;
    }

    .auth-box-w .logo-w {
        text-align: center !important;
        padding: 10% !important;
    }
}

.ui_viewport {
    height: 510px !important;
    width: 100%;
}

.modal-full {
    width: 80% !important;
    max-width: 850px !important;
}

.border-gray {
    border: 2px solid #dde2ec !important;
}

.bg-gray {
    background-color: lightslategray !important;
}

.not-clickable {
    pointer-events: none;
    cursor: default;
}

.btn-excluir-table {
    color: inherit; /* Herda a cor padrão do elemento */
    text-decoration: none; /* Remove o sublinhado */
}
.btn-excluir-table:hover {
    color: red; /* Cor vermelha ao passar o mouse */
    text-decoration: none; /* Garante que o sublinhado continue removido */
}

.whatsapp-duplo {
    margin: 0
}

#abre_janela_wp,
#fecha_janela_wp,
#janela_wp {
    position: fixed;
    right: 0;
    top: 160px;
    z-index: 500;
    background: #ABABAB;
    color: #FFF;
    -webkit-border-top-left-radius: .3rem;
    -webkit-border-bottom-left-radius: .3rem;
    -moz-border-radius-topleft: .3rem;
    -moz-border-radius-bottomleft: .3rem;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    -webkit-box-shadow: 0 0 0.3rem 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 .3rem 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 0.3rem 0 rgba(50,50,50,0.75);
    background-color: #ABABAB;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#abre_janela_wp,
#fecha_janela_wp {
    z-index: 500;
    top: 120px;
}

#abre_janela_wp {
    right: -50px
}

    #abre_janela_wp span,
    #fecha_janela_wp span {
        display: block;
        font-size: 20px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        cursor: pointer;
    }

        #abre_janela_wp span i,
        #fecha_janela_wp span i {
            display: none;
        }

#janela_wp {
    z-index: 500;
    padding: 10px 15px;
    text-align: right;
}

    #janela_wp a,
    #janela_wp a:hover {
        font-size: 18px;
        text-decoration: none;
        color: #FFF
    }

        #janela_wp a .ddd {
            font-size: 14px;
        }

#abre_janela_wp.open {
    right: 0 !important;
}

#fecha_janela_wp.close {
    right: -60px !important;
}

#janela_wp.close {
    right: -280px !important;
}
/* Contêiner principal específico para o layout de post-it */
.post-it-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* Estilo do "Post-it" verde */
.post-it-card {
    background-color: #d4ed91; /* Verde claro para simular post-it */
    padding: 20px;
    border: 2px solid #b0c45f;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
    max-width: 300px;
    min-height: 350px;
}

    .post-it-card h4 {
        color: #4b6322;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

/* Para ajustar o layout de cada post-it */
.post-it-content {
    padding: 10px;
}