﻿@charset "UTF-8";
:root {
    --grab: #f63;
    --bgBanner: #001e1f;
}


html{
    outline: none !important;
    margin: 0 auto;
}

html, body {
    min-height: 100%;
    padding: 0px;
    margin: 0px;
    background: #fff left top repeat;
    font-family: 'Source Sans Pro',sans-serif !important;
    color: #656d78;
    font-size: 14px;
    overflow-x: hidden;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*----------------page-wrapper----------------*/
.page-body
{
    padding-left:40px;
}
    .page-wrapper .theme {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 4px;
        margin: 2px;
    }

        .page-wrapper .theme.chiller-theme {
            background: #1e2229;
        }


    /*----------------toggeled sidebar----------------*/

    .page-wrapper.toggled .sidebar-wrapper {
        left: 0px;
    }

.page-wrapper.toggled .page-content
/*#loader-wrapper.toggled */ {
    padding-left: 300px !important;
}


/*----------------show sidebar button----------------*/

#show-sidebar {
    position: fixed;
    left: 0;
    top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px 5px 5px 0px;
    width: 40px;
    transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}


/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 300px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-wrapper a {
        text-decoration: none;
    }


/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}
.sidebar-content {
    scrollbar-width: none;
}

    .sidebar-content.desktop {
        overflow-y: hidden;
    }


/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

    .sidebar-wrapper .sidebar-brand > a {
        text-transform: uppercase;
        font-weight: bold;
        flex-grow: 1;
    }

    .sidebar-wrapper .sidebar-brand #close-sidebar {
        cursor: pointer;
        font-size: 20px;
    }


/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

    .sidebar-wrapper .sidebar-header .user-pic {
        float: left;
        width: 60px;
        padding: 2px;
        border-radius: 12px;
        margin-right: 15px;
        overflow: hidden;
    }

        .sidebar-wrapper .sidebar-header .user-pic img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .sidebar-wrapper .sidebar-header .user-info {
        float: left;
    }

        .sidebar-wrapper .sidebar-header .user-info > span {
            display: block;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-role {
            font-size: 12px;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-status {
            font-size: 11px;
            margin-top: 4px;
        }

            .sidebar-wrapper .sidebar-header .user-info .user-status i {
                font-size: 8px;
                margin-right: 4px;
                color: #5cb85c;
            }


/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}


/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px 5px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding: 8px 30px 8px 20px;
    }

        .sidebar-wrapper .sidebar-menu ul li a i {
            margin-right: 10px;
            font-size: 18px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 4px;
        }

        .sidebar-wrapper .sidebar-menu ul li a:hover span,
        .sidebar-dropdown.active .sidebar-submenu li:hover a:before {
            display: inline-block;
            animation: swing linear 0.5s 1 alternate;
        }

        .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
            display: inline-block;
            animation: swing ease-in-out 0.5s 1 alternate;
        }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        font-style: normal;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        background: 0 0;
        position: absolute;
        right: 15px;
        top: 14px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
        padding: 5px 0;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
        padding-left: 15px;
    }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-style: normal;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 15px;
            font-size: 16px;
        }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:hover:before,
        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a.active:before {
            content: "\f101";
            margin-right: 20px;
        }

    .sidebar-wrapper .sidebar-menu ul li a span.label,
    .sidebar-wrapper .sidebar-menu ul li a span.badge {
        float: right;
        margin-top: 8px;
        margin-left: 5px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
        float: right;
        margin-top: 0px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-submenu {
        display: none;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
        transform: rotate(90deg);
        right: 17px;
    }
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i {
    background-color: var(--grab);
    color: white;
}

.chiller-theme .sidebar-wrapper .sidebar-dropdown.active a span,
.chiller-theme .sidebar-wrapper .sidebar-dropdown.active a span,
.chiller-theme .sidebar-wrapper .sidebar-dropdown a:hover span {
    margin-left: 5px;
}
/*--------------------------side-footer------------------------------*/
.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

    .sidebar-footer > a {
        flex-grow: 1;
        text-align: center;
        height: 30px;
        line-height: 30px;
        position: relative;
    }

        .sidebar-footer > a .notification {
            position: absolute;
            top: 0;
        }


/* PAGINATION */
#pagination {
    width: 100% !important;
    margin: 10px 0px !important;
}

#pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    #pagination > li > a,
    #pagination > li > span {
        margin-left: 3px !important;
        -moz-border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        border-radius: 3px !important;
        color: #656d78 !important;
        border-color: #E5E5E5 !important;
    }

        #pagination > li > a:hover,
        #pagination > li > span:hover {
            color: #222 !important;
        }

    #pagination > li.active > a,
    #pagination > li.active > a:hover {
        background: #33414e !important;
        color: #FFF !important;
        border-color: #33414e !important;
    }

    #pagination.pagination-sm {
        margin: 0px !important;
        width: auto !important;
    }

        #pagination.pagination-sm.push-down-20 {
            margin-bottom: 20px !important;
        }

        #pagination.pagination-sm.push-up-20 {
            margin-top: 20px !important;
        }

#CaptchaInputText {
    text-transform: uppercase
}

#logo-header {
    width: 100px;
    height: auto;
    max-height: 100px;
    margin-left: 10px;
}

#messagewrapper {
    margin-left: 0 !important;
    position: fixed;
    top: 0px;
    width: 30%;
    z-index: 100000;
    right: 0;
}

.messagebox {
    color: #060;
    margin: 0px;
    padding: 10px 10px 10px 30px;
    border: 1px solid #396;
    background: #cfc url(/Content/img/information.png) no-repeat 8px 11px;
    opacity: 0.9;
}

.errorbox {
    color: #c00;
    margin: 0px;
    padding: 10px 10px 10px 30px;
    border: 1px solid #c00;
    background: #fcc url(/Content/img/exclamation.png) no-repeat 8px 11px;
}

    .errorbox ul {
        margin: 7px 0 0 0;
    }

.exceptionbox {
    color: #c00;
    margin: 10px;
    padding: 10px 10px 10px 30px;
    border: 1px solid #c00;
    background: #fcc url(/Content/img/exclamation.png) no-repeat 8px 11px;
}

#main-menu .menu {
    display: inline-block;
}

#main-menu .menu-item {
    display: inline-block;
    background-color: #00b14f;
}

    #main-menu .menu-item a {
        color: white;
        text-decoration: none;
        display: inline-block;
        padding: 10px;
    }

        #main-menu .menu-item a.active,
        #main-menu .menu-item a:hover {
            background-color: #6e281a;
        }


#main-menu .dropdown-menu.dropdown-user a:hover, #main-menu .dropdown-menu.dropdown-user a:focus {
    background-color: #00b14f
}

#main-menu .dropdown-menu.dropdown-user a, #main-menu .dropdown-menu.dropdown-user a {
    color: #00b14f
}

.border-grab {
    border-color: var(--grab)!important
}
.bg-grab {
    background-color: var(--grab) !important
}

.text-grab {
    color: var(--grab) !important;
}
.bg-grab-banner {
    background-color: var(--bgBanner) !important
}

.text-grab-banner {
    color: var(--bgBanner) !important;
}

.btn.bg-grab:hover {
    background-color: var(--grab) !important;
}


.banner {
    padding: 10px 0;
    background: url(../Content/images/banner2.png) no-repeat right
}

.textFooter {
    padding: 15px 0;
    font-weight: normal;
    font-size: 12px
}

.contentPage {
    padding: 5px;
    border: 1px solid #a1a1a1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px !important;
    min-height: 80vh;
}

#CaptchaImage {
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    display: inline;
    font-size: 20px;
    height: 33.5px;
    line-height: 1.42857;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
}

ul {
    list-style-type: none;
}

.left-heading {
    background-color: #00b14f
}

#leftMenu li a, #leftMenu .iconLi {
    color: #333
}

#leftMenu li:hover, #leftMenu .liactive {
    background-color: #00b14f
}

.left-heading {
    color: #fff
}

#leftMenu .liactive a, #leftMenu .liactive i, #leftMenu li:hover a, #leftMenu li:hover i {
    color: #fff
}

#leftMenu {
    list-style: outside none none;
    padding-left: 0 !important;
    padding-right: 0 !important
}

    #leftMenu li {
        padding: 0;
        margin: 0 !important;
        align-items: center;
        display: flex
    }

    #leftMenu .iconLi {
        float: left;
        font-size: 13px;
        padding-left: 10px
    }

    #leftMenu li:hover {
        text-decoration: none
    }

    #leftMenu li a {
        text-decoration: none;
        min-height: 30px;
        display: flex;
        align-items: center;
        padding-left: 10px;
        width: 100%
    }


