
/* 
    Created on : 09/10/2019, 17:00:37
    Author     : william.waiandt
*/

/*CSS DOS BOTOES PADRAO*/
/*#form{overflow: auto;}*/
html{
    font-size: 14px;
}

.main-form{
    width: 100%;
    height: calc(100% - 130px);
    margin-top: 130px;
}
.divForm{
    margin-top: 32px;
}
.headerSis{
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 4px #0b00008c;
    display: flex;
    align-items: center;
    color: #5f666c;
    z-index: 999;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}
.botaoOutro{
    background-color: #86898d !important;
    border-color: #86898d !important;
    width: 130px !important;
    border-radius: 7px !important;
    margin: 0px 5px 0px 5px;
}
.botaoNovo{
    background-color: #1b82d7 !important;
    border-color: #1b82d7 !important;
    width: 130px !important;
    border-radius: 7px !important;
    margin: 0px 5px 0px 5px;
}
.botaoNovoList{
    background-color: #1b82d7 !important;
    border-color: #009393 !important;
    width: 130px !important;
    border-radius: 7px !important;
    margin: 0px 5px 0px 5px;
}
.botaoSalvar{
    width: 130px !important;
    border-radius: 7px !important;
    background-color: #009393 !important;
    border-color: #009393  !important;
    margin: 0px 5px 0px 5px;
}
.botaoCancelar{
    background-color: #EFA64C !important;
    border-color: #EFA64C !important;
    width: 130px !important;
    border-radius: 7px !important;
    margin: 0px 5px 0px 5px;
}
.botaoRemover{
    background-color: #ce5051 !important;
    width: 130px !important;
    border-radius: 7px !important;
    border-color: #ce5051 !important;
    margin: 0px 5px 0px 5px;
}
.botaoOutro2{
    background-color: #86898d !important;
    border-color: #86898d !important;
    width: 240px !important;
    border-radius: 7px !important;
    margin: 0px 5px 0px 5px;
}
.botaoOutro1{
    background-color: #86898d !important;
    border-color: #86898d !important;
    width: 200px !important;
    border-radius: 7px !important;
    margin: 0px 5px 0px 5px;
}
.botaoMaior1{
    width: 200px !important;
}
.botaoMaior2{
    width: 240px !important;
}

.botaoOutro:hover{
    box-shadow: 0px 0px 7px #86898d !important;
}
.botaoOutro2:hover{
    box-shadow: 0px 0px 7px #86898d !important;
}
.botaoOutro1:hover{
    box-shadow: 0px 0px 7px #86898d !important;
}
.botaoNovo:hover{
    box-shadow: 0px 0px 7px #1b82d7 !important;
}
.botaoNovoList:hover{
    box-shadow: 0px 0px 7px #1b82d7 !important;
}
.botaoSalvar:hover{
    box-shadow: 0px 0px 7px #009393 !important;
}
.botaoCancelar:hover{
    box-shadow: 0px 0px 7px #EFA64C !important;
}
.botaoRemover:hover{
    box-shadow: 0px 0px 7px #ce5051 !important;
}

.botaoOutro:focus{
    box-shadow: 0px 0px 7px #86898d !important;
}
.botaoOutro2:focus{
    box-shadow: 0px 0px 7px #86898d !important;
}
.botaoOutro1:focus{
    box-shadow: 0px 0px 7px #86898d !important;
}
.botaoNovo:focus{
    box-shadow: 0px 0px 7px #1b82d7 !important;
}
.botaoNovoList:focus{
    box-shadow: 0px 0px 7px #1b82d7 !important;
}
.botaoSalvar:focus{
    box-shadow: 0px 0px 7px #009393 !important;
}
.botaoCancelar:focus{
    box-shadow: 0px 0px 7px #EFA64C !important;
}
.botaoRemover:focus{
    box-shadow: 0px 0px 7px #ce5051 !important;
}

