body {
    overflow-x: hidden !important;
}

.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li > a + ul > li > a + ul > li > a {
    padding-left: 2.578125rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a + ul > li > a + ul > li > a + ul > li > a {
    padding-left: 3rem;
}

.menu-open:checked ~ .menu-item:nth-child(8) {
    -webkit-transition-duration: 650ms;
    transition-duration: 650ms;
    -webkit-transform: translate3d(0, -288px, 0); /*100,48*/
    transform: translate3d(0, -288px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(9) {
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    -webkit-transform: translate3d(0, -336px, 0); /*100,48*/
    transform: translate3d(0, -336px, 0);
}

/* Custom Webkit Scrollbar */
/* http://css-tricks.com/custom-scrollbars-in-webkit/ */
:not(.mobile-detected)::-webkit-scrollbar,
:not(.mobile-detected).modal-open .modal::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

    :not(.mobile-detected)::-webkit-scrollbar:hover,
    :not(.mobile-detected).modal-open .modal::-webkit-scrollbar:hover {
        background-color: rgba(0, 0, 0, 0.02);
    }

:not(.mobile-detected)::-webkit-scrollbar-track-piece,
:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.05);
}

    :not(.mobile-detected)::-webkit-scrollbar-track-piece:hover,
    :not(.mobile-detected).modal-open .modal::-webkit-scrollbar-track-piece:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

:not(.mobile-detected)::-webkit-scrollbar-thumb:vertical,
:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-thumb:vertical,
:not(.mobile-detected)::-webkit-scrollbar-thumb:horizontal,
:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-thumb:horizontal {
    background-color: gray;
    border-radius: 2rem;
}

    :not(.mobile-detected)::-webkit-scrollbar-thumb:vertical:hover,
    :not(.mobile-detected).modal-open .modal::-webkit-scrollbar-thumb:vertical:hover,
    :not(.mobile-detected)::-webkit-scrollbar-thumb:horizontal:hover,
    :not(.mobile-detected).modal-open .modal::-webkit-scrollbar-thumb:horizontal:hover {
        background-color: dimgray;
    }

/* Bootstrap Validation Summary Override */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

.col-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.166665%;
    flex: 0 0 4.166665%;
    max-width: 4.166665%;
    width: 4.166665%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
    width: 16.66666%;
}

.dataTables_empty {
    font-size: 1.5rem !important;
}

/* Reference classes, no implementation */
.base,
.needs-validation,
.flex-start,
.text-faded,
.app-container-demo,
.lang-js,
.lang-csharp,
.has-tooltip,
.has-popover {
}

/* Keeps analyzers happy */
.js-waves-off,
.js-waves-on,
.js-get-date,
.js-collapse,
.js-modal-settings,
.js-filter-message,
.js-buttons,
.js-icon-class,
.js-icon-copy,
.js-bg-color,
.js-bg-gradient,
.js-bg-gradient-demo,
.js-bg-target {
}

/* Small word wrap correction */
section > ol > li {
    word-break: break-all;
}

code {
    border: 1px solid silver;
    padding: 0.03rem 0.2rem !important;
}

