.ow_breakword {
    overflow-wrap: break-word;
    word-break: break-all;
}

form:focus, form, button:focus, button:active, input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
    outline: none;
    outline-width: 0;
}

a[disabled] {
    text-decoration: none;
    pointer-events: none;
    cursor: not-allowed;
}
a.disabled {
    color: #bbb;
    cursor: not-allowed;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block
}

.cursor-pointer {
    cursor: pointer
}

ngb-popover-window .popover-content {
    padding: 9px 14px !important;
}


.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-top {
    padding-top: 0;
}

.padding-vsm {
    padding: 2px;
}

.padding-top-vsm {
    padding-top: 2px;
}

.padding-right-vsm {
    padding-right: 2px;
}

.padding-bottom-vsm {
    padding-bottom: 2px;
}

.padding-left-vsm {
    padding-left: 2px;
}

.padding-left-vsmd {
    padding-left: 4px !important;
}

.padding-sm {
    padding: 5px;
}

.padding-top-sm {
    padding-top: 5px;
}

.padding-right-sm {
    padding-right: 5px;
}

.padding-bottom-sm {
    padding-bottom: 5px;
}

.padding-left-sm {
    padding-left: 5px;
}

.padding-top-smd {
    padding-top: 8px;
}

.padding-lg {
    padding: 10px;
}

.padding-left-lg {
    padding-left: 10px;
}

.padding-top-lg {
    padding-top: 10px;
}

.padding-right-lg {
    padding-right: 10px;
}

.padding-bottom-lg {
    padding-bottom: 10px;
}

.padding-vlg {
    padding: 20px;
}

.padding-top-vlg {
    padding-top: 20px;
}

.padding-right-vlg {
    padding-right: 20px;
}

.padding-left-vlg {
    padding-left: 20px;
}

.padding-bottom-vlg {
    padding-bottom: 20px;
}

.padding-left-vxl {
    padding-left: 65px;
}

.padding-top-vxlg {
    padding-top: 50px;
}

.padding-md {
    padding: 15px;
}

.padding-left-md {
    padding-left: 15px;
}

.padding-top-md {
    padding-top: 15px;
}

.padding-right-md {
    padding-right: 15px;
}