/*BOTOES SOMENTE ICONE*/
.botaoNovoSimples{
    background-color: #1b82d7 !important;
    border-radius: 5px !important;
    border-color: #009393 !important;
    width: 35px !important;
}
.botaoEditarSimples{
    background-color: #EFA64C !important;
    border-radius: 5px !important;
    border-color: #EFA64C !important;
    width: 35px !important;
}
.botaoRemoverSimples{
    background-color: #ce5051 !important;
    border-radius: 5px !important;
    border-color: #ce5051 !important;
    width: 35px !important;
}
.botaoConfirmaSimples{
    background-color: #1b82d7 !important;
    border-radius: 5px !important;
    border-color: #1b82d7 !important;
    width: 35px !important;
}
/*.botaoLimpar{
    background-color: #c9cdd2 !important;
    border-color: #e6e6e6 !important;
    border-radius: 5px !important;
    width: 35px !important;
    height:33px;
}*/

.botaoLimpar{
    background-color: rgba(0,0,0,0) !important;
    color: #607d8b !important;
    border: 1px solid !important;
    border-radius: 5px !important;
    width: 35px !important;
    height:33px;
}

.formulario-centralizado{
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.botaoPrint{
    border-radius: 5px !important;
    width: 30px !important;
}
.botaoConfirmaSimples2{
    background-color: #009393 !important;
    border-radius: 5px !important;
    border-color: #009393 !important;
    width: 30px !important;
}
.botaoOutroSimples{
    background-color: #86898d !important;
    border-color: #86898d !important;
    border-radius: 5px !important;
    width: 30px !important;
}


.botaoNovoSimples:hover{
    box-shadow: 0px 0px 7px #1b82d7 !important;
}
.botaoEditarSimples:hover{
    box-shadow: 0px 0px 7px #EFA64C !important;
}
.botaoRemoverSimples:hover{
    box-shadow: 0px 0px 7px #ce5051 !important;
}
.botaoConfirmaSimples2:hover{
    box-shadow: 0px 0px 7px #009393 !important;
}
.botaoConfirmaSimples:hover{
    box-shadow: 0px 0px 7px #1b82d7 !important;
}
.botaoLimpar:hover{
    box-shadow: 0px 0px 7px #e6e6e6 !important;
}
.botaoPrint:hover{
    box-shadow: 0px 0px 7px #007ad9 !important;
}
.botaoOutroSimples:hover{
    box-shadow: 0px 0px 7px #86898d !important;
}

.botaoNovoSimples:focus{
    box-shadow: 0px 0px 7px #1b82d7 !important;
}
.botaoEditarSimples:focus{
    box-shadow: 0px 0px 7px #EFA64C !important;
}
.botaoRemoverSimples:focus{
    box-shadow: 0px 0px 7px #ce5051 !important;
}
.botaoConfirmaSimples2:focus{
    box-shadow: 0px 0px 7px #009393 !important;
}
.botaoConfirmaSimples:focus{
    box-shadow: 0px 0px 7px #1b82d7 !important;
}
.botaoLimpar:focus{
    box-shadow: 0px 0px 7px #e6e6e6 !important;
}
.botaoPrint:focus{
    box-shadow: 0px 0px 7px #007ad9 !important;
}
.botaoOutroSimples:focus{
    box-shadow: 0px 0px 7px #86898d !important;
}

.divBotoes{
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 5px !important
}
.divBotoes > *:not(:last-child) {
    margin: 3px
}
.divBotoes > .ui-fluid .ui-button{
    width: auto
}
.bt-120{
    min-width: 120px;
}
.layoutDividido{
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}
.layout-flex{
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
}

/*CSS PARA TEXTOS*/
.textoLabel{
    font-weight: bold;
    float: right;
}
.textoLabelEsquedo{
    font-weight: bold;
    float: left;
}
.textoLabelOutro{
    font-weight: bold;
}

/*ICONE USUSARIO*/
.botaoUser{
    width: 50px !important;
    height: 50px !important;
    border-radius: 60% !important;
}

/*CLASSE PARA ALINHA ITEM NO CENTRO DE COLUNA DO PANELGRID*/
.alinha-centro{
    display: flex;
    justify-content: center;
}

.labelPreto{
    color: #000000;
}
.labelVermelho{
    color: red;
}
.labelVerde{
    color: #3CB371;
}
.labelCinza{
    color: #778899;
}
.labelCinzaEscuro{
    color: #5f666c;
}
.labelAmarelo{
    color: #FFFF00;
}
.labelAmareloEscuro{
    color: #a98f00;
    ;
}
.labelLaranja{
    color:orange;
}
.labelAzul{
    color: #0099FF;
}
.label, .labelAmarelo, .labelAzul, .labelLaranja, .labelCinza, .labelVerde, .labelVermelho, .labelPreto, .labelAmareloEscuro, .mensagem, .labelCinzaEscuro{
    font-weight: 600;
    text-align: center;
}

.legendaCinza{
    width: 20px;
    height: 10px;
    background-color: #778899;
}
.legendaVerde{
    width: 20px;
    height: 10px;
    background-color: #3cb371;
}
.legendaLaranja{
    width: 20px;
    height: 10px;
    background-color: #ff8a00;
}
.legendaPreta{
    width: 20px;
    height: 10px;
    background-color: #000;
}
.legendaVermelha{
    width: 20px;
    height: 10px;
    background-color: #f00;
}
.legendaAzul{
    width: 20px;
    height: 10px;
    background-color: #2f8ee5
}


.corFundoVermelho{
    background-color: #F33D3D !important;
}
.corFundoLaranja{
    background-color: orange !important;
}
.corFundoAmarelo{
    background-color: yellow !important;
}
.corFundoVerde{
    background-color: #3CB371 !important;
}
.corFundoAzul{
    background-color: skyblue !important;
}
.corFundoBranco{
    background-color: whitesmoke !important;
}
.corTextoBranco{
    color: white;
}
.corTextoPreto{
    color: black;
}

.destaca-campo{
    box-shadow: 0px 0px 5px #f06364;
    border: 1px solid #f06364 !important;
    color: #f06364;
}

/* ALINHAR ICONE DENTRO DO BOTAO */
body .ui-button.ui-button-icon-only .ui-icon {
    left: 52%;
}


/*ALINHAR PAINEL DE UNIDADES*/
.alinhamento{
    display: list-item;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100vh - 90px);
    text-align: center;
    overflow: auto;
    /*background-color: #5c97bd;*/
    /*background-image: linear-gradient(#FFF,#5c97bd);background-repeat: no-repeat;*/
}