pre.prettyprint {
    border-radius: 0.2rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.documentation h2 {
    color: var(--primary);
}

.documentation th:first-child,
.documentation th:nth-child(3) {
    width: 16%;
}

.documentation blockquote {
    margin-left: 1rem;
    padding: 1rem 1rem 0.01rem 1rem;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
    background: #edf2f9;
    border-left: 3px solid var(--primary);
}

    .documentation blockquote.info {
        background: #edf2f9;
        border-left: 3px solid var(--info);
    }

    .documentation blockquote.warning {
        background: #fff4db;
        border-left: 3px solid var(--warning);
    }

    .documentation blockquote.danger {
        background: #fadeeb;
        border-left: 3px solid var(--danger);
    }

/* Enter custom CSS rules for your application here */


fieldset {
    border: solid 2px #eee;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}

    fieldset > legend {
        font-size: 14px;
        font-weight: 500;
        padding: 0px 15px;
        width: auto;
        color: #333333;
    }

a.grid-button {
    display: inline-block;
    cursor: pointer;
    margin-top: -2px;
}

    a.grid-button + a.grid-button {
        margin-left: 5px;
    }



.dataTable-bottom .dataTables_length, .dataTable-bottom .dataTables_info {
    display: inline-block;
}

.dataTable-bottom .dataTables_info {
    margin-left: 15px;
}

span.highlight {
    background-color: #ffce66;
}

td.mismatch {
    background-color: #f700002e;
}

tr.mismatch td {
    border-bottom: 1px solid #f00;
}

table.dataTable > tfoot > tr th:empty {
    padding: 0px;
}


/*tr.group,
tr.group:hover {
    background-color: #fffab9 !important;
}*/

h1 > a.nav-link, h2 > a.nav-link, h3 > a.nav-link,
h4 > a.nav-link, h5 > a.nav-link, h6 > a.nav-link {
    padding: 5px !important;
}

h1 > a.hidden, h2 > a.hidden, h3 > a.hidden,
h4 > a.hidden, h5 > a.hidden, h6 > a.hidden {
    visibility: collapse;
}

h1:hover > a.hidden, h2:hover > a.hidden, h3:hover > a.hidden,
h4:hover > a.hidden, h5:hover > a.hidden, h6:hover > a.hidden {
    visibility: visible;
}

div.dataTables_scrollHead table.dataTable {
    margin-top: 6px !important;
}

table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
    /* box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023); */
    box-shadow: inset 0 0 0 9999px rgba(0,0,0, 0.023);
}

/*table.dataTable th.wordwrap {
    word-break: unset !important;
    white-space: nowrap !important;
    text-overflow: unset !important;
    overflow: unset !important;
}*/

table.dataTable td.wordwrap {
    word-break: break-word !important;
    vertical-align: top !important;
    white-space: normal !important;
}

table.dataTable th,
.dataTable td {
    padding: 5px !important;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .dataTable th.no-min-width, .dataTable td.no-min-width {
        min-width: 1% !important;
    }

.dataTables_scrollHead .dataTable tr:last-child th {
    padding: 0px !important;
}

    .dataTables_scrollHead .dataTable tr:last-child th .form-control {
        border-radius: 0px !important;
    }

/*.dataTable thead th, .dataTables_scrollFootInner tfoot th {
    border-top: 1px solid #e9e9e9 !important;
}
*/
.dataTable thead th {
    border-bottom: 1px solid #e9e9e9;
    border-top: none;
}

.dataTable thead tr:first-child th {
    border-top: 1px solid #e9e9e9;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.dataTable thead > tr:hover, .dataTable tfoot > tr:hover {
    webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: none !important;
}


.dataTables_scrollBody {
    min-height: 150px !important;
}

    .dataTables_scrollBody > table > thead > tr > th,
    .dataTables_scrollBody > table > tfoot > tr > th,
    .table th:empty {
        padding: 0px !important;
    }

    .dataTables_scrollBody > table > thead tr {
        height: 0px !important;
    }

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: 1px solid white;
}


/*table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.5em;
}*/

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute !important;
    bottom: .5em !important;
    display: block !important;
    opacity: .3 !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em !important;
    content: "\2191" !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: .5em !important;
    content: "\2193" !important;
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1 !important;
}


table.simpletable {
    width: 100%;
}

    table.simpletable th, table.simpletable td {
        padding: 3px;
    }

    table.simpletable th {
        border-top: 1px solid #ddd;
        border-bottom: 2px solid #ddd;
    }

    table.simpletable tr + tr td {
        padding: 3px;
        border-top: 1px solid #ddd;
    }

    table.simpletable a.nav-link {
        padding: 3px 5px;
    }


tr.details > td {
    border: 2px solid #fff1be;
    border-radius: 5px;
    background-color: #fff9e4;
}

table.dataTable tbody > tr > td {
    border-bottom: 1px solid #fff !important;
}

    table.dataTable tbody > tr > td:first-child {
        border-left: 1px solid #fff !important;
    }

    table.dataTable tbody > tr > td:last-child {
        border-right: 1px solid #fff !important;
    }

