/*Fonts*/


@font-face {  
    font-family: 'HelveticaNeue';  
    src: url('fonts/HelveticaNeue.ttf')
    src: url('HelveticaNeueMedium.ttf')    
    format('truetype');       
}
/*
body{   font-family: "HelveticaNeueMedium", sans-serif; font-size: 14px;}*/

body {
    font-family: "HelveticaNeue";
    font-size: 12px;
    color: #3C3C3C;
}

/*NavBar Style*/

.nav-warp {
    background-color: #3c3c3c;
    max-height: 80px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.main0nav {
    max-height: 60px;
}

.nav-01 {
    max-width: 15.66%;
    padding-top: 5px;
}

.nav-01 a {
    margin-right: 2px;
    padding-left: 8px !important;
    padding-right: 8px !important;
    text-align: center;
}

.nav-02 {
    vertical-align: text-bottom;
}

.nav-02 a {
    margin-bottom: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 2.5;
}

.nav-02 a.active,
.nav-02 a:hover {
    border-bottom: 2px solid #bcecf3;
    padding-bottom: .4rem !important;
    color: #bcecf3;
}

.dropdown-item {
    padding-top: .25rem;
    padding-bottom: .5rem;
    height: 30px;
    vertical-align: middle;
    line-height: 1.5 !important;
}

.nav-02 a.dropdown-item.active,
.nav-02 a.dropdown-item:hover {
    border-bottom: 1px solid #bcecf3;
    padding-bottom: .4rem !important;
    color: #bcecf3;
}

.dropdown-toggle.add_more::after {
    display: none;
}

.add_more:hover {
    border-bottom: 2px solid #00000000 !important;
}

.add_more-img {
    width: 28px;
}

.nav-icon-link {
    background-color: transparent;
    margin-right: 10px;
}

.nav-icon-link img {
    width: 28px;
    height: auto;
}

.nav-icon-cart img {
    width: 28px;
}

.nav-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-icon1 {
    background-image: url('../images/add-product.png');
}

.nav-icon1:hover,
.nav-icon:focus {
    background-image: url('../images/add-product2.png');
}

.nav-icon2 {
    background-image: url('../images/add-enquiry.png');
}

.nav-icon2:hover,
.nav-icon2:focus {
    background-image: url('../images/add-enquiry2.png');
}

.nav-icon3 {
    background-image: url('../images/add-supplier.png');
}

.nav-icon3:hover,
.nav-icon3:focus {
    background-image: url('../images/add-supplier2.png');
}

.nav-icon4 {
    background-image: url('../images/add-company-record.png');
}

.nav-icon4:hover,
.nav-icon4:focus {
    background-image: url('../images/add-company-record2.png');
}

.tripple-A {
    min-width: 160px;
}

.tripple-A a {
    color: #666;
    margin-right: 10px;
}

#size-75 {
    font-size: 20px;
    font-weight: 400;
}

#size-100 {
    font-size: 27px;
    font-weight: 600;
    color: #3c3c3c;
}

#size-150 {
    font-size: 35px;
    font-weight: 400;
}

.user-name-warp {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.user-img-warp img {
    width: 44px;
    height: 44px;
    padding: 5px;
    border: 2px solid #bcecf3;
    border-radius: 50%;
}

.quote-no {
    font-size: 11px;
    color: #ffffff;
    padding: 3px;
    line-height: 0;
    background-color: #ff8686;
    position: absolute;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.cart-warp {
    padding-right: 0;
    vertical-align: text-bottom;
    align-items: center;
}

.cart-warp a.btn {
    border-radius: 2px;
}

.cart-items-no {
    font-size: 18px;
    color: yellow;
    padding: 3px;
    line-height: 0;
    right: 10px;
    position: absolute;
}

/*Sub Nav Bar*/

.sub-nav-row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
}
.to-do-list {
    min-height: 44px;
}
.to-do-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.to-do-list ul li {
    list-style-type: none;
    text-align: right;
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.to-do-list ul li:first-child {
    padding-left: 0;
}

.to-do-list ul li a {
    font-size: 12px;
    font-weight: normal;
    color: #3C3C3C;
}

.to-do-list ul li a:active,
.to-do-list ul li a:hover {
    font-size: 12px;
    color: #000;
}

.to-do-list p {
    margin-bottom: 0;
}

.to-do-list ul li a img {
    max-width: 28px;
}

.to-do-list1 {
    width: 100%;
}

.to-do-list1 ul {
    padding-top: 15px;
}

.to-do-list1 ul li {
    min-width: 140px;
    overflow: hidden;
}

.to-do-list1 ul li a {
    display: block;
}

.to-do-list2 {
    min-height: 26px;
    position: relative;
}

.to-do-list2 ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
    bottom: -10px;
}

.to-do-list2 ul li {
    list-style-type: none;
    text-align: right;
    display: inline-block;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

.to-do-list2 ul li:first-child {
    padding-left: 0;
}

.to-do-list2 ul li a {
    font-size: 14px;
    color: #3C3C3C;
}

.to-do-list2 ul li a:active,
.to-do-list2 ul li a:hover {
    font-size: 14px;
    color: #000;
}

.to-do-list2 p {
    margin-bottom: 0;
}

.to-do-list2 ul li a img {
    width: 28px;
}

/*BreadCrumb Nav*/

.breadcrumb-nav {
    margin-top: -8px;
}

/*Main Body Style*/

@media (min-width: 1920px) {
    .container-fluid {
        max-width: 100%;
        padding-left: 45px;
        padding-right: 45px;
    }
}

.main-warp {
    width: 100%;
    padding: 0;
    margin: 0px auto;
}

.main-warp .row {
    margin-left: 0;
    margin-right: 0;
}

.supplier-Name-warp {
    margin-bottom: 30px;
}

/*Supplier Page Style*/

.supplier-logo-warp {
    width: 100%;
    padding-bottom: 10px;
}

.supplier-logo-warp img {
    max-height: 90px;
    width: auto;
    padding-top: 20px;
}

.border-zero {
    border: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #d2d2d2 !important;
}

.supplier-basic-inner {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.supplier-basic form {
    width: 100%;
}

.basic-inner-left {
    float: left;
    padding-left: 0;
}

.basic-inner-right {
    float: right;
    padding-right: 0;
}

.supplier-basic form .input-group {
    padding-left: 0;
}

.supplier_notes {
    padding-left: 0;
    padding-right: 0;
    max-width: 100% !important;
}

.supplier_notes textarea {
    min-height: 120px;
    height: 125px;
    resize: none;
}

.input-group-left {
    float: left;
    max-width: 30%;
    margin-right: 3.33%
}

.supplier-basic2 form {
    width: 100%;
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 3%;
}

.input-group2 {
    float: left;
    max-width: 18%;
    margin-right: 2%;
    padding-left: 0;
    padding-right: 0;
}

.option-title {
    color: #666666;
    opacity: 0.5;
}

.OPS {
    height: 43px !important;
    border: 0;
    padding-top: 2px;
}

.OPS .checkmark {
    height: 43px !important;
}

.OPS .text {
    z-index: 111;
}

/*Custom Checkbox*/

.star {
    display: inline-block;
    position: relative;
    padding-left: 0;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 1px;
    height: 22px;
    vertical-align: super;
}

/* Hide the browser's default radio button */

.star input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Rating Star Widgets Style */

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin-bottom: 0;
}

.rating-stars ul>li.star {
    display: inline-block;
}

/* Idle State of the stars */

.rating-stars ul>li.star>i.fa {
    font-size: 15px;
    color: #ccc;
    transform: translate(0, -2px);
}

/* Hover state of the stars */

.rating-stars ul>li.star.hover>i.fa {
    color: #71BF44;
}

/* Selected state of the stars */

.rating-stars ul>li.star.selected>i.fa {
    color: #71BF44;
    transform: translate(0, -2px);
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #B7B7B7;
    border-radius: 50%;
}

.QP {
    display: block;
    position: relative;
    margin-bottom: 4px;
    height: 40px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

/* Hide the browser's default checkbox */

.QP input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    z-index: 100;
}

.QP .text {
    position: relative;
    z-index: 1111;
    font-size: 14px;
}

/* Create a custom checkbox */

.QP .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
}

.condition3 .checkmark,
.condition5 .checkmark {
    left: 1px;
}

/* On mouse-over, add a grey background color */

.QP:hover input~.checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */

.QP input:checked~.checkmark {
    background-color: #BCECF3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.QP input:checked~.checkmark:after {
    display: none;
}

/* Style the checkmark/indicator */

.QP .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* On mouse-over, add a grey background color */

.star:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.star input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.star input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.star .checkmark:after {
    top: -1px;
    left: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #78d8e6;
}

#company-info {
    margin-right: 0;
    margin-left: 0;
}