.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*LOGO HEADER*/
.divLogo{
    width: calc(15% - 50px);
    height: 65px;
}
.divEmpFil{
    width: 60%;
}
.divUser{
    width: 15%;
}
.divBtUser{
    width: 10%;
}
.imgLogo{
    height: 100%;
    width: auto;
}
.txtEmp{
    font-size: 14px !important;
    font-weight: 600;
    white-space: nowrap !important;
}
.txtUser{
    font-size: 11px !important;
}

/*HEADER MOBILE*/
.menuMobile{
    display: none;
}
.menuSistema{
    display: block;
}
.divMPrincipal{
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
}
.divLogoM{
    width: auto;
    height: 65px;
    z-index: 10
}
.divHeaderM{
    width: 10%;
}
.divHeaderMEmp{
    width: 60%;
    display: block;
}
.divHeaderLogoM{
    width:100%;
}
.divBtUserM{
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: flex-end;
}

/*CLASSE PARA DIALOGS*/
.dlgMensagem{
    border-radius: 5px !important;
}
.dlgMaxW{
    max-width: 90vw
}

/*CLASSE PARA EVITAR QUE TEXTO QUEBRE NA LINHA DO DATATABLE*/
.limitaTexto{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*CLASSE PARA ADICINAR ICONE EM DIALOG*/
.icone{
    float: none;
    width: 35px;
    height: 35px;
    font-size: 3em;
}

.fontlinkMenu:hover{
    font-weight: 600;
}

/*CLASSE PARA USAR EM DATATABLE, PARA DEIXAR O MESMO COM SCROLL RESPONSIVO*/
.datatable{
    width:100%;
    height:100%;
}
.capslock-warm{
    color:#e7505a;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
    font-size: 15px;
    line-height: 1.42857143;
    font-family: "Open Sans","Helvetica Neue",sans-serif;
}

/*EXTRAS*/
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #f4f4f4;
    border-color: #d6d8db;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0.25rem;
}