table.dataTable tbody > tr.selected {
    background-color: #006bff1f !important;
    box-shadow: none !important;
}

    table.dataTable tbody > tr.selected > td {
        border-bottom: 1px solid #006bff95 !important;
        border-top: 1px solid #006bff95 !important;
    }

        table.dataTable tbody > tr.selected > td:first-child {
            border-left: 1px solid #006bff95 !important;
        }

        table.dataTable tbody > tr.selected > td:last-child {
            border-right: 1px solid #006bff95 !important;
        }

table.dataTable tbody > tr:hover {
    background-color: #006bff1f !important;
    box-shadow: none !important;
}

    table.dataTable tbody > tr:hover > td {
        border-bottom: 1px solid #006bff95 !important;
        border-top: 1px solid #006bff95 !important;
    }

        table.dataTable tbody > tr:hover > td:first-child {
            border-left: 1px solid #006bff95 !important;
        }

        table.dataTable tbody > tr:hover > td:last-child {
            border-right: 1px solid #006bff95 !important;
        }


.border-2x {
    border: 2px solid;
}

.bonsai {
    width: 100% !important;
}

    .bonsai > li {
        display: inline-block;
        padding-top: 5px !important;
    }


li.has-children > .thumb:after {
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f0fe" !important;
}

li.has-children.expanded > .thumb:after {
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f146" !important;
}


/* Style the Image Used to Trigger the Modal */
img.thumbnail-image {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    img.thumbnail-image:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal-img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

    /* Modal Content (Image) */
    .modal-img .modal-content {
        margin: auto;
        display: block;
        max-height: 90%;
        width: auto;
    }

    /* Caption of Modal Image (Image Text) - Same Width as the Image */
    .modal-img .caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 150px;
    }

    /* Add Animation - Zoom in the Modal */
    .modal-img .modal-content, #caption {
        animation-name: zoom;
        animation-duration: 0.6s;
    }

.modal {
    z-index: 2100 !important;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.modal-img .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .modal-img .close:hover,
    .modal-img .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-img .modal-content {
        width: 100%;
    }
}


