@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap");

html,
body {
    background: #f1f1f1;
    min-height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 15px;
    height: 10px;
}

.txtDescription::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.btn {
    font-size: 14px;
    min-width: 100px;
    padding: 6px 15px;
}

.btn-secondary {
    background: #fff;
    color: #212e39;
    border-color: #212e39;
}

    .btn-secondary:hover {
        background: #212e39;
        color: #ffffff !important;
        border-color: #212e39 !important;
    }

    .btn-secondary:focus {
        box-shadow: none;
    }
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f7f8fb;
}

/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #afafaf;
}

a {
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.add-btn {
    position: absolute;
    right: 12px;
    z-index: 111;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
    color: #000000;
}

.dataTables_filter {
    float: left !important;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

body {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    /*color: #25292a;*/
    color: #000000;
}


label {
    margin-bottom: 0.5rem;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .active {
    display: block;
}

.header-main {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.1);
    height: 80px;
    width: 100%;
    padding: 0 40px 0 300px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 9;
}

.header-content {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

.header-menu, .header-right {
    display: flex;
    height: 100%;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
}

    .header-menu li {
        list-style: none;
        margin: 0 5px 0 0px;
        padding: 0px;
        text-decoration: none;
    }

        .header-menu li a {
            -webkit-transition: background-color 0.2s linear;
            -ms-transition: background-color 0.2s linear;
            transition: background-color 0.2s linear;
        }

            .header-menu li a.headerNav {
                display: flex;
                align-items: center;
                line-height: 42px;
                font-size: 14px;
                color: #25292a;
                font-weight: normal;
                padding: 0 15px;
                border-bottom: 2px solid #fff;
                text-decoration: none;
            }

                .header-menu li a.headerNav:hover {
                    background: #f6f8fa;
                    text-decoration: none;
                }

                .header-menu li a.headerNav svg {
                    margin: 0 10px 0 0;
                }

                    .header-menu li a.headerNav svg rect,
                    .header-menu li a.headerNav svg path {
                        fill: #25292a;
                    }

                .header-menu li a.headerNav:after {
                    display: none !important;
                }

        .header-menu li.show a.headerNav,
        .header-menu li.active a.headerNav {
            color: #008ae1;
            border-color: #008ae1;
        }

            .header-menu li.show a.headerNav svg rect,
            .header-menu li.show a.headerNav svg path,
            .header-menu li.active a.headerNav svg rect,
            .header-menu li.active a.headerNav svg path {
                fill: #008ae1;
            }

            .header-menu li.show a.headerNav:hover,
            .header-menu li.active a.headerNav:hover {
                background: transparent;
            }

    .header-menu .dropdown-menu {
        top: 15px !important;
        left: -10px !important;
        will-change: transform;
        padding: 24px 20px;
    }

.dropdown-item.active,
.dropdown-item:active {
    background: #233646;
}

.dropdown-menu {
    box-shadow: 0px 2px 11px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 0;
}

.dropdown-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

    .dropdown-box .row {
        width: calc(100% - 210px);
    }

.column-grid {
    float: left;
    width: 33.33%;
}

.header-menu .dropdown-menu .dropdown-item {
    height: 51px;
    display: flex;
    align-items: center;
    padding: 5px 16px;
    color: #737791;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    font-size: 14px;
}

    .header-menu .dropdown-menu .dropdown-item svg {
        margin-right: 10px;
    }

    .header-menu .dropdown-menu .dropdown-item:hover {
        background: #ededed;
        border-radius: 5px;
    }



.sideBar {
    position: fixed;
    left: 0;
    top: 0;
    width: 260px;
    background: #233646;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 10;
    padding-bottom: 80px;
}

.header-right .bootstrap-select {
    width: 350px !important;
}

    .header-right .bootstrap-select .dropdown-toggle {
        padding: 9px 30px 9px 15px;
        min-height: 42px;
        border-radius: 5px;
    }

        .header-right .bootstrap-select .dropdown-toggle::before {
            content: "";
            background: url("../images/drop-arrow.svg") center no-repeat;
            width: 12px;
            height: 7px;
            position: absolute;
            right: 15px;
            top: 16px;
        }

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.header-right .bootstrap-select .filter-option-inner-inner {
    font-size: 14px;
    color: #737791;
    font-weight: 600;
}

.header-right .bootstrap-select .dropdown-toggle::after {
    display: none !important;
}

.notificationBox {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 16px;
}

.notificationIcon {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: #f6f8fa;
    border-radius: 5px;
}

    .notificationIcon:hover {
        background: #233646;
    }

        .notificationIcon:hover svg rect,
        .notificationIcon:hover svg path {
            fill: #fff;
        }

.sideLogoMain {
    display: flex;
    width: 100%;
    height: 80px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .sideLogoMain h1 {
        color: #ffffff;
        font-size: 33px;
        font-weight: 600;
    }

.sideBarNav {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 27px;
    max-height: calc(100vh - 180px);
    overflow-x: hidden;
}
    /*.sideBarNav {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 27px;
    min-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}*/


    .sideBarNav li {
        display: block;
        margin-bottom: 14px;
    }

        .sideBarNav li a {
            display: flex;
            align-items: center;
            height: 48px;
            padding: 0 34px;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            color: #e3e3e3;
            position: relative;
            text-decoration: none;
        }

            .sideBarNav li a span {
                padding-left: 12px;
                white-space: nowrap;
            }

            .sideBarNav li a div {
                width: 21px;
            }

            .sideBarNav li a::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 4px;
                height: 100%;
                background: #008ae1;
                opacity: 0;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .sideBarNav li a svg rect,
            .sideBarNav li a svg path {
                fill: #e3e3e3;
            }

            .sideBarNav li a:hover::before,
            .sideBarNav li.active a::before {
                opacity: 1;
            }

            .sideBarNav li a:hover {
                background: #212e39;
                color: #ffff;
            }

        .sideBarNav li.active a {
            background: #212e39;
            color: #ffff;
            font-weight: 600;
        }

            .sideBarNav li a:hover svg rect,
            .sideBarNav li a:hover svg path,
            .sideBarNav li.active a svg rect,
            .sideBarNav li.active a svg path {
                fill: #fff;
            }

.collapsMenu {
    position: absolute;
    left: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
    background: #212e39;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    text-decoration: none !important;
}

    .collapsMenu span {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #e3e3e3;
        padding: 0 0 0 13px;
    }

.collapsAll .collapsMenu svg {
    transform: rotateZ(180deg);
}

.collapsAll .sideBar {
    width: 84px;
}

.collapsAll .sideBarNav li a {
    padding: 0 30px;
}

.collapsAll .header-main {
    padding-left: 120px;
}

.collapsAll .main-section {
    padding-left: 110px;
}

.main-section {
    float: left;
    width: 100%;
    min-height: calc(100vh);
    padding: 104px 30px 0 290px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.section-box {
    display: block;
}

.titleText {
    display: inline-block;
    vertical-align: top;
}

    .titleText h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        color: #323232;
    }

.user-box {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
}

    .user-box a {
        display: flex;
        align-items: center;
        text-decoration: none !important;
    }

    .user-box .dropdown-menu {
        top: 15px !important;
        z-index: 111;
    }

.userAvatar {
    width: 42px;
    height: 42px;
    background: #f6f8fa;
    border-radius: 5px;
    margin-right: 12px;
    background: center no-repeat;
    background-size: cover;
}

.user-box a span {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #25292a;
}

.user-box a.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 4px solid #25292a;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
}

.form-group {
    position: relative;
    min-height: 64px;
    padding: 8px 0;
}

.custom-checkbox {
    padding: 10px 0 0;
}

    .custom-checkbox label {
        margin-right: 20px;
        margin-left: 5px;
    }

.form-group .field-validation-error {
    font-size: 11px;
    position: absolute;
    left: 0;
    /*bottom: -17px;*/
    color: red;
    /*margin-top:20px;*/
}

.main-box {
    background: #ffffff;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 20px;
    min-height: calc(100vh - 120px);
    margin-bottom: 16px;
}

.form-signin-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #323232;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #323232;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.btn-primary {
    background: #212e39;
    border-color: #212e39;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #212e39;
        border-color: #212e39;
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        background: #212e39;
        border-color: #212e39;
        box-shadow: none;
    }

.dataTables_wrapper {
    overflow-y: hidden;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

.dropdownwidth {
    width: 50%;
    margin-left: 10px;
}

table.dataTable.nowrap th {
    background-color: #233646;
    border-top: 1px solid #233646;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 14px 19px;
}

table.dataTable.nowrap td {
    padding: 10px 19px;
    border: none !important;
    border-bottom: 1px solid #E3E3E3 !important;
    color: #000000;
}

table.dataTable.nowrap th:first-child {
    border-radius: 5px 0 0 0;
}

table.dataTable.nowrap th:last-child {
    border-radius: 0 5px 0 0;
}

table.dataTable.nowrap tr.even {
    background-color: #f8f8f8 !important;
}
    table.dataTable.nowrap tr.even td {
        background-color: #f8f8f8 !important;
    }

    table.dataTable thead th,
    table.dataTable thead td,
    table.dataTable.no-footer {
        border: none;
    }

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background: #fff;
}

.dataTables_wrapper {
    font-size: 14px;
}

.dataTables_filter input {
    background: #f8f8f8;
    border-radius: .25rem;
    border: 1px solid #e3e3e3;
    height: 35px;
    width: 300px;
    padding: 0 15px;
}

table.dataTable.nowrap td:first-child {
    border-left: 1px solid #e3e3e3 !important;
}

table.dataTable.nowrap td:last-child {
    border-right: 1px solid #e3e3e3 !important;
}

table.dataTable tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 5px;
}

table.dataTable tbody tr:last-child td:last-child {
    border-radius: 0px 0px 5px 0px;
}

.dataTables_filter input:focus {
    border: none;
    outline: none;
}

.form-control {
    font-size: 14px;
    color: #000000;
}

.add-btn a {
    height: fit-content;
}

.main-box .col-sm-12 {
    position: relative;
}

@media (max-width: 1440px) {
    .header-main {
        padding: 0 20px 0 280px;
    }

    .header-menu li a.headerNav {
        padding: 0 8px;
    }

    .user-box,
    .notificationBox {
        margin-left: 8px;
    }

    .header-right .bootstrap-select {
        width: 220px !important;
    }

    .header-menu .dropdown-menu {
        padding: 10px;
    }
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
    display: inline-block !important;
    vertical-align: top !important;
    background: #fff !important;
    border: 1px solid #233646 !important;
    border-radius: 5px !important;
    min-width: 40px !important;
    line-height: 32px !important;
    padding: 0 5px !important;
    font-size: 12px !important;
    color: #233646 !important;
    margin: 0 3px;
}

    .dataTables_wrapper .dataTables_paginate a.paginate_button.previous,
    .dataTables_wrapper .dataTables_paginate a.paginate_button.next {
        min-width: 80px !important;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #233646 !important;
    cursor: not-allowed;
    background: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: #233646 !important;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 20px 0 0;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background: #fff;
}

.dataTables_info {
    margin-top: 20px;
    font-size: 12px;
}

.datepicker-days {
    padding: 15px;
    border-radius: 5px;
    font-size: 12px;
}

.datepicker td, .datepicker th {
    padding: 3px;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #233646;
}
/*.modal-backdrop{
    z-index:0 !important;
}*/
@media (max-width: 1199px) {
    .header-main {
        display: flex;
        flex-wrap: wrap;
        height: 138px;
    }

    .header-menu {
        width: 100%;
        order: 2;
        margin-top: 0px;
    }

    .header-right {
        order: 1;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .main-section {
        padding-top: 162px;
    }

    .header-right .bootstrap-select {
        width: 100% !important;
    }

    .header-main,
    .main-section {
        padding-left: 110px !important;
    }

    .collapsMenu span, .sideBarNav li a span {
        display: none;
    }

    .sideBar {
        width: 100px;
    }

    .sideBarNav li a span {
        display: none !important;
    }

    .main-box {
        min-height: calc(100vh - 182px);
    }

    .tblPurchaseData #PurchaseTable_wrapper {
        max-height: calc(100vh - 322px) !important;
    }

    #DivTradeInfoData #TradeInfoTable_wrapper {
        max-height: calc(100vh - 322px) !important;
    }

    /*.tblProjectDeficiencyData #DeficienciesTable_wrapper, .tblProjectDeficiencyData #CompletedDeficienciesTable_wrapper {
        max-height: calc(100vh - 373px) !important;
    }*/
}