/*BADGES*/
.badge {
    border-radius: 2px;
    padding: .25em .5rem;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .3px;
}
.badge-verde{
    background-color: #c8e6c9;
    color: #256029;
}
.badge-azul{
    background-color: #b3e5fc;
    color: #23547b;
}
.badge-vermelho{
    background-color: #ffcdd2;
    color: #c63737;
}
.badge-roxo{
    background-color: #eccfff;
    color: #694382;
}
.badge-amarelo{
    background-color: #feedaf;
    color: #8a5340;
}
.badge-laranja{
    background-color: #ffd8b2;
    color: #805b36;
}
.badge-cinza{
    background-color: #d2d2d2;
    color: #525b62;
}

/*COLUNAS PERSONAIZADAS PARA P:PANELGRID*/
.ui-el-col-0{
    width: 10%;
}
.ui-el-col-1{
    width: 11%;
}

.ui-el-col-0,.ui-el-col-1{
    float: left;
    box-sizing: border-box;
}


/*PROCESSAR*/
.processar{
    position: fixed;
    background-color:  #FFFFFF;
    overflow: hidden;
    opacity: 0.6;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
}
.processarInt{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    border: 5px solid #FFFFFF;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    border-left: 5px solid black;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*SUBISTITUICAO DOS ESTILOS PADROES DO POSEIDON*/

/*Espacamento de form*/
body .ui-panelgrid .ui-panelgrid-cell {
    padding: 4px 10px;
}



/*Espacamento de datatable*/
body .ui-datatable .ui-datatable-data > tr > td {
    padding: 0.4rem 0.4rem;
}

/*body .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > ul {width: max-content;min-width: 250px; max-width: 100vw;}*/


body .ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem {
    font-size: 14px ;
    line-height: 14px;
}
body .ui-widget{
    font-family: "Open Sans","Helvetica Neue",sans-serif;
    font-size: 14px ;
}

body .ui-inputfield{
    padding: 5px;
    font-size: 14px ;
}
body .ui-fluid .ui-selectonemenu-label{
    padding: 5px;
    font-size: 14px ;
}

body .ui-selectonemenu .ui-selectonemenu-label{
    min-height: 2rem;
}
/*body .ui-widget-header {
    background-color: #2f8ee5 !important;
    color: #ffffff; }

#form .ui-widget-header {
    background-color: #2f8ee5 !important;
    color: #ffffff; }
#form .sem-fundo .ui-widget-header {
    background-color: #ffffff !important;   
}

#dlgMensagens .ui-widget-header {
    background-color: #2f8ee5 !important;
    color: #ffffff; }*/

/*Altera o tamnho do p:menu, quando hover itens com nomes maiores que 12.5em*/
.ui-menu {

    min-width: max-content;
}

body .ui-menu .ui-menu-list .ui-menu-child.ui-shadow{
    min-width:max-content;
    font-size: 14px;
    line-height: 14px;
}
body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link{
    font-size: 14px;
    line-height: 14px;
}

/*FIM DAS SUBISTITUICOES*/

/*ALTERAR TAMANHO CALENDAR*/
.ui-fluid .ui-calendar input {
    width: 116px !important;
    max-width: 100% !important;
}

/*HOVER DATATABLE*/
.destaqueGrid table tbody tr:hover{
    background-color: #e6e6e6 !important;
}
body .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > ul {
    width: max-content;
    min-width: 250px;
    max-width: 100vw;
}

/*body .ui-tabs.ui-tabs-top .ui-tabs-nav li a, body .ui-tabs.ui-tabs-bottom .ui-tabs-nav li a, body .ui-tabs.ui-tabs-left .ui-tabs-nav li a, body .ui-tabs.ui-tabs-right .ui-tabs-nav li a {
    padding: 8px 14px;
    color: #ffffff; 
    font-weight: bold}
body .ui-tabs.ui-tabs-top .ui-tabs-nav li.ui-state-hover, body .ui-tabs.ui-tabs-bottom .ui-tabs-nav li.ui-state-hover, body .ui-tabs.ui-tabs-left .ui-tabs-nav li.ui-state-hover, body .ui-tabs.ui-tabs-right .ui-tabs-nav li.ui-state-hover {
    background-color: #c9cdd2 !important;}
body .ui-tabs.ui-tabs-top .ui-tabs-nav li.ui-tabs-outline, body .ui-tabs.ui-tabs-bottom .ui-tabs-nav li.ui-tabs-outline, body .ui-tabs.ui-tabs-left .ui-tabs-nav li.ui-tabs-outline, body .ui-tabs.ui-tabs-right .ui-tabs-nav li.ui-tabs-outline {
    outline: 0 none;
    background-color: #c9cdd2 !important;}
body .ui-tabs.ui-tabs-top .ui-tabs-nav li.ui-state-active, body .ui-tabs.ui-tabs-bottom .ui-tabs-nav li.ui-state-active, body .ui-tabs.ui-tabs-left .ui-tabs-nav li.ui-state-active, body .ui-tabs.ui-tabs-right .ui-tabs-nav li.ui-state-active {
    background-color: #444d56 !important;}




body .ui-message.ui-message-warn {background-color: #fce8ce;border-color: #f1b263;color: #5f666c;padding: 5px 5px;}


/*AJUSTE LEGENDA TELA CALENDARIO DA UNIDADE*/
a.emp1 {
    background: #FF0000;
}
a.emp2 {
    background: #3CB371;
}
a.emp3 {
    background: #0099FF;
}
a.emp4 {
    background: #ff9900
}


legend{
    font-size: 14px;
    padding: 1px 3px;
    font-weight: bold;
}

fieldset{
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #c9cdd2;
    border-radius: 2px;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-divulgacao{
    display: block;
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
}


.destaque-blue{
    padding: .6rem;
    border: 1px solid #76ade7;
    background-color: #ecf0ff;
    font-weight: 600;
    color: #4280c1;
    border-radius: 3px;
    text-decoration: none;
}
.destaque-gray{
    padding: .6rem;
    border: 1px solid #bcbcbc;
    background-color: #f2f2f2;
    font-weight: 600;
    color: #5f666c;
    border-radius: 3px;
    text-decoration: none;
}
.destaque-gray:hover{
    background-color: #ececec;
}
.destaque-orange{
    padding: .6rem;
    border: 1px solid #e78b76;
    background-color: #fff3ec;
    font-weight: 600;
    color: #c15442;
    border-radius: 3px;
    text-decoration: none;
}
.destaque-orange:hover{
    background-color: #ffe7da;
}
.destaque-red{
    padding: .6rem;
    border: 1px solid #f59296;
    background-color: #feeced;
    font-weight: 600;
    color: #d6394c;
    border-radius: 3px;
    text-decoration: none;
}
.destaque-red:hover{
    background-color: #ffe0e1;
}

.destaque-green{
    padding: .6rem;
    border: 1px solid #7dc171;
    background-color: #e1f6df;
    font-weight: 600;
    color: #31851b;
    border-radius: 3px;
    text-decoration: none;
}

.destaque-green:hover{
    background-color: #d6f4d3;
}



body .ui-datatable .ui-paginator {
    padding: 8px 14px;
}

body .ui-datatable thead th{
    padding: 8px 14px;
}


.textoPesquisa{
    height:40px;
}



/*AJUSTE DE CSS PARA TELA MENORES*/
@media screen and (max-width:1366px){
    body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link{
        font-size: 12px;
        padding: 8px 12px;
    }

    body .ui-selectonemenu{
        height:29px;
    }

    body .ui-menu .ui-menu-list .ui-menu-child.ui-shadow{
        min-width:max-content;
        font-size: 12px;
        line-height: 12px;
    }
    body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link{
        font-size: 12px;
        line-height: 12px;
    }


    body .ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem {
        font-size: 12px ;
        line-height: 12px;
    }
    body .ui-widget{
        font-family: "Open Sans","Helvetica Neue",sans-serif;
        font-size: 12px ;
    }

    body .ui-inputfield{
        padding: 5px;
        font-size: 12px ;
    }
    body .ui-fluid .ui-selectonemenu-label{
        padding: 5px;
        font-size: 12px ;
    }

}


@media screen and (max-width:1025px){
    .menuMobile{
        display: block;
    }
    .menuSistema{
        display: none;
    }
    .divForm{
        margin-top: 0px;
    }
}

@media screen and (max-width:460px){
    .txtEmp{
        font-size: 10px !important;
        white-space: nowrap !important;
    }
    .sistemas {
        width:90vw;
        height: auto;
        padding: 5px 2px 5px 2px;
    }
    .label-sis{
        width: 60%
    }
    .icon-sis{
        width: 40%
    }
}
@media screen and (min-width:461px){
    .sistemas {
        width:45vw;
        height: 150px;
    }
}
@media screen and (max-width:640px){
    .textoLabel{
        float: left;
    }
    .botaoNovo,.botaoSalvar,.botaoCancelar,.botaoRemover,.botaoOutro,.botaoOutro2{
        width: 90% !important;
        margin: 5px 0px 5px 0px;
    }
    .divHeaderM{
        width: 50%;
    }
    .divHeaderMEmp{
        display: none;
    }
    .ui-el-col-0,.ui-el-col-1 {
        width: 100% !important;
    }
    .ui-grid-responsive .ui-grid-col-1, .ui-grid-responsive .ui-grid-col-2, .ui-grid-responsive .ui-grid-col-3, .ui-grid-responsive .ui-grid-col-4, .ui-grid-responsive .ui-grid-col-5, .ui-grid-responsive .ui-grid-col-6, .ui-grid-responsive .ui-grid-col-7, .ui-grid-responsive .ui-grid-col-8, .ui-grid-responsive .ui-grid-col-9, .ui-grid-responsive .ui-grid-col-10, .ui-grid-responsive .ui-grid-col-11, .ui-grid-responsive .ui-grid-col-12 {
        float: left !important;
    }
}
@media screen and (max-width:725px){
    .bt-menu{
        width: 20%;
    }
    .divLogo{
        width: 60%;
    }
    .divEmpFil,.divUser{
        display: none;
    }
    .divBtUser{
        width: 20%;
    }
    .info-head{
        text-align: center;
    }

}
/*CALENDÁRIO SAS*/
.emp1  {
    background: #FF0000 !important;
}
.emp2  {
    background: #3CB371 !important;
}
.emp3  {
    background: #0099FF !important;
}

/*Layout calendar*/
body .ui-datepicker .ui-datepicker-calendar td a{
    width:1rem;
    height:1rem;
    line-height: 1rem;

}

body .ui-datepicker .ui-datepicker-calendar td{
    padding: 5px;
}

body .ui-panelgrid .ui-panelgrid-cell{
    padding: 2px 6px;
}

.datatable-container{
    width:100%;
    height:calc(100vh - 365px);
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 80px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    width:46px;
    height:46px;
}

#myBtn:hover {
    background-color: #555;
}



#myBtn2 {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 80px;
    z-index: 10;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    width:46px;
    height:46px;
}

