﻿:root {
    --commonTextColor: #8391a2;
    --mainBackgroundColor: #e2e2e2;
    --mainColor: #1b2931;
    --mainColorLighter: #475562;
    --mainColorLightest: #5e737e;
    --navPillsColor: #255480;
    --cardsBackgroundColorDarker: #fff;
    --cardsBackgroundColorLighter: #fff;
    --importantColorForDarkTheme: #152036;
    --importantFontColorDarkTheme: #6C7293;
    --importantFontTitleColorDarkTheme: #9da9bb;
    --importantCardColorDarkTheme: #1b2a47;
    --importantGreenColorDarkTheme: #24caa1;
    --importantBlueColorDarkTheme: #2eb7f3;
    --importantPurpleColorDarkTheme: #805bbe;
    --ic-calendar-bordas: #cee2f2;
    --ic-primary: #727cf5;
    --ic-primary-rgb: 108,117,125;
    --ic-primary-bg-subtle: #f1f2fe;
    --ic-success: #28a745;
    --ic-success-rgb: 10,207,151;
    --ic-success-bg-subtle: #e7faf5;
    --ic-info: #39afd1;
    --ic-info-rgb: 57, 175, 209;
    --ic-info-bg-subtle: #ebf7fa;
    --ic-warning: #ffc35a;
    --ic-warning-rgb: 255,195,90;
    --ic-warning-bg-subtle: #fff9ef;
    --ic-main-purple: #727CF5;
    --ic-danger: #eb4b4b;
    --it-danger-bg-subtle: #ffeff2;
    --ic-secondary-color: rgba(108, 117, 125, 0.75);
    --ic-white: #fff;
    --ic-lightGreen: #28a745;
}

body {
    visibility: hidden; /*this visibility is toggled back when setThemeColor is finish*/
}

.main-logo {
    height: inherit
}

.layout-logo {
    width: 165px;
    height: 40px;
}

.chat-no-msg {
    width: 150px;
    position: relative
}

.chat-no-msg-title {
    position: absolute;
    bottom: 35px;
}

.bg-mainColor {
    background-color: var(--mainColor)
}

.bg-mainColorLigher {
    background-color: var(--mainColorLighter) !important
}

.bgCount-red {
    background-color: #ff1d1d;
    border-radius: 50px;
    color: #fff;
    line-height: 1;
    padding: 4px;
    position: absolute;
    top: -10px;
    right: 0px;
    display: inline-block;
}

.chat-img {
    height: 22px;
}