.PurchaseInspectionDate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .PurchaseInspectionDate .form-group {
        width: calc(100% - 75px);
    }

    .PurchaseInspectionDate .btn {
        margin-top: 12px;
        min-width: 65px;
    }

.TarrionMyDate {
    margin-bottom: 2.8rem;
}

    .TarrionMyDate .form-group {
        margin-bottom: 0;
        min-height: unset;
    }

    .TarrionMyDate .btn {
        margin-top: 0;
    }

#DivInspectionDetails .inspection_form_label {
    font-weight: 700;
}

#snippetcommenttable tr td, #snippetcommenttable tr th {
    padding: 0.5rem;
}

#DivInspectionDetails label#lbsnippetheader, #DivProjectDeficienies label#lbsnippetheader {
    padding: 0.75rem 0rem;
    font-weight: 700;
    margin-bottom: 0px;
}

#DivInspectionDetails .inspection_floor {
    min-height: 40px;
}

#DivInspectionDetails .inspection_form_label {
    font-weight: 700;
    background: #f8f9fa;
    padding: 1rem;
    line-height: 15px;
    border-radius: 0.25rem;
}

.inspection_form_label label {
    margin-bottom: 0px !important;
}

.dataTables_paginate {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .logo_
    img {
        padding: 1rem 0rem !important;
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .login_content form {
        padding: 1rem 0rem !important;
    }

    .main-box .row .col-md-5 {
        border-radius: 10px 10px 0px 0px !important;
    }

    .main-box .row .col-md-7 {
        border-radius: 0px 0px 10px 10px !important;
    }

    .form-signin-heading {
        font-size: 24px !important;
        line-height: 32px !important;
    }
}


.DeletePurchaseLedgerServiceTableRow {
    color: #363636 !important;
}

#PurchaseLedgerServiceTable thead tr th {
    background-color: #233646;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 14px 19px;
}

