﻿/* HTML Elements */
html, body
{
	/*height: 100%;
	width: 100%;
	max-width: 320px;*/
	font-family: MiniSans, arial, sans-serif;
	font-size: 15px;
}

body
{
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

h1, h2
{
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #C4C4C4;
}

a, a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	cursor: hand;
	text-decoration:underline;
}

a.linkbutton, a.linkbutton:visited
{
	
	text-decoration:none;
}

.formcollection div
{
    width: 100%;
    margin-bottom:10px;
}

table.data td
{
    padding: 3px 3px 3px 3px;
    text-align: right;
}

table.data tr.alt td 
{
    background: #454545;
}

table.data th
{
    background: #333333;
    padding:3px;
    text-align:right;
}

table.data th.activity-header-cell
{
    text-align:left;
}



table.data th.amount-cell
{
    width:80px;
    text-align:right
}

table.data th.date-cell
{
    width:80px;
    text-align:right   
}

table.data th.date-header-cell
{
    width:80px;
    text-align:right;   
}

table.data td.activity-cell
{
    text-align:left;   
}
/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1px;
}

/* end clearfix */

fieldset {   
margin: 0 0 0 0;   
padding: 0;  
border: 0;
}  
legend {   
margin-left: 1em;   
color: #000000;   
font-weight: bold;  
}  
fieldset ol {   
padding: 0em 0em 0 0em;   
list-style: none;  
}  
fieldset li {   
padding-bottom: .5em;  
}  
fieldset.submit {   
border-style: none;  
}
label {    
    display: block;
}

label.inline
{
    display: inline;
}

input[type="text"]
{
    font-size: 18px;
    padding: 4px 0px 4px 0px;
    margin-bottom: 5px;
    border: solid 1px #111111;
    width: 60%;
    height: 25px;
}

input[type="text"]#Answer1,#Answer2,#Answer3
{width:100%; }

input[type="password"]
{
    font-size: 18px;
    padding: 4px 0px 4px 0px;
    margin-bottom: 5px;
    border: solid 1px #111111;
    width: 60%;
    height: 25px;
}

input[type="text"]:focus, input[type="password"]:focus
{
    background-color: #EEEEEE;
}

input[type="checkbox"]
{
    font-size: 18px;
    border: solid 1px #111111;
    
}

*+html input[type="checkbox"]
{
    width:30px;
    height:30px;
}

input[type="text"].payment { width:100px; }
select
{
    font-size: 18px;
    padding: 4px 0px 4px 0px;
    margin-bottom: 5px;
    border: solid 1px #111111;
    height: 30px;
    font-family: MiniSans, arial, sans-serif !important;
}


/* Style Classes */

.button 
{
    width: 99%;
    height: 35px;
    margin: 5px 2px;
    margin-top: 2px;
    color: #FFFFFF;
    font: 15px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-decoration: none;
    text-align: left;
    padding-left: 20px;
    outline:none;
    border: 0px solid #000000;
    cursor:pointer;
}

.button:hover {
	text-decoration: none;
}

.button:active
{
    position: relative;
    top: 1px;
    color: #666666;
}

.deactive
{
    width: 100%;
    height: 55px;
    margin: 0 0 4px 0;
    font: 15px/100% MiniSans,Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-shadow: none;
    text-decoration: none;
    text-align: left;
    padding-left: 20px;
    outline:none;
    border: none;
    cursor:pointer;
    position: relative;
    color: #FFFFFF;
    background: #000000;
}

#SecurityQuestionTitle
{	
	font-size: 14px;
}

/*

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block 
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font: 15px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 99%;
	height: 35px;
	padding: .5em 1em .5em;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	white-space:normal;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.button-color {
	color: #FFF;
	border: solid 1px #3A3A3A;
	background: #111111;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.button-color:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.button-color:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
*/
.summaryHeader
{
   
   	margin: 0px;
	width: 95%;
	cursor: pointer;
	height: 30px;
	font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
	border: solid 1px #3A3A3A;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');

}

