body {
    background: linear-gradient(to right, rgba(220, 223, 224, 1), rgba(228, 235, 237, 1), rgba(220, 223, 224, 1)) !important;
}

.gradient-custom {
    background: #333333;
    background: linear-gradient(to right, rgba(14,37,58, 1), rgba(51,51,51, 1))
}

.time-default, .time-blue, .time-light-red, .time-red {
    font-weight: bold;
}
.time-default {
    color: #000;
}
.time-blue {
    color: #007acc;
}
.time-light-red {
    color: #bf00ff;
}
.time-red {
    color: #CC0000;
}
/* === div Loading === */
#divBlockLoading {
    position: absolute;
    background-color: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    z-index: 9998;
}
#divLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
}
#loadingContainer {
    width: 120px;
    height: 120px;
}
#loadingMsg {
    margin: 0 auto;
    max-width: 150px;
    text-align: center;
    padding-top: 4px;
    color: #ccc;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

/*==== CSS Senha ====*/
#pwdsSenha_info ul li {
    list-style-type: none;
    text-align: left;
}
#pwdsSenha_info {
    position: absolute;
    width: 300px;
    padding: 5px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    display: none;
}

    #pwdsSenha_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 20px;
        font-size: 14px;
        line-height: 14px;
        color: #fefefe;
        text-shadow: none;
        display: block;
    }

    #pwdsSenha_info h4 {
        margin: 0 0 5px 0;
        padding: 0;
        font-weight: bold;
    }

.invalid {
    position: relative;
    background: url(../img/invalid.png) no-repeat 0 50%;
    left: -20px;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    position: relative;
    background: url(../img/valid.png) no-repeat 0 50%;
    left: -20px;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}


/*==== Formulário ====*/
.bg-degradGray {
    --bs-bg-opacity: 1;
    background-image: linear-gradient(#dedede, #f0f0f0, #dedede) !important;
    border: 1px solid #ccc;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #31788b;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(80, 184, 212, 0.25);
}

.form-select:focus {
    border-color: #31788b;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(80, 184, 212, 0.25);
}

/*.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgba(80, 184, 212, 0.25) !important;
    color: #f00 !important;
}*/

/*==== Paginacao ====*/
.ComboPaginacao {
    font-size: 0.9em;
    color: #444;
}

    .ComboPaginacao select {
        font-size: 0.9em;
        color: #444;
        background-color: #ddd;
        border: 0.1em solid #888;
        border-radius: 0.2em;
    }

.totalListagem {
    color: #333;
    text-shadow: 0.1em 0.1em 0.2em #888;
}

.actionIcons {
    text-align: center;
}

    .actionIcons img {
        width: auto;
        height: 1.2em;
    }

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #444;
    text-decoration: none;
    background-color: #efefef;
    border: 1px solid #ccc;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #073c4a;
    border-color: #999;
}

.page-link:focus {
    z-index: 3;
    color: #333;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    background-color: #073c4a;
    color: #fff;
    border: 1px solid #999;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

/*==== Loader ====*/
#loadingContainer {
    width: 120px;
    height: 120px;
    border-radius: 25px;
}

#loadingMsg {
    margin: 0 auto;
    max-width: 150px;
    text-align: center;
    padding-top: 4px;
    color: #ccc;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

@keyframes animation {
    0% {
        stroke-dasharray: 1 98;
        stroke-dashoffset: -105;
    }

    50% {
        stroke-dasharray: 80 10;
        stroke-dashoffset: -160;
    }

    100% {
        stroke-dasharray: 1 98;
        stroke-dashoffset: -300;
    }
}

#spinner {
    transform-origin: center;
    animation-name: animation;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier;
    animation-iteration-count: infinite;
}
/*===== table fit =====*/
table.table-fit {
    margin: 0 auto;
    width: auto !important;
    table-layout: auto !important;
}

    table.table-fit thead th, table.table-fit tfoot th {
        width: auto !important;
    }

    table.table-fit tbody td, table.table-fit tfoot td {
        width: auto !important;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: red; /* Choose your own color here */
}

