
/* 
    Created on : 09/10/2019, 17:00:37
    Author     : william.waiandt
*/

/*CSS DOS BOTOES PADRAO*/
.lista ul li{
    padding: 3px;
}
.botao-novo-outlined {
    background-color: #FFF !important;
    border-color: #1b82d7 !important;
    color: #1b82d7 !important;
    min-width: 130px !important;
    width: max-content !important;
    border-radius: 7px !important;
    margin: 0px 5px 0px 5px;
}
.botao-outro-outlined{
    background-color: #FFF !important;
    border-color: #607d8b !important;
    color: #607d8b !important;
    min-width: 130px !important;
    width: max-content !important;
    border-radius: 7px !important;
    margin: 0px 5px 0px 5px;
}

.botao-remover-outlined{
    background-color: #fff !important;
    border-color: #ce5051 !important;
    color: #ce5051 !important;
    min-width: 130px !important;
    width: max-content !important;
    border-radius: 7px !important;
    margin: 0px 5px 0px 5px;
}

.botao-salvar-outlined{
    background-color: #fff !important;
    border-color: #009393 !important;
    color: #009393 !important;
    min-width: 130px !important;
    width: max-content !important;
    border-radius: 7px !important;
    margin: 0px 5px 0px 5px;
}

.botao-simples-outlined{
    background-color: #FFF !important;
    border-color: #607d8b !important;
    color: #607d8b !important;
    border-radius: 7px !important;
    width: 30px !important;
}

.botao-simples-vermelho-outlined{
    background-color: #FFF !important;
    border-color: #ce5051 !important;
    color: #ce5051 !important;
    border-radius: 7px !important;
    width: 30px !important;
}


.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;
}
.botao-pesquisar {
    background-color: #86898d !important;
    border-color: #86898d !important;
    border-radius: 3px !important;
}
.botao-outlined-azul {
    background-color: #fff !important;
    border-color: #1b82d7 !important;
    border-radius: 3px !important;
    color: #1b82d7 !important;
}

.botao-outlined-verde {
    background-color: #fff !important;
    border-color: #256029 !important;
    border-radius: 3px !important;
    color: #256029 !important;
}

.botao-outlined-cinza {
    background-color: #fff !important;
    border-color: #5f666c !important;
    border-radius: 3px !important;
    color: #5f666c !important;
}

.botaoMaior1{
    width: 200px !important;
}
.botaoMaior2{
    width: 240px !important;
}

.botao-novo-outlined:hover{
    background-color: #ebf6ff !important;
}
.botao-simples-outlined:hover,.botao-outro-outlined:hover{
    background-color: #efefef !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: 30px !important;
}
.botaoEditarSimples{
    background-color: #EFA64C !important;
    border-radius: 5px !important;
    border-color: #EFA64C !important;
    width: 30px !important;
}
.botaoRemoverSimples{
    background-color: #ce5051 !important;
    border-radius: 5px !important;
    border-color: #ce5051 !important;
    width: 30px !important;
}
.botaoConfirmaSimples{
    background-color: #1b82d7 !important;
    border-radius: 5px !important;
    border-color: #1b82d7 !important;
    width: 30px !important;
}
.botaoVisualizarSimples{
    background-color: #3cb371 !important;
    border-radius: 5px !important;
    border-color: #3cb371 !important;
    width: 30px !important;
}
/*.botaoLimpar{
    background-color: #c9cdd2 !important;
    border-color: #e6e6e6 !important;
    border-radius: 5px !important;
    width: 30px !important;
}*/

.botaoLimpar{
    background-color: rgba(0,0,0,0) !important;
    color: #607d8b !important;
    border: 1px solid !important;
    border-radius: 2px !important;
    width: 30px !important;
}

.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
}
.layoutDividido{
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}
.layout-flex{
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
}
.flex-column{
    flex-direction: column;
}

