@import url('https://fonts.googleapis.com/css2?family=Montserrat: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,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Rajdhani:wght@300;400;500;600;700&display=swap');
/* ===================================================== Typo */
html{width:100%;height:100%;overflow-x: hidden;}
body{font-family: 'Open Sans', sans-serif;font-size:0.875rem;line-height:1.42857143;color:#666;font-weight:400;margin:0;overflow-x:hidden;}
h1,h2,h3,h4,h5,h6{font-family: 'Rajdhani', sans-serif;font-weight: 600;}
h1{font-size:2.5rem;line-height:3rem;}
h2{font-size:2.5rem;line-height:3rem;}
h3{font-size:1.5rem;line-height:2rem;}
h4{font-size:20px;line-height:30px;}
h5{font-size:18px;line-height:28px;}
h6{font-size:16px;line-height:26px;}
p{font-size:14px;line-height:24px;margin:0px;}
th, td {vertical-align: middle;}
textarea{resize:none;}
.small, small{font-size:80%;}
ol, ul{margin-top:0;margin-bottom:0px;list-style:none;}
ul, menu, dir{-webkit-padding-start:0px !important;padding-left:0 !important;}
a{color:inherit;text-decoration: none;}
hr{margin:2rem 0}
a:hover,a:focus{color:#94CA53;text-decoration:none;outline:0;outline-offset:0;}
:focus{outline:none !important;outline:-webkit-focus-ring-color auto 0px !important;}
.m{font-weight:600;}
.b,b{font-weight:700;}
.form-control,.form-select,body .selectize-input{padding:0.875rem .9rem;border-radius: 0;border: none;color:#767676;font-size: 1rem; line-height:1.5;}
.form-control:focus{box-shadow:none; font-size: 1rem;}
.carousel-control-next,.carousel-control-prev{width:0%;opacity:0;transition:all .7s linear;-webkit-transition:all .7s linear;-moz-transition:all .7s linear;-ms-transition:all .7s linear;-o-transition:all .7s linear;}
#ds-carousel:hover .carousel-control-next,#ds-carousel:hover .carousel-control-prev{width:10%;opacity:1;}
.js div#preloader{position:fixed;left:0;top:0;z-index:99999;width:100%;height:100%;overflow:visible;background:#fff url(../images/logo.png) no-repeat center center;background-size:252px 56px;}
footer p, footer h4 {
    color: #fff;
}
.form-control.dark,.form-select.dark{
    background-color: rgba(255 255 255 / 10%);color: #fff;
}
.form-check {
    display: flex;
    align-items: center;
    padding-left: 0;
}
.form-check .form-check-input {
    margin-left: 1rem;
    min-width: 14px;
    margin-top: 0;
}
.form-check label {
    padding: 1rem .5rem;
    width: 100%;
}
.form-control.light,.form-select.light,.form-check,.file-input, body .selectize-input {
    background-color: rgba(0 0 0 / 4%) !important;
}
.form-check-input:checked {
    background-color: #94ca53;
    border-color: #94ca53;
}
.object-fit {
    object-fit: cover;
}
input.form-control.dark:-webkit-autofill,
input.form-control.dark:-webkit-autofill:hover, 
input.form-control.dark:-webkit-autofill:focus,
textarea.form-control.dark:-webkit-autofill,
textarea.form-control.dark:-webkit-autofill:hover,
textarea.form-control.dark:-webkit-autofill:focus,
select.form-control.dark:-webkit-autofill,
select.form-control.dark:-webkit-autofill:hover,
select.form-control.dark:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgb(255 255 255 / 0%) inset;
  transition: background-color 5000s ease-in-out 0s;
}
/* ===================================================== Bootstrap changes */
.container-fluid {
    padding-left: 3%;
    padding-right: 3%;
}
.carousel-item.homebanner img {
    height: 100vh;
    min-height: 350px;
    object-fit: cover;
}
.carousel-indicators .active {
    background-color: #94CA53;
}
.btn, button.btn {
    color: #fff;
    padding: .7rem 2.5rem .55rem;
    font-family: 'Rajdhani';
    font-size: 20px;
    font-weight: 500;
    border-radius: 0;
    box-shadow: none !important;
}
.btn.btn-sm, button.btn.btn-sm {
    font-size: 0.875rem;
    padding: 0.2rem 0.6rem 0.113rem;
}
button.btn-circle, a.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 48px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: xx-large;
}
.add-line {
    /*position: absolute;*/
    bottom: 30px;
    right: 15px;
}
.header .navbar-default {
    background-color:transparent !important;
    border-color:transparent;
}
.navbar-dark .navbar-toggler {
    border: none;
    padding: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 100%;
    left: 0;
    border: none;
    border-radius: 0;
    background: rgba(0 0 0/60%);
    padding-top: 1rem;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.carousel-caption {
    text-align: inherit;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left:3%;
    Right:3%;
}
/*.homebanner .carousel-caption p{
    max-width:420px;
}*/
.carousel-item:after {content: "";position: absolute;height: 100%;width: 100%;background: rgb(0 0 0 / 100%);top: 0;left: 0;z-index: -1;}
.carousel-item img {opacity: 15%;}
button.btn {
    transition: all .3s ease;
}
button.btn:focus, button.btn:focus {
    color:#fff;
    box-shadow: none;
}
h3.sub-title {
    font-size: 1.25rem;
}
.bg-light {
    background-color: #f5f5f5!important;
}
.bg-dark {
    background-color: #000!important;
}
.bg-grey {
    background-color: #767676!important;
}
.bg-primary {
    background-color: #94ca53!important;
}
.text-primary {
    color: #94CA53!important;
}
.btn-primary {
    background-color: #94CA53;
    border-color: #94ca53;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #747474;
    border-color: #747474;
}
.btn-dark {
    background-color: #767676;
    border-color: #767676;
}
.btn-dark:hover, .btn-dark:focus {
    background-color: #94CA53;
    border-color: #94CA53;
}
.btn.btn-outline-primary {
    border: solid #767676;
    color: #767676;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #767676;
    border-color: #767676;
}
input[type="checkbox"] + .btn {
    padding: 0.3rem 0.95rem .1rem;
    font-size: 14px;
}
.form-check-inline {
    display: inline-block;
    margin: 0 .3rem 0.5rem 0;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    background-color: #94ca53;
    border-color: #94ca53;
}
.accordion-item {
    border-left: none;
    border-right: none;
}
#accordionExample button {
    line-height: normal;
}
.accordion-button:not(.collapsed) {
    color: #94ca53;
    background: transparent;
    box-shadow: none;
}
.accordion-button {
    font-size: 1.5rem;
    padding: 0.5rem;
    font-weight: 500;
    color: #666;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
    padding: 0 .5rem .75rem;
}
.carousel-indicators {
    left: auto;
    margin-right: 3%;
    margin-bottom: 2rem;
    margin-left: 3%;
}
.carousel-indicators [data-bs-target] {width: 50px;height: 5px;}
.dropdown-item {color: #fff;font-weight: 600;}
.dropdown-item:focus, .dropdown-item:hover {color: #000;background-color: #94CA53;}
.navbar-expand-lg .navbar-nav .nav-link {font-weight: 600;}
/* ===================================================== Custom */
.heading-dark {
    background: #767676;
    color: #fff;
    padding: 4px 10px;
}
.carousel-item img {
    min-height: 350px;
    object-fit: cover;
}
section.login-signup-bg>div {
    min-height: 100vh;
}
nav,.navbar-brand,nav .navbar-brand img {
    transition: all .3s ease;
}
header.header.sticky nav {
    background: rgba(0 0 0);
}
a.nav-link.active:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 28px;
    background: linear-gradient(-45deg, transparent 3px, #94CA53 3px);
    display: block;
    margin-top: 5px;
}
a.nav-link, a.dropdown-item {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}
.py-100 {
    padding-top: 90px;
    padding-bottom: 100px;
}
.big-p{
    font-size: 18px;
    line-height: 28px;
}
.material-quotes {
    background: url('../images/stainless-steel-bar.webp');
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 80%);
}
.max-width {
    max-width: 280px;
    margin: auto;
}
.quoting-platform {
    background-image: url('../images/platform.webp'),url('../images/x.webp');
    background-repeat: no-repeat;
    background-position: center left 50vw, top 0 right 65%;
    background-size: cover, auto;
}
.login-signup-bg {
    background-image: url('../images/x.webp'),url('../images/x.webp'),url('../images/x.webp');
    background-repeat: no-repeat;
    background-position: top -2vw right 6vw, top -1vw left 27vw, bottom 7vw left 5vw;
    background-size: 27vw, 7vw, 17vw;
}
.contactx-bg {
    background-image: url('../images/x.webp');
    background-repeat: no-repeat;
    background-position: center left 5vw;
    background-size: 27vw;
}
.qty {
    width: 100px;
}
.table .table-dark tr th {
    background-color: #767676;
    padding: 15px 10px;
}
.table tr td {
    background-color: #f5f5f5;
    /*max-width: 200px;*/
}

.part_list .table tr td {
    background-color: #fff;
    /*max-width: 200px;*/
}
.ds-tab {
    min-height: 80px;
}
.ds-tab span {
    font-size: 25px;
    font-family: 'Rajdhani';
    font-weight: 500;
    line-height: 30px;
    display: block;
}
input.search {
    background: url(../images/search.svg) no-repeat center right 1rem;
}
ul.sourcedx_list {
    list-style-type: none;
    margin-left: 10px;
}
ul.sourcedx_list li {
    margin-bottom: 12px;
    margin-left: -10px;
    display: flex;
}
ul.sourcedx_list li::before {
    content: " ";
    height: 17px;
    width: 17px;
    margin-right: 10px;
    background: url(../images/sourced_x.svg) no-repeat center;
}
.distance {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100px;
    padding: 5px 0px 5px 12px;
    font-size: 16px;
    color: #FFF;
    background: #94CA53;
    font-family: 'Rajdhani';
    font-weight: 600;
    z-index: 1;
}
.distance:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #94CA53;
    transform-origin: bottom left;
}
.price {font-size: 3.75rem;font-family: 'Rajdhani', sans-serif;}
img.supplier-img {
    object-fit: contain;
    background-color: #f5f5f5;
    padding: 10px;
}
.address:before {
    content: url('../images/location.svg');
    display: inline-block;
    transform: translatey(2px);
    margin-right: 5px;
}
.certification:before {
    content: url('../images/certified.svg');
    display: inline-block;
    transform: translatey(2px);
    margin-right: 5px;
}
div#offcanvasRight {
    min-width: 600px;
}
div#offcanvasRight hr {
    background: #94ca53;
    margin: 1rem 0;
}
.offcanvas .table>:not(caption)>*>* {
    padding: 4px 10px !important;
    font-size: 80%;
}
.offcanvas .table tr b{
    font-weight:600;
}
/*#wrapper {
    overflow-x: hidden;
}*/
body.sb-sidenav-toggled #sidebarToggle img {
    transform: scale(-1);
}
#sidebar-wrapper {
    height:100vh ;
    margin-left: -15.625rem;
    transition: margin 0.25s ease-out;
}
#sidebarToggle {
    position: absolute;
    top: 5px;
    z-index: 9;
    background: #94ca53 !important;
    padding: 6px;
    border-radius: 0 5px 5px 0;
    right: -32px;
}
#sidebar-wrapper .dropdown-toggle::after {
    border: none;
    content: url(../images/submenu.svg);
    transform: translatey(5px);
    position: absolute;
    right: 1rem;
    top: 9px;
    transition: all .3s ease-out;
}
#sidebar-wrapper .dropdown-toggle.show::after {
    transform: rotateZ(90deg);
}
#sidebar-wrapper .list-group-item, #sidebar-wrapper .list-group-item a {
    background: transparent;
    color: #fff;
    font-family: 'Rajdhani';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05rem;
}
#sidebar-wrapper .list-group a {
    padding: 0.75rem 1rem;
}
#sidebar-wrapper .list-group a:hover {
    background: rgba(0 0 0 / 10%);
}
#sidebar-wrapper .list-group a.active {
    background: rgba(0 0 0 / 10%);
}
#sidebar-wrapper .list-group-item .dropdown-toggle {
    display: block;
}
#sidebar-wrapper .dropdown{
    padding: 0;
}
#sidebar-wrapper .list-group-item img{
    margin-right: .5rem;
    transform: translatey(-1px);
}
#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
    width: 15.625rem;
}
#sidebar-wrapper ul.dropdown-menu {
    background: transparent;
    border: none;
    position: static !important;
    transform: none !important;
    font-size: 14px;
}
.username>p {
    margin-bottom: -2px;
}
.username>p+p {
    margin-top: -5px;
}
body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: 0;
}
#page-content-wrapper ol.breadcrumb a {
    color: #94ca53;
}
.dasboard-footer {
    bottom: 0;
    left: 15.625rem;
    width: 100%;
    padding: 1rem 3%;
    z-index: 9;
    transition: all 0.2s ease;
}
#page-content-wrapper {    
    width: 100%;
}
#page-content-wrapper a+div.container-fluid {
    height: calc(100vh - 59px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 1rem;
}
body.sb-sidenav-toggled .dasboard-footer {
    left: 0;
}
.lines .block_quote textarea,textarea#submit-message {
    max-height: 205px;
}
.add-member,.create-project,.default-picture,.default-project,.add_task,.task-nav,.add-assignee,.add-date, .add-customer-status {
    height: 36px;
    min-width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #666666;
    border-radius: 50%;
    font-size: 25px;
}
.default-picture,.default-project {
    font-size: 14px;
    background: #95cb54;
    color: #fff;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
}
.create-project,.default-project {
    height: 50px;
    width: 50px;
    border-radius: 15%;
    font-size: 25px;
    border-width: 2px;
}
.add_task, .task-nav {
    height: 20px;
    min-width: 20px;
    display: inline-flex;
    font-size: 14px;
    background: #f2f2f2;
    border-radius: 5px;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 12px;
    padding: 10px 4px;
}
.add-date, .add-assignee {
    height: 20px;
    min-width: 20px;
    left: 18px;
    position: absolute;
    top: 6px;
}
.add-date+input,.add-assignee+input {
    padding-left: 30px !important;
}
.task-nav img {
    max-width: 10px;
}
.edit_task {
    cursor: pointer;
}
table.ui-sortable table {
    cursor: move;
}
.board-column-header ul.dropdown-menu,.projects ul.dropdown-menu, table.ui-sortable ul.dropdown-menu {
    background: #ffffff;
    border: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 0;
    min-width: 8rem;
}
.board-column-header ul.dropdown-menu li a,.projects ul.dropdown-menu li a, table.ui-sortable ul.dropdown-menu li a {
    color: #000;
    font-weight: 500;
    padding: 5px 5px 2px;
    font-size: 14px;
}
.board-column-header ul.dropdown-menu li a img, .projects ul.dropdown-menu li a img, table.ui-sortable ul.dropdown-menu li a img {
    vertical-align: baseline;
    max-height: 10px;
}
.board-column-header ul.dropdown-menu .dropdown-item:hover,.projects ul.dropdown-menu .dropdown-item:hover, table.ui-sortable ul.dropdown-menu .dropdown-item:hover {
    background-color: #f2f2f2;
}
ul.task-list-board li a {
    padding: 5px 15px;
    display: inline-flex;
}
ul.task-list-board li.active a {
    font-weight: bold;
    border-bottom: 2px solid;
}
span.accordion_section {
    align-items: center;
    background: #f2f2f2;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    height: 20px;
    width: 20px;
    justify-content: center;
    vertical-align: middle;
    transform: rotateZ(90deg);
    transform-origin: center;
    transition: all .3s ease;
}
span.accordion_section.close {
    transform: rotateZ(0deg);
}
.badge {
    border-radius: 20px;
}
tr.task_list.close,.board-column-content.close {
    display: none !important;
}
.table>:not(caption)>*>*{
    border-bottom: none;
}
.projects {
    border-radius: 10px;
    margin: 5px 0px;
    padding: 5px;
}
.projects:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(100% + 5px);
    background: #767676;
    left: 0;
}
.projects:hover {
    background: #f2f2f2;
}
.messages li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.form-group.send-message {
    position: relative;
}
.image-upload, .add_comment {
    position: absolute;
    bottom: 10px;
    right: 40px;
}
.add_comment {
    right: 10px;
}
.round-check, .round-uncheck {
    display: inline-block;
}
.round-check:after,.round-uncheck:after {
    background-color: #fff;
    border: 1.5px solid #212529;
    border-radius: 20px;
    content: "✓";
    cursor: pointer;
    display: inline-flex;
    height: 20px;
    width: 20px;
    justify-content: center;
    align-items: center;
}
.round-check:after {
    background-color: #94ca53;
    border-color: #94ca53;
    color: #fff;
}
#deals_in .accordion-header button {
    background: #767676;
    color: #fff;
    font-size: 14px;
    padding: 0.875rem;
}
#deals_in .accordion-item {
    border: none;
}
#deals_in .accordion-header .accordion-button::after {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(158deg) brightness(107%) contrast(101%);
}
#deals_in .form-check label {
    padding: 0.25rem 0.5rem;
    width: 100%;
}
#product-carousel .owl-item img, .ajax_reqeust .cart-item-thumb img, .holder .slides img, .holder+.row div img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    min-width: 100%;
}
.header_search {
    position: relative;
    max-width: 500px;
    margin: auto;
}
.header_search button[value="Search"], .header_search input+button {
    position: absolute;
    height: 52px;
    width: 52px;
    top: 0;
    right: 0;
    opacity: 0;
}
.owl-nav span {
    font-size: 7rem;
    line-height: 3rem;
    color: #fff;
}
.owl-nav {
    position: absolute;
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in;
}
div#product-carousel:hover .owl-nav {
    width: 95%;
}
button.owl-next {
    float: right;
}
.line_count, .req_line_count {
    position: relative;
}
button.remove_quote, button.remove_line_item, a.remove_line_item {
    position: absolute;
    top: 4px;
    right: 10px;
}
body .selectize-input {
    background-image: url( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e" );
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: none;
}

table.weight-information_table_data.w-100 tr td input {
    width: calc(100% - .5rem);
    margin-bottom: 1rem;
}
.un-sold {
    background: rgba(0,0,0,.1);
    padding: .2rem 0.5rem;
    border-radius: .2rem;
    font-family: 'Rajdhani';
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666 !important;
}
.sold {
    background: red;
    color: #fff !important;
}
img.un-awarded {
    filter: invert(50%) sepia(0%) saturate(2768%) hue-rotate(346deg) brightness(180%) contrast(93%);
}
.alert-danger button.close, .alert-success button.close {visibility: hidden;}
.custom-alerts.alert.alert-danger { color: #b1434d; }
.alert-success {text-align: center;color: #3f5623;}
span.help-block {color: #b1434d;font-size: 12px;}
.has-error input {border: 2px solid #b1434d;}
.has-error {margin-bottom: 4px !important;}
span.submit_price_unit select {
    padding: 2px 4px;
    margin-left: 8px;
    border: 1px solid #fff;
    background: #fff;
}
input.lbs {display: inherit;}

span.mat_price_sec {display: flex;}

span.mat_price_sec input {width: 80% !important;}

ul.quote_req {
    display: inline-flex;
}

.quote_req li {
    border: 3px solid #767676;
    padding: 2px 6px;
    margin-right: 6px;
    text-transform: uppercase;
}

.submit_note_con {
    position: relative;
}

.submit_note_con .save_note {
    right: 5px;
    position: absolute;
    bottom: 6px;
    padding: 4px 24px;
}

.login-signup-bg select.form-select.dark option {
    background: rgb(26 26 26);
}

.edit_task_assignee {
    padding-left: 30px !important;
}

#part_form img.img-fluid.job_image {
    max-width: 300px;
}

/*=====================================================Pagination */
.sup_pagination svg {
    height: 10px;
}
.sup_pagination .flex.justify-between.flex-1.sm\:hidden {
    display: none;
}
p.leading-5 {
    margin-bottom: 20px;
}
a.leading-5,span.leading-5 {
    padding: .5rem 0rem !important;
    height: 40px;
    width: 40px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border: none !important;
    background: #f2f2f2 !important;
}

span[aria-current="page"] span.leading-5 {
    color: #fff;
    background: #94ca53 !important;
}
span.relative.z-0.inline-flex.shadow-sm.rounded-md {
    box-shadow: none;
}
.lines {
    position: relative;
}
#overlay-loader{    
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
    text-align: center;
    position: absolute;
    left: 46%;
    top: 46%;
}
table.ui-sortable tr td{
    background: #fff;
}
#projectModal .modal-dialog, #editprojectModal .modal-dialog {
  max-width: 70%;
}
.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0)scale(1);
  transform: translate(100%, 0)scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.75rem;
}
.modal-dialog-slideout .modal-content {
  border: 0;
}
.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
  height: 4rem;
  display: block;
}

 a.open_close_quote.close
 {  background: rgba(0,0,0,.1);
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
    font-family: 'Rajdhani';
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666 !important;
}

