#offer_brand_select {
    margin: auto;
    text-align: center;
    padding-bottom: 9px;
}

#offer_brand_select label {
    margin: 0;
}

#offer_brand_select label.ui-state-active:hover {
    background: rgb(193, 20, 24);
}

#offer_brand_select label:hover {
    background: #dddddd;
}

div#offer-header div#offer_brand_select.offer_resumed label, div#offer-header div#offer_brand_select.offer_resumed label {
    background: none;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    color: #aaaaaa;
    cursor: auto;
    border-top: none;
    border-bottom: none;
}

div#offer-header div#offer_brand_select.offer_resumed label.ui-state-active.ui-state-hover,  offer_brand_select.offer_resumed label.ui-state-active {
    background: #aaaaaa;
    border: 1px solid #aaaaaa;
}

label[for=offer_brand_lexus] {
    margin-left: -4px !important;
}

#company.client_input {
    background-color: #FFAAAA;
}

#nip.client_input {
    background-color: #FFAAAA;
}

#first_name.client_input {
    background-color: #FFAAAA;
}

#last_name.client_input {
    background-color: #FFAAAA;
}

#email.client_input {
    background-color: #FFAAAA;
}

#first_name.client_input.input_valid {
    background-color: #FFFFFF;
}

#last_name.client_input.input_valid {
    background-color: #FFFFFF;
}

#email.client_input.input_valid {
    background-color: #FFFFFF;
}

#company.client_input.input_valid {
    background-color: #FFFFFF;
}

#nip.client_input.input_valid {
    background-color: #FFFFFF;
}

    #offer-header {
        padding: 10px;
        border: 1px solid #bdbfc2;
        border-radius: 0;
        width: 600px;
    }
    #offer-header label {
        font-size: 16px;
    }
    #create-offer-table, #create-offer-table td {
        vertical-align: middle !important;
        font-size: 14px;
    }

    .ui-combobox-input {
        margin: 0;
        padding: 0.3em;
        width: 330px;
      }

    #co_combobox input{
        font-size: 15px;
    }

    .header-combo {
        font-size: 13px;
    }

    td.header-combo-td .ui-combobox-input {
        width: 430px;
    }

     .co-table-cbs {
        width: 1100px;
        border: 1px solid #bdbfc2;
        border-radius: 4px;
        border-spacing: 0;
    }

     .co-table-cbs td {
        font-weight: normal;
        padding: 8px;
        font-size: 12px;
        border-left: 1px solid #CCCCCC;
        text-align: left;
    }

    #create-offer-eq-table td {
        vertical-align: middle !important;
    }

     .co-table-cbs td.first {
        border-left: 0px;
    }

     .co-table-cbs td.header {
        padding: 8px;
        font-size: 14px;
        background-color: #cccccc;
    }

     .co-table-cbs td.header.first {
        border-top-left-radius: 0;
    }

     .co-table-cbs td.header.last {
        border-top-right-radius: 0px;
    }

     .co-table-cbs tr {
        border-bottom: 1px solid #CCCCCC;
    }

     .co-table-cbs tr.even {
        background-color: #e1e1e1;
    }

     .co-table-cbs td.first {
        border-bottom: 0px;
    }

    div#price {
        font-size: 16px;
        font-weight: bold;
        color: #bb1625;
        padding: 10px;

        border-radius: 8px;
        background-color: #e6e6e6;
        border-left: 1px solid #bdbfc2;
        border-right: 1px solid #bdbfc2;

        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        /* Opera */
        background-image: -o-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E6), color-stop(1, #DCDCDC));
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to bottom, #E6E6E6 0%, #DCDCDC 100%);

        box-shadow:
          0 1px 2px #fff, /*bottom external highlight*/
          0 -1px 1px #666, /*top external shadow*/
          inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
          inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/
    }

    div#instalment {
        font-size: 16px;
        font-weight: bold;
        color: #bb1625;
        padding: 10px;
        margin-top: 25px;

        border-radius: 8px;
        background-color: #e6e6e6;
        border-left: 1px solid #bdbfc2;
        border-right: 1px solid #bdbfc2;

        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        /* Opera */
        background-image: -o-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E6), color-stop(1, #DCDCDC));
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to bottom, #E6E6E6 0%, #DCDCDC 100%);

        box-shadow:
          0 1px 2px #fff, /*bottom external highlight*/
          0 -1px 1px #666, /*top external shadow*/
          inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
          inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/
        max-width: 240px;
    }


    #actual-price-end, #actual-rebate-end, #actual-total-end {
        display: none;
    }

    div.co-tab {
        font-size: 14px;
        color: #aaaaaa;
        margin: auto 0;
        padding: 6px 8px;
        cursor: pointer;
        border-radius: 0;
    }

    div#create-offer-tabs {
        background: #f2f2f2;
        display: flex;
        padding-bottom: 10px;
        position: sticky;
        top: 75px;
        z-index: 99;
    }

    div#create-offer-tabs > div {
        border: 1px solid #bdbfc2;
        border-radius: 4px;
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        width: 100%;
    }

    div#create-offer-tabs div.available {
        color: #222222;
    }

    div#create-offer-tabs div.available:hover {
        color: #bb1625;
        background-color: #e6e6e6;
    }

    div#create-offer-tabs div.active {
        font-weight: bold;
        color: #bb1625;
        margin: auto 4px;

        border-radius: 8px;
        background-color: #e6e6e6;
        border-left: 1px solid #bdbfc2;
        border-right: 1px solid #bdbfc2;

        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        /* Opera */
        background-image: -o-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E6), color-stop(1, #DCDCDC));
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to bottom, #E6E6E6 0%, #DCDCDC 100%);

        box-shadow:
          0 1px 2px #fff, /*bottom external highlight*/
          0 -1px 1px #666, /*top external shadow*/
          inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
          inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/
    }

    div.co-arrow {
        font-size: 14px;
        margin: auto 0;
    }

    button[id^="to-"] {
        margin-top: 10px;
    }

    tr.disabled, tr.disabled td {
        text-decoration: line-through;
    }

     input.fleet_input {
         margin-left: 25px;
         margin-right: 10px;
         font-size: 14px;
         width: 50px;
     }

     input.client_input {
         font-size: 14px;
         margin-left: 0px;
         font-size: 14px;
         width: 96%;
     }

     #co-client-table {
         font-size: 14px;
         width: 1100px;
         border: solid 1px #bdbec1;
         border-radius: 4px;
         background: #e1e1e1;
         padding: 5px;
     }

     input.client_input_radio {
         margin-left: 25px;
         margin-right: 10px;
         font-size: 14px;
     }

     table.co-client-table tr {
         margin-bottom: 8px;
     }

     span.required {
         color: red;
     }

     span.not_required {
         color: rgba(0, 0, 0, 0);
     }

     #email.client_input.email_valid {
          background-color: #ffffff ;
     }

     #email.client_input {
        background-color: #FFAAAA;
     }

    div#create-offer .ui-menu {
     max-height: 1000px !important;
    }


