/****** WorkDesk *******/

#workDesk {
    font-family: 'Nunito', sans-serif;
}

/******* FOOTER *******/

.footer {
    background-color: #f7fafc;
    text-align: left;
    font-size: .625em;
}

.datagrid table td {
    padding: 1px !important;
}

.open-button {
    width: 100px;
    display: block;
    margin: 0px auto;
    padding: 3px;
}

/*OPEN ESTIMATE*/
.estimateBtn {
    background-color: red;
}

/*LOGIN INFO*/

#loginFormContainer {
    margin-top: 20px !important;
    font-size: .875em;
}

.loginLabel {
    font-size: 1.0em;
    text-align: left;
    font-style: normal;
    padding: 3px;
}

.login-button-adjust {
    float: left;
    width: 40%;
}

.estimate-summary-left {
    width: 50%;
}

.estimate-summary-right {
    width: 50%;
}

#smEstimatePanel {
    border: 1px solid #349ad8;
    background-color: #f5f9fb;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    width: calc(100% - 20px);
}

#sticky-anchor {
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.mobile-menu-container {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 5px solid #349ad8;
    background-color: white;
}

    .mobile-menu-container.stick {
        position: fixed;
        z-index: 10000;
        top: 0;
    }

.image-container {
    float: left;
    max-width: 600px;
}

.image-delete-container {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    clear: both;
}

.vendor-container {
    width: 90%;
    margin: 0px auto;
}

.box-content {
    padding: 0px;
    background-color: #ffffff;
}

.graphic-container-small {
    display: block;
    width: 100%;
    float: left;
    padding: 5px;
    z-index: 10;
}

.graphic-container-large {
    display: none;
}

.graphical-header {
    width: 100%;
}

.graphical-center {
    width: 100%;
    background-color: white;
}

.graphical-container {
    width: 100%;
    background-color: white;
}

.graphical-footer {
    padding: 0px;
    border: 0px;
    background-color: white;
    width: 100%;
    height: 175px;
}

.graphic-top-row {
    width: 100%;
    height: 100%;
}

.radio-container {
    height: 100%;
    width: 100%;
}

.radio-title {
    display: none;
}

.paint-type {
    margin: 5px;
}

#sectionSearchContainer {
    width: 100%;
    padding: 0px 5px;
}

#partInfoTableContainer {
    display: none;
    margin-top: 5px;
    font-size: 12px;
}

.modal-container {
    display: none;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 0px;
}

.popup-panel {
    display: none;
    border: silver outset;
    background-color: whitesmoke;
    width: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
    padding: 5px;
}

a.reportButton {
    background: url(../Images/ViewReport.gif) no-repeat top left;
    display: block;
    width: 16px;
    height: 20px;
    text-indent: -9999px;
}

.manual-entry-container {
    padding: 10px;
    top: 185px;
    bottom: 187px;
    overflow: auto;
}

.size-detector {
    display: none;
}

#graphical-page-stuff {
    height: 100%;
}

#PartInformation {
    margin-bottom: 150px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    padding: 10px;
}

.parts-info-wrapper {
    margin-top: 10px;
    height: calc(100% - 85px);
}

.parts-info-scroller {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.accessories-list {
    list-style: none;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    padding-left: 0px;
}

.existing-customer-list {
    width: calc(100% - 30px);
}

.half-or-whole-container {
    float: left;
    width: 100%;
    padding-left: 6px;
    padding-right: 5px;
}

#header-yes-no {
    max-width: 500px;
    margin: 0px auto;
    padding: 20px;
    display: none;
    border-left: solid 1px #16ff4f;
    border-right: solid 1px #16ff4f;
    border-bottom: solid 1px #16ff4f;
    background-color: #c6ffd4;
    opacity: 1;
    text-align: center;
}

#PartsAndLaborContainer {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    padding: 10px;
    overflow-y: scroll;
}