.rating-warp-main {
    padding-left: 0;
    margin-top: 40px;
}

.rating-warp-main2 {
    padding-left: 0;
    margin-top: 10px;
    padding-right: 0;
}

.sec-title-warp h4 {
    font-size: 16px;
    font-weight: 400;
}

.rating-warp-main2 form {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}

.rating-warp-main2 form .col3 {
    max-width: 19%;
    flex: 0 0 19%;
    float: left;
    padding-left: 0;
    margin-left: .5%;
    margin-right: .5%;
}

.rating-warp-main2 form .col3:first-child {
    margin-left: 0;
}

.rating-warp-main2 form .col3:last-child {
    margin-right: 0;
}

.rating-warp-main2-right {
    padding-right: 0;
    text-align: right;
}

.input-group-text2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.25rem;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0.25rem;
    margin-top: -4px;
    margin-right: 10px;
}

.rating-info textarea {
    min-height: 80px;
}

.total-rating-warp {
    text-align: center;
    padding-top: 30px;
}

.total-rating {
    width: 64px;
    height: 64px;
    background-color: #bcecf3;
    padding: 12px 23px;
    border-radius: 50%;
    font-size: 28px;
    margin-left: auto;
    margin-right: 0;
}

.total-rating-text {
    max-width: 64px;
    margin-left: auto;
}

.select-supplier-warp form {
    width: 100%;
}

.select-supplier {
    width: 100%;
}

.add-supplier-list1 {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    width: 100%;
}

.add-supplier-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.add-supplier,
.add-new-supplier {
    display: block;
    list-style-type: none;
    width: 100%;
    padding-bottom: 0px;
}

.add-new-supplier {
    padding-bottom: 0;
}

.remove-btn {
    width: 3%;
    display: inline-block;
    float: right;
}

.remove-btn img {
    max-width: 30px;
    margin-top: 43px;
}

#add-supplier1 .remove-btn {
    padding-right: 0;
    width: 3%;
}

.move-btn {
    max-width: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    display: inline-block;
}

.move-btn img {
    max-width: 8px;
}

