/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
* {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}
.additional_units_container h6 {
    word-wrap: normal !important;
    overflow-wrap: normal !important;

}
body {
    padding-top: 51px;
    background-color:#EAEEF1;
    font-family: Open Sans !important;
}
h1, h2, h2#head_title{
    font-family: Baumans;
}
.logo img{
    max-height: 40px;
    vertical-align: top;
}
h6{
    margin-top: 0px;
}
a{cursor:pointer;}

.red{color:red;}
.green{color:green;}
.table-responsive td {
    border-top: medium none !important;
}
li.error {
    border: 5px solid #bc3232;
}

.qr_tr {
    background: rgba(0, 0, 0, 0) url("../images/QR.jpg") no-repeat scroll 0 0;
}
/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.tablesorter td:last-child{text-align: right;white-space: nowrap;}
/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}
.roundedNumber {
    background: white;
    color: black;
    border-radius: 9px;
    padding: 2px 9px;
    float: right;
}
/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

.sidebar .help-block{color:#ffffff;}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
    font-weight:bold;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover {
    color: #fff!important;
    background-color: #428bca;
}
.saveConfirmModal{
    text-align: center;
}

.select2{
    display:block;
    width:100%!important;
}

.default-reply-to {
    background-color: black !important;
    color: white;
    font-weight: bold;
}

/*
 * Main content
 */

.main {
    padding: 20px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}
.navbar .right button.btn{
    margin-top:7px;
}
.navbutton{
    margin-right: 25px;
}

.right{float:right;}
.left{float:left;}

.tab-content .tab-pane{padding: 30px 0;}
.fa-main {
    margin-right: 40px;
    vertical-align: middle;
    margin-top: 5px;
}
.fa-pencil,.fa-trash,.fa-files-o, .fa-recycle, .fa-undo,.fa-close{cursor: pointer;}
.logo {
    margin: 8px 24px;
}
.logo a {
    font-size: 16px;
    vertical-align: middle;
}
span.status{
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.nav.nav-sidebar .status{
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
td span.status:first-of-type,.status_container > span.status:first-child{
    border-top-right-radius: 10px;
}
td span.status:last-of-type,.status_container > span.status:last-child{
    border-bottom-left-radius: 10px;
}
span.status.btn-block+span.status.btn-block{
    margin-top: 0;
}
span.open{
    background-color: #ff9922;
}
span.cancelled.status {
    background: black;
}
span.exchange{
    background-color: purple;
}
span.sent, span.purchase_order_sent{
    background-color: #337AB7;
}
span.on.rental, span.en.route, span.request, span.status.request_sent{
    background-color: #ff00f6;
}

.status.repair{
    background-color: mediumpurple;
    color: white;
}
span.on.rental.partial,span.in.progress,span.awaiting.pickup,span.awaiting-pickup{
    background-color: #8e00ff;
}
span.on.pending{
    background-color: #8e00ff;
}
span.weekly_invoice_billable{
    background-color: #ff00f6;
}
span.repair{
    background-color: #ff00f6;
}
span.weekly_invoice_nonbillable{
    background-color: #ff00f6;
}
span.approved,span.Approved, span.adjustment, span.repair-finished,span.repair.finished, span.status.awaiting.customer.approval, .status.awaiting-customer-approval{
    background-color: #009933;
}
span.complete{
    background-color: #9e0039;
}

span.return-complete{
    background-color: #ff00ff;
}
span.returned{
    background-color: #00CED1;
}
span.return-complete{
    background-color: #ff00ff;
}
span.invoiced, span.backordered, span.on.rental-incomplete, span.incomplete, span.pending,span.awaiting.shipment,span.awaiting-shipment{
    background-color: mediumpurple;
}
span.fulfillment, span.in-progress,span.in.progress,span.awaiting.repair,span.awaiting-repair{
    background-color: #57baff;
    background-image: none;
    height: auto;
    margin-bottom: 0;
    border-radius: inherit;
}
span.in.progress{
    background-color: #57baff;
    background-image:   unset; 
    height          :   unset;
    margin          :   unset;       
}
span.sales{
    background-color: #009933;
    padding: 2px 10px;
}
span.demo_sales, span.demo_rental{
    background-color: purple;
    padding: 2px 10px;
}
span.status.proposal {
    background: #ff00f6;
    padding: 2px 10px;
}
span.rental{
    background-color: #337AB7;
    padding: 2px 10px;
}
span.status.awaiting.inspection, span.status.awaiting-inspection{
    background-color: mediumpurple;    
}
span.student.rental,span.awaiting.products, span.status.awaiting-products{
    background-color: yellow;
    color:black;
    padding: 2px 10px;
}
span.not-approved{
    background-color: #e80000;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
span.tag_awaiting_billing{
    background-color: #e80000;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
span.tag_awaiting_payment,span.awaiting.pickup{
    background-color:   #009933;
    text-transform  :   uppercase;
    color           :   #fff;
    font-weight     :   bold;
}
span.awaiting.inspection{
    background-color: #9e0039;
}
span.not-approved-page{
    background-color: #e80000;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: bold;
}
span.awaiting-payment-page{
    background-color: green;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: bold;
}
span.awaiting-payment{
    background-color: green;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
}
.willCall {
    color: black !important;
    background-color: yellow;
    border: 2px solid black;
    display: inline-block;
}
#bulkactioncontainer {
    margin-left: 15px;
}
.checkboxClick{
    cursor: pointer;
}
.fa {
    margin-right: 5px;
}
.logo h2 {
    display: inline;
}
#mytable td:not(:first){text-align: center;}
#mytable a i.fa{color:#000;}

.card{
    text-align: center;
}
.card img {
    width: 140px;
    height: 140px;
}

/*CREATE QUOTE PAGE DESIGN*/
.next-card {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #31373d;
    padding:10px;
    margin-bottom: 20px;
}

.product_logo .fa {
    margin: 1px 7px;
}

.productbundle{
    margin: 5px 0;
}

.form-group .input-group{margin: 0;}

.navbar form{display: inline-block;}

.product_type_header {
    background: #ccc;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 1px 0 5px !important;
    border: 1px solid black !important;
}

/*SETTINGS PAGE DESIGN*/
.storelogo {
    max-height: 100px;
    max-width: 100%;
}
.logocontainer a{float:left;}
#delLogoSettings .fa ,#delPaymentLogo .fa{
    background-color: #428bca;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    padding: 7px;
    cursor:pointer;
}
.delProductImage .fa{
    background-color: #428bca;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    padding: 7px;
    cursor:pointer;
    display: none;
    position: absolute;
    right:0;
}

.mainImages .delProductImage:hover .fa{
    display:inline-block;
}

.chooseVariantImages .delProductImage:hover img{
    border: 2px solid red;
}

.chooseVariantImages .delProductImage.disabled img{
    border: 2px solid red;
}

/*QUOTE PAGE DESIGN*/
.product_label,.product_price{
    display:inline-block;
}
.product_logo{
    width:60px;
    height:60px;
    border:1px solid #ccc;
    display:inline-block;
}
.product_logo_small{
    width:30px;
    height:30px;
    border:1px solid #ccc;
    display:inline-block;
}
.product_logo img{width:100%;height:100%;}
.product_price{
    float:right;
    position: relative;
}
.productLi,.variantLi,.productLiBundle,.productLiAdjustment,.productLiAdjustment1,.productLiMergeVariant,.productBoxCaseLi{padding:10px 5px;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none!important;
    border: 1px solid #999999;
    color: #212121;
    font-weight: normal;
}
.productLi:hover,.variantLi:hover,.productLiBundle:hover,.productLiAdjustment:hover,.productLiAdjustment1:hover,.productLiMergeVariant:hover,.productBoxCaseLi:hover{background-color: #EFF9FD!important;}
.variants_container {
    margin-left: 60px;
}
.cart_items {
    margin: 20px 0;
    width: 100%;
}
.cart_items td {
    padding: 5px 0;
}
.cart_items .return_damaged_table td, .cart_items .return_lost_table td, .ld_cart_items .return_lost_table td, .ld_cart_items .return_damaged_table td{
    padding: 5px;
}
.return_damaged_table .damaged_part:not(:first-child){
    border-top:1px solid;
}
.product_title {
    display: inline-block;
    vertical-align: middle;
}
.discount_radio,.charging_fee_radio{width:89px;}
.discount_input {
    height: 56px !important;
}
.input-group {
    margin: 8px 0;
}
.submit-group .btn {
    margin: 0 5px;
}
.form-control.discount_input {
    width: 110px;
}
.removeProduct,.removeProductAdjustment, .removeProductBundle{
    cursor:pointer;
}
.upload_revised_invoice{
    background-color: #428bca;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    padding: 7px;
    cursor: pointer;
}
.contentRight{text-align:right;}
.customerAvatar{width:60px;height:60px;}
.product_label {
    margin-left: 5px;
    position: relative;
/*    top: 0px;*/
}
.supplierLi .product_label{
    top: 12px;
}
.customerLi .product_label {
    margin-left: 9px;
    position: absolute;
    top: 10px;
}
.customerDetails{display:none;}
.clearCustomer,.clearSupplier, .removeCustomer, .removeProduct, .removeDamagedProduct{cursor:pointer;}
.product_title {
    margin-left: 5px;
}

.supplierLi,.addNewSupplier {
    display: table;
}
@media screen and (min-device-width:768px){
    .supplierLi,.addNewSupplier {
        width: 280px;
    }
}
.addNewSupplier .product_logo,.supplierLi .product_logo {
    display: table-cell;
    width: 25%;
    border:none;
}
.addNewSupplier .product_logo img , .supplierLi .product_logo img {
    border: 1px solid #ccc;
    display: inline-block;
    height: 60px;
    width: 60px;
    margin-right: 10px;
}
.addNewSupplier .product_label,.supplierLi .product_label {
    display: table-cell;
    width: 75%;
    position: initial;
    top:0px;
    vertical-align: top;
}
.addNewSupplier .product_label{
    vertical-align: middle;
}
/*#productCartTable{
    display:none;
}*/
.priceTable {
    table-layout: fixed;
}
.priceTable tr td {
    padding: 5px;
}
.discount_text {
    color: #9a9a9a;
    font-size: 12px;
    display:inherit;
}
#pdfList > table {
    margin: 15px 0;
}
#pdfList > table tr {
    height: 42px;
}
#pdfList td {
    padding: 0 6px;
}
.pdfverlabel, .pdfvertitle {
    font-weight: bold;
}
.modalFA{
    font-size:25px;
    margin-right: 10px;
}
.modalFA.fa-file-pdf-o, .modalFA.fa-file-word-o{
    color:red;
}
.modal-graph .modal-dialog{
    min-width: 650px;
}
#documents_attachment_view div {
    margin-bottom: 5px;
}
#cart_items .item_notes {
    min-width: 120px;
}
/*TEMPLATES PAGE DESIGN*/
.scrollable-modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.addbox, .addAgentFA{vertical-align: middle; cursor: pointer;}
.tax_group .input-group{width:150px;}
.bottomButtons {
    float: left;
}
.bottomButtons button {
    margin-right: 10px !important;
}
#preview{width:100%;height:100%;}
.CodeMirror {
    border: 1px solid #eee;
    margin:10px 0;
}
.priceTable td:last-child,.total_price{
    white-space: nowrap;
    text-align: right;
}