.hiddenbtns {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border-radius: 50%;
    z-index: 20;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.greenDarkPastelColor {
    background-color: #2f4f39;
    cursor: pointer;
}

.bluePastelColor {
    background-color: #3a444e;
    cursor: pointer;
}

.greyPastelColor {
    background-color: #1b2931
}

.cyanPastelColor {
    background-color: #296e6e
}

.darkTheme {
    background-color: #191C24;
    cursor: pointer;
}

.menu-opcoes-img-conatainer {
    width: 35px;
    height: 35px;
    background-color: var(--mainColor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .menu-opcoes-img-conatainer > img {
        height: 25px;
    }

.labelNome {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    padding-left: 5px;
    color: #ffffff;
}

.labelCargo {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    font-size: smaller;
    padding-left: 5px;
    color: #ffffff;
}

.imgProfileTable {
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.cur-p {
    cursor: pointer;
}

.bg-tx-white {
    color: white;
    background-color: var(--mainColor);
}

.color-white {
    color: var(--ic-white) !important;
}

.color-check {
    color: var(--ic-lightGreen);
}

.color-warning {
    color: var(--ic-warning);
}

.color-add {
    color: var(--ic-lightGreen);
}

.color-edit {
    color: var(--primary);
}

.color-danger {
    color: var(--ic-danger) !important;
}

.color-main {
    color: var(--mainColor)
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.left-10 {
    left: 10px
}

.right-10 {
    right: 10px
}

.font-inherit {
    font-size: inherit
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.fw-normal {
    font-weight: 400
}

.font-large {
    font-size: large;
}

.ic-text-muted {
    color: var(--ic-secondary-color)
}

.navbar-brand:hover {
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    accent-color: var(--mainColor) !important;
}

/* NOVA SCROLL BAR*/
.fancyScrollBar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.fancyScrollBar::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border-radius: 3px;
}

.fancyScrollBar::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
    border-radius: 3px;
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999999;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-top: 16px solid var( --mainColor);
    border-right: 16px solid #cee2f2;
    border-bottom: 16px solid var( --mainColor);
    border-left: 16px solid #cee2f2;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.table-loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 16px solid var( --mainColor);
    border-right: 16px solid #cee2f2;
    border-bottom: 16px solid var( --mainColor);
    border-left: 16px solid #cee2f2;
    border-radius: 50%;
}

.layout-body {
    height: 100%;
    width: 100%;
    position: absolute;
    display: -moz-flex;
    -moz-flex-direction: column;
    -moz-flex-wrap: nowrap;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    display: -ms-flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: nowrap;
}

    .layout-body > header {
        flex-shrink: 0;
        background-color: var(--mainBackgroundColor)
    }

        .layout-body > header > nav {
            background-color: var(--mainColor) !important
        }


    .layout-body > #menuPrincipal {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        overflow: auto;
        min-height: 2em;
        background-color: var(--mainBackgroundColor)
    }

    .layout-body > footer {
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
    }

.ui-pnotify-sticker {
    display: none !important
}

.evt-dash-card {
    text-align: center;
    border-radius: 12px !important;
    box-shadow: 0 0 3px 1px #bebebe;
    border: 1px solid #bebebe;
    height: 100%;
    cursor: default;
}

.evt-dsh-ir-para > div {
    margin-left: 10px;
    border: 1px solid #9b9b9b;
    border-radius: 0.25rem;
    cursor: pointer;
    float: right;
    width: auto;
}

    .evt-dsh-ir-para > div > a {
        color: var(--mainColor);
        font-weight: 500;
        margin-right: 5px;
        margin-left: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 13px
    }


.bg-today {
    color: #fff;
    font-weight: 900;
    box-shadow: var(--mainColor) 0px 20px 0px 0px inset
}

.text-today {
    font-weight: 900;
}

.custom-transform-lysubmenu {
    transform: translate3d(335px, 107px, 0px) !important
}

/*Override tree nodes color, font-size; e wrap*/
.fancytree-title {
    color: var( --commonTextColor) !important;
    font-size: 13px !important;
    white-space: normal !important;
    width: 84% !important;
}

/*Barra de Submenu*/
.submenuBarIcons {
    min-width: 82px;
    width: max-content;
    color: var(--commonTextColor) !important;
}

.submenuBarIconsCodigos {
    color: var( --commonTextColor) !important;
}

.submenuBarIcons:hover {
    color: #000000 !important;
}

.submenuBarIconsCodigos:hover {
    color: #000000 !important;
}

.submenuBarIconsGroupText, .submenu-calendario-icon-box-ferias-GroupText, .submenu-gestao-icon-box-codigos-ferias-GroupText {
    text-decoration: underline !important;
    margin-right: 20px;
    margin-left: 20px;
    color: var( --commonTextColor) !important;
    text-align: center;
    text-transform: uppercase;
}


.commonText {
    color: var(--commonTextColor) !important;
    font-size: 13px !important;
}

.commonTextBolder {
    color: var( --commonTextColor) !important;
    font-size: 13px;
    font-weight: 700 !important;
}

#back2Top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 100px;
    right: 20px;
    border-radius: 50px !important;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    color: var( --mainColor) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

    #back2Top:hover {
        cursor: pointer;
        background-color: var( --mainColor) !important;
        color: white !important
    }

    #back2Top:active {
        background-color: #d9d9d9 !important;
    }

    #back2Top.show {
        opacity: 1;
        visibility: visible;
    }

    #back2Top > i {
        align-self: center;
    }

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px var(--ic-danger);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.processarShortCutDashboardSH:hover {
    text-decoration: none;
    background-color: #bebebe;
    color: #dad9d9 !important;
}

.clsSwithLogin,
.clsIrParaOsMeusDados,
.clsContactosDistribuidorInnux,
#msglayout {
    transition: transform .2s;
}

    .clsSwithLogin:hover, .clsContactosDistribuidorInnux:hover {
        border-radius: 5px;
        transform: scale(1.1);
    }


    #msglayout:hover {
        text-decoration: underline;
        transform: scale(1.1);
    }

.commonButtonsHover:hover {
    background-color: var(--mainColor);
}

    .commonButtonsHover:hover > a {
        color: #fff !important;
    }

