﻿
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&display=swap');*/



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
    background-color: #eaedf3 !important;
}
.enduserlayout {
    background: #fff;
    padding-top: 23px !important;
}


:root {
    --themecolor_secondary: #4E60AC; /*    dark shade  color*/
    --themecolor_primary: #189ab4; /*  light shade  color*/
    --themecolor_primaryMenu: #122051; /*   side menu dark color*/
    --themecolor_primaryborderclr: #4E60AC; /*    dark shade  color*/
    --themecolor_secondaryborderclr: #e5eafc; /*  light shade  color*/
    --themecolor_primarbtnclr: #122051; /*    dark shade  color*/
    --themecolor_primarbtntextclr: #fff;
    --theme-cardbrcolor: #b7bdd9;
    --themecolor_btnsolid: #4E60AC;
    --themecolor_btnOutline1: #b7bdd9;
    --themecolor_btnOutline2: #023E8A;
    --themecolor_btnOutline3: #7d51e1;
    --themecolor_btnOutline4: #0077B6;
    --themecolor_btnOutlinetxt: #4E60AC;
    /*  --themecolor_primaryth: #189ab445;
    --themecolor_primarythtxt: #189ab4;*/
    --themecolor_primaryth: #189ab4;
    --themecolor_primarythtxt: #fff;
    --font-base: "Poppins", serif;
    --font-base-size: 13px;
    --theme-btn-font-base: 12px;
    --theme-btn-font-weight: 600;
}

body {
    margin: 0px;
    font-family: var(--font-base);
    overflow-x: hidden !important;
    background-color: white;
    scroll-behavior: smooth;
}
a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
}




/*
a:not(.btn) {
    color:unset !important;
}*/
.navbar {
    background-color: #fff !important;
    padding: 8px !important;
    border-color: transparent !important;
    box-shadow: 0 .125rem .25rem rgba(165, 163, 174, .3);
    position: sticky;
    top: 0;
    margin-bottom: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/



.table-adj {
    margin-top: 22px;
}


table.table th, table th {
    color: #fff !important;
    font-family: var(--font-base);
    font-weight: 500;
    font-size: 14px;
}

.table-head > th {
    color: #fff !important;
}

    .table-head > th > label {
        font-weight: 500 !important;
        color: #fff !important;
        margin-top: 0 !important;
        font-size: 12px !important;
        margin-bottom: 0 !important;
    }

table td > a {
    text-align: center !important;
    display: inline-block;
    min-width: 59px;
    margin: 2px auto !important;
    background-color: #122051;
    /*background-color: #c1c1c159;*/
    border-radius: 12px;
    line-height: 10px;
    text-align: center !important;
    padding: 6px 6px;
    font-size: 9px;
    /* width: 62px !important; */
    font-weight: 600 !important;
    /* margin: 1px 0; */
    color: #fff !important;
}

.table td > a:hover {
    background-color: #12205196;
    text-decoration: none;
}


.th-row th {
    color: #fff !important;
}



.checkbox-label {
    display: inline;
}

.form-cntl-adj {
    height: 40px !important;
}


.small-btn-link > a {
    background: #c1c1c1 !important;
    padding: 6px 13px;
    border-radius: 13px;
    color: #fff !important;
    margin-right: 4px;
}

.small-btn > a {
    background: #c1c1c1 !important;
    padding: 6px 13px;
    border-radius: 13px;
    color: #fff !important;
    margin-right: 4px;
}

.view-more-btn {
    position: relative;
    float: right;
    width: fit-content;
    border: 1px solid #122051;
    border-radius: 38px;
    padding: 3px 18px;
    line-height: 20px;
    color: black;
    background-color: #fff;
    border-color: var(--themecolor_primary);
    color: var(--themecolor_btnOutlinetxt);
    font-size: var(--theme-btn-font-base) !important;
    font-weight: var(--theme-btn-font-weight);
}

.btn-project-btn {
    border-radius: 6px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    border: transparent;
    line-height: 18px;
    padding: 5px 18px;
    background-color: #122051;
    text-align: center;
    font-size: var(--theme-btn-font-base) !important;
    font-weight: var(--theme-btn-font-weight);
}

    .btn-project-btn:hover {
        -webkit-box-shadow: 0px 4px 5px 0px rgba(5,5,5,0.52);
        -moz-box-shadow: 0px 4px 5px 0px rgba(5,5,5,0.52);
        box-shadow: 0px 4px 5px 0px rgba(5,5,5,0.52);
        transition: 0.3s;
    }


.btn-project-btn-real {
    border-radius: 35px;
    color: #fff !important;
    border: transparent;
    padding: 4px 8px;
    font-size: 13px !important;
    background-color: #122051;
    text-align: center;
}

p.btn-project-btn > a {
    color: #fff;
    border: transparent;
}

div .btn-project-btn > a {
    border-radius: 35px;
    color: #fff !important;
    border: transparent;
    font-family: var(--font-base);
    font-weight: 500;
    padding: 9px;
    text-decoration: none;
    font-size: 13px !important;
    color: #fff !important;
}

.btn-project-btn > button {
    border-radius: 35px;
    background-color: #05a8a9;
    border: transparent;
}


.drop-down-plus-btn {
    padding: 8px 14px;
    color: #fff;
    margin-top: 14px !important;
    /* margin-left: 0px; */
    /*background-color: #122051;*/
    background-color: #122051;
}



.drop-down-plus-btn-onepage {
    padding: 8px 14px;
    color: #fff;
    margin-top: 5px !important;
    /* margin-left: 0px; */
    /*background-color: #122051;*/
    background-color: #122051;
}



.form-body {
    /* border-radius: 2px; */
}

.checkbox-label {
    display: inline;
}

.checkbox-adj {
    display: inline;
}

.small-btn-link > a {
    background: #c1c1c1 !important;
    padding: 6px 13px;
    border-radius: 13px;
    color: #fff !important;
    margin-right: 4px;
}

.small-btn-link > a {
    background: #c1c1c1 !important;
    padding: 6px 13px;
    border-radius: 13px;
    color: #fff !important;
    margin-right: 4px;
}


.file-adj {
    height: 40px !important;
    width: 100% !important;
}


.file-box {
    height: 40px;
}

.Img_div {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

    .Img_div > img {
        width: 100%;
        height: 131px;
        background-color: #ff5f5f5;
        object-fit: contain;
    }



#AssetWarrantyManufacturerEnd {
    height: 0px;
    padding: 8px 9px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #122051;
    color: #fff !important;
    position: relative;
}

.nav-link-adj {
    color: #303030 !important;
}


.small-btn > a {
    background: #c1c1c1 !important;
    padding: 6px 13px;
    border-radius: 13px;
    color: #fff !important;
    margin-right: 4px;
}


.img-div {
    border-radius: 7px;
    height: 153px;
    width: 350px;
    margin: 0 auto;
    padding: 12px;
    background-color: #f5f5f5;
}

    .img-div > img {
        width: 100%;
        height: 131px;
        background-color: #f5f5f5;
        object-fit: contain;
    }

.small-btn > a {
    background: #f0efef75 !important;
    border: 1px solid #189ab4;
    padding: 6px 13px;
    border-radius: 13px;
    font-size: 11px;
    color: #189ab4 !important;
    margin-right: 4px;
}



.head-line {
    letter-spacing: 1px !important;
    /*-webkit-border-top: 2px solid #05a8a978 !important;*/
    font-weight: 500 !important;
    margin-top: 4px !important;
    margin-left: 7px;
    margin-bottom: 0 !important;
    position: relative;
    font-size: 12px !important;
    color: #000000c7 !important;
}

    .head-line > label {
        color: #000;
    }

    .head-line::before {
        content: "";
        border-left: 2px solid #1220511f !important;
        position: absolute;
        /*border-left: 2px solid rgba(44, 210, 200, 0.35) !important;*/
        height: 37px;
        left: -7px;
        top: 3px;
    }



    /*   .head-line + label {
        font-weight: 600 !important;
        font-size: 11px !important;
        display: block;
        margin-left: 7px;
        color: #122051;
        margin-bottom: 8px !important;
        margin-top: 2px !important;
        font-weight: 800 !important;
    }*/


    .head-line + label {
      
        font-size: 11px !important;
        display: block;
        margin-left: 7px;
        color: #122051;
        margin-bottom: 10px;
        margin-top: 0px !important;
        font-weight: 600 !important;
    }

.img-div {
    border-radius: 7px;
    height: 153px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 12px;
    background-color: #f5f5f5;
}

    .img-div > img {
        width: 100%;
        height: 131px;
        background-color: #f5f5f5;
        object-fit: contain;
    }

.modal-header {
    /*padding: 4px 8px !important;
    background-color: #122051;*/
}

.modal-footer {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f7f7f7;
}

.close {
    border-radius: 83% !important;
    padding: 3px !important;
    margin: 3px !important;
    width: 21px !important;
    text-align: center !important;
    height: 21px !important;
    line-height: 4px !important;
    text-align: center !important;
    background-color: #fff !important;
}


table.table td, table td {
    font-weight: 500 !important;
    font-family: var(--font-base);
}

.cntrl-adj {
    font-family: var(--font-base);
    /* padding: 12px 0; */
    height: 43px !important;
    font-size: 14px;
    color: #00000012 !important;
}


.form-check .form-check-label {
    margin-left: 5px !important;
    margin-right: 10px;
    font-size: 14px !important;
    color: #6c6c6c;
    font-family: var(--font-base) !important;
}

.form-header {
    font-family: var(--font-base);
    font-size: 28px;
    font-weight: 500;
    margin: 5px 0 22px;
    color: #409a98;
    text-transform: uppercase;
    font-weight: 600;
}

.form-group {
    margin-bottom: 0 !important;
}



.form-control {
    height: 18px !important;
    box-shadow: none !important;
    font-family: var(--font-base);
}

hr {
    display: none;
}




select.form-control, select.custom-select {
    font-family: var(--font-base);
}

.form-cntl-adj {
    height: 34px !important;
    font-family: var(--font-base);
    padding: 3px 4px;
    width: 100% !important;
}

label {
    font-size: 12px !important;
}

.nav a {
    font-family: var(--font-base);
}

.drop-secl-btn {
    margin-top: 7px;
    height: 16px !important;
}

.tab-content > .tab-pane {
    padding: 0px !important;
}

.nav-link .nav-link-adj .active > a {
    color: #fff !important;
}

.btn-project-btn > i {
    color: #fff;
}

.flt-none {
    float: none !important;
}

.left-menu {
    border-top: 1px solid #122051;
    border-left: 1px solid #122051;
    border-right: 1px solid #122051;
    border-radius: 0px;
}

    .left-menu > a {
        border-bottom: 1px solid #122051;
        border-radius: 0px !important;
    }

.border-line {
    border-bottom: 1px solid #0000000f;
    margin-bottom: 15px;
}
/*.left-bar {
    background-color: #f7f7fa;
    border-top: 6px solid #122051;
}*/
.left-bar > h2 {
    padding-left: 12px;
}

.full-width-text {
    width: 100% !important;
}

.ft-15 > a {
    font-size: 15px;
}

.btn-adj {
    width: 216px !important;
}

.date-cntrl-adj {
    height: 35px !important;
}

.form-cntl-adj-selcet {
    height: 34px !important;
}

textarea {
    width: 100% !important;
    border: 1px solid #d2d2d2;
    outline: none;
    border-radius: 5px;
}

    textarea:focus:not([readonly]) {
        border: 1px solid #152353 !important;
        box-shadow: none;
        outline: none;
    }


select.multy-select {
    height: 56px !important;
}

.table-head:hover {
    background-color: #122051;
}
/*.bg-gradient {
        background-color:  !important;
    }*/


.sidebar.bg-dark .nav .nav-item .nav-link.nav-parent + ul.nav, .sidebar .nav .nav-item .nav-link.nav-parent + ul.nav {
    border-left: 5px solid #122051;
}

.profile-picture img {
    width: 34px;
    height: 34px;
}

.profile-picture {
    width: 35px;
    height: 35px;
}

.navbar .navbar-nav.navbar-profile .nav-item .nav-link.dropdown-toggle .profile-name {
    margin: 8px 0 !important;
    font-size: 13px;
    text-transform: capitalize;
}

.profile-picture.has-message::after {
    color: #122051;
}

.navbar .navbar-nav.navbar-profile .nav-item .nav-link.dropdown-toggle::after {
    margin-top: 0 !important;
    color: #122051;
}

.pagination .page-item.active .page-link {
    background-color: #122051 !important;
}

.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    background-color: #122051 !important;
}

.login-box {
    padding: 48px 32px;
    border-radius: 7px;
}

.left-menu > a {
    padding: 12px 8px !important;
    font-weight: 600;
    color: #122051;
}

/*.btn-gradient {
    background: #122051 !important;
}*/

.btn-gradient {
    background: #122051 !important;
}

.btn-primary {
    border-radius: 38px !important;
    background: #189ab4 !important;
    color: #fff;
    font-size: 12px !important;
}

.btn-secondary {
    padding: 4px 10px;
    border-radius: 37px;
    font-size: 10px;
    letter-spacing: 1px;
}

.ft-16 {
    font-size: 12px;
}

@media(max-width:761px) {
    .drop-down-plus-btn {
        padding: 8px 19px;
    }
}

.sidebar.bg-dark .nav .nav-item .nav-link i.fas, .sidebar .nav .nav-item .nav-link i.fas {
    opacity: 0.7;
}

.nav-link i.fas:hover {
    opacity: 1;
}


.form-group-box-clr {
    border: 1px solid #12205126;
    background-color: #c1c1c10d;
    border-radius: 6px;
}

.form-group-box {
    padding: 12px 0 15px;
    margin-bottom: 8px;
}


.form-box {
    background-color: #c1c1c10d;
    border-radius: 6px;
    padding: 0 0 15px;
    border: 1px solid #12205126;
}

.form-box-adj {
    margin-top: 17px;
    background-color: transparent !important;
    border-radius: 6px;
    padding: 0;
    border: 1px solid #12205126;
}
/*.form-box {
    margin-bottom: 8px;
    background-color: #c1c1c10d;
    border-radius: 6px;
    padding: 12px 0 15px;
    border: 1px solid #12205126;
}*/

.entring-box {
    border: 1px solid #dadce0;
    padding: 38px 24px 9px;
    border-radius: 5px;
}

.hper-link {
    color: #122051 !important;
    font-weight: 500;
    border-bottom: 1px solid #c0c0c0;
}

.heading-adj {
    font-size: 19px;
    padding: 7px 0;
    font-weight: bold !important;
    color: #122051;
    margin-bottom: 3px;
}

.btn-adj-hover:hover {
    background-color: #122051 !important;
}

.bg-logo-clor {
    background-color: #122051;
}

.nav-link {
    color: #122051 !important;
}


/*i.fas {
    color: #122051;
}
.nav-link:hover i.fas {
    color: #122051;
}*/
.sidebar.bg-dark .nav .nav-item .nav-link i.batch-icon, .sidebar .nav .nav-item .nav-link i.batch-icon {
    color: #122051;
}

.nav-link:hover i.batch-icon {
    color: #122051 !important;
}

#sidebar {
    background-color: #fff !important
}


.sidebar-horizontal.bg-gradient .nav .nav-item .nav-link:hover, .sidebar-horizontal.bg-gradient .nav .nav-item .nav-link.active, .sidebar-horizontal.bg-primary.bg-gradient .nav .nav-item .nav-link.active, .sidebar.bg-gradient .nav .nav-item .nav-link:hover, .sidebar.bg-gradient .nav .nav-item .nav-link.active, .sidebar.bg-primary.bg-gradient .nav .nav-item .nav-link.active {
    background: #fff !important;
    border-right: 5px solid #122051;
}

.sidebar-horizontal.bg-gradient .nav .nav-item .nav-link:hover,
.sidebar-horizontal.bg-gradient .nav .nav-item .nav-link.active,
.sidebar-horizontal.bg-primary.bg-gradient .nav .nav-item .nav-link.active,
.sidebar.bg-gradient .nav .nav-item .nav-link:hover, .sidebar.bg-gradient .nav .nav-item .nav-link.active,
.sidebar.bg-primary.bg-gradient .nav .nav-item .nav-link.active {
    background: #fff !important;
    border-right: 5px solid #122051;
}

.sidebar.bg-dark .nav .nav-item .nav-link, .sidebar .nav .nav-item .nav-link {
    border-right: 5px solid #fff;
}

    .sidebar.bg-dark .nav .nav-item .nav-link.nav-parent + ul.nav .nav-link, .sidebar .nav .nav-item .nav-link.nav-parent + ul.nav .nav-link {
        background-color: #fff;
        color: #122051 !important;
    }

.bg-logo-clor > h2 {
    font-size: 24px;
}

table.table th, table.table td, table th, table td {
    font-size: var(--font-base-size) !important;
    vertical-align: middle;
}

table.table th, table th {
    letter-spacing: 1px;
}

.ch-box-size {
    width: 14px !important;
}

.img-dis {
    background-color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    padding: 5px;
    text-align: center;
    max-height: 250px;
}

    .img-dis > img {
        width: 100%;
        height: 100%;
    }

.document-box {
    background-color: #122051;
    height: 27px;
    COLOR: #FFF;
    padding: 3px;
    line-height: 26px;
    border-radius: 4px;
}

    .document-box > a {
        padding: 0;
    }

.doc {
    margin-bottom: 0;
}

    .doc > i {
        font-size: 19px;
        margin-right: 4px;
    }

.doc {
    font-size: 11px !important;
    color: #122051;
    font-weight: 800 !important;
}

.document-box > a {
    color: #fff;
}

.doc-block {
    display: block
}

    .doc-block > img {
        height: 18px;
        margin-left: 6px;
    }

.form-control-sm {
    float: right;
    margin-left: 7px !important;
    width: 105px !important;
}

.dataTables_filter label {
    line-height: 48px;
}


p.small-btn {
    margin-top: 25px !important
}

.small-btn > a:hover {
    text-decoration: none;
}

.dropdown-menu-right {
    border-top: 3px solid #122051;
}

.navbar .navbar-nav .nav-item a {
    color: #122051 !important;
}

.form-cntl-adj-new {
    height: 20px !important;
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
    top: 11px !important;
}

.select2-dropdown {
    z-index: 2500 !important;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 9999;
}

.select2-container {
    width: 100% !important;
}


.hard-feild {
    width: 100% !important;
    height: 31px !important;
    box-shadow: none !important;
    margin-top: 6px !important;
}

.small-btn-link > a {
    background: #f0efef75 !important;
    border: 1px solid #12205182;
    padding: 6px 13px;
    border-radius: 13px;
    font-size: 11px;
    color: #122051 !important;
    margin-right: 4px;
    font-weight: 800;
}

.email-body {
    display: table;
}

    .email-body > p {
        padding-right: 12px;
    }

        .email-body > p > strong {
            display: block;
        }

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background-color: #189ab4 !important;
    border: 1px solid #aaaaaa52 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.site_title > a {
    color: #fff !important;
    position: absolute;
    left: 15px;
}

.height-fix {
    height: 480px;
    overflow: auto;
}

.passworf-box {
    background-color: #fff;
    padding: 18px;
    margin: 62px 0;
    border-radius: 5px;
}

.mt-95 {
    margin-top: 95px;
}

.validation-summary-errors ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

td {
    word-break: break-all;
}



table td > .mark-text {
    display: block;
    background-color: transparent !important;
    border-radius: 4px 4px 4px 4px !important;
    line-height: 10px;
    text-align: center !important;
    padding: 6px 6px 6px 6px !important;
    margin: 0 !important;
    font-size: 9px;
    font-weight: 600 !important;
    color: #000 !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(230,230,230,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(230,230,230,1);
    box-shadow: 0px 1px 2px 0px rgba(230,230,230,1);
    border: 1px solid #1220513d;
}

    table td > .mark-text:hover {
        -webkit-box-shadow: 0px 5px 4px 0px rgba(230,230,230,1);
        -moz-box-shadow: 0px 5px 4px 0px rgba(230,230,230,1);
        box-shadow: 0px 5px 4px 0px rgba(230,230,230,1);
        background-color: #122051bd;
    }


table td > .txtvermiddle > .mark-text {
    display: block;
    background-color: transparent !important;
    border-radius: 4px 4px 4px 4px !important;
    line-height: 10px;
    text-align: center !important;
    padding: 6px 6px 6px 6px !important;
    margin: 0 !important;
    font-size: 9px;
    font-weight: 600 !important;
    color: #000 !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(230,230,230,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(230,230,230,1);
    box-shadow: 0px 1px 2px 0px rgba(230,230,230,1);
    border: 1px solid #1220513d;
}

    table td > .txtvermiddle > .mark-text:hover {
        -webkit-box-shadow: 0px 5px 4px 0px rgba(230,230,230,1);
        -moz-box-shadow: 0px 5px 4px 0px rgba(230,230,230,1);
        box-shadow: 0px 5px 4px 0px rgba(230,230,230,1);
        background-color: #122051bd;
    }

table td > a:hover {
    -webkit-box-shadow: 0px 5px 4px 0px rgba(230,230,230,1);
    -moz-box-shadow: 0px 5px 4px 0px rgba(230,230,230,1);
    box-shadow: 0px 5px 4px 0px rgba(230,230,230,1);
    background-color: #122051bd;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d2d2 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d2d2 !important;
}

/*.heading-box {
    background-color: #fff;
    padding-le
    -webkit-box-shadow: 0px 0px 5px 0px rgba(242,242,242,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(242,242,242,1);
    box-shadow: 0px 0px 5px 0px rgba(242,242
}*/



table.table-hover tbody tr.table-head {
    border: 2px solid #122051;
    /*border-top: 1px solid #e1e0e0 !important;*/
}

    table.table-hover tbody tr.table-head:hover {
        /*border: 2px solid #122051 !important;*/
        /*border-top: 1px solid #e1e0e0 !important;*/
    }

