/* - - - - - - - - - - - - - */
/*  	   Universal		 */
/* - - - - - - - - - - - - - */

html body, h1, h2, h3, h4, h5, h6, p, button, a, ul, li  {
	font-family: 'Montserrat', sans-serif !important;
}

html body .ui-content {
	padding-bottom: 150px;
	-webkit-overflow-scrolling: touch;
}

div[data-role="page"]{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/landing/carwash-optimized.jpg') no-repeat;
	background-size: cover;
	height: 100%;
}

div[data-role="header"]{
	background: transparent;
	color:#222222;	
	border: none;
	position: relative;
}

html body input[type=checkbox] {
	margin-top: -11px;
}

#header-logo {
	max-height: 60px;
    max-width: 100%;	
}

.login-page #header-logo{
	margin-top: 20vh;
	max-height: 60px;
	
}

html body .ui-header .ui-title.slogan {
	color: #FFF;
	text-shadow: none;
	text-overflow: initial;
	text-align: center;
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-top: 0;
	margin: auto;
	font-size: 18px;
	font-weight: 300;
}

.custom-corners .ui-bar {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}
.custom-corners .ui-body {
  border-top-width: 0;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.code-scan{
	display:none;	
}

/* - - - - - - - - - - - - - */
/*  	  Dash		 */
/* - - - - - - - - - - - - - */

#balance-band{
	height:80px;
	text-align:center;
	font-size:48px;
	line-height:16px;
	position:relative;
	text-shadow: none;
	padding:5px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
}

#balance{
	display:inline-block;
	position:relative;
	top:20px;
}

#lower_text{
	display:inline-block;
	clear:both;
	font-size:12px;
	position:relative;
	top:25px;
	
}

#dash-list li:not(:first-child){
	font-weight:100;	
	font-size:14px;
}

#dash-list li a{
	font-size:14px;
}

/* - - - - - - - - - - - - - */
/*  	  Transactions		 */
/* - - - - - - - - - - - - - */

#transactions-table{
	width:100%;	
	display:table;
}

/* - - - - - - - - - - - - - */
/*  	Load Card		 */
/* - - - - - - - - - - - - - */

form span.error_field{
	color:#EA0000;	
	font-size:14px;
	font-weight:bold;
}

form input.error_field{
	border-color:#EA0000;	
}

table.load_controls{
	width:100%;	
}

table.load_controls a{
	text-decoration:none;	
}

table.review_table, #cart_review, #cart_totals{
	width:100%;	
	display:table;
}

#cart_totals{
	border-radius:0.3em;
	-webkit-border-radius:0.3em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-top:1em;
}

#cart_totals td{
	padding:0.5em;
}

#cart_totals tr:last-child td, #cart_totals tr:last-child th{
	border-bottom:0px none;
}

#cart_review td:first-child b{
	float:left;
	min-height:2em;
}

#finalize_body h1{
	text-align:center;
}	

#process_error_list{
	list-style:square;
	font-weight:bold;
	color:#F00;	
}

/* - - - - - - - - - - - - - */
/*  	Notifications		 */
/* - - - - - - - - - - - - - */

.notification{ 
	padding:10px;
	font-size:16px;
	margin:8px 0px;
	cursor:pointer;
	border-radius: 0.3125em;
	text-shadow:none;
}

.notification_wrap{
	margin:1em 1em 0 1em;	
}

.noti_type{
	font-weight:bold;
	text-transform:uppercase;
}

.success{
	border:1px solid #54b539;
	background-color:#d9fdce;
}

.error{
	border:1px solid #c77d7d;
	background-color:#fbcfcf;
}

.info{
	border:1px solid #5ba3c2;
	background-color:#cfeefb;
}

.notification strong{
	font-weight:bold;	
}

li.modern-look {
	background: none !important;
	border-radius: 0 !important;
	border: none !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	box-shadow: none !important;
}

.ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
	border-radius: 0;
	border: none;
	text-shadow: none;
	margin: 0;
	margin-bottom: 8px;
}

.login-modern-input {
	text-align: center !important;
	padding: 12px !important;
	margin-top: 0 !important;
	margin-bottom: 8px !important;
	border-radius: 0 !important;
	font-weight: 300 !important;
	text-shadow: none !important;
	border: none !important;
	font-size: 18px;
}

.modern-round-outline-btn {
	background: transparent !important;
	color: #FFF !important;
	border: 2px solid #FFF !important;
	border-radius: 99px !important;
	text-shadow: none !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	
}



.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
	text-shadow: none;
}

.ui-corner-all {
	border-radius: 3px;
}

.ui-listview>.ui-li-divider {
	padding-left: 15px;
	padding-right: 15px;
}

.ui-listview-inset>.ui-li-static, .ui-listview-inset>.ui-li-divider, .ui-listview-inset>li>a.ui-btn {
	border: none;
	font-weight: 300;
	font-size: 18px;
}

#dash-list li:not(:first-child) {
	font-weight: 300;
}

html body .ui-footer-fixed {

}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
	border: none;
	outline: none;
	padding: 15px;
	font-size: 18px;
}

.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
	border: none;
}

.ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 {
	font-weight: 300;
	font-size: 18px;
	padding: 5px;
}

input[type=radio] {
	opacity: 0;
}

.ui-radio .ui-btn.ui-radio-on:after {
	width: 18px;
	height: 18px;
}

#cart_review td{
	background: transparent;
}