.summaryHeader:active
{
    color: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#636363));
	background: -moz-linear-gradient(top,  #000000,  #636363);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#636363');
} 

.summaryHeaderText
{
    padding-top: 7px;
    padding-right: 5px;
    padding-left: 5px;
    color: #FFFFFF;
    font-size: 15px;
	font-family: MiniSans, arial, sans-serif;
	font-weight: bold;
	text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    
}

.summaryBody
{
    padding: 5px 5px 5px 5px;
    width: 95%;
    border: 1px solid #3A3A3A;
}

.radioLabel {
    display: contents;
}

.sectionLeaseOption {
    margin-top: 5px;
    margin-bottom: 5px;
}

.accountSummaryLabelStyle 
{
    width: 82px;
}

h1.accordian-header
{
    padding: 5px 10px 5px 5px;
    margin: 0px;
	width: 95%;
    background-color: #282828;
    color: #FFFFFF;
    border: 1px solid #3A3A3A;
    cursor: pointer;
    min-height:30px;
    display: inline-block;
}

h5.accordian-nested-header
{
    padding: 5px 10px 5px 5px;
    margin: 0px;
	width: 95%;
    background-color: #484848;
    color: #FFFFFF;
    border: 1px solid #3A3A3A;
    cursor: pointer;
    min-height:30px;
}

.accordian-body
{
    padding: 5px 10px 5px 5px;
    width: 95%;
    border: 1px solid #3A3A3A;
}

.arrowDown:after
{
	float: right;
	content: "V";
	font-size: 19px;
	vertical-align:middle;
}

.accordian-question
{
    width:85%; 
    display:inline-block;
}

.arrow:after
{
	float:right;
	width:15%;
	text-align: right;
	vertical-align:middle;
	font-weight: bold;
	content: ">";
	font-size: 19px;
}

.ui-state-default:after
{
    float: right;
    content: ">";
    font-size: 19px;
    vertical-align: middle;
}
.ui-state-active:after
{
    float:right;
    content: "V";
    font-size:16px;
    vertical-align: middle;
}

.vehicleHeader
{
   	outline: none;
	margin-top: 7px;
	cursor: pointer;
	width: 99%;
	height: 35px;
	*height: 40px;
	font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .3em;
	border: solid 2px #3A3A3A;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
    background-color:#000000;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');

}

.vehicleHeader:active
{
    color: #666;
    border: solid 2px #3A3A3A;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#636363));
	background: -moz-linear-gradient(top,  #000000,  #636363);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#636363');
} 

.vehicleHeaderText
{
    width: 80%;
    float: left;
    /*padding-top: 7px;
    padding-bottom: 7px;*/
    vertical-align: middle;
    padding-left: 7px;
    font-family: MiniSans, arial, sans-serif;
	text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}


.l { float:left; }
.r { float:right; }

.bold
{
    font-weight: bold;
}

.alt-text
{
    font-size: 13px;
	color: #C4C4C4;
}

.horiz-navigation-list
{
    margin: 6px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}

.horiz-navigation-list li
{
    padding: 0px 12px 0px 12px;
	border-left: 1px solid #fff;
	list-style: none;
	display: inline;
	text-decoration: none;
}

.horiz-navigation-list li.first
{
    padding: 0px 8px 0px 8px;
	border-left: none;
	list-style: none;
	display: inline;
	text-decoration: none;
}

.verify-customer { width:250px; }

.verify-customer-field { padding-bottom:10px; }

.forgot-password-text,
.VerifyCustomerTextBox { width:100px; }

.verify-submit { text-align:right; }

.validation-summary-errors
{
    padding: 0em 0em 0 0em;
    font-weight: bold;
    color: #FF0000;
}

.field-validation-error
{
    color: #FF0000;
    padding-bottom: .5em;
}

/* Element IDs */

#main
{
    width: 320px;
    margin: 0 auto 0 auto;
}

#topGroup
{
	background-color: #282828;
	width: 100%;
}

#user
{
	padding: 7px 0px 6px 10px;
	width:47%;
}

#topNav
{
	float: right;
	width:53%;
}

#home
{
	padding: 7px 20px 7px 20px;
	text-align: center;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

#logout
{
	padding: 7px 20px 7px 20px;
	text-align: center;
}

#vehicleContextGroup
{
	width: 100%;
	-webkit-gradient: (linear, 0% 0%, 0% 28%, from(#343434), to(#000000), color-stop(.2,#333333));
	margin-bottom:10px;
}

#logo
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	float:left;
}

#selectedVehicle
{
	padding-right: 20px;
	padding-top: 15px;
	float: right;
	text-align: right;
    width: 65%;
}

#titleGroup
{	
	width: 100%;
	background-color: #980203;
}

#title
{
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px; 
}

#vehicleGroup
{
	width: 100%;
	float:left;
}

#vehicleImage
{
	float:right;
	padding: 0px 0px 0px 0px;
}

#bodyGroup
{
	width: 100%;
}

#mainContent
{
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#footerGroup
{
	padding-top: 10px;
	width:100%;
}

.footer
{
	padding-top: 5px;
	text-align: center;
	float: left;
	width: 33%;
	height: 25px;
	background-color: #EEE;
}

#help
{
	margin-right: 1px;
}

#privacy
{
	margin-right: 1px;
}

#Agreement
{
    width: 98%;
    height: 200px;
}

#footHome
{
	margin-right: 1px;
}

.marginbottom { margin-bottom:20px; }

.contact-us { margin-top:10px; }

.contact-us-header
{
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #C4C4C4;
    margin-bottom:15px;
}

.amount-cell
{
    width:60px;
    text-align:right;
}

.amount-header-cell
{
    width:60px;
    text-align:right;
    font-weight: bold;
}

.date-cell
{
    width:68px;
    text-align:right;   
}

.date-header-cell
{
    width:68px;
    text-align:right; 
    font-weight: bold;
}

.activity-header-cell
{
    text-align:left; 
    font-weight: bold; 
}

.activity-cell
{
    text-align:left;   
}
.securityQuestionDropDownList { width:300px; }

#tblPaymentVerification tr td { padding-bottom:8px; }

.arrowText
{
    width: 20%;
}

.tableButton 
{
    width:99%;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font: 15px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 99%;
	padding: .5em 1em .5em;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	
	/*
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
	white-space:normal;
}
.tableButton:hover {
	text-decoration: none;
}
.tableButton:active {
	position: relative;
	top: 1px;
}

.tableButton-color 
{
   	color: #FFFFFF;
	border: solid 2px #3A3A3A;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.tableButton-color:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.tableButton-color:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#636363));
	background: -moz-linear-gradient(top,  #000000,  #636363);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#636363');
}

.buttonText
{
    width: 95%;  
    *padding-bottom: 7px;
    *padding-left: 20px;
    *padding-top: 7px;
    /* width: 100%;
    float: left;
    padding-bottom: 7px;
    padding-left: 2px;
    padding-top: 3px;
    text-align: left;*/
}

.ieTableButton{
    *width:100%;
}

.tableBackgroundColor
{
    background-color:#454545;
    width:150px;
  
}

.backgroundColor
{
    background-color:#454545;
  
}

/*
.BMW-Arrow
{
    display:none;
}

.MINI-Arrow
{
   width: 5%;
   text-align:right;
}
*/

.snifferArrow{
    width: 40%;
}


.AccordionButton 
{
    width: 99%;
    height: 35px;
    margin: 5px 2px;
    margin-top: 2px;
    color: #FFFFFF;
    font: 15px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-decoration: none;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
    outline:none;
    border: 0px solid #000000;
    cursor:pointer;
}
.AccordionButton a
{
	text-decoration:none;
	color: #FFFFFF;
    font: 15px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#loginAccordion .ui-state-default:after, #loginAccordion .ui-state-active:after  
{
	display:none;
	content:"";
}


.loader
{
    background-image: url('../Content/Images/ajax-loader.gif');
    background-repeat:no-repeat;
    width: 32px;
    height:32px;
}

/**************************************************************************************** 
    CRE CSS
*****************************************************************************************/

.submitButton {
    color: white;
    width: 111px;
    height: 43px;
    margin-left: 28px;
    text-align: center;
    text-transform: uppercase;
    font: 15px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
    background: #282828;
    border: 1px solid #3A3A3A;
}

label[for="PAN"] {
      margin-top: 0;
      font-size: 0;
    }
    
label[for="PAN"]:before {
      margin-top: 0;
      font-size: 15px;
      content: 'Card Number';
    }

.main > #cancelButton
{
    color: #FFFFFF;
    position: absolute;
    margin-left: -94px;
    width: 111px;
    display: block;
    background: #282828;
    border: 1px solid #3A3A3A;
    height: 43px !important;
    padding-top: 14px;
    text-align: left;
    text-transform: uppercase;
    font: 15px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 23px;
    text-decoration: none;
    cursor: pointer;
}

.specialPaymentTextBox {
    width: 90px !important;
    text-align: right;
    padding: 0 !important;
}
.specialPaymentLabel {
    float: left;
margin-left: 10px;
margin-top: 2px;
}
.specialPaymentTotalLabel {
float: left;
margin-left: 100px;
margin-top: 4px;
}
.specialPaymentBoxSpan {
    float: right;
}
@font-face {
	font-family:'MiniSans';
	src:url("Fonts/mini_sans_serif-regular-webfont.eot");
	src:url("Fonts/mini_sans_serif-regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("Fonts/mini_sans_serif-regular-webfont.woff2") format("woff2"),
		url("Fonts/mini_sans_serif-regular-webfont.woff") format("woff"),
		url("Fonts/mini_sans_serif-regular-webfont.ttf") format("truetype"),
		url("Fonts/mini_sans_serif-regular-webfont.svg#svgFontName") format("svg")
}

@font-face {
	font-family:'MiniSansBold';
	src:url("Fonts/mini_sans_serif-bold-webfont.eot");
	src:url("Fonts/mini_sans_serif-bold-webfont.eot?#iefix") format("embedded-opentype"),
		url("Fonts/mini_sans_serif-bold-webfont.woff2") format("woff2"),
		url("Fonts/mini_sans_serif-bold-webfont.woff") format("woff"),
		url("Fonts/mini_sans_serif-bold-webfont.ttf") format("truetype"),
		url("Fonts/mini_sans_serif-bold-webfont.svg#svgFontName") format("svg")
}

@font-face {
	font-family:'MiniSerif';
	src:url("Fonts/mini_serif-regular-webfont.eot");
	src:url("Fonts/mini_serif-regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("Fonts/mini_serif-regular-webfont.woff2") format("woff2"),
		url("Fonts/mini_serif-regular-webfont.woff") format("woff"),
		url("Fonts/mini_serif-regular-webfont.ttf") format("truetype"),
		url("Fonts/mini_serif-regular-webfont.svg#svgFontName") format("svg")
}

@font-face {
	font-family:'MiniSerifBold';
	src:url("Fonts/mini_serif-bold-webfont.eot");
	src:url("Fonts/mini_serif-bold-webfont.eot?#iefix") format("embedded-opentype"),
		url("Fonts/mini_serif-bold-webfont.woff2") format("woff2"),
		url("Fonts/mini_serif-bold-webfont.woff") format("woff"),
		url("Fonts/mini_serif-bold-webfont.ttf") format("truetype"),
		url("Fonts/mini_serif-bold-webfont.svg#svgFontName") format("svg")
}

@font-face{
	font-family:'MiniIcons';
	src:url("Fonts/miniicons-regular-webfont.eot");
	src:url("Fonts/miniicons-regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("Fonts/miniicons-regular-webfont.woff2") format("woff2"),
		url("Fonts/miniicons-regular-webfont.woff") format("woff"),
		url("Fonts/miniicons-regular-webfont.ttf") format("truetype"),
		url("Fonts/miniicons-regular-webfont.svg#svgFontName") format("svg")
}


html,body {
	background:#FFF !important;
	color:#000;
}
body,button,input {
	font-family: MiniSans, arial, sans-serif;
}
#main {
	width:inherit;
	max-width:400px;
}
#main * {
	box-sizing: border-box !important;
	text-shadow: none !important;
}

a, a:visited {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    cursor: hand;
    text-decoration: underline;
}
#vehicleImage img {
	display: block;
	width:100% !important;
	margin-bottom:4px;
}
#selectedVehicle a {
	color:#777;
	padding:10px;
	display: inline-block;
}
#vehicleImage {
	float:none;
}
#logout a {
	color:#FFF;
}
#logo {
	padding-top: 12px;
}
#logo img {
	width:90px;
}
#main #titleGroup {
	background:none;
	color:#000;
	font-size: 27px
}
#main #titleGroup #title {
	background:none;
	font-family: MiniSerif;
}
#main #footerGroup .footer {
	background:#EEE;
	height:inherit !important;
}
#main #footerGroup a {
	color:#000;
	padding:14px 0;
	display: block;
}
#user,#home,#logout {
	padding:0;
}
#home {
    border-right: 1px solid #555;
    border-left: 1px solid #555;
}
#user {
	padding:10px;
}
#home a ,#logout a {
	color: #CCC;
	display:block;
	padding-top:14px;
	padding-bottom:14px;
}
.button {
	text-align:center;
}
label {
	display: block;
	margin-bottom:10px;
}
.button {
	width:100%;
    height: inherit;
    color: #FFFFFF;
    text-shadow: none;
    background: #000000;
    text-align: left;
    margin:0 0 4px 0;
    padding: 20px;
    border: none;
    font:15px/100% MiniSans,Arial, Helvetica, sans-serif
}
.button:active {
    position: static;
    color: #FFF;
    background: #000;
}
.AccordionButton,
#loginAccordion h1.AccordionButton {
    height: inherit !important;
    text-shadow: none;
    background: #000000;
    text-align: center;
    padding-left: 0;
    padding-top: 0;
    margin: 0 0 20px 0;
    width:99%;
    border: none;
    padding:20px 0 !important;
}
.AccordionButton a {
	color:#FFF !important;
}
#loginAccordionContent .formcollection div:nth-of-type(3) button {
	background:#ac2430;
}

