﻿#fader {
    /*position: fixed;
    top: 70px;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    pointer-events: none;
    background-color: #e6e7ea;
    background-image: linear-gradient(#e6e7ea 0%, #f8f9fc 4%, #f8f9fc 100%);
    background-size: cover;
    animation-duration: 150ms;
    animation-timing-function: ease-in-out;
    text-align: center;*/
}

    #fader .loader {
        margin-top: 1rem;
        margin-left: -14rem;
    }

@keyframes fade-out {
        from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#fader.fade-out {
    opacity: 0;
    animation-name: fade-out;
}

#fader.fade-in {
    opacity: 1;
    animation-name: fade-in;
}





.sidebar.toggled {
    -webkit-transition: width 0.1s ease;
    transition: width 0.1s ease;
    width: 0 !important;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
}

.sidebar {
    width: 14rem !important;
}

    .sidebar .nav-item .collapse {
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
        -webkit-animation: none;
        animation: none;
    }

    .sidebar .nav-item .collapse,
    .sidebar .nav-item .collapsing {
        margin: 0 1rem;
    }

    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.5rem 0.75rem;
        width: 14rem;
    }

        .sidebar .nav-item .nav-link span {
            font-size: 0.85rem;
            display: inline;
        }

        .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
            width: 1rem;
            text-align: center;
            float: right;
            vertical-align: 0;
            border: 0;
            font-weight: 900;
            content: '\f107';
            font-family: 'Font Awesome 5 Free';
        }

        .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
            content: '\f105';
        }

    .sidebar .sidebar-heading {
        text-align: left;
    }

    .sidebar .nav-item .collapse .collapse-inner .collapse-item,
    .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
        padding: 0.5rem 0.5rem;
    }

        .sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
        .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
            color: #e74a3b;
        }

    .sidebar-brand {
        font-weight: 700;
        font-size: 1.2rem;
        text-transform: unset;
    }





.icon-alt {
    display: none;
}





.page-header .page-header-content {
    margin-top: -1.5rem !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .page-header .page-header-content .page-header-title {
        line-height: normal;
        font-size: 2.25rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

        .page-header .page-header-content .page-header-title .page-header-icon {
            margin-right: 0.5rem;
            display: inline-flex;
        }

            .page-header .page-header-content .page-header-title .page-header-icon .feather {
                height: 1.75rem;
                width: 1.75rem;
            }

    .page-header .page-header-content .page-header-subtitle {
        font-size: 0.8rem;
        margin-top: 0.25rem;
    }

.page-header .page-header-search .input-group-joined {
    border-color: transparent;
}

    .page-header .page-header-search .input-group-joined .form-control {
        height: 4rem;
        font-size: 1.25rem;
    }

    .page-header .page-header-search .input-group-joined:focus-within {
        box-shadow: 0 0 0 0.2rem rgba(0, 97, 242, 0.25);
        border-color: transparent;
    }

.page-header-compact .page-header-content {
    padding: 0;
}

    .page-header-compact .page-header-content .page-header-title {
        font-size: 1rem;
    }

        .page-header-compact .page-header-content .page-header-title .page-header-icon .feather {
            height: 1rem;
            width: 1rem;
        }

.page-header.page-header-dark {
    color: rgba(255, 255, 255, 0.5);
}

    .page-header.page-header-dark .page-header-title {
        color: #fff;
    }

        .page-header.page-header-dark .page-header-title .page-header-icon {
            color: rgba(255, 255, 255, 0.5);
        }

    .page-header.page-header-dark .page-header-subtitle {
        color: rgba(255, 255, 255, 0.8);
    }

    .page-header.page-header-dark .breadcrumb {
        background-color: rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    }

        .page-header.page-header-dark .breadcrumb .breadcrumb-item,
        .page-header.page-header-dark .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: rgba(255, 255, 255, 0.35);
        }

            .page-header.page-header-dark .breadcrumb .breadcrumb-item a {
                color: rgba(255, 255, 255, 0.6);
            }

    .page-header.page-header-dark .page-header-search .input-group-joined:focus-within {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        border-color: transparent;
    }

.page-header.page-header-light {
    color: rgba(33, 40, 50, 0.5);
}

    .page-header.page-header-light .page-header-title {
        color: #212832;
    }

        .page-header.page-header-light .page-header-title .page-header-icon {
            color: rgba(33, 40, 50, 0.5);
        }

    .page-header.page-header-light .page-header-subtitle {
        color: rgba(33, 40, 50, 0.5);
    }

    .page-header.page-header-light .breadcrumb {
        background-color: rgba(0, 0, 0, 0.05);
    }

        .page-header.page-header-light .breadcrumb .breadcrumb-item,
        .page-header.page-header-light .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: #69707a;
        }

            .page-header.page-header-light .breadcrumb .breadcrumb-item a {
                color: #0061f2;
            }





