/* CSS ordering rules */


/* Positioning */


/* Display & Box Model */


/* Color */


/* Text */


/* Border style*/


/* Animations*/


/* Other */

.letter-spacing-0-em {
    letter-spacing: 0em !important;
}

.display-inline {
    display: inline !important;
}

.cars-table-cell {
    line-height: 20px;
    padding: 10px !important;
}

.display-inline-block {
    display: inline-block !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.bc-no-margin {
    margin: 0px;
    padding: 0px;
}

.bc-no-margin-at-top {
    margin-top: 0px;
    padding-top: 0px;
}

.cursor-pointer {
    cursor: pointer;
}

.padding-horizontal-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-5-px {
    padding: 5px !important;
}

.padding-top-5-px {
    padding-top: 5px !important;
}

.padding-top-10-px {
    padding-top: 10px !important;
}

.padding-bottom-0-px {
    padding-bottom: 0px !important;
}

.padding-bottom-2-px {
    padding-bottom: 2px !important;
}

.padding-bottom-5-px {
    padding-bottom: 5px !important;
}

.padding-right-0-px {
    padding-right: 0px !important;
}

.padding-right-5-px {
    padding-right: 5px !important;
}

.padding-right-5-percent {
    padding-right: 5% !important;
}

.padding-right-70-px {
    padding-right: 70px !important;
}

.padding-7-px {
    padding: 7px !important;
}

.padding-left-5-percent {
    padding-left: 5% !important;
}

.margin-5-px {
    margin: 5px !important;
}

.margin-10-px {
    margin: 10px !important;
}

.margin-right-10-px {
    margin-right: 10px !important;
}

.margin-left-7-px {
    margin-left: 7px !important;
}

.margin-left-10-px {
    margin-left: 10px !important;
}

.margin-left-20-px {
    margin-left: 20px !important;
}

.margin-left-15-px {
    margin-left: 15px !important;
}

.margin-left-minus-15-px {
    margin-left: -15px !important;
}

.margin-left-25-px {
    margin-left: 25px !important;
}

.margin-top-7-px {
    margin-top: 7px !important;
}

.margin-top-10-px {
    margin-top: 10px !important;
}

.margin-top-15-px {
    margin-top: 15px !important;
}

.margin-top-30-px {
    margin-top: 30px !important;
}

.margin-bottom-0-px {
    margin-bottom: 0px !important;
}

.margin-bottom-7-px {
    margin-bottom: 7px !important;
}

.margin-bottom-15-px {
    margin-bottom: 15px !important;
}

.margin-bottom-25-px {
    margin-bottom: 25px !important;
}

.margin-bottom-35-px {
    padding-bottom: 35px !important;
}

.margin-20-px {
    margin: 20px !important;
}

.change-password-margin {
    margin: 0px 20px 20px 20px !important;
}

.color-lightgray {
    color: #eee !important;
}

.color-red {
    color: red !important;
}

.color-green {
    color: green !important;
}

.color-blue {
    color: blue !important;
}

.color-lightgreen {
    color: #A1D490 !important;
}

.color-lightblue {
    color: #3F51B5 !important;
}

.rating-star {
    color: #ee9a00;
    font-size: 20px;
}

.width-50-px {
    width: 50px !important;
}

.width-125-px {
    width: 125px !important;
}

.width-150-px {
    width: 150px !important;
}

.width-175-px {
    width: 175px !important;
}

.width-200-px {
    width: 200px !important;
}

.width-380-px {
    width: 380px !important;
}

.width-100-percent {
    width: 100% !important;
}

.width-87-percent {
    width: 87% !important;
}

.width-80-percent {
    width: 80% !important;
}

.width-70-percent {
    width: 70% !important;
}

.width-50-percent {
    width: 50% !important;
}

.width-30-percent {
    width: 30% !important;
}

.width-10-percent {
    width: 10% !important;
}

.width-20-percent {
    width: 20% !important;
}

.width-15-percent {
    width: 15% !important;
}

.font-size-xxsmall {
    font-size: 10px !important;
}

.font-size-xsmall {
    font-size: 12px !important;
}

.font-size-small {
    font-size: 14px !important;
}

.font-size-medium {
    font-size: 15px !important;
}

.font-size-large {
    font-size: 18px !important;
}

.font-size-xlarge {
    font-size: 20px !important;
}

.font-size-xxlarge {
    font-size: 40px !important;
}

.no-text-decoration {
    text-decoration: none !important;
}

.text-wrap {
    /* Careful, this breaks the word wherever it is without a hyphen */
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.inline-text-wrap {
    width: 100%;
    word-wrap: break-word;
}

.table-text-wrap {
    width: 25%;
    word-wrap: break-word;
}

.close-button-icon {
    color: #FF0000;
    font-size: 40px !important;
    margin-right: 15px;
}

.close-button-padding {
    padding-bottom: 15px;
}

.upper-case {
    text-transform: uppercase;
}

.lower-case {
    text-transform: lowercase;
}

.captialize-text {
    text-transform: capitalize;
}

.padding-left-7px {
    padding-left: 7px !important;
}

.padding-left-10px {
    padding-left: 10px !important;
}

.min-height-30px {
    min-height: 30px !important;
}

.min-height-35px {
    min-height: 35px !important;
}

.max-height-300-px {
    max-height: 300px !important;
}

.height-50-px {
    height: 50px !important;
}

.height-125-px {
    height: 125px !important;
}

.height-150-px {
    height: 150px !important;
}

.height-200-px {
    height: 200px !important;
}

.height-230-px {
    height: 220px !important;
}

.height-500-px {
    height: 500px !important;
}

.height-auto {
    height: auto !important;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.add-inquiry-icon {
    color: #D9626F !important;
}

.max-height-min-width-600px {
    max-height: 600px !important;
    min-width: 600px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.bc-bold {
    font-weight: bold;
}

.bc-normal {
    font-weight: normal;
}

.min-height-50-px {
    min-height: 50px !important;
}

.bc-italic {
    font-style: italic;
}

.bc-grayed {
    color: #666;
}

.bc-unreaded {
    background: #C4CCFF !important;
}

.bc-cursor {
    cursor: pointer;
}

.bc-display--block {
    display: block;
}

.bc-brand--img {
    /* Display & Box Model */
    width: 50px;
    height: 50px;
    margin-right: 7px
}

.bc-brand--img--small {
    /* Display & Box Model */
    width: 22px;
    height: 22px;
    margin-right: 4px;
    /*margin-bottom: -4px;*/
}

.bc-padding {
    /* Display & Box Model */
    padding: 5px;
}

.bc-inquiry-type--original {
    /* Color */
    background: #A1D490;
}

.bc-inquiry-type--original-dark {
    background: #6AA158;
}

.bc-inquiry-type--substitute {
    /* Color */
    background: #EBDB75;
}

.bc-inquiry-type--substitute-dark {
    /* Color */
    background: #C2B03E;
}

.bc-inquiry-type--used {
    /* Color */
    background: #D9626F;
}

.bc-color--light-red {
    /* Color */
    color: #D9626F;
}

.bc-inquiry-type--used-dark {
    /* Color */
    background: #B53E4B;
}

#rating-good-star {
    color: #A1D490 !important;
}

#rating-bad-star {
    color: #D9626F !important;
}

#rating-average-star {
    color: #EBDB75 !important;
}

#rating-good-slider .md-thumb:after,
#rating-good-slider .md-track-fill,
#rating-good-slider .md-focus-thumb,
#rating-good-slider .md-focus-ring {
    background-color: #A1D490 !important;
    border-color: #A1D490 !important;
}