#loginAccordionContent .formcollection div:nth-of-type(5) button,
#loginAccordionContent .formcollection div:nth-of-type(6) button {
	background:#FFF;
	color:#000;
	border:1px solid #000;
}
input[type="text"], input[type="password"] {
width:100%;
height:40px;
line-height: 40px;
padding-left:10px;
padding-right:10px;
}


input[type="radio"] {
margin-right:8px;
}
.button:hover {
    background-image: none;
}
table.data th,
table.data tr.alt td,
.backgroundColor,
.tableBackgroundColor {
    background: #EEE;
}
.contact-us-header {
font-size: 1.2em;
    color: #000;
}

.SubmitButtonDeactivated
{
    background: #000000;
}

.resend-email-message {
    font-weight:bold;
}

.asterisk_error {
    display: none;
    color: #FF0000;
}

#errors {
  color: #FF0000;
  font-weight: bold;
 }
  #errors ul {
    padding: 0 0 0; }
    #errors ul li {
      margin: 0 0 0 18px;
      padding: 0 0 0;
    }

.errorTextBoxWidth {
    width:95% !important;
}

.e-sign-pdf-link a {
    display: block;
    padding: 20px;
    color: #000;
    border: 2px solid #000;
    font-family: "MiniSansBold", Times, "Times New Roman", Georgia, serif;
}