.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #1a1b25;
}





@media (min-width: 768px) {
    .sidebar.toggled {
        width: 0 !important;
        overflow: hidden;
    }
}





@media (max-width: 768px) {
    .sidebar {
        -webkit-transition: width 0.1s ease;
        transition: width 0.1s ease;
        width: 0 !important;
        overflow: hidden;
        position: fixed;
        z-index: 9999;
    }

        .sidebar.toggled {
            width: 14rem !important;
            max-height: 100vh;
            overflow-y: auto;
        }

            .sidebar.toggled .nav-item .collapse {
                position: relative;
                left: 0;
                z-index: 1;
                top: 0;
                -webkit-animation: none;
                animation: none;
            }

    #overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 1080;
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }

    .icon-alt {
        display: block;
    }

    .mobile-header {
        margin-top: 94px;
    }

    .mobile-container {
        margin-top: -1.5rem;
    }

    .card-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #fader .loader {
        margin-left: 0;
    }

    .list-group-item {
        padding-left: .75rem;
        padding-right: .75rem;
    }
}





@media (max-width: 576px) {
    .card-header,
    .card-body,
    .card-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #FormJSON label,
    .label {
        margin-bottom: 0.2rem;
    }

    .value {
        margin-bottom: 0.4rem;
    }
}





.waves,
.div-waves,
.card-waves .card-body {
    position: relative;
}

    .waves::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url("/images/bg-waves-up.svg");
        opacity: 0.1;
    }

    .div-waves::before,
    .card-waves .card-body::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-image: url("/images/bg-waves.svg");
        opacity: 0.6;
    }





.btn-icon-circle:hover {
    background-color: #eaecf4;
}

.btn-icon-circle:active {
    background-color: #dddfeb;
}





.loader {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}





.avatar {
    display: inline-flex;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
}

    .avatar .avatar-img {
        border-radius: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 2rem;
        width: auto;
    }

.avatar-xs {
    height: 1.25rem;
    width: 1.25rem;
}

    .avatar-xs .avatar-img {
        height: 1rem;
    }

.avatar-sm {
    height: 1.75rem;
    width: 1.75rem;
}

    .avatar-sm .avatar-img {
        height: 1.5rem;
    }

.avatar-lg {
    height: 2.5rem;
    width: 2.5rem;
}

    .avatar-lg .avatar-img {
        height: 2.5rem;
    }

.avatar-xl {
    height: 3rem;
    width: 3rem;
}

    .avatar-xl .avatar-img {
        height: 3rem;
    }

.avatar-xxl {
    height: 3.75rem;
    width: 3.75rem;
}

    .avatar-xxl .avatar-img {
        height: 3.75rem;
    }

.avatar-busy::before,
.avatar-idle::before,
.avatar-offline::before,
.avatar-online::before {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 20%;
    height: 20%;
    border-radius: 50%;
    background-color: #d4dae3;
    border: 0.0625rem solid #fff;
}

.avatar-busy::before {
    background-color: #e81500;
}

.avatar-idle::before {
    background-color: #f4a100;
}

.avatar-offline::before {
    background-color: #d4dae3;
}

.avatar-online::before {
    background-color: #00ac69;
}





.pb-9,
.py-9 {
    padding-bottom: 5rem !important;
}

.pb-10,
.py-10 {
    padding-bottom: 6rem !important;
}

.mt-n10,
.my-n10 {
    margin-top: -6rem !important;
}






.line-height-normal {
    line-height: 130%;
}