#PurchaseLedgerServiceTable tbody tr td {
    height: 42px;
    padding: 3px;
}

#PurchaseLedgerServiceTable tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

#PurchaseLedgerServiceTable tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

#PurchaseLedgerServiceTable tbody tr:nth-child(odd) {
    background: #fff;
}

#PurchaseLedgerServiceTable tbody tr:nth-child(even) {
    background: #f8f8f8;
}

#PurchaseLedgerServiceTable thead tr {
    border-radius: 5px 5px 0 0;
}

#PurchaseLedgerServiceTable tbody tr {
    border: 1px solid #e3e3e3;
}

#PurchaseLedgerServiceTable thead tr th:first-child {
    border-radius: 5px 0 0 0;
}

#PurchaseLedgerServiceTable thead tr th:last-child {
    border-radius: 0 5px 0 0px;
}

#PurchaseLedgerServiceTable {
    margin-top: 18px;
    border-collapse: collapse;
}


#PDFLinkRecordTable thead tr th {
    background-color: #233646;
    border-top: 1px solid #233646;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 14px 19px;
}

#PDFLinkRecordTable tbody tr td {
    padding: 10px 19px;
    border: none !important;
    border-bottom: 1px solid #E3E3E3 !important;
    color: #363636;
}

#PDFLinkRecordTable tbody tr:nth-child(odd) {
    background: #fff;
}