#rating-average-slider .md-thumb:after,
#rating-average-slider .md-track-fill,
#rating-average-slider .md-focus-thumb,
#rating-average-slider .md-focus-ring {
    background-color: #EBDB75 !important;
    border-color: #EBDB75 !important;
    color: #EBDB75 !important;
}

#rating-bad-slider .md-thumb:after,
#rating-bad-slider .md-track-fill,
#rating-bad-slider .md-focus-thumb,
#rating-bad-slider .md-focus-ring {
    background-color: #D9626F !important;
    border-color: #D9626F !important;
    color: #D9626F !important;
}

.bc-menu-item {
    margin-left: -5px;
}

.material-icons.bc-menu-icon {
    margin-left: 5px;
}

.face {
    width: 48px;
    height: 48px;
    margin: 16px;
    border-radius: 48px;
    border: 1px solid #ddd;
}

.language {
    width: 20px;
    margin: 4px;
    margin-bottom: 0;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.bg-gray {
    background: #ddd;
}

.bg-bold {
    font-weight: bold;
}

.bg-min-height50 {
    min-height: 50px;
}

.bc-breadcrumb {
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 3px;
    padding: 3px;
    font-size: 19px;
    font-weight: bold;
}

.bc-breadcrumb>li {
    display: inline-block;
}

.bc-breadcrumb>li+li:before {
    color: #ccc;
}

.bc-breadcrumb>a .active {
    color: #777777;
}

.angular-google-map-container {
    height: 200px;
}


/*md-list md-list-item button.md-button:not([disabled]):hover {
    background-color: rgba(158, 158, 158, 0.2);
}*/

img.md-avatar {
    width: 100%;
    height: auto;
}

.md-avatar {
    border-radius: 50%;
}

md-list md-list-item:hover {
    background-color: rgba(158, 158, 158, 0.2);
}

.md-button {
    min-width: 44px;
    margin: 0;
    /*margin-top: 16px;*/
}

.estimation-button {
    min-width: 44px;
    margin: 0;
    border: solid 0px #dcdcdc;
    background-color: #fff;
}

.estimation-button-selected {
    min-width: 44px;
    margin: 0;
    background-color: rgb(63, 81, 181);
    color: #fff;
}

.select-saved-car {
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    background-color: #fff;
}

.vAccordion--default v-pane-header:hover,
.vAccordion--default v-pane-header:focus {
    color: rgb(63, 81, 181) !important;
}

.vAccordion--default v-pane-header::after,
.vAccordion--default v-pane-header::before {
    background-color: rgb(63, 81, 181) !important;
}

.vAccordion--default v-pane-header {
    border-bottom: 0px solid #D8D8D8 !important;
}

.main-color {
    color: rgb(63, 81, 181) !important;
}

.vertical-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
    height: 100%;
    color: #dcdcdc;
    margin-right: 30px;
}

