﻿@font-face {
    font-family: AvenirNext-DemiBoldItalic;
    src: url("../../Content/Fonts/AvenirNext-DemiBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: Avenir-Medium;
    src: url('../Fonts/AvenirNext-Medium.eot');
    src: url('../Fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/AvenirNext-Medium.woff2') format('woff2'), url('../Fonts/AvenirNext-Medium.woff') format('woff'), url('../Fonts/AvenirNext-Medium.ttf') format('truetype'), url('../Fonts/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
}
body {
    background: none repeat scroll 0 0 white;
    font-family: Avenir-Medium;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 16pt;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
}

input.text {
    font-size: 15px;
}

input.button.edite_email {
    color: #000;
    font-weight: bold;
    margin-left: 0;
}

.calendar_service_summary {
    clear: right;
    float: right;
    min-height: 75px;
    padding: 0 10px 55px;
    position: relative;
    width: 176px;
    font-family: Avenir-Medium;
}

a.second_style {
    color: #264d77;
    font-weight: bold;
}

    a.second_style:hover {
        text-decoration: none;
    }

a img {
    border: 0 none;
}

.TestDriveCustomerPanel input, .TestDriveCustomerPanel select {
    width: 270px;
}

.TestDriveCustomerPanel .CustomEdit {
    width: 265px;
}

#btnBack {
    width: 100px;
}

#btnBack2 {
    width: 100px;
}

.LoginCustomerPanel input, .LoginCustomerPanel select {
    width: 265px;
}

.LoginCustomerPanel .CustomEdit {
    width: 260px;
}


.LoginPageSubPanel .CustomerButtonNextBig {
    width: 150px;
    height: 140px;
}

.CustomSelect {
    background: url("../Images/SelectArrowNew.png") no-repeat scroll right center white;
    height: 42px;
    overflow: hidden;
    width: 132px;
    border-width: 0px;
    box-shadow: inset 0px 0px 2px 0px;
}

.CustomEdit {
    background-color: white;
    border-width: 0px;
    height: 39px;
    box-shadow: inset 0px 0px 2px 0px;
    color: #000000;
    padding-left: 5px;
}

.placeholdr {
    color: #4c4c4c;
    font-size: 13px;
}

.CustomEdit::-webkit-input-placeholder {
    color: #4c4c4c;
}
/*.CustomEdit::-moz-placeholder          {color:#4c4c4c; font-size:13px;}*/
/*.CustomEdit:-moz-placeholder           {color:#4c4c4c;}*/
.CustomEdit:-ms-input-placeholder {
    color: #4c4c4c;
}

.ServiceSearchField::-webkit-input-placeholder {
    color: #4c4c4c;
}

.ServiceSearchField::-moz-placeholder {
    color: #4c4c4c;
}

.ServiceSearchField:-moz-placeholder {
    color: #4c4c4c;
}

.ServiceSearchField:-ms-input-placeholder {
    color: #4c4c4c;
}

.CustomButton, .QuickApptButton, .ReturningCustomerButton {
    font-family: Avenir-Medium;
    color: white;
    height: 40px;
    font-size: 13px;
    font-weight: normal;
    background-color: #E81E26;
    border-width: 2px;
}

.CustomButtonPopUp {
    color: white;
    height: 40px;
    background-color: #E81E26;
    border-width: 0px;
}

.CustomButtonDisable {
    color: white;
    height: 40px;
    background-color: gray;
    border-width: 0px;
}

.CustomButtonLink {
    background: url("../Images/ButtonBackgroundHover.jpg") repeat-x;
    border-radius: 5px;
    color: #2d2d2d;
    padding: 4px;
    text-decoration: none;
    cursor: default;
}

    .CustomButtonLink:hover {
        background: url("../Images/ButtonBackgroundHover.jpg") repeat-x;
    }

.UpdateProgress {
    width: 205px;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    color: white;
}

    .UpdateProgress span {
        display: inline-block;
        vertical-align: middle;
    }

.web_site {
    margin: 0 auto;
    width: 960px;
    min-height: 960px;
    background-size: cover;
    background-position: center left;
}

.web_site-Customer {
    margin: 0 auto;
    width: 960px;
    min-height: 960px;
}

#mainSiteContent {
    min-height: 661px;
}

#BackgroundCustomerWhiteTransp {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
}

div#web_site {
}

.CustomerLogOutBlock {
    width: 100%;
    text-align: right;
    /*margin: 15px 0px 10px 0px;*/
    font-size: 16px;
    /* position: absolute; */
    /* bottom: 0px; */
    /* right: 0px; */
}

    .CustomerLogOutBlock a {
        color: white;
        text-decoration: none;
    }

#header {
    /*background-color: rgba(0, 0, 0, 0.6);*/
    font-family: 'AvenirNext-DemiBoldItalic';
    color: azure;
    display: block;
    font-size: 30px;
    text-align: center;
    width: 550px;
    margin: 240px 0px 0px 0px;
    position: absolute;
    text-transform: uppercase;
    padding-left: 20px;
    padding-bottom: 20px;
    height: 100px;
}

    #header p {
        margin: 0px;
    }
.headerForgotPass {
    width: 300px !important;
    height: 150px !important;
    margin-top: 180px !important;
}
#middleContentLogin {
    min-height: 867px;
    width: 50%;
    float: right;
}

#middleContent {
    min-height: 680px;
    margin: 15px;
    border: solid 1px rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.2);
    position: relative;
}

.LoginPagePanel {
    border-right: solid black 1px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 380px;
    float: inherit;
    margin-left: 20px;
    /*margin-top: 20px;*/
    /*padding-bottom: 47px;*/
    min-height: 960px;
}

#wrapper {
    display: flex;
    margin-top:15px;
}
.buttons {
	text-align:left;
}

