﻿@media screen and (max-width: 769px) {
    .hide-logo {
        display: none;
    }

    .used-part-search {
        margin-top: 150px;
    }
}

@media (min-width: 770px) {
    .used-part-search {
        margin-top: 0px;
    }
}

input[type='button'] {
    min-width: 90px;
}

.inspection-download-td td:hover {
    background-color: #ddd;
    cursor: pointer;
}

body {
    padding-top: 110px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 800px;
}

.file-listing-section {
    list-style-type: none;
}

.file-listing-section li span {
    text-decoration: underline;
    cursor: pointer;
}

.site-logo {
    font-family: "Helvetica-Black";
    font-size: 25px;
    font-size: 2.5rem;
}

.housby-logo {
    color: #fcfcfc;
    line-height: 25px;
    line-height: 2.5rem;
}

.housby-red {
    color: #e31d1a;
}

@font-face {
    font-family: 'Helvetica-Black';
    src: url('Fonts/Helvetica-Black.otf') format('opentype');
}

.dot-sell {
    height: 1.35rem;
    width: 1.35rem;
    border-radius: 50%;
    margin-right: 1rem;
    display: inline-block;
    position: relative;
    top: .25rem;
    background-color: indianred;
}

.dot-good {
    height: 1.35rem;
    width: 1.35rem;
    border-radius: 50%;
    margin-right: 1rem;
    display: inline-block;
    position: relative;
    top: .25rem;
    background-color: lightgreen;
}

.dot-repair {
    height: 1.35rem;
    width: 1.35rem;
    border-radius: 50%;
    margin-right: 1rem;
    display: inline-block;
    position: relative;
    top: .25rem;
    background-color: yellow;
}

.overlay {
    background: #f4f3f3;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    z-index: 9999;
}

.inventory .vehicle {
    border: 1px solid #dedede;
    padding: 1rem;
    margin: .75rem 0;
    border-radius: .35rem;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.075);
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.075);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

#loading-img {
    background: url('Images/ring.gif') center center no-repeat;
    height: 100%;
    z-index: 9999;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.partsSearchArrow {
    background-color: #e12726;
    color: white;
    padding: 5px;
    border-radius: 5px;
    max-width: 30px;
    max-height: 30px;
    font-size: 1.4em;
}

.confirmBox {
    border: 1px solid #b6c393 !important;
    padding: 0.01em 16px;
    border-radius: 16px;
    box-sizing: inherit;
    display: block;
    background: #eef3e1;
    height: 50px;
    line-height: 45px;
}

/*Outsource*/
.add-on .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}

/*.input-group-btn {
    display: none;
}*/
/*.container {
    -ms-overflow-style: none;  
}
.container::-webkit-scrollbar { 
    display: none;  
}*/
.addCartBtn {
    border: none;
    background-color: red;
    height: 40px;
    width: 170px;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
}

/* Green */
.success {
    color: green;
}

    .success:hover {
        background-color: #4CAF50;
        color: white;
    }

/* Blue */
.info {
    color: dodgerblue;
}

    .info:hover {
        background: #2196F3;
        color: white;
    }

/* Orange */
.warning {
    color: orange;
}

    .warning:hover {
        background: #ff9800;
        color: white;
    }

/* Red */
.danger {
    color: red;
}

    .danger:hover {
        background: #f44336;
        color: white;
    }

/* Gray */
.default {
    color: black;
}

    .default:hover {
        background: #e7e7e7;
    }

.panel-title {
    position: relative;
}


    .panel-title:after {
        content: "\e113";
        color: #333;
        top: -2px;
        right: 0px;
        position: absolute;
        transition: all 0.5s;
        font-family: "Glyphicons Halflings"
    }

    .panel-title[aria-expanded="true"]:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.filterPanel {
    position: absolute;
    background: rgb(245, 245, 245);
    width: 330px;
    height: fit-content;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
}

.page-layout-icon {
    font-size: 30px;
    height: 50px;
}

    .page-layout-icon span {
        cursor: pointer;
    }