/*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;
}
.labelVermelhoOpaco{
    color: red;
    opacity:0.6;
}
.labelVerde{
    color: #3CB371;
}
.labelCinza{
    color: #778899;
}
.labelCinzaEscuro{
    color: #5f666c;
}
.labelAmarelo{
    color: #FFFF00;
}
.labelAmareloEscuro{
    color: #a98f00;
    ;
}
.labelLaranja{
    color:orange;
}
.labelAzul{
    color: #0099FF;
}
.labelRoxo{
    color:#9f68be
}
.label, .labelAmarelo, .labelAzul, .labelLaranja, .labelCinza, .labelVerde, .labelVermelho, .labelPreto, .labelAmareloEscuro, .mensagem, .labelCinzaEscuro,.labelRoxo{
    font-weight: 600;
}

.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;
}

.destaca-campo-verde{
    box-shadow: 0px 0px 5px #32CD32;
    border: 1px solid #32CD32 !important;
    color: #32CD32;
}

.desabilitaCampoCSS{
    pointer-events: none !important;
    cursor: default !important;
    opacity: .80;
    background-color: #f5f5f5;
}

/*LOGO HEADER*/
.divLogo{
    width: 15%;
    height: 65px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divEmpFil{
    width: calc(60% - 60px);
    float: left;
}
.divNotification{
    width: 60px;
    float: left;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divUser{
    width: 15%;
    float: left;
}
.divBtUser{
    width: 10%;
    float: left;
}
.imgLogo{
    height: 100%;
    width: auto;
}
.txtEmp{
    font-size: 14px !important;
    font-weight: 600;
    white-space: nowrap !important;
}
.txtUser{
    margin-left: 15px;
    font-size: 10px !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;
}

/*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;
}

.texto-formatado{
    white-space: pre-wrap;
}

/*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;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-divulgacao{
    display: block;
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
}

.imagem-on-form{
    display: block;
    max-width: 100%;
    max-height: 350px;
    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;
}

.font-08{
    font-size: 0.8rem !important;
}
.font-09{
    font-size: 0.9rem !important;
}

.formulario-centralizado{
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/*BADGES*/
.badge {
    border-radius: 2px;
    padding: .25em .5rem;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .3px;
    box-sizing: border-box;
}
.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;
}

/*FOTO DO PACIENTE NO CABECALHO DAS TELAS*/
.foto-usuario-panel{
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
}
.icone-usuario-sem-foto{
    height: 100%;
    width: 100%;
    border-radius: 100%;
    border: 1px solid #cccccc;
    font-size: 4em;
    color: #cccccc
}

.foto-usuario{
    max-height: 100%;
    border-radius: 100%;
    overflow: hidden;
    transition: border-radius 0.3s ease,transform 0.3s ease;
    transform-origin: top left;
    z-index: 10;
}
.foto-usuario:hover {
    border-radius: 5%;
    transform: scale(1.8);
}

.inactive-item {
    filter: grayscale(100%);
    opacity: 0.5;
}

/*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*/
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;
}

/*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 .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 .layout-wrapper.menu-layout-horizontal .layout-menu-container .layout-menu > li > ul {
    width: max-content;
    min-width: 250px;
    max-width: 100vw;
}

body .ui-message.ui-message-warn {
    background-color: #fce8ce;
    border-color: #f1b263;
    color: #5f666c;
    padding: 5px 5px;
}

/*SELECTONEBUTTON*/
body .ui-buttonset .ui-button {
    border: 1px solid #a8acb1;
    background-color: #ededed;
    ;
}

body .ui-paginator-pages .ui-state-active{
    background-color: #0c589e
}

/*ALTERADO PARA CAMPOS INATIVOS FICAREM MAIS VISIVEIS*/
body .ui-state-disabled{
    opacity: .60;
}
body input.ui-state-disabled{
    opacity: .80;
    background-color: #f5f5f5;
    color: #000;
}

body .ui-inputfield.ui-state-focus{
    box-shadow: 0px 0px 5px #51a0ff;
}

body .ui-splitbutton.ui-buttonset .ui-button {
    border-radius: 5px;
    background-color: #86898d !important;
    border-color: #86898d !important;
}

/*AJUSTE LEGENDA TELA CALENDARIO DA UNIDADE*/
a.emp1 {
    background: #FF0000;
}
a.emp2 {
    background: #3CB371;
}
a.emp3 {
    background: #0099FF;
}

/*IMPLEMENTAÇÃO DE CSS PARA BADGE DE NOTIFICAO, NÃO É NECESSÁRIO USAR EM PRIMEFACES 11+;*/
body .ui-overlay-badge {
    position: relative;
    display: inline-block;
}
.ui-badge {
    display: inline-block;
    text-align: center;
}
body .ui-badge {
    background: #d23f31;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.ui-badge-dente{
    background: #1b82d7 !important;
}
.ui-badge.ui-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
}
body .ui-overlay-badge .ui-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    margin: 0;
}
.panel-notification{
    margin-top: 2px;
    position: relative;
}
.close-notification{
    position: absolute;
    right: 12px;
    top: 2px;
}
.close-notification i{
    color: #7c8287;
    font-size: 0.8rem;
}
.notification-time{
    position: absolute;
    left: 8px;
    top: 3px;
    font-size: 0.70rem;

}

#form .panel-cinza .ui-widget-header {
    border: 1px solid #dee2e6;
    background: #f8f9fa !important;
    color: #495057;
    padding: 1rem;
    font-weight: 700;
}

body .panel-cinza .ui-panel .ui-panel-titlebar {
    border: 1px solid #dee2e6;
    background: #f8f9fa !important;
    color: #495057;
    padding: 1rem;
    font-weight: 700;
}

body .panel-cinza .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon {
    color: #495057;
}

body .dialog-cinza .ui-dialog .ui-dialog-titlebar {
    padding: 8px 14px;
    background: #fff !important;
    background-color: #fff !important;
    color: #5f666c;
    font-weight: 700;
    border-bottom: 0 none;
    padding: 0.8rem;
}