.padding-bottom-md {
    padding-bottom: 15px;
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.margin-top-vsm {
    margin-top: 2px;
}

.margin-right-vsm {
    margin-right: 2px;
}

.margin-bottom-vsm {
    margin-bottom: 2px;
}

.margin-sm {
    margin: 5px;
}

.margin-top-sm {
    margin-top: 5px;
}

.margin-right-sm {
    margin-right: 5px;
}

.margin-bottom-sm {
    margin-bottom: 5px;
}

.margin-left-sm {
    margin-left: 5px;
}

.margin-lg {
    margin: 10px;
}

.margin-top-lg {
    margin-top: 10px;
}

.margin-left-lg {
    margin-left: 10px;
}

.margin-right-lg {
    margin-right: 10px;
}

.margin-bottom-lg {
    margin-bottom: 10px;
}

.margin-top-vlg {
    margin-top: 20px;
}

.margin-left-vlg {
    margin-left: 20px;
}

.margin-bottom-vlg {
    margin-bottom: 20px;
}

.margin-right-vlg {
    margin-right: 20px;
}

.margin-right-vxl {
    margin-right: 24px;
}

.margin-left-vxl {
    margin-left: 30px;
}

.margin-top-sm-minus {
    margin-top: -3px;
}
/* no-gutters Class Rules */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.col-xs-11_5 {
    width: 96.66666667%;
    float: left;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.no-right-gutters {
    margin-right: 0;
}

    .row.no-right-gutters > [class^="col-"],
    .row.no-right-gutters > [class*=" col-"] {
        padding-right: 0;
    }

.row.no-left-gutters {
    margin-left: 0;
}

    .row.no-left-gutters > [class^="col-"],
    .row.no-left-gutters > [class*=" col-"] {
        padding-left: 0;
    }

.no-border-top {
    border-top: none !important;
}

.color-blue-sky {
    color: #3399cc;
}

.color-dark-blue-sky {
    color: #2F70A7;
}

.light-grey-background {
    background-color: #eee;
}

.white-background {
    background-color: #ffffff;
}


.border-moderate-blue {
    border: 1px solid #689DD2;
}

.border-moderate-green {
    border: 1px solid #689DD2;
}

.border-moderate-red {
    border: 1px solid #a94442;
}

.border-lightgrey {
    border: 1px solid #ccc;
}

.border-top-lightgrey {
    border-top: 1px solid #ccc;
}

.border-bottom-lightgrey {
    border-bottom: 1px solid #ccc;
}

.border-left-lightgrey {
    border-left: 1px solid #ccc;
}

.border-right-lightgrey {
    border-right: 1px solid #ccc;
}

.border-right-white {
    border-right: 1px solid #fff;
}

.text-xlarge, .xlarge-text {
    font-size: 16px;
}

.text-large, .large-text {
    font-size: 14px;
}

.text-medium, .medium-text {
    font-size: 12px;
}

.text-s-medium, .s-medium-text {
    font-size: 13px;
}

.text-small, .small-text {
    font-size: 11px;
}

.text-very-small, .very-small-text {
    font-size: 10px;
}

.lineheight18 {
    line-height: 18px;
}

.position-rel {
    position: relative !important
}


.modal-medium {
    width: 480px;
}

.modal-medium-lg {
    width: 700px;
}
.modal-lgst {
    width: 1100px;
}
.modal.in .modal-medium {
    top: 50px;
}

.width-auto {
    width: auto;
}

.width-50pct {
    width: 50%;
}

.width-80pct {
    width: 80%;
}

.float-none {
    float: none !important;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
}

.required-label:before {
    content: "* ";
    color: red;
}

.required:before {
    content: "* ";
    color: red;
}

.required-after:after {
    content: "* ";
    color: red;
}

/*Cursor Disable*/
.cursorDisabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.radio-inline input[type=radio],
.checkbox-inline input[type="checkbox"] {
    margin-top: 2px;
}

textarea.resize-vertical {
    resize: vertical;
}

/* Modal Dialog Boxes with Colored Header */
.modal-generic {
    width: 400px;
    padding-left: 20px;
}

.modal-generic-footer {
    padding: 4px 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-warning {
    font-size: 1em;
    color: #555;
}

.modal-warning-header {
    padding: 4px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.hide-element {
    display: none;
}

.disclaimer-section {
    border-top: 4px solid #ccc;
    padding: 10px 10px 0 10px;
    margin-top: 10px;
}

.disclaimer-bg {
    background: #EEEEEE;
}

.disclaimer-checkout-color {
    color: #333333;
}

.textDisabled,
.textDisabled .info-notification-icon,
.disclaimer-section .disclaimer-content {
    color: #999 !important;
}

.disclamer-content-cart-color {
    color: #737373 !important;
}

    .disclaimer-section .disclaimer-content.disclaimer-checkout-color {
        color: #333333 !important;
    }

.accordion-icon, .minimize-disclaimer-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px 6px;
    text-align: center;
    width: 26px;
    height: 26px;
    font-size: 14px;
    cursor: pointer;
}

.vertical-auto-scroll {
    overflow-y: auto;
    max-height: 300px;
}

.product-img {
    padding-left: 15px;
}

    .product-img img {
        border: 1px solid #dbdbdb;
        max-width: 40px;
    }

.no-underline:hover {
    text-decoration: none;
}

a.default-cursor {
    cursor: default;
}

.bidprice-skuLevel-section .tbl-bar,
.select-bid-details-section .tbl-bar,
.accessories-tab .tbl-bar,
.warranty-tab .tbl-bar {
    background-color: #e3e2de;
    padding: 4px 15px;
}

.accessories-tab .tbl-bar,
.warranty-tab .tbl-bar {
    padding: 4px 15px;
}

.bidprice-skuLevel-section .paginetion,
.select-bid-details-section .paginetion {
    width: 200px;
    display: inline-block;
    margin-top: 3px;
}

.accessories-tab .paginetion,
.warranty-tab .paginetion {
    display: inline-block;
    margin-top: 3px;
}

    .bidprice-skuLevel-section .paginetion a,
    .select-bid-details-section .paginetion a,
    .accessories-tab .paginetion a,
    .warranty-tab .paginetion a {
        margin: 0 1px;
    }

.verticale-m {
    vertical-align: middle;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.colPCT {
    width: 4%
}

.col5PCT {
    width: 5%
}

.col6PCT {
    width: 6%
}

.col7PCT {
    width: 7%
}

.col10PCT {
    width: 10%
}

.col15PCT {
    width: 15%
}

.col20PCT {
    width: 20%
}

.col22PCT {
    width: 22%
}

.col25PCT {
    width: 25%
}

.col28PCT {
    width: 28%
}

.col30PCT {
    width: 30%
}

.col31PCT {
    width: 31%
}

.col32PCT {
    width: 32%
}

.col33PCT {
    width: 33%
}

.col34PCT {
    width: 34%
}

.col35PCT {
    width: 35%
}

.col36PCT {
    width: 36%
}

.W50px {
    width: 50px;
}

.W100px {
    width: 100px;
}

.W150px {
    width: 150px;
}

.W180px {
    width: 180px;
}

.W170px {
    width: 170px;
}

.W200px {
    width: 200px;
}

.W250px {
    width: 250px;
}

.W265px {
    width: 265px;
}

.W297px {
    width: 297px;
}

.W300px {
    width: 300px;
}

.rma-filterTab-control .form-inline .form-control {
    width: 70%;
}

.color-grayedOut {
    color: #999;
}

.div-grayedOut {
    opacity: 0.5;
    pointer-events: none
}

.return-instructions {
    background-color: #f5eac5;
    padding: 10px 20px;
    border-top: 2px solid #e3dcc4;
    text-align: left;
    margin: 2px 0;
}
/* Styles for RMA */
/*Print Styles for RMA */
@media print {
    html {
        background: none;
    }

    #ingram-logo {
        width: 199px;
        height: 43px;
    }

    .languages.small, .breadcrumb, #searchOptions, .links, .quicklinks-wraper, .footer-links, .copyright, .print-link, .no-print, a[ng-reflect-router-link], .btn {
        display: none !important;
    }

    .container {
        overflow: visible !important;
    }

    .product-detail-list .product-img {
        display: inline-block;
        float: none;
        width: 95px;
        height: 95px;
    }

    .im-table {
        border-top: 1px solid #ccc;
    }
}

.vmfdata {
    margin-bottom: 0px !important;
}

.vmfdata,
.breadcrumb-container {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 10px;
    clear: both;
}

.breadcrumb {
    padding: 5px;
    background: #fff;
    margin: 0 0 0 5px;
    font-size: 10px;
}

.rma-mvc-breadcrumb .breadcrumb {
    font-size: 14px;
}

    .rma-mvc-breadcrumb .breadcrumb > li + li:before {
        content: "";
    }

.rma-mvc-breadcrumb .breadcrumb-container {
    border: none;
}

.rma-mvc-breadcrumb .breadcrumb > li {
    display: inline;
}


.rma-bulk-upload h1 {
    font: 3.5em "HelveticaNeue-Thin","Helvetica Neue Thin","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    margin-top: 0px !important;
}

.rma-bulk-upload .bulk-box {
    border: 1px solid #ccc;
    padding: 15px 40px;
    min-height: 220px;
    background-color: #f5f5f5;
}

.rma-bulk-upload .choose-box {
    padding: 20px;
    margin: 10px 40px;
    background-color: #FFF;
    border: dashed 1px #ccc;
}

.breadcrumb > li + li:before {
    padding: 0 2px;
    color: #5d5650;
    content: "\003e";
}

.breadcrumb li:last-child a {
    text-decoration: none;
    cursor: default;
    color: #5d5650;
}

.rma-claim-search .search-box .search-btn, .rma-claim-search .date-search .datepicker-field-control .search-btn,
.rma-return-page .search-box .search-btn, .rma-return-page .date-search .datepicker-field-control .search-btn,
.rma-list .search-box .search-btn, .rma-list .date-search .datepicker-field-control .search-btn {
    float: left;
    margin-top: 5px;
    border-radius: 2px;
    color: #4784C2;
    background: #fff;
    padding: 2px 4px;
    font-size: 12px
}

.alert .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*removing margin for h4 in modal header*/
.modal-title h4 {
    margin: 0px;
}

.rma-return-page .search-box .search-btn, .rma-return-page .date-search .datepicker-field-control .search-btn {
    border: none;
    padding-right: 8px;
    outline: none;
}

.rma-claim-search .datepicker-field-control + label,
.rma-return-page .datepicker-field-control + label,
.rma-list .datepicker-field-control + label {
    padding: 0;
    min-width: 40px;
    text-align: right;
}

/*RMADatePicker*/

*::-ms-backdrop, .custom-select.d-inline-block {
    padding: 0px 0px !important;
}
/* IE11 */

@-moz-document url-prefix() {
    .custom-select.d-inline-block {
        padding: 0px 1px !important;
    }
}

.datepicker-field-control .dropdown-menu {
    min-width: 187px;
}

.datepicker-field-control .ngb-dp-day, .datepicker-field-control .ngb-dp-weekday, .datepicker-field-control .ngb-dp-week-number {
    width: 2.6rem !important;
}

.datepicker-field-control .d-block {
    width: auto !important;
}

    .datepicker-field-control .d-block select {
        width: 50px !important;
        font-size: 1.05rem;
    }


.switch {
    position: relative !important;
    display: inline-block !important;
    width: 25px !important;
    height: 10px !important;
    margin-bottom: 0px !important;
}

    .switch input {
        display: none;
    }

.previewslider {
    position: absolute !important;
    cursor: pointer !important;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 20px !important;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .previewslider:before {
        position: absolute !important;
        content: "";
        height: 11px !important;
        width: 11px !important;
        left: 0px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .3s;
        transition: .3s;
    }

input:checked + .previewslider {
    background-color: #2196F3 !important;
}

input:focus + .previewslider {
    box-shadow: 0 0 1px #2196F3 !important;
}

input:checked + .previewslider:before {
    -webkit-transform: translateX(10px) !important;
    -ms-transform: translateX(10px) !important;
    transform: translateX(10px) !important;
}

/* Rounded sliders */
.previewslider.round {
    border-radius: 15px !important;
}

    .previewslider.round:before {
        border-radius: 50% !important;
    }

.box-shadow-lightgrey {
    -webkit-box-shadow: 5px 5px 5px #cccccc;
    -moz-box-shadow: 5px 5px 5px #cccccc;
    box-shadow: 0px 0px 2px #ccc;
}

.overflow-hidden {
    overflow: hidden;
}

/* -----------------Radio-Button--------------------- */

/* Create a custom radio button */

.radioGroup-container-v2 .radio_container input {
    cursor: pointer;
    margin-right: 8px;
    opacity: 0;
}

.radioGroup-container-v2 .radio_container label {
    margin: 0;
    display: flex;
    align-items: center;
    min-height: 20px;
}

.radioGroup-container-v2 .radio_container .radio_checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #7BACD4;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioGroup-container-v2 .radio_container:hover input ~ .radio_checkmark {
    box-shadow: 0 0 4px #2375bb;
    outline: none;
}

/* When the radio button is checked, add a blue background */
.radioGroup-container-v2 .radio_container input:checked ~ .radio_checkmark {
    background-color: #2375BB;
    border: none;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioGroup-container-v2 .radio_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioGroup-container-v2 .radio_container input:checked ~ .radio_checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radioGroup-container-v2 .radio_container .radio_checkmark:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.radioGroup-container-v2 .radio_container .radio_checkmark.medium {
}

#IMOnlineMvc_V2 .fade.right .modal-body {
    padding: 10px 0 0 0 !important;
}

.modal.right .modal-lg {
    width: 420px;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    padding: 10px 15px 10px 15px;
    border-radius: 0;
}

.modal.right .hideModalContentScroll .modal-content {
    overflow-y: hidden;
}

.modal.right .modal-header,
.modal.right .modal-body,
.modal.right .modal-footer {
    padding: 10px 0px 20px 0;
    margin-bottom: 10px;
}

.modal.right .modal-header {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    background: none;
    padding: 0px 0 10px 0;
}


.modal.right button.close {
    font-size: 40px;
    color: #333333;
    opacity: 1.0;
    top: 5px;
}

.modal.right .modal-header h1 {
    color: #333333;
    text-transform: capitalize;
}

.modal.right .modal-footer {
    border-top: none;
}
/*Right*/
.modal.right .modal-lg {
    right: -420px;
}

.modal.right .modal-dialog {
    -webkit-transition: opacity 0.3s linear, right 0.8s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.8s ease-out;
    -o-transition: opacity 0.3s linear, right 0.8s ease-out;
    transition: opacity 0.3s linear, right 0.8s ease-out;
}

.modal.right.in .modal-dialog {
    right: 0;
}
/* ----------------- Select Dropdown Common Fixes --------------------- */
select {
    padding-right: 0 !important; /* do not remove !important - padding creates issues in IE */
}
/* ----------------- Custom Select Dropdown --------------------- */
/* -- native arrow fonts for dropdown --https://www.w3schools.com/charsets/ref_utf_dingbats.asp */
/* -- FontAwesome cheatsheet --https://fontawesome.com/cheatsheet */
imo-selectwrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #fff;
    white-space: nowrap;
    padding: 0 !important;
}

    imo-selectwrapper:after {
        /*content: "\276F";
        transform: rotate(90deg);
        --if fontawesome is not available*/
        content: "\f078";
        font-family: FontAwesome;
        display: inline-block;
        font-weight: 600;
        color: #3399ff;
        position: absolute;
        right: 4px;
        top: 20%;
        z-index: 5;
        font-size: 16px;
        line-height: 16px; /*Keep height same as font-size*/
        padding: 0;
        margin: 0;
    }

    imo-selectwrapper > select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100% !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-right: 30px !important;
        background-color: transparent !important;
        position: relative;
        z-index: 10;
    }

        imo-selectwrapper > select::-ms-expand {
            display: none;
        }

        imo-selectwrapper > select[disabled], imo-selectwrapper > select.disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }
/* ----------------- END of Custom Select Dropdown --------------------- */

/* ----------------- Custom Jquery UI widget to convert select dropdown to radio list --------------------- */
.ui-selecttoradiolist-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .ui-selecttoradiolist-main ul > li {
        margin: 0 0 5px 0;
    }

.ui-selecttoradiolist-main label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

.ui-selecttoradiolist-main input {
    margin: 0 5px 0 0;
    display: inline-block;
    line-height: 14px;
    vertical-align: middle;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ffffff;
}
/* ----------------- End of Custom Jquery UI widget to convert select dropdown to radio list --------------------- */

a.productNameText {
    text-decoration: none;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    min-height: 18px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

    a.productNameText:hover {
        height: auto;
        overflow: visible;
        -webkit-line-clamp: initial;
    }
/*IE Fix*/
@media all and (forced-colors: none), (forced-colors: active) {
    a.productNameText {
        overflow: hidden;
        position: relative;
        line-height: 17px;
        max-height: 34px;
        text-align: justify;
        margin-right: -1em;
        padding-right: 1em;
        margin-left: 0;
    }

        a.productNameText:hover {
            max-height: none;
        }

        a.productNameText:before {
            content: '...';
            position: absolute;
            right: 0;
            bottom: 0;
        }

        a.productNameText:after {
            content: '';
            position: absolute;
            right: 0;
            width: 1em;
            height: 1em;
            margin-top: 0.2em;
            background: white;
        }
}

/*Firefox Fix*/

@-moz-document url-prefix() {
    a.productNameText {
        overflow: hidden;
        position: relative;
        line-height: 17px;
        max-height: 34px;
        text-align: justify;
        margin-right: -1em;
        padding-right: 1em;
        margin-left: 0;
    }

        a.productNameText:hover {
            max-height: none;
        }

        a.productNameText:before {
            content: '...';
            position: absolute;
            right: 0;
            bottom: 0;
        }

        a.productNameText:after {
            content: '';
            position: absolute;
            right: 0;
            width: 1em;
            height: 1em;
            margin-top: 0.2em;
            background: white;
        }
}
/**/
.top10 {
    margin-top: 10px;
}

.top25 {
    margin-top: 25px;
}
/*Cartprogressindicator*/
.progress-cart.progress2 .step1:before,
.progress-cart.progress3 .step2:before,
.progress-cart.progress4 .step3:before,
.progress-cart.progress5 .step4:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: '\2713';
}