.input-group3 {
    float: auto;
    margin-right: 1%;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

.input-ci-warp {
    max-width: 30%;
}

.input-pi-text {
    margin-bottom: 10px;
}

.input-ci,
.input-price {
    height: 68px;
}

.supplier-mark {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.supplier-mark .QP {
    width: 30px !important;
    height: 18px !important;
}

.supplier-mark .checkmark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.add-supplie-btn {
    text-align: left;
    padding-left: 0;
    background-color: transparent;
    border: 0;
    float: right;
}

.add-supplie-btn:focus {
    outline: 0;
    box-shadow: none;
}

.add-supplie-btn img {
    width: 28px;
}

.supplier-service {
    width: 100%;
    margin-top: 20px;
}

.supplier-service form {
    width: 100%;
}

.supplier-service form .form-group {
    padding-left: 0;
    padding-right: 0;
    margin-right: 1.2%;
}

.open-slect {
    border: 0;
    overflow: visible;
    width: 100%;
    height: auto;
    text-align: center;
}

.open-slect:focus {
    outline: 0;
}

.open-slect option {
    border: 1px solid #666666;
    padding: 10px;
    margin-bottom: 5px;
}

.open-slect option:focus,
.open-slect option:active,
.open-slect option:hover {
    background-color: transparent;
}

option.red {
    color: red;
}

.quoting-options {
   padding-left: 0;
}

.quoting-options,
.alias-info {
    display: inline-block;
    float: left;
}

.alias-info textarea,
.delivery-notes textarea {
    min-height: 350px;
}

.input-title {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.delivery-notes {
    display: inline-block;
    float: right;
    max-width: 21.3%;
    margin-right: 0 !important;
    padding-right: 0;
}

.supplier-address {
    margin-top: 20px;
}

.supplier-address-right {
    padding-right: 0;
    float: right;
    height: 55px;
    padding-top: 24px;
    text-align: right;
    max-width: 3%;
}

.supplier-adderss-left {
    padding-left: 0;
    float: left;
    flex: 0 0 97%;
    max-width: 97%;
    margin-bottom: 30px;
}

.supplier-contact {
    width: 104%;
    margin-top: 10px;
    display: block;
}

.input-group4 {
    float: auto;
    width: 13%;
    margin-right: 0.25%;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

.imp-mark {
    display: inline-block;
    margin-bottom: 0;
}

.mark-icon {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.mark-icon img {
    max-width: 6px;
}

.remove-btn2 {
    width: 3%;
    display: inline-block;
    float: none;
    text-align: right;
    padding-right: 0;
}

.remove-btn2 img {
    margin-top: 0px;
    max-width: 30px;
}

.supplier-save-warp {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.footer-btns {
    width: 100%;
}

.footer-btns-left {
    padding-left: 0;
    display: inline-block;
    float: left;
}

.footer-btns-right {
    padding-right: 0;
    display: inline-block;
    float: right;
    text-align: right;
}

.trush-btn_ img,
.save_quotation img,
.send_quotation img {
    width: 20px;
}

.save_quotation {
    float: none;
}

.btn1 {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #3c3c3c;
    text-align: center;
    padding: 5px;
    max-width: 220px;
    width: 100%;
    height: 42px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
}

.btn1:hover,
.btn1:focus {
    background-color: #bcecf3;
    border-color: #bcecf3;
}

.trush-btn {
    border: 1px solid #fc5252;
    color: #fc5252;
}

.trush-btn:hover,
.trush-btn:focus {
    background-color: #fc5252;
    color: #ffffff;
    border-color: #fc5252;
    outline: 0;
}

/*Login Page Style*/

.login-warp {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0 auto;
    background-color: #3c3c3c;
}

.form-signin {
    max-width: 430px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 8%;
}

.login-logo-warp {
    width: 100%;
    text-align: center;
}

.login-logo-warp {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.login-btn {
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 0;
    margin-top: 15px;
    text-align: center;
}

.login-btn:focus {
    outline: none;
}

.login-btn-border {
    width: 65px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #bcecf3;
    border-radius: 50% !important;
    background-color: transparent;
    padding: 10px;
    overflow: hidden;
    display: block;
}

.login-btn img {
    width: 35px;
    margin: 0 auto;
    padding-top: 2px;
}

.login-btn-border:hover img {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-transition: transform 1s ease-out;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.form-signin input {
    margin-bottom: 15px;
    border: 0;
    transition: none;
}

.form-signin input.form-control:focus {
    border-color: transparent;
    border: 0;
    box-shadow: none;
}

.logo-text {
    font-size: 80px;
    color: #bcecf3;
    font-family: "Helvetica", sans-serif;
}

/*Modal Style*/

.modal-body {
    overflow-y: auto;
    padding: 0;
}

.modal-body::-webkit-scrollbar {
    display: none;
}

.input-col-3 {
    float: left;
    padding-left: 0;
}

.add-part-warp .input-col-3 {
    width: 12%;
    padding-right: 0;
}

.input-col-9 {
    float: right;
    padding-right: 0;
}

.add-part-warp .input-col-9 {
    width: 90%;
    padding-left: 0; 
}

.add-part-btn {
    cursor: pointer;
    position: absolute;
    right: 22px;
}

.add-part-btn img {
    width: 28px;
}

.remove-part-btn {
    position: relative;
    right: auto;
    padding: 0;
    left: 94%;
    top: -40px;
    width: 30px;
    margin-top: 0px;
}

.remove-part-btn img {
    width: 28px;
    height: auto;
}

.input-part-note {
    height: 100px !important;
    overflow: auto;
    padding-left: 15px !important;
}

.add-part-warp {
    max-height: 53px;
}

.input-PNC {
    border: 0;
    border-bottom: 1px solid #666666;
    border-radius: 0;
    outline: 0;
}

.btn2 {
    padding: 5px;
    border: 1px solid #3c3c3c;
    border-radius: 0;
    max-width: 140px;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    height: 42px;
}

.btn2:hover,
.btn2:focus {
    background-color: #bcecf3;
    border-color: #bcecf3;
}

.condition-options {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.title-et {
    padding-left: 0;
    height: 30px;
    padding-top: 9px;
}

.condition-options select {
    height: 110px;
    padding-top: 20px;
    margin-bottom: 20px;
    border-radius: 0 !important;
}

.input-QP2 .QP {
    border: 0;
    padding: 0px;
    padding-top: 0px;
    display: inline-block;
    width: 7%;
    height: 30px;
    text-align: center;
    vertical-align: text-top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    margin-left: 5px;
    margin-right: 5px;
    background-color: transparent !important;
}

.input-QP2 .QP .text {
    font-size: 13px;
    padding-top: 20px;
}

.input-QP2 .condition1 .checkmark {
    background-image: url('../images/icons/box1.svg');
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.input-QP2 .condition2 .checkmark {
    background-image: url('../images/icons/box2.svg');
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.input-QP2 .condition3 .checkmark {
    background-image: url('../images/icons/box3.svg');
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.input-QP2 .condition4 .checkmark {
    background-image: url('../images/icons/box4.svg');
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.input-QP2 .condition5 .checkmark {
    background-image: url('../images/icons/box5.svg');
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

/*.input-QP2 .QP input:checked ~ .checkmark {    background-color: #BCECF3;}*/

.input-QP2 .condition1 input:checked~.checkmark {
    background-image: url('../images/icons/box1A.svg');
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 0px solid transparent;
    outline: 0;
}

.input-QP2 .condition2 input:checked~.checkmark {
    background-image: url('../images/icons/box2A.svg');
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 0px solid transparent;
    outline: 0;
}

.input-QP2 .condition3 input:checked~.checkmark {
    background-image: url('../images/icons/box3A.svg');
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 0px solid transparent;
    outline: 0;
}

.input-QP2 .condition4 input:checked~.checkmark {
    background-image: url('../images/icons/box4A.svg');
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 0px solid transparent;
    outline: 0;
}

.input-QP2 .condition5 input:checked~.checkmark {
    background-image: url('../images/icons/box5A.svg');
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: 0px solid transparent;
    outline: 0;
}

.input-QP2 .QP .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

select option[value=""] {
    background-color: #bcecf3;
}

/*Modal 01 || Enter Supplier Part Number*/

.input-PPI {
    height: 85px;
}

.input-PPI[type=file] {
    color: transparent;
    z-index: 10000;
}

.input-PPI::-webkit-file-upload-button {
    visibility: hidden;
}

.input-PPI::before {
    content: '';
    display: inline-block;
    border: 0;
    border-radius: 0px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    left: 25px;
    right: auto;
    position: relative;
    width: 90%;
    height: 75px;
    background-color: transparent;
    /*background-image: url('../images/uploaded.png');*/
    background-image: url('../images/icons/upload.svg');
    background-position: center;
    background-size: 60px auto;
    background-repeat: no-repeat;
}

.input-PPI:active::before {
    background: transparent;
}

.input-PPI-text {
    width: 100%;
    text-align: center;
}

.dimention-warp {
    margin-top: 50px;
}

.modal-body input.form-control {
    padding-left: 0;
}

.modal-body select.form-control {
    padding-left: 0;
    border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.modal-body textarea.form-control {
    padding-left: 0;
}

/*Quote Page Style*/

.header-warp {
    width: 100%;
    max-width: 1545px;
    height: 200px;
    padding: 15px 0 30px;
    margin: 0 auto;
    display: block;
}

.nav-03 {
    display: inline-block;
    float: none;
}

.nav-03 a {
    padding: 0 !important;
}

.nav-03 .nav-icon {
    background-color: #66666680;
    width: 32px;
    height: 32px;
    background-size: contain;
    padding: 5px;
}

.nav-03 .nav-icon:hover {
    background-color: #666666;
}

.text-right {
    text-align: right;
    width: 100%;
}

.search-bar01 {
    max-width: 66%;
    padding-right: 0;
}

.input-search {
    background-color: #f5f5f5;
    border-radius: 25px !important;
    height: 50px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    font-size: 17px;
}

.input-search:focus {
    background-color: #f5f5f5;
}

.search-btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 9px;
    right: 11.5%;
    background-image: url(../images/search-grey.png);
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
}

.search-btn2 {
    right: 15.5%;
}

.search-info {
    position: relative;
    left: 11%;
    float: left;
    width: 10%;
    padding-top: 17px;
}

.search-info img {
    width: 37px;
    height: auto;
    cursor: pointer;
}

.search-info02 {
    text-align: center;
    float: none;
    width: 81%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.search-result-warp {
    float: right;
    padding-top: 20px;
    color: #707070;
    padding-right: 0;
}

.search-result-warp2 {
    padding-top: 0;
}

.search-result-warp2 span {
    color: #fff;
}

.about-result-info {
    font-weight: 600;
    font-style: italic;
}

/*Dashboard Style*/

.dashboard-container {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    /*padding: 0;*/
}

.dashboard {
    margin-left: -15px;
    margin-right: -15px;
    height: 100vh;
}

.dashboard-left {
    float: left;
    min-height: 600px;
    background-color: #f5f5f5;
    padding-right: 0;
    padding-left: 0;
    max-width: 20%;
}

.dash-left-top {
    min-height: 50px;
    background-color: #333;
    padding-left: 30px;
}

.dash-right-top {
    min-height: 50px;
    background-color: #666666;
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard-right {
    background-color: #f9f9f9;
    float: right;
    min-height: 600px;
    padding-left: 0;
    padding-right: 0;
    min-width: 80%;
}

.left-top-title h4 {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
}

.dash-right-top .row {
    margin-bottom: 0;
        align-items: center !important;
}
.dash-right-top .row .col-md-1 .row .col-md-6{
    padding-right: 5px;
    padding-left: 25px;
}

#top-filter01-label {
    padding-top: 12px;
    padding-right: 10px;
    color: #f2f2f2;
    max-width: 28%;
    display: inline-block;
}

#top-filter01 {
    padding: .5rem;
    background-color: #666;
    border: 0;
    color: #f2f2f2;
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-top: 4px;
    height: 40px;
    width: 85%;
    max-width: 250px;
    display: inline-block;
}

.gird-view-tabs {
    padding-right: 0px;
}

#stock-list-view {
    max-width: 160px;
    float: right;
    border-bottom: 0;
}

#stock-list-view .nav-link {
    width: 32px;
    height: 32px;
    border-radius: 0;
    padding: 1px;
    display: block;
    border: 1px solid #c3c3c3;
    margin-top: 5px;
}

#stock-list-view .nav-item {
    border: 0;
    padding: 3px;
    display: inline-block;
    width: 50%;
}

#stock-list-view .nav-link img {
    max-width: 28px;
}

#stock-list-view .nav-link.active,
#stock-list-view .nav-item.show .nav-link {
    background-color: #bcecf3;
    border-color: #bcecf3;
}


/*Filter Style*/

.dash-left-filters {
   padding: 15px 15px 15px 60px;
}

.filter-title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 25px;
}

.input-filter {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.4;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 85%;
    display: inline-block;
}


/* Hide the browser's default checkbox */

.input-filter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.input-filter .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #B7B7B7;
    border-radius: 0;
}

/* On mouse-over, add a grey background color */

.input-filter:hover input~.checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */

.input-filter input:checked~.checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.input-filter input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.input-filter .checkmark:after {
    left: 3px;
    top: 0px;
    width: 8px;
    height: 12px;
    border: solid #666;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-item-info {
    display: inline-block;
    float: right;
    width: 14%;
    text-align: right;
    line-height: 1.9;
}

.filter-warp {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #666666;
}

/* Handle on hover */

.filter01::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dashboard-body {
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard-body2 {
    padding-left: 15px;
    padding-right: 10px;
    max-width: 1490px;
    width: 100%;
}

.right-top-row {
    max-width: 1495px;
}

#supplier-list,
#supplier-gird {
    padding: 0;
}

/*Supplier Stock List*/

.stock-list-table th,
.stock-list-table td {
    padding: 0.75rem .3rem;
}

.stock-list-table th {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    min-width: 90px;
}

.stock-list-table td {
    font-weight: 300;
    font-size: 11px;
    text-align: center;
}

.stock-list-table td:nth-child(4) {
    text-align: left;
}

.stock-list-table td p {
    margin-bottom: 5px;
}

.stock-in,
.in-stock-img,
.cart-plus {
    max-width: 18px;
    height: auto;
}

.cart-plus {
    float: right;
    max-width: 32px;
    width: 32px;
    height: auto;
}

.stock-num {
    color: #71BF44;
    padding-left: 5px;
    padding-right: 5px;
}

.lead-time {
    padding-right: 0px;
}

.rating01 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #bcecf3;
    display: block;
    padding: 7px 5px 5px 6px;
    text-align: center;
    margin-top: -5px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
}

.add-item {
    background-color: transparent;
    /*box-shadow: inset 0 0 0 1px #f9f9f9 !important;*/
}

.supplier-info-btn {
    background-color: transparent;
    border: 0;
}


/*Supplier Stock List Grid View*/

#supplier-gird {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.s-grid-warp {
    display: inline-flex;
}

.s-stock-row {
    height: auto;
    margin-bottom: 30px;
}

.stock-item-card {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px;
}

.stock-item-card:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.stock-item-img {
    width: 26%;
    float: left;
    display: inline-block
}

.stock-item-info {
    width: 74%;
    display: inline-block;
    padding-left: 15px;
}

.col8 {
    width: 80%;
    display: inline-block;
    float: left;
}

.col4 {
    width: 20%;
    float: right;
    display: inline-block;
}
.info-row {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    display: block;
}

.info-row01 span {
    border-right: 1px solid #c3c3c3;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}

.info-row01 span:first-child {
    padding-left: 0;
}

.info-row01 span:last-child {
    padding-right: 0;
    border-right: 0;
}

.info-row01 span.p-num {
    font-weight: 600;
}

.info-col1 button {
    padding-left: 0;
    margin-bottom: 10px;
}

.info-col1 button img {
    max-width: 20px;
}

.p-ori {
    font-size: 12px;
    font-weight: 400;
}

.info-col1 p {
    margin-bottom: 5px;
}

.info-col1 p .pre-owned {
    border-right: 1px solid #c3c3c3;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 400;
}

.info-col1 p .pre-owned:first-child {
    font-size: 12px;
    font-weight: 600;
    min-width: 88px;
    width: 88px;
    display: none;
}

.info-col1 p .pre-owned:last-child {
    border-right: 0;
}

.info-col2 .rating01 {
    float: right;
    padding: 4px;
    margin-top: 30px;
}

.avail-stock {
    color: #55e23b;
    padding-left: 10px;
}

.p-price {
    font-size: 12px;
    font-weight: bold;
}

.p-price small {
    font-size: 12px;
    font-weight: normal;
}

.p-price2 {
    font-size: 12px;
    font-weight: bold;
}

.p-price2 small {
    font-weight: normal;
}

.add-cart-btn {
    background-color: transparent;
    border: 0;
    padding: 0;
    float: right;
    margin-top: -7px;
}

.add-cart-btn2 {
    float: none;
}

.add-cart-btn3 {
    position: absolute;
    right: 45px;
}

.add-cart-btn3 .cart-cross {
    position: absolute;
    max-width: 24px;
}

.cart-cross1 {
    width: 24px;
    height: 24px;
    background-image: url('../images/cross3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cart-plus1 {
    width: 24px;
    height: 24px;
    background-image: url('./images/cart2.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*View Stok Table*/

.view-stock-table thead th {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.view-stock-table tbody td {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.sl-td10 {
    width: 4%;
}

.sl-td8 {
    width: 7%;
}

.sl-td7 {
    width: 3%;
}

.sl-td4 {
    width: 18%;
    text-align: left !important;
}

.sl-td2 {
    width: 12%;
}

.sl-td1 {
    width: 12%;
}

.sl-td1 a {
    font-size: 12px;
    color: #3C3C3C;
}

/*User List Page*/

.user-list-warp {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.user-list-row {
    margin-bottom: 30px;
}

.user-card {
    padding: 10px;
    max-width: 22.75%;
    margin-bottom: 10px;
    margin-right: 10px;
    height: auto;
}

.user-card:first-child {
    margin-left: 0;
}

.user-card:last-child {
    margin-right: 0;
}

.user-card:hover {
    box-shadow: 3px 3px 3px #66666630;
}

.user-img,
.user-info {
    display: inline-block;
}

.user-img {
    width: 22%;
    float: left;
    
}

.user-img img {
    width: 60px;
    height: 60px;
}

.user-info {
    width: 78%;
    padding-left: 10px;
    color: #333;
}

.user-info>div {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: normal
}

.user-name a {
    font-size: 12px;
    font-weight: bold;
    color: #3c3c3c;
}

.user-email a.link_in_table {
    font-size: 10px;
    font-weight: normal;
}

.user-name a:hover {
    color: #000;
}

.user-title {
    font-weight: 600;
}

.add-user-popup {
    width: 1005;
    height: auto;
    display: block;
    margin-top: 10px;
}

.add-user-btn2 {
    text-align: left;
    padding-left: 0;
}

.add-user-btn2 img {
    max-width: 40px;
}

#add-user-TS .add-enquiry {
    display: table;
}

.pi-right {
    padding-right: 0;
    float: right;
}

.pi-left {
    padding-left: 0;
    float: left;
}

.user-ts-info {
    margin-top: 10px;
    margin-bottom: 10px
}

.p1 {
    padding-right: 5px;
    margin-right: 8px;
    padding-left: 5px;
}

.p1:after {
    content: "/";
    position: absolute;
    margin-left: 5px;
}

.green {
    color: #55e23b;
}

/*Add User Popup*/

#exampleModal8 .modal-body {
    padding: 0;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.add-user-tab {
    padding: 8px;
    text-align: center;
    width: 33.33%;
    border-left: 1px solid #fff;
}


.add-user-tab2{
    width: 50%;
    text-align: center;
}

.add-user-tab a {
    color: #3c3c3c;
}

.add-user-tab:first-child {
    border-left: 0;
}

#addUserTabs {
    border-bottom: 0;
}

#addUserTabs li {
    padding: 0;
    background-color: #b7b7b7;
}

#addUserTabs li a {
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    padding: 8px;
}

#addUserTabs li a.active {
    background-color: #bcecf3;
    border: 0;
    border-color: none;
    outline: 0;
    box-shadow: none;
    font-weight: bold;
}

.add-price-row input {
    display: inline-block;
    float: left;
    /*border-bottom: 1px solid #B7B7B7 !important;*/
}

.input-p-con {
    margin-left: 10px;
    margin-right: 10px;
    width: 44%;
}

.p-form-title {
    display: block;
    height: 40px;
    margin-bottom: 15px;
}

.p-form-title h4 {
    font-weight: 600;
    font-size: 16px;
}

.upload_file6 {
    position: absolute;
    bottom: 0;
}

.upload_file6 input.input-UAs {
    width: 40px;
    height: auto;
}

.upload_file6 .input-PPI-text2 {
    margin-left: 23px;
    margin-top: 24px;
    display: inline-block;
}

.upload_file6 input.input-UAs:before {
    content: '';
    display: inline-block;
    border: 0;
    border-radius: 0px;
    padding: 0;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    left: 5px;
    right: auto;
    position: relative;
    width: 40px;
    height: 50px;
    background-color: transparent;
    background-image: url(../images/pdf.png);
    background-position: center;
    background-size: 32px auto;
    background-repeat: no-repeat;
}

.input-UAs[type=file] , .input-signature[type=file] {
    color: transparent;
    z-index: 10000;
}

.input-UAs::-webkit-file-upload-button , 
.input-signature::-webkit-file-upload-button { 
    visibility: hidden; 
}

.input-UAs:before {
    content: '';
    display: inline-block;
    border: 0;
    border-radius: 0px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    left: 5px;
    right: auto;
    position: relative;
    width: 10%;
    height: 50px;
    background-color: transparent;
    background-image: url(../images/pdf.png);
    background-position: center;
    background-size: 32px auto;
    background-repeat: no-repeat;
}

.input-signature:before {
    content: '';
    display: inline-block;
    border: 0;
    border-radius: 0px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    left: 5px;
    right: auto;
    position: relative;
    width: 10%;
    height: 50px;
    background-color: transparent;
    background-image: url(../images/icons/signature.svg);
    background-position: center;
    background-size: 32px auto;
    background-repeat: no-repeat;
}

.input-document:before {
    content: '';
    display: inline-block;
    border: 0;
    border-radius: 0px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    left: 5px;
    right: auto;
    position: relative;
    width: 10%;
    height: 50px;
    background-color: transparent;
    background-image: url(../images/icons/document.svg);
    background-position: center;
    background-size: 32px auto;
    background-repeat: no-repeat;
}

.input-PPI-text2 {
    margin-left: 60px;
    margin-top: -20px;
}

.active-color {
    background-color: #bcecf3;
    border-color: #bcecf3;
}

.btn-cancel:hover,
.btn-cancel:focus {
    background-color: #b7b7b7;
    border-color: #b7b7b7;
}

/*Add Quick Enquiry*/

.popup-form-warp {
    padding: 1rem 1.5rem;
}

/*Order List Page*/

.nav-04-right {
    max-width: 82%;
    margin-left: 10px;
    padding-right: 0;
}

.nav-04-right .tab-content {
    width: 100%;
}

#EQO-Tabs {
    border: 0;
}

#EQO-Tabs li a {
    font-size: 50px;
}

#EQO-Tabs li {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

#EQO-Tabs .nav-link {
    height: 28px;
}

#EQO-Tabs .nav-link:hover,
#EQO-Tabs .nav-link.active,
#EQO-Tabs .nav-item.show .nav-link {
    color: #18c0d8;
    border-bottom: 1px solid #18c0d8;
}

#EQO-Tabs .nav-link {
    padding: 0;
}

.graph-col {
    text-align: center;
    max-width: 60%;
}

.graph-col,
.graph-info-col {
    display: inline-block;
    vertical-align: middle;
}

.graph-info-col {
    float: right;
    text-align: right;
    padding-right: 0px;
    max-width: 30%;
    height: 245px;
}

.graph-info-warp {
    height: auto;
    padding-top: 0px;
    width: 100%;
    display: block;
    float: right;
}

.graph-info-warp p {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 12px;
    font-weight: normal;
}

.graph-info-warp h4 {
    font-size: 25px;
    font-weight: 600;
    color: #3C3C3C;
}

.yellow {
    color: #e81bff;
}

.green {
    color: #24c706;
}

.input-search2 {
    border-radius: 16px !important;
    background-color: #f1f1f1;
    height: 32px;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-top: 0px;
}

.search-btn3 {
    height: 22px;
    width: 22px;
    right: 4%;
    top: 7px;
}

.stock-list-warp {
    margin-right: -15px;
    margin-left: -15px;
}

.order-list-table {
    border-top: 0;
}

.order-list-table td {
    font-weight: normal;
    font-size: 12px;
    padding-left: .5rem;
    padding-right: .5rem !important;
}

.order-list-table td:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #c3c3c3;
    margin-left: -10px;
}
.search-result-warp{
    width: 100%;
    background-color: #f1f1f1;
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.search-result-warp span{
    text-align: center !important;
    font-size: 18px;
    color: #24c706;
}

.order-list-table td:first-child {
    text-align: left;
}

.order-list-table td:last-child {
    /*padding-right: 0;*/
}

.order-list-table td:first-child::before,
.order-list-table td:last-child::before {
    display: none;
}

.order-list-table td span {
    display: inline-block;
    vertical-align: top;
    max-width: 130px;
}

.order-list-table td span p {
    margin-bottom: 5px;
}

.order-list-table td.company,
.order-num {
    font-size: 12px !important;
    font-weight: 400 !important;
    text-align: center;
}

.order-list-table td.company {
    overflow: hidden;
}

.order-time {
    margin-right: 0;
    font-weight: 600;
}

.order-day {
    color: #24c706;
    font-weight: 400;
}

.quoted {
    color: #18c0d8;
}

.user-name2 {
    float: right;
    margin-left: 3%;
}

.flag {
    max-width: 18px;
    height: auto;
    
}

.user-email2 {
    text-decoration: underline;
    cursor: pointer;
    float: right;
        width: 90px;
    margin-right: 1px;
    overflow: hidden;
}

.orderlist-part {
    padding-left: 0;
    list-style-type: none;
}

.orderlist-part li {
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
}

.qty {
    padding-right: 10px;
    border-right: 1px solid #c3c3c3;
    text-align: left;
    float: left;
}

.remove-btn3 {
    padding: 0;
    float: right;
}

.remove-btn3 img {
    max-width: 28px;
    height: auto;
    float: right;
}

.status {
    color: #18c0d8;
}

.status-to-quote {
    color: #fc5252;
}

.status-hot-quote {
    color: #55e23b;
}

.status-po {
    color: #e81bff;
}

.price,
.status {
    margin-right: 3%;
}

.status-A {
    color: #77dd77;
    margin-left: 30px;
}

.status-In {
    margin-left: 30px;
}

.status-IV {
    color: #55e23b;
}

.status-Paid {
    color: #7880e6;
}

.via-phone {
    float: left;
    margin-right: 8px;
    border-radius: 50%;
    border: 2px solid #848484;
    line-height: 1;
    height: 28px;
    width: 28px;
    text-align: center;
}

#chart_div {
    width: 400px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
}

/*Supplier List Page*/

.s-logo {
    max-width: 90px;
}

.sl-name {
    font-size: 12px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.btn-tick,
.remove-btn4 {
    display: block;
    text-align: right;
    display: block;
    text-align: left;
    width: 100%;
    padding-left: 0;
}

.btn-tick img {
    max-width: 24px;
}

.remove-btn4 img {
    max-width: 24px;
}

.supplier-list-table td:first-child {
    padding-left: 15px;
}

.supplier-list-table td:last-child {
    padding-right: 15px;
}

.supplier-list-table td p {
    margin-bottom: 0;
}

.supplier-list-table tr.blocked {
    background-color: #ff868680;
}

.supplier-list-table tr.blocked:hover {
    background-color: #ff868680;
}

.supplier-list-table tr:hover .to-do-list2 {
    display: block;
}

.rating01-total {
    vertical-align: middle;
    padding-left: 6px;
    float: right;
    display: inline-block;
}

select {
    border-radius: 0 !important;
    border: 0;
    outline: 0;
    box-shadow: none;
}

/*Delete Modal Style*/

#deleteSupplier .modal-dialog , .middle_modal .modal-dialog {
    margin: 14% auto 0 auto;
}

#deleteSupplier .modal-content , .middle_modal .modal-content  {
    height: 240px;
    right: 50px;
    top: 25%;
}

