<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.container {
    /*max-width: 100%;
    padding: 0 30px;*/
    margin: 0 auto;
    width: 540px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    padding-top: 0;
    padding-bottom: 0;
}

    a.navbar-brand img {
        width: 100px;
    }

    a.navbar-brand span {
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
        padding-left: 10px;
    }

header ul.nav li {
    padding: 0 25px;
}

    header ul.nav li a {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
        padding: 22px;
    }

        header ul.nav li a.active,
        /*header ul.nav li a:hover,*/
        header ul.nav li a:focus {
            color: #fff;
            background: #998F79;
            text-decoration: none;
        }

        header ul.nav li a:hover {
            background: #0A5952;
        }
/*header ul.nav li div.dropdown-menu {
        margin-left: 24px;
        margin-top: 20px;
        width: 100%;*/
/*left: auto;*/
/*right: 0;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        header ul.nav li div.dropdown-menu a {
            color: #16181b;
            padding: 10px 24px;
        }

            header ul.nav li div.dropdown-menu a:focus, header ul.nav li div.dropdown-menu a:hover {
                color: #16181b;
                text-decoration: none;
                background-color: #f8f9fa;
            }

            header ul.nav li div.dropdown-menu a.active, header ul.nav li div.dropdown-menu a:active {
                color: #fff;
                background: #998F79;
                text-decoration: none;
            }*/
.secondary-header {
    background: #EEFFF8;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
    padding: 0 30px;
    max-width: 100%;
    position: relative;
    z-index: 3;
}

    .secondary-header .row {
        margin: 0;
        align-items: center;
    }

.navbar-btn {
    background: #014039;
    padding: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    display: flex;
    align-items: center;
}

    .navbar-btn:focus {
        outline: none;
        border: none;
        box-shadow: none;
    }

    .navbar-btn:hover {
        color: #fff;
        background: #998F79;
        text-decoration: none;
    }

.navbar-dropdown .dropdown-menu {
    left: auto;
    /* right: 0; */
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 12px;
    width: 23%;
}

    /*.navbar-dropdown .dropdown-menu a {
        font-size: 15px;
        line-height: 24px;
    }*/

    /*.navbar-dropdown .dropdown-menu {
    margin-left: 24px;
    margin-top: 20px;
    width: 100%;*/
    /*left: auto;*/
    /*right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}*/

    .navbar-dropdown .dropdown-menu a {
        color: #16181b;
        padding: 10px 24px;
    }

        .navbar-dropdown .dropdown-menu a:focus, .navbar-dropdown .dropdown-menu a:hover {
            color: #16181b;
            text-decoration: none;
            background-color: #f8f9fa;
        }

        .navbar-dropdown .dropdown-menu a.active, .navbar-dropdown .dropdown-menu a:active {
            color: #fff;
            background: #998F79;
            text-decoration: none;
        }


