/* SEDUC DPID - Flavia Silva 47093 em 13/09/2022 - atualizações */
@font-face {
    font-family: Lato;
    font-weight: 400;
    src: url("../font/Lato-Regular.ttf");
}

@font-face {
    font-family: AllerBold;
    src: url("../font/Aller_Bd.ttf");
}

@font-face {
    font-family: AllerRegular;
    src: url("../font/Aller_Rg.ttf");
}

@font-face {
    font-family: Poppins;
    src: url("../font/Poppins-Regular.ttf");
}

.topo_esq {
    width: 100%;
    position: absolute;
    top: 1.5em;
    left: 4em;
    height: 8em;
}

.topo_dir {
    height: 120px;
    /* position: relative; */
    /* text-align: right; */
}

.div_topo {
    height: 150px;
}

.logo {
    height: 120px;
}



:root {
    --azul: #1D92CF;
    --azulC: #a1e1ff;
    --azulM: #1D86BC;
    --azulE: #105F88;
    --cinzaC: #525252;
    --cinzaM: #3c3c3c;
    --cinzaE: #0f0f0f;
    --verde: #6AE59B;
    --verdeC: #d3ffcf;
    --verdeM: #159f43;
    --verdeE: #0e722f;
    --laranjaC: #ffd3a6;
    --laranjaM: #ef3a07;
    --amareloM: #FFAF36;
    --amareloE: #c47a0b;
    --vermelho: #d7373c;
    --vermelhorE: #a8292d;

}

/* ------------------ Cores --------------------- */
.text-laranjaM {
    color: #ef3a07;
}

.text-laranjaC {
    color: #ffd3a6;
}

.text-azul {
    color: #1D92CF;
}

.text-azulM {
    color: #1D86BC;
}

.text-azulE {
    color: #105F88;
}

.text-verdeM {
    color: #159f43;
}

.text-vermelho {
    color: #a8292d
}

.bg-azul {
    /* background-color: #1D92CF; */
    background-color: #0088ca;
}

.bg-azulC {
    background-color: #a1e1ff;
}

.bg-azulE {
    background-color: #105F88;
}

.bg-verdeC {
    background-color: #d3ffcf;
}

/* .bg-verdeM {
    background-color: #4fae3a;
}

.bg-verdeE {
    background-color: #0e722f;
} */

.bg-laranjaC {
    background-color: #ffd3a6;
}

.bg-laranjaM {
    background-color: #ef3a07;
}

.bg-amareloM {
    background-color: #FFAF36;
}

.bg-amareloE {
    background-color: #c47a0b;
}

.bg-vermelho {
    background-color: #d7373c;
}

.bg-cinzaC {
    background-color: #525252;
}

.bg-cinzaM {
    background-color: #3c3c3c;
}

.bg-cinzaE {
    background-color: #0f0f0f;
}

/* html{
    height: 100%;
} */

body {
    /* background-image: url("../img/fundo.jpg"); */
    /* background-color: #11998e;  */
    background: linear-gradient(to bottom right, #11998e, #38ef7d);
    background-size: 100% 100%;
    cursor: default;
    font-family: 'Lato';
    min-height: 100vh;
    /* height: 100%; */
    position: relative;
    /* display: flex; */
}

/* main {
    /* min-height: 100%; */
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; 
} */

.sidebar {
    min-height: 75% !important;
    /* height: 100vh !important; */
}


/* #menu_principal {
    /* height: 200%; */
    /* position: absolute;
    top: 0;
    left: 0; */
/* } */ */

.font-size-sm {
    font-size: 70%
}

.font-size-md {
    font-size: 85%
}

.font-size-gd {
    font-size: 110%
}