.e-sign-pdf-link a:before {
    content: 'E';
    font-family: MiniIcons;
    font-size: 18px;
    margin-right: 20px;
}

.e-sign-pdf-link a:hover {
    background: #000;
    color: #FFF;
}

.e-sign-pdf-link a:hover:before {
    color: #FFF;
}

.login-switch-banner {
    background: #ac2430;
    color: #FFF;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 10px;
}

/*Multifactor Authentication*/
.progressbar-container {
    height: 15px;
    border: none;
    display: flex;
    justify-content: space-between;
}

.progressbar {
    height: 100%;
    width: 32%;
    display: inline-block;
}

.dark {
    background-color: black;
}

.light {
    background-color: darkgrey;
}

.button {
    box-sizing: border-box;
    width: 100%;
    height: inherit;
    color: #FFFFFF;
    text-shadow: none;
    background: #000000;
    text-align: left;
    margin: 0 0 4px 0;
    padding: 20px;
    border: none;
    text-transform: uppercase;
    font: 15px/100% MiniSans,Arial, Helvetica, sans-serif;
}

.button-primary {
    border-color: white;
    color: white;
}

.listitems {
    line-height: normal;
}

.message {
    font-family: "MiniSans", Times, "Times New Roman", Georgia, serif;
    font-size: 13px;
}