.CodeMirror-vscrollbar{
    margin-bottom: 20px;
}
.last_emailed, .last_approved, .complete_at, .last_marked, .payment_received, .last_emailed_billing,.marked_received_timestamp,.marked_paid_timestamp  {
    float: right;
    font-size: 12px;
    font-weight: bold;
    width:100%;
    margin-top:2px;
    text-align: right;
}
.last_emailed span, .last_approved span, .complete_at span , .last_marked span, .payment_received span {
    color: #555;
}


/*slick menu*/
.slicknav_menu {
    display:none;
}

@media screen and (max-width: 767px) {
    /* #menu is the original menu */

    .slicknav_menu {
        display:block;
    }
    .navbar-fixed-bottom, .navbar-fixed-top{position: relative;}
    body{padding-top: 0;}
    tbody#cart_items td.c_item {
        width: 40%;
    }
}
/*#toast-container.toast-center > div {
    width: 300px;
    margin: auto;
}*/
.toast-info {
    background-color: #245580!important;
}
.firstsetup{margin-top:15px;}
.float-right{float: right;}
.quoteTitle span:not(.status) {
    padding: 2px 5px;
}
.quoteTitle span.status {
    font-size: 24px;
}
.delPDFdisabled {
    color: #ccc;
    cursor: not-allowed;
}
.cap_init{text-transform: capitalize;}

.quoteTitleright{
    text-align: right;
}
@media screen and (max-width:768px){
    .table_container {
        max-width: 100%;
        overflow: auto;
    }
    .navbar-fixed-bottom {
        position:static;
    }
    div.dataTables_wrapper div.dataTables_filter label{
        text-align: center;
    }
    .quoteTitleright{
        text-align: center;
    }
    .quoteTitle{
        text-align: center;
    }
}
html {
    min-height: 100%;
    position: relative;
}
@media screen and (min-width: 768px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
    }
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.navbar-fixed-top {
    background-image: linear-gradient(to bottom,#57baff 0,#A8DBFF 100%);
}
.nav-tabs{
    font-weight: bold;
}
div.dataTables_wrapper div.dataTables_filter label{
    text-align: right;
}

@media screen and (max-width: 480px) {
    .hidemobile {
        display:none;
    }
    .btn-mobile{
        display: block;
        width: 90%;
        text-align: center;
    }
    .nav-tabs>li{
        float: none;
    }
    .nav>li>a{
        background-color: #FFFFFF;
    }
    .nav-tabs>li.active>a {
        background-color: #428bca;
        color: #FFFFFF;
    }
    .quoteTitle{
        text-align: center;
    }
    .showmobile{
        text-align: center;
    }
}
@media screen and (min-width: 480px) {
    .showmobile {
        display:none;  
    }
}
.roundedcorners {
    border-radius: 25px;
    border-width: 5px;
    border-style: groove;
    border-color: #57baff;
    background-color: white;
    padding: 20px;  
    margin: 20px;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.nav-group{
    margin-right: 0px;
}
.extended_radio_width{width:146px;}
.popover{z-index:1000;}
.popover.in:not(.iconpicker-popover) {
    width: max-content;
}
#incoming .popover {
    max-width: 375px !important;
}
#incoming .popover-content {
    overflow-y: scroll !important;
    max-height: 300px;
}

/*dashboard style*/

.huge {
    font-size: 40px;
}
.month-view {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.date-view {
    font-size: 51px;
    font-weight: bold;
    margin: 0 18px;
}
.currency-view {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
}
.date-view span {
    float: right;
    font-size: 22px;
    font-weight: normal;
    margin: 20px 6px;
}
.dashtable {
    width: 100%;
}
.dashtable .serial, .dashtable .sales, .dashtable .inventory {
    font-size: 38px;
    word-wrap: normal;
}
.inventory-head {
    float: right;
    font-weight: bold;
}
.dashtable .row:not(:first-child) {
    border-top: 1px solid #ccc;
}
.dashtable .inventory {
    text-align: right;
}
.btn-rental{
    background-image: linear-gradient(to bottom,#ff00f6,#650061 100%);
    color: #fff;
}
.btn-rental:hover{
    color:#fff;
}
.btn-backordered{
    background-image: linear-gradient(to bottom,mediumpurple,purple 100%);
    color: #fff;
}
.btn-backordered:hover{
    color:#fff;
}
@media (min-width: 850px) {
    #editProduct .modal-dialog{
        width:920px;
    }
}

.disabled{
    cursor: not-allowed;
}
#safetylockcart{
    float:right;
}
/*make autocomplete ui visible on modal*/
.ui-autocomplete {
    z-index: 999999;
    max-width:700px;
}
.product_adjustment_notes{
    width:100%;
}
a.open{
    color: #ff9922;
}
a.on.rental, a.en.route{
    color: #ff00f6;
}
a.approved, a.adjustment, a.repair-finished{
    color: #009933;
}
a.complete{
    color: #9e0039;
}
a.requestQuotes{
    color: #ff00f6;
}
a.invoiced, a.backordered, a.incomplete, a.pending{
    color: mediumpurple;
}
a.fulfillment, a.in-progress{
    color: #57baff;
}
a.allQuotes{
    color: black;
}
.lock-unlock-product {
    float: right;
    /*margin-right: 47px;*/
    margin-top: 21px;
    cursor: pointer;
}

table#table_all td[tabindex="0"] span.ItemIndex {
    position: relative;
    top: -9px;
    left: -3px;
}
table#table_all span.ItemIndexTH {
    visibility: hidden;
}

/*#editProductForm #accordion .panel-heading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}*/
#editProductForm #accordion .panel {
    border: 0 none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#editProductForm #accordion .panel-heading a{
    outline:none!important;
    text-decoration:none!important;
}
#editProductForm #accordion .panel-heading a .fa-plus,
#editProductForm #accordion .panel-heading .collapsed .fa-minus,
#produt_form #accordion .panel-heading .fa-plus,
#produt_form #accordion .panel-heading .collapsed .fa-minus,
#produt_form #accordion1 .panel-heading .fa-plus,
#produt_form #accordion1 .panel-heading .collapsed .fa-minus {
    display: none;
}
#produt_form #accordion .panel-heading .collapsed .fa-plus,
#produt_form #accordion1 .panel-heading .collapsed .fa-plus,
#editProductForm #accordion .panel-heading a.collapsed .fa-plus {
    display: inline-block;
}
#editProductForm #accordion .panel-heading a .fa {
    font-size: 10px;
    font-weight: normal;
    vertical-align: middle;
}
.right.btn-mobile {
    padding: 0 0 10px;
}
.variant_name_wrap{
    clear:both;
}

.sales_tabs_wraper table.dataTable {
    width: 100%!important;
}