@media (min-width: 300px) {
    #addPartsHeader {
        margin-bottom: 10px;
    }

    #documentationView {
        margin-left: auto;
        margin-right: auto;
    }

    #documentation {
        margin-left: auto;
        margin-right: auto;
    }

    #estiamteTableView {
        margin-left: auto;
        margin-right: auto;
    }

    #estimates {
        margin-left: auto;
        margin-right: auto;
    }

    #partsLookupView {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        border-left: 0;
    }

    #partsLookup {
        margin-left: auto;
        margin-right: auto;
        padding-left: -10px;
    }

    #rateProfileView {
        margin-left: auto;
        margin-right: auto;
    }

    #rateProfile {
        margin-left: auto;
        margin-right: auto;
    }

    #tableContainer {
        margin-left: 0;
        padding-left: 0;
    }

    #FourthColumn {
        display: none;
    }

    #textarea {
        width: 90%;
    }

    #vinContainer {
        text-align: right;
    }

    #estimateTips {
        text-align: center;
    }

    .inlineNote {
        font-size: 12px;
    }

    #vehicleInfoHeadline {
        margin-bottom: 30px;
    }

    #lgManualBtn {
        display: none;
    }

    #partsBtns {
        text-align: right;
    }

    #vinNumberSet {
        margin-bottom: 0;
        margin-top: 20px;
    }

    #sectionSelect {
        width: 100%;
        margin-bottom: 10%;
    }

    #partsListBtnCont {
        margin-bottom: 20px;
    }

    #kbbContainer {
        text-align: right;
        margin-right: 25px;
    }

    .break {
        margin-bottom: 10px;
    }

    #operationContainer {
        margin-top: 20px;
    }

    #blendtimeContainer {
        padding-right: 20px;
    }

    #paintTimeContainer {
        padding-right: 20px;
    }

    #undersideContainer {
        padding-right: 20px;
    }

    #toneStageInput {
        height: 30px;
        margin-bottom: 0;
    }

    #typeField {
        margin-bottom: 30px;
    }


    /****INSURANCE****/

    #supplementHeader {
        text-align: center;
        margin: 0;
    }

    #commitBtnContainer {
        margin: 20px 0 20px 0;
    }

    #supplementInfoTable {
        margin: 0;
    }

    #supplementHistory {
        margin: 0;
    }

    /****ADD IMAGES****/

    .imageContainer {
        margin-top: 30px;
    }

    #imageHeaderContainer {
        margin: 10px 0 10px 0;
    }

    #imageEditBtns {
        text-align: right;
    }

    #imageFile {
        font-size: .75em;
        text-align: right;
    }

    /****ESTIMATE DETAILS****/

    #jobStatusBtnContainer {
        text-align: right;
    }

    #jobHistoryTable {
        margin: 0 0 50px 0;
    }

    #printItemsCol1 {
        margin-top: 20px;
        margin-bottom: 50px;
        padding-left: 10px;
    }

    #printItemsCol2 {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    #printItemsLabel {
        text-align: center;
    }

    /****PRINT ESTIMATE*****/

    #detailsItemBtnView {
        text-align: left;
        margin-bottom: 30px;
    }

    #lgPDFBtn,
    #lgExcelBtn {
        display: none;
    }

    #reportHistoryTable {
        margin: 0 0 50px 0;
    }

    /****OPEN ESTIMATE****/
    #openEstimateForm {
        margin: 0px;
        padding: 0px;
    }

    @media (min-width: 900px) {
        #openEstimateForm {
            margin-top: 10px;
            margin-left: 5px;
            padding-top: 0;
            padding-left: 1px;
        }
    }

    #searchContainer {
        margin-left: 5%;
        margin-bottom: 10px;
    }

    #sectionSearchField {
        border-radius: 10px;
    }

    #grid {
        border: none;
    }

    #magGlassContainer {
        text-align: right;
    }

    #magGlass {
        border-radius: 100%;
        height: 30px;
        width: 30px;
        color: white;
        background-color: #1d69a6;
        color: #fff;
        height: 30px;
        width: 30px;
        display: inline-block;
        font-size: 1.25em;
        margin-right: 4px;
        line-height: 30px;
        text-align: center;
        text-shadow: 0 1px 0 rgba(255,255,255,0.2);
        border-radius: 100%;
    }

    #estimateFilterSelectContainer {
        text-align: center;
        margin-bottom: 20px;
        margin-left: 5%;
        margin-right: 5%;
    }

    #estimateFilterView {
        text-align: center;
    }

    #estimateTableHeader {
        margin-bottom: 5px;
    }

    #editEstimateViewContainer {
        margin-left: 1%;
        margin-top: 20px;
    }

    #pageNumberEstimateViewContainer {
        margin-top: 20px;
    }

    #smEstimateHistoryTable {
        margin: 0 0 50px 0;
    }

    #largeTableCol {
        display: none;
    }

    /******ESTIMATE PANEL*****/

    #smBillingPanel {
        border: 1px solid #870000;
        font-size: 18px;
        text-align: center;
        background-color: #f5f9fb;
        border-radius: 10px;
        margin-top: 10px;
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        padding-left: 10px;
        height: 100px;
    }

    #payButton {
        text-align: center;
    }

    .red-button {
        margin-top: 20px;
        background-color: #870000;
        border-color: #870000;
    }

    #estimatePanelHeaderContainer {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 10px;
    }

    #estimatePanelDetails {
        text-align: left;
        font-size: .75em;
        padding-left: 1%;
    }

    #estimatePanelBtns {
        margin-top: 5px;
        font-size: .75em;
        padding-left: 5px;
    }

    #partsLookupForm {
        border: 1px solid #1d69a6;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    #searchHeader {
        padding-bottom: 20px;
        text-align: center;
    }

    #partNumberRadio {
        padding-left: 20px;
    }

    #partSearchRadioContainer {
        margin-bottom: 20px;
    }

    #descriptionRadio {
        padding-left: 20px;
    }

    #partsSearchTableView {
        padding-left: 5%;
        margin-left: 0;
        width: 90%;
    }

    #partsSearchTable {
        margin-left: 0;
    }

    /****RATE PROFILE****/
    #rateProfileForm {
        border: 1px solid #1d69a6;
        margin-top: 10px;
        margin-left: 15px;
        padding-top: 0;
        padding-left: 1px;
    }

    #smRateProfileTable {
        margin: 0 0 50px 0;
    }

    /****SELECT VENDORS****/
    #vendorCaptionContainer {
        text-align: center;
    }

    #selectVendorHeadNote {
        text-align: center;
    }

    #smSelectVendorTable {
        margin: 0 0 50px 0;
    }

    /****INSURANCE PROFILE****/
    #newProfileContainer {
        margin-top: 20px;
    }

    #searchInsProfileHeader {
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
    }

    #insuranceProfileForm {
        border: 1px solid #1d69a6;
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 0;
        padding-left: 0;
    }

    #insuranceProfileFieldSet {
        margin-top: 20px;
        margin-bottom: 0;
    }

    #insuranceProfileSearchContainer {
        margin-left: 5%;
        padding-left: 5%;
    }

    #insuranceVendorTableContainer {
        width: 90%;
        padding-left: 1%;
        padding-right: 1%;
    }

    #smInsuranceVendorProfileTable {
        width: 100%;
        margin-left: 5%;
    }

    #insProfileBtnRow {
        padding-left: 5%;
    }

    #profileCheckBoxContainer {
        text-align: left;
    }

    /****FRAME DATA****/
    #smFrameTable {
        margin: 0 0 50px 0;
    }

    /****LOGIN INFORMATION****/

    #loginContactField {
        margin-top: 25px;
    }

    #loginPasswordContainer {
        margin-top: 25px;
    }

    /****COMPANY PROFILE****/
    #companyNameFieldset {
        padding-left: 10px;
        padding-right: 10px;
    }

    #companyContactInfoFieldset {
        padding-left: 10px;
        padding-right: 10px;
    }

    #companyAddressFieldSet {
        padding-left: 10px;
        padding-right: 10px;
    }

    #companyIDFieldset {
        padding-left: 10px;
        padding-right: 10px;
    }

    /***PREFERENCES***/
    #programRadioContainer {
        margin-top: 20px;
    }

    #autoPaintSelectContainer {
        margin-top: 20px;
    }

    #timeZone {
        height: 50px;
    }

    #existingCustomer {
        height: 50px;
    }

    /***SHOP MANAGE***/
    #smManageCalendar {
        margin: 0 0 50px 0;
        border-color: white;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    #calendar {
        display: none;
    }

    /*LINE ITEMS View*/

    #lineItemHeader {
        background-color: #349ad8;
        color: white;
        font-size: 1em;
        text-align: center;
        height: 10%;
        border-bottom: 1px solid white;
    }

    .popup-panel-insurance-left {
        float: left;
    }

    .popup-panel-insurance-right {
        float: left;
    }
}


