a[href="javascript:void(0)"] {
    cursor: not-allowed;
}

input[type='radio'] {
    accent-color: #ff011b;
}

.has-error {
    border:1px solid #ff1b30 !important;
}

.page-sidebar-fixed .sidebar {
    position: absolute;
}

.no-scroll-bar::-webkit-scrollbar {
    display: none;
}

.no-scroll-bar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.note-danger ul li a {
    color:#81000c;
}

input:focus-visible {
    outline: 0;
}

/** START Quote diff table - Approvals **/
.diff {
    width:100%;

}
.diff td {
    width:50%;
    vertical-align: top;
    white-space: pre-wrap;
    font-family: monospace;
    padding:5px;
}

.diff td.diffDeleted {
    background: #fbe1e1;
}

.diff td.diffInserted {
    background: #e1fbe1;
}
/** END Quote diff table - Approvals **/

.team img {
   /* border-radius: 0 !important;*/
}

.team {
    padding:10px 20px;
}
.team .social a {
    display: inline-block;
    border: 1px solid #dee2e6;
    color: #adb5bd;
    text-decoration: none;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.875rem;
    padding: .3125rem;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.search-input-wrapper {
    position: relative;
    padding-bottom:20px;
}


.search-input-wrapper  .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow {
    display:none;
}
.search-input-wrapper i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #f00;
}

.is-invalid .select2.select2-container .selection .select2-selection.select2-selection--single {
    border-color: #dc3545;
}

.checkbox.checkbox-css input:checked + label:before,
.radio.radio-css input:checked + label:before {
    background: #06b900;
    border-color: #06b900;
    cursor: pointer;
}

.checkbox.checkbox-css.disabled input:checked + label:before,
.radio.radio-css.disabled input:checked + label:before {
    background: #4f4f4f;
    border-color: #4f4f4f;
}

.badge-wrapper {
    position:absolute;
    right:5px;
    top:5px;
}
.machine-cards .card .card-header {
    min-height: 140px;
    background: #fff;
    border-bottom: 0;
}

.machine-cards .card .card-body {
    min-height: 60px;
    padding:10px 10px 0 10px;
}

.machine-cards .card .card-body h2 {
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}

.machine-cards .card .card-footer {
    background: #fff;
    border-top: 0;
}

/**
 * Modals
 */
.close {
    font-size: 2.125rem;
}


.panel.panel-machines > .panel-heading {
    background: #e2e2e2;
    color: #202020;

}

.panel-machines .tab-pane {
    padding-top: 15px;
}

.panel-machines .nav.nav-tabs .nav-item .nav-link {
    font-weight: bold;
    color: #202020;
}

.panel-machines .nav.nav-tabs .nav-item .nav-link.active,
.panel-machines .nav.nav-tabs .nav-item .nav-link:focus,
.panel-machines .nav.nav-tabs .nav-item .nav-link:hover {
    color: #f00;
    background: #fff;
}

.slimScrollDiv .slimScrollBar:before {
    background: #f00 !important;
    opacity: 1;
}

.quote-item-card {
    padding-bottom: 10px;
    border-bottom: 1px solid #afafaf;
    margin-bottom: 20px;
}

.quote-item-card .media + .media {
    margin-top: 5px;
}

.quote-item-card .media .media-heading {
    min-height: 60px;
}



@media (max-width: 1380px) and (min-width:768px) {
    /* Media query < 1380 */
    @media (max-width: 1380px) {
        .media .media-object {
            width:80px;
        }
        .quote-item-card h5 {
            font-size: 12px;
        }

        .quote-item-card .media .media-body p {
            font-size: 12px;
        }
    }
    @media (max-width: 1133px) {
        .media .media-object {
            width:40px;
        }
    }
}

.quote-item-card .media .media-body p {
    margin-bottom: 0;
}


.quote-summary {
    width: 100%;
    z-index: 99;
    position: static;
}

.quote-summary.sticky {
    position: fixed;
    top: 0;
}

.table td.total-border {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.table td.hide-me {
    display: none;
}

.item-break-down {
    display: none;
}

h4.modal-title {
    color: #f00;
}

.height-160 {
    height:160px !important;
}

.iq-option {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    /*cursor: pointer;*/
    z-index: 80;
}

.iq-option.is-invalid {
    border: 1px solid #f00;
}

.iq-option .iq-wording {

    flex-grow: 1;
}

.iq-option .checkbox-wrapper {
    flex-grow: 0;
}
.iq-option .radio-wrapper {
    flex-grow: 0;
    z-index: 60;
}

.iq-option  .radio.radio-css label {
    width:16px;
    height:16px;
    cursor: pointer;
}

.iq-option .checkbox.checkbox-css label {
    width:auto;
    height:24px;
    cursor: pointer;
}

.modal-header {
    border: 0;
}
#modal-quote-expected-close-date #datepicker-inline .ui-widget {
    font-size:1.6em;
}
#modal-quote-expected-close-date #datepicker-inline  .ui-datepicker td a {
    text-align: center;
}

.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: 0;
}

.btn-default {
    color: #ff0000;
    border-color: #ff0000;
    font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}

.btn-primary.swal-button:not([disabled]):hover {
    background-color: #ff0000;

}