.navbar-dropdown .dropdown-toggle::after {
    background-image: url(../images/dropdown.svg);
    width: 12px;
    height: 6px;
    border: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.navbar-dropdown .dropdown-toggle:after {
    margin-left: 7px;
}

.headuser-btn {
    background: #009A44;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    display: flex;
    align-items: center;
}

    .headuser-btn:focus {
        outline: none;
        border: none;
        box-shadow: none;
    }

.headuser-dropdown .dropdown-menu {
    left: auto;
    right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    top: 47px;
    min-width: 100%;
}

    .headuser-dropdown .dropdown-menu a {
        font-size: 15px;
        line-height: 24px;
    }

.headuser-dropdown .dropdown-toggle::after {
    background-image: url(../images/dropdown.svg);
    width: 12px;
    height: 6px;
    border: 0;
    transition: all 0.3s ease-in-out;
}

.headuser-dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.headuser-dropdown .dropdown-toggle:after {
    margin-left: 7px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #998f79;
}

.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    height: 100%;
    font-size: 14px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif !important;
    background: #FAFAFA;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .secondary-header div.col-md-6 {
        -ms-flex: 0 0 58% !important;
        flex: 0 0 58% !important;
        max-width: 58% !important;
    }

    .secondary-header div.col-md-2 {
        -ms-flex: 0 0 13.666667% !important;
        flex: 0 0 13.666667% !important;
        max-width: 13.666667% !important;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.btn:focus {
    outline: none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.block-card {
    background: #FAFAFA;
    /*padding: 0 30px;*/
    width: 100%;
    margin: 0 auto;
}

.header {
    background: #014039;
    padding: 8px 30px;
}

    .header .header-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .header .navbar-brand {
        font-weight: 700;
        color: #fff;
        margin-right: 35px;
    }

.form-inline {
    flex-flow: row;
}

.form-select {
    display: block;
    width: 100%;
    padding: 9px 20px 9px 10px;
    font-size: 14px;
    font-size: 14px;
    line-height: 16px;
    color: #014039;
    background-color: #fff;
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px auto;
    border: 1px solid #CFCFCF;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.header-filter {
    display: flex;
    flex-wrap: wrap;
}

    .header-filter .form-select {
        width: 210px;
    }

.secondary-header-wrap {
    position: relative;
}

.mapping-tab {
    width: 100%;
    margin: 0;
}

    .mapping-tab.row {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .mapping-tab .col-md-12 {
        width: 100%;
        padding: 0;
    }

.container-space {
    justify-content: flex-end;
    width: 100%;
    padding: 30px 30px;
    position: relative;
    z-index: 1;
}

    .container-space .nav-tabs {
        /*border: none*/
        border: none;
        justify-content: flex-end;
    }

        .container-space .nav-tabs .nav-item {
            /*margin: 0px;
            padding: 0 20px;*/
            margin-right: 20px;
        }

            .container-space .nav-tabs .nav-item:first-child {
                padding-left: 0;
            }

        .container-space .nav-tabs a.nav-link {
            font-weight: normal;
            font-size: 15px;
            line-height: 18px;
            color: #014039;
            border: none;
            background: transparent;
            /*padding: 21px 20px;*/
            padding: 10px 0;
            border-radius: 0;
        }

            .container-space .nav-tabs a.nav-link.active {
                /*color: #fff;
                font-weight: 500;
                background: #998F79;*/
                color: #009A44;
                font-weight: 500;
                border: 0;
                border-bottom: 2px solid #009A44;
                font-size: 15px;
            }

                .container-space .nav-tabs a.nav-link.active:after {
                    content: "";
                    display: block;
                }

.table thead th:nth-child(1) {
    min-width: 70px !important;
    width: 70px;
    box-sizing: border-box;
}

.table thead th:nth-child(n-1) {
    /*width: 380px;
    min-width: 380px;*/
    box-sizing: border-box;
    background: #F8F8F8;
    border-bottom: 0;
    border-top: 0;
}

.common-table .table td, .common-table .table th {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
}

.common-table .table td {
    padding: 9px 15px;
    color: #000; /*#7E7E7E;*/
}

.common-table .table th {
    padding: 14px 15px;
    white-space: nowrap;
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

.common-table .table-bordered {
    border: none;
}

.table-hover tbody tr:hover {
    background: #F8F8F8;
    color: inherit;
}

.common-table .pagination .page-link {
    font-size: 14px;
}

.common-table .page-item.active .page-link {
    background-color: #0a5a98;
    border-color: #0a5a98;
}

.common-table .table-striped tbody tr:nth-of-type(odd) {
    background: transparent;
}

.common-table tr.selected,
.common-table tr.selected td {
    background-color: #F8F8F8 !important;
}

.ui-widget.ui-widget-content {
    border: none;
    padding: 0;
    border-radius: 0;
}

.ui-dialog .modal-dialog {
    max-width: 440px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 15px 40px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #DDDFE1;
    margin-bottom: 15px;
}

.ui-dialog-titlebar .ui-dialog-title {
    font-size: 30px;
    font-weight: 700;
    color: #828282;
    float: none;
    margin: 0;
}

.btn {
    padding: 10px 26px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    border-radius: 0;
}

    .btn.btn-secondary {
        color: #000;
        background-color: #CFCFCF;
        border-color: #CFCFCF;
    }

        .btn.btn-secondary:focus,
        .btn.btn-secondary:hover,
        .btn.btn-secondary:active {
            color: #000;
            background-color: #DDDFE1;
            border-color: #DDDFE1;
        }

        .btn.btn-secondary:disabled {
            color: #000;
            background-color: #CFCFCF;
            border-color: #CFCFCF;
            opacity: 0.5;
        }

    .btn.btn-primary {
        color: #fff;
        border-color: #009A44;
        background: #009A44;
    }

        .btn.btn-primary:focus,
        .btn.btn-primary:hover,
        .btn.btn-primary:active {
            color: #fff;
            border-color: #13B059;
            background: #13B059;
        }

        .btn.btn-primary:disabled {
            color: #fff;
            border-color: #009A44;
            background: #009A44;
            opacity: 0.5;
        }

    .btn.focus, .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 154 68 / 26%);
    }

    .btn.btn-toggle.focus, .btn.btn-toggle:focus {
        box-shadow: none !important;
    }

.ui-dialog .ui-dialog-content.modal-coorection {
    padding: 0 40px 0;
    overflow: visible;
}

.modal-coorection select option {
    padding: 10px;
}

/*.modal-coorection */
.correctionSelect {
    width: 100% !important;
    /*padding-top: 10px;*/
}

    /*.modal-coorection */
    .correctionSelect .btn.dropdown-toggle {
        width: 100%;
        height: 42px;
        padding: 15px 15px;
        font-size: 14px;
        line-height: 15px;
        color: #014039;
        border: solid 1px #dddfe1;
        background-color: #fff;
        background-image: url(../images/down-arrow.png);
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 12px auto;
        margin-bottom: 0;
        text-transform: capitalize;
        box-shadow: none !important;
        font-weight: normal;
        padding-right: 30px;
    }

        .correctionSelect .btn.dropdown-toggle.disabled, .correctionSelect .btn.dropdown-toggle:disabled {
            background-color: #e9ecef !important;
            opacity: 1 !important;
        }

        /*.modal-coorection */
        .correctionSelect .btn.dropdown-toggle:focus, .correctionSelect .btn.dropdown-toggle:active {
            outline: none !important;
            color: #495057;
            background-color: #fff;
            border-color: #009a44;
            box-shadow: 0 0 0 0.2rem rgb(0 154 68 / 26%) !important;
        }

        /*.modal-coorection */
        .correctionSelect .btn.dropdown-toggle::after {
            display: none;
        }

.modal-coorection .dropdown-menu.show {
    padding: 0;
    /*max-height: 250px !important;*/
    /*overflow: auto !important;*/
}

.modal-coorection .dropdown-menu.inner {
    padding: 10px 15px;
    max-height: 125px;
    overflow: auto;
}

/*.modal-coorection */
.correctionSelect .dropdown-menu li a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #014039;
    outline: none !important;
}

/*.modal-coorection */
.correctionSelect .dropdown-menu li.selected a {
    color: #009A44;
    background: url(../images/check1.png) no-repeat;
    background-position: right 10px center;
    background-size: 14px auto;
}

/*.modal-coorection */
.correctionSelect .dropdown-menu.show {
    margin-bottom: 20px;
    /*top: 100% !important;
    transform: none !important;*/
    padding: 0;
    top: 100% !important;
    transform: none !important;
    max-height: 250px !important;
    width: 100%;
}

.correctionSelect .dropdown-menu li.active {
    background-color: rgb(0 154 68 / 26%);
}

.modal-coorection input[type=text] {
    border-radius: 0;
    height: 48px;
    width: 100%;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 14px;
    color: #495057;
}

.modal-coorection textarea {
    border-radius: 0;
    height: auto;
    width: 100%;
    padding: 15px 15px;
    font-size: 14px;
    color: #495057;
    text-align: justify;
}

    .modal-coorection textarea::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: #DDDFE1;
        border-radius: 10px;
    }

    .modal-coorection textarea::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #014039;
    }