#deleteSupplier .modal-body , .middle_modal .modal-body{
    padding: 30px;
}

.delete-message {
    font-size: 12px;
    font-weight: normal;
    color: #fc5252;
}

.delete-button{
    color: #fc5252;
    border: 1px solid #fc5252 !important;
    width: 120px !important;
}
.delete-button:hover{
    background-color: #fc5252 !important;
    color: #fff !important;
}

.supplier-dlt-warp {
    width: 100%;
    text-align: center;
}

.btn-supplier-dlt,
.supplier-dlt-cancel {
    background-color: transparent;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 0;
    border: 1px solid #666;
    color: #3c3c3c;
    width: 120px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

.btn-supplier-dlt {
    border: 1px solid #fc5252;
    color: #fc5252;
}

.btn-supplier-dlt:hover,
.btn-supplier-dlt:focus {
    background-color: #fc5252;
    color: #fff;
}

.supplier-dlt-cancel:hover,
.supplier-dlt-cancel:focus {
    border: 1px solid #b7b7b7;
    color: #000;
}

/*Invoice Style*/

.invoice-warp {
    margin-bottom: 30px;
    /*margin-top: 50px;*/
}
.invoice-header .col-9 .row .col-md-4:nth-child(1){
    padding-left: 0;
}
.invoice-header .col-9 .row .col-md-4:last-child{
    padding-right: 0;
}
.posRel-input-1{
    margin-right: 5px;
}
.posRel-input-2{
    margin-left: 5px;
}
.ship-add, .des-add{
    height: 75px;
}
.two-select, .three-select{
    margin-top: 15px;
}
.three-select select{
    padding-left: 0;
    padding-right: 0;
}
.three-select select:nth-child(1){
    margin-right: 5px;
}
.three-select select:nth-child(2){
    margin-right: 5px;
    margin-left: 5px;
}
.three-select select:nth-child(3){
    
    margin-left: 5px;
}
.invoice-header-left {
    padding-left: 0;
}

.invoice-header-right {
    padding-right: 0;
}
.invoice-add-1, .invoice-add-2{
    height: 60px !important;
}
.phn-wrap{
    margin-top: 20px;
}
.invoice-ref input.form-control {
    max-width: 200px;
    margin-bottom: 10px;
    float: right;
    text-align: right;
    padding-right: 0;
}

.i-f-input {
    padding-left: 0;
    float: left;
    
    max-width: 100%;
}

.i-f-input2 {
    margin-right: 35px;
    margin-left: 0;
}
.i-f-input2a{
    width: 48%;
    float: left;
    display: inline-block;
}
.i-f-input2b{
    width: 48%;
    float: right;
    display: inline-block;
}
.i-f-input2b .cty-code{
    float: left;
    max-width: 40%;
    text-align: right;
}
.i-f-input2b .phn-num{
    max-width: 60%;
    text-align: left;
}

.i-f-input3 {
    padding-left: 0;
    padding-right: 0;
    float: none;
    margin-right: 0px;
    margin-left: 15px;
    max-width: 100%;
    height: 83px;
}

.invoice-h-f-left .input-group, .invoice-h-f-left2 .input-group {
    margin-bottom: 5px;
}

.inv-cc {
    float: right;
    
}

.inv-note {
    float: left;
    margin-right: 0;
}

.total-amount-info {
    text-align: right;
    display: block;
}

.i-f-input input,
.i-f-input2a input,
.i-f-input2b input,
.i-f-input select,
.i-f-input3 select {
    padding-left: 0 !important;
    text-align: center;
}
.i-f-input select{
    transform:translateX(70%);
    -webkit-transform:translateX(70%);
}

.amount {
    overflow: hidden;
}

.total-amount {
    font-size: 25px;
    font-weight: bold;
}

.amount-sign {
    padding-left: 10px;
    font-size: 23px;
}

.invoice-info {
    margin-top: 20px;
    text-align: right;
}

.invoice-fields-list {
    width: 100%;
    margin-bottom: 3px;
}

.invoice-tabs-left {
    float: left;
    padding-left: 0;
    padding-top: 6px;
}

.invoice-tabs-left .nav-tabs {
    border: 0;
}

.invoice-tabs-left .nav-tabs .nav-link {
    color: #666666;
}

.invoice-tabs-left .nav-tabs .nav-link.active,
.invoice-tabs-left .nav-tabs .nav-item.show .nav-link {
    color: #3c3c3c;
    font-weight: 600;
}

#Selling_Info_Tab {
    padding-left: 0;
}