.blink-loading {
    animation: blinker 1s linear infinite;
    display: block !important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.main-panel {
    -webkit-transition: width .25s ease,margin .25s ease;
    transition: width .25s ease,margin .25s ease;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footerAnchor {
    margin-bottom: 0px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

    .footerAnchor > span:first-child {
        cursor: default;
        position: fixed;
        flex-direction: row;
        left: 0;
        margin-left: 5px;
    }

    .footerAnchor > span.span-copyright {
        flex-grow: 2
    }


.btn-processarShortCut {
    font-size: 13px;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    color: #6c757d;
    outline: none !important;
}

    .btn-processarShortCut:hover {
        color: #fff;
        background-color: var( --mainColor);
        box-shadow: 0px 15px 20px var( --mainColor);
        transform: translateY(-4px);
    }

/*Especifico para tornar um input tipo numero num input normal mas onde só numeros são permitidos*/
.no-arrow-input-type-numbers {
    -moz-appearance: textfield;
}

    .no-arrow-input-type-numbers::-webkit-inner-spin-button {
        display: none;
    }

    .no-arrow-input-type-numbers::-webkit-outer-spin-button,
    .no-arrow-input-type-numbers::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.select-tab-menu {
    background-color: #bebebe;
    color: white !important;
    border-radius: 0.25rem;
}

    .select-tab-menu span {
        color: white !important;
    }

/*Importante! Tollbar das tabelas*/
.toolbarEntidades,
.toolbarUtilizadores,
.toolBarTabelaUtilizadoresParaAtribuirEditar,
.toolBarTabelaUtilizadoresAtribuidosEditar,
.toolBarTableTerminaisParaAtribuirAosUtilizadoresEditar,
.toolBarTableTerminaisAtribuidosAosUtilizadoresEditar,
.toolbarDelegarAutoridade,
.toolbarResults,
.toolbarVistaMensal,
.toolbarFuncionarios,
.toolbarDepartamentos,
.toolBarTabelaAtribuiChefesEditarDepartamento,
.toolBarTabelaChefesAtribuidosEditarDepartamento,
.toolbarPlanosTrabalho,
.toolbarPlanosTrabalhoSubstituicoesEditar,
.toolbarPlanosTrabalhoSubstituicoesPorPeridoEditar,
.toolbarSuplementosDoPlanosTrabalhoEditar,
.toolbarSuplementosExtraDoPlanosTrabalhoEditar,
.toolbarHorarios,
.toolbarDistribuicaoPorPeriodosEditar,
.toolbarParagensHorariosEditar,
.toolbarPrevencaoHorariosEditar,
.toolbarTerminaisNaoRecolher,
.toolbarTerminaisRecolher,
.toolbarCodigosTrabalho,
.toolbarCodigosAusencia,
.toolbarCodigosAusenciaLimitesEditar,
.toolbarCodigosIncidencia,
.toolbarFinsContrato,
.toolbarMarcacoesPonto,
.toolbarMarcacoesAcesso,
.toolbarMarcacoesIrregulares,
.toolbarAcumulados,
.toolbarSaldos,
.toolbarResultadosObtidos,
.toolbarMesEscala,
.toolbarVistaMes,
.toolbarVistaLista,
.toolbarFuncionariosNaoProcessar,
.toolbarFuncionariosProcessar {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    float: left;
    margin-bottom: 5px;
}

.consultas-header {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    float: left;
}

.delegAuto-header {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    float: left;
}

/*Importante - Lsita de opções para a visibilidade das colunas na tabela de resultados*/
.dropdown-content {
    font-size: 13px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    padding: 10px;
    border: 1px solid #ccc;
    height: 300px;
    overflow: auto;
    z-index: 2;
}

    .dropdown-content label {
        display: block;
        margin-bottom: 5px;
    }

.arrow-button-toggle-column-vis {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .arrow-button-toggle-column-vis.down {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.subscription-badge {
    display: none;
    z-index: 1;
}

    .subscription-badge.show {
        display: block !important
    }

.aprovations-badge {
    display: none;
    z-index: 1;
}

.aprovations-badge-subMenu {
    display: none;
    z-index: 1;
}

.configGerais-badge-subMenu {
    display: none;
    z-index: 1;
}

.spinCheckAprovacoesPendentesToShowBadge {
    color: var(--commonTextColor);
    padding: 1px 3px;
    font-size: 10px;
    position: absolute; /* Position the badge within the relatively positioned button */
    top: 4px;
    right: -6px;
    z-index: 1;
}

.spinCheckAprovacoesPendentesToShowBadge-subMenu {
    color: var(--commonTextColor);
    padding: 1px 3px;
    font-size: 10px;
    position: absolute; /* Position the badge within the relatively positioned button */
    top: 4px;
    right: 8px;
    z-index: 1;
}

.visible {
    display: block !important;
}

.processarmarcacoes-badge {
    display: none;
    z-index: 1;
}

.processarMarcacoes-badge-subMenu {
    display: none;
    z-index: 1;
    background: red;
    color: white;
    padding: 3px;
    border-radius: 0.25rem;
    position: absolute;
    top: 20%;
    left: 71%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    font-weight: bold;
}

.spinCheckProcessarMarcacoesToShowBadge-subMenu {
    color: var(--commonTextColor);
    padding: 1px 3px;
    font-size: 10px;
    position: absolute; /* Position the badge within the relatively positioned button */
    top: 4px;
    right: 25px;
    z-index: 1;
}

.pedidoAusenciaSoPodeSerFeitoSeDuracaoMenor60Min-badge {
    /*color: white;*/
    padding: 1px 3px;
    margin-left: 5px;
    height: fit-content;
}


.search-box {
    display: flex;
    padding: 5px 15px
}

    .search-box > input {
        width: 100%;
        border: 1px solid var(--mainColor);
        border-right: none;
        padding: 5px;
        height: 22px;
        border-radius: 0.25rem 0 0 0.25rem;
        outline: none;
    }

    .search-box > button {
        width: 40px;
        height: 22px;
        border: 1px solid var(--mainColor);
        background: var(--mainColor);
        text-align: center;
        color: #fff;
        border-radius: 0 0.25rem 0.25rem 0;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .search-box > button > i {
            font-size: 10px;
            align-self: center;
        }


.nav-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-container {
    display: flex;
    justify-content: space-between;
    width: 100%; /* Ensure it takes full width of the parent */
}

.consultas-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 75px;
    text-align: center;
}

    .consultas-icon-box:hover {
        background-color: #bebebe;
        color: var(--commonTextColor) !important;
        border-radius: 0.25rem;
    }

    .consultas-icon-box a {
        height: 28px;
        width: 28px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        cursor: pointer;
        background-color: #168de2;
    }

    .consultas-icon-box img {
        height: 20px;
        top: 0;
        object-fit: cover;
        left: 0;
    }

    .consultas-icon-box span {
        color: var(--commonTextColor);
    }

.configuracoes-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 75px;
    text-align: center;
}

    .configuracoes-icon-box:hover {
        background-color: #bebebe;
        color: var(--commonTextColor) !important;
        border-radius: 0.25rem;
    }

    .configuracoes-icon-box > a {
        height: 28px;
        width: 28px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        cursor: pointer;
        background-color: #f4db5b;
    }

    .configuracoes-icon-box img {
        height: 20px;
        top: 0;
        object-fit: cover;
        left: 0;
    }

    .configuracoes-icon-box span {
        color: var(--commonTextColor);
    }

.gestao-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 75px;
    text-align: center;
}

    .gestao-icon-box:hover {
        background-color: #bebebe;
        border-radius: 0.25rem;
    }

    .gestao-icon-box > a {
        height: 28px;
        width: 28px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        cursor: pointer;
        background-color: #ebab47;
    }

    .gestao-icon-box img {
        height: 20px;
        top: 0;
        object-fit: cover;
        left: 0;
    }

    .gestao-icon-box span {
        color: var(--commonTextColor);
    }

.gestao-icon-box-codigos {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
    color: var(--commonTextColor);
    flex-direction: row;
    gap: 10px;
    min-width: 82px;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

    .gestao-icon-box-codigos:hover {
        background-color: #bebebe;
        color: var(--commonTextColor) !important;
        border-radius: 0.25rem;
    }

    .gestao-icon-box-codigos > span {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        cursor: pointer;
        background-color: #ebab47;
        height: 25px;
        width: 25px;
    }

        .gestao-icon-box-codigos > span > img {
            height: 20px;
            top: 0;
            object-fit: cover;
            left: 0;
        }

.calendario-icon-box-ferias {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
    color: var(--commonTextColor);
    flex-direction: row;
    gap: 10px;
    min-width: 82px;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

    .calendario-icon-box-ferias:hover {
        background-color: #bebebe;
        color: var(--commonTextColor) !important;
        border-radius: 0.25rem;
    }

    .calendario-icon-box-ferias > span {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        cursor: pointer;
        background-color: #2cab74;
        height: 25px;
        width: 25px;
    }

        .calendario-icon-box-ferias > span > img {
            height: 20px;
            top: 0;
            object-fit: cover;
            left: 0;
        }

.calendarios-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 75px;
    text-align: center;
}

    .calendarios-icon-box:hover {
        background-color: #bebebe;
        color: var(--commonTextColor) !important;
        border-radius: 0.25rem;
    }

    .calendarios-icon-box > a {
        height: 28px;
        width: 28px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        cursor: pointer;
        background-color: #2cab74;
    }

    .calendarios-icon-box img {
        height: 20px;
        top: 0;
        object-fit: cover;
        left: 0;
    }

    .calendarios-icon-box span {
        color: var(--commonTextColor);
    }


.utilities-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 75px;
    text-align: center;
}

    .utilities-icon-box:hover {
        background-color: #bebebe;
        color: var(--commonTextColor) !important;
        border-radius: 0.25rem;
    }

    .utilities-icon-box > a {
        height: 28px;
        width: 28px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        cursor: pointer;
        background-color: #23b0e2;
    }

    .utilities-icon-box img {
        height: 20px;
        top: 0;
        object-fit: cover;
        left: 0;
    }

    .utilities-icon-box span {
        color: var(--commonTextColor);
    }


.aplicacao-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 75px;
    text-align: center;
}

    .aplicacao-icon-box:hover {
        background-color: #bebebe;
        color: var(--commonTextColor) !important;
        border-radius: 0.25rem;
    }

    .aplicacao-icon-box > a {
        height: 28px;
        width: 28px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        cursor: pointer;
        background-color: #61777f;
    }

    .aplicacao-icon-box img {
        height: 20px;
        top: 0;
        object-fit: cover;
        left: 0;
    }

    .aplicacao-icon-box span {
        color: var(--commonTextColor);
    }


.barra-principal-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.8rem !important;
    color: white;
    min-width: 80px;
}

    .barra-principal-box:hover {
        background-color: #bebebe;
    }

    .barra-principal-box > a {
        height: 40px;
        width: 40px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        cursor: pointer;
        background-color: #f4db5b;
    }

        .barra-principal-box > a > img {
            height: 27px;
            top: 0;
            object-fit: cover;
            left: 0;
        }

/* The Image container */
/*.img-hover-zoom {
    overflow: hidden;*/ /* Removing this will break the effects */
/*}*/

/* Zoom-n-rotate Container */
.img-hover-zoom {
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

    /* The Transformation */
    .img-hover-zoom:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgb(255 255 255 / 30%);
    }

.img-hover-zoom-resultados {
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

    /* The Transformation */
    .img-hover-zoom-resultados:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }

.toggleSubMenuOnArrowCollapse {
    display: none !important
}

.toggle-submenu-show {
    position: absolute;
    right: 5px;
    top: 2px;
    color: var(--navPillsColor);
    z-index: 999;
    display: none;
    font-size: 14px;
    transform: rotate(90deg);
    cursor: pointer;
}

.toggle-submenu-hide {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: var(--navPillsColor);
    z-index: 1;
    font-size: 14px;
    cursor: pointer;
}

.badge-ic {
    --ic-badge-padding-x: 0.4em;
    --ic-badge-padding-y: 0.25em;
    --ic-badge-color: #fff;
    --ic-badge-border-radius: 0.25rem;
    padding: var(--ic-badge-padding-y) var(--ic-badge-padding-x);
    line-height: 1;
    color: var(--ic-badge-color);
    border-radius: var(--ic-badge-border-radius)
}

    .badge-ic:empty {
        display: none
    }

.badge-ic-primary-lighten {
    --ic-badge-color: var(--ic-primary);
    background-color: var(--ic-primary-bg-subtle)
}

.badge-ic-warning-lighten {
    --ic-badge-color: var(--ic-warning);
    background-color: var(--ic-warning-bg-subtle)
}

.badge-ic-success-lighten {
    --ic-badge-color: var(--ic-success);
    background-color: var(--ic-success-bg-subtle)
}

.badge-ic-success-darken {
    background-color: var(--ic-success) !important
}

.badge-ic-outline-success {
    --ic-badge-color: var(--ic-success);
    border: 1px solid var(--ic-success);
    background-color: transparent
}

.modal-full-width {
    max-width: 100% !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.modal-specific-width {
    min-width: 70% !important;
    left: 0% !important;
}

.modal-specific-style {
    background-color: var(--mainColor) !important;
    color: #fff;
}

.modal-specific-body {
    background-color: #fff;
    max-height: 75vh;
    overflow: auto;
    color: var(--commonTextColor) !important;
    font-size: 13px;
}

.modal-shadow {
    box-shadow: 10px 10px 10px 10px var(--navPillsColor);
}


.modal-specific-footer {
    background-color: #fff;
    flex-wrap: wrap;
    gap: 5px;
}

.faq-header {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    border-top-right-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
    height: 35px;
}

.faq-answer {
    display: block;
    font-size: 13px;
}

.tbl-buttons-header {
    cursor: pointer;
    text-align: center !important;
    align-items: center !important;
    border-color: transparent !important;
}

    .tbl-buttons-header > img {
        cursor: pointer;
        width: 20px;
    }


.tbl-buttons {
    cursor: pointer;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-color: transparent !important;
}

    .tbl-buttons > img {
        cursor: pointer;
        width: 20px;
    }

table.dataTable.table-sm:not(#tableResultados) > thead > tr > th:last-child {
    padding: 0;
}

div[data-toggle="datetimepicker"] > div.input-group-text {
    background: var(--mainColor);
    color: white;
}

/*#region Override css*/
/*override collapse/expand button of datatbles rows*/
.table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, .table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: var(--mainColor);
}

.table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, .table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #d33333 !important;
}