.date-time-picker,
.date-picker {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256z"/></svg>');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 15px 15px
}

.date-container .calendar-header {
    padding-top: 10px;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    z-index: 9999999999999 !important;
}

.input.datepicker {
}

.container-loading {
    z-index: 99999999999999 !important;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.8;
    background: black;
}

    .container-loading div.center {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

        .container-loading div.center div.loader {
            display: flex;
            justify-content: space-between;
            width: 500px;
        }

        .container-loading div.center div.loader {
            height: 40px;
            width: 800px;
        }

.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}

    .loader--dot:first-child {
        background-color: #0d6efd;
        animation-delay: 2s;
    }

    .loader--dot:nth-child(2) {
        background-color: #198754;
        animation-delay: 1.6s;
    }

    .loader--dot:nth-child(3) {
        background-color: #0dcaf0;
        animation-delay: 1.2s;
    }

    .loader--dot:nth-child(4) {
        background-color: #ffc107;
        animation-delay: 0.8s;
    }

    .loader--dot:nth-child(5) {
        background-color: #dc3545;
        animation-delay: 0.4s;
    }

    .loader--dot:nth-child(6) {
        background-color: #212529;
        animation-delay: 0s;
    }

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(760px);
    }

    65% {
        transform: translateX(760px);
    }

    95% {
        transform: translateX(0);
    }
}

.context-menu
.item-context-menu {
    display: block;
}

.item-context-menu {
    display: none;
}

.current-modal .modal-dialog:has(.canvas-content ),
.current-modal .modal-dialog:has(iframe) {
    width: auto !important;
    max-width: fit-content !important;
}

.current-modal .modal-dialog:has(iframe) {
    min-width: 800px;
}

.current-modal .modal-dialog iframe {
    width: 800px;
    min-width: 800px;
    min-height: calc(100vh - 50px);
}

.current-modal .modal-dialog .canvas-content {
    position: relative;
}

.current-modal .modal-dialog .canvas-content {
    position: relative
}

    .current-modal .modal-dialog .canvas-content .canvas-pdf {
        position: relative
    }

    .current-modal .modal-dialog .canvas-content .canvas-pdf-paint {
        position: absolute;
        top: 0;
        left: 0;
    }

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: var(--bs-body-color);
}

table.fix-width {
    table-layout: fixed;
    width: 100%;
}

th, td {
    word-wrap: break-word;
}

.context-menu {
    background-color: white;
    position: fixed;
    visibility: hidden;
    border: dotted 1px
}

    .context-menu.active {
        visibility: visible;
        z-index: 9999999999999;
    }

    .context-menu .item {
        padding: 10px 15px 10px 10px;
        background-color: white;
        color: var(--grab);
        min-width: 300px;
    }

        .context-menu .item:hover {
            cursor: pointer;
            background-color: var(--grab) !important;
            color: white !important;
        }

            .context-menu .item:hover i {
                color: white !important;
            }

    .context-menu
    .item-context-menu {
        display: block;
    }

.item-context-menu {
    display: none;
}

.pager {
    float: left;
    overflow: hidden;
    width: 60%;
    margin: 0 auto !important;
}

.page-a, .pagination, .page-select {
    float: left;
    border-radius: 4px;
    overflow: hidden;
}

    .page-a a, .page-a span, .pagination a, .pagination span {
        padding: 5px 10px;
        font-size: 12px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        float: left;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        color: #656d78;
        margin-left: 3px;
        cursor: pointer;
    }

        .page-a span.current {
            background-color: #eee;
        }

.form-switch.default .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    margin-left: -1.5em;
    border-radius: 4rem;
}
.form-check-input:focus,
.form-check-input:checked,
.form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important
}
.form-check-input:checked {
    background-color: var(--grab);
    border-color: var(--grab);
}

.form-check-input:not(:checked),
.form-check-input {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}


fieldset {
    padding: 1em;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    width: auto !important;
    padding: 0 10px !important;
    border-bottom: none !important;
    float: none !important;
}
fieldset {
    border: 1px !important;
    border-radius: 0.25rem !important;
    border-color: var(--grab) !important;
    border-style: solid !important;
}

legend {
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--grab);
}