.vertical-divider-inquiry-details {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
    height: 100%;
    color: #dcdcdc;
}

.order-number-divider {
    width:25%;
    border-top-color: black;
    border-top-width: thin;
    border-top-style: dashed;
}

.font-weight-normal {
    font-weight: normal !important;
}

md-radio-button.md-container.md-ink-ripple {
    background-color: rgba(0, 255, 0, 0.87);
}

md-checkbox.md-checked .md-icon {
    background-color: rgba(0, 0, 249, 0.87);
}

.md-datepicker-button {
    display: none !important;
}

.bc-no-display {
    display: none !important;
}

.md-datepicker {
    font-size: 13px;
}

md-input-container {
    margin: 0;
    margin-top: 16px;
}
md-input-container .md-input.input-order-accept{
    height: 15px;
}
.order-accept {
    margin: 0;
}
.md-input-container {
    margin: 0;
    padding-top: 30px;
}

.payment-methods-checkboxes {
    padding-left: 30px;
}

.bg-light-gray {
    background-color: #eee !important;
}

.bc-text-align--center {
    text-align: center;
}

.bc-text-align--left {
    text-align: left;
}

.bc-text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.status-open {
    color: green;
}

.status-closed {
    color: red;
}

.bc-color--error {
    color: red;
}

.bc-error {
    color: red;
    font-size: 12px !important
}

.bc-color--white {
    color: #fff;
}

.bc-color--black {
    color: #000;
}

.bc-background--white {
    background: #fff;
}

#page--fixed-height {
    /* Positioning */
    min-height: calc(100vh - 130px);
}

#page--content {
    /* Positioning */
    min-height: calc(100vh - 130px);
    /* Color/Background */
    background: url(/assets/images/login-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*    -webkit-filter: blur(3px);
    z-index: 0;
    */
}

#page--box {
    -webkit-filter: blur(0px);
    /*    z-index:0;*/
}

.captcha-img-size {
    width: 150px;
    height: 45px;
}

#page-fix--height {
    min-height: calc(100vh - 112px);
}

.table-data tr td {
    border-bottom: 1px solid #eee;
    padding: 5px;
}

.inquiry-table tr td {
    padding: 5px;
}

.bc-no-link {
    text-decoration: none;
}

.bc-simple-badge {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #bbb;
}

.bc-inquiry-chip {
    cursor: default;
    border-radius: 6px;
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 8px 0 8px;
    float: left;
    box-sizing: border-box;
    max-width: 93px;
    position: relative;
}