a.open_close_quote.open
 { 
    border: 1px solid;
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
    font-family: 'Rajdhani';
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666 !important;
}
ul.dropdown-menu {background: #8d9188;}
span.submit_price_unit select {
    padding: 2px 4px;
    margin-left: 8px;
    border: 1px solid #fff;
    background: #fff;
}
form#update-task-form .form-control {
    padding: 5px;
    background: transparent !important;
    font-size: 14px;
}
input.form-control.light.edit_task_name {
    font-size: 24px !important;
}
form#update-task-form .form-control:hover {
    padding: 5px;
    background: rgba(0 0 0 / 4%) !important;
}
span#mark_btn {
    padding: 2px 10px;
    background: #f2f2f2;
    color: #000;
    font-size: 14px;
    border-radius: 15px;
    cursor: pointer;
}
span.edit_menu {
    float: revert;
    float: right;
    padding: 0px;
    margin: 0px !important;
}
span.edit_menu:hover {
    background: transparent;
}
span.close_pop {
    float: right;
    padding-right: 10px;
}
span.close_add_pop {
    float: right;
}
span#mark_btn:hover, span#mark_btn.Completed {
    /* filter: invert(100%); */
    background: #cbff8dde;
    color: #569608;
}
.comment_name {
    font-weight: bold;
}
.comment_text,.comment_name{
    line-height: 16px;
}
.comment_text{
    font-size: 13px;
}
.comment_name span {
    font-weight: 400;
    font-size: 11px;
}
.task_list .default-picture {
    font-size: 10px;
    height: 24px !important;
    min-width: 24px ;
}
.share_users img, .share_users .default-picture {
    max-width: 25px;
    height: 25px;
    min-width: 25px;
    font-size: 12px;
    margin-right: -4px !important;
}