.modal-coorection label {
    font-size: 15px;
}

.modal-coorection input[type=text]:focus {
    box-shadow: none
}

.modal-coorection textarea:focus {
    box-shadow: none
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

/*.modal-coorection */
.correctionSelect .dropdown-menu.show ul {
    display: block;
    /* max-height: none !important; */
    /*padding: 10px 15px !important;*/
}

    .correctionSelect .dropdown-menu.show ul li {
        padding: 0px 15px !important;
    }

.ui-dialog .ui-dialog-buttonpane {
    padding: 10px 40px 40px;
    border-top: none;
    text-align: left;
}

    .ui-dialog .ui-dialog-buttonpane button {
        min-width: 110px;
        text-align: center;
        text-transform: uppercase;
        padding: 11px 18px;
        font-size: 14px;
        font-weight: 700;
        border-radius: 0;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
        margin-top: 0;
        margin-bottom: 0;
        float: none;
    }

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: none;
        margin-left: 40px;
    }

    .ui-dialog .ui-dialog-buttonpane button:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

.bootstrap-select &gt; select {
    visibility: hidden;
}

.custom-common-table .dataTables_wrapper &gt; .row:nth-child(2) &gt; .col-sm-12 table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.custom-common-table .dataTables_wrapper &gt; .row:nth-child(2) &gt; .col-sm-12 {
    overflow: auto;
    padding: 0 !important;
    scrollbar-width: thin;
    /*border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;*/
    border: 1px solid #dee2e6;
    max-height: 490px;
}
    /* .scrollbar {
    width: 100%;
    padding: 0 20px 20px 0;
    margin-right: 20px;
    overflow: scroll;
    max-height: 400px;
} */
    .custom-common-table .dataTables_wrapper &gt; .row:nth-child(2) &gt; .col-sm-12 table {
        /*padding-right: 12px !important;*/
    }

    .custom-common-table .dataTables_wrapper &gt; .row:nth-child(2) &gt; .col-sm-12::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #DDDFE1;
        border-radius: 10px;
    }

    .custom-common-table .dataTables_wrapper &gt; .row:nth-child(2) &gt; .col-sm-12::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #014039;
    }