#PDFLinkRecordTable tbody tr:nth-child(even) {
    background: #f8f8f8;
}

#PDFLinkRecordTable tbody tr td:first-child {
    border-left: 1px solid #e3e3e3 !important;
}

#PDFLinkRecordTable tbody tr td:last-child {
    border-right: 1px solid #e3e3e3 !important;
}

#PurchaseLedgerLotInfoTable {
    margin-top: 18px;
}

    #PurchaseLedgerLotInfoTable thead tr th {
        background-color: #233646;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        padding: 14px 8px;
    }

        #PurchaseLedgerLotInfoTable thead tr th label {
            margin-bottom: 0px !important;
        }

    #PurchaseLedgerLotInfoTable tbody tr td {
        height: 42px;
        padding: 0px 8px;
        word-break: break-word
    }

    #PurchaseLedgerLotInfoTable tbody tr {
        border: 1px solid #e3e3e3;
    }


#ExportInspectionTable {
    margin-top: 15px;
    margin-bottom: 15px;
}

    #ExportInspectionTable thead tr th {
        background-color: #233646;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        padding: 14px 8px;
    }

        #ExportInspectionTable thead tr th label {
            margin-bottom: 0px !important;
        }

    #ExportInspectionTable tbody tr td {
        height: 42px;
        padding: 0px 8px;
        word-break: break-word
    }

    #ExportInspectionTable tbody tr {
        border: 1px solid #e3e3e3;
    }

.signature-pad > canvas {
    display: block;
    width: 300px;
    height: 150px;
    margin-bottom: 5px;
}

#signaturecanvas:hover {
    cursor: pointer;
}

.merge-data-form h6 {
    font-size: 14px;
    line-height: 19px;
    color: #212E39;
    margin-bottom: 10px;
}

.merge-data-form hr {
    margin: 23px 0 28px;
    border-top: 1px #F1F1F1 solid;
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #CED4DA;
}

action-btn {
    display: flex;
    align-items: center;
}

.action-btn .edit-btn, .action-btn .assignproject, .action-btn .accessmodulebtn {
    height: 25px;
    width: 25px;
    background-color: #DADADA;
    border-radius: 5px;
    color: #323232 !important;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    margin-right: 14px;
    /*margin-left:14px;*/
}

.action-btn .Deletebtn {
    height: 25px;
    width: 25px;
    background-color: #DADADA;
    border-radius: 5px;
    color: #323232 !important;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    margin-right: 20px;
    margin-left: 14px;
}

.upload-file {
    background: #F1F1F1;
    border: 1px solid #212E39;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #212E39;
}
.upload-file:hover {
    background: #F1F1F1 !important;
    border-color: #212E39 !important;
    color: #212529 !important
}
.PDFLinkRecordTable {
    border-radius: 5px;
    overflow: hidden;
}

#UserProjectTable thead th {
    border-bottom: 1px solid #dee2e6;
}

.deactivate-btn, .activate-btn {
    margin-right: 14px;
}
/*.action-btn span[title="Deactivate"], .action-btn span[title="Activate"] {
    margin-right: 30px;
}*/
.dataTables_filter input {
    background: #F8F8F8 url('../images/Search.svg');
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left: 35px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
}

    .dataTables_filter input:focus {
        border: 1px solid #E3E3E3;
    }

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0em;
}

.workorderhr {
    margin-top: 0rem !important;
}