@media screen and (min-width:700px) {
    .accessories-list {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
        padding-left: 20px;
    }

    .estimate-search-button {
        margin: 0px 0px 0px 5px !important;
    }

    .advanced-search-area {
        float: left;
        margin-top: 10px;
    }

    .graphic-top-row {
        width: auto;
    }

    .paint-type {
        width: auto;
        float: left;
    }

    #sectionContainer {
        width: 80%;
        margin: 0px auto;
        margin-top: 15px;
    }

    /****** TABLET LAYOUT ******/

    #PartInformation {
        position: relative;
    }

    .estimate-summary-left {
        width: 25%;
    }

    .estimate-summary-right {
        width: 75%;
    }

    .image-delete-container {
        width: 100px;
        padding-left: 10px;
        padding-bottom: 0px;
        min-width: 300px;
        clear: both;
    }

    .vendor-container {
        width: 90%;
    }

    .box-content {
        padding: 10px;
    }

    #logo {
        margin: 0;
        padding: 0;
    }

    #documentationView {
        margin-left: 10%;
    }

    #documentation {
        margin-left: auto;
        margin-right: auto;
    }

    #estiamteTableView {
        margin-left: 10%;
    }

    #estimates {
        margin-left: auto;
        margin-right: auto;
    }

    #partsLookupView {
        margin-left: 1%;
    }

    #partsLookup {
        margin-left: auto;
        margin-right: auto;
        padding-left: -10px;
    }

    #rateProfileView {
        margin-left: 12%;
    }

    #rateProfile {
        margin-left: auto;
        margin-right: auto;
    }

    #prvItemBtnView {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .formButton {
        padding-left: 90px;
    }

    #firstColumn {
        text-indent: 10px;
        width: 70px;
    }

    #partsLookupView {
        padding-left: 5px;
    }

    /****INSURANCE****/
    #supplementInfoTableContainer {
        margin-top: 50px;
    }

    #supplementHistoryTableContainer {
        margin-top: 10px;
    }

    #estimateFilterSelectContainer {
        display: none;
    }

    #estimateFilterBtns {
        display: block;
    }

    #estimateFilterBtns2 {
        display: block;
    }

    /****ESTIMATE PANEL****/

    #smEstimatePanel {
        border: 1px solid #349ad8;
        background-color: #f5f9fb;
        border-radius: 10px;
        margin-top: 10px;
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        padding-left: 10px;
    }

    #smBillingPanel {
        border: 1px solid #870000;
        font-size: 18px;
        text-align: center;
        background-color: #f5f9fb;
        border-radius: 10px;
        margin-top: 10px;
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        padding-left: 10px;
        height: 100px;
    }

    #payButton {
        text-align: center;
    }

    .red-button {
        background-color: #870000;
        border-color: #870000;
    }

    #estimatePanelHeaderContainer {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #estimatePanelDetails {
        text-align: left;
        font-size: .75em;
        padding-left: 1%;
    }

    #estimatePanelBtns {
        margin-top: 10px;
    }

    /***PARTS LOOKUP***/
    #partNumberRadio {
        padding-left: 10%;
    }

    #partsSearchContainer {
        margin-left: 1%;
    }

    #descriptionContainer {
        padding-left: 5%;
    }

    #vehDescField {
        font-size: .75em;
    }

    /****RATE PROFILE****/
    .lgRateProfileTable {
        display: table;
        padding: 20px;
    }

    #editEstimateSelect {
        margin-bottom: 10px;
    }

    td.colName {
        font-size: 1em;
    }

    #saveBtns {
        text-align: right;
    }

    /****SELECT VENDORS****/

    #lgSelectVendorTable {
        display: block;
        margin-left: 0;
        border-color: white;
    }

    /****INSURANCE VENDORS****/
    #lgInsuranceVendorProfileTable {
        display: block;
        border-color: white;
    }

    /****SHOP MANAGE***/
    #customerListForm {
        border: 1px solid #1d69a6;
        margin-top: 0;
        margin-left: 5px;
        padding-top: 0;
        padding-left: 0;
    }

    #lgCustomerTable {
        width: 90%;
        margin: 0 0 50px 0;
        border: 0;
    }

    #createCustomerBtn {
        margin-left: 20px;
    }

    #calendar {
        display: block;
        border-color: white;
        margin-left: 0;
        text-align: center;
    }

    /***PRESET CHARGES***/
    #lgRowPreset {
        margin-top: 15px;
    }

    #loginFormContainer {
        margin-top: 120px !important;
    }

    .login-button-adjust {
        height: 30px;
        padding-top: 10px;
    }

    .graphic-container-small {
        width: auto;
    }

    .half-or-whole-container {
        width: 50%;
        padding-left: 0px;
        padding-right: 10px;
    }

    #PartsAndLaborContainer {
        position: relative;
        background-color: white;
        padding: 10px;
        overflow-y: scroll;
        margin-bottom: 150px;
        height: 100%;
        overflow-y: scroll;
    }

    .popup-panel-insurance-left {
        float: left;
    }

    .popup-panel-insurance-right {
        float: left;
        padding-left: 20px;
        padding-top: 43px;
    }
}