.waze-img {
    width: 20px;
    height: 20px;
}

/**
 * QTY button
 */
.qty-button {
    display: inline-block;
    height: 25px;
    width: 25px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    border-bottom: none;
    color: black;
    margin-right: 3px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
}
.inc.qty-button  {
    line-height:20px;
}

.dec.qty-button  {
    line-height: 15px;
}

.qty-button:hover,
.qty-button:active,
.qty-button:focus {
    color: red;
}

.quantity .qty {
    width: 42px;
    padding-right: 0;
    height: 25px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="number"].no-spinner::-webkit-inner-spin-button, input[type="number"].no-spinner::-webkit-outer-spin-button {
    display: none;
}


.flex-break {
    flex-basis: 100%;
    height: 0;
}

#custom_maintenance_wrapper {
    display: none;
}


.btn-primary.disabled, .btn-primary:disabled {
    background-color: #949494;
    border-color: #949494;
}

.machine-finance {
    font-size: 14px;
    font-weight: bold;
}

.machine-sku-and-qty {
    padding-top: 20px;
    color: #828282;
    font-size: 14px;
}

.border-red-top {
    border-top: 2px solid #f00;
}

.navbar-version {
    display:inline-block;
}

.quote-eagle-details {
    display: none;
}
.inline-calculator-totals {
    display:none;
}
.item-inline-calculator {
    display:none;
    background-color: #ecebeb;
    box-shadow: 3px 3px 6px #888888;
}

.item-inline-calculator .inline-calculator-advanced-settings {

}

.sales-agreement .loading .loader,
.inline-calculator-totals .icon-container,
.item-inline-calculator .icon-container {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}
.sales-agreement .loading .loader {
    right: 16px;
    top: 7px;
}
.sales-agreement .loading .loader,
.inline-calculator-totals .loading .loader,
.item-inline-calculator .loading .loader {
    display:inline-block;
}

.sales-agreement .loading .form-control,
.inline-calculator-totals .loading .form-control,
.item-inline-calculator .loading .form-control {
    background: transparent;
}

.sales-agreement  .loader,
.inline-calculator-totals .loader,
.item-inline-calculator .loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: none;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.sales-agreement .loader::after, .sales-agreement  .loader::before,
.inline-calculator-totals .loader::after, .inline-calculator-totals .loader::before,
.item-inline-calculator .loader::after, .item-inline-calculator .loader::before {
    content: "";
    background: transparent;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #e70c0c #a52121 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.sales-agreement .loader::after,
.inline-calculator-totals .loader::after,
.item-inline-calculator .loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}



.inline-calculator-totals.active,
.item-inline-calculator.active {
    display:table-row;
}


/*@media (max-width: 1200px) {*/
/*    .item-inline-calculator.active {*/
/*        display:none;*/
/*    }*/

/*    .js-load-calculator-summary {*/
/*        display:none;*/
/*    }*/
/*}*/


/* 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;
}


.quote-item-image-wrapper {
    position: relative;

}


.quote-item-image-wrapper  a {
    text-align: center;
    padding-top:35px;
    display:none;
    position: absolute;
    top:0px;
    left:0px;
    border: 1px dashed #b22222;
    opacity: .7;
    width:100%;
    height:100%;
}
.quote-item-image-wrapper  a i {
    position: absolute;
    top:10px;
    left:10px;
}
.edit-quote-item-image {
    text-align: center;
}
.quote-item-image-wrapper:hover  a {
    display:block;
}

.panel-body {
    x-font-size: 1.25em;
}

.panel-body h3.heading-with-underline {
    margin-bottom: 0;
    font-size: 1.75em;
    font-weight: 900;
}

.panel-body h3.heading-with-underline span {
    position: relative;
    padding-bottom: 5px;
}

.panel-body h3.heading-with-underline span::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #ff0000;
    content: ""
}

.tab-overflow {
    width:100%;
}
/*
Quote Summary
 */
.quote-terms-and-conditions {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #afafaf;
    /*display:none;*/
}

.quote-finalise-details {
    /*display:none;*/
    padding-bottom:20px;
}


.quote-finalise-details .labels-small label {
    font-size:12px;
    padding-bottom:30px;
}
.proposal_custom_text_wrapper,
.proposal_custom_email_text_wrapper {
    display:none;
}

.fa-custom-bottom-right {
    position: relative;
}
.fa-custom-bottom-right:before {
    position:absolute;
    left:0;
    bottom:0;
}
.activity_id_wrapper {
    display:none;
}

/* Tick boxes */
.checkbox.checkbox-css {
    line-height:24px;
}
.checkbox.checkbox-css label {
    padding-left:30px;
    cursor: pointer;
}


.checkbox.checkbox-css input:disabled+label {
    color: lightgray;
}

.checkbox.checkbox-css input:disabled+label:before {

    background: lightgrey;
}

.checkbox.checkbox-css label:before {
    width:24px;
    height:24px;
    background: #ffffff;
    border: solid 1px #707070;
}
.checkbox.checkbox-css.checkbox-disabled label:before {
    background: #a2a2a2;
}

.checkbox.checkbox-css input:checked+label:after {
    width:24px;
    height:24px;
}


.select2-container--default .select2-results>.select2-results__options {
    max-height: 335px !important;
}