.custom-common-table .dataTables_wrapper &gt; .row:nth-child(2) &gt; .col-sm-12 {
    scrollbar-color: #014039 #F5F5F5;
}


.tooltip {
    text-align: left;
    position: relative;
    display: table-cell; /*inline-block;*/
    opacity: 1;
    z-index: unset
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: #555;
        color: #fff;
        text-align: justify;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 2;
        bottom: 60%;
        left: 10%;
        margin-left: -115px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

p.tooltip, span.tooltiptext {
    font-family: 'Roboto', sans-serif !important;
}

.row {
    margin-bottom: 15px;
}

.paginate_button.page-item {
    display: inline-block;
    width: 40px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    vertical-align: top;
}

.dataTables_info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background: transparent;
    border: 0;
    color: #929292;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
}

.paginate_button.page-item a.page-link {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: transparent;
    border: 0;
    color: #929292;
}

.paginate_button.page-item.active {
    border: 1px solid #009A44;
}

    .paginate_button.page-item.active a.page-link {
        color: #009A44;
        background: transparent;
    }

.paginate_button.page-item.first a.page-link,
.paginate_button.page-item.last a.page-link,
.paginate_button.page-item.previous a.page-link,
.paginate_button.page-item.next a.page-link {
    font-size: 0;
}

.paginate_button.page-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

    .paginate_button.page-item.first:before,
    .paginate_button.page-item.first:after,
    .paginate_button.page-item.last:before,
    .paginate_button.page-item.last:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #929292;
        border-left: 1px solid #929292;
        transform: rotate(-45deg);
        margin-left: 6px;
    }

    .paginate_button.page-item.last:before,
    .paginate_button.page-item.last:after {
        transform: rotate(-224deg);
        margin-right: 7px;
    }




    .paginate_button.page-item.first:after {
        margin-left: -3px !important;
    }

    .paginate_button.page-item.last:after {
        margin-left: -10px;
    }

    .paginate_button.page-item.previous::before,
    .paginate_button.page-item.next::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #929292;
        border-left: 1px solid #929292;
    }

    .paginate_button.page-item.previous::before {
        transform: rotate(-45deg);
    }

    .paginate_button.page-item.next::before {
        transform: rotate(135deg);
    }

.form-inline input.form-control {
    width: 100% !important;
    height: 42px;
    font-size: 14px;
}

input.form-control.form-control-sm { /* Rectangle 4 */
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    border-radius: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #009a44;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 154 68 / 26%);
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed;
    border: solid 1px #dddfe1;
    box-shadow: none;
}

.form-control::placeholder {
    color: #999 !important;
    font-size: 14px;
}

.copyright p, .copyright p a { /* ©Dufresne Furniture &amp; Appliances 2021 */
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #014039;
    text-align: center;
    margin: 0;
}

.copyright {
    width: 100%;
    padding: 10px 0;
}

.dataTables_length label {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 16px;
    color: #014039;
}

.dataTables_length select {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #014039;
    border-radius: 0;
    padding: 5px 17px;
    border: 1px solid #DDDFE1;
    box-sizing: border-box;
}

.search-block {
    float: right;
    width: 100%;
    max-width: 250px;
    /*padding-top: 1px;*/
}

    .search-block label {
        border: 1px solid #CFCFCF;
        margin-bottom: 5px;
    }

    .search-block input[type="search"] {
        background: #FFFFFF;
        border: 0;
        box-sizing: border-box;
        height: 40px;
    }

    .search-block button {
        background: #FFFFFF;
        border: 0;
        box-sizing: border-box;
    }

        .search-block button:hover, .search-block button:focus, .search-block button:visited, .search-block button:active {
            outline: none;
            border: 0;
        }

    .search-block input[type="search"]:focus-visible, .search-block input[type="search"]:focus {
        outline: none;
        border: 0;
        box-shadow: none;
    }