table.table-hover tbody tr {
    border-top: 2px solid #e1e0e0;
    border-left: 2px solid #e1e0e0;
    border-right: 2px solid #e1e0e0;
    border-bottom: 2px solid #e1e0e0;
    /*border-top: 1px solid #e1e0e0 !important;*/
}

    table.table-hover tbody tr:hover {
        /*   border-left: 1px solid #1F77B4 !important;
        border-right: 1px solid #1F77B4 !important;
        border-bottom: 1px solid #1F77B4 !important;*/
        /*border-top: 1px solid #1F77B4 !important;*/
        /*border: 2px solid #1F77B4 !important;*/
        border-left: 2px solid #12205187 !important;
        border-right: 2px solid #12205187 !important;
        border-bottom: 2px solid #12205187 !important;
        background-color: #dddddd61;
    }

.table-head {
    border: 2px solid #122051;
    background-color: #122051;
}

tr td:last-child {
    width: 148px;
    text-align: center;
}


/*table.table th, table.table td, table th, table td {
    border-bottom: 2px solid #e1e0e0;
    border-top: 2px solid #fafafa;
}*/
.admin-logo-client {
    background-color: transparent;
    text-align: center;
}

    .admin-logo-client > img {
        max-width: 525px;
        /*width: 100%;*/
        height: 22px;
        object-fit: contain;
        padding: 0;
    }

.site_title-client {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    /* font-size: 17px; */
    /* width: 100%; */
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 52px;
    display: block;
    height: 54px;
    margin: 0;
}

.admin-logo {
    background-color: transparent;
    padding: 0 8px;
    text-align: center;
}

    .admin-logo > img {
        width: 100%;
        padding: 0;
        object-fit: contain;
        height: 46px;
    }

.logo {
    background-color: #122051;
    padding: 12px 8px;
    text-align: center;
    border-radius: 5px;
}

    .logo > img {
        padding: 0;
        width: 100%;
        height: 52px;
        object-fit: contain;
    }

.bg-gradient {
    background: transparent !important;
}

.bg-primary {
    background-color: #fff !important;
    margin-top: 3px;
}

.ft-logo {
    display: inline-block;
    max-width: 82px;
    background-color: #122051;
    padding: 2px 3px;
}

    .ft-logo > img {
        display: inline;
    }

.dataTables_length {
    width: 80%;
}

    .dataTables_length > label > span {
        width: 105px !important;
    }

.ReportNameTextBox > div {
    font-size: 19px;
    padding: 7px 0;
    font-weight: bold !important;
    color: #122051;
    margin-bottom: 3px;
}

.TodaysDate > div {
    padding: 7px 0;
    font-weight: bold !important;
    color: #122051;
    margin-bottom: 3px;
    float: right;
}

.box-feild {
    margin: 15px;
    border: 1px solid #122051;
    padding: 26px;
}

.feild-lable {
    font-size: 18px;
    color: #122051 !important;
    font-weight: bold;
    text-transform: uppercase;
    width: 47px;
    color: inherit;
    margin-bottom: 0 !important;
}



.trv-pages-area .trv-page-container {
    overflow: hidden !important;
}

.bg-clr {
    background: #f4efe9;
    background-image: url(/assets/img/home-bg.png);
    padding: 22px 65px 0 28px;
}

.label-mark {
    min-width: 170px;
    padding: 1px 9px;
    /* font-size: 12px; */
    text-align: left;
}

    .label-mark > h3 {
        font-size: 13px;
        color: #122051;
        /* border-bottom: 1px solid #122051; */
        width: 450px;
        /* width: 30px; */
        font-weight: bold !important;
        position: relative;
    }

        .label-mark > h3::after {
            position: absolute;
            content: "";
            border-bottom: 3px solid #122051;
            width: 35px;
            font-weight: bolder;
            left: 0;
            /* text-transform: lowercase; */
            bottom: -5px;
        }

.main-heading {
    font-size: 15px;
    padding-bottom: 12px !important;
    /* margin-bottom: -4px; */
    border-left: 4px solid #122051;
    padding-left: 9px;
}

.big-text > h6 {
    font-size: 11px;
}

.big-text > span {
    font-size: 33px;
    font-weight: bold;
    line-height: 20px;
    color: #122051;
}

.working-info {
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
}

    .working-info li {
        display: block;
        margin-bottom: 2px;
    }

        .working-info li > h6 {
            color: #122051;
            margin-bottom: 0;
            font-weight: bold !important;
            font-size: 18px;
        }

        .working-info li > span {
            color: #303030;
            font-weight: bold;
        }

.tab-tab {
    display: table;
}

.tab-cel {
    display: table-cell;
    vertical-align: middle;
}

    .tab-cel > a > img {
        padding: 0 8px;
    }



.dots-menu {
    font-size: 15px;
}

    .dots-menu.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-radius: 5px;
    }

    .dots-menu a.btn {
        /* @extend .glyphicon !optional;
  &:before{
    content: "\e235";
  } */
    }

        .dots-menu a.btn:active {
            box-shadow: none;
        }

    .dots-menu ul.dropdown-menu {
        right: auto;
        left: -32px !important;
        width: 50px;
    }

        .dots-menu ul.dropdown-menu li {
            padding: 0;
            margin: 3px 0;
            width: 100%;
        }

            .dots-menu ul.dropdown-menu li a {
                margin: 0;
            }


/*.dropdown-container:focus {
    outline: none;
}
.dropdown-container:focus .dropdown {
        opacity: 1;
        z-index: 100;
        max-height: 100vh;
        transition: opacity 0.2s, z-index 0.2s, max-height: 0.2s;
    }
.dropdown {
    position: absolute;
    right: 10px;
    background-color: #66D;
    box-shadow: 0px 0px 3px 3px #66D;
    outline: none;
    opacity: 0;
    z-index: -1;
    max-height: 0;
    transition: opacity 0.1s, z-index 0.1s, max-height: 5s;
}
.three-dots:after {
    cursor: pointer;
    color: #FCC;
    content: '\2807';
    font-size: 20px;
    padding: 0 5px;
}*/



.dashboard-box {
    background-color: #fff;
    padding: 14px 14px 14px;
    min-height: 149px;
    /* height: 140px; */
    border-radius: 5px;
    margin: 8px 0;
    /*background-image: url('../assets/img/dots.png');*/
    background-position: right center;
    background-repeat: no-repeat;
    /* border-top: 3px solid #122051; */
}

    .dashboard-box > span {
        color: #122051;
    }

    .dashboard-box > h4 {
        position: relative;
        font-size: 13px;
        margin-top: 12px;
        color: #122051;
        font-weight: bolder !important;
    }

        .dashboard-box > h4:before {
            position: absolute;
            content: "";
            border-top: 2px solid #122051;
            top: -6px;
            left: 0;
            width: 25px;
        }

    .dashboard-box > span {
        margin-top: 17px;
        margin-bottom: 0;
    }

    .dashboard-box > label {
        display: block;
        margin-top: 7px;
        color: #303030;
    }




        .dashboard-box > label.mark-l:hover {
            cursor: pointer;
            -webkit-box-shadow: 0px 5px 5px -2px rgba(87,87,87,1);
            -moz-box-shadow: 0px 5px 5px -2px rgba(87,87,87,1);
            box-shadow: 0px 5px 5px -2px rgba(87,87,87,1);
            transition: 0.2s;
        }



    .dashboard-box a > label.mark-l:hover {
        cursor: pointer;
        -webkit-box-shadow: 0px 5px 5px -2px rgba(87,87,87,1);
        -moz-box-shadow: 0px 5px 5px -2px rgba(87,87,87,1);
        box-shadow: 0px 5px 5px -2px rgba(87,87,87,1);
        transition: 0.2s;
    }

.table-part {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    padding-right: 37px;
    width: 50%;
}

    .table-cell > label {
        display: block;
        color: #122051;
        font-weight: bold;
    }


        .table-cell > label.mark-l {
            display: block;
            color: #122051;
            padding: 3px 6px;
            font-weight: bold;
        }

.mark-l {
    background-color: #eaeeff;
    color: #122051;
    padding: 4px 16px;
    margin: 3px 0 0;
    font-weight: bolder !important;
    border-radius: 4px;
    display: inline-block !important;
}

.table-cell > h6 {
    color: #122051;
    font-weight: bold !important;
    border-bottom: 1px solid #12205126;
    text-transform: capitalize;
}

.label-mark-adj > h3 {
    font-size: 13px;
    color: #fff;
    /* border-bottom: 1px solid #122051; */
    width: 450px;
    /* width: 30px; */
    font-weight: bold !important;
}

.dashb_face {
    /*  background-color: #f4f7fd;
    padding: 9px;
    margin-top: 15px;*/
}








.bg-white-gray > h3 {
    color: #122f3b;
}

h1.main-heading bg-dark {
}

.bg-dark-adj {
    color: #fff;
}

.dashboard-box > h4 {
    height: 43px;
}

.@media (min-width: 768px) {
    .sisu.right-column .signin-right-column

{
    min-height: 630px;
    text-align: left;
    /* padding-top: 20rem; */
}

}

@media (min-width: 992px) {
    /* padding-top: 20rem; */
    .sisu.right-column .signin-right-column {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
}




@media (min-width: 1200px) {


    .sisu.right-column .signin-right-column {
        /* padding-top: 23rem; */
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }
}

.mar2020 {
    padding-top: 189px !important;
}

.height-adj {
    height: 35px !important;
}

.diff-table tr td:last-child {
    width: 204px !important;
}

.admin-user-diff-table tr td:last-child {
    width: 207px !important;
}

.cmp-det-diff-table tr td:last-child {
    width: 233px !important;
}


.result-table {
    width: 100%;
    border: 1px solid #f5f5f5;
    margin-top: 3px;
}


    .result-table tr > td strong {
        padding-left: 5px;
        float: left;
        line-height: 23px;
        display: block;
        color: #000;
    }

    .result-table tbody tr th {
        padding: 4px 8px;
        /*background-color: #bbebee;*/
    }

    .result-table thead tr th {
        padding: 4px 8px;
        /*background-color: #bbebee;*/
    }


    .result-table tr > td span {
        padding-left: 5px;
        line-height: 22px !important;
        display: block;
    }


/*.heading-table {
    padding-left: 5px;
}*/


.result-table-1 {
    width: 100%;
    border: 1px solid #f5f5f5;
}

    .result-table-1 tr > td {
        float: left !important;
        padding-left: 5px;
        color: #000;
        width: 100%;
    }

        .result-table-1 tr > td strong {
            line-height: 24px;
        }

.result-table tr td:last-child {
    width: 0 !important;
    text-align: left !important;
}

.result-table-1 tr td:last-child {
    width: 100% !important;
    text-align: left !important;
}

.result-table tr td {
    padding: 0 0 !important;
}


@media (max-width: 768px) {
    .result-table tr > td span {
        width: 102px;
    }
}

.des-tab {
    display: table;
}

.des-tab-cell {
    display: table-cell;
    padding: 4px 4px;
}

.clr-blk {
    color: #000;
    font-weight: bold;
}

.width-adj {
    width: 100% !important;
}

.drop-down-plus-btn:hover {
    color: #ffffffa6;
}

.drop-down-plus-btn {
    margin-top: 16px !important;
    margin-bottom: 0;
}

.emil-heght {
    margin-top: 7px;
    line-height: 31px;
    background-color: #e3e1e1;
    padding: 3px;
    border-radius: 5px;
    color: #000;
}

.fd-set {
    position: relative;
}

.fb-tag {
    top: 3px;
    position: absolute;
    background-color: #fff;
    width: 156px;
    padding: 8px;
    padding: 3px;
    color: #122051 !important;
    font-size: 16px;
}

.new-details {
    display: table;
    margin-left: 2%;
    width: 97%;
}

    .new-details > .head-line {
        display: table-header-group;
    }


        .new-details > .head-line::before {
            content: "";
            border-left: 2px solid #1220511f !important;
            position: absolute;
            height: 37px;
            left: 10px;
            top: 3px;
        }

    .new-details > .chaild-line {
        display: table-cell;
        font-weight: 600 !important;
        font-size: 11px !important;
        /* margin-left: 7px; */
        color: #122051;
        /* margin-bottom: 8px !important; */
        /* margin-top: 2px !important; */
        font-weight: 800 !important;
        vertical-align: middle;
        padding: 3px;
    }

.label-radio {
    display: block !important;
}

.form-new > label {
    font-size: 12px !important;
}

.table-modified tr td:last-child {
    width: 217px;
    text-align: center;
}

.map-img {
    background-color: #f5f5f5;
    border: 1px solid #cbcbcb;
    padding: 9px;
    border-radius: 4px;
}

.btn-big {
    min-width: 130px !important;
}

.btn-big-1 {
    min-width: 183px !important;
    float: left !important;
}

.select-num {
    margin-top: 8px !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    height: 29px !important;
    border: 1px solid #30303045 !important;
}

.btn-map {
    width: 100% !important;
}

.box-fit {
    position: relative;
}

.box-pos {
    position: absolute !important;
    top: 19% !important;
    left: 1.5% !important;
    padding: 7px;
    border-radius: 1px !important;
    box-shadow: none !important;
}

.head-sub {
    font-size: 11px !important;
    display: inline-block;
    margin-right: 20px;
    color: #122051;
    margin-bottom: 8px !important;
    margin-top: 2px !important;
    /*font-weight: 800 !important;*/
    position: relative;
}

    .head-sub:after {
        position: absolute;
        content: "";
        border-right: 1px solid #a0a0a0;
        height: 100%;
        right: -12px;
    }

.check-box {
    background-color: #C1C1C0;
    padding: 9px;
    margin-left: 0px;
    border-radius: 3px;
    vertical-align: -2px;
}
.form-check {
    padding-left: 0.25rem;
}

.form-box {
    margin: 4px 0;
    background-color: #fff;
    /*padding: 0 15px 10px;*/
    border-radius: 3px;
}

.form-group label {
    text-transform: unset;
    font-family: var(--font-base) !important;
    font-weight: 400;
    color: #303030cf;
    letter-spacing: 1px;
    font-size: var(--font-base-size) !important;
    margin: 8px 0 0;
    padding: 0;
}


.form-control {
    box-shadow: none !important;
    font-family: var(--font-base);
}

.label-box {
    padding: 12px;
    border-radius: 3px;
    background-color: #f4f4f4;
    margin-bottom: 4px;
}

.heading {
    padding: 7px 0;
    margin-top:0;
     margin-left: 0;
     font-size: 18px;
    margin-bottom: 0;
    font-weight: 600 !important;
    line-height: 42px;
    color: #2B3674 !important;
    font-family: var(--font-base) !important;
}

textarea {
    width: 100%;
}

.textwrapper {
    border: 1px solid #999999;
    margin: 5px 0;
    padding: 3px;
}
/*.border-line {
    border: 1px solid #dddddd;
    padding: 33px 33px;
}*/

.heighlated-table {
    color: #303030;
    width: 100%;
    border: 0.4px solid #dddddd;
    text-align: center
}

    .heighlated-table > tr > td {
        width: 50%;
        border: 0.4px solid #dddddd;
        padding: 2px;
        text-align: center;
    }

.tr-th > th {
    background-color: #d7d7d7;
    color: #122051 !important;
    line-height: 23px;
    font-weight: 800;
}

.border-line > p {
    margin-bottom: 0px;
}

.cmpy-name {
    font-size: 22px;
}

.box-p > p {
    margin-bottom: 4px;
    color: #303030d9;
}

.table > tr > td {
    margin: 0;
}

.row-higlated {
    background-color: #d7d7d7;
    padding: 2px 2px 2px 8px;
    color: #122051 !important;
    font-weight: 800;
}

.table-last-chaild-adj tr td:last-child {
    width: 204px !important;
}

.table-last-chaild-adj-10 tr td:last-child {
    width: 145px !important;
    text-align: left;
}


.mewtable-last-chaild-adj-10 tr td:last-child {
    width: 216px !important;
    text-align: center;
}



.form-cntrl-height {
    height: 19px !important;
}

.table-lasttab-adj-2 tr td:last-child {
    width: 220px !important;
}

.white-clr {
    color: #fff !important;
}

.checkbox-width-adj-new {
    width: auto !important;
}

.from-cntol-new-adj {
    max-width: 100% !important;
}

.fb-tag {
    left: 11px;
}

/*.btn-primary, .btn-primary.dropdown-toggle {
    background-color: #122051 !important;
}*/
.check-edit-size-adj-4 {
    width: 13px !important;
    display: inline;
    margin-top: 6px !important;
}

.check-inline-row {
    display: inline-block;
}

.chec-label-adj {
    vertical-align: super;
    padding-top: 8px;
    margin-left: 7px;
}

.form-maring-bottm-acc {
    margin-bottom: 12px !important;
}

.dwn-button {
    background-color: #189ab4;
    padding: 2px 10px;
    border-radius: 3px;
}

    .dwn-button > a {
        color: #fff !important;
        font-weight: 400;
    }

.stable-line {
    line-height: 17px;
}

.small-btn-ahref > a {
    background: #f0efef75 !important;
    border: 1px solid #12205182;
    padding: 6px 13px;
    border-radius: 13px;
    font-size: 11px;
    color: #122051 !important;
    margin-right: 4px;
    font-weight: 800;
}

.jconfirm-buttons {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.table-last-table-width tr td:last-child {
    width: 163px;
}

.drop-down-plus-btn-new {
    margin-top: 7px !important;
}

.p-border-left {
    border-left: 2px solid #122051;
}

.height-adj-area {
    min-height: 4rem !important;
}

.href-width {
    width: 35px;
}

.tooltip1 {
    position: relative;
    border: 1px dashed #000;
    border-radius: 43px;
    width: 20px;
    padding: 7px;
    line-height: 6px;
    float: right;
    font-weight: bold;
    height: 20px;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        width: 129px;
        font-weight: lighter;
        background-color: #282828;
        color: #fff;
        padding: 9px 9px !important;
        text-align: left;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 185%;
        left: -232%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip1 .tooltiptext1::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 84%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #c1c1c1 transparent transparent transparent;
        }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
        opacity: 1;
    }





.tooltip_btn2 {
    position: relative;
}

    .tooltip_btn2 .tooltiptext1 {
        visibility: hidden;
        width: 169px;
        background-color: #282828;
        color: #fff;
        padding: 3px 3px !important;
        text-align: left;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 185%;
        left: -63px;
        margin: 0 auto;
        right: 0;
        top: -38px;
        line-height: 17px;
        opacity: 0;
        font-size: 11px;
        text-align: center;
        z-index: 1000;
        bottom: 31px;
    }

        .tooltip_btn2 .tooltiptext1::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 84%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #282828 transparent transparent transparent;
        }

    .tooltip_btn2:hover .tooltiptext1 {
        visibility: visible;
        opacity: 1;
    }


.white_space thead th, table.white_space td {
    white-space: nowrap;
}

.white_space thead th {
    white-space: nowrap;
}

.i-mark {
    position: absolute;
    font-size: 24px;
    top: -4px;
    left: -3px;
}

.questionmark {
    position: relative
}

.questionmark-adj {
    position: absolute;
    top: 15px;
    right: 28px;
}

.question-mark-table tr td:last-child {
    width: 180px;
    text-align: left;
}

#empAssTrainingList > tr td:last-child {
    width: 180px;
}

.questionmark-adj-2 {
    position: absolute;
    top: -26px;
    right: 5px;
}