.table.dataTable tbody td.select-checkbox:before, .table.dataTable tbody th.select-checkbox:before {
    border-radius: unset !important
}

.dropdown a {
    text-decoration: none !important
}

.dropdown-menu-large {
    width: 300px; /* Adjust the width */
    height: auto; /* Set auto or a fixed height */
    padding: 20px; /* Add more padding if necessary */
}

.dropdown i {
    font-size: 22px;
}

.dropdown-menu i {
    font-size: inherit;
}
/*#endregion*/
.user-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 21;
}

.topbar-menu {
    position: relative;
    list-style-type: none;
    margin-bottom: 0
}

.user-img-modal {
    cursor: pointer;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    object-fit: cover;
    border: 1px solid var(--mainColor);
}

.total-img {
    width: 25px;
}

.ferias-mensais-title-page-drawer,
.planos-escala-title-page-drawer {
    color: var(--ic-white)
}

.heartbeat {
    transition: transform ease 3s, box-shadow ease 3s;
    animation: pulse-heartbeat 2s infinite;
}

@keyframes pulse-heartbeat {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0px 4px 8px rgb(0,0,0,0.2);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0px 4px 8px rgb(0,0,0,0.5);
    }
}

.toolbar-select {
    border-radius: 0.25rem;
}

.margin-sm {
    margin: 0.25rem !important;
}