.page-layout-select-box {
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .page-layout-select-box select {
        width: 100%;
        overflow: hidden;
        border: none;
        outline: none;
        padding: .5rem;
        color: #333;
    }

        .page-layout-select-box select option {
            padding: .5rem;
        }

.row-centered {
    display: flex;
    justify-content: center;
}

.images {
    max-height: 60vh;
    overflow-y: scroll;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.images .tag {
    position: relative;
    width: calc(100% / 3);
}

    .images .tag img {
        width: 100%;
        height: auto;
        cursor: pointer;
        padding: .75rem;
    }

        .images .tag img.selected:hover {
            background: #499349;
        }

        .images .tag img.selected {
            background: #5cb85c;
        }

        .images .tag img:hover {
            background: #2aabd2;
        }

    .images .tag span {
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        font-family: "Avenir Book";
        font-size: 2.25rem;
        font-weight: bold;
        position: absolute;
        width: 4rem;
        height: 4rem;
        border-radius: 2rem;
        bottom: 1rem;
        right: 1rem;
        background: #fff;
        -moz-box-shadow: 0 0.35rem 1.5rem rgba(50, 50, 50, 0.8);
        -webkit-box-shadow: 0 0.35rem 1.5rem rgba(50, 50, 50, 0.8);
        box-shadow: 0 0.35rem 1.5rem rgba(50, 50, 50, 0.8);
    }

.control-number {
    width: 25rem;
    margin-left: .5rem;
    padding: .4rem .75rem;
    border: 1px solid #ccc;
    outline-color: #cccccc;
}

.options {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
}

.per-row {
    margin-left: .5rem;
    padding: .5rem;
    border: 1px solid #ccc;
    color: #333;
    outline: none;
}

.excluded-loujohn {
    background-color: yellow;
}

.seller-card {
    border: 1px solid #5cb85c;
    padding: 10px;
    border-radius: 7px;
    background-color: #5cb85c;
    color: white;
    width: fit-content;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.seller-x-icon {
    font-size: 11px;
    padding-left: 5px;
}

.pipeline-panel-control-btn {
    color: white;
    background: black;
    font-weight: bolder;
    border-radius: 5px;
    padding: 14px;
    margin-bottom: 15px;
    cursor: pointer;
}

.section-expand-icon {
    float: right;
    margin-right: 5px;
}

.message-container {
    height: 327px;
    border-radius: 11px 11px 0px 0px;
    box-shadow: inset 0px 0px 12px #00000014;
    width: 121%;
    padding: 0px 17px;
    margin-left: -228px;
}

#chat-message-grid {
    height: 327px;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    display: flex;
    flex-direction: column-reverse;
}

    #chat-message-grid::-webkit-scrollbar { /* WebKit */
        width: 0px;
    }

.submit-chat-section {
    display: flex
}

.submit-chat-input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EDEDED;
    border-radius: 0px 0px 0px 11px;
    opacity: 1;
    height: 61px;
    width: 100%;
    max-width: 1036px;
    padding-left: 40px;
    padding: 0px 35px;
    margin-left: -3px;
}

.submit-chat-button {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EDEDED;
    border-radius: 0px 0px 11px 0px;
    opacity: 1;
    height: 61px;
    border-left: none;
    padding: 0px 91px;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
}

.submit-chat-input:placeholder-shown {
    font-style: italic;
}

.submit-chat-input:focus {
    outline: none;
}

.offer-btn {
    background: #E31D1A 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    border: none;
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    margin: 5px 3px 0px 5px;
}

.text-message-section-customer {
    padding: 5px 0px;
    display: flex;
    align-items: center;
    float: right;
}

.text-message-section-used-part {
    padding: 5px 0px;
    display: flex;
    align-items: center;
    float: left;
}

.message-box-customer {
    background: #E31D1A 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
    color: white;
    width: 586px;
    padding: 15px 35px 5px 35px;
    text-align: left;
}

.message-box-used-part {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
    width: 586px;
    padding: 15px 35px 5px 35px;
    text-align: left;
}

.initial-name-message {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #E5E5E5;
    opacity: 1;
    margin: 0px 20px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    padding-top: 13px;
}

.message-time {
    color: #A2A2A2;
    padding: 0px 15px;
    text-align: right;
}


.message-date-group {
    padding-top: 20px;
}

.message-date {
    margin-bottom: 20px;
}

.InReview {
    font-weight: bold;
    color: green;
}

.Cancelled {
    font-weight: bold;
    color: red
}

