@CHARSET "ISO-8859-1";

/* ===================================
   ESTILOS LEGADO DO PROJETO
   =================================== */
div.botoes {
    position: absolute;
    right: 25px;
    bottom: 20px;
}

div.botoesleft {
    position: absolute;
    left: 25px;
    bottom: 20px;
}

div.botoesleft2 {
    position: absolute;
    left: 25px;
    bottom: 80px;
}

div.botoes2 {
    position: fixed;
    right: 25px;
    bottom: 15px;
}

div.botoes-tela-full {
    position: fixed;
    bottom: 52px;
    left: -35px;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    z-index: 900;
}

.invisivel {
    display: none !important;
}

.botaorelatorio {
    min-height: 35px;
    width: 150px;
    border: none !important;
    font-family: "BebasNeue", sans-serif !important;
}

.botaoexibe {
    border: none !important;
    height: 30px !important;
    width: 35px !important;
}

.botaolimparexibe {
    border: none !important;
    height: 30px !important;
    width: 35px !important;
    background: transparent url("/diggi_crednet/javax.faces.resource/red.png.jsf?ln=imagens") 50% 50% repeat !important;
}

.botaoboolean {
    border: none !important;
    width: 65px !important;
    font-family: arial !important;
    vertical-align: middle !important;
}

.botaoexibemini {
    border: none !important;
    height: 16px !important;
    width: 16px !important;
    vertical-align: bottom;
}

.botaolimparmini {
    border: none !important;
    background: transparent url("/diggi_crednet/javax.faces.resource/red.png.jsf?ln=imagens") 50% 50% repeat !important;
}

.botaologin {
    background: #4682B4 !important;
    height: 35px;
    min-width: 100px;
    border: none !important;
    padding: 0 !important;
    font-size: 15pt;
}

.botaosalvar {
    min-height: 35px;
    min-width: 170px;
    border: none !important;
    font-family: "BebasNeue", sans-serif !important;
}

.botaodownload {
    min-height: 35px;
    width: 250px;
    border: none !important;
}

.botaolimpar {
    min-height: 35px;
    min-width: 170px;
    border: none !important;
    background: transparent url("/diggi_crednet/javax.faces.resource/red.png.jsf?ln=imagens") 50% 50% repeat !important;
}

.botaosalvarmenor {
    height: 30px;
    width: 100px;
    border: none !important;
    font-family: "BebasNeue", sans-serif !important;
}

.botaolimparmenor {
    height: 30px;
    width: 160px;
    border: none !important;
    background: transparent url("/diggi_crednet/javax.faces.resource/red.png.jsf?ln=imagens") 50% 50% repeat !important;
}

.botaolimparmenorb {
    height: 30px;
    width: 130px;
    border: none !important;
    background: transparent url("/diggi_crednet/javax.faces.resource/red.png.jsf?ln=imagens") 50% 50% repeat !important;
}

.botaoneutroverde {
    min-height: 15px;
    width: 160px;
    border: none !important;
    background: transparent url("/diggi_crednet/javax.faces.resource/green.png.jsf?ln=imagens") 95% 5% repeat !important;
}

button:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0 none;
}

.dlgAutenticaco__button--cancelar {
    display: inline-block !important;
    font-family: "LiberationSans-Regular", sans-serif;
    text-align: center !important;
    border: none !important;
    padding: 0px 20px !important;
    width: 100% !important;
    height: 35px;
}

.dlgAutenticaco__button--cancelar:hover {
    border-color: #aaaaaa !important;
    color: black !important;
}

.botaorelatorio .ui-button-text {
    text-transform: uppercase;
    font-family: "BebasNeue", sans-serif;
    font-size: 11pt !important;
    font-weight: normal !important;
}

/* ===================================
   BASE COMUM PARA TODOS OS BOTÕES
   =================================== */
.ui-button {
    font-family: Arial, sans-serif !important;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    width: auto;
    min-height: 35px;
    height: 35px;
    white-space: nowrap;
}