button.share_user {
    background: transparent;
    border: 1px solid #ddd;
    color: #767676;
}
.search_assign_users {
    height: 36px;
    border-radius: 50px;
}

button.share_user:focus {
    background-color: transparent;
    color: #767676;
    border: 1px solid #ddd;
    box-shadow: none;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
/* ===================================================== slider */
/* .holder {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
} */
  /* Hide the images by default 
  body .selectize-control.single .selectize-input:after,.image-upload>input,.projects .dropdown-toggle::after,.about_content .accordion-button::after,table.ui-sortable .dropdown-toggle::after ,.holder::-webkit-scrollbar,.slides,.board-column-header .dropdown-toggle::after {
    display: none;
  }*/
  .slides img {
    width: 100%;
  }
  /* Smartphones (portrait and landscape) ----------- */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .slide-thumbnail {
    width: 100%;
    opacity: 0.6;
    cursor: pointer;
  }
  .active,
  .slide-thumbnail:hover {
    opacity: 1;
  }
  .file-input {
    display: block;
    text-align: left;
    padding: 0.875rem .9rem;
    position: relative;
}
  .file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
  }
  .file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding:2px 10px;
    margin-right: 8px;
  }
  .file-input:hover > .button {
    background: white;
  }
  .file-input > .label {
    white-space: nowrap;
    opacity: .3;
  }
  .file-input.-chosen > .label {
    opacity: 1;
  }
  .advance_search_sec .toggle_search {
        display: none;
  }
  #editjobModal .modal-dialog, #editpartModal .modal-dialog, #editTaskModal .modal-dialog{
    min-width: 680px !important;
  }
  .thread_title {   
    background: #ebebeb;
    padding: 8px 16px;
  }
  footer .social img{filter: invert(51%) sepia(12%) saturate(0%) hue-rotate(164deg) brightness(87%) contrast(97%);}
  .image-upload #file-input {
        display: none;
    }