.progress-cart.progress1 .step1,
.progress-cart.progress2 .step2,
.progress-cart.progress3 .step3,
.progress-cart.progress4 .step4 {
    background-color: #fff;
    color: #fff;
    border-color: #e1500b;
}

.progress-cart.progress2 .step1,
.progress-cart.progress3 .step2,
.progress-cart.progress4 .step3,
.progress-cart.progress5 .step4 {
    background-color: #048e29;
    color: #fff;
    border-color: #048e29;
}

.progress-cart {
    position: relative;
    /*width: 600px;*/
    height: 120px;
}

    .progress-cart a {
        color: #000000;
    }

    .progress-cart .titles,
    .progress-cart .steps {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .progress-cart .titles {
        width: 120%;
        margin-left: -10%;
        padding-bottom: 10px;
    }

    .progress-cart .step4 {
        margin-right: -1px;
    }

    .progress-cart .bar {
        position: relative;
        width: 100%;
        height: 32px;
    }

    .progress-cart .steps {
        position: absolute;
        z-index: 2;
    }

    .progress-cart .line {
        z-index: 1;
        height: 3px;
        top: 14px;
        position: absolute;
        transition: width 1s;
        transition-timing-function: ease-out;
    }

    .progress-cart .activeLine {
        background-color: #e1500b;
    }

    .progress-cart .doneLine {
        background-color: #048e29;
    }

    .progress-cart .progressLine {
        width: 100%;
        background-color: #999;
    }

    .progress-cart .title {
        text-align: center;
        width: 160px;
        margin: 0;
        color: #454545;
        padding: 0;
        transition: color 0s;
        transition-delay: 1s;
    }

        .progress-cart .title h2 {
            font-size: 16px;
            margin: 0;
            padding: 0;
            font-weight: bold;
        }

        .progress-cart .title h3 {
            font-weight: normal;
            font-size: 14px;
            color: #000;
            padding: 0;
            margin: 0;
        }

    .progress-cart .title1 {
        transition-delay: 0s;
    }

    .progress-cart .step {
        width: 32px;
        height: 32px;
        border-radius: 100%;
        border: 3px solid #999;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        /*margin-left: -$halfCircleSize;*/
        transition: background-color border-color 1s;
        transition-delay: 1s;
    }

    .progress-cart .step1 {
        transition-delay: 0s;
    }

    .progress-cart.progress1 .doneLine {
        width: 0%;
    }

    .progress-cart.progress1 .activeLine {
        width: 0%;
    }

    .progress-cart.progress1 .title1 {
        color: #e1500b;
    }


    .progress-cart.progress2 .doneLine {
        width: 0%;
    }

    .progress-cart.progress2 .activeLine {
        width: 50%;
    }

    .progress-cart.progress2 .title2 {
        color: #e1500b;
    }


    .progress-cart.progress2 .title1 {
        color: #048e29;
    }

    .progress-cart.progress3 .doneLine {
        width: 50%;
    }

    .progress-cart.progress3 .activeLine {
        width: 100%;
    }

    .progress-cart.progress3 .title3 {
        color: #e1500b;
    }

    .progress-cart.progress3 .title2 {
        color: #048e29;
    }

    .progress-cart.progress4 .doneLine {
        width: 100%;
    }

    .progress-cart.progress4 .activeLine {
        width: 100%;
    }

    .progress-cart.progress4 .title4,
    .progress-cart.progress4 .subtitle4 {
        color: #e1500b;
    }

    .progress-cart.progress4 .title3 {
        color: #048e29;
    }

    .progress-cart.progress5 .doneLine {
        width: 100%;
    }

    .progress-cart.progress5 .activeLine {
        width: 100%;
    }

    .progress-cart.progress5 .title4 {
        color: #048e29;
    }
/*END carprogressindicator*/
.fa-fast-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

.screen-center-loading-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px; /*set to a negative number 1/2 of your height*/
    margin-left: -50px; /*set to a negative number 1/2 of your width*/
}

.forgot-password-box {
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 10% 13%;
}

.orderDetail-width {
    width: auto !important;
    margin-left: 10px !important;
    margin-bottom: 20px !important;
}

.overflow-auto {
    overflow: auto !important;
}
.width-90pct {
    width: 90%;
}
.h4Subsitution {
    font-size: 24px;
    color: #333333;
    margin-right: 30px;
    text-transform: capitalize;
    font-weight: normal;
}