/*====== Botoes ======*/
.btn-login {
    color: #fff;
    background-image: linear-gradient(to bottom, #005C95, #002b46);
    border-color: #005C95;
}

    .btn-login:hover {
        color: #C1D737;
        background-image: linear-gradient(to bottom, #002b46, #005C95);
        border-color: #C1D737;
        text-shadow: 2px 2px 2px #444;
    }

    .btn-login:focus + .btn-panorama-primary, .btn-panorama-primary:focus {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
        box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
    }

    .btn-login:checked + .btn-login, .btn-login:active + .btn-login, .btn-login:active, .btn-login.active, .show > .btn-login.dropdown-toggle {
        color: #fff;
        background-color: #1a1e21;
        border-color: #191c1f;
    }

        .btn-login:checked + .btn-login:focus, .btn-login:active + .btn-login:focus, .btn-login:active:focus, .btn-login.active:focus, .show > .btn-login.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
        }

    .btn-login:disabled, .btn-login.disabled {
        color: #fff;
        background-color: #212529;
        border-color: #212529;
    }

.btn-primary {
    color: #fff;
    background-color: #073c4a !important;
    border-color: #1a1e21;
    text-shadow: 2px 2px 2px #444;
}

    .btn-primary:hover {
        color: #fff;
        background-color: rgba(125, 140, 1, 1) !important;
        border-color: #1a1e21;
        text-shadow: 1px 1px 2px #000;
    }

    .btn-primary:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: rgb(7, 60, 74, 1) !important;
        border-color: #1a1e21;
        box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
    }

    .btn-primary:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #073c4a;
        border-color: #191c1f;
    }

        .btn-primary:checked + .btn-primary:focus, .btn-primary:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #212529;
        border-color: #212529;
    }

/*=== Collapse ===*/
.nav-tabs {
    border-bottom: 1px solid #666;
}
    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: none;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #999 #999 #666;
            isolation: isolate;
        }
        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }
        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #666 #666 #fff;
        }
    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #888;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: #333;
    text-shadow: 1px 1px 2px #777;
}

.nav-link.active {
    color: #000;
    text-shadow: 1px 1px 2px #777;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

/*==== Div Link ====*/
#divResultado {
    padding: 15px 0px 20px 0px;
}

.divLinkSimples {
    cursor: pointer;
}

.divImgWarning {
    float: left;
    padding-right: 10px;
    text-align: center;
}

    .divImgWarning img {
        width: 70px;
        height: auto;
    }

.divTextoAviso {
    float: right;
    text-align: left;
}

.divLink, .divLinkFree {
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
}
    .divLink:hover, .divLinkFree:hover {
        padding: 2px;
        background-color: #ddd;
        border: 1px solid #888;
    }

    .divLink img {
        width: 18px;
        height: auto;
    }
.divLinkDisabled {
    padding: 0px 8px;
}

.divLinkCalendario {
    padding: 2px;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    cursor: pointer;
}

    .divLinkCalendario:hover {
        padding: 1px;
        background-color: #ddd;
        border: 1px solid #888;
    }

    .divLinkCalendario img {
        width: 100%;
        height: auto;
    }

.divLinkIcons {
    display: inline-block;
    padding: 2px;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    border: 1px solid #666;
    cursor: pointer;
}

    .divLinkIcons img {
        width: 18px;
        height: 18px;
    }

    .divLinkIcons:hover {
        padding: 2px;
        background-color: #aaa;
        border: 1px solid #777;
    }

/*========= Folha de Ponto ==========*/
.folhaPonto, .folhaPontoLista {
    width: 20cm;
}
.folhaPonto {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 13px;
}
    .folhaPonto td {
        border: 1px solid black;
        padding: 2px 4px;
    }

    .folhaPonto thead .titulo {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        border: none;
        padding: 5px 0px 5px 0px;
    }
    .folhaPonto thead td .divInfoEmpregador {
        padding: 0;
    }

.folhaPontoLista {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 13px;
}

    .folhaPontoLista td {
        border: 1px solid black;
        padding: 2px 4px;
    }

    .folhaPontoLista tbody .headListagem {
        text-align: center;
        font-size: 11px;
        font-weight: bold;
    }

.centraliza {
    margin-left: auto;
    margin-right: auto;
}