/* ===================================================== Media */
@media (min-width: 576px) {
}
@media (min-width: 992px) {
    .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
    }
}
@media (min-width: 768px) {
    #sidebar-wrapper {
      margin-left: 0;
      position: relative;
    }
    #page-content-wrapper {
        min-width: 0;
    }
    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
      margin-left: -15.625rem;
    }

}
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
   /* ::-webkit-scrollbar-track{border-radius:5px;background:transparent;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.0);box-shadow:inset 0 0 6px rgba(0,0,0,0.0);}
    ::-webkit-scrollbar{width:5px;height:5px;background:#747474;}
    ::-webkit-scrollbar-thumb{background:#94CA53;-webkit-box-shadow:inset 0 0 0px gba(0,0,0,.0);box-shadow:inset 0 0 0px gba(0,0,0,.0);} */
}
@media (min-width: 1600px) {
    nav.navbar {
        padding: 1rem 3rem;
    }

    button.btn {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 576px){
    .supplier-list p {
        font-size: 80%;
        line-height: inherit;
    }
}
@media screen and (max-width: 1199px){
    .ds-tab {
        min-height: 60px;
    }
    .ds-tab span {
        font-size: 16px;
        line-height: 16px;
    }
    .breadcrumb {
        justify-content: center;
    }
}
@media screen and (max-width: 1024px) {
    .owl-nav {
        width: 95%;
    }
    h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    h3 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
    .carousel-item img {
        height: 100vh;
        min-height: 350px;
        object-fit: cover;
    }
}
@media screen and (max-width: 991px) {
    .container-fluid {
        padding-left: 14px;
        padding-right: 14px;
    }
    div#navbarCollapse {
        background: rgba(0,0,0,.9);
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 5px;
    }
    .nav-link {
        padding: 1rem 1rem;
    }
    .navbar-dark .navbar-nav .nav-link {color: #94ca53;padding-left: 15px;}
    a.nav-link.active {background: #94ca53;}
    a.nav-link.active:after {display:none;}
    .dropdown-submenu > .dropdown-menu {
        padding: 0;
    }
    ul.navbar-nav.social-icon {
        flex-direction: row;
        margin-bottom: 1rem;
        margin-left: 10px;
    }
    .ds-tab span {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {

    .carousel-item img {
        height: 1200px !important;
        overflow: scroll;
        max-height: 100% !important;

    }
    
    .quoting-platform {
        background-image: none,url('../images/x.webp');
    }
    .quoting-platform .col-md-6.ps-md-5.py-5.py-md-0.mt-5.mt-md-0{
        background-image: url('../images/platform.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .py-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    br {
        display: none;
    }
    .table-responsive table,.table-responsive-sm table {
        min-width: 1000px;
    }

    .advance_search_sec h3 {
        text-align: center;
    }

    .advance_search_sec .toggle_search {
        border: 2px solid #94ca53;
        padding: 0px 5px;
        display: initial;
    }

    .advance_search_sec #advance_search {
        display: none;
    }
    div#offcanvasRight {
        min-width: auto;
    }

    #editjobModal .modal-dialog, #editpartModal .modal-dialog, #editTaskModal .modal-dialog {
        min-width: 400px !important;
    }    
    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
        margin-left: 0;
        position: relative;
    }
    #sidebarToggle {
        top: 0px;
        left: -8px;
        right: inherit;
    }
    .sb-sidenav-toggled #sidebarToggle {
        left: inherit;
        right: -32px;
    }
    .pinned_tasks {
        margin-top: 30px;
    }
}
@media screen and (max-width: 575px) {
    .accordion-button {
        font-size: 1rem;
    }
    .container, .container-sm {
        max-width: 100%;
    }
    .how_it_work img {
        height: 64px;
    }
    .qty {
        width: 100%;
    }
    #page-content-wrapper a+div.container-fluid {
        height: calc(100vh - 92px);
    }
    #advance_search .filter-cat-sec {
        float: left;
    }
    a.leading-5, span.leading-5 {
        padding: 0.5rem 0rem !important;
        height: 32px;
        width: 32px;
        line-height: 15px;
    }
   /*  .board-column-header {
        text-indent: -1000px;
    }
    .board-item-content {
       text-align: center;
    }
    .board-item-content span {
        display: none;
    }*/
    a.edit_job_page {
        margin: 0px !important;
    }    
    h3.modal-title .btn-sm {
        padding: 2px 8px !important;
    }
    a.btn.btn-primary.ms-5 {
        margin-left: 0px !important;
    }
    span#mark_btn {
        padding: 1px 10px;
        font-size: 11px;
    }
    a.delete_task.btn-sm.btn.btn-danger {
        margin-left: 2px !important;
    }
}
@media (orientation: portrait) {
    .carousel-item img {
        max-height: 60vh;
    }
}
.drag-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
.board {
  position: relative;
}
.board-column {
  position: absolute;
  left: 0;
  top: 0;
  /*width: calc(100% / 4); */
  width: 300px;
  z-index: 1;
}
.board-column.muuri-item-releasing {
  z-index: 2;
}
.board-column.muuri-item-dragging {
  z-index: 3;
  cursor: move;
}
.board-column-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.board-column-content-wrapper {
  margin-top: 10px;
  overflow-y: auto;
}
.board-item {
    width: calc(100% - 16px);
}
.board-item+.board-item {
    margin-top: 5px;
}
.board-item-content .edit_item p {
    line-height: 22px;
}
.board-column-content {
   /* min-height: 200px; */
   height: calc(100vh - 40px);
}
.board-item.muuri-item-releasing {
  z-index: 9998;
}
.board-item.muuri-item-dragging {
  z-index: 9999;
  cursor: move;
}
.board-item.muuri-item-hidden {
  z-index: 0;
}
.board-item-content {
  position: relative;
  cursor: pointer;
  width: calc(100% - 16px);
}
.task_attachments ul li, .mnt_task_attachments ul li, .srv_task_attachments ul li, .tool_task_attachments ul li {
    display: inline-block;
    padding: 15px;
    border: 1px dashed;
}
.task_attachments.mt-3 #attachments {
    display: none;
}