.another-offer-section {
    margin-top: -53px;
    position: absolute;
    width: 100%;
    border: none !important;
    text-align: right;
    padding: 0 !important;
    padding-left: 250px !important;
    height: 32px;
}

.another-offer-text-section {
    background-color: #f5f5f5;
}


.another-offer-text-section p {
    margin-right: 25px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 12px;
}

.another-offer-logo-section {
    display: inline-block;
    padding: 5px;
    border: 2px solid white;
    background-color: white;
    border-radius: 25px 0px 0px 25px;
    margin-top: -6px;
    margin-bottom: -18px;
}

.another-offer-logo-section img {
    background-color: white;
}

.project-value-section div {
    display: flex;
    align-items: center;
}

.project-value-section input {
    width: 130px;
    margin: 5px;
    height: 30px;
}

.project-value-repairs-section {
    margin-left: 20px;
}

.project-value-repairs-section div {
    display: flex;
    align-items: center;
}

.project-value-repairs-section input {
    width: 130px;
    margin: 5px;
    height: 30px;
}

.pipeline-detail-arrow-rounded {
    height: 20px;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-right: 5px;
}

.project-submit {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 30px;
    font-size: 12px;
}

.default-pipeline-status span {
    color: black;
}

.ready-status-submit span {
    color: green;
}

.ready-status-in-progress span {
    color: darkorange;
}

.default-pipeline-status div {
    display: inline-block;
    background-color: #e3e3e3;
    color: #787878;
    padding: 8px 15px;
    border-radius: 20px;
    text-align: center;
    width: fit-content;
    margin-right: 20px;
    text-wrap: nowrap;
    font-weight: bold;
    min-width: 140px;
}

.ready-status-submit div {
    display: inline-block;
    background-color: #5CB85C;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-align: center;
    width: fit-content;
    margin-right: 20px;
    text-wrap: nowrap;
    font-weight: bold;
    min-width: 140px;
}

.ready-status-in-progress div {
    display: inline-block;
    background-color: darkorange;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-align: center;
    width: fit-content;
    margin-right: 20px;
    text-wrap: nowrap;
    font-weight: bold;
    min-width: 140px;
}

.tooltip-dashboard {
    position: relative;
    display: inline-block;
}

.tooltip-dashboard .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: gray;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    margin-left: 10px;
}

.tooltip-dashboard:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 10px;
    text-align: left;
    padding: 10px !important;
    text-align: left !important;
    display: flex;
    justify-content: center;
}

.process-tooltiptext {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 10px;
    text-align: left;
    padding: 10px !important;
    text-align: left !important;
    filter: none;
}

.process-tooltip-dashboard {
    position: relative;
}

.process-tooltip-dashboard ~ .process-tooltiptext {
    visibility: hidden;
    border-radius: 6px;
    position: absolute;
    top: -40px;
    margin-left: -87px;
    min-height: 39px;
    background: #000000 0% 0% no-repeat padding-box;
    color: #ffffff;
    width: max-content;
    z-index: 99999;
    filter: none;
}

.detail-tooltip-dashboard ~ .process-tooltiptext {
    visibility: hidden;
    border-radius: 6px;
    position: absolute;
    top: -56px;
    margin-left: 272px;
    min-height: 39px;
    background: #000000 0% 0% no-repeat padding-box;
    color: #ffffff;
    width: max-content;
    z-index: 99999;
    filter: none;
}

.process-tooltip-dashboard:hover ~ .process-tooltiptext {
    visibility: visible;
}

.detail-tooltip-dashboard:hover ~ .process-tooltiptext {
    visibility: visible;
}

.InSessionGrayOut  {
    filter: invert(70%) sepia(0%) saturate(0%) hue-rotate(180deg);
}

.tooltip-adjacent-dashboard .tooltiptext-adjacent {
    visibility: hidden;
    width: 99px;
    background-color: gray;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 0px 0;
    position: absolute;
    z-index: 1;
    top: 88px;
    margin-left: -52px;
}