@media screen and (max-width: 900px) {
    #form-actions-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: white;
        border-top: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 8px 10px;
        z-index: 100;
        box-sizing: border-box;
    }

        #form-actions-mobile .nav-btn {
            max-width: calc(50% - 4px);
        }
}


@media screen and (min-width: 900px) {
    #graphical-page-stuff {
        overflow: auto;
    }

    #divIncludesHeaderNavigationBody {
        display: block;
        height: auto;
        overflow: visible;
    }

    #content-area {
        overflow: visible;
        display: block;
    }

    .page-container {
        display: block;
        height: auto;
        overflow: visible;
        float: left;
    }

        .page-container > form {
            display: block;
            height: auto;
            overflow: visible;
            float: left;
        }

    #workDesk {
        overflow: visible;
        min-height: 0;
    }

    #customerSearchForm {
        float: left;
    }

        #customerSearchForm > .tabcontent {
            overflow: visible;
        }

    .mobile-scroll-content {
        overflow: visible;
        padding-bottom: 0;
    }

    /***** Header  ******/
    #estimateFormHeader {
        display: block;
        position: fixed;
        padding-top: 10px;
        width: calc(100% - 116px);
        height: 75px;
        border-bottom: 1px solid black;
        background-color: white;
        padding-top: 3px
    }

    #formHeader-back {
        width: 300px;
        height: 100%;
        padding-top: 40px;
        position: absolute;
        left: 0;
        text-align: left;
        padding-left: 15px;
        order: unset;
    }

    #formHeader-center {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        text-align: center;
        order: unset;
        pointer-events: none;
    }

        #formHeader-center > * {
            pointer-events: auto;
        }

        #formHeader-center h1 {
            padding: 0px;
            margin: 0px;
            display: block;
        }

    #formHeader-actions {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        border-top: none;
        display: inline;
        padding: 0;
        gap: 0;
        width: auto;
        background-color: transparent;
    }

    #formHeader-next {
        padding-top: 43px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 300px;
        text-align: right;
        padding-right: 15px;
        order: unset;
    }

    #lgBillingHeader {
        border: 1px solid #870000;
        font-size: 18px;
        text-align: center;
        background-color: #f5f9fb;
        border-radius: 10px;
        margin-top: 10px;
        padding-left: 10px;
        height: 100px;
    }

    #payButton {
        text-align: center;
    }

    .red-button {
        margin-top: 20px;
        background-color: #870000;
        border-color: #870000;
    }

    #customerSearchForm {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 120px);
        padding: 10px;
        overflow: hidden;
    }

        #customerSearchForm > .tabcontent {
            flex: 1;
            overflow-y: auto;
            min-height: 0;
        }

        #customerSearchForm > ul.tab {
            flex-shrink: 0;
        }

    #formHeadline {
    }

    .form-label {
        color: black;
    }

    #pageBtns {
        height: 100px;
    }

    #lgManualBtn {
        display: block;
    }

    #vinNumber {
        margin-left: 0;
    }

    #vinContainer {
        text-align: right;
    }

    #prvItemBtn {
        margin-left: 0;
    }

    #partInfoContainer {
        margin-bottom: 0;
    }

    #partInfoSet {
        padding-top: 85px;
    }

    #sectionSelect {
        width: 100%;
        margin-bottom: 5%;
    }

    #paintTimeContainer {
        padding-right: 0;
    }

    #undersideContainer {
        padding-right: 0;
    }

    #blendtimeContainer {
        padding-right: 0;
    }

    #panelContainer {
        margin-top: 0;
    }

    #panelTypeSelect {
        margin-bottom: 10px;
    }

    #otherTypeSelect {
        margin-top: 20px;
        padding-top: 8px;
    }

    /****INSURANCE****/

    #supplementInfoTableContainer {
        margin-left: 0;
        margin-top: 40px;
    }

    #supplementHistoryTableContainer {
        margin-top: 0;
    }

    .imageContainer:img {
        width: 50%;
    }

    /****ESTIMATE DETAILS*****/

    #jobHistoryTableContainer {
        margin-left: 0;
    }

    #jobHistoryTable {
        margin: 0 0 50px 0;
    }

    /****PRINT ESTIMATE****/

    #smPDFBtn,
    #smExcelBtn {
        display: none;
    }

    #lgPDFBtn,
    #lgExcelBtn {
        display: block;
    }

    /****OPEN ESTIMATE****/

    #estimateFilterView {
        text-align: center;
    }

    #lgEstimateHistoryTable {
        width: 100%;
        margin: 0 0 10px 1%;
        border: 0;
    }

    /****ESTIMATE PANEL****/

    #estimatePanelHeaderContainer {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #estimatePanelDetails {
        text-align: left;
        font-size: .75em;
        padding-left: 1%;
    }

    #estimatePanelBtns {
        margin-top: 10px;
    }

    /***PARTS LOOKUP***/

    #vehDescField {
        font-size: .875em;
    }

    /****SELECT VENDORS****/

    #lgSelectVendorTable {
        margin-left: 5%;
    }

    /****LOGIN INFORMATION****/

    #loginCredentials {
        text-align: right;
        font-size: 1.25em;
    }

    /***COMPANY PROFILE***/

    #companyNameContainer {
        margin-left: 0;
    }

    /*****FRAME DATA ******/

    #rateProfileTableContainer {
        margin-left: 10px;
    }

    /****SHOP MANAGE****/

    #customerListForm {
        border: 1px solid #1d69a6;
        margin-top: 0;
        margin-left: 5px;
        padding-top: 0;
        padding-left: 0;
    }

    #lgCustomerTable {
        width: 90%;
        margin: 0 0 50px 0;
        border: 0;
    }

    .radio-title {
        display: block;
        margin: 10px;
        float: left;
        font-weight: bold;
        margin-left: 30px;
    }

    .graphical-container {
        position: absolute;
        left: 0px;
        top: 50px;
        bottom: 0px;
        overflow: hidden;
    }

    .graphical-center {
        position: absolute;
        left: 0px;
        top: 50px;
        bottom: 120px;
        overflow: auto;
    }

    .graphical-header {
        position: fixed;
        width: 100%;
        left: 114px;
        top: 110px;
    }

    .graphical-footer {
        padding: 0px;
        border: 0px;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    #sectionSearchContainer {
        position: fixed;
        top: 170px;
        margin-top: 0px;
        width: 30%;
    }

    #imageContainer {
        margin-left: 30%;
        width: 72%;
    }

    #btnRowContainer {
        position: fixed;
        right: 30px;
    }

    .resizable {
        overflow: hidden;
    }

    .resizable-top {
        height: 70%;
    }

    .resizable-bottom {
        height: 30%;
        position: relative;
        border-left: 4px solid #349ad8;
        border-right: 4px solid #349ad8;
        border-bottom: 4px solid #349ad8;
    }

    .ui-resizable-s {
        cursor: s-resize;
        height: 10px !important;
        width: 100%;
        bottom: -5px;
        left: 0;
        background-color: #349ad8;
    }

    .manual-entry-container {
        position: fixed;
    }

    .message-area {
        border: 1px solid red;
        max-width: 500px;
        margin: 10px auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .popup-panel-insurance-left {
        width: 35%;
        float: left;
        margin-top: 39px;
    }

    .popup-panel-insurance-right {
        width: 65%;
        float: left;
    }

    .inlineNote {
        font-size: 11px;
    }

    .inlineNoteExtend {
        margin-top: 10px;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }

    /*wide Fieldset: Column 1*/

    #address1,
    #city,
    #zip,
    #mileageIn,
    #productionDate,
    #license,
    #exteriorColorText {
        width: 48%;
    }

    /*wide Fieldset: Column 2*/

    #address2,
    #state,
    #timeZone,
    #mileageOut,
    #estimatedValue,
    #licenseState,
    #interiorColorText {
        margin-left: 2%;
        width: 48%;
    }

    #nxtBtnVehicle {
        margin-bottom: 20px;
    }
}