/*.selectAddress button.dropdown-toggle, .btn.addAddressBtn {
    background: transparent;
    border-color: #0078bd; 
    padding: 6px 15px;
     margin-bottom: 20px; 
    color: #0078bd; 
}*/
.selectAddress{
    margin-bottom:25px;
}
.selectAddress .address_List {
    width: 280px;
    padding: 0;
    border: 1px solid #ddd; 
    border-radius: 4px; 
    -webkit-border-radius: 4px;
    position: absolute;
    -moz-border-radius: 4px;
    background: #fff;
    z-index: 1;
    top: 48px; 
}
.selectAddress .address_List li .btn {
    display: inline-block;
    float: right;
    width: 100%;
    clear: inherit;
    /*   background: transparent;
       border: 1px solid #d3dbe2; */
    max-width: 70px;
    /*   color: #0078bd; */
    padding: 4px 10px;
    box-shadow: none;
}
.selectAddress .address_List li p {
    width: 60%;
    float: left;
}
.selectAddress .address_List ul {
    list-style: none;
    padding: 0;
    max-height: 310px;
    overflow-y: auto;
    overflow-x: hidden;
}
.selectAddress .address_List li {
    padding: 20px;
    border-bottom:1px solid #ebeef0;
}
.selectAddress .address_List li:last-child{
    border-bottom:0px;
}
.selectAddress .address_List:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    border-width: 0 7px 9px 7px;
    border-style: none solid solid solid;
    border-color: transparent transparent #ddd transparent;
    left: 10%;
}
.modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.for_mob_only {
    display: none;
}

#hide_detail{
    display:none;
}
.demo { position: relative; }
.demo i {
    position: absolute; bottom: 10px; right: 24px; top: auto; cursor: pointer;
}
.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px;
}
.daterangepicker .daterangepicker_input {
    position: relative;
}
.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}
.daterangepicker {
    z-index: 10000;
}


/* responsive style */

@media (min-width: 1024px) {
    #table_sales_wrapper .left,
    #table_all_products_wrapper .left,
    #table_rental_wrapper .left {
        text-align: left;
        width: 75%;
    }
    .dataTables_wrapper .dataTables_filter#table_sales_filter,
    .dataTables_wrapper .dataTables_filter#table_all_products_filter,
    .dataTables_wrapper .dataTables_filter#table_rental_filter{
        float: left;
        text-align: left;
        width:100%;
    }
    div.dataTables_wrapper div.dataTables_filter#table_sales_filter label,
    div.dataTables_wrapper div.dataTables_filter#table_all_products_filter label,
    div.dataTables_wrapper div.dataTables_filter#table_rental_filter label {
        text-align: left;
        width: 100%;
    }
    #table_sales_filter input[type="search"], 
    #table_all_products_filter input[type="search"], 
    #table_rental_filter input[type="search"] {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    #table_sales_filter input[type="search"], 
    #table_all_products_filter input[type="search"], 
    #table_rental_filter input[type="search"] {
        width: 70%;
    }  
}

@media (max-width: 1199px) {
    .dashtable .serial, .dashtable .sales, .dashtable .inventory {
        font-size: 26px;
    }
    .dashtable .inventory {
        width: auto;
    }
    .dashtable td {
        padding: 2px;
    }
    .dashtable .product_title {
        margin-left: 8px;
    }
    .indexpage_inner .col-sm-12.panel {
        background: transparent;
    }
}

@media (max-width: 991px) {
    .indexpage_inner .month-view {
        font-size: 18px;
    }
    .navbar.navbar-default.navbar-fixed-bottom .row {
        margin: 0;
    }
}

@media (max-width: 1050px) {
    .right.btn-mobile {
        padding: 0 0 10px;
        text-align: center;
        width: 47%;
    }
    .navbar .right.btn-mobile button.btn {
        margin-right: 10px;
        margin-top: 7px;
    }
    .btn-group.btn-mobile{
        margin-right: 10px;
    }
    nav.navbar > .row > .left.hidemobile {
        text-align: center;
        width: 100%;
    }
    .navbar .btn-group.btn-mobile button.btn {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .indexpage_inner .date-view{
        text-align:center;
    }
    .indexpage_inner .date-view span {
        display: inline-block;
        float: none;
        margin: -5px 0 0 10px;
        vertical-align: middle;
    }
}

@media (max-width: 480px) {
    .right.btn-mobile {
        float: none;
        margin: 0 auto;
        max-width: 60%;
    }
    .company_logo {
        float: none!important;
        margin: 9px auto!important;
    }
    nav.navbar.navbar-fixed-top .row {
        margin: 0;
    }
    .navbar .right.btn-mobile button.btn {
        float: none;
        margin: 7px auto 0;
        max-width: 100%;
        width: 100%!important;
    }
    .btn-group.btn-mobile {
        display: block;
        text-align: center;
        width: 100%;
        margin-right:0px;
    }
    .navbar .right.btn-mobile .btn-group button.btn {
        box-sizing: border-box;
        float: left;
        width: 33.3%;
    }
    nav.navbar .right.btn-mobile > a > button.btn,
    nav.navbar .right.btn-mobile > button.inventoryAdjustment {
        float: left;
        line-height: 15px;
        margin-right: 2%;
        padding: 6px 9%;
        white-space: normal;
        width: 49%;
    }
    nav.navbar .right.btn-mobile > a:nth-child(2n+2) button.btn,
    nav.navbar .right.btn-mobile > button.inventoryAdjustment {
        margin-right: 0;
    }
    .right.btn-mobile::after,
    .btn-group.btn-mobile:after,
    .btn-group.btn-mobile:before {
        clear: both;
        content: "";
        display: table;
    }


    /* 27 june */
    table#productCartTable, 
    table#productCartTable tbody, 
    table#productCartTable tr, 
    table#productCartTable thead, 
    table#productCartTable thead tr,
    #pdfList table.table, 
    #pdfList table.table tbody, 
    #pdfList table.table tr, 
    #pdfList table.table thead, 
    #pdfList table.table thead tr,
    #pdfList table.table tr td  {
        display: block;
        width: 100%;
        height:auto;
    }
    table#productCartTable tbody {
        clear: both;
    }
    table#productCartTable tr td:first-child {
        display: block;
        min-height: 26px;
        position: relative;
        width: 100%;
    }
    table#productCartTable tr td.c_item .product_logo {
        height: 40px;
        left: 5px;
        position: absolute;
        width: 40px;
    }
    table#productCartTable tr td.c_item .product_title {
        margin: 0;
        padding-left: 50px;
        width: 100%;
    }

    table#productCartTable tr th.empty,
    table#productCartTable tr th.c_item_stock,
    table#productCartTable tr th.c_item_total,
    table#productCartTable thead,
    .quoteTitle h2 + span{
        display: none;
    }
    table#productCartTable tr td,
    table#productCartTable tr th,
    #pdfList table.table tr td {
        clear: initial;
        display: inline-block;
        font-size: 13px;
        padding: 8px 5px;
    }
    table#productCartTable tr td.c_item_multiply, 
    table#productCartTable tr td.c_remove-item {
        padding: 30px 5px 0;
        text-align: right;
    }
    table#productCartTable tr td.c_item_total {
        padding: 14px 0;
    }
    table#productCartTable tr th.c_item_price {
        float: right;
        text-align: right;
    }
    table#productCartTable tbody tr::after, table#productCartTable tbody tr::before {
        clear: both;
        content: "";
        display: table;
    }
    table#productCartTable tbody tr {
        border-bottom: 1px solid #dddddd;
    }
    table#productCartTable tbody tr:last-child {
        border-bottom: 0 none;
    }
    .quoteTitle h2 {
        font-size: 18px;
    }
    table#productCartTable tr td.total_price {
        padding: 15px 5px;
    }
    .for_mob_only {
        display: inline-block;
    }
    table#productCartTable tr td {
        padding: 8px;
        width: auto !important;
    }
    table#productCartTable tr td input.form-control[type="number"],
    table#productCartTable tr td.c_item_stock input.form-control {
        max-width: 49px;
        padding: 6px 5px;
        font-size: 13px;
    }
    table#productCartTable tr td.c_item_ship {
        width: 140px !important;
    }
    table#productCartTable tr td.c_btn_group {
        width: 115px !important;
    }
    table#productCartTable tr td.c_btn_group button{
        margin-bottom:5px;
    }
    .table_container {
        width: 100%;
    }
    #packingSlipDiv .contentLeft strong {
        display: block;
        margin-bottom: 8px;
    }
    #packingSlipDiv .contentLeft button {
        display: block;
        float: none;
    }   
    .quoteTitle h2 span.fulfillment {
        display: inline-block;
        margin-bottom: 8px;
        margin-right:5px;
    }

    #pdfList table.table tr td{
        width:auto;
    }
    #pdfList table.table tr td.pdfverlabel {
        width: 30%;
    }
    #pdfList table.table tr td.pdfdatelabel {
        width: 67%;
    }
    #pdfList table.table tr td .btn {
        font-size: 13px;
    }
    .create_pdf, .create_pdf button {
        font-size: 13px;
    }
    .create_pdf .contentRight .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 50%;
    }
    .create_pdf .contentRight {
        float: left;
        text-align: left;
        width: 100%;
    }
    #pdfList > table {
        border: 0 none;
    }
    #pdfList > table tr {
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }
    #pdfList > table tr:last-child {
        border-bottom: 0px;
    }
    .indexpage_inner .date-view {
        font-size: 48px;
        text-align: center;
    }
    .indexpage_inner .currency-view {
        font-size: 40px;
    }
    .dashtable .serial, .dashtable .sales, .dashtable .inventory {
        font-size: 20px;
    }
    .indexpage_inner .inventory-head {
        float: none;
        margin-left:5px;
    }
    .navbar.navbar-default.navbar-fixed-top {
        margin-bottom: 10px;
    }
}