.disabled  {
    background: #dddddd;
}

.offer_for {
    max-width: 618px;
    display: inline-block;
}

#calculator_popup {
    width: 640px;
    display: block;
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 125px;
    box-shadow: 0 4px 6px -2px gray;
    border: solid 2px rgb(155, 155, 155);
    background: rgb(242, 242, 242);
    z-index: 1001;
}

#credit_calculator_header {
    border-bottom: 1px solid rgb(168, 168, 168);
}

#calculator_popup td {
    height: 57px;
    background: rgb(227, 227, 227);
    color: rgb(103, 103, 103);
    font-size: 21px;
    padding: 0px;
    vertical-align: middle !important;
    width: 640px;
}

#calculator_buttons {
    margin-left: 35px;
}

#calculator_buttons button {
    width: 195px;
    height: 50px;
    border: none;
    font-family: toyota_displayregular, sans-serif;
    font-size: 25px;
    color: #ffffff;
}

#calculator_save {
    background: #009b3c;
    margin-right: 175px;
    border: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 1px 1px #009b3c;
}

#calculator_cancel {
    background: #ba1624;
    border: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 1px 1px #ba1624;
}

#calculator_popup td.light {
    background: rgb(242, 242, 242)
}

#calculator_popup td.last {
    height: 115px;
}

#calculator_popup td.last label {
    margin-top: -40px;
    position: absolute;
}

#calculator_popup td label {
    padding-left: 35px;
}

#calculator_popup_table {
    border-spacing: 0px;
    margin-top: -4px;
}

#disclaimer {
    background-color: rgb(227, 227, 227);
    font-family: toyota_displayregular, sans-serif;
    color: #676767;
    font-size: 21px;
    padding: 15px;
    margin-top: 8px;
}

#calc_price {
    float: right;
    margin-right: 75px;
}

#interest, #first_payment_percent, #dealer_provision, #credit_period, #lowest_instalment {
    float: right;
    margin-right: 75px;
}

#first_payment {
    margin-left: 180px;
}

#instalment_right {
    position: absolute;
    right: 0px;
    margin-top: -40px;
    font-size: 23px;
}