.workorderlabel {
    padding: 0px 10px 2px 5px;
}
/*.reporttype {
    width: 450px;
    padding: 10px;
    border: 1px solid #ced4da;
    margin: 0;
    padding-left: 15px;
}*/
/*.orderstoinclude {
    width: 350px;
    padding: 10px;
    border: 1px solid #ced4da;
    margin: 0;
    padding-left: 15px;
}*/
fieldset {
    /*background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    border: 1px solid #ced4da;
    padding-left: 15px;
    padding-right: 15px;
}

    fieldset legend {
        width: auto;
        font-size: 1rem;
        font-weight: 400;
    }

.report-menu {
    position: relative;
}

.sidemenu-report-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background-color: #233646;
    overflow: hidden;
    display: block;
    opacity: 0;
    transition: ease-out 0.3s;
    max-height: 220px;
    overflow-y: auto;
    pointer-events: none;
}
/*.sidemenu-report-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background-color: #233646;
    overflow: hidden;
    display: block;
    opacity: 0;
    transition: ease-out 0.3s;
    max-height: 220px;
    overflow-y: unset;
    pointer-events: none;
}*/
.report-menu:hover .sidemenu-report-dropdown {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
}

#TarionPDFImportTable thead tr th {
    background-color: #233646;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 14px 19px;
}

#TarionPDFImportTable tbody tr td {
    height: 42px;
    padding: 3px;
}

#TarionPDFImportTable tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

#TarionPDFImportTable tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

#TarionPDFImportTable tbody tr:nth-child(odd) {
    background: #fff;
}

#TarionPDFImportTable tbody tr:nth-child(even) {
    background: #f8f8f8;
}

#TarionPDFImportTable thead tr {
    border-radius: 5px 5px 0 0;
}

#TarionPDFImportTable tbody tr {
    border: 1px solid #e3e3e3;
}

#TarionPDFImportTable thead tr th:first-child {
    border-radius: 5px 0 0 0;
}

#TarionPDFImportTable thead tr th:last-child {
    border-radius: 0 5px 0 0px;
}

#TarionPDFImportTable {
    margin-top: 18px;
    border-collapse: collapse;
}

.DeleteInspectionsGroupDataTableRow {
    color: #363636 !important;
}

#InspectionsGroupDataTable thead tr th {
    background-color: #233646;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 14px 19px;
}

#InspectionsGroupDataTable tbody tr td {
    height: 42px;
    padding: 3px;
}

#InspectionsGroupDataTable tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

#InspectionsGroupDataTable tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

#InspectionsGroupDataTable tbody tr:nth-child(odd) {
    background: #fff;
}

#InspectionsGroupDataTable tbody tr:nth-child(even) {
    background: #f8f8f8;
}

#InspectionsGroupDataTable thead tr {
    border-radius: 5px 5px 0 0;
}

#InspectionsGroupDataTable tbody tr {
    border: 1px solid #e3e3e3;
}

#InspectionsGroupDataTable thead tr th:first-child {
    border-radius: 5px 0 0 0;
}

#InspectionsGroupDataTable thead tr th:last-child {
    border-radius: 0 5px 0 0px;
}

#InspectionsGroupDataTable {
    margin-top: 18px;
    border-collapse: collapse;
}

.inspection-tree-box {
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    min-height: 346px;
}

.inspection-tree-scroll {
    max-height: 324px;
    min-height: 324px;
    overflow-y: auto;
}

#DivSendManualMailBody {
    max-height: 324px;
    min-height: 324px;
    overflow-y: auto;
}

#DivSendMailReportsBody {
    max-height: 324px;
    min-height: 324px;
    overflow-y: auto;
}

#DivSendMailAllReportsBody {
    max-height: 324px;
    min-height: 324px;
    overflow-y: auto;
}

#DivSendMailAllTradeReportsBody {
    max-height: 324px;
    min-height: 324px;
    overflow-y: auto;
}

#ImportCheckListTable thead tr th {
    background-color: #233646;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 14px 19px;
}

#ImportCheckListTable tbody tr td {
    height: 42px;
    padding: 3px;
}

#ImportCheckListTable tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

#ImportCheckListTable tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

#ImportCheckListTable tbody tr:nth-child(odd) {
    background: #fff;
}

#ImportCheckListTable tbody tr:nth-child(even) {
    background: #f8f8f8;
}

#ImportCheckListTable thead tr {
    border-radius: 5px 5px 0 0;
}

#ImportCheckListTable tbody tr {
    border: 1px solid #e3e3e3;
}

#ImportCheckListTable thead tr th:first-child {
    border-radius: 5px 0 0 0;
}

#ImportCheckListTable thead tr th:last-child {
    border-radius: 0 5px 0 0px;
}

#ImportCheckListTable {
    margin-top: 18px;
    border-collapse: collapse;
}

#DivSendMailToPurchasersBody {
    max-height: 324px;
    min-height: 324px;
    overflow-y: auto;
}

#DivSendMailToTradersBody {
    max-height: 324px;
    min-height: 324px;
    overflow-y: auto;
}

#TarionReportImportTable thead tr th {
    background-color: #233646;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 14px 19px;
}

#TarionReportImportTable tbody tr td {
    height: 42px;
    padding: 6px;
}

#TarionReportImportTable tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

#TarionReportImportTable tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

#TarionReportImportTable tbody tr:nth-child(odd) {
    background: #fff;
}

#TarionReportImportTable tbody tr:nth-child(even) {
    background: #f8f8f8;
}