.sorting_asc input[type="checkbox"], .custom-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 0;
}

.ui-widget-overlay {
    background: #1F3F3C;
    opacity: .8;
    filter: Alpha(Opacity=.3);
}

.ui-dialog-buttonset button.ui-button {
    background: #014039;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    border: 0;
}

    .ui-dialog-buttonset button.ui-button:hover,
    .ui-dialog-buttonset button.ui-button:focus {
        background: #009A44;
        outline: none;
        border: none;
    }

.ui-dialog-titlebar .ui-dialog-title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #1F3F3C;
}

.modal-coorection label {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #014039;
}

.form-group label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.hidden {
    visibility: hidden;
    display: none;
}


.custom-radio {
    display: inline-block;
    margin-right: 20px;
}

    .custom-radio [type="radio"]:checked,
    .custom-radio [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        .custom-radio [type="radio"]:checked + label,
        .custom-radio [type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #666;
        }

            .custom-radio [type="radio"]:checked + label:before,
            .custom-radio [type="radio"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 20px;
                height: 20px;
                border: 2px solid #014039;
                border-radius: 100%;
                background: #fff;
            }

            .custom-radio [type="radio"]:checked + label:after,
            .custom-radio [type="radio"]:not(:checked) + label:after {
                content: '';
                width: 10px;
                height: 10px;
                background: #014039;
                position: absolute;
                top: 5px;
                left: 5px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .custom-radio [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .custom-radio [type="radio"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

        .custom-radio [type="radio"]:checked ~ label {
            color: #014039;
        }




.custom-checkbox input[type=checkbox] {
    position: relative;
    width: 18px;
    height: 18px;
    color: #363839;
    border: 1px solid #6c757d;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

    .custom-checkbox input[type=checkbox]::before {
        position: absolute;
        content: "";
        display: block;
        top: 0px;
        left: 5px;
        width: 7px;
        height: 12px;
        border-style: solid;
        border-color: #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        opacity: 0;
    }

    .custom-checkbox input[type=checkbox]:disabled {
        background-color: #DDDFE1;
        border: 1px solid #CFCFCF;
        cursor: default;
    }

    .custom-checkbox input[type=checkbox]:checked {
        color: #fff;
        border-color: #06842c;
        background: #06842c;
    }

        .custom-checkbox input[type=checkbox]:checked::before {
            opacity: 1;
        }

        .custom-checkbox input[type=checkbox]:checked ~ label::before {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }

.custom-checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 600;
    padding: 0 0.25em 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.dataTables_length, .dataTables_paginate, .insert-all-btn {
    margin-top: 20px !important;
}*/

.dataTables_wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

.dataTables_wrapper {
    /*float: left;*/
    width: 100%;
    margin-top: -5px;
}

.search-block .ui-icon-search {
    background-image: url(../images/search.svg);
    width: 11px;
    height: 11px;
    display: block;
    background-position: 0;
    margin-top: 0;
}

.search-block button {
    background: #FFFFFF;
    border: 0;
    box-sizing: border-box;
    border-left: 1px solid #CFCFCF;
    padding: 10px;
}

    .search-block button:hover, .search-block button:focus, .search-block button:visited, .search-block button:active {
        outline: none;
        border-left: 1px solid #CFCFCF;
    }

main.main-contant {
    min-height: calc(100vh - 95px);
    background: #FAFAFA;
    padding: 60px 0 0;
}

main.login-contant {
    min-height: calc(100vh - 95px);
    background: #FAFAFA;
}

.dataTables_wrapper .row:last-child {
    padding-top: 2px; /*20px;*/
}

.dataTables_length {
    margin-left: -15px;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.ajax-loader {
    visibility: hidden;
    background-color: rgba(255,255,255,0.5);
    position: fixed; /*absolute;*/
    /*z-index: +100 !important;*/
    z-index: 2000;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
}

    .ajax-loader div {
        position: relative;
        top: 45%;
        left: 50%;
    }

textarea {
    resize: none;
}

div#show-message {
    max-height: 320px;
    display: inline-flex;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #014039 #F5F5F5;
}

    div#show-message::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #DDDFE1;
        border-radius: 10px;
    }

    div#show-message::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #014039;
    }

.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form {
    box-shadow: 0px 1px 5px #014039;
    color: #fff;
}

    .login-form h2 {
        background: #014039;
        padding: 10px 20px;
        border-radius: 5px 5px 0 0;
    }

    .login-form form {
        padding: 20px 50px 50px;
    }

.bg-dark {
    background-color: #014039 !important;
}

.btn-outline-primary.btn-radio.focus, .btn-outline-primary.btn-radio:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

/*#table1_wrapper table thead {
    position: sticky;
    top: 0;
}*/

@media (max-width: 1650px) and (min-width:1367px) {
    .container-space .nav-tabs .nav-item {
        padding: 0;
    }
}

@media (max-width: 1366px) {
    header ul.nav li {
        padding: 0 15px;
    }

    .container-space .nav-tabs a.nav-link {
        padding: 21px 15px;
    }

    .container-space .nav-tabs .nav-item {
        margin: 0px;
        padding: 0 0px;
    }

    header ul.nav li a {
        padding: 21px 16px;
    }

    .correctionSelect .btn {
        width: 100%;
        padding: 10px 15px;
    }
}

@media (max-width: 1250px) and (min-width: 1099px) {
    .container-space .nav-tabs a.nav-link {
        padding: 20px 10px;
    }
}

/* IE 10 (and above..) */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    main.ie-main-block,
    .ie-main-block {
        display: table !important;
        margin: 0 auto;
    }

    main.main-contant .ie-container,
    .ie-container {
        display: table-cell !important;
        vertical-align: middle !important;
    }

    .datatable-table {
        width: 100%;
        padding: 0px;
        border-image: none;
        overflow: scroll;
        max-height: 490px;
        scrollbar-width: thin;
    }

    table tr td {
        word-break: break-all
    }

    .correctionSelect .btn {
        padding: 13px 15px 10px 15px;
        line-height: 16px;
    }

    .common-table {
        max-width: 100%;
        overflow-x: scroll;
    }
}

.register-form {
    height: calc(100vh - 115px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.text-sm {
    font-size: 14px;
    line-height: 20px;
}

.registration-form {
    box-shadow: 0px 1px 7px rgb(0 0 0 / 15%);
    margin-top: 60px;
}

    .registration-form .card-header {
        background: transparent;
        border-bottom: 0;
        padding-top: 40px;
    }

    .registration-form .card-body {
        padding: 20px 40px 40px;
    }

    .registration-form .form-group {
        /*width: 90%;*/
        margin: 0 auto 1.5em;
    }

.text-small, .text-small span {
    font-size: 12px;
}

.btn-info {
    color: #fff;
    background-color: #014039;
    border-color: #014039;
    width: 32px;
    height: 32px;
    box-shadow: none;
    border-radius: 0;
    outline: 0;
    border: 0;
}

    .btn-info:hover,
    .btn-info:focus {
        background-color: #009A44;
        border-color: #009A44;
        box-shadow: none;
        border-radius: 0;
        outline: 0;
        border: 0;
    }

    .btn-info span {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 0;
        background-image: none !important;
    }

        .btn-info span:before,
        .btn-info span:after {
            content: "";
            display: block;
            background: #fff;
            margin: 0 auto;
            position: absolute;
        }

        .btn-info span:before {
            height: 10px;
            width: 2px;
        }

        .btn-info span:after {
            width: 10px;
            height: 2px;
        }

.btn-large {
    padding: 15px 40px;
    margin: 0 auto;
}

.btn-grey,
.btn-outline-grey:not(:disabled):not(.disabled).active {
    background-color: #998F79;
    /*border-color: #998F79;*/
    color: #fff !important;
}

.btn-outline-grey {
    border-color: #ced4da;
    color: #998F79 !important;
}

.btn-green {
    background: #009A44;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    border: 1px solid #009A44;
    display: flex;
    align-items: center;
}

    .btn-green:hover {
        background: #009A44;
        padding: 5px 20px;
        font-weight: 500;
        font-size: 15px;
        line-height: 24px;
        color: #FFFFFF;
        border: 1px solid #009A44;
        display: flex;
        align-items: center;
    }

.form-group.register-btn {
    margin-top: 30px;
}

    .form-group.register-btn .headuser-btn {
        justify-content: center;
    }

.datatable-div--header thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #F8F8F8;
}

    .datatable-div--header thead tr th:first-child,
    .datatable-div--header thead tr th:nth-child(2),
    .datatable-div--header tbody tr td:first-child,
    .datatable-div--header tbody tr td:nth-child(2) {
        position: sticky;
        background: #f8f8f8;
        z-index: 1;
    }

    .datatable-div--header thead tr th:first-child,
    .datatable-div--header tbody tr td:first-child {
        left: 0;
    }

    .datatable-div--header thead tr th:nth-child(2),
    .datatable-div--header tbody tr td:nth-child(2) {
        left: 70px;
    }

.datatable-div-other--header thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #F8F8F8;
}

    .datatable-div-other--header thead tr th:first-child,
    .datatable-div-other--header tbody tr td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background: #f8f8f8;
    }

.password-show--hide {
    position: relative;
}

    .password-show--hide span i {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #014039;
    }

.header-fixed {
    position: fixed;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.left-aside--container {
}

.left-menu {
    background: #014039;
    position: fixed;
    width: 270px;
    left: 0;
    z-index: 1;
    top: 60px;
    min-width: 270px;
    height: 100vh;
}
/*.secondary-header.fixed {
    position: fixed;
    top: 60px;
    left: 270px;
    right: 0;
    z-index: 99;
    height: 48px;
}*/
.content-area {
    padding-left: 270px;
    /*padding-top: 60px;*/
}

.left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .left-menu ul li a {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
        padding: 15px 20px;
        display: block;
    }

        .left-menu ul li a:hover {
            text-decoration: none;
            color: #FFFFFF;
            background: #0A5952;
        }

        .left-menu ul li a.active {
            background: #998F79;
        }


.btn-light {
    background: #CFCFCF;
    /*border: #ebebeb;*/
}

.btn:focus, a:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.breadcrumb-item .nav-tabs {
    justify-content: flex-start;
}

.breadcrumb-item ul li a {
    color: #009A44;
    font-weight: 500;
    border: 0;
    font-size: 16px;
    padding: 0.5rem;
}

    .breadcrumb-item ul li a.active {
        font-weight: 400;
    }

#show-message {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 5px 15px;
}

.close-popup-btn {
    width: 110px;
}

.ui-dialog-buttonset {
    display: inline-block;
}

.ui-dialog-buttonpane {
    display: inline-block;
}

.ui-dialog-buttons {
    /*position: relative;*/
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0;
}
/*
.ui-dialog-buttonpane button {
    margin-top: 35px !important;
}*/

/*
.ui-dialog-buttonpane button {
    position: absolute;
    bottom: 32px;
    right: 34px;
}*/
.ui-dialog-buttonpane button {
    /*margin: 0 0 0 40px !important;*/
    margin-top: 35px !important;
    position: relative;
    bottom: 46px;
}

.show-plytixerror {
    display: inline-block;
    margin-left: 130px;
}

.no-export-excel + .ui-dialog-buttonpane button {
    margin-top: 0 !important;
}

.active-de--btn {
    min-width: 90px;
    max-width: 90px;
}

.action-btn {
    width: 40px;
    height: 40px;
    padding: 8px;
    /* margin-left: 5px; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #ebebeb;
}

.text-primary {
    color: #009A44 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: #014039;
    background: #014039;
}

.label {
    display: inline-block;
    padding: 5px 10px;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 5px;
}

.label-primary {
    background-color: #009A44;
}

.label-default {
    background-color: #ebebeb;
    color: #212529;
}

label.required:after {
    color: #e32;
    content: ' *';
    display: inline;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    min-width: 65px;
}

.dropdown-menu.inner {
    max-height: 320px;
    display: inline-flex;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #014039 #F5F5F5;
}

    .dropdown-menu.inner::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #DDDFE1;
        border-radius: 10px;
    }

    .dropdown-menu.inner::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #014039;
    }

.modal-coorection .div-scroll {
    overflow: auto;
    padding: 0 !important;
    scrollbar-width: thin;
    scrollbar-color: #014039 #F5F5F5;
    border: 1px solid #dee2e6;
    max-height: 448px;
    height: 250px;
}

    .modal-coorection .div-scroll::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #DDDFE1;
        border-radius: 10px;
    }

    .modal-coorection .div-scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #014039;
    }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
    margin-right: 10px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 157px !important;
}

.bg-highlight {
    background-color: #0eb3cd1c !important;
}

.left-group {
    background: #014039;
    position: fixed;
    width: 270px;
    left: 0;
    z-index: 1;
    top: 60px;
    min-width: 270px;
    height: 100vh;
}

    .left-group ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .left-group ul li a {
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 18px;
            color: #FFFFFF;
            padding: 15px 20px;
            display: block;
        }

            .left-group ul li a:hover {
                text-decoration: none;
                color: #FFFFFF;
            }

            .left-group ul li a.active {
                background: #998F79;
            }

.page-title {
    top: 15px;
    height: 26px;
    left: 5px;
    color: #000000;
}

    .page-title h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
    }

.container-space .product-tab {
    display: flex;
    justify-content: flex-start;
    margin-left: -15px;
    margin-top: 30px;
}

.container-space .tab-view {
    margin-top: 18px;
}

.container-space .page-title2 {
    margin-bottom: 12px !important;
    margin-top: 18px;
}

.page-title2 small {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.selection-panel {
    padding: 20px 40px 0px 40px;
    background: #FFFFFF;
    border: 1px solid #DDDFE1;
    box-sizing: border-box;
}

/*.data-panel {
    margin: 20px;
}*/
.middle-panel {
    display: flex;
    justify-content: center;
    padding: 0 25px;
}

.completeness-panel {
    padding: 20px 40px;
    background: #FFFFFF;
    border: 1px solid #DDDFE1;
    /* margin: 0px 0px 0px 20px; */
    width: 323px;
    /* height: 487px; */
    left: 0;
    /* flex: none;*/
}

.attributes-panel {
    padding: 20px 40px;
    /*height: 487px;*/
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DDDFE1;
    margin: 0px 0px 0px 20px;
}

.attribute-list {
    border: 1px solid #DDDFE1;
    padding: 20px;
}

    .attribute-list div.col-md-7 {
        margin-left: -10px;
    }

.bootstrap-select &gt; .dropdown-toggle.bs-placeholder, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:hover, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:focus, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:active {
    color: #999 !important;
}

/*.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #999 !important;
}*/

.progress {
    width: 100%;
}

textarea {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #014039 #F5F5F5;
    max-height: 448px;
    height: 250px;
}

    textarea::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #DDDFE1;
        border-radius: 10px;
    }

    textarea::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #014039;
    }