#instalment_count {
    margin-right: 75px;
    margin-top: 20px;
    text-align: right;
}

#instalment_count_value {
    color: rgb(240, 127, 9);
}

#lowest_instalment {
    color: rgb(240, 127, 9);
    width: 228px;
    text-align: right;
}


.styled-select select {
    background: transparent;
    width: 136px;
    padding: 5px;
    font-size: 21px;
    font-family: toyota_displayregular, sans-serif;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 35px;
    -webkit-appearance: none;
    color: #ffffff;
}

.styled-select select option {
    background: rgb(158, 63, 165)
}

.styled-select {
    width: 120px;
    height: 32px;
    overflow: hidden;
    background: url(/img/purple_dropdown_icon.png) no-repeat right rgb(158, 63, 165);
    border-radius: 4px 4px 4px 4px;
}

#first_payment input {
    width: 100px;
    height: 26px;
    border: 1px solid rgb;
    border: solid 2px rgb(158, 63, 165);
    border-radius: 3px 3px 3px 3px;
    color: rgb(158, 63, 165);
    font-size: 22px;
    font-family: toyota_displayregular, sans-serif;
}


#first_payment_percent {
    margin-right: 8px;
}

#instalment_value {
    font-size: 21px;
    color: rgb(240, 127, 9);
}


div.dimming_fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

button {
    cursor: pointer;
}

#btn_valuations {
    margin-top: 5px;
    padding: 0px;
}

.hidden {
    display: none;
}

.row_disabled {
    color: gray;
}

.remove_valuation {
    cursor: pointer;
    width: 20px;
}

#valuations_dialog_content #date-range {
    margin-left: auto;
    margin-right: auto;
}

.label-unavailable {
    text-decoration: line-through;
    color: #777777;
}


#valuation_list th {
    text-align: left;
}

#valuation_list td {
    text-align: left;
    border: solid 1px lightgray;
    vertical-align: middle !important;
    padding-left: 4px;
    padding-right: 4px;
}

#valuation_list table {
    border-spacing: 0px;
    width: 1074px;
}


#offer_att_container th {
    text-align: left;
}

#offer_att_container td {
    text-align: left;
    border: solid 1px lightgray;
    vertical-align: middle !important;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 800px;
}

#offer_att_container table {
    border-spacing: 0px;
    width: 1074px;
}


.conf_selected {
    font-weight: bold !important;
}

td.conf_arrow {
    vertical-align: middle !important;
}

div#calculator_icon {
    background: url("/img/calculator.png");
    display: block;
    width: 43px;
    height: 50px;
}


.remove_valuation button {
   height: 1.3em;
}

@-moz-document url-prefix() {
    #offer-header label.model_select {
        padding-right: 23px !important;
    }
}

.search_glass {
    background: url("/img/glass_toyota.png") no-repeat;
    border-radius: 4px;
    width: 19px;
    height: 20px;
    cursor: pointer;
}

.search_glass.pressed {
    background: url("/img/glass_pressed.png") no-repeat #C01626;
}

.clients_loading {
    width: 140px;
    display: block !important;
    margin-left: 45px;
    margin-top: -7px;
    opacity: 0;
}

.clients_loaded {
    width: 140px;
    display: block !important;
    margin-left: 45px;
    margin-top: -35px;
    opacity: 0;
}


#clients_found tbody tr {
    cursor: pointer;
}

.valuation_brand {
    width: 102px;
}

.valuation_model {
    width: 123px;
}

.valuation_type {
    width: 178px;
}

.valuation_prod_year {
    width: 61px;
}

.valuation_price {
    width: 84px;
}

.valuation_date {
    min-width: 154px;
}

.redtext {
    color: #cc0000;
}

.option-table {
    border: 1px solid #bdbfc2;
    border-radius: 0;
    border-spacing: 0;
}

.option-table th {
    padding: 4px 8px 4px 8px;
}

.option-table td {
    padding: 2px 8px 2px 8px;
    border-left: 1px solid #CCCCCC;
}

.option-table tr {
    border-bottom: 1px solid #CCCCCC;
}

.option-table tr:nth-child(even) {
    background-color: #e1e1e1;
}

.option-table tr:hover {
    background-color: #FFAAAA;
}


#insurance_customer_participation {
    float: right;
    margin-right: 75px;
}
.strong {
    font-weight: bold;
}

table.details td.nopadding {
    padding: 0;
    height: 0px;
}

#co-incentives-table tr {
    cursor: pointer;
}

#fleet-summary table td.bold {
    font-weight: bold;
}