.bg-gradient-primary-to-secondary {
    background-color: #e81500;
    background-image: linear-gradient(135deg, #e81500 0%, rgba(202, 20, 0, 1) 100%);
}

.bg-gradient-light {
    background-color: #f8f9fc;
    background-image: linear-gradient(135deg, #f8f9fc 100px, #dddfeb 50%, #f8f9fc 100%);
    background-size: inherit;
}

.bg-white-gradient-vertical {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
}

@media (min-width: 576px) {
    .bg-gradient-white {
        background-color: #ffffff;
        background-image: linear-gradient(0deg, #f9f9f9 -10px, #ffffff 100%, #ffffff 100%);
        background-size: inherit;
    }
}
@media (max-width: 991px) {
    .bg-login {
        background-image: linear-gradient(45deg, rgba(255,255,255,0) 10%, rgba(255,255,255,0.9) 30%), url("../assets/media/login/login.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: calc(100% + 80px);
    }
}





    .hover:hover {
        cursor: pointer;
    }

        .hover:hover img {
            transform: rotate(5deg);
        }

        .hover:hover h1 i {
            transform: rotate(5deg);
        }

    .fit {
        font-size: 14px;
    }

    .hover-bg:hover {
        background-color: #f8f9fc;
        background-image: linear-gradient(90deg, #ffffff, #f8f9fc 10%, #ffffff 80%);
        background-size: cover;
        cursor: pointer;
    }

    .card-hover:hover {
        cursor: pointer;
        border: 1px solid #858796;
        text-decoration: none;
    }





    .text-blue {
        color: #0061f2 !important;
    }

    .text-indigo {
        color: #5800e8 !important;
    }

    .text-purple {
        color: #6900c7 !important;
    }

    .text-pink {
        color: #e30059 !important;
    }

    .text-red {
        color: #e81500 !important;
    }

    .text-orange {
        color: #f76400 !important;
    }

    .text-yellow {
        color: #f4a100 !important;
    }

    .text-green {
        color: #00ac69 !important;
    }

    .text-teal {
        color: #00ba94 !important;
    }

    .text-cyan {
        color: #00cfd5 !important;
    }





    .step {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }

        .step .step-item {
            flex: 1 1 0;
            position: relative;
            text-align: center;
        }

            .step .step-item:not(:first-child)::before {
                background-color: #69707a;
                content: "";
                height: 0.125rem;
                left: -50%;
                position: absolute;
                top: 0.4375rem;
                width: 100%;
                z-index: 0;
            }

            .step .step-item .step-item-link {
                color: #69707a;
                position: relative;
                display: block;
                padding-top: 1.25rem;
                padding-left: 1rem;
                padding-right: 1rem;
                text-decoration: none;
                z-index: 1;
            }

                .step .step-item .step-item-link::before {
                    background-color: #69707a;
                    border: 0.125rem solid #fff;
                    border-radius: 100%;
                    content: "";
                    display: block;
                    height: 1rem;
                    width: 1rem;
                    left: 50%;
                    position: absolute;
                    top: 0;
                    transform: translateX(-50%);
                    z-index: 1;
                }

                .step .step-item .step-item-link.disabled {
                    pointer-events: none;
                    cursor: default;
                }

            .step .step-item.active a::before {
                background: #fff;
                border: 0.125rem solid #69707a;
            }

            .step .step-item.active ~ .step-item .step-item-link {
                color: #d4dae3;
            }

                .step .step-item.active ~ .step-item .step-item-link::before {
                    background: #d4dae3;
                }

            .step .step-item.active ~ .step-item::before {
                background: #d4dae3;
            }

    .step-lg .step-item:not(:first-child)::before {
        height: 0.25rem;
        top: 0.625rem;
    }

    .step-lg .step-item .step-item-link {
        padding-top: 2rem;
    }

        .step-lg .step-item .step-item-link::before {
            border-width: 0.25rem;
            height: 1.5rem;
            width: 1.5rem;
        }

    .step-lg .step-item.active a::before {
        border-width: 0.25rem;
    }

    .step-danger .step-item:not(:first-child)::before {
        background-color: #e81500;
    }

    .step-danger .step-item .step-item-link {
        color: #e81500;
    }

        .step-danger .step-item .step-item-link::before {
            background-color: #e81500;
        }

    .step-danger .step-item.active a::before {
        border-color: #e81500;
    }

    .step-danger-soft .step-item:not(:first-child)::before {
        background-color: #f1e0e3;
    }

    .step-danger-soft .step-item .step-item-link {
        color: #f1e0e3;
    }

        .step-danger-soft .step-item .step-item-link::before {
            background-color: #f1e0e3;
        }

    .step-danger-soft .step-item.active a::before {
        border-color: #f1e0e3;
    }





    .timeline .timeline-item {
        display: flex;
        align-items: flex-start;
    }

        .timeline .timeline-item .timeline-item-marker {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-bottom: 2rem;
        }

            .timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
                font-size: 0.875rem;
                width: 6rem;
                color: #a7aeb8;
                text-align: center;
                margin-bottom: 0.5rem;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .timeline .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                height: 3rem;
                width: 3rem;
                background-color: #dddfeb;
                border-radius: 100%;
            }

        .timeline .timeline-item .timeline-item-content {
            padding-top: 0;
            padding-bottom: 2rem;
            padding-left: 1rem;
            width: 100%;
            border-left: solid 0.25rem #dddfeb;
        }

        .timeline .timeline-item:last-child .timeline-item-content {
            padding-bottom: 0 !important;
        }

    .timeline.timeline-sm .timeline-item .timeline-item-marker {
        transform: translateX(0.875rem);
    }

        .timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-text {
            width: 3rem;
            font-size: 0.7rem;
        }

        .timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
            height: 1.5rem;
            width: 1.5rem;
            font-size: 0.875rem;
        }

            .timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator .feather {
                height: 0.75rem;
                width: 0.75rem;
            }

    .timeline.timeline-sm .timeline-item:last-child .timeline-item-content {
        border-left-color: transparent;
    }

    .timeline.timeline-sm .timeline-item .timeline-item-content {
        font-size: 0.875rem;
        padding-top: 0.15rem;
        /*padding-bottom: 0.5rem;*/
        padding-left: 1.5rem;
        padding-bottom: 1rem;
    }

    .timeline.timeline-xs .timeline-item .timeline-item-marker {
        transform: translateX(0.5625rem);
    }

        .timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-text {
            width: 3rem;
            font-size: 0.7rem;
        }

        .timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
            height: 0.875rem;
            width: 0.875rem;
            font-size: 0.875rem;
            border: 0.125rem solid #fff;
            margin-top: -0.125rem;
        }

    .timeline.timeline-xs .timeline-item .timeline-item-content {
        font-size: 0.875rem;
        padding-top: 0;
        padding-bottom: 1rem;
        padding-left: 1.5rem;
    }

    @media (min-width: 576px) {
        .timeline .timeline-item .timeline-item-marker {
            flex-direction: row;
            transform: translateX(1.625rem);
            margin-bottom: 0;
        }

            .timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
                margin-right: 0.5rem;
                margin-bottom: 0;
            }

        .timeline .timeline-item .timeline-item-content {
            padding-top: 0.75rem;
            padding-bottom: 3rem;
            padding-left: 3rem;
            border-left: solid 0.25rem #dddfeb;
        }

        .timeline .timeline-item:last-child .timeline-item-content {
            border-left-color: transparent;
        }

        .timeline.timeline-sm .timeline-item .timeline-item-content {
            padding-bottom: 1rem;
        }
    }

    .fit textarea,
    .fit option,
    .fit input[type="file"],
    .fit input[type="text"] {
        font-size: 14px;
        color: #101010;
    }

    .req-danger {
        border-color: #e81500 !important;
    }

    input[type="radio"].req-danger,
    input[type="file"].req-danger {
        color: #e81500;
    }






    label {
        font-weight: 600 !important;
        line-height: 130%;
        margin-bottom: 0px;
    }

    .help-block {
        color: #3a3c49;
        font-size: 90%;
    }

    .req-file .label:after,
    .jsonform-required label:after {
        content: ' *';
        color: #e81500;
    }

    #FormJSON label {
        line-height: normal;
    }

    #FormJSON legend {
        font-size: 1rem;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .dis {
        filter: saturate(0%);
    }





    #layoutError {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

        #layoutError #layoutError_content {
            min-width: 0;
            flex-grow: 1;
        }

        #layoutError #layoutError_footer {
            min-width: 0;
        }

    .img-swiper {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-50%,0);
    }

    .table-middle > tbody > tr > td {
        vertical-align: middle;
    }

    .dataTables_wrapper .row:nth-child(2) {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .dataTables_wrapper tbody tr:hover {
        cursor: pointer;
    }

    div.dataTables_info {
        font-size: .7rem;
    }

    @media screen and (max-width: 767px) {
        div.dataTables_info {
            margin-left: 10px;
            margin-bottom: .5rem;
        }

        div.dataTables_paginate {
            width: 95%;
        }
    }

    .bg-blue {
        background-color: #0061f2;
    }

    .bg-indigo {
        background-color: #5800e8;
    }

    .bg-purple {
        background-color: #6900c7;
    }

    .bg-pink {
        background-color: #e30059;
    }

    .bg-red {
        background-color: #e81500;
    }

    .bg-orange {
        background-color: #f76400;
    }

    .bg-yellow {
        background-color: #f4a100;
    }

    .bg-green {
        background-color: #00ac69;
    }

    .bg-teal {
        background-color: #00ba94;
    }

    .bg-cyan {
        background-color: #00cfd5;
    }

    .bg-white {
        background-color: #fff;
    }

    .bg-gray {
        background-color: #858796;
    }

    .bg-gray-dark {
        background-color: #3a3c49;
    }

    .bg-gray-100 {
        background-color: #f8f9fc;
    }

    .bg-gray-200 {
        background-color: #eaecf4;
    }

    .bg-gray-300 {
        background-color: #dddfeb;
    }

    .bg-gray-400 {
        background-color: #d1d3e2;
    }

    .bg-gray-500 {
        background-color: #b7b9cc;
    }

    .bg-gray-600 {
        background-color: #858796;
    }

    .bg-gray-700 {
        background-color: #6e707e;
    }

    .bg-gray-800 {
        background-color: #3a3c49;
    }

    .bg-gray-900 {
        background-color: #101010;
    }

    @keyframes shake {
        0% {
            transform: skewX(-15deg);
        }

        5% {
            transform: skewX(15deg);
        }

        10% {
            transform: skewX(-15deg);
        }

        15% {
            transform: skewX(15deg);
        }

        20% {
            transform: skewX(0deg);
        }

        100% {
            transform: skewX(0deg);
        }
    }

    .shake {
        animation: .8s shake infinite alternate;
    }

@keyframes pulse {
    0% {
        font-size: 12px;
    }
    50% {
        font-size: 14px;
    }
    100% {
        font-size: 12px;
    }
}

.pulse {
    animation: .4s pulse infinite alternate;
}

    .value {
        font-weight: 600 !important;
    }


    .approval-circle {
        max-height: 16px !important;
        max-width: 16px !important;
        font-size: 16px;
        border: 1px solid #ffffff;
        padding: 0px;
        line-height: 16px;
        margin-left: -6px;
    }

    .input-group-addon {
        margin-left: -3px;
        display: flex;
        align-items: center;
        padding: 0.375rem 0.75rem;
        margin-bottom: 0;
        line-height: 1.5;
        color: #6e707e;
        text-align: center;
        white-space: nowrap;
        background-color: #eaecf4;
        border: 1px solid #d1d3e2;
        border-radius: 0.35rem;
    }

    @media (min-width: 992px) {
        .card-sinta {
            min-height: 250px !important;
        }
    }

    .form-control-file {
        padding: 0px;
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
        padding-top: 0.2rem !important;
    }

    .text-terminal {
        font-family: sans-serif;
    }

    /*@keyframes notif {
    from {
        background-color: #6900c7;
    }

    to {
        background-color: #e81500;
    }
}*/

    .notif-pill {
        text-align: center;
        font-weight: bold;
        border-radius: 16px;
        height: 16px !important;
        min-width: 16px !important;
        line-height: 16px;
        font-size: 10px;
        color: #ffffff;
        display: block;
        background-color: #e81500;
        /*    animation-duration: 0.5s;
    animation-name: notif;
    animation-iteration-count: infinite;
    animation-direction: alternate;*/
    }

    .nav-link[data-toggle="collapse"] .notif-pill {
        /*display: none;*/
    }

    .nav-link[data-toggle="collapse"].collapsed .notif-pill {
        /*display: unset;*/
    }

    .rate-base-layer {
        color: #858796;
    }

    .rate-hover-layer {
        color: #f4a100;
    }

    .rate-select-layer {
        color: #f4a100;
    }

    .rate-base-layer span {
        opacity: 0.5;
    }




















    #FormJSON .nav {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #6e707e;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #d1d3e2;
        border-radius: 0.35rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    @media (prefers-reduced-motion: reduce) {
        #FormJSON .nav {
            transition: none;
        }
    }

    #FormJSON .nav::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    #FormJSON .nav:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #6e707e;
    }

    #FormJSON .nav:focus {
        color: #6e707e;
        background-color: #fff;
        border-color: #ff7669;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(232, 21, 0, 0.25);
    }

    #FormJSON .nav::placeholder {
        color: #858796;
        opacity: 1;
    }

    #FormJSON .nav:disabled, #FormJSON .nav[readonly] {
        background-color: #eaecf4;
        opacity: 1;
    }

    #FormJSON select.nav:focus::-ms-value {
        color: #6e707e;
        background-color: #fff;
    }

    .min-100 {
        min-width: 100px !important;
    }




    .datatable-custom .dataTables_info {
        padding-left: 1rem;
    }

    .datatable-custom .dataTables_paginate {
        padding-right: 1rem;
    }

    @media screen and (max-width: 767px) {
        .datatable-custom .dataTables_info,
        .datatable-custom .dataTables_paginate {
            padding-left: 0;
            padding-right: 0;
        }
    }

    .table-fixed {
        table-layout: fixed;
    }

    .table-fixed td {
        width: auto;
    }

    .border-bottom-normal {
        border-bottom: 0.25rem solid #e3e6f0 !important;
        border: 1px solid #e3e6f0;
    }

    .area-leave {
        height: 352px !important;
    }

    .table-leave {
        width: 100%;
    }

        .table-leave th,
        .table-leave td {
            width: 14.28%;
            border-bottom-width: 1px !important;
            border: 1px solid #e3e6f0;
        }

    @media (min-width: 576px) {
        .area-leave {
            height: auto !important;
        }

        .table-leave {
            width: unset;
        }

            .table-leave th,
            .table-leave td {
                min-width: 50px !important;
            }
    }

    .bg-leave {
        background-color: #ffe8e8;
    }

    .dataTables_wrapper .table-nohover tbody tr:hover {
        cursor: default;
    }

    .w-95 {
        max-width: 95px !important;
    }

    @media (min-width: 1500px) {
        .container-xl, .container-lg, .container-md, .container-sm, .container {
            max-width: 1440px;
        }
    }

    .img-gray img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    }

    .nav-overflow {
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        border-bottom: none;
    }

        .nav-overflow .nav-item {
            white-space: nowrap;
        }



    .jsonform-disabled input,
    .jsonform-disabled input:focus {
        background-color: #eaecf4;
        opacity: 1;
    }