.invoice-tabs-left .nav-item:before {
    content: "";
    position: absolute;
    right: auto;
    bottom: 9px;
    width: 1px;
    height: 15px;
    background-color: #666666;
}

.invoice-tabs-left .nav-item:first-child::before {
    content: none;
}

.invoice-tabs-right {
    float: right;
    text-align: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
}

.Duplicate_Invoice {
    width: 200px;
    padding: 8px;
    color: #3c3c3c;
    float: right;
}

.Duplicate_Invoice:hover {
    color: #000;
}

.Duplicate_Invoice img {
    width: 20px;
}

#myInvoiceContent {
    width: 100%;
    border-top: 1px solid #666666;
    padding-top: 15px;
}

.invoice-fileds {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.invoice-fileds-sec {
    width: 100%;
    /*margin-top: 20px;*/
}

.input-group5 {
    float: auto;
    width: 11.5%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

.input-group5A1 {
    width: 15.5%;
    display: inline-block;
}

.input-group5A {
    width: 3%;
    display: inline-block;
}

.input-group5A0 {
    width: 6% !important;
    display: inline-block;
}

.input-group5B {
    width: 3%;
    display: inline-block;
}

.input-group5C {
    width: 6%;
    display: inline-block;
}

.input-group5D {
    float: auto;
    width: 7%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

.input-group5A2 {
    width: 4%;
    display: inline-block;
}

.input-group5E {
    width: 15%;
    display: inline-block;
}

.input-group5E1 {
    width: 12%;
    display: inline-block;
}


.input-i-des {
    overflow: hidden;
}

.ito-warp {
    margin-bottom: 30px;
    display: contents;
    width: 100%;
    height: 50px;
}

.invoice-fileds-sec .remove-btn2 {
    padding-left: 5px;
    padding-right: 8px;
}

.invoice-fileds-sec .remove-btn2 img {
    width: 28px;
}

.eye-on-btn,
.eye-off-btn {
    position: absolute;
}

.eye-on,
.eye-off {
    width: 28px;
    height: auto;
}

.eye-off-btn {
    display: none;
}

.invoice-top-options {
    max-width: 100%;
    height: 46px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
}

.input-group6 {
    float: left;
    max-width: 350px;
}

.ito-margin {
    max-width: 275px;
    padding-left: 15px;
}

.input-group6B {
    float: right;
    max-width: 210px;
    margin-bottom: 0 !important;
    height: 40px;
}

.input-TE {
    margin-bottom: 0 !important;
    width: 100px;
}

.input-group7 {
    float: left;
    max-width: 350px;
    padding-left: 0;
}

.input-group7B {
    float: right;
    /*max-width: 710px;*/
    padding-right: 0;
    padding-left: 0;
}


.input-INotes {
    width: 100%;
    max-height: 130px;
}


.invoice_notes {
    width: 100%;
    max-width: 400px;
    height: 130px !important;
   overflow: auto;

}

.invoice_notes_off {
    position: relative;
    float: right;
}

.invoice_notes_off img{
    position: absolute;
    top: -30px;
    right: 10px;
}

.invoice_notes_off img.eye-off {
    /*display: none;*/
}

.invoice-calc,
.only-border {
    width: 645px;

    float: left;
    margin-left: 22px;
}
.invoice-calc{
    float: right;
}
.invoice-calc1 {
    width: 466px;
}

.invoice-calc2 {
    margin-left: 22px;
}

.only-border {
    height: 1px;
    width: 227px;
    background-color: #666;
    display: inline-block;
}

.invoice-calc1 .only-border {
    margin-left: 0;
    width: 485px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.calc-input {
    width: 100%;
    height: 34px;
    margin-bottom: 7px !important;
}

.calc-input .input-group-prepend {
    width: 410px;
    text-align: right;
}

.invoice-calc1 .calc-input .input-group-prepend {
    width: 340px;
    text-align: right;
}

.calc-input .input-group-text {
    width: 175px;
    text-align: right;
    display: inline-table;
    padding-right: 0;
}

.calc-input .form-control {
    padding-top: 0;
    flex: 1;
    padding-left: 10px;
    padding-bottom: 0;
    max-width: 98px;
}

.invoice-calc2 .calc-input .form-control {
    flex: 1;
    padding-left: 5px;
    padding-bottom: 0;
    max-width: 100px;
}

.invoice-calc1 .calc-input .form-control {
    flex: 1;
    padding-left: 10px;
    padding-bottom: 0;
    max-width: 110px !important;
}

.invoice-calc2 .only-border {
    width: 645px;
    margin-left: 0;
}

.add-supplie-btn3 {
    text-align: left;
    padding-left: 0;
    background-color: transparent;
    border: 0;
    display: block;
    width: 40px;
    height: 36px;
}

.add-supplie-btn3 img {
    max-width: 40px;
}

.add-new-supplierB {
    width: 100%;
    height: 35px;
    display: block;
}

#add_sales_item {
    margin-right: 10.3%;
}

/*Purchasing Tab*/

.input-group8 {
    display: inline-block;
    float: left;
    max-width: 40px;
    margin-right: 8px;
}

.input-group8 button {
    cursor: pointer;
}

.input-group8 .cart-plus {
    max-width: 30px;
    padding-top: 10px;
}

.reload-btn {
    background-color: transparent;
    border: 0;
    width: 30px;
    height: 40px;
    padding-top: 0px;
}

.remove-btn5 {
    padding-left: 8px;
    padding-right: 8px;
}

.remove-btn5 img {
    max-width: 30px;
}

#item_details2>.input-group5 {
    width: 9.5%;
}

/*Delivery Info Tab*/

.input-group9 {
    float: left;
    width: 40px;
    height: 20px;
    display: inline-block;
}

.input-d-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */

.input-d-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.input-d-check .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #7b7b7b;
}

/* On mouse-over, add a grey background color */

.input-d-check:hover input~.checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */

.input-d-check input:checked~.checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.input-d-check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.input-d-check .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #3C3C3C;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.invoice-top-options2 {
    max-width: 100%;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
}