.reset-margin--top {
    margin-top: 0;
}

.bc-messages--box {
    background: #eee;
    height: 250px;
    overflow: auto;
}

.bc-beta {
    font-size: 12px;
    color: red;
}


/* with this rule its possible to add <br> into tooltip text */

md-tooltip .md-content {
    height: auto;
}

.bc-carlleo--logo {
    width: 84px;
    height: 19px
}

.bc-notification--row {
    margin-bottom: 2px;
    padding: 18px 14px;
    background: #eee;
}

.bc-notifications--exists {
    background: #B53E4B;
    color: #eee;
    font-weight: bold;
}

.bc-image {
    width: 100%;
    height: 100%;
}

.bc-image img {
    -webkit-transition: all 0.4s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.4s ease;
    /* Firefox */
    -ms-transition: all 0.4s ease;
    /* IE 9 */
    -o-transition: all 0.4s ease;
    /* Opera */
    transition: all 0.4s ease;
}

.bc-image:hover img {
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -moz-transform: scale(1.2);
    /* Firefox */
    -ms-transform: scale(1.2);
    /* IE 9 */
    -o-transform: scale(1.2);
    /* Opera */
    transform: scale(1.2);
}

.additional-padding-toolbar {
    padding: 4px 16px !important;
}

.inherit-title-inquiries {
    font-size: 22px;
    letter-spacing: 0.005em;
    box-sizing: border-box;
    font-weight: 200;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 64px;
    max-height: 64px;
    padding: 0 16px;
    margin: 0;
    font-family: Roboto, sans-serif;
    padding-top: 28px;
    padding-bottom: 20px;
}

.inquiries-font-inherit {
    font-family: Roboto, sans-serif !important;
}

.bid-inquiry-label {
    font-size:15px;
    text-transform: uppercase;
    padding-top:8px;
    padding-right:8px;
}

.inquiries-font-row-divided-title {
    font-size: 22px;
    letter-spacing: 0.005em;
    box-sizing: border-box;
    font-weight: 200;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 64px;
    max-height: 64px;
    margin: 0;
    font-family: Roboto, sans-serif;
}

.margin-20-px {
    margin: 20px !important;
}

.inherit-title-inquiries-text-icon {
    padding-left: 14px !important;
}

.last-row-inner-text {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 28px !important;
}

.first-row-margins {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 8px;
}

.inner-row-margins {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 8px;
}

.font-size-inquiries {
    font-size: 13px !important;
}

.padding-top-comments {
    padding-top: 34px;
}

.reply-answer-md-button-padding {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 10px !important;
}

.bc-roboto-bold {
    opacity: 1;
    font-weight: 500;
}

.md-button.md-small {
    min-height: 24px;
    line-height: 28px;
    padding-left: 16px;
}

.md-button.md-small-files {
    min-height: 24px;
    line-height: 28px;
}

.md-button.md-tiny-icon {
    min-width: 12px;
    min-height: 24px;
    line-height: 28px;
}

.md-icon.md-icon-no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.bc-comments-count {
    padding-right: 6px;
}

.bc-static-width-currency {
    width: 110px;
}

