/* old fix for Apple
html {
	cursor: pointer;
} */

/* Theme */
html, body {
	font-weight: normal;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	height: 100%;
}

h1, h2, h3, h4, h5 {
	color: #069;
	margin: 0;
}

a, a:visited {
	color: #069;
}

a:hover, a:active {
	color: #F0AB00;
}

.floatingMessage {
	position: fixed;
	left: 50%;
	margin-left: -155px;
	top: 5%;
	min-height: 50px;
	min-width: 300px;
	max-width: 300px;
	opacity: .95;
	filter: alpha(opacity=95);
	z-index: 2001;
	text-align: center;
	border: 1px solid black;
	text-shadow: none;
	padding: 5px;
}

#errorRefresh {
	font-size: 12px;
	display: none;
}

#changePhoneAcct {
	font-size: 12px;
}

.mainPage {
	padding-top: 15px;
}

#errorWrapper {
	background-color: #FF0000;
	font: #000;
	display: none;
}

#successWrapper {
	background-color: #00FF00;
	font: #000;
	display: none;
}

#eventWrapper {
	background-color: #F2F2F2;
	font: #000;
	display: none;
}

#titleWrapper {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#headerWrapper {
	height: 100px;
	width: 100%;
	background: #fbfbf9 url(../img/navCenterBG.jpg) repeat-x;
	text-shadow: none;
}

#CPAlogo {
	position: absolute;
	left: 0px;
	top: 0;
	height: 100px;
	width: 110px;
	background: url(../img/CPAlogo.png);
	z-index: 1001;
}

#navMenuWrapper {
	position: absolute;
	right: 0;
	top: 50px;
	height: 30px;
	width: 900px;
	z-index: 1008;
	padding: 10px;
}

#navMenu {
	z-index: 1020;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
}

#navMenuImage {
	background: url(../img/menu.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 30px;
	width: 30px;
	z-index: 1020;
}

#navBar {
	height: 40px;
	line-height: 40px;
	width: auto;
	float: right;
	font: 10px;
	text-weight: normal;
	text-shadow: none;
	display: none;
}

#navBar a {
	padding: 10px;
}

#navBar a, #navBar a:visited {
	color: #fff;
	text-decoration: none;
}

#navBar a:hover, #navBar a:active {
	color: #fff;
	text-decoration: none;
	background-color: #A3A3A3;
}

#navLinksWrapper {
	position: absolute;
	width: 75%;
	left: 0;
	top: 100px;
	min-height: 5px;
	min-width: 250px;
	z-index: 1015;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	border-radius: 3px;
}

#navLinks {
	color: #fff;
	padding: 15px;
	text-align: right;
	z-index: 1007;
}

#navLinks a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#navLinks a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

#userFloatWrapper {
	position: absolute;
	left: 125px;
	right: 0;
	top: 0;
	z-index: 50;
	height: 20px;
	line-height: 20px;
	color: #fff;
	padding: 0;
	max-height: 30px;
	vertical-align: middle;
}

#accountBalanceWrapper {
	position: absolute;
	left: 125px;
	right: 0;
	top: 20px;
	z-index: 50;
	height: 20px;
	line-height: 20px;
	color: #fff;
	padding: 0;
	max-height: 30px;
	vertical-align: middle;
}

#activeSessionWrapper {
	position: absolute;
	left: 125px;
	top: 40px;
	z-index: 50;
	height: 20px;
	line-height: 20px;
	color: #fff;
	padding: 0;
	max-height: 30px;
	vertical-align: middle;
	color: #fff;
}

#activeSessionWrapper a:hover, #activeSessionWrapper a:active {
	color: #fff;
	text-decoration: underline;
}

#activeSessionWrapper a, #activeSessionWrapper a:visited {
	color: #fff;
	text-decoration: none;
}

#contentWrapper {
	width: 100%;
	text-align: center;
}

#footerWrapper {
	background: #3d4040;
	position: absolute;
	font-size: 9px;
	color: #fff;
	width: 100%;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-shadow: none;
}

