:root {
    --white: #fff;
    --primary_escuro: #06445b;
    --primary: #00435c;
    --primary_hover: #033d47;
    --secondary: #758694;
    --warning: #ffb803;
    --rose: #cdb380;
    --danger: #700c03;
    --light: #FFF8F3;
}

.cor-primaria{
    background-color: var(--primary) !important;
}

.cor-vermelha{
    background-color: rgb(99, 1, 1) !important;
}

#olho{
    float: right;
    color: #777777ba;
    margin: -34px 19px 0px 0px;
    cursor: pointer;
}

.rotacao{
    transform: rotate(0deg);
}

.sisdoc-branco{
    vertical-align: middle;
    border-style: none;
    width: 140px;
}

.icone-pcrn{
    vertical-align: middle;
    border-style: none;
    width: 60px;
}

.mrg{
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}

.brasao-login{
    margin: 0px -15px 15px -17px;
}

.cursor{
    cursor: pointer;
}

.erro-validacao{
    color: var(--danger);
    font-size: 12px;
    font-weight: 700;
}

.erro{
    background-color: #700c03;
    color: white;
}

.fundo-branco{
    background-color: white;
}

.fundo-branco i::after{
    content: '+';
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: 600;
    color:var(--warning);
}

.tamanho-titulo{
    font-weight: 800;
    font-size: 80px;
    font-family: sans-serif;
}

.instrucoes{
    font-size: 13px;
    color: var(--primary_escuro);
    margin-top: 6px;
    text-align: justify;
    padding: 3px;
}

.card-definido{
    height: 170px;
}

.fundo-dark{
    background-color: black;
}

.text-dark{
    color: black !important;
}

.titulo-secao {
    background-color: var(--warning);
    color: black;
    border-radius: 5px !important;
}

.escala-media{
    scale: 1.3;
}

.marcador-cinza{
    background-color: #fffdf6;
    border-radius: 5px;
    padding: 7px;
}

.acesso-pessoal{
    margin-top: -3px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #01ac48;
    font-weight: 600;
}

.acesso-excecoes{
    margin-top: -3px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #b91c00;
    font-weight: 600;
}

.texto-cortado {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 200px; 
}

.icone-top-menu-documento{
    color: #ffffff;
    margin-right: 10px;
}

.icone-top-menu-grafico{
    color: #000000;
    margin-right: 10px;
}

.icone-top-menu-documento:hover{
    color: var(--warning) !important;
}

.font-13{
    font-size: 13px;
}

.font-12{
    font-size: 12px;
}

.fundo-cinza-claro{
    background-color: #f8f8f8;
}

.cor-cinza-claro{
    color: #d6d6d6;
}

.fundo-amarelo-claro{
    background-color: #fff8e6;
}

.bola-verde{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: rgb(1, 112, 1);
    border-radius: 16px;
    margin-bottom: -3px;
}

.bola-vermelha{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #970000;
    border-radius: 16px;
    margin-bottom: -3px;
}

.data-hora-log{
    font-size: 12px;
    font-weight: 700;
}

.titulos{
    border-left: 8px solid #fec500;
    padding-left: 8px;
    font-weight: 700;
    font-size: 24px;
}

.amarelo-weight{
    color: var(--warning);
    font-weight: 700;
}

.fw-8{
    font-weight: 800;
}

.overflow-hide{
    overflow: hidden;
}

.ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #f3af02;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}