.tooltip2 {
    position: relative;
    width: 20px;
    padding: 7px;
    line-height: 6px;
    float: right;
    font-weight: bold;
    height: 20px;
    display: inline-block;
}

    .tooltip2 .tooltiptext2 {
        visibility: hidden;
        width: 160px;
        font-weight: lighter;
        background-color: #282828;
        color: #fff;
        padding: 9px 9px !important;
        text-align: left;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: -28px;
        left: -96px;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip2 .tooltiptext2::after {
            content: "";
            position: absolute;
            top: 100%;
            display: none;
            left: 84%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #c1c1c1 transparent transparent transparent;
        }

    .tooltip2:hover .tooltiptext2 {
        visibility: visible;
        opacity: 1;
    }

.i-mark2 {
    position: absolute;
    font-size: 12px;
    top: 6px;
    right: 0px;
}

.questionmark2 {
    position: relative
}

.questionmark-adj-cld {
    position: absolute;
    top: 15px;
    z-index: 120;
    right: 28px;
}

.questionmark-adj-cld-3 {
    position: absolute;
    top: 0;
    z-index: 120;
    right: 3px;
}

.question-mark-table tr td:last-child {
    width: 180px;
    text-align: left;
}

.nav-sm ul.nav.child_menu li {
    padding: 0 3px;
}

.nav-sm ul.nav.child_menu {
    background: #fff !important;
}

.text-box-new {
    background-color: #e3e1e1;
    padding: 7px 7px 7px 4px;
    color: #000;
    border-radius: 4px;
    margin-top: 9px;
    border: 1px solid #e3e1e1;
}

.table-cell-equal-report tr th:nth-child(4) {
    width: 32%;
}

.table-cell-equal-report tr th:nth-child(5) {
    width: 32%;
    text-align: left !important;
}

.table-cell-equal-report tr td:nth-child(5) {
    text-align: left !important;
}




.table-design {
    border: 1px solid #12205112;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 3px;
}


table.table th, table.table td, table th, table td {
    border-top: 1px solid #eeeef400 !important;
}

.clr-span-table {
    color: #303030
}

.border-lr {
    border-left: 1px solid #e1e0e02e;
    border-right: 1px solid #e1e0e02e;
    text-align: left;
}




.sub-det {
}

    .sub-det td {
        padding: 0 6px !important;
    }

table.table-hover-adj tbody tr {
    border: 2px solid #e1e0e00d !important;
    /* border-top: 1px solid #e1e0e0 !important; */
}



    table.table-hover-adj tbody tr:hover {
        border-left: 1px solid #1f77b400 !important;
        border-right: 1px solid #1f77b400 !important;
        border-bottom: 1px solid #1f77b400 !important;
        border-top: 1px solid #1f77b400 !important;
        border: 2px solid #1f77b400 !important;
        background-color: #dddddd61;
    }

.des-tab tr td:last-child {
    width: auto !important;
    text-align: left;
}

.no_lastchaild tr td:last-child {
    width: auto !important;
    text-align: center;
}

.des-div {
    display: table;
    width: 100%;
}

.des-div-cell {
    display: table-cell;
    width: 20%;
}

table.table-hr-dummy tbody .hr-effect {
    border-top: 2px solid #e1e0e0;
    border-left: 2px solid #e1e0e0;
    border-right: 2px solid #e1e0e0;
    border-bottom: 2px solid transparent;
}

    table.table-hr-dummy tbody .hr-effect:hover {
        border-left: 1px solid #1F77B4 !important;
        border-right: 1px solid #1F77B4 !important;
        /*border-bottom: 1px solid transparent !important;*/
        border-top: 1px solid transparent !important;
        /* border-top: 1px solid #1F77B4 !important; */
        /* border: 2px solid #1F77B4 !important; */
        background-color: #dddddd61;
    }


.hr-effect + .hr-effectb {
    border: 2px solid #e1e0e0;
}

.hr-effect:hover + .hr-effectb {
    border-left: 1px solid #1F77B4 !important;
    border-right: 1px solid #1F77B4 !important;
    border-bottom: 1px solid #1F77B4 !important;
    /* border-top: 1px solid #1F77B4 !important; */
    /* border: 2px solid #1F77B4 !important; */
    background-color: #dddddd61;
}


.des-tab tr > td {
    padding: 0 2px;
}


.table-last-chaild-adj tr th:last-child {
    width: 204px !important;
}

.padding-rm tr td {
    padding-top: 0;
    padding-bottom: 0;
}

.inlinecheck {
    display: inline;
}

.border-lr {
    font-size: 10px;
}

    .border-lr > span {
        line-height: 18px !important;
    }

.border-line {
    border: 1px solid #12205121;
    border-radius: 3px;
    padding: 6px;
}

.table.table td a, table td a {
    margin-right: 3px !important;
}
/*.hr-effect:nth-child(even) {
    background-color: #1F77B4;
}

.hr-effectb:nth-child(even) {
    background-color: #1F77B4;
}*/



/*.alterrow:nth-child(4n+1), .alterrow:nth-child(4n+2){
    background: white;
}*/

/*.alterrow:nth-child(6n+3), .alterrow:nth-child(6n+4), .alterrow:nth-child(6n+5) {
    background: grey;
}*/


.no-center-table tr td:last-child {
    width: auto !important;
    text-align: left !important;
}


.gutter-das.row {
    margin-right: 0px;
    margin-left: 0px;
}

.gutter-das > [class^="col-"], .gutter-2 > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.btn-view {
    width: 100%;
    height: 34px;
}

.dash-block {
    display: block !important;
}

.count-wrap {
    font-size: 14px !important;
}

.count-num {
    /*font-weight: bold;
    color: #122051;
    font-size: 16px !important;*/
}

input[type='file'] {
    overflow: hidden !important;
}

.dt-buttons {
    float: right;
}

.buttons-html5 {
    margin-top: 5px;
    /* width: 144px; */
    border: transparent !important;
    padding: 4.5px 12px !important;
    text-align: center !important;
    border-radius: 38px !important;
    background: var(--themecolor_primary) !important;
    color: #fff !important;
    font-size: 12px !important;
}

tr.no-width-table td:last-child {
    width: auto !important;
}

.Img_divprofile {
    height: 100% !important;
}

    .Img_divprofile > img {
        height: 160px !important;
    }

.role-name-feild {
    padding: 3px 9px;
    border-radius: 4px;
    margin-top: 8px;
    background-color: #122051;
}

    .role-name-feild > label {
        color: #fff;
        margin-top: 0 !important;
        line-height: 27px;
    }

.bg-red {
    background-color: red;
}

.bg-none {
    background-color: none;
}

.no-space-tbl-parts td:last-child {
    width: 148px !important;
    text-align: left !important;
}


/* process css*/
/*------ ADDED CSS ---------*/
.slider:after {
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: var(--font-base);
}

/* common css for table last chaild*/
.no__space__auto__width tr td:last-child {
    text-align: left !important;
    width: auto !important;
}


/* new css*/
.tab-pages {
    list-style: none;
    padding: 0;
    position: relative;
    width: 1088px;
    margin: 20px auto 59px;
    border: none;
    z-index: 0;
}

    .tab-pages li {
        display: inline-block;
        width: 11.5%;
        text-align: center;
        float: none;
        margin-bottom: -1px;
        position: relative;
    }

        .tab-pages li::before {
            right: 17px;
            display: none;
            content: " ";
            position: absolute;
            top: 0px;
            border-top: 21px solid transparent;
            border-right: none;
            border-left: 21px solid #e5e5e5;
            border-bottom: 21px solid transparent;
        }

        .tab-pages li::after {
            background: #e5e5e5 none repeat scroll 0 0;
            bottom: 0;
            content: "";
            display: block;
            height: 2px;
            margin: 0 auto;
            position: absolute;
            right: 0;
            left: 5px;
            top: 20px;
            width: 100%;
            z-index: -1;
        }

        .tab-pages li.visited::after {
            background: #122051 none repeat scroll 0 0;
        }

        .tab-pages li:last-child::before {
            content: " ";
            position: absolute;
            right: 2px;
            top: 2px;
            border-top: 0px solid transparent;
            border-right: none;
            border-left: 0px solid #e5e5e5;
            border-bottom: 0px solid transparent;
        }

        .tab-pages li:last-child::after {
            width: 0;
        }

        .tab-pages li > a {
            position: relative;
            display: block;
            line-height: 1.42857143;
            color: gray;
            padding: 0;
            border-radius: 4px 4px 0 0;
        }

            .tab-pages li > a:hover {
                text-decoration: none;
            }

        .tab-pages li i {
            border-radius: 5%;
            display: block;
            height: 42px;
            width: 42px;
            text-align: center;
            margin: 0 0;
            background: #f5f6f7;
            border: 2px solid #e5e5e5;
            line-height: 40px;
            font-size: 30px;
        }

        .tab-pages li.visited i {
            border: 2px solid #122051;
        }




        .tab-pages li.visited > a {
            color: #122051;
        }

        .tab-pages li > a > span {
            display: block;
            margin-top: 8px;
            font-weight: 600;
            text-transform: capitalize;
            left: 0;
            position: absolute;
            text-align: left;
            right: 0;
        }

        .tab-pages li > a {
            position: relative;
        }

            .tab-pages li > a::before {
                left: 42px;
                content: " ";
                position: absolute;
                top: 0px;
                border-top: 21px solid transparent;
                border-right: none;
                border-left: 21px solid #e5e5e5;
                border-bottom: 21px solid transparent;
            }

.design-process-content {
    margin: 46px 26px;
    border-radius: 3px;
    padding: 21px 0;
}

.onn_off_box {
    border: 3px solid #dbdbdb;
    padding: 12px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 29px;
    float: right;
    margin: 9px 0;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dfdfdf;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }


.documen-table-chaild-width tr td:nth-child(8) {
    text-align: left !important;
    width: 21% !important;
}

.heading-small-h4 {
    font-size: 14px;
    color: #122f3b;
}

.table-head__first-cell {
    width: 57px;
}

.checkbox__size {
    width: 14px;
}

label.form-group__select + select.custom-select {
    height: 12px;
}

.form-cntl-adj-new {
    height: 34px !important;
}

.adj__label {
    font-size: 13px !important;
}



/*select.form-control, select.custom-select {
    height: 34px !important;
}*/

.ahref-link {
    text-decoration: underline;
    background-color: #122051;
    color: #fff !important;
    padding: 2px 10px;
}

.test-card-imgwrap {
    background-color: #c0c0c026;
    width: 100%;
    padding: 5px;
    margin-bottom: 7px;
    border-radius: 5px;
}

.selet-drop-down {
    height: 33px ​ !important;
}

.equal_width_table tr th {
    text-align: left !important;
    width: 14.6% !important;
}



.details-desc {
    background-color: #d3d3d32b;
    border-radius: 3px;
    padding: 14px;
}

    .details-desc > label {
        color: #303030;
        text-transform: initial;
        margin-bottom: 8px !important;
        margin-top: 2px !important;
        font-weight: 300 !important;
        line-height: 25px;
    }

        .details-desc > label > h2 {
            color: #122051;
            font-weight: 800;
        }

        .details-desc > label > p {
            color: #303030;
            text-transform: initial;
            margin-bottom: 8px !important;
            margin-top: 2px !important;
            font-weight: 300 !important;
            line-height: 25px;
        }

        .details-desc > label > ol > li {
            color: #303030;
            text-transform: initial;
            margin-bottom: 8px !important;
            margin-top: 2px !important;
            font-weight: 300 !important;
            line-height: 25px;
        }

.mr-51 {
    margin-top: 51px !important;
}

    .mr-51 > img {
        width: 100%;
        height: 146px;
        object-fit: cover;
    }

.details-desc-scrl {
    height: 56vh;
    overflow-y: auto;
}

.details-desc-scrl-2 {
    height: 19vh;
    overflow-y: auto;
}


.table-text-eclips > h1 {
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-text-eclips > h2 {
    white-space: nowrap;
    width: 179px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-text-eclips > h3 {
    white-space: nowrap;
    width: 179px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-text-eclips > h4 {
    white-space: nowrap;
    width: 179px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-text-eclips > h5 {
    white-space: nowrap;
    width: 179px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-text-eclips > h6 {
    white-space: nowrap;
    width: 179px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-text-eclips > p {
    white-space: nowrap;
    width: 179px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-text-eclips {
    width: 50%;
    height: 44px;
    overflow: hidden;
}

.hr-line-visib {
    display: block;
    border: 1px solid #f8f8f8;
    width: 100%;
}

.hr-line-visib_bl {
    display: block;
    border: 1px solid #122051;
    width: 100%;
}

.details-desc-scrl label > h3 {
    text-transform: initial;
}




select.form-control:not([size]):not([multiple]), select.custom-select:not([size]):not([multiple]) {
    height: 34px !important;
}

.heading-dashboard {
    font-size: 14px;
    padding: 7px 0;
    font-weight: bold !important;
    color: #122051;
    margin-bottom: 3px;
    position: relative;
}

.modal-dwn-img {
    width: 27px;
    margin: 6px 0
}

.date-width-adj {
    width: 92% !important;
}

.quick-menu-buttons {
    background-color: #fff;
    padding: 10px 0;
    list-style-type: none;
    margin-bottom: 0;
    border-radius: 5px;
}

    .quick-menu-buttons > li {
        padding: 0 12px;
        display: inline-block;
        width: 16.3%;
        text-align: center;
        margin: 0 auto;
        position: relative;
        vertical-align: middle;
    }

        .quick-menu-buttons > li::after {
            position: absolute;
            border-right: 1px solid #00000029;
            height: 100%;
            right: 0px;
            top: 0;
            content: "";
        }

        .quick-menu-buttons > li:after:last-child {
            display: none;
        }




        .quick-menu-buttons > li > a {
            position: relative;
            color: #122f3b;
            font-size: 13px;
            font-weight: bold !important;
        }

.barcode-bar {
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    padding: 5px;
    margin-top: 12px;
}


@media print {
    body * {
        visibility: hidden !important;
    }

    #printcontent * {
        visibility: visible !important;
    }

    #printcontent {
        position: absolute;
        top: -1200px;
        left: -200px;
    }

    label {
        font-size: 25pt !important;
    }
}

.quick-buttons-ul {
    list-style-type: none;
    margin: 0;
}

    .quick-buttons-ul li {
        display: inline-block;
        margin: 0 2px;
        padding: 3px;
    }

        .quick-buttons-ul li > a > img {
            border-radius: 5px;
            width: 32px;
        }




.menu-tooltip {
    position: relative;
    display: inline-block;
}

    .menu-tooltip .tooltiptext {
        visibility: hidden;
        min-width: 120px;
        background-color: #122051;
        color: #fff;
        border-top: 1px solid white;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        font-size: 11px;
        position: absolute;
        z-index: 1;
        top: 110%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

.tooltiptext {
    min-width: 52px;
}

.menu-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
}

.menu-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.modal-barcode-wrap {
    border-radius: 5px;
    padding: 12px 0px;
    margin: 0 2px;
    background-color: #122051;
    text-align: center;
}

    .modal-barcode-wrap > img {
        border-radius: 5px;
    }

.table-samplepage tr td:last-child {
    width: 196px;
    text-align: center;
}




.tooltip-label {
    position: relative;
    display: inline-block;
    /* border: 1px solid black; */
    width: 16px;
    background-color: #8080804f;
    height: 16px;
    color: #303030cf;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    font-size: 9px;
    border-radius: 50%;
}

    .tooltip-label .tooltiptext-label {
        visibility: hidden;
        width: 120px;
        background-color: #fff;
        color: #303030;
        text-align: center;
        border-radius: 6px;
        padding: 5px 2px 5px 0px;
        /* Position the tooltip */
        position: absolute;
        border: 1px solid #ccc;
        z-index: 1;
    }

    .tooltip-label:hover .tooltiptext-label {
        visibility: visible;
    }

.tool-tipul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .tool-tipul > li {
        text-align: left;
        padding-left: 8px;
    }


.Img_div_new {
    width: 50%;
    height: 131px;
    background-color: #ff5f5f5;
    object-fit: contain;
}

.bxslider {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .bxslider li {
        padding: 2px;
    }

        .bxslider li > img {
            width: 100%;
            margin: 0 auto;
            object-fit: contain;
            height: 260px;
            background-color: #fafafa;
        }

#banner > .slick-dots {
    bottom: -3.5vh;
    background-color: #8080802b;
    width: 37%;
    margin: 0 auto;
    border-radius: 32px;
}

.slick-dots li button {
    padding: 0;
    height: auto;
    text-indent: -9999;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: none;
    overflow: hidden;
    color: #fff;
    margin: 0;
    border: 2px solid #765199;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #FFCB05;
    color: #FFCB05;
    border: 2px solid #765199;
    width: 10px;
    height: 10px;
    margin: -7px -2px 0 0 !important;
    position: relative;
}

.slick-dots li > button {
    line-height: 9px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px !important;
    height: 20px;
    margin: 3px !important;
    padding: 0;
    cursor: pointer;
}

.pswd-box {
    position: relative;
}

#togglePassword {
    position: absolute;
    top: 36%;
    right: 6px;
    cursor: pointer;
}

table.table th a, table th a {
    color: #fff !important;
    font-weight: normal !important;
}

#WeekNumber {
    height: 17px !important;
    padding: 16px 5px;
    border-radius: 3px;
}

.eclips-dot {
    white-space: nowrap;
    width: 360px;
    overflow: hidden;
    height: 15px;
    text-overflow: ellipsis;
}

.lineclip-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 20px;
}

.check-linhg {
    line-height: 26px;
}

table.auto-widthtable tr td:last-child {
    width: auto;
    text-align: left;
}

.dsinline {
    display: inline-block;
}

h5.highlight-color {
    border-bottom: 1px solid #80808024;
    margin-bottom: 1px;
    padding-bottom: 6px;
}


div.highlight-color {
    border-bottom: 1px solid #80808024;
    margin-bottom: 1px;
    padding-bottom: 6px;
}

h5.highlight-color-adj {
    border-bottom: 1px solid transparent !important;
    margin-bottom: 1px !important;
    padding-bottom: 0 !important;
}

.work-order-section > p {
    margin-bottom: 5px;
}

.cad-wrk {
    border: 1px solid #12205133;
    /* min-height: 458px;*/
    border-radius: 2px;
}

.cad-wrk-bodyest {
    height: 348px;
    overflow-y: auto;
}



.cad-wrk-title {
    border-bottom: 1px solid #12205142;
    padding: 2px 5px;
    background-color: #d7d7d7;
}

    .cad-wrk-title > h5 {
        color: #122051;
        margin: 3px 0;
        font-size: 11px !important;
        font-weight: bold !important;
    }

.cad-wrk-body {
    border-radius: 2px;
}

.cad-dtlsbox {
    width: 100%;
    display: table;
    padding: 2px 5px;
    padding: 9px 5px;
    border-bottom: 1px solid #1220510d;
}

.cad-dtlsbox-lcell {
    display: table-cell;
    width: 50%;
}

    .cad-dtlsbox-lcell > label {
        font-size: 11px !important;
        color: #122051b3;
        display: block;
    }

    .cad-dtlsbox-lcell > span {
        color: #122051;
        font-size: 11px;
    }


.cad-dtlsbox-rcell {
    display: table-cell;
    width: 50%;
}

    .cad-dtlsbox-rcell > label {
        color: #122051b3;
        font-size: 11px !important;
        display: block;
    }

    .cad-dtlsbox-rcell > span {
        color: #122051;
        font-size: 10.7px;
    }

.cad-dtlsbox-last {
    border-bottom: 1px solid #12205100;
}

table.table-width-last-td-auto tr td:last-child {
    width: auto !important;
}

table.table-width-last-td-auto tr th:last-child {
    text-align: center !important;
}

/*new inspection css starts here*/
.iconaction {
    list-style-type: none;
    padding: 0 !important;
    margin-top: 31px;
    margin-bottom: 0;
}

    .iconaction li {
        display: inline-block;
        vertical-align: middle;
    }

.button-div {
    background-color: #122051;
}

    .button-div > img {
        width: 16px;
    }

.tbclass tr td {
    vertical-align: middle;
}

.cirlcetp {
    background-color: #303030;
    padding: 0px 5px;
    border-radius: 50%;
    /* width: 18px; */
    font-size: 12px;
    height: 18px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.cirlcetp_parent {
    position: relative;
}

.cirlcetp-cnt {
    display: none;
    position: absolute;
    background-color: #efefef;
    padding: 3px 9px;
    border-radius: 3px;
    text-align: center;
    top: -30px;
    right: -101px;
    z-index: 1;
}

.cirlcetp-cnt_style_aj {
    right: -264px;
}

.cirlcetp_parent:hover {
    cursor: pointer;
}

    .cirlcetp_parent:hover > .cirlcetp-cnt {
        display: block;
    }

.statusbox {
    margin-left: 22px;
    background-color: white;
    padding: 2px 5px;
    border-radius: 3px;
}

.statuslabel {
    font-size: 18px;
    margin-top: 3px !important;
}

.statuscheck {
    margin-top: 7px;
}

.iconaction li > button {
    padding: 5px 3px 5px;
    text-align: center;
    margin: 0;
}

.arcarrow {
    position: relative;
}

    .arcarrow::before {
        content: '';
        display: block;
        position: absolute;
        left: -9px;
        top: 178%;
        margin-top: -10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 10px solid #efefef;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
        transform: rotate( 271deg);
    }

.inspection-nav {
}

    .inspection-nav .nav-item.show .nav-link,
    .inspection-nav .nav-link.active {
        color: #122051 !important;
        border-color: transparent transparent #122051;
    }

    .inspection-nav .nav-link {
        font-weight: 600;
    }

.accordion > .card > .card-header {
    padding: 8px;
    margin-left: 0;
    margin-right: 0;
}

.form-box {
    padding: 9px 0 18px;
    border: 1px solid #12205126;
    border-radius: 3px;
}

.inspection-nav .nav-link {
    color: #a9a9a9 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 7px !important;
}

.txt-area-newcss {
    min-height: 3rem !important;
}



.txt-area-newcss5 {
    min-height: 8.5rem !important;
}




.accordioncard {
    border-left: 1px solid #122051;
    margin-top: 12px;
    border-radius: 0 !important;
}


.inspection-nav > li > a:focus,
.inspection-nav > li > a:hover,
.inspection-nav .open > a,
.inspection-nav .open > a:focus,
inspection-nav .open > a:hover {
    background: transparent !important;
}

.accordioncard > .card-header {
    background-color: #f1f1f1;
}



.file-input {
    display: inline-block;
    text-align: left;
    width: 100%;
    position: relative;
    border-radius: 3px;
}

    .file-input > [type='file'] {
        position: absolute;
        top: 0;
        left: 0;
        width: 92%;
        /*  height: 100%;
      opacity: 0;*/
        z-index: 10;
        cursor: pointer;
    }

.file-align > .button {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 2px 10px;
    border-radius: 2px;
    margin-right: 0px;
    opacity: 0;
}

.file-align > [type='file'] {
    top: -4px;
    position: absolute;
    left: 0;
    width: 92%;
    /*  height: 100%;
      opacity: 0;*/
    z-index: 10;
    cursor: pointer;
}


.file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 2px 10px;
    border-radius: 2px;
    margin-right: 0px;
}

.file-input.hide-btn > .button {
    opacity: 0
}


.file-input:hover > .button {
    background: #152353;
    color: white;
}

.file-input > .label {
    color: #152353;
    display: inline-block;
    opacity: .3;
    white-space: nowrap;
    padding: -2px 0;
    width: 110px;
    overflow: hidden;
    line-height: 12px;
    text-overflow: ellipsis;
    margin-top: 1px;
    position: absolute;
    top: 4px;
}

.mb8imp {
    margin-bottom: 8px !important;
}

.file-input.-chosen > .label {
    opacity: 1;
}

.form-boxbggray {
    background-color: #f7f7f7;
}

.form-group label.control-labelfnt12 {
    font-size: 12px !important;
}

.frmcutdate {
    height: 33px !important;
    margin-right: 0 !important;
}

.formbox-blue {
    background-color: #14214e08;
    border: 1px solid #14214e08;
}

.qbtn-w100 {
    width: 100%
}

.needspacebtn.table tr th {
    width: auto !important;
}

.minbtntext {
    padding: 6px 6px;
    margin-bottom: 7px;
    font-size: 11px !important;
    font-weight: 100 !important;
    display: table-cell;
    vertical-align: middle;
}

    .minbtntext > img {
        width: 100%;
    }

.inputwidth {
    width: 120px;
}

.dinblock {
    display: inline-block;
}

.whalffile {
    width: 91%
}

.frmcntrlheight {
    height: 33px !important;
    padding: 4px;
}

.dnldbtn {
    display: inline-block;
    /* float: left; */
    /* width: 20px; */
    padding: 0;
    background-color: #122051;
    color: #fff;
    padding: 5px 8px;
    margin: 0 !important;
}

    .dnldbtn:hover {
        color: #fff;
    }

.tb-fixedcls {
    table-layout: fixed;
    word-break: break-word;
}

    .tb-fixedcls tr td {
        word-break: break-word;
    }

    .tb-fixedcls tr th {
        word-break: break-word;
    }

.imghref > a > img {
    width: 23px;
}

.imghref > button > img {
    width: 23px;
}


.minbtntext {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.minbtntext-hover {
    visibility: hidden;
    min-width: 138px;
    font-size: 10px;
    background-color: #122051;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -50px;
    left: -50px;
    right: 0;
}

.minbtntext:hover .minbtntext-hover {
    visibility: visible;
}







.minbtntext-last {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.minbtntext-hover-last {
    visibility: hidden;
    min-width: 160px;
    font-size: 10px;
    background-color: #122051;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    right: 0;
    top: -50px;
}

.minbtntext-last:hover .minbtntext-hover-last {
    visibility: visible;
}

.inspectionhead-name {
    width: 269px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .inspectionhead-name > span {
        color: #122051;
        text-transform: capitalize;
    }

.accr_inspectionhead-name {
    width: 345px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notextcenter tr td:last-child {
    width: auto;
    text-align: left;
}

table.emptytd tr td:last-child {
    text-align: center !important;
}

.dbnpdadj {
    padding: 8px 12px 8px 12px;
}

.inspectbox-wrap {
    padding: 8px;
    border: 1px solid #80808033;
    border-radius: 3px;
    margin-bottom: 7px;
}

.btn-inline-align {
    margin: 0;
    padding: 0;
    float: right;
}

    .btn-inline-align li {
        display: inline-block;
        margin-left: 8px;
    }

        .btn-inline-align li > a {
            width: 35px
        }

        .btn-inline-align li > button {
            width: 35px
        }

.btn-inline-alignquotes {
    margin: 0;
    padding: 0;
    float: right;
}

    .btn-inline-alignquotes li {
        display: inline-block;
        margin-left: 8px;
    }



        .btn-inline-alignquotes li > button {
            width: auto;
        }


.table thead th {
    border-bottom: 0px solid transparent !important;
}

.inline-menu-toggleul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .inline-menu-toggleul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0px;
    }



.dashboard-box-quote {
    /* background-color: #fff;*/
    padding: 10px 10px 10px;
    min-height: 90px;
    border-radius: 5px;
    margin: 8px 0;
    /*    background-image: url(../assets/img/dots.png);*/
    background-position: right center;
    background-repeat: no-repeat;
}

.new-height {
    min-height: 96px;
}

.dashboard-box-quote > h4 {
    position: relative;
    font-size: 11px;
    line-height: 16px;
    margin-top: 4px;
    margin-bottom: 6px;
    color: #122051;
    font-weight: bolder !important;
}

    .dashboard-box-quote > h4:before {
        position: absolute;
        content: "";
        border-top: 2px solid #122051;
        top: -6px;
        left: 0;
        width: 25px;
    }

.dsb-box-quote {
    min-height: 199px;
}

    .dsb-box-quote > h4 {
        height: 66px;
    }




.quote-listtable tr td:last-child {
    width: 210px !important;
}


.contractnotes-able tr td:first-child {
    width: 10%;
}

.contractnotes-able tr td:last-child {
    width: auto;
    text-align: center;
}


.contractnotes-able tr td:nth-child(2) {
    width: 54%;
}

.contractnotes-able thead th:last-child {
    text-align: center;
}

.contract-list tr td:last-child {
    width: 269px;
    text-align: center;
}

.back-shade {
    background-color: #dfdfdf36;
    padding: 6px 6px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
}

.psbtn-ab {
    position: absolute;
    bottom: 0;
}



input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]) {
    border: 1px solid #189ab4 !important;
    box-shadow: 0 1px 0 0 #122051;
}

.form-control:focus {
    border: 1px solid #122051 !important;
    box-shadow: 0 1px 0 0 #122051 !important;
}

.form-control:focus {
    border: 1px solid #122051 !important;
    box-shadow: 0 1px 0 0 #122051 !important;
}

.hrline {
    border-bottom: 1px solid #80808040;
    margin: 15px 0 0;
}

.border-box-from {
    border: 3px solid #f7f8f9;
    padding: 10px;
    border-radius: 5px;
}

.align-left-div > .head-line::before {
    left: -10px !important;
}


.textarea.form-control {
    min-height: auto !important;
}




textarea.feildhgtadj {
    min-height: 64px !important;
}

.form-group input.cust-widthinput {
    width: calc(100% - 1.2rem - 6px) !important;
}

.box-textare {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    margin-top: 8px;
    padding: 4px 3px;
}

.non-label {
    display: none;
}

.mul-label {
    font-size: 11px !important;
    margin-left: 7px;
    color: #122051;
    margin-bottom: 8px !important;
    margin-top: 2px !important;
    font-weight: 800 !important;
    display: inline-block !important;
}

.singlie-line {
    display: block !important
}

.btn-attached {
    background-color: var(--themecolor_primary);
    padding: 9px 7px !important;
    line-height: 13px;
    font-size: 11px;
    height:34px;
    letter-spacing: 1px;
    margin-right:3px;
    border:none;
    color: #fff;  
    margin: 0;
    width: 32px;
    border-radius: 0px 5px 5px 0px !important;
}
.wonameadj {
    white-space: normal;
    line-height: 15px;
    font-size: 13px !important; 
    font-weight: 600;
}

    .btn-attached:hover {
        color: #fff
    }

.inline-menu-toggleul-double-btn {
    list-style-type: none;
    margin: 0px 0 0 0;
    padding: 0;
}

    .inline-menu-toggleul-double-btn li {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

.no-gutter .row {
    margin-right: 0px;
    margin-left: 0px;
}

.no-gutter > [class^="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.labellele-btn {
    margin-top: 40px
}

.field-buttn-tab {
    display: table;
    width: 100%;
}

.field-button {
    display: table-cell;
    width: 22%;
    text-align: center;
}

.field-table {
    display: table-cell;
    width: 78%;
}

.head-line + label.details-marked {
    font-size: 15px !important;
}

.head-line > label.details-marked-head {
    font-size: 10px !important;
}

.details-box {
    border: 3px solid #efefef;
    padding: 7px 7px 5px;
    border-radius: 5px;
    margin-top: 5px;
    /*   height: 147px;*/
    background-color: #ffffff73;
    /*   overflow-y: scroll;*/
}

.shodetails {
    position: relative;
    margin-top: 1px;
}

    .shodetails::after {
        position: absolute;
        content: "";
        border-bottom: 1px solid #30303017;
        width: 100%;
        left: 0;
        bottom: -1px;
    }

    .shodetails > label {
        position: relative;
        margin-left: 10px;
        margin-bottom: 0;
        font-size: 10px !important;
        color: #000000ad;
        font-weight: 600;
    }

        .shodetails > label:after {
            position: absolute;
            content: "";
            border-radius: 50%;
            background-color: #12205199;
            width: 5px;
            height: 5px;
            left: -9px;
            top: 5px;
        }

    .shodetails > span {
        word-break: break-all;
        font-size: 10px;
    }

    .shodetails > p {
        font-size: 10px !important;
        display: block;
        color: #000000ad;
        margin-bottom: 4px !important;
        margin-top: 0 !important;
        font-weight: 600 !important;
    }

.shodetails_adj > label, .shodetails_adj > span {
    font-size: 13px !important;
}

.btman-3 {
    margin-top: 3px !important
}

.arrow-pos {
    float: right;
    margin-top: 6px;
}



.print-flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid silver;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.print-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.print-flex-item {
    background: tomato;
    padding: 5px;
    width: 45.5%;
    height: 100px;
    margin: 10px;
    line-height: 100px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

.common-btn-all {
    background-color: #122051 !important;
    padding: 8px 8px;
    border-radius: 3px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.mr-7 {
    margin-top: 7px !important;
}

.heading-seperator {
}

    .heading-seperator > h4 {
        position: relative;
        font-size: 15px;
        padding: 7px 0;
       
        color: #2B3674 !important;
        margin-bottom: 3px;
        font-weight: 600 !important;
        position: relative;
    }


.inbox-btn-fea {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .inbox-btn-fea li {
        display: inline-block;
    }

.inbox-btn-fea-w80 {
    width: 72%;
}

.btman-0 {
    margin-top: 0 !important
}

.chaild-table {
    width: 100%;
}

table.chaild-table tr td {
    text-align: left;
    width: 350px;
    padding: 0;
    vertical-align: top;
}

table.chaild-table tr {
    border: none !important;
}

    table.chaild-table tr:hover {
        border: none !important;
        border-left: 1px solid transparent !important;
        border-right: 1px solid transparent !important;
        border-bottom: 1px solid transparent !important;
    }


table.table-hover tbody tr:hover {
    cursor: default;
}

table.chaild-table tr td label {
    color: #0000009c;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 0;
}

table.chaild-table tr:hover {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}

table.table-hover tbody tr:hover table.chaild-table tr {
    border: 1px solid transparent !important;
    background-color: transparent !important;
}

.lasttdwdauto tr td:last-child {
    width: auto !important;
    text-align: left !important;
}

.table-pnorml > p {
    font-size: 11px !important;
    vertical-align: middle;
    color: #212529;
    margin: 0;
}

.mb-no {
    margin-bottom: 0 !important
}

.lh-14 {
    line-height: 15px;
}

.d-shodetails {
    margin-bottom: 0px;
    position: relative;
    margin-left: 7px;
}

    .d-shodetails > label {
        position: relative;
        margin-left: 10px;
        font-size: 10px !important;
        color: #122051;
    }

        .d-shodetails > label:after {
            position: absolute;
            content: "";
            border-radius: 50%;
            background-color: #12205199;
            width: 5px;
            height: 5px;
            left: -9px;
            top: 5px;
        }

    .d-shodetails > span {
        font-weight: 600 !important;
        font-size: 11px !important;
        color: #122051;
        word-break: break-all;
        font-weight: 800 !important;
    }

.scrolllabel-box {
    height: 108px;
    overflow-y: auto;
    padding: 3px;
}

.d-scrolllabel-box {
    height: 34px;
    overflow-y: auto;
    display: block;
    overflow-x: hidden;
    margin-bottom: 4px !important;
    padding: 3px 3px 3px 0;
}

.qd-scrolllabel-box {
    height: 100px;
    overflow-y: auto;
    padding: 3px;
}

.qd-scrolllabel-sm-box {
    height: 40px;
    overflow-y: auto;
    padding: 3px;
}


.d-scrolllabel-box-add {
    height: 60px;
    overflow-y: auto;
    padding: 3px;
}

    .d-scrolllabel-box-add > label {
        color: #122051;
        display: block;
        margin-left: 7px;
        color: #122051;
        margin-bottom: 8px !important;
        margin-top: 2px !important;
        word-break: break-all;
    }

.label-tooltip {
    position: relative;
    display: inline-block;
}

    .label-tooltip .label-tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -60px;
    }

    .label-tooltip:hover .label-tooltiptext {
        visibility: visible;
    }

.lebl-exlips {
    white-space: nowrap;
    width: 164px;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-clip-200 p {
    width: 200px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination .page-item .page-link {
    color: #fff !important;
}

.em-userdp > img {
    display: block;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    border: 1px solid blue;
    padding: 2px;
}

.em-desgination-dt > p {
    margin-bottom: 0
}

.ul-custom-group {
    list-style-type: none
}

    .ul-custom-group li {
        display: inline-block;
    }

.flt-right {
    float: right
}

.card-boody-img {
    padding: 5px;
    border: 1px solid #f3f3f3;
}

.icon-css {
    font-size: 15px;
    margin: 5px 7px;
    color: #122051;
}

    .icon-css:hover {
        cursor: pointer;
    }

.email-sub {
    color: #122051;
    margin: 0;
}

.card-footer-adj {
    padding: 4px 8px;
    background-color: #f3f3f3;
    border-radius: 0 0 3px 3px;
}

ul.attac-i li > i {
    color: #122051;
    font-size: 13px;
}

    ul.attac-i li > i:hover {
        cursor: pointer;
        color: #122051b0;
    }

ul.attac-i li > span {
    color: #122051;
}

.badge-color {
    background-color: #122051;
}

.email-hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    display: block;
}

.em-eclips {
    white-space: nowrap;
    width: 87px;
    line-height: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

table.table-em tbody tr {
    border-top: 1.2px solid #cbcbcb !important;
    border-collapse: separate;
}

    table.table-em tbody tr td {
        padding: 3px;
    }

.em-body {
    height: 260px;
    overflow-y: auto;
}

.hg-text {
    color: #122051 !important;
}

.em-cust-dropbtn {
    background-color: transparent;
    border: 1px solid transparent;
    display: inline-block;
}

.em-dropdown {
    display: inline-block;
}

.carot-em {
    position: relative
}

    .carot-em::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

.ul-custom-group {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .ul-custom-group li {
        display: inline-block;
    }

.buttonwithfeild {
    position: relative;
    display: inline;
    align-items: end;
}

.feild-part {
}

.button-part {
    position: absolute;
    right: 0;
    top: 0px;
}


.drop-feild-part {
    width: calc(100% - 1.2rem - 17px);
}

.drop-feild-part-asset {
    width: calc(100% - 1.2rem - 25px);
}

.drop-feild-part_manu {
    width: calc(100% - 1.2rem - 19px);
}

.drop-button-part {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.drop-button-adj {
    bottom: 0px;
}

.drop-button-part_manu {
    right: 2px;
}

.button-part > button.btn {
    margin: 0 !important
}


.double-btn {
    width: calc(100% - 1.2rem - 52px);
}

/*table.clubrow-table tbody tr {
    border-bottom: 0px solid gray !important;
    border-top: 0.5px solid #8080801f ;
}*/
table.chaild-table tbody tr {
    border-bottom: 0px solid gray !important;
    border-top: 1px solid #8080801f !important;
}

.sub-tr {
    border-top: 1.2px solid #8080801f !important;
    border-bottom: 2.5px solid gray !important;
}

.first-row:hover + .sub-tr {
    background-color: #dddddd61;
}


.sub-tr:nth-child(odd):hover .first-row:nth-child(odd) {
    background-color: #dddddd61;
}

.sub-tr:nth-child(even):hover .first-row:nth-child(even) {
    background-color: #dddddd61;
}

.table-adjustwidth tr td:nth-child(2) {
    width: 38% !important;
}

.table-adjustwidth thead tr th:nth-child(2) {
    width: 38% !important;
}

.textalign-right {
    text-align: right;
    display: inline-block;
}
/*.replay-profile {
    height: 50px;
    width: 50px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    text-align: center
}*/

.replay-profile {
    height: 30px;
    width: 30px;
    background-color: #bbbbbb30;
    border-radius: 24%;
    display: inline-block;
    text-align: center;
}

    .replay-profile > i {
        font-size: 18px;
        /* margin-top: 10px; */
        line-height: 28px;
        color: #122051;
    }

.mic-info {
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
}

    .mic-info > a {
        color: #122051 !important;
    }

.dandt {
    float: right;
}

.blineb {
    border: 0.5px solid #12205121;
    margin: 10px 0 6px;
}

#woclist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #woclist tr td:last-child {
        width: auto;
        border-radius: 0 !important;
    }


.woclist-table tr td:last-child {
    width: auto;
    border-radius: 0 !important;
}





#woclist tr td {
    text-align: unset;
}

table.nobrek-word td {
    word-break: normal;
}



@media (min-width: 992px) {
    .modal-lg {
        max-width: 1000px !important;
    }

    .modal-xl {
        max-width: 95% !important;
    }
}

.check-widthauto {
    width: auto !important;
    display: inline-block;
}

.label-sup {
    vertical-align: super !important;
}

.mr-low {
    margin-top: -6px !important;
}

.newfeild-part {
    width: calc(100% - 1.2rem - 16px) !important;
}

.addspacing-120 {
    width: 120px;
}

.email-attach {
    list-style-type: none;
    display: inline-block;
    margin: 3px 2px;
    border: 1px solid gray;
    padding: 4px 5px;
    border-radius: 3px;
    float: left;
    font-size: 11px;
    color: #122051 !important;
    font-weight: 800;
}

    .email-attach:hover {
        cursor: pointer;
    }

.emailplace-wrapper {
    border: 3px solid #f7f8f9;
    border-radius: 5px;
    padding: 5px;
}

.email-sending-postion {
    margin: 0
}

    .email-sending-postion tr td {
        text-align: left !important;
        padding: 0;
    }

        .email-sending-postion tr td:first-chail {
            text-align: left !important;
            width: 8%;
        }

        .email-sending-postion tr td:last-child {
            text-align: left !important;
            width: 92%;
        }

table.email-sending-postion td > a {
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    margin-right: 0px !important;
}

    table.email-sending-postion td > a:hover {
        box-shadow: 0px 5px 4px 0px rgb(230 230 230 / 0%);
    }

.email-head {
    font-size: 16px;
    margin-top: 7px;
}

.attact-down {
    color: #122051;
    margin-left: 5px;
}

.first-row {
}

    .first-row + .attached-prod {
        background-color: transparent;
    }

    .first-row:hover + .attached-prod {
        background-color: #caccd1;
        border-left: 2px solid #12205187 !important;
        border-right: 2px solid #12205187 !important;
        border-bottom: 2px solid #12205187 !important;
    }



.no-table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.first-row:hover {
    border-left: 2px solid transparent !important;
    border-right: 2px solid transparent !important;
    border-bottom: 2px solid transparent !important;
}

.uploadbtn-css {
    border-radius: 5px !important;
    margin-left: 7px !important;
}

.anchrequalbtn {
    padding: 5.2px 12px !important;
}
/*.alertbox-coments {
    border: 1px solid #f91111d9;
    padding: 0 4px;
    border-radius: 4px;
}*/


.alertbox-coments > .head-line > label {
    color: #f91111d9;
}

.alertbox-coments > .d-scrolllabel-box {
    color: #f91111d9;
}

.table-verticlescroll {
    height: 56vh;
    overflow-y: auto;
}


.table-responsive-verticlescroll {
    min-height: 90px;
    overflow-y: auto;
    overflow-x: hidden;
}

.no-table-responsive-verticlescroll {
    height: 90px;
}

.table-responsive-verticlescroll thead tr:nth-child(1) th {
    position: sticky;
    top: 0;
    z-index: 10;
}

.tableFixHead thead tr {
    position: sticky;
    top: 0;
}

.tableFixHead tr td:last-child {
    width: auto;
    text-align: left;
}

.w20per {
    width: 15%;
}

.mark-text-product {
    display: inline-block;
    background-color: transparent !important;
    border-radius: 4px 4px 4px 4px !important;
    line-height: 10px;
    text-align: center !important;
    padding: 4px 3px !important;
    margin: 0 !important;
    font-size: 9px;
    font-weight: 600 !important;
    color: #000 !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(230 230 230);
    -moz-box-shadow: 0px 1px 2px 0px rgba(230,230,230,1);
    box-shadow: 0px 1px 2px 0px rgb(230 230 230);
    border: 1px solid #1220513d;
}

.label-show {
    display: inline;
}

.impmar-top-0 {
    margin-top: 0 !important
}

.impmar-btm-2 {
    margin-bottom: 3px;
}

.equal-padd {
    padding: 9px 0 9px !important;
}

.gray-block-feild {
    background-color: #80808014;
    border-radius: 6px;
    padding: 2px;
    line-height: 17px;
    display: block;
    padding: 8px;
    margin-top: 8px;
}

.button:focus {
    outline: none !important;
}

.wd20per {
    width: 20%;
}

.table-type-p {
    display: table
}

    .table-type-p > span {
        display: table-cell;
        vertical-align: middle;
        line-height: 16px;
        padding: 2px;
    }

.ft-20 {
    font-size: 20px;
}

.block-sizedraw {
    background-color: transparent !important;
    border-radius: 4px 4px 4px 4px !important;
    line-height: 10px;
    text-align: center !important;
    padding: 6px 6px 6px 6px !important;
    margin: 0 !important;
    border-radius: 3px;
    color: #000 !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(230 230 230);
    -moz-box-shadow: 0px 1px 2px 0px rgba(230,230,230,1);
    box-shadow: 0px 1px 2px 0px rgb(230 230 230);
    border: 1px solid #1220513d;
}

.imp-star {
    font-size: 17px;
    line-height: 0;
    color: #122051;
    display: inline-block;
    margin-left: 1px;
}

#loading {
    z-index: 9999 !important;
}

.showbox-height {
    height: 88px;
    padding: 9px 0 9px !important;
}

.chart-border {
    border: 1px solid #80808021;
    border-radius: 5px;
}





.clr-1 {
    background-color: #b7d1ed;
}

.clr-2 {
    background-color: #d4d8f0;
}

.clr-3 {
    background-color: #eebbc3;
}

.clr-4 {
    background-color: #f8d6ac;
}

.clr-5 {
    background-color: #f2c94c;
}

.clr-6 {
    background-color: #f77f83b3;
}

.clr-7 {
    background-color: #e1d5c6;
}

.clr-8 {
    background-color: #baf3b6;
}

.clr-9 {
    background-color: #a8b6bf !important;
}

.clr-10 {
    background-color: #bbebee;
}

.clr-11 {
    background-color: #c5d5cb;
}

.clr-12 {
    background-color: #d5c5cc;
}


.clr-13 {
    background-color: #ede09f;
}


.clr-14 {
    background-color: #dee5da;
}


.clr-15 {
    background-color: #96d3c5;
}


.clr-16 {
    background-color: #d5e78b;
}

.graphheader-clr {
    color: #122051;
}

.stac-heightboxref {
    height: 58px;
    margin-top: 5px;
}

.table-pardiv-hight {
    height: 450px;
    overflow-y: scroll;
    border-left: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-radius: 0 0 3px 3px;
}

.d-scrolllabel-box-edit {
    height: 38px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 0px !important;
    padding: 0px 3px 0px;
}


.mrq {
    font-size: 14px;
    font-weight: 300;
    color: #122051;
    font-family: var(--font-base);
}
/*.show-dtbox {
    background-color: #f5f5f52e;
    border: 2px solid #f5f5f5;
    padding: 3px;
    color:red;
    line-height: 17px;
}*/

.show-dtbox {
    background-color: #f5f5f52e;
    border: 1px solid #ff000038;
    padding: 6px 5px;
    color: red;
    line-height: 21px;
    position: relative;
    border-radius: 4px;
    text-align: center;
    margin-top: 19px;
}

.closebtn {
    top: -8px;
    position: absolute;
    right: -7px;
}

    .closebtn > i {
        font-size: 15px;
        background-color: #fff;
    }

    .closebtn:hover {
        cursor: pointer;
    }

.firstdettd thead > tr > th:first-child {
    width: 58px;
}

.firstdettd tbody > tr > td {
    padding-top: 7px;
    padding-bottom: 14px;
}




.nominput {
    margin: 0 !important;
}

    .nominput + span {
        margin: auto !important
    }


.table-noteicon {
    position: relative
}



.tooltip-arc {
    position: relative;
    display: inline-block;
}

    .tooltip-arc .tooltiptext-arc {
        visibility: hidden;
        width: 162px;
        background-color: #e1e1e1;
        color: #303030;
        text-align: left;
        border-radius: 6px;
        padding: 0px 0;
        position: absolute;
        z-index: 1;
        top: -7px;
        /* left: 0; */
        right: 20px;
        margin-left: -60px;
    }

.toolti-arcp-arc > .tooltiptext-arc::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: red transparent transparent transparent;
}

.tooltip-arc:hover .tooltiptext-arc {
    visibility: visible;
}

.tooltip-arc > i {
    color: #fff;
    font-size: 14px;
}

.table-noteiconplace {
    position: absolute;
    right: 0.5%;
    top: -7px;
}

.tooltip-arc > i:hover {
    cursor: pointer;
}

.notelist {
    list-style-type: none;
    margin: 4px 0;
    padding: 0;
    padding-left: 4px;
}

    .notelist li {
        display: block;
        padding: 3px 4px 0;
    }

        .notelist li > span {
            display: inline-block;
            width: 14px;
            height: 9px;
            margin-right: 2px;
        }

            .notelist li > span.red {
                background-color: #ff0000;
            }

            .notelist li > span.green {
                background-color: #33cc33;
            }

            .notelist li > span.orange {
                background-color: #FFBF00;
            }

        .notelist li > label {
            margin: 0;
        }

.sfclr {
    background-color: #e56b6b;
}

.WOSubProgress {
    background-color: red !important;
}

tr.WOSubProgress td > table.chaild-table tr td label {
    color: #f9cdcd !important;
}

tr.WOSubProgress td > table.chaild-table tr td {
    color: #fff !important;
}

.txtvermiddle {
    margin-top: 13px;
}

.wd25px {
    width: 59px
}

label.no-margin {
    margin-top: 0 !important;
}

.notification-icon {
    position: relative;
    margin-right: 6px !important;
}



/*note dashboard*/

.header-bar {
    background-color: #ff8f00;
    padding: 8px 18px;
}


    .header-bar > span {
        font-size: 22px;
        color: #fff;
        text-align: center;
        display: block;
    }

.footer-bar {
    background-color: #b71c1c;
    padding: 8px 18px;
}

    .footer-bar > span {
        font-size: 22px;
        color: #fff;
        text-align: center;
        display: block;
    }

.small-headerbar {
    padding: 3px;
    text-align: center;
    font-size: 14px;
    color: #fff
}

.small-headerbar {
    background-color: #ff8f00;
    padding: 3px;
    margin: 4px 0 0;
    border-radius: 3px;
}

    .small-headerbar > span {
        text-align: center;
        font-size: 14px;
        color: #fff
    }

ul.noteboard-ul li > a {
    padding: 2px 10px !important;
    margin: 0 !important;
    font-size: 10px;
}

    ul.noteboard-ul li > a.nav-item.show .nav-link {
        border-color: #fff #dee2e6 #21529d !important;
        background-color: #8080801f;
        color: #21529d !important;
    }

    ul.noteboard-ul li > a.nav-link.active {
        border-color: #fff #dee2e6 #21529d !important;
        background-color: #8080801f;
        color: #21529d !important;
    }

.noteboard-tabbox {
    display: table;
    width: 100%
}

    .noteboard-tabbox > .noteboard-tabbox-dp {
        display: table-cell;
        width: 12%;
    }

    .noteboard-tabbox > .noteboard-tabbox-heading {
        display: table-cell;
        width: 98%;
    }

.noteboard-cell-dp {
    border-radius: 50%;
    background-color: green;
    color: #fff;
    padding: 3px;
    font-size: 9px;
    text-align: center;
    height: 22px;
    display: block;
    width: 22px;
    line-height: 16px;
}

.feedbox {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 400px;
    overflow-y: auto;
}

    .feedbox li {
        display: block;
        margin-top: 4px;
        position: relative;
        padding-bottom: 3px;
        border-bottom: 1px solid #8080803d;
    }

        .feedbox li:hover .feed-optshow {
            display: block;
        }


.feed-optshow {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 1px 5px;
}

.feed-optshow-ul {
    padding: 0;
    margin: 0
}

    .feed-optshow-ul li {
        display: inline-block !important;
    }


.noteboard-tabbox-heading > p {
    margin-bottom: 1px;
    font-size: 12px;
}

.noteboard-tabbox-heading > span {
    font-size: 10px;
    color: #808080a1;
    line-height: 14px;
    display: block;
}

.feed-det > span {
    color: gray;
    font-weight: 300;
    font-size: 10px
}

.cls-btn {
    color: #122051 !important;
    font-size: 12px;
}

    .cls-btn:hover {
        cursor: pointer;
    }

.btn-feedmenu {
    background-color: #122051;
    color: #fff;
    padding: 0px 7px;
}

    .btn-feedmenu:hover {
        color: #fff !important;
    }

.feed-opt-a {
    width: 15%;
}

    .feed-opt-a > a {
        padding: 6px !important;
        font-size: 9px;
    }


.quote-clr {
    background-color: #b71c1c;
}

.feed-block-clr-1 {
    background-color: #ff8f00;
}


.feed-block-clr-2 {
    background-color: #1565c0;
}

.feed-block-clr-3 {
    background-color: #169db3;
}

.feed-block-clr-4 {
    background-color: #44689e;
}

/*.feed-height{height:400px;overflow-y:auto;}*/
.full-detailnavbox {
    background-color: #f9f9f9d9 !important;
    padding: 4px;
}

.stickynotes {
    position: relative;
    padding: 5px;
}

.stcky-notes {
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 21px;
}

.sticky-close {
    position: absolute;
    right: 0;
    font-size: 13px;
    top: 0;
    background-color: #fff;
    /* width: 25px; */
    /* height: 25px; */
    text-align: center;
    border-radius: 52px;
    color: #122051;
    font-weight: 800;
    border-left: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    padding: 1px 7px;
    z-index: 100;
    right: -3px;
    top: -3px;
}

    .sticky-close:hover {
        cursor: pointer;
    }

.checkbox-table {
    padding-bottom: 18px;
}

.lineheightfix {
    padding-top: 6px;
}

.detdetshowbox {
    background-color: #8080801c;
    border: 1px solid #d1d1d191;
    padding: 3px 5px 2px;
    border-radius: 3px;
    margin-left: 8px;
    color: #122051;
}

.datelinefix {
    word-break: keep-all;
}

.legendsul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .legendsul li {
        border: 2px solid transparent;
        padding: 2px;
        border-radius: 4px;
        display: inline-block;
        margin-right: 6px;
    }

        .legendsul li.activestar {
            border: 2px solid #122051;
        }

        /*     .legendsul li:hover {
        border: 2px solid #a9a9a999;
    }*/

        .legendsul li:hover {
            cursor: pointer;
        }

        .legendsul li > a {
            color: #303030;
        }

            .legendsul li > a:hover {
                cursor: pointer;
            }

            .legendsul li > a > i {
                font-size: 17px;
                line-height: 17px;
            }

.feildform {
    font-weight: 400;
    line-height: 1.5;
    color: #383b3e;
    background-clip: padding-box;
    padding: 0.6rem 0.75rem;
    background-color: #FFFFFF !important;
    box-shadow: none !important;
    margin: 8px 0 0px 0 !important;
    font-family: var(--font-base);
    font-size: 1rem;
    outline: 0;
    box-sizing: content-box;
    transition: all .3s;
    height: 1.5rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    font-size: 13px;
}

.wrdbreak {
    word-break: normal;
}

.sticky-boxmodel {
    width: 100%;
    height: 16vh;
    padding: 18px 2px;
    border-radius: 3px;
}



/*note*/


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(96,57,224, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(96,57,224, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(96,57,224, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(96,57,224, 0.4);
        box-shadow: 0 0 0 0 rgba(96,57,224, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(96,57,224, 0);
        box-shadow: 0 0 0 10px rgba(96,57,224, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(96,57,224, 0);
        box-shadow: 0 0 0 0 rgba(96,57,224, 0);
    }
}

.noteHolder {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 6px 0 !important;
    position: relative;
    cursor: all-scroll;
    z-index: 600;
    overflow: hidden;
    /*  box-shadow: 0px 0px 10px 2px #00000010; */
}

    .noteHolder input[type="checkbox"]#fold1 {
        position: absolute;
        z-index: 0;
        width: 13em;
        height: 12em;
        opacity: 0;
        cursor: pointer;
        marign: 0;
        padding: 0;
    }

.note {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 6px 7px 21px;
}

    .note:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: -4px;
        border-width: 0 16px 16px 0;
        border-style: solid;
        border-color: #fff0 #fff0 #ffffffe6 #ffffffe6;
        background: #fff;
        -webkit-box-shadow: 0px 0px 15px 4px #0c0f4180;
        -moz-box-shadow: 0px 0px 15px 4px #0c0f4180;
        box-shadow: 0px 0px 15px 4px #0c0f4180;
        /* Firefox 3.0 damage limitation */
        display: block;
        width: 0;
    }

    .note.rounded {
        -moz-border-radius: 5px 0 5px 5px;
        border-radius: 5px 36px 5px 5px;
    }

        .note.rounded:before {
            border-width: 12px;
            /*   border-color: #fff #fff transparent transparent;*/
            border-color: #e1e1e1 #e1e1e1 transparent transparent;
            -moz-border-radius: 0 0 0 5px;
            border-radius: 0 0 0 5px;
            transition: border .4s ease-in;
        }

#fold1:checked + .note.rounded::before {
    border-width: 100px;
    box-shadow: none;
    animation: folding .4s;
    animation-delay: .4s;
}
/* @keyframes folding{
  0%{
    border-color: #fff #fff transparent transparent;
  }
  40%{
    border-color: #fff #fff #fff transparent;
  }
  100%{
    border-color: #fff;
  }
} */
.note span#note-1 {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    font-size: 10px !important;
    margin: 0px;
    padding: 8px;
    display: block;
}

.note span::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.note span::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.note span::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.note textarea:focus {
    outline: none;
}



.start {
    position: relative;
    display: inline-block;
}

    .start .starttext {
        visibility: hidden;
        width: 100px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 3px 0;
        position: absolute;
        z-index: 1;
        top: -30px;
        left: 58%;
        margin-left: -60px;
    }

    .start:hover .starttext {
        visibility: visible;
        font-size: 9px;
    }

.rounded > p {
    margin-bottom: 2px;
    line-height: 18px;
}

    .rounded > p:first-of-type {
        font-weight: bold;
        margin-bottom: 5px !important;
        position: relative;
    }

        .rounded > p:first-of-type:after {
            position: absolute;
            content: "";
            border-bottom: 1px solid #80808024;
            width: 35px;
            bottom: -2px;
            left: 0;
        }

.blockpanel {
    background-color: #f9f9f9;
    border-radius: 0 0 5px 5px;
}


.center-table-algn tr th:last-child {
    width: auto !important;
    text-align: center !important;
}


.center-table-algn tr td:last-child {
    width: auto !important;
    text-align: center !important;
}


table.custwidhtable th:first-child {
    width: 4%;
}

table.custwidhtable th:nth-child(2) {
    width: 4%;
}

table.custwidhtable th:nth-child(3) {
    width: 28%;
}

table.custwidhtable td:nth-child(3) {
    word-break: break-word;
}

table.custwidhtable th:nth-child(4) {
    width: 10%;
}

table.custwidhtable th:nth-child(5) {
    width: 11%;
}

table.custwidhtable th:nth-child(6) {
    width: 10%;
}

table.custwidhtable th:nth-child(7) {
    width: 10%;
}

table.custwidhtable th:nth-child(8) {
    width: 10%;
}

table.custwidhtable th:nth-child(9) {
    width: 6%;
    text-align: center;
}

table.custwidhtable td:nth-child(9) {
    text-align: center;
}

.stickytb-header {
    position: sticky;
    top: -16px;
}

.card-height {
    height: 310px;
    overflow-y: auto;
}

.notegrid-card {
    border: 2px solid #dfcece59;
    margin-bottom: 5px;
    box-shadow: none !important;
}

.notegrid-hd {
    padding: 3px 0px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.notegrid-body {
    padding: 14px 14px !important;
    height: 353px;
    overflow-y: auto;
}

.rotatearrow {
    padding: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
    font-size: 17px;
}

.addpdl13 {
    padding-left: 13px;
}

.addpdr13 {
    margin-right: 13px;
}


.rotatearrow.focus, .rotatearrow:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%) !important;
}

.anchtool {
    height: 30px !important;
    line-height: 18px !important;
    display: inline-block;
}

.ul-list {
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 3px;
}

    .ul-list li {
        display: inline-block;
        width: 42px;
        text-align: center;
    }

.coutnshow {
    background-color: #122051;
    padding: 2px 5px;
    border-radius: 3px;
}

    .coutnshow > span {
        color: #fff;
        font-size: 14px;
    }

.psordetth56 {
    width: 56px;
}

.nobreaktable {
    word-break: initial;
}

.wd70 {
    width: 70px !important;
    display: block;
}

.ps-abv {
    position: relative;
}

    .ps-abv::after {
        position: absolute;
        top: 1px;
        right: 0;
        content: '*';
        font-size: 12px;
    }

.fntadjstar {
    letter-spacing: 0 !important;
}

.d-scrolllabel-boxadj {
    height: 68px !important;
    background-color: #f3f3f3;
    padding: 6px;
    width: 100%;
}

.table-parentdivheight {
    height: 78vh;
    overflow-y: auto;
}

.table-verticlescroll-sticy {
    height: 62vh;
    overflow-y: auto;
}

.btn-primary.btn-gradient:after {
    background: linear-gradient(135deg, #122051 0%, #122051 100%) !important;
    color: #fff !important;
}

.nomar {
    margin-bottom: 1px;
}

.height49 {
    height: 49px !important
}
/*table.nowidthwithpadd tr td {
    text-align: left;
    width: auto;
    padding: 0 27px 0 0;
    vertical-align: top;
}*/
.commonsizetd {
    width: 12.5% !important
}

.opind-scroll {
    height: 54px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 4px !important;
    padding: 3px;
}

.form-group label.newlabel {
    font-size: 13px
}

.vr-btm {
    vertical-align: bottom;
}

.width50per {
    width: 35%;
}

.wid-100 {
    width: 100%;
}

.width2per {
    width: 13%;
}

.width5per {
    width: 46%
}

.width3per {
    width: 36%;
}

.pricelistwidth {
    width: 95px
}

.ml-48 {
    margin-left: 48px;
}

label.fontse {
    font-size: 11px !important;
}

.spacerwrap {
    padding: 9px 12px 18px;
    border: 1px solid #12205126;
    border-radius: 3px;
    margin: 31px 0 0;
    position: relative;
}

.boxspacer-des {
    position: absolute;
    top: -36px;
    left: 0;
    border-radius: 3px 3px 0 0;
    padding: 3px 5px;
    background-color: #122051;
    color: #fff;
}

    .boxspacer-des > span {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    }


.linkurlbtn {
    background-color: #122051;
    color: #fff !important;
    padding: 0px 5px;
    border-radius: 2px;
    display: inline-block;
    line-height: 18px;
}

    .linkurlbtn > i {
        font-size: 9px;
    }

.linkurlcls {
    color: #fff !important;
    padding: 0px 5px;
    border-radius: 2px;
    font-weight: normal;
    display: inline-block;
    line-height: 18px;
}

.w20p {
    width: 20%;
}

.w80p {
    width: 80%;
}


.memsviseendhid {
    display: block;
}

.memshideendvis {
    display: none;
}

.card-endu .card-body {
    padding: 0 !important;
}




.file-input > span.label {
    display: none !important;
}
/*.assettracbox-wrap{
    display:table;
    width:100%;
}*/
.assettracbox-wrap > h5 {
    color: #122051;
    font-weight: 700 !important;
}



.assettracbox-wrap > p {
    display: flex;
    margin-bottom: 5px;
}

    .assettracbox-wrap > p > span {
        width: 33%;
        display: inline-block;
        margin-bottom: 0;
    }

    .assettracbox-wrap > p > label {
        width: 67%;
        color: #122051;
        font-weight: 700;
        margin-bottom: 0;
    }

.mb-23 {
    margin-bottom: 25px;
}

.span-pushbottom {
    position: absolute;
    top: 34px;
    left: 0;
}

.closeimg {
    width: 19px;
    position: absolute;
    right: 0;
    text-align: center;
    border-radius: 3px;
}

.atacmnt-align {
    position: relative !important;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.file-inputbox {
    border: 1px solid #8080804d;
    margin-top: 7px;
}

/*style start from here*/
.fw-bold {
    font-weight: bold;
}

.fs-3 {
    font-size: 1.7rem !important;
}

.fs-4 {
    font-size: 1.2rem !important;
}

.fs-5 {
    font-size: 1rem !important;
}

.fs-6 {
    font-size: 0.8rem !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.login_blk {
    background-image: url(/assets/img/bg_spot.png);
    background-position: center;
    background-size: cover;
}

button:focus {
    border: none;
    outline:none;
    box-shadow: none;
}

input.form-control::placeholder {
    font-size: 12px !important;
}

input.form-control {
    font-size: var(--font-base-size);
}
 input.form-control:focus {
        box-shadow: none !important;
        border: 1px solid black !important;
}

input.login_head, h1.login_head {
    font-family: var(--font-base) !important;
}

input[type=date] {
    height: 18px !important;
    margin-top: 9px;
    font-size: 1rem !important;
}


.rounded-0 {
    border-radius: 0px !important;
}

.rounded-1 {
    border-radius: 2px !important;
}

.rounded-2 {
    border-radius: 3px !important;
}

.rounded-3 {
    border-radius: 5px !important;
}

.text-muted {
    color: #9d9d9d !important
}

.login_blk form h1 {
    font-weight: bolder !important;
}

.password-iconwrap {
    position: relative;
}

    .password-iconwrap > i {
        position: absolute;
        right: 8px;
        top: 35%;
        color: #303030;
        opacity: 0.5;
    }

        .password-iconwrap > i:hover {
            cursor: pointer;
            opacity: 0.8;
        }

.spacelabel {
    margin: 8px 0 0px 0 !important;
}

.form-group .form-control {
    margin-top: 4px !important;
}

.btn-primaryadj {
    padding: 8px !important;
    line-height: 0 !important;
    height: 26px;
    margin-top: 7px;
    margin-bottom: 0;
}

.nomarselect {
    width: 100%;
}

.mtredmar {
    margin-top: 8px;
}

/*kunban view*/
.kunbanname {
    width: 148px
}

.kunbanname-wrap {
    margin-right: 24px;
    width: 150px;
    margin-bottom: 5px;
}

.tasks-board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 2px 15px;
}

    .tasks-board .tasks-list {
        min-width: 148px;
        margin-right: 24px;
        position: relative;
    }

.tasks-list:after {
    position: absolute;
    content: '';
    border-left: 1px solid #a9a9a92b;
    height: 100%;
    right: -13px;
    top: 0;
    margin: 0;
}


h6.taskheader {
    color: #122051;
    font-size: 16px;
    margin-bottom: 4px;
    background-color: #fff;
    position: relative;
    width: 148px;
    padding: 7.5px 8px;
    display: flex;
    border-bottom: 1px solid #80808038;
    border-bottom-width: 5px;
}

    h6.taskheader > label.textwraplb {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        font-size: 13px !important;
        text-overflow: ellipsis;
        width: 214px;
        margin-bottom: 0;
    }

    h6 .taskheader:after {
        position: absolute;
        content: '';
        border-bottom: 1px solid #8080802b;
        width: 108%;
        left: -12px;
        right: 0;
        /* margin: 0 auto; */
        bottom: -10px;
    }

.taskgridname {
    border: 1px solid #1220511c;
    height: 44px;
    border-radius: 2px;
    margin-bottom: 4px;
}

.taskgrid {
    border: 1px solid #1220511c;
    border-left-width: 6px;
    height: 44px;
    border-radius: 2px;
    margin-bottom: 4px;
}

.taskgriddet {
}

    .taskgriddet > label {
        margin: 0px 0 0px 0px;
    }

        .taskgriddet > label > span {
            display: block;
            font-size: 12px;
            background-color: #dddada;
            color: #122051;
            font-weight: normal;
            padding: 6px 9px;
            margin-top: 3px;
        }

    .taskgriddet > h6 {
        font-size: 13px;
        text-transform: capitalize;
        color: #122051;
        margin: 0;
        position: relative;
        white-space: nowrap;
        padding: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 99%;
    }

        .taskgriddet > h6 > span {
            font-size: 12px;
            color: #122051;
            width: 30px;
            height: 30px;
            display: inline-block;
            margin-right: 5px;
            border-radius: 50%;
            text-align: center;
            line-height: 29px;
            vertical-align: bottom;
            background-color: #1220511c;
        }

.noteboard {
    font-size: 11px;
    padding: 4px 6px;
    background-color: #122051;
    color: white;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    line-height: 16px;
}

.namehdsd {
    width: 200px !important;
}

.tasks-board::-webkit-scrollbar {
    width: 13px;
    height: 10px;
}

.tasks-board::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.tasks-board::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 0px solid #eee;
    border-radius: 3px
}

.headerbtn {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .headerbtn li {
        display: inline-block;
        margin-left: 3px;
    }

.w80per {
}

.taskboardhg {
    height: 350px;
}

.tasks-board > .namedfile {
    min-width: 200px;
}

.namedfile > .taskheader {
    height: 47px;
    color: #fff;
    border-top-width: 0px;
    border-top: 1px solid #fff;
}

    .namedfile > .taskheader > .noteboard {
        display: none;
    }

/*    new theme */
/* .enduserglbcard {
    background-color: #f3f3f3;
} */
.enduserglbcard {
    background-color: #ffffff;
}

table.nowidthlasttd tr td:last-child {
    width: auto;
}

.editpadd-a > .dropdown-item {
    padding: 6px 9px 6px !important;
    font-size: 10px !important;
}

.bg-placholder {
    background-position: center center;
    height: 100%;
    width: 100%;
    background-position: top center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    left: 0;
    background-size: cover;
    background-image: url(/assets/enduserAssets/images/loginpage_hero.png);
}


.info_text h1 {
    text-shadow: 0px 4px 1px black;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-transform: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
}

.right_blk {
    background-image: url('/assets/enduserAssets/images/p-1.png');
    background-size: cover;
    background-position: center center;
}

.left_blk {
    background-color: #0f172a;
}

    .left_blk > img {
        top: 0;
        left: 0;
    }

.wd-200 {
    width: 271px;
    margin-right: 18px;
}

.app-flex-middle {
    display: flex;
    align-items: end;
    justify-content: flex-start;
}

.form-group input.form-control {
    width: calc(100% - 1.2rem - 5px) !important;
}
.form-group input[type="file"] {
    width: unset !important;
}

.dt-wrap {
    line-height: 33px;
    border-bottom: 1px solid #80808024;
}

    .dt-wrap > span {
        color: #999999;
        font-weight: 100 !important;
    }

    .dt-wrap > label {
        color: #303030;
        margin-top: 0 !important;
        padding: 0;
        margin-bottom: 0;
        margin-left: 11px;
    }

.card-client {
    height: auto !important;
    border-radius: 0.4167rem;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 3px 1px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
}

.clientname {
    color: #fff !important;
}

.clientname {
    margin: 0
}

.clientlink, .clientdes {
    font-size: 11px;
    margin: 0;
    color: #a3a3a3;
}

.clientdp {
    width: 45px;
    height: 45px;
    background-color: #3a57e8;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
}

    .clientdp > span {
        line-height: 43px;
        display: inline-block;
        color: #fff;
    }

.hrbrdr {
    border-bottom: 1px solid #f8f8f8;
    height: 0;
    display: block;
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.source-headmain {
    margin: 0;
    /* line-height: 38px !important; */
    margin-top: 6px;
    margin-bottom: 6px;
    color: #122051 !important;
    font-size: 15px;
    position: relative;
}

.source-head {
    margin: 0;
    /* line-height: 38px !important; */
    margin-top: 6px;
    margin-bottom: 6px;
    color: #122051 !important;
    font-size: 15px;
    position: relative;
}

    .source-head::before {
        position: absolute;
        content: "";
        border-bottom: 1px solid #122051;
        width: 179px;
        bottom: 1px;
    }

    .source-head > label {
        margin: 0
    }

.ascrolfeature {
    height: 40vh;
    background-color: #f7f7f7;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 6px;
}

/*new css*/



.vwbrder-btm {
    position: absolute;
    border-bottom: 1px solid #8080803b;
    width: 109%;
    left: 7px;
    top: 13px;
}

.viewbtn {
    position: relative
}

.date-bg {
    background-color: #E9ECF2;
}

.alert-boxdet > small {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.alert-boxdet_main {
    padding: 1.65rem 1.25rem;
}

.rotate {
    transform: rotate(-180deg);
    transition: .3s;
}

.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}

.w-5 {
    width: 5%;
}

.w-35 {
    width: 35%;
}


.themeaccordian {
    background-color: #122051;
    padding: 1.75rem 1.25rem !important;
    margin: 0 !important;
}

.details-headingwrapper {
}

    .details-headingwrapper > span > label {
        display: inline-block;
        text-transform: capitalize;
        font-size: 11px !important;
        margin: 0;
        color: #fff;
        line-height: 16px;
        font-weight: 500 !important;

    }

    .details-headingwrapper > label {
        font-family: "Poppins", sans-serif;
        display: block;
        font-size: 15px !important;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        line-height: 24px;
        text-transform: capitalize;
    }

.detailsbody {
    display: flex;
    padding: 9px 9px;
    margin-bottom: 5px;
    /*			justify-content: space-between;*/
}

.fld-bg {
    /*  background-color: #f2f4f5;*/
    /* border-top: 2px solid #f6f7fb;*/
    /* border-top: 2px solid #f0f0f0;
    background-color: #f6f7fbe0;*/
    border-radius: 5px;
}

.detailsbody {
    width: 100%;
}

    .detailsbody > span > label {
        font-size: 12px !important;
        font-weight: 300;
        line-height: 14.63px;
        /*color: #000000;*/
        color: #000000ad;
        padding-right: 3px;
        margin-bottom: -1px !important;
    }

    .detailsbody > span {
        width: auto;
    }

.nospbt > span {
    width: auto;
}

.detailsbody > label {
    margin-bottom: 0;
    width: 46%;
    padding-left: 9px;
    font-size: 12px !important;
    line-height: 18.63px;
    font-weight: 700;
    color: #000000;
    word-break: break-word;
}

    .detailsbody > label > .check-box {
        margin-top: 3px;
    }

.detailsimg-wrapper > img {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    object-fit: contain;
}

.crd-br {
    border: 1px solid #122051;
    padding: 0.8rem 0.8rem 0em !important;
}

.details-wrapper-date {
    background: #dbdee5;
    border-radius: 3px;
    padding: 8px;
    height: 51.41px;
}

    .details-wrapper-date .lb-head {
        color: #122051;
        margin-bottom: 0 !important;
        display: block;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 16px;
    }

label.lb-head > label {
    font-weight: 400;
    margin-bottom: 0 !important;
    font-size: 10px !important;
}

.details-wrapper-date .lb-headtm {
    margin: 0;
    color: #122051 !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.details-wrapper-date > label > span {
    position: relative;
    padding-left: 5px;
}
.left-menu > a {
    padding: 9.5px 8px !important;
    color: #122051 !important;
    border-bottom: 1px solid var(--themecolor_primary) !important;
    border-radius: 0px !important;
    font-weight: 500 !important;
    font-size: 13px;
    line-height: 18px;
}

.details-wrapper-date > label > span::after {
    position: absolute;
    content: "";
    height: 12px;
    left: 0;
    top: 0;
    border-right: 2px solid #122051;
}


.left-menu {
    border-top: 1px solid #122051;
    border-left: 1px solid #122051;
    border-right: 1px solid #122051;
    border-radius: 0px;
}

.detailsbody > span.wd-5 {
    width: 7%;
}

.alert-danger, .alert-error {
    background-color: rgb(231 76 60 / 16%);
}

.formbox-shadebg {
    background-color: #E9ECF2;
}

.section-block {
    background: #dadde6;
    padding: 5px 9px;
    border-radius: 3px;
}

    .section-block > label {
        margin: 0;
        font-size: 12px !important;
        font-weight: 300;
        line-height: 14.63px;
        color: #000000;
    }

        .section-block > label > label {
            margin-bottom: 0;
            font-size: 12px !important;
            font-weight: 300;
            line-height: 14.63px;
            color: #000000;
        }

    .section-block > span > label {
        margin: 0;
        color: #303030;
    }

.d-scrolllabel-box > span {
    color: #000000;
    font-weight: 700;
}

.d-scrolllabel-box > label {
    font-size: 11px !important;
    color: #122051;
    word-break: break-all;
    font-weight: 800 !important;
}



.mySlides {
    display: none
}
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.sl-prev, .sl-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.sl-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.sl-text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .sl-active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.sl-fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

    .sl-fade > img {
        margin: 0 auto;
        width: 66%;
        height: 140px;
        object-fit: contain;
    }

.single-fade > a > img {
    margin: 0 auto;
    width: 170px;
    height: 140px;
    object-fit: contain;
}


.img-aut-wd > img {
    height: 130px;
    object-fit: contain;
    width: 95%;
    margin: 0 auto;
}



.sl-fade:hover {
    cursor: pointer;
}

.slick-dots {
    bottom: -38px !important;
}

    .slick-dots li button:before {
        font-size: 24px !important;
    }

@keyframes sl-fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .sl-prev, .sl-next, .sl-text {
        font-size: 11px
    }
}

label.wd-95 {
    width: 95%;
}

.modify-wrap {
    margin: 0;
    font-size: 12px !important;
    font-weight: 300;
    line-height: 14.63px;
    color: #000000;
}

.modify-fnt {
    margin: 0;
    font-size: 12px !important;
    font-weight: 300;
    line-height: 14.63px;
    color: #000000;
}

.wo-det > span {
    font-size: 12px !important;
    line-height: 14.63px;
    font-weight: 400 !important;
    color: #000;
    display: block;
}

.wo-det > label {
    font-size: 16px !important;
    line-height: 19.5px;
    font-weight: 700 !important;
    color: #122051;
}

.wo-img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}


.wo-st > span {
    font-size: 12px !important;
    line-height: 14.63px;
    font-weight: 400 !important;
    color: #000;
    display: block;
}

.wo-st > label {
    background-color: #5d5fef;
    padding: 1px 7px;
    margin-left: 5px;
    margin-bottom: 0px;
    font-weight: 600 !important;
    color: #fff;
    border-radius: 15px;
    font-size: 11px !important;
}

.wo-st {
    justify-content: end;
    align-items: baseline;
}

    .wo-st > span,
    .wo-det > span,
    .wod-info-adj > span,
    .wod-detailsbody-adj > span,
    .wod-info-adj > label > span,
    .wo-card-ht-adj .wo-detailsbody > span {
        opacity: 0.6;
    }



.wod-icon > img {
    width: 16px;
    margin-right: 7px;
}

.wod-info > span {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 14.63px;
    color: #000000;
    display: block;
}

.wod-info > label {
    margin-bottom: 0;
    font-size: 12px !important;
    line-height: 14.63px;
    font-weight: 700 !important;
    color: #000000;
    display: block;
    width: 100%;
}


.wo-detailsbody > span {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    color: #122051;
    display: block;
}

.wo-detailsbody > label {
    margin-bottom: 0;
    color: #122051;
    font-size: 12px !important;
    line-height: 14.63px;
    font-weight: 700 !important;
}

.wod-info-adj > label, .wod-detailsbody-adj > label, .wo-det > label, .wo-card-ht-adj .wo-detailsbody > label {
    font-weight: 500 !important;
}

.wod-info-adj > label {
    font-size: 13px !important;
    margin-bottom: 2px;
}

.wod-info-adj > span {
    margin-bottom: 5px;
}

.wod-detailsbody-adj {
    border-bottom: 1px solid #e9ebec;
    padding: 5px 8px;
}

    .wod-detailsbody-adj > span {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.63px;
        display: inline-block;
        color: #000;
        width: 44%;
    }

    .wod-detailsbody-adj > label {
        margin-bottom: 0;
        font-size: 12px !important;
        line-height: 14px;
        color: #000;
    }

.wo-card-ht {
    border: 1px solid #1220513b;
    padding: 2px 4px;
    margin-bottom: 5px;
}

.wo-card-ht-adj {
    border: 1px solid transparent;
}

.wo-no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .wo-no-gutter > [class*="col-"] {
        padding-right: 2px;
        padding-left: 2px;
    }

.wo-view-more-btn {
    width: 150px;
    margin: 0px auto 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #122051;
}

    .wo-view-more-btn:hover {
        cursor: pointer;
    }

.wo-assetdt {
    background-color: #E9ECF2;
    padding: 0.8rem 0.8rem 0.6em !important;
}

.wo-assetdt-st {
    justify-content: flex-start;
    align-items: center;
}

    .wo-assetdt-st > h5 {
        font-weight: 800 !important;
        font-family: var(--font-base);
        margin: 0 0 0 13px;
        color: #122051 !important;
    }

.wo-assetbd {
    background-color: #fff;
    margin-top: 11px;
}

.wod-detailsbody {
    border-bottom: 1px solid #1220513b;
    padding: 5px 8px;
}

    .wod-detailsbody > span {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.63px;
        display: inline-block;
        color: #000;
        width: 35%;
    }

    .wod-detailsbody > label {
        margin-bottom: 0;
        font-size: 12px !important;
        line-height: 14.63px;
        font-weight: 700 !important;
        color: #000;
    }

.dshbrdline {
    border: 1px dashed #122051;
    margin: 10px 0;
}

.wod-ft {
    background-color: #fff;
    margin-top: 6px;
}

.tb-caption {
    background-color: #122051 !important;
    padding: 5px;
}

    .tb-caption > h6 {
        margin: 0;
        color: #fff !important;
        font-family: var(--font-base);
        font-size: 12px;
        font-weight: 800 !important;
        Line-height: 16.39px !important;
    }



table.table-line tbody tr td,
table.table-line tbody tr th {
    font-family: var(--font-base);
    font-size: 11px !important;
    vertical-align: middle;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    /* identical to box height */
    text-transform: capitalize;
    padding: 6px;
    color: #122051 !important;
    border: 1px solid black;
}

    table.table-line tbody tr td:last-child {
        width: auto;
        text-align: left;
    }

table.table-line {
    border-collapse: collapse;
    margin-bottom: 2px;
}

.hgt-auto {
    height: auto !important;
    padding: 14px 11px 8px;
}

.wodet-heading {
    margin-bottom: 16px;
}

.wo-main {
    margin-bottom: 39px;
}

.no-margintop > label {
    margin-top: 0 !important;
}

.alert-text-red > small {
    line-height: 9px !important;
    text-align: left !important;
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}

.alert-text-red {
    display: flex;
}

    .alert-text-red > img {
        width: 20px;
        height: 20px;
    }

.dbox-h {
    height: 106px;
}

.pb-decimal {
    padding-bottom: 0.8em !important
}

.detailsbody > label {
    position: relative
}

    .detailsbody > label::after {
        position: absolute;
        content: ":";
        left: 2px;
        top: 0;
        font-weight: bold;
    }

.img-block > img {
    width: 100%;
}

.showtb-wrap {
    background-color: #fafafa;
    width: 100% !important;
}

table.details_innertab tbody > tr > th {
    background-color: #fff;
    color: #878787cf !important;
}

.show_btn {
}

.rotated {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.url-btn {
    color: #1A358D;
    text-decoration: underline;
    font-weight: 500;
}

    .url-btn:hover {
        cursor: pointer;
    }

tr.details-head_td > td {
    font-size: 12px !important;
}

.section_heading {
    color: #122051;
    text-transform: uppercase;
    line-height: 26px;
    margin: 9px 0 5px;
    font-weight: bold;
}

    .section_heading > span {
        background-color: #e9e9eb;
        border-radius: 50%;
        text-align: center;
        margin-right: 3px;
        width: 25px;
        height: 25px;
        display: inline-block;
    }

        .section_heading > span > i {
            color: #122051;
        }

.client_lable > span > label {
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 14.63px;
    color: #122051a6;
    padding-right: 3px;
    margin-bottom: -1px !important;
}




.menu-tooltip_i {
    position: relative;
    display: inline-block;
}

    .menu-tooltip_i:hover {
        cursor: pointer;
    }

    .menu-tooltip_i .tooltiptext {
        visibility: hidden;
        min-width: 206px;
        background-color: #122051;
        color: #fff;
        border-top: 1px solid white;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        font-size: 11px;
        position: absolute;
        z-index: 1;
        top: -34px;
        left: -42px;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

.tooltiptext {
    min-width: 52px;
}

.menu-tooltip_i .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
}

.menu-tooltip_i:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.icon_line {
    display: inline-block;
    font-size: 11px;
}

.form-control_textarea {
    min-height: 64px !important;
    border-color: #d2d2d2;
    box-shadow: 0 1px 0 0 #d2d2d2;
    min-height: 10rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.225s ease-in-out !important;
    -moz-transition: all 0.225s ease-in-out !important;
    -o-transition: all 0.225s ease-in-out !important;
    transition: all 0.225s ease-in-out !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 9px !important;
}

.wd-100 {
    width: 100% !important;
}

h6.table_heading {
    font-size: 15px;
    color: #122051 !important;
    text-decoration: underline;
}

.read-control {
    width: calc(100% - 1.2rem - 5px) !important;
    margin-top: 9px !important;
    border: 1px solid #d2d2d2;
    background-color: #ededed66;
    height: 34px !important;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px !important;
}

.wo-detailsbody {
    word-break: break-word;
}



.listing-section, .cart-section {
    margin: 10px 2px;
}


.product {
    width: 100%;
    border-radius: 2%;
    border: 1px solid transparent;
}

    .product:hover {
        box-shadow: 0 2px 3px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.05);
    }

.image-box {
    width: 100%;
    overflow: hidden;
    border-radius: 2% 2% 0 0;
}

.images_box_wrapper {
    height: 15em;
    background-color: #e8e8e8;
}


/* IMAGES */
#image-1 > img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.item, .price {
    width: 100%;
    text-align: center;
}

.product_description, .product_label, .product_button, .product_input {
    width: 100%;
    font-size: 1em;
    margin: 0.2em auto;
}


    .product_button:hover {
        bottom: 0.1em;
    }

    .product_button:focus {
        outline: 0;
    }

    .product_button:active {
        bottom: 0;
        background-color: #fdf;
    }

.image-box {
    position: relative;
}

    .image-box > .pd-details {
        position: absolute;
        z-index: 6;
        top: 155px;
        padding: 4px;
        left: 0;
        background-color: #122051;
    }

.pd-details > label {
    color: #fff
}

.inbox-select {
    position: absolute;
    background-color: #dbdbdb;
    right: 0;
    bottom: 0;
    padding: 5px 6px 1px;
}

    .inbox-select:hover {
        cursor: pointer;
    }

.prouduct_det {
    padding: 8px 8px;
    background: #ffffff;
    border-top: 1px solid #e4e4e4;
    border-radius: 0 0 7px 7px;
}

.det-labels > span {
    font-size: 12px !important;
    font-weight: 400;
    color: #0000009c;
}

.det-labels > label {
    font-weight: 600;
    color: #122051;
    margin-bottom: 0;
}

.manuf_deta > label {
    font-weight: 600;
    color: #122051;
    margin-bottom: 0;
}

.det-labels {
    margin-bottom: 4px;
}

.pd-details > label {
    font-weight: 500;
    color: #fff;
}

.pd-details > span {
    font-weight: 400;
    color: #c0c0c0;
}




.form-group_check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group_check label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}



.form-group_radio input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group_radio label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.form-group_check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #122051;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
    margin-right: 0;
}

.form-group_radio label:before {
    border-radius: 50%;
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #122051;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
    margin-right: 0;
}


.form-group_check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #122051;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.form-group_radio input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background-color: #122051;
    border-width: 0 2px 2px 0;
    border-radius: 50%;
    transform: rotate(45deg);
}

.mrt10 {
    margin-top: 10px;
}

.manuf_deta {
    height: 40px;
    overflow: auto;
}

    .manuf_deta > span {
        margin-bottom: 0;
        margin-top: 0;
    }

.cst_grid {
    display: grid;
    gap: 1rem;
    row-gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(150px,1fr));
}

.das-list-item > .card .card-body h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer !important;
}