.input-group10 {
    padding-left: 0;
    display: inline-block;
    float: left;
}

.form-total-val .calc-input {
    width: 100%;
}

.form-total-val .input-group-prepend {
    width: 180px;
    text-align: left;
}

.form-total-val .input-group-text {
    width: 180px;
    text-align: left;
    padding-left: 0;
}

.input-SD-warp {
    height: 32px;
    margin-top: 20px;
}

.input-SD {
    height: 30px !important;
}

.input-CS-warp {
    margin-top: 20px;
}

.input-CS {
    max-width: 180px;
    padding-left: 0;
    margin-bottom: 20px;
}

.input-custom-del {
    height: 30px !important;
}

.delivery-input-info {
    margin-top: 20px;
}

.del-from,
.ship-date {
    font-weight: bold;
    font-size: 12px;
}

.deliver-to p,
.deliver-form p,
.df-info,
.del-to-name {
    font-size: 12px;
    font-weight: normal;
}

.del-to-name {
    margin-bottom: 5px;
}

.delivery-input-info span {
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px solid #666666;
    line-height: 1;
}

.delivery-input-info span:last-child {
    border-right: 0;
}

/*Supplier History*/

.sh-container {
    margin-bottom: 50px;
}

.sh-head-nav {
    list-style-type: none;
    padding-left: 0;
    float: right;
}