#myBtn2:hover {
    background-color: #555;
}

.inactive-item {
    filter: grayscale(100%);
    opacity: 0.5;
}

.botao-portal{
    position: fixed;
    bottom: 65px;
    right: 30px;
    z-index: 10;
    border: 1px solid #2f8ee5;
    border-radius: 8px;
    background-color: #ffffff80;
    cursor: pointer;
    padding: 8px 10px 8px 10px;
    border-radius: 10px;
    font-size: 28px;
}

.botao-portal:hover{
    background-color: #e0f0ff;
}

/*CLASSES REFERENTES AO SISTEMA DE AJUDA E DOCUMENTAÇÃO DO SISTEMA*/
.botao-ajuda{
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 10;
    border: 1px solid #2f8ee5;
    border-radius: 8px;
    background-color: #ffffff80;
    cursor: pointer;
    padding: 8px 10px 8px 10px;
    border-radius: 10px;
    font-size: 28px;
}

.botao-ajuda i{
    font-size: 28px;
}

.botao-ajuda:hover{
    background-color: #e0f0ff;
}

.documentacao-main {
    display: flex;
    justify-content: center; /* Alinha ao centro horizontalmente */
    gap: 10px;

}
.documentacao-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    border: 1px solid #1b82d7;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    padding: 1em;
}

.documentacao-container:hover{
    background-color: #f1f6fa;
}

.documentacao-container i {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #1b82d7;
}

.documentacao-container span {
    font-size: 1.2rem;
    color: #1b82d7;
}

.documentacao-descricao{
    max-height: 55vh;
    overflow-y: auto;
}

.documentacao-descricao p{
    font-size: 0.9rem;
    white-space: pre-wrap;
}
/*FIM DAS CLASSES DE AJUDA E DOCUMENTAÇÃO*/

.font-08{
    font-size: 0.8rem !important;
}
.font-09{
    font-size: 0.9rem !important;
}