.das-list-item > .card .card-img-top {
    font-size: 35px;
}

.das-list-item:hover .card {
    background-color: #4a5fac !important;
    color: #fff !important;
}

    .das-list-item:hover .card * {
        color: #fff !important;
    }

.adj_width_td {
    width: 60px;
}

.no-wd {
    width: unset !important;
}

.scrolling-box {
    height: 55px;
    overflow: auto;
}

.wd-5per {
    width: 8% !important;
}

.wd-92per {
    width: 92% !important;
}

.alignfeidlset > label {
    margin: 8px 0 !important;
}

.boxalign-adjust_mar {
    margin-bottom: 5px !important;
}

.tool_tip_wd {
    width: 182px !important;
    /* text-align: left !important; */
    left: -191px !important;
    top: 0 !important;
    margin-left: 0 !important;
}

.menu-tooltip:hover {
    cursor: pointer;
}

.cust_dt_wd {
    width: 250px;
}

/*touch screen css input asset lookup page*/

.top-header {
    background-color: #428bca;
}

.heading-touch {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    padding: 2px 0;
    font-weight: bold !important;
    color: #fff !important;
    position: relative;
    text-transform: uppercase;
}

.touch_wd60 {
    width: 55%;
}

.tchscr > div > label {
    font-size: 16px !important;
    white-space: break-spaces;
    margin-top: 0 !important;
}