@media (max-width: 375px) {
    nav.navbar .right.btn-mobile > a > button.btn,
    nav.navbar .right.btn-mobile > button.inventoryAdjustment {
        padding: 6px 5%;
    }
    #pdfList table.table tr td .btn {
        padding: 5px;
    }
    .create_pdf .contentRight .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
        margin-bottom:10px;
    }
    .indexpage_inner .date-view span {
        font-size: 20px;
    }
    .indexpage_inner .date-view {
        font-size: 40px;
        margin: 0 5px;
    }
    .indexpage_inner .panel-body {
        padding: 8px;
    }
    .dashtable .serial, .dashtable .sales, .dashtable .inventory {
        font-size: 16px;
    }
    .product_logo {
        height: 45px;
        width: 45px;
    }
    .dashtable .product_title {
        margin-left: 2px;
    }
    .indexpage_inner .inventory-head {
        display: block;
    }
    .indexpage_inner .currency-view {
        font-size: 36px;
    }
    .indexpage .main .page-header small {
        display: block;
    }
}

/* 9th July. 2016 */

#cart_items .product_title a, #cart_items .product_title {
/*    word-wrap: break-word;*/
    /*word-break: break-all;*/
/*      white-space: pre-wrap;        css-3 
      white-space: -moz-pre-wrap;   Mozilla, since 1999 
      white-space: -pre-wrap;       Opera 4-6 
      white-space: -o-pre-wrap;     Opera 7 */
      word-wrap: break-word;       /* Internet Explorer 5.5+ */
      width: 120px;
}
/*.product_title a {
width: 100px;
display: block;
}*/
tbody#cart_items td.c_item {
    width: 32%;
}

/*tbody#cart_items .product_title {
width: 98px;
}*/
/*#cart_items .product_title br {
height: 1px;
display: none;
}*/

table#productCartTable tr {
    vertical-align: top !important;
    display: table-row;
}
#productCartTable td.c_item span, #productCartTable td.c_item div, #productCartTable_1 td.c_item div {
    float: left;
    margin: 0 1px;
}
table#productCartTable .product_title br {
    display: block;
    height: 1px;
    content: " ";
    line-height: 1px;
    margin: 0;
    padding: 0;
}
table#productCartTable .for_mob_only {
    font-size: 11px;
}
/*table#productCartTable .stock_qty {
    width: 50px;
}*/
table#productCartTable .product_title > a {
    line-height: 16px;
}
@media screen and (max-width: 480px) {

    #productCartTable .cart_item {
        margin: 0 !important;
    }
    #productCartTable td.c_item span.CartItemsCount {
        display: block !important;
    }

    #productCartTable tr.cart_item {
        position: relative;
    }

    #productCartTable td.c_remove-item, #productCartTable td:last-child {
        line-height: 20px;
        margin: 0;
        padding: 0 !important;
        position: absolute;
        right: 11px;
        top: 5px;
    }

    table#productCartTable tr td.c_item .product_logo {
        display: block;
        height: 40px;
        left: 0;
        margin-left: 5px;
        position: static;
        width: 40px;
    }

    table#productCartTable tr td.c_item .product_title {
        margin: 0;
        padding-left: 7px;
        width: 68%;
    }

    table#productCartTable tr td.c_item .product_title a {
        display: block;
        width: 100%;
    }

    table#productCartTable td.total_price {
        float: right;
        margin-right: 11px;
    }
    table#productCartTable td.c_item::after {
        clear: both;
        content: "";
        display: block;
    }

    table#productCartTable td.c_item_multiply {
        display: none !important;
    }

    table#productCartTable .item_price_td span.item_price a h6, table#productCartTable .c_item_stock div.view_stock h6 a {
        font-size: 10px;
    }
    table#productCartTable tr td {
        padding: 8px 4px;
        width: auto !important;
    }
    table#productCartTable tr {

        display:block;
    }
    table#productCartTable .product_type_header {
        padding: 0 5px !important;
        right: 0;
        top: 0;
    }

}
.company_logo{
    margin-left: 15px;
    vertical-align: middle;
    float: left;
    width: 50%;
}
.deleteCron{
    cursor:pointer;
}
#email_reports i.fa,#email_reports_inventory i.fa{
    cursor:pointer;
}
/*/////////////////////////////////////////////////////////////////*/
/*  SIDE BAR COLLAPSE MENU   */
#sidebar {
    max-width: auto;
    width:280px;
}
#sidebar ul{
    background-color: #32373d;
}



.sidebar-collapsed #sidebar {
    -ms-overflow-style: none;  
    overflow: -moz-scrollbars-none; 
}

.sidebar-collapsed #sidebar::-webkit-scrollbar {
    display: none; 
}

.sidebar{
    background-color: #32373d;
}

#sidebar[aria-expanded="true"]{
    margin-top: 10px;
    padding: 0;
    background-color: inherit;
    width:70px;
}
#sidebar[aria-expanded="true"] {
    scrollbar-width: none;
}
#sidebar[aria-expanded="true"] ul {
    width: 70px;
    padding: 20px 10px;
    border-right: 1px solid #eee;
}
#sidebar[aria-expanded="false"]{
    max-width: 270px;
    background-color: #32373d;
    border-right: 1px solid #eee;
}

div.sidebar9 ul li a span.expanded-element{display: none;}
div.sidebar9-menu-collapsed {
}
div.sidebar9-menu-expanded {
    width: 270px; }
div.sidebar9 { 
    position: fixed;
    top: -20px;
    left: 0px;
    height: 100%;
    color: white;
    padding: 20px 10px; 
}
div.sidebar9 a#justify-icon {
    border-top: 1px solid #fff;
    bottom: 50px;
    color: white;
    font-size: 20px;
    font-style: normal;
    outline: 0 none;
    padding: 4px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    background: rgb(153, 153, 153) none repeat scroll 0% 0%; 
    font-weight: bold;
}
div.sidebar9 ul {
    margin: 0;
    padding: 0;
    margin-top: 60px; 
}    
.sidebar-collapsed .help-block .btn-block {
    font-size: 6px;
    margin-bottom: 10px;
}
.sidebar-collapsed.c-sidebar .expanded-element {
    display: none;
}
.sidebar-collapsed i{
    float:none !important;
}

.c-sidebar div.sidebar9 ul li a span.expanded-element {
    display: block;
    margin-left: 25px;
}
.sidebar-collapsed div.sidebar9 ul li a span.expanded-element {
    display: none;
}
.c-sidebar div.sidebar9 ul li a span.collapsed-element {
    display: none;
}
.sidebar-collapsed div.sidebar9 ul li a span.collapsed-element{
    display: block;
}
.c-sidebar.sidebar-collapsed #sidebar {
    display: block;
}
.c-sidebar .col-sm-9.col-sm-offset-3.col-md-11.col-md-offset-1.main,
.c-sidebar .col-sm-9.col-sm-offset-3.col-md-10.col-md-offset-2.main {
    display: block;
    margin-left: 90px;
    width: 94%;
}
.sidebar-collapsed.c-sidebar .col-sm-9.col-sm-offset-3.col-md-10.col-md-offset-2.main,
.sidebar-collapsed.c-sidebar .col-sm-9.col-sm-offset-3.col-md-11.col-md-offset-1.main {
    margin-left: 70px;
    width: 94%;
}

/* SIDEBAR ICONS */
li.active a .i-sidebar {
    color: #fff;
}
.i-sidebar {
    color: #428bca;
}
.nav-sidebar > .i-sidebar > a:hover {
    color: #23527c;
}    

/* SIDEBAR Tooltips */
a.tooltips{
    color:  #eee;
}
a.tooltips:hover{
    color:  #337ab7;
}
a.tooltips span.toolt {
    display: none;
}
a.tooltips {
    position: relative;
    display: inline;
}
.sidebar-collapsed a.tooltips span {
    position: absolute;
    width:204px;
    color: #FFFFFF;
    background: #000000;
    height: 33px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    display:block;
}
a.tooltips span.toolt::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -8px;
    width: 0; height: 0;
    border-right: 8px solid #000000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;      
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

.sidebar-collapsed a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    left: 100%;
    top: 50%;
    margin-left: 19px;
    margin-top: -14px;
    z-index: 999;
}
.c-sidebar a.tooltips span::after {
    border-left: medium none;
    border-right: medium none;
}

/*  MOBILE SCREEN */
@media screen and (min-width:180px) and (max-width:767px) {
    #sidebar{display: none !important;}
    .c-sidebar .col-sm-9.col-sm-offset-3.col-md-11.col-md-offset-1.main {
        display: block;
        margin-left: 0px !important;
        width: 100% !important;
    }
    .c-sidebar .col-sm-9.col-sm-offset-3.col-md-10.col-md-offset-2.main{
        margin-left: 0px !important;
        width: 100% !important;
    }
    a.tooltips span.toolt {
        display: none;
    }
    a.tooltips {
        display: inherit !important;
    }
    a.tooltips:hover span{
        margin-left: 0px !important;
    }
}