#TarionReportImportTable thead tr {
    border-radius: 5px 5px 0 0;
}

#TarionReportImportTable tbody tr {
    border: 1px solid #e3e3e3;
}

#TarionReportImportTable thead tr th:first-child {
    border-radius: 5px 0 0 0;
}

#TarionReportImportTable thead tr th:last-child {
    border-radius: 0 5px 0 0px;
}

#TarionReportImportTable {
    border-collapse: collapse;
}

.tblTarionImport {
    margin-top: 18px;
    max-height: 400px;
    overflow-y: auto;
}

    .tblTarionImport td input, .tblTarionImport td textarea {
        border: none;
        outline: none;
        background-color: transparent;
        resize: none;
    }

.tblTarionImportData {
    margin-top: 18px;
    max-height: 700px;
    overflow-y: auto;
    overflow-x: auto;
}

    .tblTarionImportData td input, .tblTarionImportData td textarea {
        border: none;
        outline: none;
        background-color: transparent;
        resize: none;
    }

.VieTechAuditCompletedDate {
    width: 100px !important;
    min-width: 100px !important;
    border: 1px solid !important;
}


.VieTechAuditDesc {
    width: 350px !important;
    min-width: 350px !important;
}

.jstree-default .jstree-clicked {
    background: yellow !important;
}

.jstree-default .jstree-hovered {
    background: #FFFF99 !important;
}

.tblProjectDeficiencyData #DeficienciesTable_wrapper, .tblProjectDeficiencyData #CompletedDeficienciesTable_wrapper {
    margin-top: 18px;
    /*max-height: calc(100vh - 307px);*/
    overflow-y: auto;
    overflow-x: auto;
}

.tblProjectDeficiencyData td input, .tblProjectDeficiencyData td textarea {
    border: none;
    outline: none;
    background-color: transparent;
    resize: none;
}


/****Home Content CSS*****/
.home_list {
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    gap:20px;
    list-style-type: none;
    padding-left:0;
    margin-bottom:0;
}

    .home_list li {
        width: calc(100%/4 - 15px);
        text-align: center;
    }

        .home_list li .icon_box svg {
            max-width: 40px;
            max-width: 40px;
            max-height: 40px;
            margin: auto;
        }

            .home_list li .icon_box svg path {
                fill: #25292A;
            }

        .home_list li .main-box {
            display: flex;
            justify-content: center;
            flex-direction: column;
            min-height: 180px;
            margin-bottom:0;
        }

            .home_list li .main-box h5 {
                color: #25292A;
                margin-top: 1rem;
                margin-bottom: 0px;
            }





.homeTitle h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #25292A;
}

.email_box_btn a {
    border-radius: 10px !important;
    font-size: 20px;
}

.home_list li a .main-box {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  
}

.home_list li a:hover .main-box {
    box-shadow: 0px 4px 14px rgb(0 0 0 / 50%) !important;
    transform: scale(1.03);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}


.statutory-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
}

    .statutory-list li {
        width: calc(100%/2 - 8px);
        min-height: 100% !important;
    }

.home-para {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #25292a80;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.state-val {
    color: #233646;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

.statutory-list li .state-val {
    font-size: 34px;
    line-height: 46px;
}

.def-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.all-def {
    margin-top: 2rem;
}

    .all-def .border-none {
        border: none !important;
    }

.def-content {
    width: calc(100%/3 - 16px);
}

.all-def .main-box {
    padding: 28px !important;
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
}

.statutory-list li {
    min-height: 142px !important;
    height: 100% !important;
}

.all-def .col-lg-6, .all-def .col-lg-4, .all-def .col-lg-8 {
    padding: 0 10px !important;
}

.all-def .col-lg-6 {
    padding-bottom: 20px !important;
}

    .all-def .col-lg-6 .main-box {
        height: 100%;
    }

@media(max-width:1400px) {
    .home-para {
        font-size: 14px;
        line-height: 20px;
    }

    .home_list h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .homeTitle h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .state-val {
        font-size: 18px;
    }

    .statutory-list li .state-val {
        font-size: 24px;
        line-height: 33px;
    }

    .header-menu li a.headerNav {
        font-size: 12px;
        padding: 0 6px;
    }

        .header-menu li a.headerNav svg {
            margin: 0 5px 0 0;
            width: 12px;
        }

    .user-box a span {
        font-size: 12px;
        line-height: 18px;
    }

    .header-right .bootstrap-select {
        width: auto !important;
        min-width: 150px !important;
    }
}

@media(max-width:991px) {
    .home_list li .main-box {
        min-height: 230px;
    }

        .home_list li .main-box svg {
            width: 45px;
            height: 45px;
        }

        .home_list li .main-box h5 {
            font-size: 18px;
            margin-top: 1rem;
        }


    .email_box_btn a {
        border-radius: 10px !important;
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .home_list li .main-box {
        min-height: 200px;
    }

    .home_list li {
        width: calc(100%/2 - 12px);
    }

        .home_list li .main-box svg {
            width: 40px;
            height: 40px;
        }

        .home_list li .main-box h5 {
            font-size: 16px;
        }




    .email_box_btn a {
        border-radius: 10px !important;
        font-size: 16px;
    }
}
#editLink {
    display: none;
}
table.dataTable.nowrap tr.even.CustomTRClass, table.dataTable.nowrap tr.even td.CustomTRClass {
    background: yellow !important;
}

table.dataTable.nowrap tr.odd.CustomTRClass, table.dataTable.nowrap tr.odd td.CustomTRClass {
    background: yellow !important;
}


.tblProjectDeficiencyData table thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.tblPurchaseData #PurchaseTable_wrapper {
    margin-top: 18px;
    max-height: calc(100vh - 279px);
    overflow-y: auto;
    overflow-x: auto;
}