#footerWrapper a {
	font-weight: normal;
	text-decoration: none;
}

#footerWrapper a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#leftInnerFooter {
	float: left;
	display: inline-block;
	padding-left: 10px;
}

#rightInnerFooter {
	float: right;
	display: inline-block;
	padding-right: 10px;
}

@media screen and (max-width: 950px) {
	#leftInnerFooter {
		display: none;
	}
}

#addPhonePage, #addPlatePage {
	display: none;
}

@media (max-width: 950px) {
	#phoneWrapper {
		display: block;
	}

	#platesWrapper {
		display: block;
	}
	
	.inputWrapper {
		width: 100%;
		display: block;
		vertical-align: top;
	}
	
	.textWrapperStart {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.textWrapperEnd {
		display: block;
		text-align: right;
	}
	
	.textWrapperEnd a {
		text-decoration: none;
	}
}

@media (min-width: 950px) {
	#phoneWrapper {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}

	#platesWrapper {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}
	
	.inputWrapper {
		width: 49%; 
		display: inline-block;
		vertical-align: top;
	}
	
	.textWrapperStart {
		white-space: normal;
		overflow: visible;
		text-overflow: initial;
	}
	
	.textWrapperEnd {
		display: none;
	}
}

#phoneContent {
	display: none;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

#platesContent {
	display: none;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

#addPlatePage {
	text-align: center;
	position: absolute;
	top: 110px;
	bottom: auto;
	right: 5%;
	left: 5%;
	z-index: 2000;
	background: #FFFFFF;
	border-radius: 15px;
	border: 1px solid #000000;
	padding: 15px;
}

#addPhonePage {
	text-align: center;
	position: absolute;
	top: 110px;
	bottom: auto;
	right: 5%;
	left: 5%;
	z-index: 2000;
	background: #FFFFFF;
	border-radius: 15px;
	border: 1px solid #000000;
	padding: 15px;
}

.mainInWrapper {
	vertical-align: top;
}

#defaultWrapper {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

#backWrapper {
	width: 100%;
}

#startStopPage #preSetup, #startStopPage #postSetup {
	display: none;
}

#startWrapper, #stopWrapper {
	display: none;
}

#zoneAddressLocationSpan, #sessionExpirySpan {
	display: none;
}

#phoneSelectionWrapper {
	display: none;
}

#overrideSelectionWrapper {
	display: inline-block;
	margin: 0;
}

#backgroundDimmer {
	z-index: 1009;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.loginWrapper {
	text-align: left;
}

#accountFloatWrapper, #OAFloatWrapper {
	display: none;
	position: absolute;
	top: 110px;
	bottom: auto;
	left: 5%;
	right: 5%;
	z-index: 2000;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 15px;
	text-align: center;
	border: 1px solid #000000;
	padding: 15px;
}

#accountFloatIFrameWrapper {
	display: none;
	position: absolute;
	top: 5%;
	bottom: 5%;
	left: 5%;
	right: 5%;
	z-index: 2000;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 15px;
	text-align: center;
	border: 1px solid #000000;
	padding: 0 15px;
}

.closeAccountFloatWrapper, .closeOAFloatWrapper {
	float: right;
}

.ui-li>.ui-btn-inner {
	text-align: center;
}

a#stopImpersonateBtn, a:visited#stopImpersonateBtn {
	color: red;
	text-decoration: none;
}

a:hover#stopImpersonateBtn, a:active#stopImpersonateBtn {
	color: #F0AB00;
	text-decoration: underline;
}

.uatWrapper {
	display: none;
	background-color:rgba(0, 0, 0, .25);
	position: fixed;
	top: 0;
	left: 50%;
	right: 0;
	bottom: auto;
	z-index: 3000;
	font-size: 20px;
	text-align: center;
}

#poweredByParkPlus {
	background: url(../img/poweredByParkPlus.png);
    height: 45px;
    width: 115px;
}