.mnt_task_attachments #work_attachments, .srv_task_attachments #srv_attachments, .tool_task_attachments  #tool_attachments {
    display: none;
}

li.add_attach, li.add_attachment  {
    text-align: center;
    width: 100px;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
}
.drag_doc {
  display: none;
}

.drag_over .drag_doc {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

li.work_doc a:after {
    content: "";
    height: 100px;
    width: 100px;
    position: absolute;
    top: 20px;
    left: 20px;
}

li.work_doc {
    position: relative;
} 
    
.work_doc a.dropdown-toggle {
    position: absolute;
    top: 0px;
}

.work_doc ul.dropdown-menu.show li {
    border-bottom: 1px solid;
    border: none;
    padding: 1px;
    display: block;
}

.work_doc a.attach-nav::after, a.cus_status_e::after {
    display: none;
}
a.edit_comment {
    position: absolute;
    right: 16px;
}
.edit_comment::after {
    display: none;
}

.messages li ul li {
    margin-bottom: 0px;
}
ul.contract_list li {
    display: inline-block;
    margin-right: 20px;
}

ul.contract_list {
    max-width: 500px;
}

#sidebar-wrapper ul.dropdown-menu.show, #sidebar-wrapper ul.dropdown-menu.show li, #sidebar-wrapper .dropdown-toggle.show {
    background: #6a6a6a !important;
}