.md-bidoffert-button {
    opacity: 1!important;
    ;
    color: white!important;
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
    border-color: rgba(0, 0, 0, 0.12)!important;
    ;
    border-style: none;
    background: rgb(221, 44, 0)!important;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
    width: 136px;
    height: 40px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.bc-not-active-inquiry-title {
    font-size: 13px;
    padding-top: 2px;
    text-transform: uppercase;
}

.bc-active-inquiry-title {
    font-size: 18px;
    font-weight: bold;
}

.bc-own-margin-radio-button {
    margin-right: 28px !important;
}

.bc-padding-radio-group {
    padding-left: 4px !important;
    margin-top: 0px;
}

.bc-required-font-color {
    color: red;
}

.bc-md-input-container {
    margin-top: 0px !important;
}

.bc-own-left-margin-span {
    margin-left: 4px !important;
}

.bc-md-input-container-for-part-group {
    margin-top: 8px !important;
}

.bc-line-height-42px {
    line-height: 42px !important;
}

.left-side-padding-16px-column {
    padding-left: 16px !important;
}

.bc-custom-prive-input {
    font-size: 17px;
    order: 2;
    display: block;
    margin-top: 0;
    background: none;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    border-width: 0 0 1px 0;
    line-height: 26px;
    height: 26px;
    -ms-flex-preferred-size: 26px;
    border-radius: 0;
    border-color: #BDBDBD;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
    float: left;
    -webkit-tap-highlight-color: transparent;
}

.bc-custom-g-message-class {
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    opacity: 1;
    margin-top: 0;
    color: rgb(221, 44, 0);
    padding-top: 4px;
}

.bc-custom-container-message-class {
    position: relative;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    overflow: hidden;
    clear: left;
}

.bc-custom-prive-input:focus {
    outline: none !important;
}

.bc-price-row-custom-padding {
    padding-top: 6px;
    padding-bottom: 6px;
}

.bc-custom-label-price {
    line-height: 26px;
    padding-left: 4px;
}

.bc-custom-font-summary-price {
    font-size: 16px;
    font-weight: bold;
}

.bc-md-checkbox {
    margin-bottom: 0px;
}

.bc-md-selec-label-no-margin {
    margin-bottom: 0px;
}

.scroll-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 140px;
    z-index: 99;
    cursor: pointer;
    margin: 10px;
}

.search-container {
    padding-top: 10px;
    padding-left: 10px;
}

.search-container input {
    outline: 0;
    border-width: 0 0 1px;
    border-color: rgb(0,0,0,0.26);
}

.search-container input:focus{
    border-width: 0 0 2px;
    border-color: rgb(63,81,181);
}

.checkboxes-filter-container {
    margin-top: 13px;
}

.clear-filter-button {
    float: right;
}

.accept-order-content {
    padding: 35px 0px 0px 30px;
}
.accept-order-content li {
    padding-bottom: 20px;
}

.accept-order-cell {
    padding-right: 5%;
}

.filter-model-select {
    padding-right: 5%;
}

.filter-model-input {
    overflow: hidden; 
    white-space: nowrap;
    max-width: 300px;
}

.select-brand-and-model {
    padding-right:10px;
}

md-autocomplete[md-floating-label] md-input-container {
    padding: 0 !important;
}

@media (max-width: 1280px) {
    .bcinquirySectionwidth {
        width: 70%;
    }

    .scroll-to-top  {
        right: 0;
    }
}

@media (min-width: 1281px) {
    .bcinquirySectionwidth {
        width: 60%;
    }
}

@media (min-width: 1680px) {
    .bcinquirySectionwidth {
        width: 50%;
    }
}

.ng-thumb {
    width: auto;
}

div.ng-gallery {
    display: flex;
}

#navbar-logout {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    margin-right: 20px;
}

#navbar-logout a:hover {
    color: white;
    text-decoration: none;
}

#add-inquiry-btn #add-inquiry-btn-resize {
    background: #d84315;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.el-hotspot {
    border: 2px solid #e0e0e0 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    padding: 5px;
    width: 200px;
    height: 120px;
    margin: 0 20px;
    margin-bottom: 20px;
    user-select: none;
    transition: background 0.3s, color 0s;
}

.el-hotspot md-icon {
    margin: 10px !important;
}

.el-hotspot:hover {
    border: 2px solid #dd2c00 !important;
    background: #dd2c00;
    color: white;
}

.el-hotspot:hover > md-icon {
    color: white;
}

/* Color of active step circle */
.md-step.md-active md-step-label-wrapper::before, .md-step.md-success md-step-label-wrapper::before {
    background: #3f51b5 !important;
}

.padding-0-px {
    padding: 0px;
}

.circle {
    background: #3f51b5;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 24px;
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;

}

.stepper-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    height: 24px;
}

.stepper-label {
    line-height: 24px;
    margin: 0px 5px;
}

.optional-text {
    font-size: 10px;
    line-height: 10px;
}

#bid-accept-button {
    margin-left:20px;
}

.text-wrap-break {
    word-break: break-all;
}

.md-virtual-repeat-scroller {
    margin-left: 100px !important;
}

md-menu-bar {
    padding: 0;
}

md-toolbar-tools {
    padding: 0;
}