/* SIDEBAR SMALL SCREEN */
@media screen and (min-width:768px) and (max-width:1050px) {
    .c-sidebar .col-sm-9.col-sm-offset-3.col-md-11.col-md-offset-1.main {
        display: block;
        margin-left: 90px;
        width: 92%;
        top: 30px!important;  
    }
    div.sidebar9{
        top: 30px;  
    }
    .col-sm-9.col-sm-offset-3.col-md-10.col-md-offset-2.main {
        top: 30px!important;
    }
}
/* Small Screen */
/*
@media screen and (min-width:768px) and (max-width:1200px) {
  .sidebar-collapsed #sidebar {
  display: block;
  top: 40px !important;
  width: 70px !important;
}
  div.sidebar9-menu-collapsed {
      top: 30px !important;
      width: 70px;
  }
  div.sidebar9 a#justify-icon{
      padding: 2px 16px;
      position: relative;
      top: 20px;
  }
  div.sidebar9-menu-expanded {
      width: 240px;
      top:44px !important;
  }
  .c-sidebar div.sidebar9 ul li a span.expanded-element {
      display: none !important;
  }
  .sidebar-collapsed #sidebar {
  display: block;
  width: 70px !important;
  /*top: 0 !important;*//*
  }
  .sidebar-collapsed.c-sidebar .col-sm-9.col-sm-offset-3.col-md-10.col-md-offset-2.main {
  margin-left: 240px !important;
      width: 100%;
  }
  .expanded-element .help-block {
      display: none;
  }
  a.tooltips {
      display: flex !important;
  }
  div.sidebar9-menu-collapsed {
      top: 30px !important;
      width: 70px !important;
}
.clearer{display: none;}
}
*/
/* Medium Screen */
/*
@media screen and (min-width:995px) and (max-width:1200px) {
  a.tooltips:hover span {
  left: 100%;
  margin-left: 19px;
  margin-top: -14px;
  opacity: 0.8;
  top: 50%;
  visibility: visible;
  z-index: 999;
  }
a.tooltips span {
  background: #000000 none repeat scroll 0 0;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  height: 33px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 204px;
}
  div.sidebar9-menu-expanded {
      width: 220px;
      top:44px !important;
  }
  .c-sidebar div.sidebar9 ul li a span.expanded-element {
      display: none !important;
  }
  .sidebar-collapsed #sidebar {
  display: block;
  width: 70px !important;
  top: 0 !important;
  }
  .sidebar-collapsed.c-sidebar .col-sm-9.col-sm-offset-3.col-md-10.col-md-offset-2.main {
  margin-left: 10% !important;
  width: 90%;
  }
  .expanded-element .help-block {
      display: none;
  }
  a.tooltips {
      display: flex !important;
  }
  div.sidebar9-menu-collapsed {
      top: 30px !important;
      width: 70px !important;
  }
  clearer{
      display: none;
  }  
  .sidebar-collapsed.c-sidebar .col-sm-9.col-sm-offset-3.col-md-10.col-md-offset-2.main {
  margin-left: 10% !important;
  width: 90%;
  }
  .expanded-element .help-block {
      display: none;
  }
  a.tooltips {
      display: flex !important;
  }
  div.sidebar9-menu-collapsed {
      top: 30px !important;
      width: 70px !important;
  }
  .clearer{display: none;}
    div.sidebar9-menu-collapsed {
      top: 40px !important;
      width: 70px;
  }
  div.sidebar9 a#justify-icon{
      padding: 2px 16px;
      position: relative;
      top: 20px;
  }
  div.sidebar9-menu-expanded {
      width: 26.66%;
      top:44px !important;
  }
}
*/

/*Release Notes*/

rn_heading {
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
}
rn_section{
    font-style: italic;
}


/*Inventory Snapshot Calender*/

.inventorySnapshotsCalender {
    margin: 20px auto;
    max-width: 750px;
}

/*Product page datatables*/
/*.product_page_table {
    background-color: #f9f9f9 !important;
}
#allProducts .table-striped > tbody > tr:nth-of-type(2n+1) , #salesProducts .table-striped > tbody > tr:nth-of-type(2n+1) , #rentalProducts .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}
#allProducts table.dataTable tbody tr, #salesProducts table.dataTable tbody tr, #rentalProducts table.dataTable tbody tr {
    background-color: #ffffff;  
}*/
.product_variant{
    padding:8px 50px !important;
}

.bold{
    font-weight: bold;
}
.backorderedItems{
    font-size: 12px;
}
span.backorderedQty{
    background-color: #00ff55;
    border-radius: 5px;
    color: #000;
    padding: 2px 5px;
    font-weight: bold;
}
span.drop{
    background-color: #9e0039;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    white-space:nowrap;
}
.quote_request_info i{
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}
.dropdown-menu.open .dropdown-menu.inner{
    max-height: 270px !important;
}
.deleteshippingbox{cursor: pointer;}
.removeshippingbox{cursor: pointer;}
.addshippingbox label{cursor: pointer;}
.addshippingbox i{vertical-align:middle;}


.btn-dropdown{
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
    min-height: 120px;
    padding: 0 15px;
    width: 100%;
    overflow:hidden;
}
.contact_list , .address_list{ width:100%; }
.contact_list ul, .address_list ul{
    list-style: outside none none; 
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
#billing_address, #shipping_address{ padding-top:15px; }

.pd-rt-0 {padding-right:0;}
.pd-lt-0 {padding-left:0;}

#packingList table tr td{ padding:5px 5px 0; }
/* local product css by dev_p */
.variants-box{
    height: 60px;
}
.variant-label{
    height: 35px;
}
.rem-padding{
    padding: 0px;
}
.variant-panel span.fa-trash{
    font-size: 20px;
}


@media only screen and (max-width: 1100px) {
    .shipping_main_pop .shippingRadios, .shipping_main_pop .shippingServiceRadios{ width:100%; }
}
.qb_customer .company_discount{
    clear: both;
    color: #888787;
    font-size: large;
}
.qb_customer .company_discount div:last-child {
    font-size: 14px;
}
.rental_price.form-control{
    width:70px;
}
.reportcustomerDetails .product_label{
    margin-left:15px;
    top:0;
}
#orderNumberDiv, #checkNumberDiv,#transactionNumberDiv{
    margin-top:30px;
}
#MakeApprovalPDFdiv, #MakeInvoicePDFdiv, #invoicePdfList{
    margin-top:15px;
}
hr.separator{ border: 1px solid; width: 100%;clear: both; }
.damaged_label{display: inline-block; line-height: 3.5;font-weight:bold;}
.damaged_price_div{display: inline-block;}
.invPdfListTbl tr{ border-bottom:3px solid gray;}
.apprvPdfListTbl tr{ border-bottom:3px solid gray;}


/* processing text div for datatable ajax tabs */
.dataTables_wrapper .dataTables_processing{
    height:120px;
}

table.dataTable td, table.dataTable th {
    text-align: center;
}
.partialBtnGrp button { border:1px solid grey; }
/* The switch - the box around the slider */
#adjustmentModal .togCustom .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 25px;
    top:15px;
}

/* Hide default HTML checkbox */
#adjustmentModal .togCustom .switch input {display:none;}

/* The slider */
#adjustmentModal .togCustom .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

#adjustmentModal .togCustom .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#adjustmentModal .togCustom input:checked + .slider {
    background-color: #2196F3;
}

#adjustmentModal .togCustom input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

#adjustmentModal .togCustom input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
#adjustmentModal .togCustom .slider.round {
    border-radius: 34px;
}

#adjustmentModal .togCustom .slider.round:before {
    border-radius: 50%;
}
#adjustmentModal .product_qty_adjustment{
    width:100%;
}
#adjustmentModal  .modal-dialog{
    width: 770px;
}
#adjustmentModal .togCustom>span{
    display: inherit;
    padding:4px;
}
#convertProductModal table{
    text-align: center;
}
#convertProductModal table tr td {
    border-left: 2px solid;
}
.subscribePlanModal .row {
    padding: 7px;
}
.subscribePlanModal .selectinput {
    margin: 0px;
    width: 116px;
    padding: 0px;
}
.subscribePlanModal .expiredate{
    margin: 0px;
    padding:0px;
}
span.Urgent{
    background-color: #e80000;
}
.bqa_overlay > span {
    -webkit-text-stroke: 2px white;
    -webkit-text-stroke-width: 2px;
    font-size: 38px;
    font-weight: bold; 
}
.bqa_overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    display: inline-block;
    width: 50px;
    margin: 5px 0 5px 10px;
    text-align: center;
}
.return_serial_radio {margin-bottom: 4px !important;}
.serial_number_sales {
    margin-bottom: 10px;
    float: right;
    width:12em;
}
.serial_number_count {
    vertical-align: middle;
    padding: 7px 0;
    font-weight: bold;
    text-align:right;
}
.sr_error, .sr_action {
    height: 35px;
    font-weight: bold;
    width: 12em;
    margin-bottom: 9.3px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}
.sr_error{
    color:red;
    line-height: 1.12857143;
}
.error_row{
    color: red;
    text-align: center;
}
.sr_actions {
    margin-top: 23px;
}
.fulfilledqty {
    margin-bottom: 10px;
}
.serial_error{
    border: 1px solid red;
}
.sr_errors{
    padding: 3px 0 0 0;
}