.touch_wd60 > input {
    height: 40px !important;
    border-radius: 0 !important;
    border: 2px solid gray;
}

.touch_wd60 > span > span > span.select2-selection {
    height: 60px !important;
    border-radius: 0 !important;
    border: 2px solid gray !important;
}

    .touch_wd60 > span > span > span.select2-selection > span.select2-selection__arrow {
        top: 26px !important;
    }

    .touch_wd60 > span > span > span.select2-selection > span.select2-selection__rendered {
        font-size: 16px;
        line-height: 47px;
    }

.tchscr-btn {
    padding: 8px 16px;
    font-size: 17px;
    background-color: #122051;
    color: #fff;
}

.tchscr-tb > tbody > tr.table-head > th {
    padding: 12px;
    font-size: 17px !important;
}

.tchscr-tb > tbody > tr > td, .tchscr-tb > tbody > tr > td > a {
    font-size: 17px !important;
    padding: 8px 14px;
}


table.tchscr-tb > tbody#table_body {
    display: block;
    max-height: 290px;
    overflow-y: auto;
}

    table.tchscr-tb > tbody > tr.table-head, table.tchscr-tb > tbody#table_body tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

table.tchscr-tb > tbody > tr.table-head {
    width: 100%;
}

table.tchscr-tb {
    width: 100%;
}


    table.tchscr-tb > tbody > tr.table-head > th, table.tchscr-tb > tbody#table_body > tr > td {
        width: 25%;
        text-align: left;
    }