.ls01 {
    letter-spacing: 0.1em;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

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

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-help {
    cursor: help;
}

.cursor-cell {
    cursor: cell;
}

p {
    margin: 0;
}

a:link {
    text-decoration: none;
}

a.disabled {
    cursor: default;
    pointer-events: none;
}

label {
    margin-bottom: 0;
    margin-top: 0.5em;
}

/*.border_ar{ 
    border-bottom:0.3em solid rgba(0, 0, 0, 0.3);
    border-radius:2em 0.3em 0.3em 2em;
    border-right:0.3em solid rgba(0, 0, 0, 0.3);
    height:4.5em;
    position:relative;
}*/

/* ----------------- Tabelas ----------------- */
table {
    color: #3c3c3c;
    font-size: 100%;
    width: inherit;
    /*border-collapse: separate;*/
}

.text {
    position: relative;
}

.text span {
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.text:before {
    content: '';
    display: inline-block;
}

tr {
    border-bottom: 2px solid #e2e2e2;
}

/*tr:nth-child(2n){ background-color: #e2e2e2; }*/
th>a {
    color: #3c3c3c;
}

td {
    padding: 5px;
}

td:last-of-type {
    border: none;
}

.hover tr:hover,
.tdHover:hover {
    background: linear-gradient(to top, #dbdbdb, transparent);
}

.hover tr:first-of-type {
    background-color: #e2e2e2;
}

/* ----------------- FIM Tabelas ----------------- */

input[type="email"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select,
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff !important;
    border: 1px solid #d1d1d1;
    border-radius: .3rem;
    box-shadow: none;
    box-sizing: inherit;
    cursor: text;
    height: 2rem;
    padding: 0rem 0.5rem;
    width: 100%;
}

#nomesDocs {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: .3rem;
    padding: 0 0.5rem;
}

.custom-select,
input[type="radio"] {
    cursor: pointer;
}

input:disabled {
    cursor: default;
}

options {
    cursor: pointer;
}

textarea {
    resize: none;
    min-height: 4em;
}

input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    border-color: #7e7e7e;
    border-radius: .3rem;
    outline: 0;
}

/* ----------------- Caps Lock ----------------- */
#cps {
    display: none;
    height: 2.2em;
    position: absolute;
    bottom: 0.3em;
    left: 0.7em;
    width: 3.5em;
}

/* ----------------- Contador de caracteres ----------------- */
.qtd_char {
    position: absolute;
    right: 0.2em;
    top: 1em;
}

.qtd_char,
[id*='qtd_char'] {
    color: #7e7e7e;
    font-size: 0.9em;
    margin: -0.1em 0 0 0;
    text-align: right;
}

/* ------------------ Mostra Password ----------------- */
.mostra_pass_eye {
    position: relative;
}

.mostra_pass {
    color: #7e7e7e;
    cursor: pointer;
    position: absolute;
    right: 0.5em;
    top: 2.5em;
}

/* ------------------ Rounded ----------------- */
.rounded-sm {
    border-radius: 0.50rem;
}

.rounded-md {
    border-radius: 0.75rem;
}

.rounded-lg {
    border-radius: 1rem;
}

/* ------------------ Flash messages ------------------ */
.message {
    background-color: #eff8ff;
    border-color: #6cb2eb;
    border-style: solid;
    border-width: 1px;
    color: #2779bd;
    margin: 0;
    letter-spacing: 0.05em;
    padding: 0.1rem 0;
}

.message>span {
    font-size: 0.6em;
}

.message.hidden {
    display: none;
}

.message.success {
    background-color: #e3fcec;
    border-color: #51d88a;
    color: #1f9d55;
}

.message.error {
    background-color: #fcebea;
    border-color: #ef5753;
    color: #cc1f1a;
}

/* ------------------ Error ------------------ */
.error {
    width: 100%;
}

.error-message {
    color: #dc3545;
    font-size: 80%;
    margin-bottom: -0.5em;
}

.error-message::before {
    content: "\2022 \0020"
}

/* ------------------ Paginator ------------------ */
.paginator {
    width: inherit;
    margin-top: 1em;
}

.paginator>ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

.paginator>ul>li {
    list-style: none;
    margin-right: 0.5em;
}

.paginator>ul>li a {
    color: gray;
}

.paginator>ul>li.active a {
    background-color: gray;
    border-radius: 15%;
    color: #ffffff;
    cursor: default;
    padding: 0 0.2em 0.10em 0.2em;
}