body .dialog-cinza .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    margin: 0;
    float: none;
    font-size: 1.1rem;
}

.ui-tabs-outline{
    background-color: #d6d6d6 !important;
}
body .ui-accordion .ui-accordion-header {
    background-color: #f0f0f0;
    color: #000;
}
body .ui-accordion .ui-accordion-header:hover{
    background-color: #cccccc;
}
body .ui-accordion .ui-accordion-header.ui-state-active {
    background-color: #d6d6d6;
    color: #000;
}

body .ui-colorpicker .ui-button{
    background-color: #FFF !important;
    border-color: #607d8b !important;
    color: #607d8b !important;
    border-radius: 7px !important;
    margin: 0px 5px 0px 5px;
}

body .ui-selectmanymenu .ui-selectlistbox-item.ui-state-highlight {
    background-color: #d5d8da;
    color: #5f666c;
}
body .ui-selectmanymenu .ui-selectlistbox-item > td {
    padding: 8px 8px;
}

.ui-selectlistbox-filter.ui-inputfield {
    width: 100%;
}
legend{
    font-size: 14px;
    padding: 1px 3px;
    font-weight: bold;
}
hr{
    border: 1px solid #d9d9d9
}

.panel-verde{
    background: rgba(26, 201, 61, 0.4) !important;
}

.panel-vermelho{
    background: rgba(240, 49, 49, 0.4)  !important;
}
.panel-azul{
    background: rgba(30, 173, 245, 0.4)  !important;
}

.labelAzulOpaco{
    color: lightblue;
    opacity:0.6;
}
.labelVerdeOpaco{
    color: lightseagreen;
    opacity:0.6;
}

fieldset{
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #c9cdd2;
    border-radius: 2px;
}
fieldset hr{
    border: none;
    height: 1px;
    color: #c9cdd2;
    background-color: #c9cdd2;
}

/*AJUSTE DE CSS PARA TELA MENORES*/
@media screen and (max-width:1025px){
    .menuMobile{
        display: block;
    }
    .menuSistema{
        display: none;
    }
}

@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;
    }


}
@media screen and (max-width:725px){
    .divEmpFil{
        width: 70%;
        float: left;
    }
    .divUser{
        display: none;
    }
    .divBtUser{
        width: 15%;
        float: left;
    }

}
@media screen and (max-width:460px){
    .divEmpFil{
        width: 65%;
        float: left;
    }
    .txtEmp{
        font-size: 10px !important;
        white-space: nowrap !important;
    }
    .divUser{
        display: none;
    }
    .divBtUser{
        width: 15%;
        float: left;
    }


}


#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 80px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#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: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#myBtn2:hover {
    background-color: #555;
}

/*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: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*/



body .header-claro .ui-widget-header{
    background-color: #f8f9fa !important;
    color: #444;
}

.zoom-img {
    transition: transform 0.3s ease;
}

.zoom-img:hover {
    transform: scale(3); /* aumenta o tamanho da imagem ao passar o mouse */
    cursor: zoom-in; /* muda o cursor ao passar o mouse */
}


/*CSS PARA TABELAS DE DADOS FIXA EM TELA*/
.table-info {
    width: 100%;
    border-collapse: collapse;
    margin: 5px auto;
}
.table-info th, .table-info td {
    padding: 5px;
    text-align: center;
}
.table-info  tbody tr:nth-child(odd) {
    background-color: #f4f4f4;
}
.table-info tbody td:first-child {
    text-align: right;
}
.fundoCinza{
    background-color: #d6d8db !important;
}
.fundoAzul{
    background-color: #ADC5D9 !important;
}

.botaoLateral{
    height:40px !important;
    width: 40px !important;
    border-radius: 10px !important;
    background-color: #FFF !important;
    color:#747474 !important;
    border: 2px solid #747474 !important;
}
.textoPesquisa{
    height:40px !important;
    padding-bottom:0px !important;
    padding-top: 0px !important;
    border-radius:10px !important;
    border: 2px solid #747474 !important;
}

.menu-lateral-shadow{
    box-shadow: 0px 0 3px rgba(50, 50, 50, 0.1);
}

.botao-portal{
    position: fixed;
    bottom: 80px;
    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;
}

.verticalmenu{
    color:#000 !important;
}


/*ADICIONADO PARA RESOLVER O PROBLEMA DE SCROLL QUE GERA ESPAÇO EM BRANCO NO FINAL DA PAGINA,
EM NAVEGADORES COM BASE NO CHROME*/
.ui-datatable-scrollable-body {
    position: relative !important;
}

.item-zebrado:nth-child(odd) {
    background-color: #f6f6f6;
}
.item-zebrado:nth-child(even) {
    background-color: #eee;
}

.ui-fluid .data-hora .ui-calendar input {
    width: 150px !important;
}

body .link-cinza a {
    color: #5f666c !important;
}

.texto-tachado {
    text-decoration: line-through;
}