#DivTradeInfoData #TradeInfoTable_wrapper {
    margin-top: 18px;
    /*max-height: calc(100vh - 279px);
    overflow-y: auto;
    overflow-x: auto;*/
}

.rblAppointment {
    padding-top: 35px;
}

    .rblAppointment input[type="radio"] {
        margin: 0px 5px 0px 20px;
    }

.btnEnableReadOnlyNoDrop {
    cursor: no-drop !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #000000;
}

input::placeholder {
    color: #3f3f3f !important;
}

.main-box.login_content {
    min-height: auto !important;
}

#DivSignPDIInspections .modal-lg {
    max-width: 1200px;
}

.EditImageDisplay {
    max-height: 100px;
    max-width: 140px;
}

.ProjectDeficiencyDateIn, .ProjectDeficiencyAppointmentDate, .ProjectDeficiencyDateDone {
    border: 1px solid !important;
}

.table-description-cell {
    white-space: normal;
    /*width: 345px;*/
    min-width: 345px;
    /*max-width: 345px;*/
    word-break: break-all;
}

.tblProjectDeficiencyData .editable {
    cursor: pointer;
}

.all-def, a {
    color: #25292a;
}
/*.selectionforOrder {
    display: flex;
    flex-direction: row;
    align-items: center;
}*/

.home_list_report {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    list-style-type: none;
    padding-left: 0;
    padding-top: 24px;
}

    .home_list_report li {
        width: calc(100%/3 - 14px);
        text-align: center;
    }

        .home_list_report li .icon_box {
            display: inline-flex;
            background: #000;
            margin: 0 auto;
            padding: 1rem;
            border-radius: 15px;
            width: 85px;
            height: 85px;
        }

            .home_list_report li .icon_box svg {
                max-width: 40px;
                max-height: 40px;
                margin: auto;
            }

        .home_list_report li .main-box {
            display: flex;
            justify-content: center;
            flex-direction: column;
            min-height: 270px;
            margin-bottom:0;
        }

            .home_list_report li .main-box h5 {
                color: #25292A;
                margin-top: 1.5rem;
                margin-bottom: 0px;
            }

        .home_list_report li a:hover .main-box {
            box-shadow: 0px 4px 14px rgb(0 0 0 / 50%) !important;
            transform: scale(1.03);
            transition: all 0.3s;
        }

@media(max-width:991px) {
    .home_list_report li .main-box {
        min-height: 230px;
    }

        .home_list_report li .main-box svg {
            width: 45px;
            height: 45px;
        }

        .home_list_report li .main-box h5 {
            font-size: 18px;
            margin-top: 1rem;
        }
}

@media(max-width:768px) {
    .home_list_report li .main-box {
        min-height: 200px;
    }

    .home_list_report li {
        width: calc(100%/2 - 12px);
    }

        .home_list_report li .main-box svg {
            width: 40px;
            height: 40px;
        }

        .home_list_report li .main-box h5 {
            font-size: 16px;
        }
}

.custom-tabs .nav-link {
    color: #000;
}

    .custom-tabs .nav-link.active {
        color: #233646;
    }

    .custom-tabs .nav-link b {
        font-weight: 400;
    }

    .custom-tabs .nav-link.active b {
        font-weight: 800;
    }

.upg-box {
    background: #f1f1f1;
    padding: 24px;
}
.upg-box-us {
    background: #f1f1f1;
    padding: 24px;
}
.upg-box .form-group input{
    padding-left:20px;
}
.upg-box .form-group span {
    position: absolute;
    top: 15px;
    left: 8px;
}
.add_btn .btn {
    white-space: break-spaces;
}
.customization-checkbox {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 32px;
}
.customization-checkbox label{
    margin:0;
}
.center-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.upg-box-us .row .form-group{
    display:flex;
    align-items:center;
    justify-content:center;
}
.highlight, table.dataTable.nowrap tr.highlight.even {
    background-color: #b8bfc5 !important;
}
.highlight, table.dataTable.nowrap tr.highlight.even  td{
    background-color: #b8bfc5 !important;
}
.approverow{
    background-color: #f8f8f8
}
.tableb, .thd, .tdh {
    border: 1px solid black;
    min-width: 140px !important;
    padding: 0px 8px;
}
.showTable{
    display:block  !important;
}
.add-trade-type {
    display: flex;
    align-items: end;
    padding-left: 0 !important;
}