.sh-head-nav li {
    display: inline-block;
    text-align: right;
    border-left: 1px solid #666;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1;
}

.sh-head-nav li:first-child {
    border-left: 0;
}

.sh-head-nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

.sh-head-nav li a:hover {
    color: #3C3C3C;
}

.ht-check-col {
    padding-right: 0 !important;
}

.ht-check {
    padding-left: 65%;
}

.ht-check-in {
    padding-left: 80%;
}

.h-t-warp .table thead th,
.h-t-warp .table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
}

.h-t-warp .table thead th {
    vertical-align: middle;
}

.h-t-warp .table tbody td {
    font-size: 11px;
    font-weight: 300;
}

.sh-table-bottom {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sh-table-footer {
    margin-right: 0;
    margin-left: 0;
}

.sh-table-body2 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.sh-table-body2 .col-12 {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 1080px) and (max-width: 1440px) {
    body {
        overflow-x: hidden;
    }

    .nav-01 {
        max-width: 12.66%;
    }

    .nav-01 a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .nav-02 {
        max-width: 50%;
    }

    .cart-warp {
        max-width: 35%;
    }

    #top-filter01 {
        max-width: 180px;
    }

    .order-list-table,
    .view-stock-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .supplier-list-table td p,
    .order-list-table td span,
    .order-list-table td.company,
    .to-do-list2,
    .sl-td4 p,
    .sl-td1 a,
    .sl-td5 p,
    .stock-num,
    .lead-time {

        white-space: nowrap;
    }

    .order-list-table td {
        position: relative;
    }
}

.dash-right-top form {
    max-width: 1465px;
}

#top-filter01 {
    padding: .5rem;
    background-color: #666;
    border: 0;
    color: #f2f2f2;
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-top: 4px;
    height: 40px;
    width: 78%;
    max-width: 175px;
    display: inline-block;
}