.heading-touch_side {
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    font-weight: bold !important;
    color: #fff !important;
    position: relative;
}

.span-pushbottom_line {
    position: absolute;
    top: 24px;
    left: 17px;
}

.theme_nav li button {
    margin-bottom: 0;
    padding: .35rem 2.13rem .35rem !important;
}

.pdf_slide_line {
    width: 120px;
    margin: 0 auto;
    display: inline-block;
}

input[type='file'].form-cntl-adj_full {
    width: 100% !important;
}


.login_head {
    font-size: 26px;
    text-transform: uppercase !important;
}

.login_head_input {
    text-transform: unset !important;
}

    .login_head_input:focus:not([readonly]) {
        background-color: white;
    }

.login-btn {
    padding: 10px 0;
}

.otp-section {
    display: flex;
    gap: 5px;
}

.otp-fld {
    width: 15px !important;
    border-radius: 5px !important;
}

.otp-card {
    background-color: #ebebeb;
    padding: 4rem !important;
}

.otp-card_wrapper {
    border-top: 3px solid #122051;
}

.box-pos_otp {
    display: flex;
    justify-content: center;
    position: relative;
    top: 10vh;
}

.top-header_bgclr {
    background-color: #122051;
}


.hide-input > input[type='file'] {
    opacity: 0;
}

