﻿@charset "utf-8";
/* CSS Document */
* {
    text-shadow: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -o-user-select: none !important;
}

html, body {
    text-shadow: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -o-user-select: none !important;
    -webkit-user-select: none !important;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('../fonts/HelveticaNeueLTStd-Lt.otf');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Md';
    src: url('../fonts/HelveticaNeueLTStd-Md.otf');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('../fonts/HelveticaNeueLTStd-Bd.otf');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.ttf');
}

.outer {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #e1e1e1;
}

.innerCenter {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loginformelement, .searchinputbox {
    height: 40px;
    border-radius: 5px;
    margin-top: 30px;
    width: calc(100% - 10px);
    padding-left: 10px;
    border: 1px solid #ddd;
    box-shadow: 4px 5px 14px #BBB8B8;
}

.loginFrombtn, .loginFrombtn:focus, .loginFrombtn:hover {
    background: #222222;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 30px;
    border: 0px;
    border-radius: 5px;
    font-family: 'HelveticaNeueLTStd-Md';
}

.ui-bar-c {
    color: #000;
    background-color: #FFF;
    border-color: #dddddd;
}

.dashboardContainer {
    width: 100%;
    margin: 0px auto;
}

.clear {
    clear: both;
}

.naviBox {
    width: 48%;
    float: left;
    background: #fff;
    height: 228px;
    margin: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: pointer;
}

.disabledNaviBox {
    width: 48%;
    float: left;
    background: #fff;
    height: 228px;
    margin: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: not-allowed;
}

.naviBoxDialog {
    width: 48%;
    float: left;
    background: #fff;
    height: 125px;
    margin: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: pointer;
}

.disabledNaviBoxDialog {
    width: 48%;
    float: left;
    background: #fff;
    height: 125px;
    margin: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: not-allowed;
    ;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.naviBoxText {
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #000;
    text-align: center;
    margin-top: 135px;
    font-size: 1.4em;
}

.disabledNaviBoxText {
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #c0c0c0;
    text-align: center;
    margin-top: 135px;
    font-size: 1.4em;
    text-decoration: line-through;
}

.naviBoxTextDialog {
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #000;
    text-align: center;
    margin-top: 80px;
    font-size: 1.2em;
}

.disabledNaviBoxTextDialog {
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #0c0c0c;
    text-align: center;
    margin-top: 80px;
    font-size: 1.2em;
    text-decoration: line-through;
}

.naviBoxTextsub {
    color: #999999;
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: .8em;
    text-align: center;
}

.vinbox {
    background-image: url(../images/icon---vin.png);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: 50px;
}

.searchiconbox {
    background-image: url(../images/icon----search.png);
    background-repeat: no-repeat;
    background-position: 50% 30%;
}

.incompleteiconbox {
    background-image: url(../images/icon---incomplete.png);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: 50px;
}

.runiconbox {
    background-image: url(../images/icon---run.png);
    background-repeat: no-repeat;
    background-position: 50% 30%;
}

.summariesiconbox {
    background-image: url(../images/icon---sun.png);
    background-repeat: no-repeat;
    background-position: 50% 30%;
}

.logiconbox {
    background-image: url(../images/icon---logout.png);
    background-repeat: no-repeat;
    background-position: 50% 30%;
}

.msgiconbox {
    background-image: url(../images/icon---message.png);
    background-repeat: no-repeat;
    background-position: 50% 30%;
}

.back img {
    width: 20px;
    margin-top: 8px;
    margin-left: 18px;
}

a.back.ui-btn-left {
    color: #000;
    font-family: 'HelveticaNeueLTStd-Lt';
    text-decoration: none;
    width: 70px;
    background: url(../images/back--icon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px;
    margin-left: 15px;
    height: 57px;
    line-height: 60px;
    text-align: right;
    text-transform: capitalize;
    text-shadow: 0px 0px 0px transparent;
    font-size: 1.1em;
}

.searchListContainer {
    padding: 2em;
    border-bottom: 1px solid #dddddd;
}

.InitialSearchResult, .secentarySearchResult {
    width: 100%;
    height: 40px;
    font-family: 'HelveticaNeueLTStd-Lt';
    background: #FFF;
    color: #000;
    cursor: pointer;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

    .InitialSearchResult a, .InitialSearchResult a:hover, .secentarySearchResult a, .secentarySearchResult a:hover {
        line-height: 40px;
        padding-left: 10px;
        color: #000;
        text-decoration: none;
        text-shadow: 0px 0px 0px transparent
    }

.secentarySearchResult {
    width: 90%;
    float: right;
}

.navigateToAuctionLaneContainer {
    width: 100%;
    background: #fff;
    text-align: center;
}

.vehicleHeadingContainer {
    width: 100%;
    min-height: 87px;
    line-height: 60px;
    background: #fff;
    border: 1px solid #dddddd;
}

.previousNextLink {
    width: 20%;
    float: left;
    font-family: 'HelveticaNeueLTStd-Md';
    color: #222222;
    font-size: .8em;
    text-align: left;
}

.VehicleHeading {
    width: 60%;
    font-family: 'HelveticaNeueLTStd-Bd';
    float: left;
}

.runListLaneAndNumber {
    width: 30%;
    font-family: 'HelveticaNeueLTStd-Bd';
    float: left;
    color: #505050;
    font-size: 1.3em;
    line-height: 29px;
    margin-top: 17px;
}

.vehicleNameDetails {
    width: 70%;
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #222222;
    line-height: 22px;
    margin-top: 20px;
    font-size: 1.1em;
    float: left;
}

#multiVINRunListLaneAndNumber {
    font-size: 1.3em;
    font-family: 'HelveticaNeueLTStd-Bd';
    line-height: 29px;
    margin-top: 17px;
}

#multiVINHeading {
    font-size: 1.3em;
    font-family: 'HelveticaNeueLTStd-Bd';
    line-height: 29px;
    margin-top: 17px;
}

.ChangeTrimLinkContainer {
    margin-left: 30%;
}

.MileageconditionCon {
    border-bottom: 1px solid #dddddd;
}

.auctionCon, .MileageCon {
    width: 50%;
    float: left;
}

    .auctionCon input, .MileageCon input, .auctionCon select {
        width: 90% !important;
        height: 40px;
        border: 1px solid #dddddd;
        border-radius: 5px;
        padding-left: 10px;
    }

input.inputPrise {
    width: 98%;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding-left: 10px;
}

.floatRight {
    float: right;
}

.sectionLabel {
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #999999;
    font-size: 1em;
    text-transform: capitalize;
}

.ui-content {
    padding: 2em;
}

.padding10 {
    padding: 10px;
}

.auctionLight {
    width: 25%;
    float: left;
    text-align: center;
}

.auctionLightButn {
    width: 75px;
    height: 75px;
    border: 0px;
    color: #000;
    opacity: 0.5;
}

.conditionHighlight {
    color: #dc0303;
    font-weight: bold;
}

.Greenbtn {
    background-color: #03cb08;
    border-radius: 50px;
}

.Yellowbtn {
    background-color: #fafb07;
    border-radius: 50px;
}

.Redbtn {
    background-color: #fa0610;
    border-radius: 50px;
}

.Bluebtn {
    background-color: #0421f9
}

.AnnouncementsContainer, .outcomeContainer, .auctionLightsContainer {
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

p.normalTxt {
    color: #222;
    font-family: 'HelveticaNeueLTStd-Md';
}

.addDeductOption {
    width: 100%;
    height: 40px;
    position: relative;
}

    .addDeductOption label {
        padding: 10px 0px 10px 34px;
    }

    .addDeductOption input {
        position: absolute;
        top: 5px;
        width: 22px;
        height: 22px;
    }

.compine {
    width: 100%;
    height: 40px;
    position: relative;
}

    .compine label {
        padding: 10px 0px 10px 34px;
    }

    .compine input {
        position: absolute;
        top: 5px;
        width: 22px;
        height: 22px;
    }

.conditionWraper {
    width: 100%;
    height: 100px
}

.split25 {
    width: 25%;
    float: left;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.ui-radio input {
    left: 42%;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: 0px 0 0 0;
}

.notesContainer {
    width: 100%;
}

.buttonContainerForm {
    width: 100%;
}

.formbtnalign {
    width: 50%;
    float: left;
}

.marketBtnAlign {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cancelBtn {
    width: 95%;
    float: left;
    background: #F9F9F9;
    border: 2px solid #222222;
    border-radius: 5px;
    font-family: 'HelveticaNeueLTStd-Md';
    height: 40px;
    margin-top: 20px;
    color: #2222222;
}

.savelBtn {
    width: 95%;
    float: right;
    background: #222222;
    border: 2px solid #222222;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    margin-top: 20px;
    font-family: 'HelveticaNeueLTStd-Md';
}

.headingMessage {
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 1.5em;
}

#message .headingMessage {
    font-size: 1.5em;
}

textarea.mesgtext {
    width: 98%;
    height: 600px;
    padding-left: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.ui-page-theme-a .ui-btn:focus, html .ui-bar-a .ui-btn:focus, html .ui-body-a .ui-btn:focus, html body .ui-group-theme-a .ui-btn:focus, html head + body .ui-btn.ui-btn-a:focus, .ui-page-theme-a .ui-focus, html .ui-bar-a .ui-focus, html .ui-body-a .ui-focus, html body .ui-group-theme-a .ui-focus, html head + body .ui-btn-a.ui-focus, html head + body .ui-body-a.ui-focus {
    -webkit-box-shadow: 0 0 0px #38c;
    -moz-box-shadow: 0 0 0px #38c;
    box-shadow: 0 0 0px #38c;
}

.rightArrowCal, .leftArrowCal {
    color: #000 !important;
    position: absolute;
    right: 2em;
    text-decoration: none;
}

.leftArrowCal {
    left: -78%;
    position: absolute;
}

.searchResultBox, .laneResultBox, .vehicleList, .vehicleDetails, .marketBox {
    width: 100%;
}

.auctionListItem, .auctionLaneListItem {
    padding: 2em;
    color: #222;
    font-family: 'HelveticaNeueLTStd-Bd';
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.marketSelection {
    padding: 1em;
    color: #222;
    font-family: 'HelveticaNeueLTStd-Bd';
    background: #fff;
    border-bottom: 1px solid #ccc;
}

    .marketSelection:hover {
        background: #ddd;
    }

.gray {
    color: #505050 !important;
}

.green {
    color: #ACD373 !important;
}

.orange {
    color: #DB8F2D !important;
}

#surveyVehicleSelection .surveyVehicle {
    width: 18% !important;
    float: left;
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #DB8F2D;
    text-align: center;
    font-size: 2em;
    margin-top: 10px;
    word-wrap: break-word;
    padding: 0px 5px !important;
}

.closevehicleDetailsInside {
    width: 20%;
    float: left;
}

    .closevehicleDetailsInside img {
        width: 50% !important;
        max-width: 49px !important;
        margin: 53px auto !important;
    }

.laneAndRunNumber {
    width: 20%;
    float: left;
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #505050;
    text-align: center;
    font-size: 2em;
    margin-top: 10px;
}

.vehicleDetailsInside, .choosevehicleDetailsInside {
    width: 80%;
    float: left;
}

.vehicleDetailsInsideHeading {
    font-family: 'HelveticaNeueLTStd-Bd';
}

.subdetails {
    color: #505050;
}

.vehicleDetails {
    clear: both;
    border-bottom: 0px solid #ccc;
}

.headingmainChooseVehicle {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.colorlightOrange {
    color: #db8f2d;
}

.colorlightgray {
    color: #ccc;
}

.summariesdetailscontainer {
    width: 100%;
    margin: 0px auto;
}

.summarydet_header {
    width: 70%;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 30px;
    text-align: right;
    line-height: 60px;
    float: left;
}

.view_vehicle {
    width: 25%;
    float: right;
}

    .view_vehicle .ui-btn {
        background: #222222;
        color: #fff;
        text-shadow: none;
        border-radius: 5px;
    }

        .view_vehicle .ui-btn:hover {
            background: #222222;
            color: #fff;
            text-shadow: none;
            border-radius: 5px;
        }

.firstsummary_container {
    border-bottom: 1px solid #dddddd;
}

.secondsummary_container {
}

input.dateinput, input.cityinput, input.nameinput, input.temp, input.trend, input.demand {
    width: 98%;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding-left: 10px;
}

.weatherContainer, .attendanceContainer {
    width: 50%;
    float: left;
}

    .weatherContainer p, .attendanceContainer p {
        font-family: 'HelveticaNeueLTStd-Bd';
        color: #999999;
        font-size: 1em;
        text-transform: capitalize;
    }

.mainweathercontainer {
    width: 100%;
    height: 213px;
    border-bottom: 1px solid #dddddd;
}

.auctioncontainer {
    width: 100%;
    height: 230px;
    border-bottom: 1px solid #dddddd;
}

.buttonContainerForm {
    width: 100%;
}

.formbtnalign {
    width: 50%;
    float: left;
}

.cancelBtn {
    width: 95%;
    float: left;
    background: #F9F9F9;
    border: 2px solid #222222;
    border-radius: 5px;
    font-family: 'HelveticaNeueLTStd-Md';
    height: 40px;
    margin-top: 20px;
    color: #2222222;
}

.savelBtn {
    width: 95%;
    float: right;
    background: #222222;
    border: 2px solid #222222;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 0px 0px;
    line-height: 40px;
    font-weight: 100 !important;
    height: 40px;
    margin-top: 20px;
    font-family: 'HelveticaNeueLTStd-Md';
}

.savelBtn1 {
    width: 95%;
    float: right;
    background: #222222;
    border: 2px solid #222222;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 0px 0px;
    line-height: 40px;
    font-weight: 100 !important;
    height: 36px;
    margin-top: 20px;
    font-family: 'HelveticaNeueLTStd-Md';
}

.marketBtn {
    width: 33%;
    background: #222222;
    border: 2px solid #222222;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 0px 0px;
    line-height: 40px;
    font-weight: 100 !important;
    height: 40px;
    margin-bottom: 20px;
    font-family: 'HelveticaNeueLTStd-Md';
}

.SubmitBtn {
    width: 85% !important;
    float: right !important;
    background: #222222 !important;
    border: 2px solid #222222 !important;
    border-radius: 5px !important;
    color: #fff !important;
    height: 13px !important;
    margin-top: 20px !important;
    font-family: 'HelveticaNeueLTStd-Md' !important;
    text-shadow: none !important;
    font-weight: 100 !important;
    line-height: 15px !important;
}

.alertbg {
    background: #d3d3d3;
    width: 500px;
}

.alertbg_read {
    background: #f1f1f1;
    width: 500px;
}

.msgalert_delete {
    background-image: url(../images/icon---close.png);
    background-size: 50px;
    background-repeat: no-repeat;
    padding: 0px !important;
    width: 50px;
    height: 50px;
    z-index: 10000;
    position: absolute;
    top: 20%;
    right: 4%;
}

.msgalert_new {
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50px;
}

#myPopup1 p {
    font-family: 'HelveticaNeueLTStd-Bd';
    margin-left: 10px;
    padding: 10px 0;
    font-size: 20px;
}

.alertbg p {
    font-family: 'HelveticaNeueLTStd-Bd';
    margin-left: 10px;
    padding: 10px 0;
    font-size: 20px;
}

.alertbg_read p {
    font-family: 'HelveticaNeueLTStd-Bd';
    margin-left: 10px;
    padding: 10px 0;
    font-size: 20px;
}

.formbtnalign1 {
    width: 100%;
    float: left;
}

.formbtnalign2 {
    width: 50%;
    float: left;
}

.editBtn {
    width: 80%;
    float: left;
    background: #F9F9F9;
    border: 2px solid #222222;
    border-radius: 5px;
    font-family: 'HelveticaNeueLTStd-Md';
    height: 40px;
    margin-top: 20px;
    color: #222222;
    /* margin: 0px auto; */
    margin-left: 49px;
}

.editBtn1 {
    width: 80%;
    float: left;
    background: #F9F9F9;
    border: 2px solid #222222;
    border-radius: 5px;
    font-family: 'HelveticaNeueLTStd-Md';
    height: 40px;
    margin-top: 20px;
    color: #222222;
    /* margin: 0px auto; */
    margin-left: 20px;
}

.entriesBtn {
    width: 80%;
    float: left;
    background: #222222;
    border: 2px solid #222222;
    border-radius: 5px;
    font-family: 'HelveticaNeueLTStd-Md';
    height: 40px;
    margin-top: 20px;
    color: #fff;
    /* margin: 0px auto; */
    margin-left: 49px;
}

.entriesBtn1 {
    width: 80%;
    float: left;
    background: #222222;
    border: 2px solid #222222;
    border-radius: 5px;
    font-family: 'HelveticaNeueLTStd-Md';
    height: 40px;
    margin-top: 20px;
    color: #fff;
    /* margin: 0px auto; */
    margin-left: 30px;
}


/*coding for summaries page */
.summariesContainer {
    width: 100%;
    margin: 20px auto;
}

.summariesMainList {
    width: 100%;
    background: white;
    height: 125px;
    border-bottom: 1px solid #dddddd;
}

.w40 {
    width: 40%;
    height: 125px;
    float: left;
    line-height: 30px;
}

.width20 {
    width: 20%;
    height: 125px;
    float: left;
    line-height: 30px;
}

.summaryName {
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 20px;
}

.vehiclecount {
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 17px;
}

.summaryDate {
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 20px;
    line-height: 36px;
}

.summaryLink {
    text-align: left;
}

    .summaryLink img {
        width: 50%;
        max-width: 49px;
        margin-right: 10px;
        /* width: 70%;
   max-width: 72px;*/
    }

.submitted, .proceed {
    color: #505050;
}

.summaryDate span {
    font-size: 20px;
    line-height: 36px;
    color: #438dca;
    margin-left: 18%;
}

.ui-popup > .ui-btn-right, .ui-popup > .ui-btn-right:hover {
    right: 10px;
    top: 16px;
    background: none;
    border: none;
    box-shadow: none;
}

.ui-icon-delete:after {
    background-image: url(../images/icon---close.png) !important;
    background-color: #fff !important;
    width: 99%;
    background-size: 80px;
}

.headerMsg {
    float: right;
    background: red;
    color: #fff !important;
    padding: 15px;
    border-radius: 50%;
    min-width: 28px;
    text-align: center;
    font-size: 20px !important;
}

.ui-btn-right {
    right: 3.4em;
}

.boldFont {
    font-family: 'HelveticaNeueLTStd-Bd';
    width: 90%;
}

.msgcontent {
    font-family: 'HelveticaNeueLTStd-Md' !important;
    width: 90%;
    padding: 0px 76px 0 10px !important;
    margin: 0px !important;
}

.imdashboard {
    width: 40px;
    padding: 10px;
    padding-left: 36px;
}

.smalltext {
    color: #222 !important;
    font-family: 'HelveticaNeueLTStd-Lt' !important;
    text-transform: capitalize !important;
}

.AnnouncementsContainer p {
    text-transform: capitalize;
}

.newborer {
    border: 5px solid #000000 !important;
    background-color: #FFF !important;
}

.ui-btn-active {
    font-weight: bold !important;
}

button:focus {
    outline: none !important;
}

input[type="time"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}

input[type="time"]:focus:before,
input[type="time"]:valid:before {
    content: "";
}

.runlistVeh {
    border-bottom: 1px solid #ccc !important;
}

.statusOnSummary {
    text-transform: uppercase;
    color: #00BFFF;
    font-size: 1.2em;
    text-align: left;
    margin-top: -30px;
    margin-left: 30px;
    font-style: italic;
}

#surveyVehicleSelection .vehicleDetails:first-child {
    border-bottom: 0px solid #ccc !important;
}

input[id="grade"]::-webkit-outer-spin-button,
input[id="grade"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wholesaleValue {
    text-align: right;
}

.wholesaleValueEquipped {
    text-align: center;
}

.wholesaleValueSpans {
    font-weight: bold;
}

.wholesaleValueGrid {
    background: #fff;
}

#conditionGradeAdjustedValue {
    font-weight: bold;
}