.tooltiptext-adjacent {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.booked-dollar-container:hover .tooltiptext-adjacent {
    visibility: visible;
}

.tooltip-detail-adjacent-dashboard .tooltiptext-detail-adjacent {
    visibility: hidden;
    width: 161px;
    height: 20px;
    background-color: gray;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 0px 5px 0px 5px;
    position: relative;
    z-index: 1;
    margin-left: 198px;
    margin-top: -19px;
    display: block;
}

.tooltiptext-detail-adjacent {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.createdate-container:hover .tooltiptext-detail-adjacent {
    visibility: visible;
}

.project-value-section div {
    display: flex;
    align-items: center;
}

.project-value-section input {
    width: 130px;
    margin: 5px;
    height: 30px;
}

.project-value-section {
    /*margin-top: -13px;*/
}

.project-submit {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 30px;
    font-size: 12px;
}

.link-form-section {
    margin-bottom: 20px;
}

.project-value-section div {
    display: flex;
    align-items: center;
}

.project-value-section input {
    width: 130px;
    margin: 5px;
    height: 30px;
}

.notes-section {
    margin: 10px;
    width: 40%;
}

.project-submit {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 30px;
    font-size: 12px;
}


.x-icon-wholesale-cart {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -2px 2px 6px #00000019;
    opacity: 1;
    height: 26px;
    width: 26px;
    border-radius: 15px;
    position: absolute;
    text-align: center;
    padding-top: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #ADADAD;
}
.disabledTab {
    pointer-events: none;
}

#stat-board-toggle {
    box-shadow: 0px 1px 20px #00000014;
    float: right;
    cursor: pointer;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    padding: 10px 50px;
    color: #8D8D8D;
    font-weight: bold;
}

.moveTabSelected {
    font-weight: bold;
    text-decoration: underline;
    background-color: #5CB85C33;
    border-left: 3px solid #5CB85C;
}

.mrfSelected {
    font-weight: bold;
    text-decoration: underline;
    background-color: #5CB85C33;
    border-left: 3px solid #5CB85C;
}

.tabMove, 
.inspectionChoice {
    padding: 10px 20px;
}

.tabMove:hover,
.inspectionChoice:hover {
    background-color: #F7F7F7;
    border-left: 3px solid #D9D9D9;
}

.mrfRow:hover {
    background-color: #F7F7F7;
    border-left: 3px solid #D9D9D9;
}

.mrfRow {
    padding: 10px 20px;
}

.commissionInReview {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.requestEditBtn {
    background-color: #ff8100e0;
    color: white;
}

button:disabled,
button[disabled] {
    border: none;
    background-color: #F0F0F0;
    color: #919191;
    pointer-events: none;
}


.approve-commission-section, .approve-mrf-section {
    display: flex;
}

.approve-commission-section img, .approve-mrf-section img{
    width: 33.33%;
    width: 22px;
    height: 22px;
    margin: 3px;
    cursor: pointer;
}

.commission-group-btn, .mrf-group-btn {
    display: flex;
}

#manager-commissionBtn, #manager-mrfBtn {
    padding: 7px;
    border-radius: 4px;
    width: 33.333%;
    margin: 3px;
}

.commission-group-btn button, .mrf-group-btn button {
    padding: 7px;
    background-color: white;
    border-radius: 4px;
    width: 33.333%;
    margin: 3px;
}

.commission-deny-btn, .mrf-deny-btn {
    border: 1px solid #D44946;
    color: #D44946;
}

.commission-deny-btn.active, .mrf-deny-btn.active {
    color: white;
    background-color: #D44946;
}

.commission-propose-btn {
    border: 1px solid #F78C1F;
    color: #F78C1F;
}

.commission-propose-btn.active {
    color: white;
    background-color: #F78C1F;
}

.commission-approve-btn, .mrf-approve-btn {
    border: 1px solid #52AF52;
    color: #52AF52;
}

.commission-approve-btn.active, .mrf-approve-btn.active {
    color: white;
    background-color: #52AF52;
}

.disable-section {    
    color: #919191;
    pointer-events: none;
}

.mrf-denied {
    font-weight: bold;
    color: #ce4040
}

.mrf-approved {
    font-weight: bold;
    color: #52AF52
}


.datepicker-container {
    position: relative;
    display: inline-block;
}

.fa-caret-down {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.stat-tbody {
    display: block;
    max-height: 120px;
    width: 350px;
    overflow: auto;
}

input::-webkit-datetime-edit-fields-wrapper {
    text-decoration: underline;
}

.pipeline-stat-section input[type='date'] {
    border: 0px;
    outline: 0px;
    box-shadow: none;
    text-decoration: underline;
    padding: 0px;
    width: 95px;
}

.total-unit-number {
    width: fit-content;
    height: 40px;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    opacity: 1;
    text-align: center;
    border-radius: 35px;
    vertical-align: middle;
    line-height: 40px;
    margin: 0px 10px;
    min-width: 40px;
    padding: 0px 10px 0px 10px;
}

.rounded-number {
    width: 40px;
    height: 40px;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    opacity: 1;
    text-align: center;
    border-radius: 35px;
    vertical-align: middle;
    line-height: 40px;
    margin: 0px 10px;
}

.fit-rounded-number {
    width: fit-content;
    height: 40px;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    opacity: 1;
    text-align: center;
    border-radius: 35px;
    vertical-align: middle;
    line-height: 40px;
    margin: 0px 10px;
    min-width: 40px;
    padding: 0px 10px 0px 10px;
}

.leaderboard-runner-section {
    max-height: 60px;
    scrollbar-gutter: auto;
    overflow: auto;
    overflow-x: hidden;
    margin-right: -10px;
    padding-right: 10px;
}

.leaderboard-runner-section::-webkit-scrollbar {
    /*display: none;*/
    width: 4px;
}

/* Track */
.leaderboard-runner-section::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e3e3e3;
    border-radius: 10px;
}

/* Handle */
.leaderboard-runner-section::-webkit-scrollbar-thumb {
    background: #e3e3e3;
    border-radius: 10px;
}

/* Handle on hover */
    .leaderboard-runner-section::-webkit-scrollbar-thumb:hover {
        background: #e3e3e3;
    }

.tooltip-dashboard .tooltiptext {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border: 0.5px solid #CBCBCB;
    color: #8E8E8E;
    width: 345px;
    z-index: 99999;
}

.pipeline-table-row td {
    vertical-align: middle !important;
}


.pipeline-search-btn {
    width: 80px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background-color: black;
    color: white;
    border-color: none;
    border-color: black;
}

.pipeline-search-btn:hover {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background-color: black;
    color: white;
    border-color: black;
}

.pipeline-search-btn:active {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background-color: black;
    color: white;
    border-color: black;
}

.pipeline-search-btn:focus {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background-color: black;
    color: white;
    border-color: black;
}


.pipeline-confirm-status-section {
    display: flex;
    margin-right: -7px;
}

.pipeline-confirm-status-section span {
    font-weight: bold;
}

.tooltip-detail-page {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.tooltip-detail-page .tooltiptext-detail-page {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-detail-page .tooltiptext-detail-page::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip-detail-page:hover .tooltiptext-detail-page {
    visibility: visible;
}

.tooltip-first-pass-icon {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.tooltip-first-pass-icon .tooltiptext-first-pass-icon {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    margin-left: -18.58em;
}

.tooltip-first-pass-icon .tooltiptext-first-pass-icon::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip-first-pass-icon:hover .tooltiptext-first-pass-icon {
    visibility: visible;
}

.tooltip-clear-sale {
    position: relative;
    display: inline-block;
    font-weight: bold;
    float: right;
    cursor: pointer;
}

.tooltip-clear-sale .clear-sale-text {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-clear-sale .clear-sale-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip-clear-sale:hover .clear-sale-text {
    visibility: visible;
}


.createdate-container {
    display: contents;
    font-weight: bold;
}

.json-container {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    font-family: monospace;
    white-space: pre-wrap;
}

.XcloseModalBtn {
    cursor: pointer;
    height: 10px;
    margin-top: 8px;
    margin-left: auto;
}

.pipelineModalHeader {
    background: #d3d3d382;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.filter-btn {
    border: none;
    background: none;
    padding: 0px;
}

.filter-btn img{
    width: 10px;
    margin-left: 2px;
}


.column-header-title {
    cursor: pointer;
}

.column-header-title:hover {
    text-decoration: underline;
}
.filter-btn:hover {
    border: none;
    outline: none;
    color: none;
    background-color: none;
    border-color: none;
}

.filter-btn:active {
    border: none;
    outline: none;
    color: none;
    background-color: none;
    border-color: none;
}

.filter-btn:focus {
    border: none;
    outline: none;
    color: none;
    background-color: none;
    border-color: none;
}
.glyphicon-sort {
    display: none;
}

.searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    z-index: 999;
    display: none;
}

.filter-clear-multiselect {
    font-size: 18px;
    margin-left: -25px;
    z-index: 999;
}

.atwho-inserted {
    background-color: lightgray;
    text-decoration: underline;
}

.editable-div {
    cursor: text;
    display: inline-block;
    /*white-space: nowrap;*/
    width: 100px;
    overflow: hidden;
    height: auto;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    width: 583px;
}

.editable-div-process-container {
    background: transparent !important;
    padding: 15px 15px 7px 15px;
    cursor: text;
    overflow: hidden;
    min-height: 100px;
    border: 1px solid lightgray;
    border-radius: 7px;
    background-color: white;
    font-size: 14px;
}

.editable-div-process {
    font-size: 14px !important;
    border: none;
    box-shadow: none;
    width: 100% !important;
    padding: 0px;
    min-height: 40px !important;
    overflow: hidden;
    display: inline-block;
    cursor: text;
}

.process-comment-btn {
    margin-top: 5px;
    width: 80px;
    border-radius: 5px;
    background-color: #5A5758;
    color: white;
    border-color: #5A5758;
}

.editable-div-process:focus {
    outline: none;
}

.editable-div[contentEditable="true"]:empty:before {
    content: attr(placeholder);
    color: darkgray;
    font-style: italic;
}

.editable-div-text-area {
    cursor: text;
    display: inline-block;
    width: 100px;
    overflow: hidden;
    height: auto;
    border-radius: 5px;
    min-height: 120px;
    min-width: 255px;
}

.editable-div-text-area[contentEditable="true"]:empty:before {
    content: attr(placeholder);
    color: darkgray;
    font-style: italic;
}

.select2-selection {
    height: 34px !important;
    padding: 2px;
    border: 1px solid #ccc !important;
}

.select2-selection__arrow {
    margin-top: 3px;
    margin-right: 5px;
}

.comment-span {
    border-left: 2px solid lightgray;
    padding: 5px 0px 5px 10px;
    margin-left: 20px;
    word-wrap: break-word;
}

.row-active {
    background-color: #e7f4e2 !important;
}

.row-info-active {
    background-color: #eff9e6 !important;
}

.tab-active {
    font-weight: bold;
    text-decoration: underline;
}


.table-bordered {
    border: none;
}

td:first-child {
    border-left: none !important;
}

td:last-child {
    border-right: none !important;
}

td:nth-child(2) {
    border-left: none !important;
}


th:first-child {
    border-left: none !important;
}

th:last-child {
    border-right: none !important;
}

.DetailTextArea {
    width: 100%;
    height: 100px;
}

.modal {
    overflow: auto !important;
}

.btn-combine {
    color: white;
    background-color: black;
    border-color: black;
    height: 30px;
    font-size: 12px;
    width: 100%;
    margin-top: 2px;
}

.btn-hos-black {
    color: white;
    background-color: black;
    border-color: black;
}

.detail-editable {
    display: none;
    margin-bottom: 10px;
    margin-top: -5px;
}

.detail-editable-label {
    display: none;
}

.import-section > .row:not(:last-child) {
    border-bottom: solid 1px #ddd;
    padding: 5px 0px;
}

.sticky-sub-header {
    position: sticky;
    top: 91px;
    background-color: white;
    z-index: 1;
}
.stretch-out-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -51.2vw;
    margin-right: -50vw;
}

#sticky-inner-section {
    padding: 5px 0px;
    margin-right: -23px;
    margin-left: 24px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    transition: transform 1s;
}

#sticky-inner-section[stuck] {
    padding: 0px 0px !important;
    border-top: none;
    border-bottom: none;
    transition: transform 1s;
}

.default-box-shadow {
    box-shadow: 0px 3px 10px #00000017;
}

.stretch-out-section-used-part {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50.45vw;
    margin-right: -50vw;
}

.sticky-inner-section-used-part {
    margin-right: -23px;
    margin-left: -6px;
}

.banner-section {
    margin-top: 15px;
    margin-bottom: 30px;
}

.banner-section img {
    cursor: pointer;
}

.hide-logo img {
    max-height: 60px;
    float: right;
    padding: 0px;
    margin-top: 10px;
}


.pipeline-search-all-tab {
    border-radius: 50px;
    height: 40px;
    padding-left: 23px;
    background: transparent;
}

.pipeline-search-all-btn {
    background-color: transparent;
    border-color: transparent;
    width: 42px;
    position: absolute;
    right: 15px;
    top: 5px;
}

.white-background {
    background: white;
}

.pipeline-tab a {
    background: #F0F0F0;
}

.pipeline-tab a {
    margin: 0px 2px;
}

/*.pipeline-inner-tab-dollar-container-box:nth-of-type(even) {
    background: #F8F8F8;
}*/
#inspection-edit-form {
    margin-bottom: 0 !important;
}