/*----- Classes: Pagína Mensagem -----*/
#containerMensageiro {
    position: relative;
    background: none;
    margin-top: 30px;
    z-index: 9995;
}

.tableMensagem {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-image: -webkit-linear-gradient(top, #fff, #ccc);
    background-image: -moz-linear-gradient(top, #fff, #ccc);
    background-image: -ms-linear-gradient(top, #fff, #ccc);
    background-image: -o-linear-gradient(top, #fff, #ccc);
    background-image: linear-gradient(to bottom, #fff, #ccc);
    border: 1px solid #849fba;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0px 5px;
}
    /*======= thead =======*/
    .tableMensagem thead td {
        text-align: center;
        padding: 0px;
        border-bottom: 1px solid #888;
    }

        .tableMensagem thead td.titulo {
            padding: 5px;
            font-size: 1em;
            color: #333;
            text-shadow: 0.08em 0.08em 0.1em #ccc;
            font-weight: bold;
        }
    /*======= tbody =======*/
    .tableMensagem tbody tr td div.info {
        padding: 5px;
        color: #222;
        font-size: 0.9em;
        text-align: center;
    }
    /*======= thead =======*/
    .tableMensagem tfoot td {
        border-top: 1px solid #888;
        text-align: center;
        padding: 0px 0px;
    }

        .tableMensagem tfoot td.areaBotoes {
            padding: 5px 0px;
        }
    /*======= Botőes =======*/
    .tableMensagem .btnPadrao {
        background-image: -webkit-linear-gradient(top, #eee, #ccc);
        background-image: -moz-linear-gradient(top, #eee, #ccc);
        background-image: -ms-linear-gradient(top, #eee, #ccc);
        background-image: -o-linear-gradient(top, #eee, #ccc);
        background-image: linear-gradient(to bottom, #eee, #ccc);
        border: 1px solid #888;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        text-shadow: 2px 2px 10px #757575;
        color: #383838;
        font-size: 0.8em;
        padding: 5px 20px;
        cursor: pointer;
    }

        .tableMensagem .btnPadrao:hover {
            background-image: -webkit-linear-gradient(top, #aaa, #eee);
            background-image: -moz-linear-gradient(top, #aaa, #eee);
            background-image: -ms-linear-gradient(top, #aaa, #eee);
            background-image: -o-linear-gradient(top, #aaa, #eee);
            background-image: linear-gradient(to bottom, #aaa, #eee);
            color: #484848;
            border: 1px solid #777;
            text-shadow: 1px 1px 2px #fff;
        }

/*===== Accordion =====*/
.accordion {
    --bs-accordion-btn-bg: #dedede;
    --bs-accordion-active-bg: #cdcdcd;
    --bs-accordion-active-color: #000;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-color: #f00;
    --bs-accordion-btn-padding-y: 0.6rem;
    --bs-accordion-border-color: #bbbbbb;
    --bs-accordion-body-padding-x: 0.6rem;
    --bs-accordion-body-padding-y: 0.4rem;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}
/*======================*/

.btn-mini {
    --bs-btn-padding-y: 0.2rem;
    --bs-btn-padding-x: 0.4rem;
    --bs-btn-font-size: 0.700rem;
    --bs-btn-border-radius: 0.2rem
}

/*==== ToolTips ====*/
.tooltipW3 {
    position: relative;
    display: inline-block;
}
    .tooltipW3 .tooltipW3text, .tooltipW3 .tooltipW3TextBig {
        position: absolute;
        visibility: hidden;
        width: 120px;
        margin-left: -60px;
        background-color: #555;
        color: #fff;
        text-align: center;
        font-size: 0.9em;
        border-radius: 6px;
        padding: 5px 3px;
        bottom: 110%;
        left: 50%;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 1;
    }
    .tooltipW3 .tooltipW3TextBig {
        width: 400px;
        margin-left: -200px;
    }
    .tooltipW3 .tooltipW3text::after, .tooltipW3TextBig::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }
    .tooltipW3:hover .tooltipW3text, .tooltipW3:hover .tooltipW3TextBig {
        visibility: visible;
        opacity: 1;
    }
/*==================*/