.add-trade-type .btn-primary{
    border:1px solid;
    height:35px;
    width:100%;
    border-radius:5px;
}
.add-trade-type .btn-primary i{
   color:#ffffff;
}
.add_btn{
    height:100%;
}
.add_btn .btn {
    height: 100%;
}

.hdr_edit_ddl
{
    float: right !important;
    width:235px !important;
}
.btnDefineProducts{
  width:calc(100% - 48px)
}
.dropdown-menu span{
    font-size:14px;
    line-height:21px;
}
.custom_tooltip_hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .custom_tooltip_hover .tooltip-text {
        visibility: hidden;
        background-color: #333;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .custom_tooltip_hover:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }
#popupModalUPGTypes ul li {
    margin:12px 0;
}
.custom_tooltip_hover, .custom_tooltip_hover:hover, .custom_tooltip_hover:focus, ustom_tooltip_hover:active {
    background: transparent;
    width: auto !important;
    min-width: auto !important;
    border: none !important;
    color: #233646 !important;
}
.upg-box-headings .form-group{
     min-height:auto !important;
     text-align:center;
}
.upg-box-headings .form-group label{
    margin-bottom:0;
}
.div_UpgradeSection .col-lg-2 .form-group{
    text-align:center;
}
.UpgradeSectionTitle{
    display:block;
    text-align:center;
    font-weight:700;
    font-size:16px;
    line-height:24px;
}
.upg-read-only input{
    padding:0;
    background:transparent !important;
    border:none !important;
    width:calc(50% - 8px);
   
}
.upg-read-only label {
    width: auto !important;
    font-weight: 600;
}
.upg-read-only input{
    padding:0 !important
}
.upg-read-only input:focus-visible {
    outline: 0 !important;
    border: 0 !important;
}
#UpgradeNotesDetail .form-group{
    display:flex;
    align-items:center;
    min-height:auto;
}
#UpgradeNotesDetail .form-group label {
    margin-bottom: 0;
    width: 60px;
    text-align: right;
    margin-right: 8px;
}
#UpgradeNotesDetail .form-group .form-control{
    min-height:35px;
}
#ProductionDetailModal .modal-dialog{
    max-width : 800px !important;
}
.total-production-details{
    max-width:300px;
    float:right;
    display:flex;
    align-items:center;
}
.total-production-details label{
    margin:0 8px 0 0 !important;
}
#ProductionDetailModal #ProductionDetailTable_wrapper {
    max-height: 420px;
    overflow-y: auto;
}
#ProductionDetailModal #ProductionDetailTable_wrapper thead {
    position: sticky;
    top:0;
}
.upg-box .form-group span.error.field-validation-error, .upg-box .form-group span.error.field-validation-error span {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    top: unset;
}


/******Select2 dropdown*****/
.select2-container .select2-selection--single {
    width: 100%;
    padding: 0.375rem 0.75rem !important;
    height: 35px !important;
    border: 1px solid #CED4DA !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:0 !important;
    height:100% !important;
    right:10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent !important;
    border-width: 4px 4px 0 4px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    line-height: 22px !important;
    padding-left: 0 !important;
    
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #233646 !important;
}
.select2-dropdown {
    border: 1px solid #CED4DA !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #CED4DA !important;
    border-radius:5px;
}
select2-dropdown select2-dropdown--above:focus-visible, select2-search__field:focus-visible, input:focus-visible {
    outline: 0 !important;
}

#btnSaveandClose:disabled,
#btnSaveUpgradeSales:disabled,
#btnSaveandAdd:disabled {
    background-color: #212e39;
    border-color: #212e39;
    color: #757575;
    cursor: not-allowed;

}
.totalcal {
    left: 127px;
    min-width: 110px;
    padding-left: 3px;
    
}
.saletotal {
    margin-left: 0px;
    padding-left: 4px;
    width: fit-content;
    position: relative;
    left: 11px !important;
}
#PackageMasterTable_wrapper{
    height:415px;
    overflow-y:auto;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 10000;
}

    #loader div {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }


#ColorsCatalogueItemsTable tr td:last-child{
    padding:0 !important;
}
.editablerow {
    cursor: pointer;
}
.txtDescription::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.table-description-cell {
    white-space: normal;
    min-width: 345px;
    word-break: break-all;
}
.tblpaytradeRegData td input, .tblpaytradeRegData td textarea {
    background-color: transparent;
    resize: none;
}
.dataTables_length {
    display: none;
}
.edit-btn1 {
    height: 25px;
    width: 25px;
    background-color: #DADADA;
    border-radius: 5px;
    color: #323232 !important;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    margin-right: 14px;
 
}
.remove-btn1 {
    height: 25px;
    width: 25px;
    background-color: #DADADA;
    border-radius: 5px;
    color: #323232 !important;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    margin-right: 14px;
}