.part_attachments ul li {
    display: inline-block;
    padding: 15px;
    border: 1px dashed;
}
.part_attachments.mt-3 #attachments {
    display: none;
}

li.add_attach, li.add_attachment  {
    text-align: center;
    width: 100px;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
}

.task_attachments ul li {
    padding: 5px;
    margin-right: 10px;
    border: solid 1px #ddd;
    position: relative;
}

.task_attachments .dropdown-toggle {
    position: absolute;
    right: 2px;
}

.task_attachments .dropdown-toggle::after {
    display:none;
}

.task_attachments .dropdown-menu {
    background: #ebebeb;
    padding: 0;
}

.task_attachments .dropdown-menu li {
    background: #ebebeb;
    border: none;
    width: 100%;
    padding: 0;
}

.task_attachments .dropdown-menu li a {
    color: #000;
}

#cke_task_msg #cke_1_contents {
    height: 80px !important;
}

/* Comment */

.comment-thread {
    max-width: 100%;
    margin: auto;
    padding: 0 30px;
    background-color: #fff;
    border: 1px solid transparent; /* Removes margin collapse */
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


.threads .default-picture {
    max-width: 36px;
}

.comment {
    position: relative;
    margin: 20px auto;
}
.comment-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
}
.comment-voting button {
    display: block;
    width: 100%;
    height: 50%;
    padding: 0;
    border: 0;
    font-size: 10px;
}
.comment-info {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}
.comment-author {
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    text-decoration: none;
}
.comment-author:hover {
    text-decoration: underline;
}
.replies {
    margin-left: 20px;
}

