.body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #202023;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

input:focus {
    border-color: black !important;
    box-shadow: none !important;
}

select:focus {
    border-color: black !important;
    box-shadow: none !important;
}

textarea:focus {
    border-color: black !important;
    box-shadow: none !important;
}

button:focus { box-shadow: none !important; }


.backgroundImage {
    background-image: url('../img/Exército-CFO-Saúde.jpg');
    min-height: calc(100vh - 112px);

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.backgroundImage::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.65);
}

.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    border-radius: 0.50rem;
}

.login input:hover {
    outline: 0;
    box-shadow: none;
}

.w-20 { width: 20% !important; }
.w-35 { width: 35% !important; }
.w-65 { width: 65% !important; }
.w-80 { width: 80% !important; }

.h-modal { height: calc(100vh - 76px); }

.border-radius-mod { border-radius: 0 0.25rem 0.25rem 0 !important; }

.pos-eye {
    position: absolute;
    margin-top: 8px;
    margin-left: 200px !important;
}

.b-r-50rem { 
    border-radius: 0.50rem; 
    border: 1px solid #f2f2f2;
}

.border-radius-25rem { border-radius: 0.25rem; }

.bg-ccc { background-color: #CCC; }

.divisor {
    background-color: #ffffff80;
    height: 40px;
    width: 1px;
}

.tab-active {
    color: #FFF !important;
    background-color: #cccccc7a !important;
    border-color: #FFF #FFF #808080 #FFF !important;
}

.conteiner-page-tab {
    padding: 8px;
    border: 1px solid #FFF;
    border-top: hidden;
    background-color: #cccccc7a;
    height: calc(100vh - 185px);
}

.div-btn-med {
    margin-left: -105px;
    margin-right: 8px;
    z-index: 1;
}

.element::-webkit-scrollbar { width: 0 !important; }
.element { overflow: -moz-scrollbars-none; }
.element {-ms-overflow-style: none; }

.div-td {
    height: 1px;
    background-color: black;
    margin: 8px 0;
}

#divAgruparPor {
    border: 1px solid #CCC;
    padding: 8px;
    border-radius: 0.5rem;
}

#divAgruparPor b {
    border: 1px solid #CCC;
    border-radius: 0.75rem;
    padding: 6px 20px;
    background-color: white;
}

#divAgruparPor div:has(b) {
    display: flex;
    justify-content: center;
    margin-top: -27px;
    margin-bottom: 8px;
}

.divTab {
    height: calc(100vh - 294px);
    background-color: #FFF;
    border: 1px solid;
    border-top: none;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tbl-b-est {
    background-color: #f2f2f2;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    margin-bottom: 16px;
}