.arrowbt {
    margin: 5px;
    cursor: pointer;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .arrowbt:hover, .arrowbt:focus {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

    .arrowbt:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.modal-header {
    align-items: baseline !important;
}


.zoom-sm {
    box-shadow: 0 4px 8px rgb(0,0,0,0.1);
    transition: box-shadow .2s ease;
}

    .zoom-sm:hover {
        transform: scale(1.1);
        box-shadow: 0 4px 16px rgb(0,0,0,0.9);
    }

.action__button {
    position: fixed;
    z-index: 1;
    width: 50px;
    height: 50px;
    right: 1rem;
    bottom: 1rem;
    color: #FFF;
    border-radius: 50px !important;
    text-align: center;
    box-shadow: 0 4px 8px rgb(0,0,0,0.9);
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    background-repeat: repeat-x;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .action__button:focus {
        outline: none;
    }

.undo__action__button {
    position: fixed;
    z-index: 1;
    width: 50px;
    height: 50px;
    right: 1rem;
    bottom: 5rem;
    border-radius: 50px !important;
    text-align: center;
    box-shadow: 0 4px 8px rgb(0,0,0,0.9);
    border: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
}

    .undo__action__button:focus {
        outline: none;
    }

/*Overird bootstrap Card-header color*/
.card-header {
    color: var(--navPillsColor);
}

.input-color {
    height: 30px
}

.bottom-accordion-fixed {
    position: sticky;
    bottom: 0;
    width: 60%;
    left: 20%;
    right: 20%;
}

.panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f103";
    color: var(--mainColor);
    margin-left: 10px;
}

.panel-heading .accordion-toggle.collapsed:after {
    font-family: 'FontAwesome';
    content: "\f102";
    color: var(--mainColor);
    margin-left: 10px;
}

.bootstrap-datetimepicker-widget {
    z-index: 1050 !important;
}


.sticky-top-toolbar {
    position: sticky;
    top: 0;
    z-index: 101;
    background: #fff;
    padding: 0.2rem;
}

.sticky-top-toolbar-filter {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    padding: 0.2rem;
}

.spinner {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}