.sub-text {
    margin-bottom: 5px;
}

.indent-list {
    list-style: none;
    line-height: normal;
    margin-top: 2px;
    margin-bottom: 5px;
}

.error {
    color: Red;
}

.initial-hide {
    display: none;
}
/*End Multifactor Authentication*/

/* Start Legitimization */

.sub-header-text {
    margin-top: -10px;
}

.display-typing {
    margin-bottom: 15px;
}

    .display-typing input[type="checkbox"] {
        margin-left: 0px;
    }

.data-label {
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 10px;
    text-transform: uppercase;
}

input.short-textbox {
    width: 29%;
}

input.zip-code {
    width: 96%;
}

.error-red {
    display: none;
    color: red;
}

.gray-color {
    color: #808080;
}

.header-text {
    font-size: 27px;
    font-family: "MiniSerif", Times, "Times New Roman", Georgia, serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px;
}

.checkbox-label {
    display: inline;
    text-transform: uppercase;
}

.accept-checkbox {
    margin: 10px 0px;
}

    .accept-checkbox input[type="checkbox"] {
        margin-left: 0px;
    }

.disclaimer {
    margin: 10px 0px;
    color: #808080;
}

.text-align-center {
    text-align: center
}

.frame-style {
    width: 100%;
    height: 300px;
    background-color: white;
    border: 1px solid #CCC;
}

#legitimization .pdf-link {
    margin-top: 5px;
}

    #legitimization .pdf-link a {
        text-decoration: none;
        text-transform: none;
        color: #000;
        display: block;
        padding: 12px;
        border: 2px solid #000;
    }

        #legitimization .pdf-link a:before {
            content: 'E';
            font-family: MiniIcons;
            font-size: 14px;
            margin-right: 12px;
        }

        #legitimization .pdf-link a:hover {
            background: #000;
            color: #FFF;
        }

            #legitimization .pdf-link a:hover:before {
                color: #FFF;
            }

/* End Legitimization */