input[type='file'] {
    font-size: 11px !important;
    padding: 5px;
}

    input[type='file'].input-file_fld {
        width: calc(100% - 0rem - 0px) !important;
        height: 34px !important;
    }

.hgt-box {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #dcd9dc;
    height: fit-content;
    box-sizing: content-box;
}

.client_labl > label {
    font-weight: bold !important;
}

.w-86 {
    width: 86%;
}

label.fn-normal {
    font-weight: normal !important;
}

.navigator_default_month:nth-child(3) {
    margin: 20px 0;
}

.navigator_default_main {
    height: 520px !important;
}

.url_cls {
    background-color: #f3f3f3;
    padding: 4px 7px;
    border-radius: 4px;
    display: block;
    word-wrap: break-word;
}

    .url_cls > a {
        font-weight: 500;
        color: #122051;
        text-decoration: underline;
    }

.text_hg {
    min-height: 7rem !important;
}

.selctwd_20 {
    width: 50% !important;
}

#partsmovementlist, .no-cont > div.container-fluid, .no-cont > table.table {
    padding: 0 !important
}

table.table td > div.mult_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
   /* height: 33px;*/
    width: 209px;
    white-space: normal;
}

table.table-nowrap th, table.table-nowrap td {
    white-space: nowrap;
}

.adj-scroll-min-50 {
    height: 65px;
}

.table_td_wrapper {
    overflow: auto;
    max-height: 45px;
}

.td_nowrapper > table.table th, .td_nowrapper > table.table td {
    white-space: nowrap;
}

.icon_file-upload > [type='file'] {
    opacity: 0;
}

.icon_file-upload > span.label {
    display: inline-block !important;
}

.td_a_btn > a {
    text-align: center !important;
    display: inline-block;
    min-width: 59px;
    margin: 2px auto !important;
    background-color: #122051;
    border-radius: 12px;
    line-height: 10px;
    text-align: center !important;
    padding: 6px 6px;
    font-size: 9px;
    font-weight: 600 !important;
    color: #fff !important;
}

.align-control_btns {
    align-self: center !important;
    -ms-flex-item-align: center !important;
    margin-top: 3rem !important;
}

    .align-control_btns > .btn-project-btn {
        margin-right: .25rem !important;
        margin-top: 1rem !important;
    }

    .align-control_btns > .view-more-btn {
        position: relative;
        float: right;
        font-size: 12px;
        font-weight: 200;
        border: 1px solid #122051;
        border-radius: 6px;
        padding: 3px 17px;
        color: black;
        background-color: white;
        margin-top: 1rem !important;
    }

.icon_sz-12 {
    width: 12px;
}

.margin_no {
    margin-top: 5px !important
}

.link_text {
    position: relative;
}

    .link_text > img {
        background-color: #122051 !important;
        border-radius: 50%;
        width: 16px;
        position: absolute;
        top: 0;
        bottom: 0;
        transform: translate(13px, 2px) rotate(90deg);
    }

    .link_text > a {
        color: #122051 !important;
        padding: 0 2px 0 32px;
        z-index: 99;
        position: relative;
    }

.delete-box-wrapper {
    border: 3px solid #F7F7FA;
    padding: 1.2rem;
    margin-top: 15px;
    border-radius: 5px;
}

.btn-project-btn-del {
    background-color: #dc354529;
    color: #dc3545;
    position: relative;
    border-radius: 3px;
}

.text-wrappet_align {
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-align: center;
    align-items: center;
}

.btn-project-btn-del > [type=submit] {
    border: none;
    background-color: transparent;
    color: #dc3545 !important;
    padding: 4px 26px 4px 34px;
    position: relative;
    z-index: 99;
}

.btn-project-btn-del > i {
    position: absolute;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translate(16px, 8px);
}


.desc_wrapper_auto {
    overflow: auto;
    max-height: 50px;
}

.desc_fullbox {
    flex: 2 2 20rem;
}

.sucess_msg_lbl {
    background: #c5f8c5;
    color: #233f23;
    border: 1px solid #00D100;
    display: inline-block;
    padding: 2px 27px;
    border-radius: 4px;
}

.error_msg_lbl {
    background: #ffb5b5;
    color: #233f23;
    border: 1px solid #ff0000;
    display: inline-block;
    padding: 2px 27px;
    border-radius: 4px;
}

.nowrap_cls {
    white-space: nowrap
}


.selectfld_label {
    align-items: center;
}

    .selectfld_label > label::after {
        top: 12px;
    }

.div_inline > a {
    display: inline-block !important;
}

.clr_bx {
    display: inline-block;
    border: 1px solid #c1c1c1;
    width: 41px;
    height: 16px;
}

.error_list_p > p {
    padding-left: 3px;
    margin-bottom: 5px;
    color: #212529;
    font-weight: 500 !important;
    font-family: var(--font-base);
}

.details-wrapper {
    background-color: #fff;
    padding: 0 10px 8px;
    -webkit-box-shadow: 0px 5px 4px 0px rgba(230,230,230,1);
    -moz-box-shadow: 0px 5px 4px 0px rgba(230, 230, 230, 1);
    box-shadow: 0px 5px 4px 0px rgba(230,230,230,1);
}

    .details-wrapper > span {
        background-color: #122051;
        display: inline-block;
        padding: 3px 19px;
        border-radius: 3px;
        color: #fff;
        margin: 12px 0 4px;
    }

.card-hd_bg {
    background-color: #e0e8f6;
    border-radius: 0px 0px 0 0;
    color: #122051;
    border-top: 3px solid #122051;
}

.card_btn {
    background-color: #fff;
    color: #122051 !important;
    border-radius: 3px;
    padding: 3px 8px;
    border: none;
}

.details-wrapper > .card {
    position: relative;
    margin-bottom: 20px;
}

    .details-wrapper > .card:after {
        position: absolute;
        content: "";
        border-bottom: 1px dashed #00000024;
        width: 100%;
        height: 1px;
        bottom: -11px;
    }

.details-wrapper > .desc_wrapper_auto {
    margin: 7px 0 18px;
    background-color: #efefef87;
    padding: 4px 0 0 4px;
    max-height: 75px !important;
    color: #212529;
}

.caps_div {
    font-size: 10px;
    color: #122051 !important;
    line-height: 16px;
}

    .caps_div > a {
        font-size: 10px;
        line-height: 28px;
    }

    .caps_div > span {
        font-size: 10px;
        color: #122051 !important;
        line-height: 28px;
    }

.ref-id:hover {
    cursor: pointer
}

.eye-icon {
    position: relative
}

    .eye-icon > div > i#togglePassword, .eye-icon > div > i#toggleConfirmPassword {
        position: absolute;
        right: 14px;
        bottom: 11px;
        top: unset;
    }

.icons_card_rt {
    border-radius: 50%;
    margin-right: 7px;
    text-align: center;
}

    .icons_card_rt:hover {
        cursor: pointer;
    }

    .icons_card_rt > img {
        width: 19px;
        height: 19px;
    }


.attendylisthead {
    padding: 6px 6px;
    background-color: #e8f0fe;
    border-radius: 5px;
}

    .attendylisthead > span {
        /*width: 25%;*/
        color: #122051;
        font-weight: 200 !important;
        font-size: 11px;
        opacity: 1;
        position: relative;
        flex: 1;
    }

        .attendylisthead > span::after {
            content: "";
            position: absolute;
            width: 1px;
            right: 8px;
            height: 100%;
            border-right: 1px solid #1220514a;
        }

        .attendylisthead > span:last-child::after {
            content: "";
            position: absolute;
            width: 1px;
            right: 8px;
            height: 100%;
            border-right: 1px solid transparent;
        }

        .attendylisthead > span:last-child {
            text-align: left;
        }


.attendylist {
    background-color: #f4f4f4;
    border-radius: 3px;
    border: 1px solid #c1c1c14f;
    padding: 6px 6px;
    margin-bottom: .7rem !important;
    align-items: center;
}

    .attendylist > span {
        font-size: 11px !important;
        vertical-align: middle;
        color: #122051;
        font-weight: 400 !important;
        font-family: var(--font-base);
        width: 25%;
    }

        .attendylist > span:last-child {
            text-align: center;
        }

    .attendylist:hover {
        border: 1px solid #12205140;
        background: #f4f4f4;
        cursor: pointer;
    }

.action_list > i {
    font-size: 8px;
    padding: 0 4px;
    margin: 0 2px;
    background: #e0e8f6;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
}

    .action_list > i:last-child {
        font-size: 8px;
    }

.meeting_labels .meeting_time, .meeting_labels .meeting_person, .meeting_labels .meeting_loc {
    display: flex;
    padding: 4px 10px;
    border-radius: 25px;
    background-color: #eff3ff;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0px;
}

.meeting_labels > label {
    color: #303030;
    margin: 0;
    padding: 0;
}

.meeting_labels div > p {
    color: #303030;
    margin-bottom: 3px;
    padding: 0;
}

.meeting_time > i {
    font-size: 12px;
}

.meeting_person {
    width: fit-content;
    margin-right: 7px !important;
}

    .meeting_person > span:first-child {
        color: #212529;
        font-size: 11px;
    }

    .meeting_person > span:nth-child(2) {
        background: #c4ccd9;
        width: 20px;
        height: 20px;
        text-align: center;
        border-radius: 50%;
        padding: 3px;
        margin-left: 10px;
        font-size: 8px;
        color: #122051;
        line-height: 14px;
    }

.dashedline {
    margin: 5px 0;
    border: 1px dashed #aeadad;
}

.meeting_loc, .meeting_time {
    color: #212529;
    font-size: 11px;
}

.meeting_person_list {
    display: flex;
    flex-flow: wrap;
}

.meeting_time > span:first-child {
    margin-right: 5px;
}

.editconw-30 {
    width: 30%;
}

.editconw-25 {
    width: 100%;
}

.wosummarydet-con > .col-sm-12 {
    margin: 0px 0 10px;
}

.seperated-line {
    border-bottom: 1px solid #88888830;
    margin: 10px 0 17px;
}

.border-confpage {
    border: 1px solid #dcdcdc;
    padding: 23px 23px;
    border-radius: 4px;
}

.filter-btn {
    border-radius: 6px;
    color: #fff !important;
    text-transform: capitalize;
    /* width: 144px; */
    display: inline-block;
    border: transparent;
    line-height: 18px;
    padding: 4.5px 12px;
    font-size: 13px !important;
    background-color: #122051;
    text-align: center;
}

/*new styless form legend user wo*/
.bg-enduser_thead {
    background-color: #fff !important;
}

table .bg-enduser_thead > th {
    color: #122051 !important;
}

table.table-hover tbody tr.bg-enduser_body {
    border-top: 0px solid #e1e0e0;
    border-left: 0px solid #e1e0e0;
    border-right: 0px solid #e1e0e0;
    border-bottom: 0px solid #e1e0e0;
}

table.table-hover tr.bg-enduser_thead {
    border-top: 0px solid #e1e0e0;
    border-left: 0px solid #e1e0e0;
    border-right: 0px solid #e1e0e0;
}

.bg-enduser_thead {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

table.table-hover tbody tr.bg-enduser_thead:hover {
    border-left: 0px solid #12205187 !important;
    border-right: 0px solid #12205187 !important;
    border-bottom: 0px solid #12205187 !important;
    cursor: pointer;
}

table.table-hover tbody tr.bg-enduser_body:hover {
    border-left: 0px solid #12205187 !important;
    border-right: 0px solid #12205187 !important;
    border-bottom: 0px solid #12205187 !important;
    cursor: pointer;
}

.end_usr_heading {
    font-weight: 500 !important;
    color: #122051 !important;
    font-size: 16px;
}

.end_usr_card {
    background-color: #fff;
    padding: 20px;
    border-radius: .55rem;
}


.end_usr_badge_suc {
    background-color: #3cd18824;
}

.end_usr_details_ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}


.border-top_no {
    border-top-width: 0 !important;
}


.bg-enduser_thead > tr > th {
    color: #122051 !important;
}