div.ButtonHoverText {
    display: none;
}

.ButtonHoverText {
    color: white;
    width: 120px;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 12px;
    text-align: start;
    font-weight: bolder;
}

.LoginPagePanelHeader {
    margin-top: 25px;
    padding: 15px;
    text-align: center;
    color: red;
    height: 35px;
    font-size: 28px;
    /*margin-right: 20px;*/
}
.QuickApptButton, .ReturningCustomerButton {
    font-family: Avenir-Medium;
    background-color: white;
    width: 330px;
    color: #E81E26;
    height: 60px;
    font-weight: bold;
    /*letter-spacing: 2px;*/
    font-size: 20px;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
}

.back_button {
    padding-top: 60px;
    margin-left: 90px;
}

.ReturningCustomerButton {
    margin-top:15px;
}

    .QuickApptButton:hover, .ReturningCustomerButton:hover {
        background-color: lightgray;
        color: red;
        border: solid 1px white;
    }
/*.QuickApptButton:focus, .ReturningCustomerButton:focus{
        background-color:black;
        color:white;
        border: solid 1px white;
    }*/
#QuickApptButton:hover + div.ButtonHoverText {
    display: block;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
}

.QuickApptButtonFocus {
    background-color: #E81E26;
    font-family: Avenir-Medium;
    width: 330px;
    height: 60px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
    border: solid 1px white;
}

.ReturningCustomerButtonFocus {
    background-color: #E81E26;
    font-family: Avenir-Medium;
    width: 330px;
    height: 60px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
    border: solid 1px white;
    margin-top: 15px;
}


.LoginPageSubPanel {
    /*background-color: rgba(0, 0, 0, 0.3);*/
    width: 280px;
    padding: 15px;
    margin-left: 50px;
    margin-top: 13px;
    color: black;
}

.TestDriveCustomerPanel .LoginPageSubPanel {
    padding: 15px 10px 15px 6px;
}

.LoginCustomerPanel .LoginPageSubPanel {
    padding: 15px 0px 15px 14px
}

.LoginPageSubPanelHeader {
    text-align: center;
    font-size: 20px;
    color: black;
    margin-bottom: 15px;
}

#testDriveLocInfo {
    text-align: center;
    width: 100%;
}

.RecallVinCaption {
    text-align: center;
    font-weight: bolder;
}

.fogotUserPasswordBlock {
    font-size: 12px;
    color: black;
    float: right;
    margin-right: 20px;
    margin-top: 6px;
}

.fogotUserPasswordBlock div {
    margin-top: 5px;
}

.fogotUserPasswordBlock div a {
    color: black;
    text-transform: uppercase;
}

.footerVersionInfoBlock {
    float: left;
    height: 100%;
    vertical-align: middle;
    line-height: 60px;
    margin-left: 50px;
}

.book_online {
    color: #ff6600;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.slogan {
    color: #ff6600;
    font-size: 26px;
    font-weight: bold;
}

#logo {
    background: url("../Images/logo.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #900606;
    font-size: 22px;
    font-weight: bold;
    height: 55px;
    padding: 45px 0 0 70px;
}

    #logo div {
        color: #2c2c2c;
        font-size: 12px;
    }

#divSimpleRegistration {
    margin-top: 350px;
    margin-left: -400px;
}

.customerContentWindow {
    margin-top: 20px;
    width: 80%;
}

    .customerContentWindow .customerContentWindowHeader {
        width: 96%;
        padding: 2%;
        color: white;
        text-align: center;
        font-size: 18px;
    }

    .customerContentWindow .customerContentWindowBlock {
        text-align: center;
        padding: 2%;
        font-size: 13px;
        background-color: rgba(0, 0, 0, 0.4);
        color: white;
    }

        .customerContentWindow .customerContentWindowBlock a {
            color: #8e8e8e;
        }