.pipeline-inner-tab-row-container {
    min-height: 72px;
    padding: 6%;
}

.pipeline-inner-tab-dollar-container-box:nth-of-type(odd) {
    background: #F0F0F0;
}

.pipeline-inner-tab-inspection-container-box:nth-of-type(even) {
    background: #F0F0F0;
}

.pipeline-inner-tab-dollar-container {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.pipeline-inner-tab-odd {
    margin-right: 2px;
    background: #F0F0F0;
}

/*.pipeline-inner-tab-odd.active > a  {
    margin: 0px 2px;
}*/

.pipeline-inner-tab-even {
    background: #DDDDDD;
}

.nav-tabs > .pipeline-inner-tab-even.active {
    background: none;
}

.nav-tabs > .pipeline-inner-tab-even.active > a {
    background: #F0F0F0 !important;
}

.nav-tabs > .pipeline-inner-tab-container.active > a {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-shadow: none !important;
    background: linear-gradient(to right, #FFF, #FFF);
    border-bottom-style: solid solid none solid !important;
}

/*.nav-tabs > .pipeline-inner-tab.active > a {
    background: linear-gradient(to right, #FFF, #FFF) !important;
    border-bottom-style: solid solid none solid !important;
}*/

.active {
    z-index: 1;
}

.nav-tabs > li.active > a {
    color: black !important;
}

.pipeline-index-background {
    height: 210px;
    margin-top: -34px;
    z-index: -1;
    width: 100%;
    background: #F8F8F8;
    position: absolute;
    left: 0;
}

.innertab-side-padding {
    padding-left: 30px;
    padding-right: 30px;
}

.innertab-model-body {
    padding: 30px;
    font-size: 12px;
    /*padding-bottom: 50px;*/
}

.innertab-inner-title {
    background-color: black;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
}

.innertab-inner-sub-title {
    background-color: #D82322;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
}

.innertab-inner-body {
    padding: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 0px 0px 5px 5px;
}

.innertab-inner-body .row {
    margin-bottom: 15px;
}

.svg-document {
    width: 35px;
}

.svg-document-pipeline-innertab {
    width: 22px;
}

.svg-document path {
    d: path('M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z') !important;
}

.filter-housby-red {
    filter: invert(13%) sepia(94%) saturate(5203%) hue-rotate(352deg) brightness(82%) contrast(99%);
}

.housby-red {
    color: #D00D14;
}

.category-quote {
    text-align: end;
}

.actual-input {
    text-align: end;
}

.category-quote-top {
    margin-top: 21px;
}

.category-sub-container {
    /*margin-bottom: 15px;*/
    font-size: 12px;
}

.duplicate-category-sub-container {
    padding: 0px 6% 20px;
    font-size: 12px;
}

.append-category-btn {
    padding: 0px 25px 3%;
}

.append-category-row {
    padding: 0px 6% 20px;
}

.category-name-no-placeholder {
    margin-top: 3%;
}

.table-curved {
    border-collapse: separate;
}

.table-curved {
    border: solid #ccc 1px;
    border-radius: 6px;
}

.table-curved td, .table-curved th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.table-curved th {
    border-top: none;
}

.table-curved th:first-child {
    border-radius: 6px 0 0 0;
}

.table-curved th:last-child {
    border-radius: 0 6px 0 0;
}

.table-curved th:only-child {
    border-radius: 6px 6px 0 0;
}

.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.text-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.image-container-inner-tab {
    margin-bottom: 5px;
}

.file-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    height: 104px;
}

.file-container-last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-right: solid 1px #ddd;
    height: 104px;
}