/* ===================================
   OPÇÕES SECUNDÁRIAS
   =================================== */
.btn-secundario,
.btn-secundario.ui-state-default {
    background: #FBFBFB !important;
    border: 2px solid #E1E1E1 !important;
    color: #A0A0A0 !important;

    &:hover,
    &.ui-state-hover {
        background: #F5F5F5 !important;
        border-color: #D0D0D0 !important;
        color: #909090 !important;
    }

    &:active,
    &.ui-state-active {
        background: #F0F0F0 !important;
        transform: scale(0.98);
    }

    .ui-button-text {
        color: #A0A0A0 !important;
        text-shadow: none !important;
    }

    &:hover .ui-button-text {
        color: #909090 !important;
    }
}

/* ===================================
   OPÇÕES DE AÇÃO COMUM
   =================================== */
.btn-comum,
.btn-comum.ui-state-default {
    background: #428BCA !important;
    border: 2px solid #428BCA !important;
    color: #FFFFFF !important;

    &:hover,
    &.ui-state-hover {
        background: #3A7AB8 !important;
        border-color: #3A7AB8 !important;
        color: #FFFFFF !important;
    }

    &:active,
    &.ui-state-active {
        background: #2E6BA0 !important;
        border-color: #2E6BA0 !important;
        transform: scale(0.98);
    }

    .ui-button-text {
        color: #FFFFFF !important;
        text-shadow: none !important;
    }
}

/* ===================================
   OPÇÕES DE AÇÃO NEGATIVA
   =================================== */
.btn-negativo,
.btn-negativo.ui-state-default {
    background: #FBFBFB !important;
    border: 2px solid #FF2F2F !important;
    color: #FF2F2F !important;

    &:hover,
    &.ui-state-hover {
        background: #FFF5F5 !important;
        border-color: #E62929 !important;
        color: #E62929 !important;
    }

    &:active,
    &.ui-state-active {
        background: #FFEDED !important;
        border-color: #E62929 !important;
        transform: scale(0.98);
    }

    .ui-button-text {
        color: #FF2F2F !important;
        text-shadow: none !important;
    }

    &:hover .ui-button-text {
        color: #E62929 !important;
    }
}

/* ===================================
   OPÇÕES DE AÇÃO POSITIVA
   =================================== */
.btn-positivo,
.btn-positivo.ui-state-default {
    background: #5CB85C !important;
    border: 2px solid #5CB85C !important;
    color: #FFFFFF !important;

    &:hover,
    &.ui-state-hover {
        background: #4FA34F !important;
        border-color: #4FA34F !important;
        color: #FFFFFF !important;
    }

    &:active,
    &.ui-state-active {
        background: #458E45 !important;
        border-color: #458E45 !important;
        transform: scale(0.98);
    }

    .ui-button-text {
        color: #FFFFFF !important;
        text-shadow: none !important;
    }
}

/* ===================================
   ESTILOS PRIMEFACES
   =================================== */
.ui-selectbooleanbutton.ui-button.ui-state-active,
.ui-selectonebutton .ui-button.ui-state-active,
.ui-selectmanybutton .ui-button.ui-state-active .ui-selectbooleanbutton.ui-button.ui-state-default,
.ui-selectonebutton .ui-button.ui-state-default,
.ui-selectmanybutton .ui-button.ui-state-default .botaolimpar:hover {
    border-color: #aaaaaa !important;
    color: black !important;
}

.ui-button,
button.ui-button.ui-state-default,
.ui-button.ui-state-default {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.ui-button-icon-only {
    height: 25px;
    vertical-align: middle;
}

.ui-icon.pi {
    background: none repeat scroll 0 0 transparent !important;
    text-indent: 0 !important;
    font-size: 13px;
    padding: 1px 1px;
}

.ui-button .ui-button-text {
    text-shadow: none !important;
}

.ui-button-text {
    text-transform: uppercase;
    font-family: "BebasNeue", sans-serif;
    font-size: 15pt !important;
    font-weight: normal !important;
}