.sn-icon{ 
    background: yellowgreen; 
    color: white; 
    padding: 2px; 
    display: inline-block; 
    font-size: inherit; 
    font-weight: 700; 
    border-radius: 5px; 
}
.movement .sr_error,.adjustment .sr_error,.sales .sr_error, .rental .sr_error {
    min-height: unset;
    width: unset;
    margin-bottom: 10px;
    height:auto;
}
.movement .serial_number_sales,.adjustment .serial_number_sales,.sales .serial_number_sales, .rental .serial_number_sales{
    margin-bottom: unset;
}
td.p_sns {
    width: 30%;
    text-align: center;
}
.p_sns p {
    display: inline-block;
    padding: 0 5px 0 0px;
}
.srno_sr{
    background: unset;
    border: unset;
    padding: 10px 5px 0px 0px;
    vertical-align: top;
}
label.sr_ttle{
    width: 100%;
    text-align: center;
}
/*FIX INVENTORY ORDER TABLE*/
table.receive_inventory_table tr th:not(first-child),table.receive_inventory_table tr tr td {
    width: 14%!important;
}

.qtype{
    text-transform: uppercase;
    font-size: 12px;
}
#serial_table .pdata{
    width: 30%;
}
.bqa_overlay > img {
    width: 57px;
}
.product_bundle_title {
    font-weight: lighter;
}
.product_bundles {
    padding: 0 0 0 15px;
}
.bundle_chk {
    padding-left: 10px;
}

.filter_products {
    border: 1px solid;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    text-align: center;
}
.ellipsis {
    position: relative;
}
.ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
}
.ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#table_emailLog td, #table_emailLog th {
    border: 1px solid #d4d4d4;
    padding: 3px;
    cursor: pointer
}

#email_details tr td:first-child {
    width: 80px;
    text-transform: capitalize;
    font-weight: bold;
}
#email_details td {
    border: 1px solid #d4d4d4;
    padding: 5px;    
}
.emaillog_title {
    font-weight: bold;
    text-transform: capitalize;
}
p.ellipsis {
    margin-bottom: 3px;
}
.email_type .type {
    font-size: 12px;
    padding: 5px !important;
}
.email_type {
    text-align: center;
}
span.other{
    background-color: #FFA500;
}
#table_emailLog thead th{
    text-align: center;
}
.pointer{
    cursor: pointer;
}


.lock_billing{
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
}
.lock_billing .lockbilling {
    vertical-align: sub;
}
.set_default .lock_billing{
    display: none;
}
#pop_service, #pop_provider {
    text-transform: capitalize;
}
.coi {
    padding         :   5px 0 0px 0;
}
#coi_list .coi > div {
    display         :   inline-block;
    vertical-align  :   text-top;
}
.coi_name {
    width           :   60%;
}
.coi_del {
    width           :   10%;
}

/*dokuwiki search full width*/
#dokuwiki__header .navbar-right {
    width: 100%;
}
/*dokuwiki search full width*/
.margin_8 {
    margin: 8px 0 0 0;	
}
.ld_serials .sr_error {
    width           :   100%;		
    padding-left    :   10px;		
}		
.ld_serials .sr_action input {		
    vertical-align  :   sub;		
    margin-right    :   3px;		
}		
.ld_serials td div {		
    margin-top      :   5px;		
    margin-bottom   :   5px;		
}		
.input-sno {		
    float: left;		
    width: 10%;		
}		
.serial_number_ld {		
    width: 90%;		
}
.ld_damages_serial .return_lost_table td {
    vertical-align: top;	
}
.receiving_container input {
    min-width: 100px;
    max-width: 100%;
}
.receiving_container {
    width: 100%;
}
.autosentdiv .row{
    padding: 12px;
}
.sModalul{
    list-style: none;
    display: inline-block;
    width: 100%;
}
.sModalul li{
    display: inline-block;
    text-align: center;
    vertical-align: middle;

    float: left;
    width: 50%;
}
.clistDrop li{ 
    margin-left: 13px;
    padding: 1px;
    text-align: center;
    vertical-align: middle !important;

}
.hiatus_week_row .add_new_hiatus_week,.hiatus_week_row .remove_new_hiatus_week{
    display:none;
}
.hiatus_week_row:last-child .add_new_hiatus_week,.hiatus_week_row:last-child .remove_new_hiatus_week{
    display:block;
}
#collapseHaitusWeeks .hiatus_week_row:first-of-type .remove_new_hiatus_week{
    display:none!important;
}
.charge_fee_text{font-style:italic;}


.existing_product_variant input {
    border: none;
}

.existing_product_variant.editable input.editing {
    border: 1px solid;
}

.existing_product_variant input[type="number"]::-webkit-outer-spin-button,.existing_product_variant input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.existing_product_variant input[disabled='disabled']{
    background-color: white;
}


.warranty_btn.under_warranty {
    background-color    :   #439943;
}
.warranty_btn.not_under_warranty {
    background-color    :   #41A7E1;
}
.warranty_btn {
    padding             :   5px 5px 5px 5px;
    text-align          :   center;
    border-radius       :   10px;
    font-weight         :   bold;
    cursor              :   pointer;
    margin-top          :   0 !important; 
}
.repair_damaged_td {
    vertical-align      :   top;
    padding-top         :   20px !important;
}

.sn_damage_charges > tr.damaged_part > .grand_total{
    opacity:0;
}

.sn_damage_charges > tr.damaged_part:first-child > .grand_total{
    opacity:1;
}

.return_damaged_table tr[type=damaged]:nth-child(2n),.return_damaged_table tr[type=damaged]:nth-child(2n)+tr,.return_damaged_table tr[type=damaged]:nth-child(2n)+tr+tr {
    background-color: #e3e3e3;
}

.return_damaged_table {
    width: 100%;
}

.odd-row td, .even-row td {
    padding: 10px !important;
}
.even-row{
    background-color: #e7e7e7;
}
.quickLoginLink {
    color: black;
}

.pinlogin-field_after {
    width: 10px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    vertical-align: middle;
    margin: 0 10px;
}
.serial-popover-content button{
    display:inline-block;
    margin-right: 10px;
}
.serial-popover-content{
    min-width: 317px !important;
}
.c_item_fullfill .popover,.sr_table .popover{
    max-width: 450px;
}

.borderShape{
    border-radius: 8px;
    border: 2px solid black;
    padding: 1px;
    width: 65px;
    display: inline-block;
    font-size:10px;

}
.companyType
{
    display:block;
    text-align: center;
}
.companyIcon
{

    color: black;
    padding: 5px 0 10px 0;
    display: block;
    letter-spacing: 1px;
    text-align: center;

}
.serial_number_text {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;

}

#createNewDemoOrder .modal-dialog {
    min-width: 700px !important;
}
#supplier_invoice{
    margin-top: 9px;
}

.invoice_grey_bg{
    background-color:#DCDCDC 
}
.invoice_white_bg{ 
    background-color:white 
} 
#viewOrdersModal {
    z-index: 1051;
}

.mainImages_header{
    border-bottom   :   1px solid gray;
    margin-bottom   :   10px;
}

.img_up_actions {
    text-align      :   right;
}
.img_up_actions .upload_input {
    display         :   inline-block;
}
.sn-collapse{
    max-height      :   400px; 
}
.enjoy_hint_label{
    font-size: 30px !important;
}
.enjoyhint_skip_btn{
    bottom: 118px !important;
    right: 66px !important;
    width:235px !important;
    height: auto !important;
}
.enjoyhint_next_btn {
    color: white;
    background-color: rgb(30,205,151);
}

.dialog-hidden{
    display:none;
}
.ui-dialog .dialog-hidden{
    display:block;
}


.store-confimation.table > tbody > tr > td, .store-confimation.table > tbody > tr > th, .store-confimation.table > tfoot > tr > td, .store-confimation.table > tfoot > tr > th, .store-confimation.table > thead > tr > td, .store-confimation.table > thead > tr > th{
    border-top: 0;
}

/*navbar font style */
.navbar-brand{
    font-family: "Baumans";
    color:white;
}

/* zoom-crop image feature */
.dropzoneDiv{
    cursor              :   pointer;
    background          :   white none repeat scroll 0 0;
    border              :   2px dashed #0087f7;
    border-radius       :   5px;
    min-height          :   150px;
    padding             :   50px;
    text-align          :   center;
}
.my__div.has-advanced-upload {
    text-align          :   center;
}
.my__div.has-advanced-upload {
    outline             :   2px dashed #92b0b3;
    outline-offset      :   -10px;
    -webkit-transition  :   outline-offset .15s ease-in-out, background-color .15s linear;
    transition          :   outline-offset .15s ease-in-out, background-color .15s linear;
}
.my__div {
    font-size           :   1.25rem;
    background-color    :   #c8dadf;
    position            :   relative;
    padding             :   100px 20px;
    text-align          :   center;
}
.my__div input[type="file"] {
    background          :   white none repeat scroll 0 0;
    cursor              :   inherit;
    display             :   block;
    font-size           :   100px;
    height              :   100%;
    min-width           :   100%;
    opacity             :   0;
    outline             :   medium none;
    position            :   absolute;
    right               :   0;
    text-align          :   right;
    top                 :   0;
    width               :   100%;
}
#storeLogo_thumb_img {
    margin-bottom       :   10px;
    border              :   2px dashed;
    border-radius       :   20px;
}
.storeLogoBtn {
    padding             :   5px;
    color               :   #FFFFFF;
    border-radius       :   5px;
    font-weight         :   bold; 
}
.storeLogoBtn i{
    padding-right       :   3px; 
}
#editLogo {
  float                 :   left;
  margin-left           :   15px;
}
#delLogoSettings {
  margin-right          :   15px;
}