.modal-dialog-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content-fullscreen {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.align-middle {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* Site Logo */

.site-logo {
    width: auto !important;
    height: 60px !important;
    background: none;
    /*padding: 5px;*/
    /*border-radius: 5px;*/
}

.easy-autocomplete {
    width: 100% !important;
}

label > sup {
    color: red;
    margin-left: 3px;
}


/*.page-content {
    padding: 0 !important;
}*/

.form-control[readonly] {
    pointer-events: none;
}

.dropdown-toggle.no-caret:after, .dropleft .dropdown-toggle.no-caret:before {
    content: none !important;
}

button.ui-multiselect {
    display: block;
    width: 100%;
    height: calc(1.47em + 1rem + 2px);
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.47;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.handsontable td.highlightCell {
    background-color: #ffc2c2 !important;
}

.handsontable td.highlightCell-warning {
    background-color: #fff1be !important;
}

.btn-panel-fullwidth {
    background-color: #24b3a4 !important;
}

.htborder {
    box-shadow: inset 0 -2px 0 red;
}


.ht_clone_left .wtHolder {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.ht_clone_top .wtHolder, .ht_clone_bottom .wtHolder {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}


.switch-toggle {
    float: right;
    border: 1px solid #c8ced3;
    border-radius: 2em;
    padding: 1px;
    font-size: 13px;
    height: 25px;
}

    .switch-toggle input {
        position: absolute;
        opacity: 0;
    }

        .switch-toggle input + label {
            float: left;
            cursor: pointer;
            height: 21px;
            width: 21px;
            text-align: center;
            vertical-align: middle;
            color: #c8ced3;
        }

        .switch-toggle input:checked + label {
            border-radius: 3em;
            color: #fff;
        }

            .switch-toggle input:checked + label.on {
                background: #321fdb;
            }

            .switch-toggle input:checked + label.na {
                background: #c8ced3;
            }

            .switch-toggle input:checked + label.off {
                background: #e55353;
            }

.custom-control-input:disabled ~ .custom-control-label {
    cursor: not-allowed;
}


/*.dataTables_scroll .dataTables_scrollFoot table*/
.dataTables_scroll .dataTables_scrollHead table {
    table-layout: fixed;
}

    .dataTables_scroll .dataTables_scrollHead table th,
    .dataTables_scroll .dataTables_scrollHead table td,
    .dataTables_scroll .dataTables_scrollFoot table th,
    .dataTables_scroll .dataTables_scrollFoot table td {
        overflow: hidden;
    }


.dataTable thead th input, .dataTable tfoot th input {
    padding: 2px 5px !important;
}

.dataTable thead tr:nth-child(2) {
    padding: 2px 5px !important;
}

.dataTables_processing {
    z-index: 10;
    border: 2px solid gray;
    font-weight: bold;
}

.blurry {
    filter: blur(3px);
}

.btn-secureinput {
    background: white;
    border-left: none;
}


.handsontable .htDimmed {
    background: #f9f9f9f0;
}

.dt-buttons {
    display: none !important;
}


.select2-container--open {
    z-index: 9999 !important;
}


table tr.row-disabled {
    background-color: #f5f5f5 !important;
}


table tr.error {
    background-color: #ffe0e0;
}



@media only screen and (max-width: 574px) {
    #report-container {
        height: calc(0.5625 * 100vw); /* 16:9 aspect ratio */
    }
}


.dataTables_scroll .select2-container .select2-search--inline .select2-search__field {
    height: 30px !important;
}

.dataTables_scroll .select2-selection {
    min-height: 30px !important;
}

.dataTables_scroll .select2-container .select-all {
    position: absolute;
    top: 6px;
    right: 4px;
    width: 20px;
    height: 20px;
    margin: auto;
    display: block;
    cursor: pointer;
    z-index: 999;
}

.dataTables_scroll .op-toggle {
    position: absolute;
    top: 6px;
    right: 4px;
    width: 20px;
    height: 20px;
    margin: auto;
    display: block;
    cursor: pointer;
    z-index: 999;
}

.select2-results {
    padding: 5px !important;
}

    .select2-results ul {
        max-height: 350px !important;
    }

.select2-results__option {
    padding: 3px !important;
}

.input-search-nonauto {
    background-color: #fff06878 !important;
    border-color: #eddb34 !important;
}

.input-autocomplete {
    background-color: #fff06878 !important;
    border-color: #eddb34 !important;
}


/*jquery query builder styles START*/

.pull-right {
    float: right;
}

.query-builder, .query-builder .rules-group-container {
    width: 100%;
}

    .query-builder .rules-group-container {
        border-color: transparent;
        background-color: #ffffff;
    }

    .query-builder .rule-container, .query-builder .rule-placeholder {
        border-color: #dee2e6;
        background-color: #f8f9fa;
        margin: 0px;
    }

    .query-builder .rules-list > ::after {
        border-width: 0 0 0 1px;
    }

    .query-builder .rules-list > ::before {
        border-width: 0 0 1px 1px;
    }

    .query-builder .rules-list > ::after, .query-builder .rules-list > ::before {
        border-color: #dee2e6;
        border-style: dashed;
    }

    .query-builder .rules-list .rule-container {
        border-bottom: 1px dashed #dee2e6;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .query-builder .rules-list .rule-container + .rule-container {
            border-top: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom: 1px dashed #dee2e6;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .query-builder .rules-list .rule-container:last-child {
            border-bottom: 1px solid #dee2e6;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }


    .query-builder .form-control {
        margin-bottom: 5px;
    }

    .query-builder .rule-value-container {
        padding-left: 0px;
        border-left: none;
    }

        .query-builder .rule-value-container .form-control {
            background: #fff9da;
            border: 1px solid #ffd800;
        }

/*jquery query builder styles END*/


.glyphicon {
    font-family: 'Font Awesome 5 Pro';
}

    .glyphicon.glyphicon-arrow-left:before {
        content: "\f104";
    }

    .glyphicon.glyphicon-arrow-right:before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f105";
    }

.modal-fullscreen .tab-pane {
    max-height: calc(100vh - 240px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}



.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    color: #495057;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 28px;
    width: 28px;
    height: 20px;
    line-height: 20px;
}

.toast-top-right {
    top: 66px;
}

@media (min-width: 700px) {
    .modal-dialog.modal-dialog-right {
        max-width: 700px !important;
        margin: 1.75rem auto;
    }
}

.js-modal-system-settings .modal-dialog.modal-dialog-right {
    max-width: 400px !important;
}

.nav-sidemenu {
}

    .nav-sidemenu a {
        padding: 5px;
    }

.TouchSplitter > div.splitter-leftpanel,
.TouchSplitter > div.splitter-rightpanel {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
}


/* #region fullscreen loading*/

*.hidden {
    display: none !important;
}

div.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.5);
    z-index: 9999;
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-ring-css {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
}

    .uil-ring-css > div {
        position: absolute;
        display: block;
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        border-radius: 80px;
        box-shadow: 0 6px 0 0 #ffffff;
        -ms-animation: uil-ring-anim 1s linear infinite;
        -moz-animation: uil-ring-anim 1s linear infinite;
        -webkit-animation: uil-ring-anim 1s linear infinite;
        -o-animation: uil-ring-anim 1s linear infinite;
        animation: uil-ring-anim 1s linear infinite;
    }

.loading-message {
    color: white;
    text-align: center;
    margin-top: 65vh;
    padding: 5px;
    border-radius: 5px;
    background-color: #000;
}

/* #endregion fullscreen loading*/



/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/*select tab as color as theme selected*/
.nav-item .nav-link.active {
    background: var(--theme-primary) !important;
    color: #fff !important;
}

.table.table-xs td {
    padding: 1px 5px;
}


.bg-warning-50 {
    background-color: #ffebc1 !important;
}



/*#region BS4 Custom Tab */

/*.nav-tabs .nav-link {
    border-color: transparent;
    padding: 1em 0.8575em 0.8em 0.8575em;
    text-align: center;
    min-width: 72px;
}*/

/*    .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link:focus {
        border-bottom-width: 2px;
        background-color: transparent;
    }

    .nav-tabs .nav-link:hover {
        border-color: transparent;
    }

    .nav-tabs .nav-link.active:hover {
        background-color: transparent;
    }
*/

.scrtabs-tab-container {
    display: flex;
    border-bottom: 1px solid #dee2e6 !important;
}

.scrtabs-tab-container,
.scrtabs-tabs-fixed-container,
.scrtabs-tab-scroll-arrow {
    height: 36px !important;
    border: none;
}
/* tabs component jQuery scroller */
.scrtabs-tab-scroll-arrow {
    padding: 0 !important;
    border: none !important;
    line-height: 2;
}

    .scrtabs-tab-scroll-arrow:hover {
    }

    .scrtabs-tab-scroll-arrow button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

.scrtabs-disable i {
    color: rgba(0, 0, 0, 0.2);
}

.scrtabs-tab-scroll-arrow-left {
    text-align: right;
    width: 60px;
    padding-right: 6px;
}

.scrtabs-tab-scroll-arrow-right {
    width: 48px;
    padding-left: 6px;
}

.scrtabs-arrow-btn {
    background-color: transparent;
    height: 36px;
    width: 16px;
    padding: 0;
    font-size: 24px;
    line-height: 12px;
    border: 0;
}

/*#endregion*/

.input-validation-error {
    border-color: #fd3995;
    padding-right: calc(1.47em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd3995' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd3995' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.3675em + 0.25rem) center;
    background-size: calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
}


.modal-fullscreen .modal-dialog .modal-content {
    position: absolute;
    overflow-y: scroll;
}

.active-status-row {
    background-color: #77DD77;
}

/* dynamic loader */

.dynamicloader {
    display: inline-block;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 10px;
}

.dynamicloader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gsnav .search-container {
    margin-bottom: 20px;
}

    .gsnav .search-container input {
        padding-right: 30px;
        border-radius: 0.25rem;
    }

    .gsnav .search-container i {
        cursor: pointer;
        pointer-events: none;
    }

.gsnav .nav-link i.fal.fav-icon {
    visibility: hidden;
}

.gsnav .nav-link:hover i.fal.fav-icon {
    visibility: visible;
}

.bg-temu-orange {
   background-color: #ff6600;  
   color:white;
}

.bg-amazonvendor {
    background-color: #283546;
    color: white;
}

.bg-amazonseller {
    background-color: #FF9D04;
    color: #243040;
}