.paginator>p:last-child {
    color: gray;
    text-align: center;
}

/* ------------------ Header Content ------------------ */
#imgEsq,
#imgDir {
    height: 8em;
}

#imgLogoEsc {
    position: absolute;
    top: 1.5em;
    left: 4em;
    height: 4.7em;
}

.headerContainer {
    background-color: #ffffff;
    /*border-bottom: 0.5em solid #d7373c;*/
    box-sizing: border-box;
    /* min-height: 6.8em; */
    min-height: 6.8em;
    overflow: hidden;
    position: relative;
}

.headerBtns {
    position: absolute;
    right: 2em;
    top: 2.7em;
}

.logoTitulo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoTitulo img {
    width: 18em;
}

.logoTitulo p {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    font-size: 115%;
    padding: 0 0.3em;
    white-space: nowrap;
}

/* ---------------------------------- Positions ----------------------------------- */
.absolute-tl {
    position: absolute;
    top: 0;
    left: 0;
}

.absolute-tr {
    position: absolute;
    top: 0;
    right: 0;
}

.absolute-bl {
    position: absolute;
    bottom: 0;
    left: 0;
}

.absolute-br {
    position: absolute;
    bottom: 0;
    right: 0;
}

.index-1 {
    z-index: -1;
}

.index0 {
    z-index: 0;
}

.index1 {
    z-index: 1;
}

.index2 {
    z-index: 2;
}

.index3 {
    z-index: 3;
}

.index4 {
    z-index: 4;
}

.index5 {
    z-index: 5;
}

.index10 {
    z-index: 10;
}

.index15 {
    z-index: 15;
}

/* ------------------------------- GIRO -------------------------------- */
.btn-ng:hover {
    transition: .2s;
    background-color: rgba(29, 146, 207, 0.3);
}

.in {
    transition: .5s all;
    transform: rotate(-3deg);
}

.out {
    transition: .5s all;
    transform: rotate(0deg);
}

/* ------------------------------- BOTÕES -------------------------------- */
.slide_btn {
    width: 9em !important;
}

.apg {
    color: #1D86BC;
}

.apg:hover {
    color: #003550;
}

/* --------------------------- MEDIA SCREEN ---------------------------- */

@media screen and (max-width:969px) {

    #imgEsq,
    #imgDir {
        height: 7em;
    }

    #imgLogoEsc {
        position: absolute;
        top: 1.5em;
        left: 2em;
        height: 4em;
    }

    .dpid {
        padding-right: 0;
        padding-left: 0.5em;
    }

    .dpid p {
        font-size: 60%;
    }

    .dpid img {
        height: 2.188em;
        margin-right: 0.5em;
        margin-top: 0.3em;
    }

    .pmpg {
        padding-right: 0.5em;
        padding-left: 0;
    }

    .headerBtns {
        position: absolute;
        right: 1em;
        top: 2.2em;
    }

    .slide_btn {
        width: 8em !important;
        margin: 0;
    }

    /* .logoTitulo img{ width:16em; } */
}

@media screen and (max-width:667px) {
    .dpid p {
        font-size: 50%;
    }

    .dpid img {
        height: 2.188em;
        margin-right: 0.5em;
        margin-top: 0em;
    }

    #imgEsq {
        margin-left: -3em;
        margin-right: -5em;
    }

    .slide_btn {
        width: 8em !important;
        margin: 0;
    }

}

@media screen and (max-width:441px) {
    #imgEsq {
        margin-left: -4em;
    }

    .headerBtns {
        position: absolute;
        right: 0.5em;
        top: 2.2em;
    }

    #imgLogoEsc {
        position: absolute;
        top: 1.4em;
        left: 0.5em;
        height: 4em;
    }

    .slide_btn {
        width: 8em !important;
        margin: 0;
    }
}

.poppins {
    font-family: 'Poppins' !important;
    color: #00c926;
}

.btn_login {
    border: #ffffff;
}

.btn_login:hover {
    color: #00991c;
    border: none;
}

.btn_login:focus {
    outline: none;
}

.card_login {
    border-radius: 20px;
}