.inner-attchment-container {
    margin-bottom: 20px;
    padding: 0px;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    min-height: 105px;
}


.status-bubble {
    height: 16px;
    width: 16px;
    background-color: #E6E6E6;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.progress-status-section {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.progress-status-inner {
    display: flex;
    width: 325px;
    flex-basis: 82%;
}

.progress-status-inner div {
    width: 18%;
    text-align: center;
}

.progress-status-second-section {
    flex-basis: 7%;
    margin-left: auto;
}

.progress-status-line {
    background-color: #ddd;
    position: absolute;
    margin-top: 43px;
    width: 225px;
    margin-left: 20px;
    height: 2px;
}

.progress-short-status-line {
        background-color: #ddd;
    position: absolute;
    margin-top: 43px;
    width: 190px;
    margin-left: 20px;
    height: 2px;
}

.multifilter-collapsible {
    width: 10px;
    margin-left: 2px;
    cursor: pointer;
}

.multifilter-collapsible-content {
    z-index: 1;
    padding: 15px;
    display: none;
    background-color: white;
    position: absolute;
    margin-top: 110px;
    box-shadow: 0px 3px 10px #00000017;
    border-radius: 5px;
    min-width: 400px;
}

.multifilter-section {
    padding-right: 10px;
}

.multifilter-section label {
    display: block;
}

