﻿@font-face {
    font-family: AvenirNext-DemiBoldItalic;
    src: url("../../Content/Fonts/AvenirNext-DemiBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: Avenir-Medium;
    src: url("../../Content/Fonts/AvenirNext-Medium.eot");
    src: url("../../Content/Fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), 
        url("../../Content/Fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg"), 
        url("../../Content/Fonts/AvenirNext-Medium.ttf") format("truetype"), 
        url("../../Content/Fonts/AvenirNext-Medium.woff") format("woff"), 
        url("../../Content/Fonts/AvenirNext-Medium.woff2") format("woff2");
}

body {
    font-family: Avenir-Medium;
    font-size: 13pt;
    margin: 0;
    padding: 0;
    color: #696464;
}

.QuickApptButton, .ReturningCustomerButton {
    width: 90%;
    height: 50px;
    margin: 10px 0px 0px 5%;
    font-family: inherit;
    font-weight: bolder;
    font-size: 22px;
    color: red;
    background-color: white;
    border: none;
}
/*.CustomerVehicleList {
    height: 355px !important;
}*/
.headerQuick {
    height: 100px;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    color: white;
    line-height: 1.2;
    text-transform: uppercase;
    font-style: oblique;
    padding: 30px 0 45px 0;
}
.headerReturning {
    text-align: center;
    font-size: 35px;
    padding: 9% 0px 14% 0px;
    font-family: Avenir-Medium;
    font-style: oblique;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
}

.viewHead {
	font-size: 15pt;
	font-weight: bold;
	display: block;
	text-align: center;
}
.background {
    background-size: cover;
    height: 100vh;
    min-height: 40rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.viewHeader {
    background-color: #d6dbe1; /* #69ACCE;*/
	color: #000000;
	line-height: 30pt;
	font-size: 11pt;	
	width: 100%;
}
.viewHeaderCommand
{
    background-color: #6699FF;/* #69ACCE;*/
	color: #ffffff;
	line-height: 30pt;
	font-size: 11pt;	
	width: 100%;
    color:#fff; 
    text-decoration:none;
}
.viewHeaderCommand a
{
    color:#fff; 
    text-decoration:none;
}

.loginHeaderBlock
{
    color: #d6dbe1;
    border-radius: 10px;
    padding:10px;
    text-align:center;
}

.viewHeader input
{
	width: auto !important;
}

.text
{
	font-size: 13pt;	
}

.error {
    color: #E81E26;
}

.nowrap
{
    white-space: nowrap;
}

.center
{
	display: block;
	text-align: center;	
}

.list, .tableView
{
	display: block;	
	padding: 0;
	margin: 0;
}

.list li, .tableView li
{
	display: block;
	list-style-type: none;
}

.tableView li
{
	/*line-height: 30pt;*/
	font-size: 13pt;
	color: black;
	width: 90%;
    margin-left: 5%;
	vertical-align: middle;
    /*text-align:center;*/
}

.tableView li a
{
	text-decoration: none;
	color: #000000;
	display: block;
	width: 100%;
	min-height: 28pt;
	vertical-align: middle;
}

.tableView
{
    width: 100%;		
	padding:0;
	margin:0;
}

.tableView tr
{
    width: 100%;		
}

.tableView td
{
	background-color: Gray;
	line-height: 30pt;
	font-size: 13pt;
	color: #ffffff;
	width: 100%;
}

.tableView td a
{
	text-decoration: none;
	color: #ffffff;
}

.tableView .heading
{
	background-color: Blue;
}

.list li select
{
	display: block;
	width: 100%;
	height: 30pt;	
	font-size: 13pt;
}

.daysRow
{
	width: 100%;		
	padding:0;
	margin:0;
}

.daysRow td
{
	height: 30pt;
	background-color: Gray;	
	text-align: center;
	font-size: 13pt;	
	padding:0;
}

/*.alter
{
	/*background-color: #aeaeae !important;
	background-color: #6699FF; #C1D5F5;
}*/

.highlighted
{
	background-color: #0000aa !important;
}

.daysRow td a
{
	text-decoration:none;
	color: #ffffff;
}

.blockHeader
{
    color: #ffffff;
    font-size: 20px;
    font-weight:bold;
    /*margin-left: 10px;*/
    margin-bottom: 30px;
    padding: 60px;
    text-align: center;
    background-color: black; /*#827E79*/
}

.button {
    font-family:Avenir-Medium;
	height: 40px;
	font-size: 13pt;
	width: 100%;
    background-color: #E81E26;
	border: 0px;
	-webkit-appearance: none;
	color: #ffffff;
    /*margin-left: 5%;*/
}
/*.headerReturning {
    text-align: center;
    font-size: 45px;
    padding: 30px 0px 55px 0px;
    font-family: Avenir-Medium;
    font-style: oblique;
    text-transform: uppercase;
    line-height: 1.0;
    font-weight: bold;
    color:white;
}*/
.bottonNextBack {
    height: 40px;
	font-size: 15pt;
    font-weight: bold;
    width: 100%;
	border: 0px;
    background-color: #E81E26;
    -webkit-appearance: none;
    border-radius: 0;
    color: #ffffff;
    margin-top: 3px;
}

.rightButtonArrow
{
    border-top:20px solid #d6dbe1; 
    border-left:15px solid #7b93af; 
    border-bottom:20px solid #d6dbe1;
}

.leftButtonArrow
{
    border-top:20px solid #d6dbe1; 
    border-right:15px solid #7b93af; 
    border-bottom:20px solid #d6dbe1;
}

.rightButtonTable {
    border-collapse: collapse;
    border: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 30px;
    float: right;
    width: 47%;
}

.leftButtonTable
{
    border-collapse:collapse; 
    border: none;
    padding:0px;
    margin:0px; 
    float:left;
    padding-bottom:30px;
    width: 47%;
}

.rightButtonTable td, .leftButtonTable td
{
    padding:0px;
    margin:0px;
}

.field-validation-error
{
	color: Red;		
}

.tableView input[type='text'], .tableView input[type='email'], .tableView input[type='tel'], .tableView input[type='number'], .tableView input[type='password'], .tableView select, .tableView textarea
{
    border: solid 2px #9f9f9f;
    background-color: #f0f0f0;
    color: #8a8a8a;
	display: block;
	padding: 0;
	margin: 0;
	height: 28pt;
	font-family: Avenir-Medium;
	font-size: 18pt;
	width: 100%;
}

.tableView input[type='checkbox']
{
    width:30px;
    height: 30px;
}

.transportationnormal
{
	background-color: #0099CC;/*#6699FF;*/
	text-indent: 20pt;
	color: Black;
}
.registrationChkCellular {
	padding-top: 35px;
}
    .CustomCheckBox input[type="checkbox"], .registrationChkCellular input[type="checkbox"] {
        display: inline-block;
        float: left;
    }
    .CustomCheckBox label, .registrationChkCellular label {
        float: left;
        margin-top: 6px;
    }
.transportationalter {
    background-color: #0099CC;
    text-indent: 20pt;
    color: Black;
}
.TransportationTab{
    padding-left: 50px;
}
.appointmentGeneralComment {
	height:70px;
	width:100%;
}
.ProfileButtonsBlock {
	text-align: center; 
	padding: 10px;
}
.ProfileButtonsSavePasswordBlock {
	text-align: center; 
	padding: 10px;
}
.ProfileButtonsSavePasswordBlock .button{
    margin-top: 5px;
}
.customerProfileHeader {
    padding: 10px;
    text-align: center;
}
.CustomerProfileCancellButton {
	margin-left: 20px;
	width:110px;
}
.CustomerProfileSaveButton {
	width:110px;
}
.CustomerProfileCreateNewApptButton {
	margin-top: 5px;
}

.textbox {
	display: block;
	padding: 0;
	margin: 0;
    font-family: Avenir-Medium;
	font-size: 18pt;
	width: 99%;
    color: #2b2a2a;
}
.generalcomment {
	margin: 20px 0px 10px 0px;
}
.Comment {font-size: 10px;  }
.viewSuggest
{
	background-color: #6699FF;/* #69ACCE;*/
	color: #ffffff;
	font-size: 11pt;
	/*line-height: 30pt;*/
		
	width: 100%;
}

.halfDayHeader
{
    background-color: #00486E;
    width: 150px;
    height: 30px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13pt;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 30px;
}

.halfDayText
{
    display: inline-block;
    vertical-align:middle;
    height: 30px;
    line-height: 30px;
}

.timeSlotBlock
{
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    vertical-align:middle;
    float:left;
    margin: 5px;
}

.timeSlotBlockEnable
{
    background-color: #23788c;
    cursor: pointer;
}

.timeSlotBlockDisable
{
    background-color: #313942;
}
.timeSlotGreenBlockEnable{
    background-color:green;
    cursor:pointer;
}
.timeSlotsBlock {
    width: 250px;
}

.confirmHeader {
    background-color: black /*#827E79*/;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 25px;
}
.confirmHeaderHeader {
	width: 50%; 
	float: left; 
	height: 32px;
	 vertical-align: middle;
	 text-align: right;
	 padding-top: 4px;
}
.confirmTopButton {
	width: 50%;
	float: left; 
	height: 32px; 
	vertical-align: middle; 
	text-align: left;
}
.confirmBold
{
    font-weight: bold;
    color:black;
    margin-left: 10px;
}

.confirmMargin {
    margin-bottom: 10px;
    color: black;
    margin-left: 10px;
}

#GoToFullVersionSiteLink
{
    margin-top: 50px;
    width: 100%;
    text-align: center;
    position:fixed;
    bottom: 10px;
}

#ForgotPasswordLink
{
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.LinkText {
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.AlwaysOnTopBlock
{
    position: fixed;
    top: 0;
    background-color: #d6dbe1;
    width: 100%;
    margin-left: -10px;
    text-align: left;
    box-shadow: 0px 0px 25px black;
    padding: 0px;
}

.CancelAppMessage {
    padding: 10px;
    margin: 0px;
    text-align: center;
    padding-top: 150px;
    font-size: 20px;
}
.ServiceComment {
    Width:150px;
    font-size:16px;
}
.MobileServiceScrollPanel {
    overflow: auto;
    /*height: 450px;*/
    /*-webkit-overflow-scrolling:touch;*/
    margin-bottom: 10px;
    float: left;
    -webkit-appearance: none;
}
/*
.MobileServiceScrollPanel::-webkit-scrollbar {
    width:35px;
}

.MobileServiceScrollPanel::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
    border: 2px solid #ffffff;
}
*/

.ScrollPanel
{
    float: left;
    background-color: White;
    border: solid 1px gray;
    width: 21px;
    border-right: none;
}

.ScrollThumb
{
    background-color:Gray;
    /*border-radius: 10px;*/
    width: 21px;
    height: 50px;
}

.MobileServiceMenu
{
    background-color:#161616;
    color:#d3d2d0;
    font-size: medium !important;
}
.infoservice{
    color: #696464;
}
.dxmDisabled
{
    color:#888888;
}

.dxmVerticalMenuItemChecked
{
     background-color:transparent;
     border-color:transparent;
}
.notdisplay{
    display:none;
}
.SubItemPopupHeightAdj {
	height:40px;
}
.ForgotPasswordHeightAdj {
	height:40px;
}
.TransportationOptionHeightAdj {
	height:40px;
}
.RequiredWaiterHeightAdj {
	height:40px;
}
.RegistrationHeightAdj {
	height:40px;
}
.AppointmentDetailsHeightAdj {
	height:0px;
}
.AppointmentConfirmHeightAdj {
	height:40px;
}
.subItemsPopUp, .popupDescription {
    background-color: white;
    color: black;
    position: absolute;
    left: 0;
    top: 0;
}
.SubItemsHeader {
    font-size: 16px;
    font-weight: bolder;
    padding: 8px;
}
.SubItemsHeaderCaption {
    float: left;
}
.CloseSubItemPopup {
    float: right;
}
.SubItemsServiceName {
    font-size: 20px;
    font-weight: bolder;
}
.subItemCommentTextBox {
    width: 100%;
    box-sizing: border-box;
}
.VehicleHeightAdj {
	height:40px;
}
.RecommendedHeightAdj {
	height:40px;
}
.ForgotPassLinkProfile {
    color: black;
    text-align: center;
    padding-top: 6px;
}
.CancellButton {
    padding-top: 70px;
}
/*Custom Radio and CheckBoxes*/
input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label span {
        display: inline-block;
        width: 36px;
        height: 36px;
        margin: -2px 10px 0 0;
        vertical-align: middle;
        background: url("Images/UnCheckedRadio.png");
        cursor: pointer;
    }

    input[type="checkbox"]:checked + label span {
        background: url("Images/CheckedRadio.png");
    }

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label span {
        display: inline-block;
        width: 36px;
        height: 36px;
        margin: -2px 10px 0 0;
        vertical-align: middle;
        background: url("Images/UnCheckedRadio.png");
        cursor: pointer;
    }

    input[type="radio"]:checked + label span {
        background: url("Images/CheckedRadio.png");
    }

    /*MOBILE TABLE*/
.MobileTableProgress {
    position: absolute;
    z-index: 10;
    width: 54px;
    height: 54px;
    background: url(../../Content/Images/ajax-loader.gif) no-repeat center;
}

.MobileTable {
    margin: 0px 10px 0px 10px;
    border: solid 2px #9f9f9f;
    font-size: 12px;
}

    .MobileTable a {
        font-size: 20px;
        text-decoration: none;
        font-weight: bold;
        color: blue;
    }

.MobileTableSort {
    border-bottom: solid 2px #9f9f9f;
    padding: 10px 10px 0px 10px;
    box-shadow: inset 0px 0px 8px -3px;
}

.MobileTableSortItem {
    float: left;
    border: 1px solid #DFDFDF;
    padding: 10px;
    margin: 0px 10px 10px 0px;
}

    .MobileTableSortItem[sortasc=desc] {
        padding-right: 20px;
        background: url(Images/SortDown.png) no-repeat right;
        background-size: 15px;
    }

    .MobileTableSortItem[sortasc=asc] {
        padding-right: 20px;
        background: url(Images/SortUp.png) no-repeat right;
        background-size: 15px;
    }

.MobileTableList {
}

.MobileTableRow {
    border-bottom: solid 1px #9f9f9f;
}

.MobileTableRowActions {
    padding: 10px 10px 0px 10px
}

.MobileTableRowAction {
    float: left;
    padding-right: 30px;
}

    .MobileTableRowAction div {
        font-size: 18px;
    }

.MobileTableRowActionRight {
    float: right;
}

.MobileTableRowCells {
    padding: 5px 10px 0px 10px;
    float:left;
}

.MobileTableRowCellsBase {
}

.MobileTableRowShowAdditional {
    width: 30px;
    text-align: center;
    cursor: pointer;
    float: left;
    background: #efefef url(../../Content/Images/CollapseDown.png) no-repeat center;
    background-size: contain;
}
.MobileTableRowShowAdditional:hover{
    background-color: lightgray;
}
.MobileTableRowShowAdditionalOpened {
    background: #efefef url(../../Content/Images/CollapseUp.png) no-repeat center;
    background-size: contain;
}

.MobileTableAdditionalCells {
    border-top: solid 1px #DFDFDF;
    padding: 10px 10px 5px 10px;
    display: none;
}
.MobileTableAdditionalCell {
    padding-bottom: 5px
}
.MobileTableAdditionalCellCaption {
    float: left;
    width: 110px;
}
.MobileTableAdditionalCellValue {
    float:left;
}

.MobileTableRowCell {
    padding: 0px 20px 5px 0px;
    float: left;
}
.MobileTableCellCaption{
    float:left;
    width: 100px;
}
.MobileTableCellValue {
    float:left;
}

.MobileTableTotalBlock {
    padding: 5px;
    color: #757575;
    font-size: 14px;
    text-align: center;
    box-shadow: inset 0px 0px 8px -3px;
}

.MobileTablePagging {
    border-top: solid 1px #9f9f9f;
    padding: 5px 0px 5px 0px;
    box-shadow: inset 0px 0px 8px -3px;
}

.MobileTablePaggingInfo {
    color: #757575;
    font-size: 14px;
    float: left;
    padding: 8px 10px 0px 10px;
}

.MobileTablePaggingButtons {
    float: left;
}

.MobileTablePaggingNextPrevButton {
    float: left;
    width: 24px;
    height: 24px;
    padding: 5px;
}
.MobileTablePaggingFirst {
    background: url(../../Content/Images/first_page.png) no-repeat center;
    cursor: pointer;
}

.MobileTablePaggingFirstDisabled {
    background: url(../../Content/Images/first_page_dis.png) no-repeat center;
}

.MobileTablePaggingPrev {
    background: url(../../Content/Images/prev_page.png) no-repeat center;
    cursor: pointer;
}

.MobileTablePaggingPrevDisabled {
    background: url(../../Content/Images/prev_page_dis.png) no-repeat center;
}

.MobileTablePaggingNext {
    background: url(../../Content/Images/next_page.png) no-repeat center;
    cursor: pointer;
}

.MobileTablePaggingNextDisabled {
    background: url(../../Content/Images/next_page_dis.png) no-repeat center;
}

.MobileTablePaggingLast {
    background: url(../../Content/Images/last_page.png) no-repeat center;
    cursor: pointer;
}

.MobileTablePaggingLastDisabled {
    background: url(../../Content/Images/last_page_dis.png) no-repeat center;
}

.MobileTablePaggingButton {
    float: left;
    color: #757575;
    padding: 8px 12px 6px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: normal;
}

.MobileTablePaggingButtonSelected {
    background-color: #F78119;
    color: #FFFFFF;
    margin-left: 1px;
    margin-right: 1px;
}
.CustomerServiceHistory {
    text-align: center;
    padding-bottom: 5px;
    font-size: 15px;
}
    .CustomerServiceHistory a {
        color: blue;
    }
.buttonPanel {
    margin-left: 10px;
}

table#tableHeader {
    color: white;
    background-color: #E81E26;
    text-align: left;
    font-weight: bold;
    border-bottom: solid 1px black;
    font-size: 2.6vw;
}

table#mainTable {
    font-size: 2.2vw;
    color: black;
}

table#historyTable {
    border: solid 1px black;
}

td#tdServices {
    border-top: solid 1px black;
    border-right: solid 1px black;
}

td#tdParts {
    border-top: solid 1px black;
}

td#tdServiceList {
    /*border-bottom: 1px solid #000000;*/
    /*border-left: 1px solid #000000;*/
    border-right: 1px solid black;
    vertical-align: top;
}

td#tdPartsList {
    vertical-align: top;
}

div#divlitSH {
    margin: -10px;
}