.btn.trash_list {
    color: #000000;
    padding: 5px 0px 5px 0px;
    background: #bcecf3;
    border-radius: 0;
    margin-top: 8px;
    width: 85%;
    float: right;
    max-width: 140px;
}

.supplier-list-table {
    table-layout: fixed;
    white-space: normal;
    width: 100%;
}

.supplier-list-table td {
    white-space: normal;
}

.supplier-list-table td.sltd01 {
    width: 10%;
    max-width: 115px;
}

.supplier-list-table td.sltd02 {
    width: 14%;
    max-width: 220px;
    overflow: hidden;
}

.supplier-list-table td.sltd03 {
    width: 10%;
    max-width: 115px;
    text-align: left;
    white-space: normal;
}

.supplier-list-table td.sltd04 {
    width: 10%;
    max-width: 115px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.supplier-list-table td.sltd05 {
    width: 10%;
    max-width: 115px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.supplier-list-table td.sltd06 {
    width: 10%;
    max-width: 115px;
    text-align: left;
}

.supplier-list-table td.sltd07 {
    width: 11%;
    max-width: 115px;
}

.supplier-list-table td.sltd08 {
    width: 15%;
    max-width: 115px;
}

.supplier-list-table td.sltd09 {
    width: 6%;
    max-width: 50px;
}

.sltd08 .input-group-text2 {
    white-space: normal;
    width: 100%;
}

.sltd08 .rating-stars {
    text-align: center;
}

.supplier-list-table td.sltd05 span {
    display: contents;
}

.basic-inner-left>div.input-group:nth-child(1) {
    padding-right: 0;
}

.basic-inner-left>div.input-group:nth-child(2) {
    padding-right: 0;
    width: 46%;
}

.basic-inner-left>div.input-group:nth-child(3) {
    padding-right: 0;
    width: 99%;
}

.basic-inner-left>div.input-group:nth-child(5) {
    padding-right: 0;
    /*width:65.5%;*/
}

.basic-inner-left>div.input-group:nth-child(4) {
    padding-right: 0;
}

.modal-footer button img {
    width: 20px;
}

.mtop-30 {
    margin-top: 30px;
}

select.form-control {
    -webkit-border-radius: 0px !important;
    /*  -webkit-appearance: none; background-image: url(../images/download.png) !important; background-position:  50% !important;   background-repeat: no-repeat !important;    background-size: 6px 6px !important;*/
}

.col-form-label-smP {
    font-size: 12px;
    font-weight: bold;
}

.breadcrumb {
    padding-left: 0;
}

.modal-footer button:nth-child(2) {
    margin-right: 0;
    background-color: transparent;
    border: 1px solid #3c3c3c;
}

.modal-footer button:nth-child(2):hover, .modal-footer button:nth-child(2):focus {
    background-color: #b7b7b7;
    border: 1px solid #b7b7b7;
}

.modal-footer button:last-child {
    margin-right: 0;
    margin-left: 0;
}

/**Notification Toast**/
    .show_toast_notification{
        width: 330px;
        height: 104px;
        position: fixed;
        color: black;
        top: 450px;
        left: 30px;
        
    }
    .notification-search{
        background-image: url('../images/search-grey.png');
        background-size: 20px auto;
        background-repeat: no-repeat;
        background-position: 320px 5px;
        box-shadow: 0 0 6px rgb(0 0 0 / 20%);
        border: 1px solid #b1acac !important;
        background-color: white;
    }
    .close_notification_toast{
        padding-top: 1px;
        font-size: 15px;
        background-color: transparent;
        color: #ffffff;
    }
    .notification-toast{
        width: 330px;
        background-color: #71BF44;
        cursor: pointer;
    }
    .toast-header{
        background-color: rgb(99 173 58);
    }
    .toast-header strong{
        color: #ffffff !important;
    }
    .toast-header small{
        color: #ededed !important;
    }
    .toast-body{
        color: #ffffff;
    }
/**Notification Toast**/
/* styles for note-email job type */
.sales{
    background-color: #FFF9CA !important;
}
.outline-sales{
    outline: 1px solid #FFF9CA !important;
}
.purchasing{
    background-color: #FFDEB4 !important;
}
.outline-purchasing{
    outline: 1px solid #FFDEB4 !important;
}

.logistics{
    background-color: #FFB4B4 !important;
}

.outline-logistics{
    outline: 1px solid #FFB4B4 !important;
}

.cust-exp{
    background-color: #f9e537 !important;
}

.outline-cust{
    outline: 1px solid #f9e537 !important;
}

.finance{
    background-color: #1CC5DC !important;
}

.outline-finance{
    outline: 1px solid #1CC5DC !important;
}

.general{
    background-color: #9FC088 !important;
}

.outline-general{
    outline: 1px solid #9FC088 !important;
}

.important{
    background-color: #e40522 !important;
}

.outline-important{
    outline: 1px solid #e40522 !important;
}

.notes-card-top{
    min-height: 40px;
}
.search_notes{
    border: 1px solid #d2d2d2 !important;
    border-radius: 18px !important;
  }
.notes-search-btn{
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 2.5%;
  background-image: url(../images/search-grey.png);
  background-repeat: no-repeat;
  background-size: 70% 70%;
  background-position: center;
}

.comment-box{
    min-width: 35%;
    margin-left: 5%;
    
}
.content-form{
    min-width: 60%;
}
#add-note-email .notes-title {
    width: 100%;
}
.comment-list{
    margin-top: 15px;
    max-height: 200px;
    overflow-y: auto;}

.comment-row{
    padding: 10px;
    background-color: #f5f5f5;
}
.comment-row p{
    line-height: 1;
}

.comment_datetime{
    color:  #979392 !important;
    font-size: 10px;
}

.notes-card .Note-text{
    font-size: 12px !important;
}

.note-attachments a:hover{
    color: blue;
}

.attachments a{
    color: #1a1a1a !important;
    font-size: 12px;
}

.attachments a:hover{
    color: blue !important;
}
/*customer eqo log*/
.table-sales-history .collapse.show{
    display: table;
}

.show-part-list{
    color:black;
}

.show-part-list:hover{
    color:blue;
}

.all-orders .nav-tabs .nav-link.active{
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.75);
}

.eqo_search_box{
    background: #fff;
    height: 35px;
    display: inline-block;
    padding: 10px 150px 10px 20px;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    border-radius:16px !important;
}
.eqo_search_box::focus{
    border:1px solid !important;
    border-color:#464646 !important;
}
.eqo_search_box::placeholder{
    opacity:0.8 !important;
}
.eqo-search-btn{
    position:absolute;
    right:28px;
    top:100px;
}
.show-part-list-img{
    height:25px;
}

.table-sales-history .reference_number{
    color:black;
}

.table-sales-history .reference_number:hover{
    text-decoration:underline;
}

/*fix paperwork close & print btn overlap issue*/
.move_print_btn{
    position:relative;
    top:280px;
    left:-22px;
}

/*style select2 box in eqo log*/
#part_number~span.select2-container span.select2-selection{
    border-radius: 20px !important;
    height: 30px !important;
    width: 180px !important;
    padding: 0px;
    background: #D1D1D1;
    color: #3C3C3C;
    min-height:30px !important;
}

#part_number~span.select2-container span.select2-selection__arrow{
    right:10px;
}
/*style select2 box in eqo log*/

.supplier_search_result ul li{
    background-color:#666666;
    color:#ccc;
}

.supplier_search_result ul li.select2-results__option--disabled{
    background-color:#B37676;
    color:#fff;
}

.supplier_search_result ul li.select2-results__option--blue{
    background-color:#9ec5de;
    color:#050505;
}

#add-contact-task-modal .content-body{
   max-width:100% !important;
   background:transparent !important;

}