.multifilter-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

.multifilter-box div {
    flex: 1;
    min-width: 85px;
}

.filter-section {
    display: flex;
    align-items: center;
}

.inner-tab-dollar-sign {
    position: absolute;
    font-weight: bold;
    margin-top: 7px;
    margin-left: 6px;
    font-size: 1.2em;
}

.inner-tab-location-dollar-sign {
    position: absolute;
    font-weight: bold;
    margin-top: 29px;
    margin-left: -62px;
    font-size: 1.2em;
}

.progress-status-x-icon {
    background-image: url('/Content/img/StepNotNeeded.svg');
    background-color: #F8F8F8 !important;
}

.past-due-status {
    background-image: url('/Content/img/PastDue.svg');
    background-color: #F8F8F8 !important;
}

.denied-status {
    background-image: url('/Content/img/Denied.svg');
    background-color: #F8F8F8 !important;
}

.approved-status {
    background-image: url('/Content/img/Approved.svg');
    background-color: #F8F8F8 !important;
}

.in-progress-status {
    background-image: url('/Content/img/Pending.svg');
    background-color: #F8F8F8 !important;
}

.no-invoice-text-box {
    font-style: italic;
    color: #a9a9a9;
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.details-add-ons-text-box {
    font-style: italic;
    color: #a9a9a9;
    display: flex;
    justify-content: center;
    font-size: 15px;
}

.custom-iframe {
    bottom: 15px !important;
    right: 30px !important;
}

.inner-tab-nav-container > nav-tabs > li > a {
    border: none;
}

.pipeline-inner-tab-even:hover {
    background: #dadada !important;
    border-color: #dadada !important;
}

.pipeline-table-row-even {
    background-color: #F8F8F8;
}

.vin-process-section:hover {
    text-decoration: underline;
}
.inner-tab-a.select-inner {
    background: #e6f3e1;
}

.inner-tab-a.select-inner:hover {
    background: #e6f3e1 !important;
    border-color: #e6f3e1 !important;
}

.nav-tabs > li.active > .select-inner {
    background: #eff9e6 !important;
}

.process-style {
    height: 25px;
    padding: 0px 12px;
    text-align: left;
}


.datepicker-custom {
    display: inline-flex;
    position: relative;
    overflow: clip;
    outline: none;
    cursor: pointer;
}

.datepicker-custom:focus-within {
    outline: none;
}

.datepicker-custom > input[type=date] {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    outline: none;
}

.datepicker-custom > input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: -150%;
    left: -150%;
    width: 300%;
    height: 300%;
    cursor: pointer;
    outline: none;
}

.pipeline-grid-tr-disabled-odd {
    opacity: 0.3;
}

.pipeline-grid-tr-disabled-even {
    background-color: #a9a9a9;
    opacity: 0.3;
}

.apply-changes-btn {
    margin-left: auto;
    padding: 6px 14px 6px 16px;
}

.request-quote-div {
    display: flex;
    align-items: baseline;
    margin-top: 18px;
    margin-bottom: -18px;
    padding-top: 30px;
    align-items: center;
}

.gray-out {
    color: gray;
}

.gray-out span[style], .gray-out img {
    color: inherit !important;
    filter: none !important;
}