/* Adjustments for the comment border links */

.comment-border-link {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 12px;
    height: calc(100% - 50px);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}
.comment-border-link:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.comment-body {
    padding: 0 20px;
    padding-left: 28px;
}
.replie0s {
    margin-left: 28px;
}
td.qt_desc {
    max-width: 200px;
}

li.work_doc a.attach-serv-nav:after, li.work_doc a.attach-tool-nav:after {
    display: none;
}
#docs-tool-form ul.dropdown-menu.show {
    padding: 0;
}

#docs-srv-form .work_doc ul, #docs-tool-form .work_doc ul,  {
    padding: 0px;
}
li.work_doc {
    padding: 0px;
}
span.edit_menu.dropdown.parts .dropdown-toggle {
    margin-right: 8px
}
span.edit_menu.dropdown.parts .dropdown-toggle::after {
    display: none;
}
.scroll_outer_sec {
    overflow-x: auto;
    overflow-y: hidden;
    height: 100vh;
    width: 85%;
}

.scroll_outer_sec_top {
    overflow-x: auto;
    overflow-y: hidden;
    width: 85%;
    margin-bottom: 10px;
}

.production_list_top {
    width: 100%;
    height: 10px;
}
.project_option {
    display: none;
    margin-bottom: 12px;
    padding: 10px;
}
.project_links span.proj_name {
    background: #ddd;
    padding: 2px 8px;
    border-radius: 16px;
    margin-right: 10px;
}

.project_links {
    margin-bottom: 12px;
}

.project_links span.sec_name select {
    background: #ddd;
    padding: 1px 8px;
    border-radius: 16px;
    border-color: transparent;
}

.project_links span.remove_connect {
    padding: 2px 8px 8px 8px;
    cursor: pointer;
}
.project_links ul li {
    margin-bottom: 10px;
}

.job_completion ul li label {
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
}

.job_completion .job_completion_checkbox {
    height: 15px;
    width: 18px;
}
.round-check.stock:after {
    background: #00a2e8;
    border-color: #00a2e8;
}
.job_completion_filter {
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 10px;
    position: relative;
    -webkit-appearance: none;
    top: 4px;
    margin-right: 4px
}
#rec-other-log-form input.qty, #rec-mat-log-form .qty {
    width: auto;
}
.float-right {
    float: right;
}

.job_completion_filter:checked:after {
    content: "X";
    position: absolute;
    top: -3px;
    font-size: 20px;
    left: 4px;
    color: #94ca53;
    font-weight: 600;
}

.hide_status_filter li label {
    font-size: 16px;
}
.pull_job_items .table tr td {
    border: 2px solid #fff;
}

.pull_job_items {
    max-height: 400px;
    overflow-x: hidden;
    margin-bottom: 20px;
    overflow-y: scroll;
}

.table-responsive-sm tr td {
    background: transparent;
}

#pull_items_table,  #connect_job_table, #select_part_table {
    max-width: 400px;
    float: left;
}

#pull_items_table_filter label, #connect_job_table_filter label, #select_part_table_filter label {display: block; text-align: left;}

div#pull_items_table_filter, div#connect_job_table_filter, #select_part_table_filter {
    width: 96%;
    float: left;
}

#global-serach #navbar-search-icon #search {
    min-height: 40px;
}
  
#global-serach #navbar-search-input {
    padding: 8px;
}

.embed_file {
    position: relative;
}

.embed_file a {position: absolute;top: 35%;left: 40%;}
.list-group-item.active {
    border-color: transparent;
}

span.route_desc.small {
    font-size: 16px;
}
.pinned_tasks ul.quote_req {
    display: block;
    width: 100%;
}
.pinned_tasks ul.quote_req li {
    width: max-content;
    display: inline-block;
    margin-bottom: 12px;
}

.bg_light_green {
    background: #07fc76;
    color: #fff;
    margin-right: 2px;
    padding: 2px;
}
.bg_blue{
    background: #6d53ca;
    color: #fff;
    margin-right: 2px;
    padding: 2px;
} 
.bg_slate{
    background: #7092be;
    color: #fff;
    margin-right: 2px;
    padding: 2px;
} 
.bg_pink{
    background: pink;
    color: #fff;
    margin-right: 2px;
    padding: 2px;
} 
.bg_red{
    background: rgb(208, 67, 67);
    color: #fff;
    margin-right: 2px;
    padding: 2px;
    
}

.bg_light_green span, .bg_blue span, .bg_slate span, .bg_pink span, .bg_red span {
    color: #fff !important;
    padding: 2px;
}

.bg_purple {
    background: #c3a5c3;
    color: #fff;
    margin-right: 2px;
    padding: 2px;
}

.bg_green {
    background: #94ca53;
    color: #fff;
    margin-right: 2px;
    padding: 2px;
}