.attribute-list {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #014039 #F5F5F5;
    max-height: 450px;
    height: 400px;
}

    .attribute-list::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #DDDFE1;
        border-radius: 10px;
    }

    .attribute-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #014039;
    }



.page-header {
    max-width: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    .page-header .page-title {
        width: 100%;
        margin-left: -20px;
    }

.page-title h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    left: 32px;
}

.page-title small {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /*padding-top: 15px;*/
}

.submit-action {
    margin-top: 17px;
    display: flex;
    justify-content: flex-end;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
    width: 54%;
}

    /* style icon */
    .inner-addon .bi {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .bi {
    left: 0px;
    color: #DDDFE1;
}

.right-addon .bi {
    right: 0px;
    color: #DDDFE1;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.bs-searchbox .form-control {
    border-radius: 0;
}
/*current value in add product form */
.currentvaluelable {
    color: #949494;
    position: static;
    left: 0px;
    top: 0px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.currentvalue {
    color: #C55917;
    left: 0px;
    top: 0px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: left;
}

/*ComboTree of EasyUI*/
.e-treeview .e-active, .e-fullrow-wrap .e-li-active &gt; .e-fullrow {
    background: none !important;
}

.panel .combo-panel.panel-body {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #014039 #F5F5F5;
    max-height: 450px;
    height: 200px !important;
    width: 100% !important;
}

    .panel .combo-panel.panel-body::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #DDDFE1;
        border-radius: 10px;
    }

    .panel .combo-panel.panel-body::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #014039;
    }

.btn-link {
    cursor: pointer;
}

.overflow-wrap {
    overflow-wrap: anywhere;
}

.table thead th {
    vertical-align: top;
}

span.textbox-focused {
    border-color: #009a44;
    box-shadow: 0 0 0 0.2rem rgb(0 154 68 / 26%) !important;
}

/* border-pagination */
.b-pagination-outer {
    float: right;
    margin-top: 5px;
}

#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center
}

    #border-pagination li {
        display: inline;
    }

        #border-pagination li a {
            display: block;
            text-decoration: none;
            color: #000;
            padding: 5px 10px;
            border: 1px solid #ddd;
            float: left;
        }

        #border-pagination li a {
            -webkit-transition: background-color 0.4s;
            transition: background-color 0.4s
        }

            #border-pagination li a.active {
                background-color: #4caf50;
                color: #fff;
            }

            #border-pagination li a:hover:not(.active) {
                background: #ddd;
            }
</pre></body></html>