.no-pointer {
    cursor:default;
}

.sticky {
    border-radius: 0 !important;
    position: fixed;
    top: 96px;
    z-index: 1000;
}

.scroll {
    margin-top: -36px;
}

@media (max-width: 768px) {
    .sticky {
        border-radius: 0 !important;
        position: fixed;
        top: 166px;
        z-index: 1000;
    }

    .scroll {
        margin-top: 15px;
    }
}

.chartDoughnut {
    position: relative;
}

    .chartDoughnut div {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
    }

        .chartDoughnut div b {
            font-weight: bolder;
            font-size: 100%;
        }

        .chartDoughnut div em {
            color: #e81500 !important;
            font-size: 80%;
        }


.text-status {
    max-width: 100px;
}

@media (min-width: 768px) {
    .text-status {
        max-width: none;
    }
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        .no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
Label the data
*/
        .no-more-tables td:before {
            content: attr(data-title);
        }
}


@media (max-width: 767.98px) {
    #content-wrapper {
        min-height:100%;
        position:absolute;
    }
}


.table-scroll {
    position: relative;
    z-index: 1;
    margin: auto;
    overflow: scroll;
}

.table-scroll thead td {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

td.sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
}

thead td.sticky {
    z-index: 5;
}

.table-scroll thead tr:nth-child(2) td {
    top: 28px;
}

.area-peek:hover {
    background-color:unset !important;
    width:50px !important;
}

.area-peek-fill {
    background: #0061f2 !important;
}

    .area-peek-fill::after {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 400;
        font-display: block;
        src: url("/vendor/fontawesome-free/webfonts/fa-regular-400.eot");
        src: url("/vendor/fontawesome-free/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/vendor/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("/vendor/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"), url("/vendor/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"), url("/vendor/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome") format("svg");
        color: #fff;
        content: '\f070';
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .area-peek-fill:hover::after {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 400;
        font-display: block;
        src: url("/vendor/fontawesome-free/webfonts/fa-regular-400.eot");
        src: url("/vendor/fontawesome-free/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/vendor/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("/vendor/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"), url("/vendor/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"), url("/vendor/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome") format("svg");
        color: #333;
        content: '\f06e';
        padding-left: 0.5em;
        padding-right: 0.5em;
    }