.bg_sky {
    background: skyblue;
    color: #fff;
    margin-right: 2px;
    padding: 2px;
}

.bg_orange {
    background: orange;
    margin-right: 2px;
    padding: 2px;
}
.bg_yellow {
    background: yellow;
    padding: 2px;
}
.bg_yellow b, .bg_orange b , .bg-danger b {
    font-size: 10px;
    font-weight: 600;
}
.task_list .bg_yellow, .task_list .bg_orange {
    padding: 1px;
}
.req_modal {
    cursor: pointer;
    padding: 4px 6px;
}
.border-black {
    border: 3px solid #00000094;
}
ol.breadcrumb {
    display: none;
}
.select2-container {
    z-index: 999999;
}
.print_traveler {
    font-size: 16px;;
}
.select2-container {
    z-index: 9999 !important;
}
td.assign_user, td.assign_subroute_user  {
    max-width: 200px;
}
.max-width-200 {
    max-width: 200px;
}
.max-width-300 {
    max-width: 300px;
}
.scrollToTop {
    width: 110px;
    height: 30px;
    padding: 10px;
    text-align: center;
    background: #bb2c2c;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 36px;
    right: 40px;
    display: none;
    background: url('../images/arrowup.png') no-repeat 8px 9px;
    background-color: #94ca53d4;
    /* color: #FFF; */
    padding: 7px 6px 0px 26px;
    font-size: 12px;
    background-size: 12px 12px;
}
.scrollToTop:hover{
    text-decoration:none;
    color: #282828;
    
}

.task_attachments ul:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.task_attachments ul .work_doc {
    display: flex;
    flex-wrap: wrap;
   /* flex-direction: column;*/
    justify-content: center;
    width: 145px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
    float: left;
    min-height: 155px;
}

a.doc_name {
    word-wrap: break-word;
    width: 100%;
    height: 36px;
}

li.add_attachment, li.add_attach {
    min-height: 155px;
    width: 145px;
    margin-bottom: 15px;
}

.send-message{
    height: 100px;
}
.trumbowyg-box.trumbowyg-editor-visible.trumbowyg-en.trumbowyg {
    min-height: auto;
}
.trumbowyg-editor[contenteditable=true]:empty::before{
    content: attr(placeholder);
    color: #999;
}
.trumbowyg-box .trumbowyg-editor {
    background: rgba(0 0 0 / 4%) !important;
}

.table-white tbody tr {
    border-bottom: 1px solid #adadad;  
    line-height: 30px !important;
}

.table-white tbody td {
    background-color: transparent !important;
}
#add-line-form .btn-outline-primary.text-capitalize {
    width: 100%;
}

.board-item-content .edit_item {
    margin-bottom: 0px !important;
    padding: 0px !important;
}
textarea.read_text {
    background: #fff !important;
}
div#customerStatusModal {
    z-index: 99999;
}
select.work_center_name {
    width: 200px;
}
.purchase_setting_form span.select2-selection.select2-selection--multiple {
    padding: 10px 2px 12px;
}

.print_line_label {
    border-radius: 0;
}

a.additional_req {
    margin-top: 25px;
    display: inline-block; 
    color: #fff;
}

.w-40 {
    width: 40%;
    margin-right: 10px;
}

textarea {
    resize: both;
}

.job-notes, .po-notes {
    background: #94ca53;
    padding: 2px 4px !important;
}

ul.list-group.work_centers_list {
    flex-direction: row;
    flex-wrap: wrap;
}
.bg-dark-green{
    background-color:#73a831 !important;
}
.selectize-input.items.not-full.has-options.has-items {
    padding: 10px;
}
 
.customer-quote-lines td, .customer-quote-lines tbody, .customer-quote-lines .border, .customer-quote-lines tfoot, .customer-quote-lines th, .customer-quote-lines thead, .customer-quote-lines tr {
    border-color: #3f3f3f !important;
}

.customer-quote-lines .form-control.light, .customer-quote-lines .form-select.light, .customer-quote-lines .customer-quote-lines .form-check, .customer-quote-lines .file-input{
    background-color: rgb(220 145 145 / 4%) !important;
}
.landin-page .border {
    border: 2px solid #fff !important;!i;!;
}
.sup-email-contacts .supplier-notes, .sup-email-contacts .customer-notes{
    background: #94ca53;
    padding: 0px 3px 3px;
    border-radius: 3px;
    cursor: pointer;
}
.modal {
    z-index: 9999 !important;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 999999 !important;
}

.exit_full_screen img {
    background: #94CA53;
    padding: 3px;
    border-radius: 25px;
    fill: #fffbfb;
}

.exit_full_screen {
    position: fixed;
    top: -12px;
    left: 45%;
    z-index: 2;
}

 #print_route {
    display: none;
 }

  /* Style the label as a custom checkbox */
  label[for="print_route"]::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #333;
    margin-right: 4px;
    vertical-align: middle;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    margin-top: -3px;
}
  /* Add cross when checkbox is checked */
  #print_route:checked + label::before {
    content: '✖';
    color: red;
  }

  .bg_labor {
    background-color: #e26b0a !important;
  }
  .bg_material {
    background-color: #538dd5 !important;
  }
  .bg_process {
    background-color: #60497a !important;
  }
  .bg_hardware {
    background-color: #ffff00 !important;
  }
  .bg_assembly {
    background-color: #cc66ff !important;
  }
  .bg_other {
    background-color: #76933c !important;
  }
  .bg_light_blue {
    background-color: #c5d9f1 !important;
  }