@media (max-width: 600px) {
    .margin-sm-xs-13 {
        margin-top: 13px;
        margin-bottom: 13px;
    }

    .myBtn {
        right: 0;
    }

    .filter-model-select {
        padding-right: 0;
        padding-bottom: 10px
    }

    .filter-brand-select {
        padding-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .margin-bottom-xs-15 {
        margin-bottom: 15px !important;
    }
}
.margin-bottom-15-px {
    margin-bottom: 15px !important;
}

#top_menu_logo {
    padding: 10px;
}

@media screen and (min-width: 768px) {
    .content_resize {
        -webkit-flex: 1 1 70%;
        -flex: 1 1 70%;
        max-width: 70%;
        max-height: 100%;
    }
    .bc-thumbnail {
        width: 358px;
        height: 268.5px;
    }

    .filter-model-select {
        padding-right: 0;
    }
}

@media screen and (max-width: 800px) {
    .bc-thumbnail {
        width: 249.75px;
        height: 187.5px;
    }

    .checkboxes-filter-container {
        margin-top: 6px;
    }
}

@media screen and (max-width: 330px) {
  #notification_counter {
    position: relative;
    top: -21px;
    left: 20px;
    }

    .justification-placeholder {
        font-size: 13px;
    }
}

 @media screen and (max-width: 450px) {
    .mobile-button{
        white-space: pre-line !important;
        padding: 5px;
        line-height: 15px;
        max-width: 60% !important;
    }

    #add-inquiry-btn {
        display: none;
    }
    #add-inquiry-btn-resize {
        display: block;
    }
    #notification_menu {
        width: 100vw;
    }

    .additional-padding-toolbar {
        padding: 15px 0px !important;
    }

    .mobile-divider {
        border-top-width: 0;
        border-right-width: 1px;
        border-right-style: solid;
        width: 100%;
        color: #dcdcdc;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .md-menu-bar button {
        padding: 0;
    }

    .new_notification_options {
        float: none;
    }

    .flex_span_text_button {
      display: flex;
    }

    .flex_span_text {
      flex: 1;
      display: flex;
      flex-wrap: wrap;
      align-items: left;
    }

    md-menu-content.md-dense md-menu-item {
        height: 60px;
    }

    md-menu-content.md-menu-bar-menu.md-dense .md-button {
        height: 60px;
    }
    .md-button {
        line-height: 20px;
    }

    img.face {
        margin: 0;
    }

    .content_resize {
        -webkit-flex: 1;
        -flex: 1;
        min-width: 0;
    }

    .bc-thumbnail {
        width: 133.2px;
        height: 100px;
    }

    .hide_for_resize {
        display: none;
    }

    .md-body-1 {
        font-size: 12px;
    }

    .truncate_resize_text {
        white-space: nowrap;
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width: 768px) {
    .table-orders-text-wrap {
        width: 25%;
        word-wrap: break-word;
    }
    .table-orders-accept-text-wrap {
        width: 45%;
        word-wrap: break-word;
    }

    .search-filter-container {
        padding-right: 20px;
    }
}

@media screen and (min-width: 450px) {
    #add-inquiry-btn {
        display: block;
    }
    #add-inquiry-btn-resize {
        display: none;
    }

    .new_notification_options {
        float: right;
    }

    img.face {
        margin: 0;
    }

    .inquiry_right_column {
        -webkit-flex-direction: row;
        flex-direction: row;
        display: -webkit-flex;
        display: flex;
    }

    .first_inline_resize {
        display: inline-block;
    }

    .second_inline_resize {
        display: inline-block;
    }
}

@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
    md-toolbar {
    min-height: 64px;
    }
}