.bg-enduser_thead {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.end_usr_nav_tabs .nav-link {
    padding: .45rem 2.13rem .45rem;
}

/*   .end_usr_nav_tabs .nav-link.active {
        background-color: #fff !important;
        font-weight: 500;
        color: #122051 !important;
        border-color: #dee2e6 #dee2e6 #fff;
        border-bottom: 2px solid #122051;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }*/

.end_usr_chat_line {
    border-left: 1px solid #d1d3d4;
    padding: 10px 3px;
    position: relative;
}

.end_usr_chat_icon {
    border-radius: 30px;
    position: absolute;
    left: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    top: 20px;
    padding: 2px;
    background-color: #3a57e8;
    text-align: center;
    border: 1px solid gray;
    line-height: 15px;
    font-size: 8px;
    color: #fff;
}


.end_usr_chat_name > small {
    text-align: right;
    float: right;
    background-color: #1220511f;
    color: #122051;
    border-radius: 4px;
    padding: 1px 5px;
}

.end_usr_chat_Lbl {
    display: block;
    color: #3a57e8;
    margin-left: 3px;
    margin-bottom: 0;
    margin-left: 16px;
    font-weight: 300 !important;
    font-size: 12px !important;
}

    .end_usr_chat_Lbl > span {
        color: #202121a8;
        margin-left: 4px;
        font-size: 12px !important;
    }

.end_usr_chat_name + h6 {
    margin-left: 16px;
    color: #202121 !important;
}

.end_usr_chat_name ~ p {
    margin-left: 16px;
    color: #202121a8 !important;
}

.respond_block ~ p {
    margin-left: 16px;
    color: #202121 !important;
}

.respond_block ~ h6 {
    margin-left: 2px;
    color: #fff !important;
    margin-bottom: 0;
}

.end_usr_att-wrper {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    margin-left: 16px;
}

    .end_usr_att-wrper > .img-attachment {
        width: 99px;
        height: 60px;
        border-radius: 4px;
        object-fit: cover;
        background: #f9f9f9;
    }

.end_usr_chat_res_pond > span {
    display: flex;
}

.end_usr_chat_res_pond > textarea {
    margin-left: 16px;
}

.form-text {
    display: block;
    border: 1px solid #80808052;
    border-radius: 5px;
    width: 98% !important;
}



.respond_label {
    line-height: .95;
    color: #3cd188 !important;
    font-size: .95rem;
    border-radius: .25rem;
    padding: 0.35rem 0.65rem;
    display: block;
    min-width: 14px;
}

.respond_block_line {
    position: relative;
}

    .respond_block_line:after {
        position: absolute;
        content: "";
        border-top: 1px dashed #8080803b;
        width: 99%;
        height: 1px;
        top: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

.text-right > .btn {
    padding: 4px 12px;
    font-size: 10px;
    background: #f0efef75 !important;
    border: 1px solid #189ab4;
    color: #189ab4;
    border-radius: 13px;
    font-size: 11px;
    text-transform: capitalize;
    margin-right: 4px;
}

.text-left > .btn {
    padding: 4px 12px;
    font-size: 10px;
}

.heightscroll {
    height: 360px;
    overflow: auto;
}

.name_list > a {
    background-color: transparent !important;
    border-radius: 4px 4px 4px 4px !important;
    line-height: 10px;
    text-align: center !important;
    padding: 6px 6px 6px 6px !important;
    margin: 0 !important;
    font-size: 9px;
    font-weight: 600 !important;
    color: #000 !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(230, 230, 230, 1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(230, 230, 230, 1);
    box-shadow: 0px 1px 2px 0px rgba(230, 230, 230, 1);
    border: 1px solid #1220513d;
    display: inline-block;
    min-width: 50px;
}

.action_list > a, .action_list > i {
    color: #122051;
    display: inline-block;
    margin: 0px 0px;
}

.attachment_a > a {
    font-size: 11px;
    color: #122051;
}

.wd-eigper {
    width: 75%;
}

.wd-twoper {
    width: 25%;
}

a.mark-text.card_btn {
    margin-right: 4px;
    line-height: 12px;
    padding: 4px 8px;
}

.detailsUrl {
    color: #122051 !important;
    background: #12205124;
    padding: 2px 20px;
    border-radius: 4px;
}

    .detailsUrl > i {
        margin-right: 4px;
    }

.attendylist_block {
    height: 200px;
    overflow: auto;
    margin-top: 8px;
}

.bg-custom_login {
    background-color: #e8f0fe;
}

.single-img_gallery {
    object-fit: contain;
    height: 176px;
    background: #f7f8fb;
    padding: 7px;
}

.details_scroll_list > div:nth-child(odd) {
    background: #fafafa;
}

.details_scroll_list > div:nth-child(even) {
    background: #fff;
}

.details_scroll_list {
    border: 1px solid;
    border: #f1f1f1;
}

    .details_scroll_list > div {
        border-bottom: 1px solid;
        border-radius: 5px;
        border-bottom-color: #f1f1f1;
        margin: 0 9px 7px 9px;
        border: 1px solid #f2f2f2;
    }

.attende_check {
    width: 15px;
    height: 10px;
}

.details_scroll_list > div:hover {
    border-bottom: 1px solid;
    border-bottom-color: #f2f2f2;
    transition: all 0.5s ease;
}

.action_list_check {
    border: 1px solid #0ad2515e;
    padding: 0 6px;
    display: inline-block;
    margin: 3px 0;
    border-radius: 4px;
}

    .action_list_check > .form-check > .form-check-label {
        font-size: 10px !important;
        line-height: 21px;
        margin-right: 0;
        color: #122051 !important;
    }

.dashboard_card_wrapper {
    border-radius: 5px;
    border: 1px solid white;
    background-color: #fff;
}

.dashboard_card_wrapper_head {
    padding: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .dashboard_card_wrapper_head > label {
        font-weight: 100 !important;
        font-size: 11px !important;
        color: #303030;
    }

.dashboard_card_wrapper_footer {
    font-weight: 100 !important;
    font-size: 11px !important;
    color: #303030;
}

.dashboard_card_wrapper_footer {
    padding: 4px;
}

.dashboard_pur_1 {
    background-color: #f7e8ff;
}

.dashboard_pur_2 {
    background-color: #ffe5f7;
}

.dashboard_pur_3 {
    background-color: #ffe8ed;
}

.dashboard_pur_4 {
    background-color: #ffeae4;
}

.stats_wrapper {
    display: flex;
    justify-content: space-between;
}

    .stats_wrapper > div > span {
        font-size: 31px;
        font-weight: 600;
        color: #000;
    }

    .stats_wrapper > div.icon_wrapper {
        width: 45px;
        height: 45px;
        border-radius: 5px;
        background-color: #fff;
        padding: 6px;
    }

        .stats_wrapper > div.icon_wrapper > img {
            width: 100%;
        }

.dashboard_top_wrapper {
    position: relative;
    z-index: 0;
    padding: 14px 8px 4px 8px;
}

    .dashboard_top_wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0px;
        width: 100%;
        height: 50px;
        background-color: #000;
        z-index: -1;
    }

.dashboard_body_wrapper {
    position: relative;
    z-index: 0;
}

.cust_table {
    background-color: #fff;
    margin-top: 15px;
    border-radius: 5px;
    padding: 8px 0;
}

.cust_table_heading {
    padding: 0px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cust_table > table {
    width: 100%;
}

    .cust_table > table > tbody > .thead {
        background-color: #F4F4FA;
        border-bottom: 2px solid #e0e0e0;
    }

        .cust_table > table > tbody > .thead > th {
            color: #888993 !important;
            padding: 6px 6px;
            line-height: 18px;
        }

    .cust_table > table > tbody > tr > td {
        padding: 6px 6px;
        color: #191a2c;
        border-bottom: 1px solid #e0e0e0;
    }

.status_block {
    border-radius: 3px;
    padding: 3px;
    border: 1px solid;
    color: #191a2c;
}

.st_inprogress {
    background-color: #ffa50038;
    border-color: #ffa5007a;
}

.st_sucess {
    background-color: #00800040;
    border-color: green;
}

.action_cust_btn {
    background-color: #122051;
    font-size: 12px;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
}

.action_cust_fld {
    display: flex;
    gap: 10px;
}

    .action_cust_fld > label {
        display: block;
    }

    .action_cust_fld > input {
        width: 100%;
        border: 2px solid #eff0f5;
        border-radius: 5px;
        height: 34px;
    }

.action_label_wrapper {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}

    .action_label_wrapper > label {
        margin-right: 20px;
        margin-left: 6px;
        margin-bottom: 0;
    }

    .action_label_wrapper > span {
        color: #303030;
    }

.action_label_wrapper {
    margin: 10px 0;
}

.action_cust_fld > textarea {
    width: 100%;
    border: 2px solid #eff0f5;
    border-radius: 5px;
}

.action_cust_fld .attachment {
    border: 2px solid #eff0f5;
    padding: 3px;
    width: 20%;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    gap: 5px;
    width: 100%;
}

    .action_cust_fld .attachment > i {
        font-size: 16px;
        width: 42px;
        text-align: center;
        background-color: #eff0f5;
        line-height: 40px;
        border-radius: 4px;
    }

.attachment_names > label {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 110px;
}

.chaild_tabcapsual > .col-sm-6 > .tab_capusal {
    background-color: #fafafa;
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
    padding-left: 8px;
    border-left: 1px solid #ffffff;
    padding-right: 8px;
    border: 1px solid;
    border-color: #f1f1f1;
    border-radius: 5px;
}

    .chaild_tabcapsual > .col-sm-6 > .tab_capusal > .action_list > i {
        margin: 0 2px;
        background: #e0e8f6;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 23px;
    }

.action_cust_fld_attachment {
    display: flex;
    gap: 10px;
    width: 100%;
}

.attachment_names {
    display: flex;
    flex-direction: column;
}

.adding_button {
    width: 48px !important;
    text-align: center;
    font-size: 28px;
    text-align: center;
    line-height: 40px;
}

.action_label_wrapper {
}

.non_d-flex {
    display: block;
}

.action_card {
    background-color: white;
    border-radius: 8px;
    border: 2px solid #eff0f5;
}

.action_card_body {
    background-color: #fbfbfb;
    padding: 8px;
}

.action_card > h1.heading {
    padding: 8px;
}

.linkscroll {
    margin-left: 30px;
    margin-bottom: 12px;
    position: relative;
}

    .linkscroll > span {
        position: absolute;
        left: -31px;
        top: 12px;
        background-color: #122051;
        width: 23px;
        height: 23px;
        text-align: center;
        border-radius: 25px;
        color: #fff;
        line-height: 22px;
    }

    .linkscroll::after {
        content: "";
        position: absolute;
        border-left: 2px solid #122051;
        height: 100%;
        left: -20px;
        top: 34px;
    }

    .linkscroll:last-child::after {
        content: "";
        position: absolute;
        border-left: 2px solid transparent;
        height: 100%;
        left: -20px;
        top: 34px;
    }

.subtask_none, .subtask_none_a {
    display: none;
}

.subtask, .subtask_a {
    display: block;
}

.actions_tab_list > a {
    background-color: #122051;
    border-radius: 11px;
    color: #fff !important;
    padding: 2px 11px;
}

    .actions_tab_list > a:last-child {
        background-color: #f4f4fa;
        color: #122051 !important;
    }

.action_label_wrapper_short {
    background: #ffffff;
    padding: 2px 8px 2px 5px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    margin-right: 4px;
    min-width: 122px;
    margin-bottom: 6px;
}

    .action_label_wrapper_short > span {
        background-color: #122051;
        padding: 4px;
        font-size: 8px;
        color: #fff;
        border-radius: 5px;
    }

.btn-search {
    padding: 8px 2px !important;
    margin-bottom: 0 !important;
}

.btn-primary.btn-gradient {
    padding: 4px 12px;
    font-size: 10px;
}

.element {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.showdot {
    background: #122051;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: -3px;
    right: 0px;
}

.element > input {
    display: none;
}

.attachdownload {
    padding: 3px;
    border: 1px solid #8080804a;
    border-radius: 50%;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
}

    .attachdownload:hover {
        background-color: #8080801f;
    }

    .attachdownload > i {
        color: #122051;
        line-height: 25px;
    }

.dropdown_width > .select2-container--default .select2-selection--single {
    width: 120px;
}

.bg_questionary {
    background-color: #f4f4f4;
    border: 0px solid #80808033;
    border-radius: 7px;
    margin-bottom: 15px;
}

.wo-billing {
    border: 1px solid #e9ebec !important;
    padding: 10px;
    border-radius: 3px;
}

    .wo-billing .divider {
        border-bottom: 1px solid #e9ebec;
        margin: 12px 0;
    }

.sl-fade-wdad > img {
    width: 99%;
}

#html_contents {
    display: none;
}

.mapmodal {
    height: calc(100vh - 22px) !important;
}

.closeshow {
    display: none !important;
}

.openshow {
    display: block !important;
}

.nav.child_menu {
    border-left: none;
    margin-left: 0;
}

.tbody:before {
    content: unset;
}

.appr_hide > div > a {
    padding: 2px 8px;
    border: 1px solid transparent !important;
    background-color: #f9f9f9 !important;
    border: none !important;
    border-color: transparent !important;
}

    .appr_hide > div > a > i {
        color: #189ab4 !important
    }

.appr_hide > div > div.dropdown-menu {
    border-radius: 9px;
    width: fit-content;
    padding: 12px;
}

    .appr_hide > div > div.dropdown-menu > a {
        width: fit-content;
        color: green;
        border-color: transparent !important;
        border: none !important;
    }

table.chaild-table tr td label > a {
    border: none !important;
    margin-left: 2px;
    text-decoration: underline;
}


.footerdata {
    padding: 7px 6px;
    font-weight: 400;
    border-top: 1px solid #80808014;
}

    .footerdata > a {
        color: var(--themecolor_primaryth) !important;
    }


/*new login screen css*/
.login-form {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    text-align: left;
}

.bg-image {
    background-image: url("/assets/enduserAssets/images/loginpage_hero.png"); /* Adjust the path if necessary */
    background-size: cover;
    background-position: center;
    position: relative;
}

.logoalign {
    margin: 0 auto 54px;
    width: 80%;
    display: block;
}

.login-form > h2 {
    font-size: 24px;
    background-color: #ffffff; /* Or any color to help shadow show up */
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.login-form > p {
    font-size: 16px;
    color: #AAAAAA;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.overlay-text {
    padding: 20px 50px 20px 20px;
    border-radius: 8px;
    max-width: 80%;
    position: absolute;
    right: 0;
    text-align: right;
}

    .overlay-text h1 {
        line-height: 60px;
        font-size: 45px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        margin-bottom: 72px;
        position: relative;
    }

        .overlay-text h1::after {
            content: "";
            border-bottom: 1px solid #fff;
            width: 122px;
            position: absolute;
            bottom: 0;
            right: 0;
        }

    .overlay-text p {
        font-size: 24px;
        line-height: 60px;
        color: #fff;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        margin-top: 10px;
    }

.logoalign {
    display: none !important;
}

.login-footertext {
    color: #A3AED0 !important;
    font-size: 14px !important;
    position: fixed;
    bottom: 0;
}

.login-form > p {
    font-size: 16px;
    color: #AAAAAA;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

/* sreedher new theme changes start here  */

.enduser-carbox {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}


.enduser_subcard {
    border-radius: 20px;
    padding: 20px;
    background: #F2F5FA;
}


.enduser_subtitle {
    color: #3E3D42 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
}

.endsermb-20 {
    margin-bottom: 20px;
}

.endserml-20 {
    margin-left: 20px;
}

.endsermr-20 {
    margin-right: 20px;
}

.endsermt-20 {
    margin-top: 20px;
}

.enduser_carbox_padd {
    padding: 20px;
}

.enduserborder_tp {
    border-top: 1px solid #0000001c;
}


button.close {
    font-size: 24px;
}



.onshow_filter_sec {
    position: relative;
}

.onshow_filter:hover {
    cursor: pointer;
    box-shadow: 0 0 30px rgb(112 22 8 / 5%);
}

.Search_filter_menu {
    position: absolute;
    border: 1px solid #BDBDBD;
    border-radius: 20px;
    padding: 28px;
    background: #fff;
    right: 0;
    margin-top: 25px;
    width: 320px;
    z-index: 9980;
    min-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*sreedher new theme changes  end here */

.tdbuttons > a {
    padding: 2px 6px;
}

.highlighted {
    background: #4a5fac3b !important;
}

.right-top-close {
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    padding: 3px 10px;
    color: #ffffff !important;
    margin: 5px;
    border-radius: 30px;
    font-size: 13px;
}

.modal-scrollY {
    max-height: 70vh;
    overflow-y: auto;
}
.modal-footer {
    background-color: transparent;
}
    .modal-footer > div > .btn.btn-primary {
        border-radius: 25px !important;
        font-size: 13px !important;
        text-transform: capitalize;
        background-color: var(--themecolor_primary) !important;
        padding: 5px 11px;
        margin-top: 16px;
        color: #ffffff;
        letter-spacing: 1px;
    }
    .modal-footer > div > .btn.btn-secondary {
        border-radius: 25px !important;
        font-size: 13px;
        text-transform: capitalize;
       
        color: var(--themecolor_primary) !important;
        background-color: transparent !important;
        border: 1px solid var(--themecolor_primary) !important;
        margin-top: 16px;
        padding: 5px 11px;
          letter-spacing: 1px;
    }
.modal-dialog .modal-content {
    padding: 0 0 10px;
    border-radius: 10px;
}
.modal-header {
    background: transparent !important;
    display:flex;align-items:center;
}
    .modal-header .close {
        background-color: #ffbcb552 !important;
        border-radius: 10px !important;
        text-align: center !important;
        width: 24px !important;
        height: 24px !important;
    }

    .modal-header .close > span {
        font-weight: 400;
        box-shadow: none;
        color: #ff0000;
    }


.modal-header > h4 {
        color: #fff !important;
        font-family: var(--font-base) !important;
        font-weight: 500 !important;
        font-size: 16px;
        margin-bottom:0 !important;
        color: #189ab4 !important;
    }

    .modal-header .close > span {
        font-weight: 300;
    }

 
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    outline: none;
}
.td-link-a {
padding: 0 5px;
}
.br-white {
    border: 1px solid #fff
}

.folderLibrarysidebar{
    border-radius: 30px;
    min-height: auto !important;
    max-height: 65vh;
    height: auto !important;
}
.LibraryIcons {
    background-size: 22px 22px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    padding: 8px 10px 6px 45px;
}
.FolderIcon {
    background-image: url(https://cdn-icons-png.flaticon.com/512/12075/12075377.png);
    background-position: 12px center;
}
.FileIcon {
    background-image: url(https://cdn-icons-png.flaticon.com/512/2258/2258853.png);
    background-position: 10px center;
    background-size: 16px;
}
.folder-name {
    color: #313131 !important;
    font-size: 13px;
    line-height: 22px;
    text-transform:capitalize;
}
.selected-folder {
    background-color: #fff;
    border-radius:15px;
}

.showicon {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
}

.showicon-parent:hover .showicon {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}



.customer_timeline {
    display: block !important;
    margin-left: 0;
    padding-left: 0;
    list-style-type:none;
}

.customer_timeline-card {
    height: 70px;
    color: #436285 !important;
    position: relative;
}

.customer_timeline li:before {
    content: "";
    width: 0.1rem;
    height: 100%;
    background-color: rgb(169 169 169);
    position: absolute;
    left: 12px;
    z-index: 0;
}

.customer_timeline li:first-child:before {
    top: 34%;
    height: 74%;
}

.customer_timeline li:last-child:before {
    bottom: 67%;
    height: 50%;
}
.customer_timeline li:last-child {
height:auto;
}
.customer_timeline-title {
    margin-bottom: 0.5rem;
}

.customer_circle-custom {
    font-size: 1rem !important;
}

.customer_subcard {
    padding: 0;
    color: #72848c;
    min-height: 5.3rem;
    margin-left: 35px;
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stack-cir {
    padding: 3px 7px;
    display: block;
    height: 25px;
    /* line-height: 2em; */
    position: absolute;
    /* vertical-align: middle; */
    width: 25px;
    background: #436285 !important;
    border-radius: 50%;
    color: #fff;
    top: 0;
}
.fa-stack-icon {
    font-size: 12px;
    line-height: 26px; 
}
.min-h-auto {
min-height:auto;
}



.created_timeline {
    display: block !important;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}


.created_timeline-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
    .created_timeline-card > label {
       
        color: White;
        text-align: center;
      
    }
    .created_timeline-card > div {
        margin-left: 38px;
    }
.card-bgline {
    border: 1px solid #189ab436 !important;
}
.stepsnav .nav-item > .nav-link {
    padding: .15rem 2.13rem .15rem;
    text-align:center;
}
.stepsnav > .nav-item {
    flex: 1 1 0;
    width: 0;
}

/*.carddash {
    background-color: #f3f3f9ba
}*/
.display-6 {
    font-size: 2.5rem;
}
.w-100{
    width:100% !important
}
.flex-grow-1 .ms-3 > h1.mb-0 {
    font-size: 1.625rem;
}
.crd-heading {
    color: #4a5fac !important;
    font-weight: 600 !important;
}
tr.dashboardth > th {
  color:  #4a5fac !important
}
.h-auto {
height:auto;
}
.dashboardth {
    background: #4a5fac !important;
}

.avatar-xs {
    height: 2rem;
    width: 2rem;
}
.btndashboard {
    padding: 5px 9px 5px 7px;
    margin-bottom: 8px;
    float:right;
}


.sechead {
    font-size: 15px;
    margin-top: 12px;
    color: #189ab4 !important;
    padding-bottom: 0;
}


.gridtable tbody {
    display: block;
    max-height: 500px;
    overflow-y: scroll;
    width: calc(100% - 0.1em);
}

    .gridtable tbody tr th {
        position: sticky;
        top: 0;
        background-color: #fff; /* Make sure the header has a background */
        z-index: 1;
    }

.gridtable tbody {
    display: block;
    max-height: 300px; /* Adjust this for scrollable body */
    overflow-y: auto;
}

    .gridtable thead, .gridtable tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }


.gridtable tr td:last-child {
    width: auto;
    text-align:left;
}

.gridtable tbody::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.gridtable tbody::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.gridtable tbody::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .gridtable tbody::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.calenderblock {
    padding: 8px 6px;
    border-radius: 6px;
    background: #ffffffa3;
    border: 1px dashed #e9e9e9;
}
    .calenderblock > p {
        font-size: 12px;
        color: #303030;
        font-weight: 600;
    }
    .calenderblock > div {
        gap: 3px;
        justify-content: flex-start;
        margin-top:12px;
    }
        .calenderblock > div > a {
            background: #189ab414 !important;
            width: 20px;
            height: 20px;
            line-height: 17px;
            text-align: center;
            border-radius: 3px !important;
            border-width: 0 !important;
        }
    .calenderblock > div > a > img{
        width:12px;
    }
.arrow-img {
    width: 15px;
}
.custom-table {
    background: #189ab4;
    padding: 2px 0px;
    
    position: sticky;
    top: 0;
    z-index: 2;
}
.attri-heading {
    color: #4a5fac;
    font-size: 15px;
}
.dashboard-box {
    position: relative;
}
.text-prima {
    color: #189ab4 !important;
}
.gbg1 {
    background: rgb(224, 234, 255);
    background: linear-gradient(270deg, rgba(224, 234, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.gbg2 {
    background: rgb(255 228 212);
    background: linear-gradient(270deg, rgb(255 228 212) 0%, rgba(255, 255, 255, 1) 100%);
}

.gbg3 {
    background: rgb(245 233 178);
    background: linear-gradient(270deg, rgb(245 233 178) 0%, rgba(255, 255, 255, 1) 100%);
}

.gbg4 {
    background: rgb(209 253 212);
    background: linear-gradient(270deg, rgb(209 253 212) 0%, rgba(255, 255, 255, 1) 100%);
}

.gbg5 {
    background: #d9dedf;
    background: linear-gradient(270deg, #d9dedf 0%, rgba(255, 255, 255, 1) 100%);
}

.gbg6 {
    background: #f1d4fd;
    background: linear-gradient(270deg, #f1d4fd 0%, rgba(255, 255, 255, 1) 100%);
}

.bg1 {
    background: #e0eaff;
}

.bg2 {
    background: #ffe4d5;
}

.bg3 {
    background: #f5e9b3;
}

.bg4 {
    background: #d1fdd4;
}

.bg5 {
    background: #b1bfc6;
}

.bg6 {
    background: #f1d4fd;
}

.count-value {
    width: fit-content;
    padding: 5px;
    border-radius: 6px;
}
.fs-12{
    font-size:12px;
}
.right-icon {
    width: 22px;
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.7;
}
.cardbox-clr > h6 { 
    font-size:14px;font-weight:600;
                   }
    .cardbox-clr > h4 {
    height: auto;
    position: unset;
    font-size: 14px;
    margin-top: 0;
    color: #122051;
    font-weight: 500 !important;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.foldericons-wrapper{
    margin-bottom:6px;

}
.ulfolderattachment-list{
    display:flex;flex-wrap:wrap;gap:7px;
}
.foldericons-wrapper {
    border: 1px solid #189ab433;
    border-radius: 6px;
    padding: 10px 10px 10px 33px;
}

.foldericons-wrapper > a {
    display: block;
    width: 163px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   
}
.right-icon {
    width: 22px;
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.7;
}
.dashboardnumbers {
    font-weight: bolder !important;
    color: #303030 !important;
    margin-bottom: 0;
}

.img-overlay {
    position: relative;
    margin: 18px 10px 5px;
}
.deleteicon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 11px;
}
.detailshead {
    padding: 7px 0;
    margin-top: 0;
    margin-left: 0;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600 !important;
    line-height: 42px;
    color: #2B3674 !important;
     
}

.hr-border-line {
    border-bottom: 1px solid #eaedf3;
}
.adminrolescreen > span > label {
    color: #4f5b60;
}
.adminrolescreen > label {
    color: #122051 !important
}
.custom-control .custom-control-label::before, .custom-control .custom-control-indicator {
    width: 2.4rem !important;
}
.custom-switch .custom-control-label::before {
    width: 2.5rem !important;
    height: 1.25rem !important;
    border-radius: 1rem !important;
    background-color: #ccc !important;
    border: none !important;
    transition: all 0.3s ease-in-out;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff !important;
}

.custom-switch .custom-control-label::after {
    content: "";
    display: block;
    width: 1rem !important;
    height: 1rem !important;
    background-color: #ffffff !important;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff !important;
    transform: translateX(1.25rem);
}


.custom-switch .custom-control-label::after {
    top: calc(.25rem + 1.5px) !important;
}

.custom-control .custom-control-label::after {
    opacity: 1 !important;
}


.dataTables_wrapper.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.img-thumbnail > a > span {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    align-items:center;
    padding: 2px 6px;
}
 .img-thumbnail > a > span > img {
   
    height: 40px; 
    text-align: center;
    padding: 8px;
}
.img-thumbnail > .thumb-imgwrapper > img {
    object-fit: contain;
    height: 120px;
    width: 100%;
    padding: 8px;
}
.thumb-imgwrapper > img {
    object-fit: contain;
    height: 120px;
    width: 100%;
    padding: 8px;
}
.no-lastwd tr td:last-child{
    width:auto !important;
}
.filesimg-wrap{
    width:100%;
}
.showeye > i {
   font-size:14px;
    line-height: 30px;
}
.showeye > label {
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    margin-bottom: 0;
    text-align: left;
    text-overflow: ellipsis;
}

.submenuasmainmenu {
    padding: .9rem 1rem;
    font-size: 13px;
    display: flex !important;
}

.submenuasmainmenu > a {
    padding:0 !important
}
.dropdown-menu > a {
    border: unset;
    border-width: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    text-align: left !important;
    text-transform: capitalize;
    margin: 0 !important;
}
.attachmentloaad-wrapper {
    height: calc(30vh - 23px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 11px;
}
.brhd-box {
    border-radius: 10px;
    padding: 15px 10px 10px;
    border: 3px solid #F2F5FA;
    position: relative;
    margin-top: 20px;
}
.brhd-box-pos {
    position: absolute;
    background: #189ab4;
    border-radius: 2px;
    padding: 3px 7px;
    top: -14px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
}

.fld-gap-eq {
    margin: 0px 0 0px !important;
    padding: 5px 5px !important;
}
    .fld-gap-eq > span + label {
        margin-bottom: 0;
        line-height: 18px;
    }
.bg-alternative .fld-gap-eq:nth-child(even) {
    background-color: #f9f9f9; /* light gray for even rows */
}
.bg-alternative .fld-gap-eq:nth-child(odd) {
    background-color: #ffffff; /* white for odd rows */
}