* html .block {
    overflow: hidden;
}

    .block .block_t {
        background: url("../Images/block_border_fon.gif") repeat-x scroll left top rgba(0, 0, 0, 0);
    }

    .block .block_r {
        background: url("../Images/block_border_fon.gif") repeat-y scroll right top rgba(0, 0, 0, 0);
    }

    .block .block_b {
        background: url("../Images/block_border_fon.gif") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    }

    .block .block_l {
        background: url("../Images/block_border_fon.gif") repeat-y scroll left top rgba(0, 0, 0, 0);
    }

    .block .block_t_r {
        background: url("../Images/block_border_t_r_fon.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    }

    .block .block_r_b {
        background: url("../Images/block_border_r_b_fon.gif") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    }

    .block .block_b_l {
        background: url("../Images/block_border_b_l_fon.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    }

    .block .block_l_t {
        background: url("../Images/block_border_l_t_fon.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
        padding: 15px;
    }

.baner_196_310 {
    height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 196px;
}

.middle_baner_right {
    float: right;
    margin-bottom: 5px;
}

* html .service_summary {
    height: 75px;
}

    .service_summary .bottom_info {
        bottom: 10px;
        left: 10px;
        position: absolute;
        width: 176px;
    }

        .service_summary .bottom_info .appoinements {
            color: #720f12;
            font-weight: bold;
            margin-bottom: 5px;
        }

    .service_summary table {
        font-size: 11px;
        margin-bottom: 5px;
        margin-left: 6px;
        width: 170px;
    }

        .service_summary table td.price {
            width: 50px;
        }

        .service_summary table tr.total td {
            font-weight: bold;
        }

.block.b_ebdfc7.login .block_l_t {
    min-height: 100px;
}

* html .block.b_ebdfc7.login .block_l_t {
    height: 290px;
}

.block.b_ebdfc7.customer_content {
}

    * html .block.b_ebdfc7.customer_content .block_l_t {
    }

.content.with_right_column {
    margin-bottom: 6px;
    margin-right: 205px;
    overflow: hidden;
}

.checkbox_cell {
    width: 40px;
}

.RecommendedServiceName_cell {
    text-transform: uppercase;
    text-align: center;
}

.linck_cell {
    width: 150px;
}

.vehicle_info {
    text-align: center;
}

.SelectVehiclePanelBlock {
    color: #a1a1a1;
    background-color: rgba(0,0,0,0.5);
    border: solid 1px rgba(255,255,255, 0.5);
    padding: 15px;
    margin: 25px 20px 0px 20px;
    min-height: 600px;
    width: 392px;
    float: left;
}

.SelectVehicleHeader {
    color: #a1a1a1;
    font-size: 27px;
    width: 100%;
    margin: 20px 0px 40px 0px;
    text-align: center;
}

.select_car {
}

.CustomerVehicleList {
    width: 295px;
    margin-left: 50px;
    max-height: 400px;
    overflow-y: auto;
}

    .CustomerVehicleList .vehicle, .CustomerVehicleList .active {
        height: 25px;
        padding: 10px 0px 0px 10px;
        box-shadow: inset 0px 0px 8px -2px;
    }

        .CustomerVehicleList .vehicle a {
            color: #000000;
            text-decoration: none;
        }

        .CustomerVehicleList .vehicle:nth-child(even) {
            background-color: #8b8b8b;
        }

        .CustomerVehicleList .vehicle:nth-child(odd) {
            background-color: #a1a1a1;
        }

    .CustomerVehicleList .active {
        background-color: #E81E26;
    }

        .CustomerVehicleList .active a {
            color: #ffffff;
            text-decoration: none;
        }

.CurrentMileageCaption {
    color: #ffffff;
}

.button_bottom_center {
    text-align: center;
    margin-top: 20px;
}

.test_drive {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.register {
    margin-bottom: 25px;
    margin-left: 26px;
}

.password_reminder {
    margin-bottom: 15px;
    margin-left: 26px;
    margin-right: 160px;
}

.username {
    margin-bottom: 15px;
    margin-right: 160px;
}

.password {
    margin-bottom: 25px;
    margin-right: 160px;
}

    .username label, .password label {
        float: left;
        margin-right: 5px;
        padding-top: 5px;
        text-align: right;
        width: 100px;
    }

    .username input, .password input {
        font-size: 15px;
        width: 95%;
    }

    .username div, .password div {
        margin-left: 105px;
    }

.login_buttons {
    float: right;
    width: 150px;
}

.login_button {
    margin-bottom: 10px;
}

.show_step {
    height: 32px;
    margin-bottom: 10px;
}

    .show_step .block_l_t {
        padding: 0;
    }

    .show_step table {
        border-collapse: collapse;
        height: 32px;
        width: 100%;
    }

        .show_step table td div {
            height: 26px;
            padding: 6px 20px 0 5px;
        }

        .show_step table td a {
            color: #ffffff;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
        }

        .show_step table td.itemStep4 {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        }

.input_content {
    margin-right: 205px;
}

ul.select_transportation {
    list-style: none outside none;
    margin: 0 0 15px;
    padding: 0;
}

    ul.select_transportation li {
        color: #264d77;
        list-style: none outside none;
        margin: 0 0 5px;
        padding: 0 0 0 25px;
        position: relative;
    }

        ul.select_transportation li input.radio_box {
            left: 0;
            position: absolute;
            top: 0;
        }

        * html ul.select_transportation li input.radio_box {
            left: -20px;
        }

    ul.select_transportation ul {
        list-style: none outside none;
        margin: 0 0 5px 50px;
        padding: 0;
    }

.select_appointment_time {
    overflow: hidden;
}

* html .select_appointment_time {
    margin-right: 202px;
}

.select_appointment_time_header .name {
    float: left;
    margin-top: 3px;
}

.select_appointment_time_header .right_button {
    float: right;
    margin: 6px 10px 0 20px;
}

.select_appointment_time_header .left_button {
    float: left;
    margin: 6px 20px 0 10px;
}

.select_appointment_time_header .service_advisor {
    float: right;
}

    .select_appointment_time_header .service_advisor select {
        vertical-align: middle;
        width: 150px;
    }

.appointment_submit {
    margin-right: 205px;
    text-align: center;
}

.button_center {
    margin-top: 10px;
    text-align: center;
}

.appointment_details {
    width: 100%;
}

    .appointment_details td {
        padding-right: 10px;
        width: 50%;
    }

.content table td {
    vertical-align: top;
}

table th {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
    text-align: left;
}

    table th.cost {
        padding-right: 10px;
        width: 125px;
    }

    table th.comments {
        padding-right: 10px;
        width: 400px;
    }

input.comments {
    width: 390px;
}

textarea.comments {
    width: 390px;
}

table td.confirm_app_table_first_column {
    width: 40% !important;
}

table td.confirm_app_table_two_column {
    width: 60% !important;
}

.footer {
    /*height: 60px;*/
    color: white;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    padding-top: 900px;
}
.list_auto {
    margin-left: 20%;
    margin-right: 20%;
}

.Asterisk {
    color: Red;
}

.progress {
    background-color: White;
    border: 1px solid silver;
    color: Black;
    font-weight: bold;
    left: 450px;
    padding: 15px;
    position: absolute;
    top: 150px;
    z-index: 1001;
    width: 100px;
}

.bc_progress {
    background-color: Transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    min-height: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.subItemHeader {
    font-family: Avenir-Medium;
    background-color: #E81E26;
    text-align: center;
}

    .subItemHeader td.dxpc {
        color: #ffffff;
        font-size: 14px;
        font-weight: normal;
    }

.DescriptionHeader {
    background-color: #E81E26;
    text-align: center;
}

    .DescriptionHeader td.dxpc {
        color: #ffffff;
        font-size: 14px;
        font-weight: normal;
    }

.service_list {
    width: 100%;
}

    .service_list .cell_ {
        text-align: center;
        width: 32px;
    }

    .service_list .cell_descr {
        text-align: center;
        width: 75px;
    }

    .service_list .cell_price {
        text-align: center;
        width: 98px;
    }

    .service_list .cell_name {
        text-align: center;
    }

    .service_list .cell_multimedia {
        padding-right: 5px;
        text-align: center;
        width: 98px;
    }

.scroll_panel {
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .scroll_panel .service_list td {
        /*border: 1px solid #9f9f9f;*/
        box-shadow: inset 0px 0px 8px -3px;
        height: 27px;
    }

        .scroll_panel .service_list td.cell_name {
            cursor: pointer;
            text-align: left;
            padding-left: 5px;
        }

.ServiceSearchField {
    background: url("../Images/search_ico.png") no-repeat scroll right top #a1a1a1;
    height: 26px;
    border: 0px;
    padding-left: 10px;
    /* width:98.5%;*/
}

.ServiceListBlock {
    background-color: rgba(0,0,0,0.4);
    padding: 10px;
    margin: 10px;
}

#serviceControlPanel {
    padding-bottom: 30px;
    background-color: rgba(0,0,0,0.4);
    margin-top: 10px;
    color: #e1e1e1;
}

    #serviceControlPanel .CustomerButtonNextBig {
        width: 150px;
        height: 140px;
    }

.serviceControlPanelColumn {
    vertical-align: top;
}

.serviceControlBlock {
}

.serviceControlBlockHeader {
    height: 40px;
    width: 100%;
    background-color: #E81E26;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    text-transform: uppercase;
}

.serviceControlBlockContent {
    padding: 5px 5px 30px 5px;
}

.ServiceNextButton {
    margin-top: 14px;
    text-align: center;
}

a {
    color: #000000;
}

    a:hover {
        text-decoration: none;
    }

    a.buttonCalendar.width_200px {
        background: url("../Images/button_fon_200px.gif") no-repeat scroll 0 0 transparent;
        display: block;
        font-style: normal;
        height: 25px;
        padding-top: 4px;
        text-align: center;
        text-decoration: none;
        width: 200px;
    }

    a.buttonCalendar.width_175px {
        background: url("../Images/button_fon_175px.gif") no-repeat scroll 0 0 transparent;
        display: block;
        font-style: normal;
        height: 25px;
        padding-top: 4px;
        text-align: center;
        text-decoration: none;
        width: 175px;
    }

    a.buttonCalendar.width_100px {
        background: url("../Images/button_fon_100px.gif") no-repeat scroll 0 0 transparent;
        color: black;
        display: block;
        font-style: normal;
        height: 25px;
        padding-top: 4px;
        text-align: center;
        text-decoration: none;
        width: 100px;
    }

input.button.width_200px {
    background: url("../Images/button_fon_200px.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    width: 200px;
}

input.button.width_225px {
    background: url("../Images/button_fon_225px.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    width: 225px;
}

input.button.width_250px {
    background: url("../Images/button_fon_250px.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    width: 250px;
}

.light-label {
    font-size: 11px;
}

.dark-label {
}

.labelHeader {
    font-size: 14px;
}

table.light-radio-list {
    margin-top: 25px;
    text-align: left;
}

.block.b_ebdfc7 {
}

.baner_196_310 .banner_header {
    background: url("../Images/banner_header_fon.gif") repeat-y scroll left top rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    width: 176px;
}

.show_step table td {
    background: url("../Images/main_menu_li_fon.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}

.block.b_8b776c {
    background: none repeat scroll 0 0 #8b776c;
}

.show_step.step_one table td.itemStep1 {
    background: url("../Images/main_menu_active_fon.gif") repeat-x scroll right top rgba(0, 0, 0, 0);
    padding: 0;
}

    .show_step.step_one table td.itemStep1 div {
        background: url("../Images/main_menu_first_activ_fon.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    }

.show_step.step_two table td.itemStep2 {
    background: url("../Images/main_menu_active_fon.gif") repeat-x scroll right top rgba(0, 0, 0, 0);
    padding: 0;
}

.show_step.step_two table td.itemStep1 {
    background: url("../Images/show_step_left_fon.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
}

.show_step.step_three table td.itemStep3 {
    background: url("../Images/main_menu_active_fon.gif") repeat-x scroll right top rgba(0, 0, 0, 0);
    padding: 0;
}

.show_step.step_three table td.itemStep2 {
    background: url("../Images/show_step_left_fon.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
}

.show_step.step_four table td.itemStep4 {
    background: url("../Images/main_menu_last_fon.gif") repeat-x scroll right top rgba(0, 0, 0, 0);
    padding: 0;
}

.show_step.step_four table td.itemStep3 {
    background: url("../Images/show_step_left_fon.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
}

.g-clrfix:after {
    clear: both;
    content: ".";
    display: block;
    font: 0px/0 a;
    height: 0;
    visibility: hidden;
}

.b-menu-list {
    border-radius: 10px;
    height: 30px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.b-menu-list-item {
    background-color: #252525;
    color: white;
    float: left;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-right: solid 1px rgba(255,255,255,0.3);
    border-bottom: solid 1px rgba(255,255,255,0.3);
    font-size: 16px;
    text-transform: uppercase;
}
/*.b-menu-list-item:after, .b-menu-list-item:before, .b-menu-list-item .after, .b-menu-list-item .before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #cfcfcf;
    border-image: none;
    border-style: solid;
    border-width: 26px;
    content: "";
    position: absolute;
    right: -51px;
    top: -1px;
    width: 0;
    z-index: 2;
}*/
/*.b-menu-list-item:after, .b-menu-list-item .after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #eaeaea;
    border-image: none;
    border-style: solid;
    border-width: 25px;
    right: -47px;
    top: 0;
}*/
/*.b-menu-list-item--first {
    border-color: #cccccc -moz-use-text-color #cccccc #cccccc;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
}*/
.b-menu-list-item--last {
    border-right: none;
}
/*.b-menu-list-item--last:after, .b-menu-list-item--last:before, .b-menu-list-item--last .after, .b-menu-list-item--last .before {
    display: none;
}*/

.appointmentMenuBlock {
    width: 27px;
    height: 27px;
    margin: 11px 5px 0px 30px;
    float: left;
}

.menuLogOutImage {
    background: url("../Images/Menu_LeftArrow.png") no-repeat;
}

.menuVehicleImage {
    background: url("../Images/Menu_Vehicle.png") no-repeat;
}

.menuVehicleImage-active {
    background: url("../Images/Menu_Vehicle_Select.png") no-repeat;
}

.menuServiceImage {
    background: url("../Images/Menu_Services.png") no-repeat;
}

.menuServiceImage-active {
    background: url("../Images/Menu_Services_Select.png") no-repeat;
}

.menuAppointmentImage {
    background: url("../Images/Menu_Appointment.png") no-repeat;
}

.menuAppointmentImage-active {
    background: url("../Images/Menu_Appointment_Select.png") no-repeat;
}

.menuConfirmImage {
    background: url("../Images/Menu_Confirm.png") no-repeat;
}

.menuConfirmImage-active {
    background: url("../Images/Menu_Confirm_Select.png") no-repeat;
}

.menuLogOut {
    width: 17.43%;
}

.menuVehicle {
    width: 231px;
}

.menuService {
    width: 231px;
}

.menuAppointment {
    width: 231px;
}

.menuConfirm {
    width: 231px;
}

.b-menu-list-item--active:after, .b-menu-list-item--active .after {
    border-left-color: white;
}

.b-menu-list-item a, .b-menu-list-item span {
    color: #e1e1e1;
    display: block;
    text-decoration: none;
}

.b-menu-list-item--active {
    background-color: #E81E26;
    color: #e1e1e1;
}

    .b-menu-list-item--active a {
        color: #e1e1e1;
    }

#serviceListHeaderBlock {
    margin: 0px 0px 0px 4px;
}

.service_list .row_header {
    /* background: url("../Images/ServicesHeaderBackground.jpg") repeat-x; */
    background-color: #E81E26;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
}

.service_list .row_normal {
    background-color: #d6d6d6;
    color: #000000;
}

.service_list .row_alternating {
    background-color: #d6d6d6;
    color: #000000;
}

.service_list .row_normal_selected, .service_list .row_alternating_selected {
    background-color: #E81E26;
    color: white;
}

.service_list .row_normal_emenu_selected, .service_list .row_alternating_emenu_selected {
    background-color: #c05152;
    color: #ffffff;
}

.service_summary {
    background: none repeat scroll 0 0 #f1f2f4;
    border: 1px solid #d0d2cf;
    clear: right;
    color: #000000;
    float: right;
    min-height: 75px;
    padding: 0 10px 55px;
    position: relative;
    width: 176px;
}

.TimeSlotHighlightingBlock {
    float: right;
    margin-right: 28px;
}

    .TimeSlotHighlightingBlock input {
        height: 30px;
        font-family: Avenir-Medium;
    }

.appt-calendar {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

    .appt-calendar td a.overwrite {
        color: Maroon;
    }

.select_appointment_time_header {
    color: #fff;
    padding: 5px 0;
    width: 100%;
}

.appt-calendar-header {
    width: 855px;
    table-layout: fixed;
    /*border-collapse: collapse;*/
}

.appt-calendar-header-cell {
    color: #e1e1e1;
    background-color: #E81E26;
    text-align: center;
    font-weight: bolder;
    height: 28px;
    border-right: solid 1px #959595;
    box-shadow: inset 0px 0px 8px -3px;
}

tr.SelectTimeFirstRow {
    background-color: #8c8b8b;
}

tr.SelectTimeSecondRow {
    background-color: #a1a1a1;
}

.appt-calendar td {
    text-align: center;
}

    .appt-calendar td.normal {
        color: blue; /*white;*/
        background-color: white; /*#46a4da;*/
        font-weight: bolder;
        padding: 0px 10px 0px 10px;
        margin-top: 2px;
        height: 28px;
        border-right: solid 1px #959595;
        /*box-shadow: inset 0px 0px 8px -3px;*/
    }

        .appt-calendar td.normal a {
            color: blue; /*white;*/
        }

    .appt-calendar td.gray {
        color: gray; /*#7a7b7d;*/
        background-color: white; /*#dee0e0;*/
        font-weight: bolder;
        padding: 0px 10px 0px 10px;
        margin-top: 2px;
        height: 28px;
        border-right: solid 1px #959595;
        /*box-shadow: inset 0px 0px 8px -3px;*/
    }

        .appt-calendar td.gray a {
            color: gray;
        }

    .appt-calendar td.multiday {
        color: Orangered;
    }

    .appt-calendar td.multiresource {
        background-color: white; /*#46a4da;*/
        font-weight: bolder;
        padding: 0px 10px 0px 10px;
        margin-top: 2px;
        height: 28px;
        border-right: solid 1px #959595;
        /*box-shadow: inset 0px 0px 8px -3px;*/
    }

        .appt-calendar td.multiresource a {
            color: green;
        }

.content {
    color: #000000;
    margin-bottom: 6px;
    overflow: hidden;
}

h2 {
    font-size: 11pt;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 12px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.detail-table th {
    color: #a1a1a1;
    border-left: solid 1px gray;
    padding: 0px 5px 0px 5px;
    font-size: 15px;
    font-weight: bolder;
}

    .detail-table th:first-child {
        border-left: none;
    }

.detail-table td {
    border-left: solid 1px gray;
    padding: 0px 5px 0px 5px;
}

.detail-table tr td:first-child {
    border-left: none;
}

.TotalDetailBlock .ConfirmBlockHeader {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: bolder;
}

.ConfirmBlockHeader {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: bolder;
}

.AppointmentConfirmHeader {
    font-weight: bolder;
    font-size: 15px;
}

table.forgot-passw {
    width: 500px;
}

a.first-available {
    color: Blue;
    font-weight: bold;
}

.appt-calendar td.selected-slot {
    background-color: #E81E26;
}

    .appt-calendar td.selected-slot a {
        color: white;
    }

.SelectTimeHeaderDiv {
    margin-left: 28px;
    width: 872px;
    background-color: #E81E26;
}

.SelectTimeMainDiv {
    height: 305px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 28px;
    margin-bottom: 15px;
    width: 872px;
}

input.button.ask {
    background: url("../Images/button_fon_ask.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    border: 0 none;
    height: 24px;
    vertical-align: middle;
    width: 25px;
}

input.button.prev {
    background: url("../Images/button_fon_prev.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    border: 0 none;
    height: 24px;
    vertical-align: middle;
    width: 25px;
}

input.button.next {
    background: url("../Images/button_fon_next.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    border: 0 none;
    height: 24px;
    vertical-align: middle;
    width: 25px;
}

div.appt-detail-tooltip {
    background-color: #ffffdd;
    border: 1px solid black;
    font-size: 13px;
    left: 5px;
    min-height: 20px;
    overflow-x: hidden;
    padding: 5px;
    position: absolute;
    top: 5px;
    visibility: hidden;
    width: 210px;
    z-index: 1000;
}

#TransportationOptionBlock {
    width: 615px;
    min-height: 200px;
    margin-left: 28px;
    background-color: rgba(0,0,0,0.5);
    border: solid 1px rgba(255,255,255,0.5);
}

#TransportationOptionBlockHeader {
    font-size: 30px;
    color: white;
    padding: 10px 0px 10px 0px;
    width: 100%;
    text-align: center;
}

#TransportationOptionBlockContent {
    color: #e1e1e1;
    font-size: 16px;
    line-height: 29px;
}

.TranspOptionPanelComment {
    line-height: 30px;
    margin-bottom: 5px;
}

.TranspOptionPanelCommentCaption {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 5px 0px 7px 0px;
}

.TranspOptionPanelCommentText {
    width: 100%;
    text-align: right;
}

    .TranspOptionPanelCommentText input {
        height: 29px;
    }

.TransportationPanelButton {
    background-color: #252525;
    border-right: solid 1px #767270;
    float: left;
    height: 22px;
    line-height: 45px;
    text-align: center;
    color: #e1e1e1;
    cursor: pointer;
    height: 45px;
    text-transform: uppercase;
}

.TransportationPanelButtonSelected {
    background-color: #E81E26;
    border-right: solid 1px #7e7f83;
    color: #e1e1e1;
    float: left;
    height: 22px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    height: 45px;
    text-transform: uppercase;
}

#divbtnDropOff {
    width: 109px;
}

#divbtnUnDropOff {
    width: 174px;
}

#divbtnTranspWaiter {
    width: 109px;
}

#divbtnOther {
    width: 109px;
}

#divbtnAmenities {
    width: 109px;
    border-right: none;
}

.TransportationCustomVerbiage {
    width: 100%;
    text-align: center;
    font-weight: bolder;
    font-size: 14px;
    margin: 15px 0px 5px 0px;
}

.TranspOptionPanel {
    border: #dddede;
    padding: 10px 15px;
    min-height: 60px;
    border: solid 1px black;
}

.TransportationOptionControl {
    width: 645px;
    float: left;
}

.SelectAdvisorControl {
    float: right;
    width: 226px;
    margin-top: 72px;
    margin-right: 28px;
    border: solid 1px rgba(255,255,255,0.5);
}

#SelectArvisorBlockHeader {
    background-color: #252525;
    text-align: center;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    color: #e1e1e1;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
}

#TimeSlotControlBlock {
    width: 852px;
    margin-left: 28px;
    height: 26px;
    padding: 10px;
    background-color: #252525;
    color: #e1e1e1;
    vertical-align: top;
}

.TimeSlotControlBlockCaption {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

.TimeSlotControlBlockButtons {
    float: right;
    vertical-align: top;
}

.TimeSlotControlBlockButtonDiv {
    float: left;
    margin-left: 10px;
}

.TimeSlotSwitchTimeButton {
    height: 20px;
    background-color: #a1a1a1;
    width: 17px;
    float: left;
    padding-top: 9px;
}

.TimeSlotControlButton {
    font-family: Avenir-Medium;
    background-color: #a1a1a1;
    border: none;
    color: black;
    height: 29px;
    vertical-align: top;
    width: auto;
}

.ConfirmPageBlock {
    background-color: rgba(0, 0, 0, 0.7);
    border: solid 1px rgba(255,255,255,0.2);
    color: white;
    margin: 5px 10px 0px 10px;
    padding: 10px;
}

.DetailTableHeaderCell th {
    color: #a1a1a1;
}

.ConfirmPageBlockBottom {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border: solid 1px rgba(255,255,255,0.2);
    color: #a1a1a1;
    margin: 5px 10px 20px 10px;
}


.ConfirmPageTextField {
    background-color: #f3f3f3;
    border-radius: 5px;
    height: 22px;
}

.ConfirmPageTextBox {
    background-color: #a1a1a1;
    color: #000000;
    margin-bottom: 4px;
}

.CustomerAuthorizationRegisterPanel {
    margin-left: 0px;
    min-height: 560px;
    background: none;
}

    .CustomerAuthorizationRegisterPanel .LoginPageSubPanel, .CustomerAuthorizationLoginPanel .LoginPageSubPanel {
        min-height: 400px;
        background-color: transparent;
    }

    .CustomerAuthorizationRegisterPanel .CustomEdit, .CustomerAuthorizationRegisterPanel .CustomSelect, .CustomerAuthorizationLoginPanel .CustomEdit {
        width: 275px;
    }

    .CustomerAuthorizationRegisterPanel .CustomSelect {
        width: 280px;
    }

.CustomerAuthorizationLoginPanel {
    float: right;
    min-height: 560px;
}

.CustomerRegisterRow {
    margin-top: 10px;
    color: white;
}

.CustomerRegisterNextButtonRow {
    margin: 20px 0px 20px 0px;
    width: 100%;
    text-align: center;
}

.CustomerRegisterForgotPasswRow {
    width: 100%;
    text-align: center;
    color: #959595;
    font-weight: bolder;
}

    .CustomerRegisterForgotPasswRow a {
        color: #959595;
        text-transform: uppercase;
    }

.divDontWishRegister {
    width: 80%;
    margin-left: 10%;
    border: solid 1px #8f8a87;
    background-color: rgba(226, 226, 226, 0.8);
}

    .divDontWishRegister .DontWishTextBlock {
        width: 75%;
        float: left;
        margin: 10px;
        text-align: justify;
    }

    .divDontWishRegister .DontWishButtonBlock {
        float: left;
        margin: 10px;
    }

.TransportationPopUpHover {
    position: absolute;
    max-width: 400px;
    background-color: #eeeef0;
    border: solid 1px gray;
    border-radius: 5px;
    padding: 5px;
    opacity: 0;
}

.SelectVehicleReturningCustomerBlock {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 500px;
    max-height: 625px;
    display: none;
    box-shadow: 0px 0px 200px black;
    color: #a1a1a1;
    z-index: 10001;
}

#SelectVehicleReturningCustomerBlockHeader {
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    padding: 10px;
    background-color: #E81E26;
    color: #e1e1e1;
    text-transform: uppercase;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
}

.SelectVehicleReturningCustomerBlockClose {
    float: right;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url("../Images/CloseBtnNew.png") no-repeat;
    margin-top: 13px;
    margin-right: 13px;
}

#SelectVehicleReturningCustomerBlockContent {
    max-height: 460px;
    overflow-y: scroll;
    padding-right: 5px;
    margin: 10px;
}

#SelectVehicleReturningCustomerBlockButtom {
    padding: 7px;
    text-align: center;
}

    #SelectVehicleReturningCustomerBlockButtom div {
        padding: 4px;
    }

.VehicleListItem {
    height: 30px;
    vertical-align: middle;
    padding: 7px;
    margin-top: 6px;
    cursor: pointer;
    /*background-color: #a1a1a1;
    color: black;
    font-size: 13px;
    font-weight: normal;*/
}

.VehicleListItemNormal {
    background-color: #a1a1a1;
    color: black;
    font-size: 13px;
    font-weight: normal;
}

.VehicleListItemSelected {
    background-color: #E81E26;
    color: #e1e1e1;
    font-size: 13px;
    font-weight: normal;
}

.VehicleListItemName {
    font-size: 13px;
    font-weight: bolder;
}

.VehicleListItemVin {
    font-size: 12px;
}


.RecallBlock {
    font-size: 14px;
}

    .RecallBlock div {
        margin-top: 10px;
    }

.twitterLogin {
    background-image: url('../Images/socials/twitter.png');
    background-repeat: no-repeat;
}

.googleLogin {
    background-image: url('../Images/socials/google.png');
    background-repeat: no-repeat;
}

.facebookLogin {
    background-image: url('../Images/socials/facebook.png');
    background-repeat: no-repeat;
}

.openIdLogin {
    background-image: url('../Images/socials/OpenId.png');
    background-repeat: no-repeat;
}

.socialBtnContent {
    margin-left: 3px;
    font-size: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

    .socialBtnContent a {
        border-bottom: 1px dashed #000;
        text-decoration: none;
    }

.LoginWithCaption {
    text-align: center;
    font-weight: bold;
}

.AspxWindowCustom {
    background-color: rgba(0,0,0,0.8);
}

.AspxWindowHeader {
    background-color: #E81E26;
    color: #e1e1e1;
    border: none;
    height: 40px;
    text-align: center;
}

    .AspxWindowHeader td.dxpc {
        color: #ffffff;
    }

.PopUpheader {
    background-color: #E81E26;
    height: 40px;
    text-align: center;
}

    .PopUpheader td.dxpc {
        font-family: Avenir-Medium;
        color: #ffffff;
        font-size: 13px;
        font-weight: normal;
        border: none;
    }

.AspxWindowContent {
    font-family: Avenir-Medium;
    background-color: rgba(0,0,0,0.8);
    color: #e1e1e1;
    border: none;
}

    .AspxWindowContent a {
        color: #e1e1e1;
        font-family: Avenir-Medium;
    }

.subItemContent {
    font-family: Avenir-Medium;
    background-color: rgba(0,0,0,0.8);
    color: #e1e1e1;
    border: none;
}

    .subItemContent a {
        color: #261ad4;
    }

.AspWindowCloseButton {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url("../../Content/Images/CloseBtnNew.png") no-repeat;
}

.CustomerProfileFormContent .dxeBase {
    color: #e1e1e1;
}

.CustomerProfileHeader {
    height: 41px;
    position: relative;
    background-color: #252525;
    text-align: center;
    padding: 8px;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    color: #e1e1e1;
    font-size: 30px;
}

    .CustomerProfileHeader .CustomButton {
        float: right;
        width: 100px;
        font-size: 15px;
    }

.CustomerProfileLeftForm td, .CustomerProfileRightForm td, .CustomerProfileRightFormBtns td {
    padding-top: 7px;
}

.CustomerProfileRightFormBtns {
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.CustomEditProfile {
    background-color: #a1a1a1;
    border-width: 0px;
    height: 25px;
    box-shadow: inset 0px 0px 2px 0px;
    color: #000000;
}

.CustomerProfileFormContent {
    border-bottom: solid 1px rgba(255,255,255,0.3);
}

.CustomerProfileLeftFormBlock {
    margin-left: 50px;
}

.CustomerProfileRightFormBlock {
    margin-left: 30px;
}

.CustomerProfileFormContent .CustomEditProfile input {
    background-color: #a1a1a1;
    color: #000000;
}

.CustomSelectProfile {
    background: url("../Images/SelectArrowNew.png") no-repeat scroll right center #a1a1a1;
    height: 25px;
    overflow: hidden;
    border-width: 0px;
    box-shadow: inset 0px 0px 2px 0px;
}

.CustomButtonProfileForm {
    height: 32px;
}

.CustomerProfileVehiclePanel {
    background-color: #252525;
    margin-top: 16px;
    color: #ffffff;
}

    .CustomerProfileVehiclePanel .dxgvTable caption {
        background-color: #252525;
        padding: 10px;
        color: #ffffff;
        text-transform: uppercase;
    }

    .CustomerProfileVehiclePanel .dxgvHeader {
        background-color: #E81E26;
        text-align: center;
    }

    .CustomerProfileVehiclePanel .dxgvInlineEditRow, .CustomerProfileVehiclePanel .dxgvDataRow, .CustomerProfileVehiclePanel .dxgvPagerBottomPanel {
        background-color: #a1a1a1;
    }

    .CustomerProfileVehiclePanel .dxgvControl, .CustomerProfileVehiclePanel .dxgvDisabled {
        border: none;
        font-family: Avenir-Medium;
    }

.CustomerServiceHistory {
    width: 100%;
    background-color: #a1a1a1;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    text-align: center;
    padding: 5px 0px 5px 0px;
}

.CustomerProfileVehiclePanel .dxgvHeader td {
    color: #e1e1e1;
}

.CustomerProfileVehiclePanelBlock {
    float: left;
    margin-left: 20px;
}

.CustomerProfileVehiclePanel .CustomButton, .CustomerProfileVehiclePanel .CustomEditProfile {
    height: 25px;
}

.ConfirmedPageBlock {
    border: solid 1px rgba(255,255,255,0.2);
    color: white;
    margin: 5px 10px 0px 10px;
}

.ConfirmedPageBlockTop {
    border-bottom: none;
}

.ConfirmedPageBlockBottom {
    border-top: none;
    margin-top: 0px;
}

.ConfirmedHeader {
    text-align: center;
    font-size: 20px;
}

.ConfirmedButtonBlock {
    margin-top: 20px;
}

    .ConfirmedButtonBlock .CustomButton {
        min-width: 200px;
        height: 32px;
    }

.ConfirmedButtonPrint {
    width: 150px;
    height: 140px;
    margin-right: 60px;
    margin-bottom: 100px;
}

#div_print ul {
    list-style-type: none;
}

    #div_print ul li {
        margin-top: 20px;
    }


/* Custom PopUp */
.CustomAlertPopUp {
    width: 400px;
    background-color: #000000;
    z-index: 10001;
}

.CustomAlertPopUpHeader {
    background-color: #E81E26;
    color: #ffffff;
    border: none;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.CustomAlertPopUpCloseButton {
    width: 31px;
    height: 30px;
    margin: 7px 5px 0px 0px;
    float: right;
    background: url("../Images/CloseBtnNew.png") no-repeat;
    cursor: pointer;
}

.CustomAlertPopUpContent {
    color: #ffffff;
    border: none;
    font-size: 13px;
    padding: 10px;
    text-align: center;
}

.CustomAlertPopUpButtons {
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
}

    .CustomAlertPopUpButtons button {
        min-width: 100px;
    }

.PopUpOverlay {
    z-index: 10000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #777777;
    opacity: 0.7;
    left: 0;
    top: 0;
}


.StatusInfoStatusDescription {
    color: #ffffff;
}

.StatusInfoTable td {
    background-color: #DCDCDC;
}

.AddCustomerVehicleBlock {
    color: #e1e1e1;
    width: 500px;
    margin-left: 215px;
}

    .AddCustomerVehicleBlock .AddVehicleBlockHeader {
        padding: 10px;
        color: white;
        margin-top: 20px;
        font-size: 20px;
        font-weight: bolder;
    }

    .AddCustomerVehicleBlock .CustomSelect {
        width: 255px;
    }

    .AddCustomerVehicleBlock .CustomEdit {
        width: 250px;
    }

    .AddCustomerVehicleBlock .CustomButton {
        width: 150px;
    }

.LoginErrorMessage {
    Font-Size: 12px;
    color: red
}

.CustomerHeader {
    min-height: 100px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    display: block;
    font-size: 30px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    text-transform: none;
    position: unset;
}
.FooterCustomer {
    padding-top: 0px;
}
.txtTransform {
    text-transform: none;
}

@media (max-width: 978px) and (min-width: 1px) {
    #header {
        width: 400px;
    }
}