.CartItemsCount {
    font-size       :   18px;
    position        :   relative;
}

.addToBundle {
    position        :   absolute;
    top             :   38px;
    left            :   -3px; 
    border          :   1px solid;
    padding         :   0 2px 0 2px;
    cursor          :   pointer;
}

.bundle_item .addToBundle {
    position        :   relative;
    background      :   gray;
    font-weight     :   bold;
    color           :   #fff;
    cursor          :   pointer;
}
.bof_actions {
    display         :   inline-block;
    position        :   relative;
}

#productCartTable.sortable .bundle_item .bof_actions .addToBundle,
#productCartTable_1.sortable .bundle_item .bof_actions .addToBundle{
    left            :   10px; 
}

#productCartTable .cart_item .sortIcons, #productCartTable .cart_item .sort_Items,
#productCartTable_1 .cart_item .sortIcons, #productCartTable_1 .cart_item .sort_Items{
    display         :   none; 
}

#productCartTable.sortable .bof_actions .sortIcons,
#productCartTable_1.sortable .bof_actions .sortIcons{
    position        :   relative;
    left            :   -5px; 
    display         :   inline; 
}

#productCartTable.sortable .sort_Items,
#productCartTable_1.sortable .sort_Items {
    padding-top     :   10px;
    padding-right   :   0;
}

.reorderItem{
    cursor          :   pointer;  
}

#productCartTable tbody.cart_items:first-of-type .parent_item .addToBundle,
#productCartTable_1 tbody.cart_items:first-of-type .parent_item .addToBundle {
    display         :   none; 
}

#productCartTable_1.sortable.bof_enabled .bundle_item .bof_actions .sortIcons {  
  position          :   absolute;  
  left              :   0;
}
#productCartTable_1.sortable .bundle_item .bof_actions .addToBundle {
  position          :   relative;
  left              :   0 !important;
}

#productCartTable.table-striped > tbody tr, 
#productCartTable_1.table-striped > tbody tr { 
    background-color:   #fff !important;
}
#productCartTable.table-striped > tbody:nth-of-type(2n+1) tr, 
#productCartTable_1.table-striped > tbody:nth-of-type(2n+1) tr, 
.invPdfListTbl > tbody:nth-of-type(2n+1) tr{ 
    background-color:   #f9f9f9 !important; 
}
#productCartTable.table > tbody + tbody,
#productCartTable_1.table > tbody + tbody {
    border-top      :   unset;   
}
#productCartTable.sortable,
#productCartTable_1.sortable {
    overflow        :   hidden;
} 
#productCartTable_1 .bundle_item td.empty_td {
    width           :   20%;
}
/* zoom-crop image feature */
.dropzoneDiv{
    cursor              :   pointer;
    background          :   white none repeat scroll 0 0;
    border              :   2px dashed #0087f7;
    border-radius       :   5px;
    min-height          :   150px;
    padding             :   50px;
    text-align          :   center;  
}
.my__div.has-advanced-upload {
    text-align          :   center;
}
.my__div.has-advanced-upload {
    outline             :   2px dashed #92b0b3;
    outline-offset      :   -10px;
    -webkit-transition  :   outline-offset .15s ease-in-out, background-color .15s linear;
    transition          :   outline-offset .15s ease-in-out, background-color .15s linear;
}
.my__div {
    font-size           :   1.25rem;
    background-color    :   #c8dadf;
    position            :   relative;
    padding             :   100px 20px;
    text-align          :   center;
}
.my__div input[type="file"] {
    background          :   white none repeat scroll 0 0;
    cursor              :   inherit;
    display             :   block;
    font-size           :   100px;
    height              :   100%;
    min-width           :   100%;
    opacity             :   0;
    outline             :   medium none;
    position            :   absolute;
    right               :   0;
    text-align          :   right;
    top                 :   0;
    width               :   100%;
}
/*CSS FOR NEW MENU*/
.abs-menu-separator,
.side__menu .level-0:first-child > a:after,
.side__menu .item-partners > a:after {
    background-color    :   #736963;
    content             :   '';
    display             :   block;
    height              :   1px;
    left                :   0;
    margin-left         :   16%;
    position            :   absolute;
    top                 :   0;
    width               :   68%;
}
.side__menu li {
    display             :   block;
}
/*.side__menu [target='_blank']:after {
    content             :   '\e644';
    font-size           :   0.5rem;
    margin-left         :   0.5rem;
    vertical-align      :   super;
}*/
.side__menu .level-0:first-child > a {
    position            :   relative;
}
.side__menu .level-0 > a {
    color               :   #fff;
    display             :   block;
    font-size           :   1rem;
    letter-spacing      :   .025em;
    min-height          :   6.2rem;
    padding             :   1.2rem .5rem .5rem;
    position            :   relative;
    text-align          :   center;
    text-decoration     :   none;
    text-transform      :   uppercase;
    transition          :   background-color 0.1s linear;
    word-wrap           :   break-word;
    z-index             :   700;
}
.side__menu .level-0 > a:focus {
    box-shadow          :   none;
}
.side__menu .level-0 > .submenu {
    background-color    :   #32373d;
    box-shadow          :   0 0 3px #000000;
    left                :   99px;
    padding             :   2rem 0 0; 
    position            :   fixed;
    top                 :   0;  
    
    -ms-transform       :   translateX(-100%); 
    -webkit-transform   :   translateX(-100%);
    -moz-transform      :   translateX(-100%);
    -o-transform        :   translateX(-100%);
    transform           :   translateX(-100%);
    
    transition-duration :   .3s;
    transition-property :   transform, visibility;
    transition-timing-function  :   ease-in-out;
    visibility          :   hidden; 
    z-index             :   697;
}
.ie10 .side__menu .level-0 > .submenu,
.ie11 .side__menu .level-0 > .submenu {
    height              :   100%;  
}
.side__menu .level-0._show > .submenu {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    
    visibility          :   visible;
    z-index             :   698;
}
.side__menu .level-1 {
    margin-left         :   1.5rem;
    margin-right        :   1.5rem;
}
.side__menu [class*='level-']:not(.level-0) a {
    display             :   block;
    padding             :   1.25rem 1.5rem;
}
.side__menu [class*='level-']:not(.level-0) a:hover {
    background-color    :   #eee;
}
.side__menu [class*='level-']:not(.level-0) a:active {
    background-color    :   #322c29;
    padding-bottom      :   1.15rem;
    padding-top         :   1.35rem;
}
.side__menu .submenu li {
    min-width           :   23.8rem;
}
.side__menu .submenu a {
    color               :   #fcfcfc;
    transition          :   background-color 0.1s linear;
}
.side__menu .submenu a:hover,
.side__menu .submenu a:focus {
    box-shadow          :   none;
    text-decoration     :   none;
}
._keyfocus .side__menu .submenu a:focus {
    background-color    :   #403934;
}
._keyfocus .side__menu .submenu a:active {
    background-color    :   #322c29;
}
.side__menu .submenu .parent {
    margin-bottom       :   4.5rem;
}
.side__menu .submenu .parent .submenu-group-title {
    color               :   #a79d95;
    display             :   block;
    font-size           :   1.6rem;
    font-weight         :   600;
    margin-bottom       :   .7rem;
    padding             :   1.25rem 1.5rem;
    pointer-events      :   none;
}
.side__menu .submenu .column {
    display             :   table-cell;
}
.side__menu .submenu-title {
    color               :   #ffffff;
    display             :   block;
    font-size           :   2.2rem;
    font-weight         :   600;
    margin-bottom       :   4.2rem;
    margin-left         :   3rem;
    margin-right        :   5.8rem;
}
.side__menu .submenu-sub-title {
    color               :   #ffffff;
    display             :   block;
    font-size           :   1.2rem;
    margin              :   -3.8rem 5.8rem 3.8rem 3rem;
}
.side__menu .action-close {
    padding             :   2.4rem 2.8rem;
    position            :   absolute;
    right               :   0;
    top                 :   0;
}
.side__menu .action-close:before {
    color               :   #a79d95;
    font-size           :   1.7rem;
}
.side__menu .action-close:hover:before {
    color               :   #ffffff;
}
nav ul, nav ol {
    list-style          :   none none;
    margin              :   0;
    padding             :   0;
}
.side__menu .submenu .column:only-of-type .submenu-group-title,
.side__menu .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title {
    display             :   none;
}
.side__menu-overlay {
    bottom              :   0;
    left                :   0;
    position            :   fixed;
    right               :   0;
    top                 :   0;
    z-index             :   697;
}