@media screen and (min-width: 1280px) {
    .size-detector {
        display: block;
    }

    #PartInformation {
        overflow-y: scroll;
        width: 90%;
        margin: 0px auto;
    }

    #partInfoTableContainer {
        margin-bottom: 150px;
        display: block;
        width: 75%;
        float: right;
    }

    .modal-container {
        padding-bottom: 150px;
        padding-left: 0px;
        top: 100px;
        background-color: transparent;
    }

    .popup-panel {
        margin: 20px auto;
        padding: 20px;
        width: 80%;
    }

    #imageContainer {
        margin-left: 25%;
        width: 50%;
    }

    .popup-panel-insurance-left {
        margin-top: 25px;
    }

    .textbox {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #848484;
        outline: 0;
        height: 25px;
        width: 275px;
    }

    .login-text {
        height: 40px !important;
        padding: 10px !important;
    }

    .rate_input {
        width: 50%;
        height: 30px;
        background-color: #e1e1e1;
        border: 0;
        padding-left: 5px;
        border-radius: 5px;
    }

    .popup-panel-insurance-left {
        width: 35%;
        float: left;
    }

    .popup-panel-insurance-right {
        width: 65%;
        float: left;
    }

    .inlineNote {
        font-size: 12px;
    }

    .inlineNoteExtend {
        margin-top: 10px;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }

    /****OPEN ESTIMATE****/

    #lgEstimateHistoryTable {
        width: 95%;
        margin-left: 1%;
    }

    /****SELECT VENDORS****/

    #lgSelectVendorTable {
        margin-left: 10%;
    }

    /****INSURANCE VENDORS****/

    #lgInsuranceVendorProfileTable {
        padding-left: 5%;
    }

    /***SHOP MANAGE***/

    #lgCustomerTable {
        width: 95%;
        margin-left: 1%;
    }
}

@media (min-width: 1640px) {
    .graphic-container-large {
        display: block;
    }

    .graphic-container-small {
        display: none;
    }
}


/* Vendor page stuff */
.box {
    padding-top: 10px;
    clear: both;
}

.message-container {
    text-align: center;
    color: red;
}

#keywords {
    margin: 0 auto;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.lgRow1-header-1 {
    margin-top: 46px;
    overflow-y: scroll;
    height: 80vh;
}

.lgRow1-header-2 {
    margin-top: 25px;
}

.lgRow1-header-3 {
    margin-top: 60px;
}