.rsp-table {
    display: table;
}
.rsp-table-order-accept {
    display: table;
    width: 80%;
    border: 1px solid rgba(158,158,158,255);
    margin: 5px;
}
.rsp-table-row {
    display: table-row;
}
.rsp-table-cell {
    display: table-cell;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.rsp-table-cell-total {
    display: table-cell;
}
.rsp-order-accept-table-cell {
    display: table-cell;
    border-bottom: 1px solid rgba(158,158,158,255);
}
.rsp-table-row:last-child .rsp-table-cell{
    border: none;
}
.rsp-table-invoices {
    display: table;
    width: 97%;
    border: 1px solid rgba(158,158,158,255);
}
.rsp-invoices-table-cell {
    display: table-cell;
    border: 1px solid rgba(158,158,158,255);
}

.input-invoice-value
{
    max-width: 250px !important;
}

.number-cell {
    width: 5%;;
}
.rsp-width-10 {
    width: 10%;
}
.rsp-width-15 {
    width: 15%;
}
.rsp-width-20 {
    width: 20%;
}
.rsp-width-25 {
    width: 25%;
}
.rsp-width-30 {
    width: 30%;
}
.rsp-width-40 {
    width: 40%;
}
.rsp-table-header {
    display: table-header-group;
    font-weight: 700;
}
.rsp-table-header .rsp-table-cell {
    border: none;
}
.display-mb {
    display: none;
}
.mb_title {
    display: none;
}

.md-select-placeholder {
    font-weight: 700;
}
.md-select-placeholder>span {
    margin-bottom: 5px;
}
.flex-50-100 {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
    display: flex;
}

.supplier_info > span {
    word-break: break-word;
}

.supplier_info > .contact_header {
    font-weight: 700;
}

.layout-row-column {
    flex-direction: row;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.empty_option {
    font-style: italic;
    font-size: 16px;
    color: rgba(0,0,0,0.87);
}

.stock_header_section button {
    float: right;
}

.stock_header_section h2 {
    display: inline-block;
}

.horizontal_card_flex_item {
   align-self: center;
   padding-right: 10px;
   word-break: break-all;
}

.worker_department span {
    font-size: 18px;
}

md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
    white-space: nowrap;
}

md-tabs-wrapper md-next-button, md-tabs-wrapper md-prev-button {
    background-color: rgb(63, 81, 181);
}

label {
    word-break: break-all;
}

.ordered-material-list {
    padding: 0;
}

@media (max-width: 767px) {
    .display-dt {
        display: none;
    }
    .display-mb {
        display: block;
    }
    .rsp-table, .rsp-table-row, .rsp-table-cell .rsp-order-accept-table-cell{
        display: block;
    }
    .rsp-table {
        padding: 0;
    }
    .rsp-table-row {
        padding: 10px;
    }
    .rsp-table-cell {
        border: none;
    }
    .rsp-order-accept-table-cell {
        border: none;
    }
    .rsp-invoices-table-cell {
        border: none;
        font-size: 15px !important;
    }
    .rsp-table-header{
        font-size: 15px !important;
    }
    .rsp-width-20, .rsp-width-25, .rsp-width-30, .rsp-width-40 {
        width: 100%;
    }
    .mb-text-left {
        text-align: left !important;
    }
    .mb_title {
        display: inline-block;
        font-weight: 700;
    }
    .mb-box-shadow {
        box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 2px 1px -1px rgb(0 0 0 / 12%);
    }
    .mb-no-box-shadow {
        box-shadow: none;
    }
    .flex-50-100 {
        -webkit-flex: 1 1 100% !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
        max-width: 100% !important;
        display: flex;
        margin-bottom: 10px;
    }
    .layout-row-column {
        flex-direction: column;
    }

    .stock_header_section button {
        float: none;
        margin-top: 0;
    }

    .stock_header_section h2 {
        display: block;
    }
}
@media (max-width: 959px) {
    md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
        white-space: nowrap;
        -webkit-transform: translate3d(0, 10px, 0) scale(0.75) !important;
        transform: translate3d(0, 10px, 0) scale(0.75) !important;
    }
    md-toolbar:not(.navigation_toolbar) {
        min-height: 48px;
    }
    .width-sm-90 {
        width: auto !important;
        max-width: 90%;
    }
    .sm-no-float {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .clear_filter div {
        background: none !important;
        background-color: transparent !important;
    }

    .bcinquirySectionwidth {
        width: 100%;
    }

    .md-dialog-container {
        max-height: 96vh;
        padding-top: 2vh;
    }
}

@media (max-width: 599px) {
    .layout-xs-column md-divider {
        border-top-width: 1px;
    }
    .margin-xs-20-divider {
        margin: 20px -20px;
    }
    .margin-xs-bottom {
        margin-bottom: 20px;
    }
    .md-toolbar-tools h2 {
        font-size: 16px;
    }
    .margin-xs-left-10-px {
        margin-left: 10px;
    }
}

@media (min-width: 600px) and (max-width: 1279px) {
    .btn_filter {
        display: flex;
        flex-direction: column;
        min-width: fit-content;
        font-size: 12px;
    }

    .show-overflow {
        overflow: visible;
    }
}