#sidebar {
    width               :   100px;
    padding-left        :   0;
    padding-right       :   0;
    scrollbar-width     :   none;
    -ms-overflow-style  :   none;
} 
.submenu ul {
    margin-top          :   0 !important;
}
.submenu-parent{
    overflow-y          :   auto;
    scrollbar-width     :   none;
    -ms-overflow-style  :   none;
    z-index             :   -1 !important; 
}
#sidebar::-webkit-scrollbar, .submenu-parent::-webkit-scrollbar { 
    display             :   none; 
} 
.nav-sidebar > li a:hover{
    color               :   #337ab7;
}
.nav-sidebar > li a:focus {
    color               :   #fff;
    background          :   unset 
}
.nav-sidebar > li._show:not(.active) > a {
    color               :   #337ab7;
    background          :   #eee 
}
.nav-sidebar > li._show.active > a {
    color               :   #fff;
    background          :   #337ab7; 
}
.side__menu .submenu a.active {
    background          :   #337ab7;
}
.side__menu .submenu li a:hover i.sm-i-sidebar {
    color               :   #337ab7 !important;
}
.side__menu .submenu li a:hover span.roundedNumber {
    background          :   #337ab7;
    color               :   #fff;
}
.side__menu .submenu ._close:hover {
    color               :   #C8C8C8;
}
.side__menu .submenu .sm-i-sidebar{
    color               :   #fff;
}
.side__menu .mob-slide-sub-menu{
    display             :   none;
}
.submenu li i.sm-i-sidebar {
    margin-right    :   5px;
}
/*Mobile menu*/
.slicknav_nav .slicknav_arrow, .slicknav_nav .submenu, .slicknav_nav .submenu .submenu-title, .slicknav_nav .submenu ._close {
    display             :   none;
}
.slicknav_nav li a .col > div {
    display             :   inline-block;
}
.slicknav_nav li a .col > div .i-sidebar {
    margin-right        :   7px;
    font-size           :   20px;
    min-width           :   20px;
}
.mob-slide-sub-menu {
    float               :   right;
}
.slicknav_nav li.active a {
    background          :   #428bca;
    margin              :   0 5px;
    border-radius       :   5px;
    color               :   #fff;
    font-weight         :   bold;
}
.slicknav_nav a:hover, .slicknav_nav a:focus {
    color               :   #428bca;
    font-weight         :   bold;
    background          :   #ccc;
}
/*Mobile menu*/

/*FIX jquery dialog X*/
.ui-dialog-titlebar-close{
    background-image    :   url("images/ui-icons_888888_256x240.png");
    background-position :   -96px -128px;
    background-color    :   white;
    border              :   1.5px solid #ccc;
    border-radius       :   4px;
}

#additional_contacts_div {
    border-top          :   2px solid gray;
    padding-top         :   10px;
}

.btn:not(.dropdown-toggle) {
    white-space         :   normal !important;
    word-wrap           :   break-word; 
}

.additionalContactDiv #qbContact {
    border              :   1px solid gray;
    border-radius       :   5px;
    padding             :   5px 15px 15px; 
}
.additionalContactContainer {
    border              :   1px solid;
    border-radius       :   5px;
    padding-bottom      :   10px;
    margin-bottom       :   10px;
}


/* PROPOSAL CSS */

.btn-proposal{
    background-image: linear-gradient(to bottom,#ff00f6,#650061 100%);
    color: #fff;
}
.proposal_icon, .product_icon{
    display         :   inline-block;
    margin-right    :   5px;
}
.proposal_label {
    display         :   inline-block;
}
.proposalCartTable .tr_sn{
    padding-left    :   5px;
}
.proposalCartTable  .pr_0{
    padding-right   :   0px; 
}
.proposalCartTable  .service_shortcode_dv, .proposalCartTable .save_to_library_check{
    text-align      :   right; 
}
.proposalCartTable  .service_title{
    width           :   70%; 
}
.proposalCartTable  .service_shortcode{
    width           :   60%; 
}
.proposalCartTable  .service_price{
    margin-bottom   :   5px; 
}
.proposalCartTable  .library_action_dv{
    padding-left    :   0;
    text-align      :   right;
}
.proposalCartTable  label{
    margin-right    :   3px; 
}
.proposalCartTable  .edit_library{
    background      :   #39B54A;
}
.proposalCartTable  .revert_to_library{
    background      :   #FFF568;
}
.proposalCartTable  .edit_library, .proposalCartTable  .revert_to_library{
    border          :   2px solid;
    border-radius   :   10px;
    padding         :   5px 2px;
    text-align      :   center;
    margin-bottom   :   10px;
    cursor          :   pointer; 
    font-size       :   15x;
    line-height     :   13px;
}
.proposalCartTable .library_info .lfrom{
    padding         :   1px 5px 1px 5px;
    border          :   1px solid #ccc;
    border-radius   :   3px;
    background-color:   #eee; 
}

.edit_library i, .revert_to_library i{
    margin-right    :   3px; 
}

.library_info label{
    margin-left     :   5px; 
}

.update_in_library_chk, .save_to_library, .included_in_price{
    vertical-align  :   sub; 
}
.proposalCartTable {
    overflow        :   hidden;
}
.service_shortcode.error, input.error {
    border          :   1px solid red;
}
span.error {
    color           :   red;
}
#markProposalCompleteDiv, #markProposalInProgressDiv {
    border-top-style:   solid;
    border-top-color:   gray;
    margin-top      :   10px;
}
.disabled{
    cursor          :   not-allowed; 
}
#createProposal a {
    text-decoration :   none;
    color           :   #fff;
}
#proposalServiceTable tbody tr:first-child .included_in_price_span{
    display         :   none;
}
.lib_from {
    border          :   1px solid gray;
    margin-left     :   5px;
    padding         :   0px 5px;
    border-radius   :   3px;
    background      :   darkgray;
    font-weight     :   bold;
}
.product_cat_label {
    display         :   inline-block;
}
.proposal_icon i{
    margin-right    :   unset;
}
.product_icon i {
    margin-right    :   10px;
}
.proposal_lib, .product_lib {  
    padding-top     :   10px;  
    padding-bottom  :   10px;
    padding-left    :   10px;
}
.proposal_lib .proposalItemLi, .product_lib .productItemLi{
    margin-top      :   5px;
    cursor          :   pointer; 
}
.proposal_lib .variants_container{
    margin-top      :   10px;
    margin-left     :   25px; 
}
.product_lib .products_container{
    margin-top      :   10px;
    margin-left     :   40px; 
}
.toggle_lib, .toggle_prod_type{
    margin-right    :   20px;
    cursor          :   pointer; 
}
.productItemLi img {
    width           :   50px;
}
.itemSorting{
    background      :   #FFF;
    border          :   1px solid grey;
    border-radius   :   5px;
}     
.cat_drop_icon {
    padding-right   :   5px;
}
.service_category .dropdown-menu.open {
    height          :   200px;
    overflow-y      :   auto;
}
/* PROPOSAL CSS */
span.Fulfill{
    background-color:   #57baff;
    padding         :   2px 10px;
}
span.Create{
    background-color:   #ff9922;
    padding         :   2px 10px;
}
span.Complete{
    background-color:   #9e0039;
    padding         :   2px 10px;
}
span.On_rental{
    background-color:   #8e00ff;
    padding         :   2px 10px;
}
#additionalContact .findContactDiv {
    margin-bottom   :   40px;
}
#pdfList > table tr .emailProposalPDF {
    margin-bottom   :   4px;
} 


.LDReplacementpriceTable tr td:last-child,.LDGrandpriceTable tr td:last-child,.LDLaborpriceTable tr td:last-child{
    text-align: right;
}
.LDReplacementpriceTable tr td:last-child span,.LDLaborpriceTable tr td:last-child span,.LDGrandpriceTable tr td:last-child span{
    float: right;
}

@media screen and (min-width: 1200px) {
    #upload_invoice_div label {
        height      :   35px;
    }
}
@media screen and (min-width: 481px) {
    .right.btn-mobile {
        width       :   unset;
    }
}
@media screen and (max-width: 1200px) {
    .tl-wrap {
        margin-left :   11em;
    }
    .tl-date{
        margin-left :   -14.5em; 
    }
}

.upload_invoice {
    margin-bottom   :   10px;
}
/* QB-1109 bug1 fix*/
/*.table-responsive {
    overflow-x      :   unset;
}*/

.stripe_buttons {
    min-height      :   45px;
    font-weight     :   bold;
}

.html2canvas, .image_text {
  display: inline-block;
  vertical-align: top;
}
.barcss {
    border-style: solid; 
    background-color: white; 
    text-align: center;
    display: inline-block;
    vertical-align: top;
}



/*custom checkbox*/

/* The custom-checkbox */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 9px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.dataTables_wrapper{
    overflow: scroll;
}

#storepaymentlogo {
  display: block;
}

/*new css*/

#poWarningModal #links .btn {
    margin-left     :   5px;
    margin-top      :   5px;
}

#top-nav-dd-menu ul.dropdown-menu {
    margin          :   0;
    padding         :   0;
}
#top-nav-dd-menu li a.dropdown-item {
    color           :   #fff;
    font-weight     :   bold;
    padding-top     :   5px;
    padding-bottom  :   5px;
}
#top-nav-dd-menu li a.dropdown-item:hover {
    color           :   #000;
}
#top-nav-dd-menu, #top-nav-dd-menu .dropdown {
    display         :   inline-block;
    font-weight     :   bold; 
    margin-right    :   5px; 
}

#terms_and_conditions #main-header {
    display         :   none;
}
#terms_and_conditions #page-container {
    margin-top      :   0;
    padding-top     :   0 !important;
}
#terms_and_conditions .et_pb_section {
    padding         :   0;
}
#terms_and_conditions .et_pb_row.et_pb_row_0 {
    padding         :   0;
    width           :   95%;
}

#productCartTable_1 .io_item_price {
    padding-left    :   10px;
    padding-right   :   10px;
    min-width       :   75px;
}

/* last style updated */


