html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html,button,input,select,textarea {
	font-family: Arial, sans-serif;
	font-size: 100%;
}

body {
	margin: 0;
	font-family: Arial, sans-serif;
	height: 100%;
	width: 100%;
	background-color: #f6f6f6;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ui-page {
	width: 100%;
	height: 100%;
	position: relative;
}

.ui-header {
	z-index: 50;
	position: absolute;
	top: 0px;
	height: 45px;
  right: 0px;
  left: 0px;
	background-repeat: repeat-x;
	background-size: auto 45px;
	text-align: center;
	color: white;
	font-size: 1.5em;
	line-height: 45px;
}

.ui-header-input-focus {
	position:absolute;
}

.ui-footer-input-focus {
	display: none;
}

.ui-header-title {
	color: white;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 4px;
	right: 62px;
	left: 48px;
	height: 45px;
}

.ui-header-logo {
	position: absolute;
	top: 4px;
	left: 10px;
	height: 35px;
	width: 34px;
	border: 0;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34px 35px;
}

.ui-login-logo {
	margin: 20px 0;
	display: block;
	height: 65px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 227px 65px;
}

.ui-content {
  position: absolute;
	background-color: #f6f6f6;
	margin: 0; 
	padding: 0; 
	-webkit-overflow-scrolling: touch;
	left: 0px;
	right: 0px;
	top: 45px;
	bottom: 51px;
}

.map-dim {
	top: 45px;
	bottom: 51px;
}

.login-dim {
	top: 45px;
	bottom: 0px;
}

.table-dim {
	top: 90px;
	bottom: 51px;
}

#mapCanvas {
	height: 100%;
}

.ui-footer {
	display: block;
	background: url(images/icons/nav-btmbg.png) repeat-x;
	background-size: auto 51px;
	height: 51px;
  right: 0px;
  left: 0px;
	position: absolute;
	bottom: 0px;
}

.ui-footer-vehicles {
	background-image: url(images/icons/nav-vehicles.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center;
	width: 33%;
	height: 40px;
	background-color: transparent;
	border: 0;
	margin: 7px 0 0 0;
	padding: 0;
	float: left;
}

.ui-footer-vehicles:active {
	background-image: url(images/icons/nav-vehicles.png),
		url(images/icons/nav-on.png);
}

.ui-footer-map {
	background-image: url(images/icons/nav-map.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center;
	width: 33%;
	height: 40px;
	background-color: transparent;
	border: 0;
	margin: 7px 0 0 0;
	padding: 0;
	float: left;
}

.ui-footer-map:active {
	background-image: url(images/icons/nav-map.png),
		url(images/icons/nav-on.png);
}

.ui-footer-logout {
	background-image: url(images/icons/nav-logout.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	width: 33%;
	height: 40px;
	background-color: transparent;
	border: 0;
	margin: 7px 0 0 0;
	padding: 0;
	float: left;
}

.ui-footer-logout:active {
	background-image: url(images/icons/nav-logout.png),
		url(images/icons/nav-on.png);
}

.ui-icon-button {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.ui-back-button {
	position: absolute;
	top: 8px;
	right: 10px;
	height: 29px;
	width: 48px;
	background-size: 48px 29px;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.ui-back-button-disabled {
	position: absolute;
	top: 8px;
	right: 10px;
	height: 29px;
	width: 48px;
	background-size: 48px 29px;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.ui-icon-map {
	height: 32px;
	width: 32px;
	margin-left: 5px;
	background-image: url(images/icons/icon-map.png);
	background-size: 32px 32px;
}

.ui-icon-history {
	height: 32px;
	width: 32px;
	margin-left: 5px;
	background-image: url(images/icons/icon-history.png);
	background-size: 32px 32px;
}

.table-header {
	z-index: 25;
	position: absolute;
	height: 45px;
	top: 45px;
	width: 100%;
	background-color: #cccccc;
	/*border-bottom: 1px solid white;*/
}

.ui-search-field {
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: inset 2px 2px 5px #888;
	width: 60%;
	height: 1.4em;
	margin: 0.2em 5px 0.2em 5px;
	background-color: white;
	border: 1px solid #728490;
	position: relative;
}

.ui-search-icon {
	position: absolute;
	left: 0px;
	width: 40px;
	height: 1.4em;
	background-image: url(images/icons/btn-search.png);
	background-size: 1em 1em;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.ui-search-input {
	display: block;
	position: absolute;
	font-size: 0.8em;
	border: 0;
	padding: 0;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: 5px 35px 5px 35px;
}

.ui-search-clear {
	position: absolute;
	right: 0px;
	width: 40px;
	height: 1.4em;
	background-image: url(images/icons/btn-clearsearch.png);
	background-size: 1em 1em;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.ui-settings-button {
	position: absolute;
	right: 25%;
	top: 15px;
	margin: 0;
	width: 16px;
	height: 17px;
	background-image: url(images/icons/icon-settings.png);
	background-size: 16px 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	padding: 0;
	border: 0;
}

.ui-refresh-button {
	position: absolute;
	right: 10%;
	top: 16px;
	margin: 0;
	width: 16px;
	height: 15px;
	background-image: url(images/icons/icon-refresh.png);
	background-size: 16px 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	padding: 0;
	border: 0;
}

.ui-dialog {
	z-index: 200;
	background-color: #f6f6f6;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.ui-dialog-header {
	height: 45px;
	background-repeat: repeat-x;
	background-size: auto 45px;
	text-align: center;
	color: white;
	font-size: 1.5em;
	line-height: 45px;
}

.loginMsg {
	font-size: 1.2em;
	margin: 1em 5% .5em 5%;
}

.ui-dialog-body {
	padding: 1% 1%;
	overflow-y: scroll;
	border: 1px solid #444 /*{a-body-border}*/;
	background: #222 /*{a-body-background-color}*/;
	color: #fff /*{a-body-color}*/;
	text-shadow: 0 1px 0 #111;
	font-weight: normal;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444),
		to(#222));
	background-image: -webkit-linear-gradient(#444, #222);
	background-image: -moz-linear-gradient(#444, #222);
	background-image: -ms-linear-gradient(#444, #222);
	background-image: -o-linear-gradient(#444, #222);
	background-image: linear-gradient(#444, #222);
}

.ui-text-field {
	width: 100%;
	border: 1px solid #ccc;
	background: #eee;
	text-decoration: none;
	color: #222 /*{c-bup-color}*/;
	text-shadow: 0 1px 0 #fff;
	background-color: white;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	background-clip: padding-box;
	-webkit-background-clip: padding;
	display: block;
	text-align: left;
	cursor: pointer;
	position: relative;
	margin: .5em 0;
	padding: .3em 0;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .2);
	box-sizing: border-box;
}

.ui-text-label {
	font-weight: bold;
}

.ui-text-input {
	width: 94%;
	line-height: 1.5em;
	border: 0;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	margin: 0 3%;
	padding: 0px;
}

.ui-button {
	width: 90%;
	border: 1px solid #ccc;
	background: #eee;
	font-weight: bold;
	text-decoration: none;
	color: #222 /*{c-bup-color}*/;
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fff, #f1f1f1);
	background-image: -moz-linear-gradient(#fff, #f1f1f1);
	background-image: -ms-linear-gradient(#fff, #f1f1f1);
	background-image: -o-linear-gradient(#fff, #f1f1f1);
	background-image: linear-gradient(#fff, #f1f1f1);
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin: 1em 5% .5em 5%;
	padding: .5em 0;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
	box-sizing: border-box;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	-webkit-appearance: button;
}

.ui-table {
	margin: 0 1%;
	width: 98%;
}

.table-body {
	position: relative background-color:      #f6f6f6;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.table-footer {
	display: none;
}

.table-col {
	cursor: pointer;
}

.table-col:hover,.table-col:active {
	text-decoration: underline;
}

.bottom {
	border-bottom: 1px solid #d6d6d6;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.sRed {
	text-decoration: none;
	color: #FF0D0D;
	white-space: nowrap;
}

.sDarkRed {
	text-decoration: none;
	color: #AA0000;
	white-space: nowrap;
}

.sGreen {
	text-decoration: none;
	color: #009900;
	white-space: nowrap;
}

.sYellow {
	text-decoration: none;
	color: #E6C005;
	white-space: nowrap;
}

.sGeneric {
	text-decoration: none;
	white-space: nowrap;
}

.clusterBox {
	z-index: 100;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0px 3px 0px 3px;
	background-color: white;
	border-radius: 10px;
}

#loaderIcon {
	background-color: #000;
	display: block;
	height: 46px;
	width: 100%;
	background: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-size: 46px 46px;
	background-position: center;
	z-index: 9999999;
	position: absolute;
	top: 40%;
	padding: 0;
	margin: 0;
	border: 0;
	opacity: .18;
}

.ui-icon-plus,.ui-icon-minus,.ui-icon-arrow-r,.ui-icon-arrow-l,.ui-icon-arrow-u,.ui-icon-arrow-d
	{
	background-image: url(images/icons/icons-18-white.png);
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .4);
	-webkit-border-radius: 9px;
	border-radius: 9px;
	float: right;
	margin-right: 5%;
	height: 18px;
	width: 18px;
}

.ui-icon-plus {
	background-position: -1px -1px;
}

.ui-icon-minus {
	background-position: -37px -1px;
}

.ui-icon-arrow-r {
	background-position: -108px -1px;
}

.ui-icon-arrow-l {
	background-position: -144px -1px;
}

.ui-icon-arrow-u {
	background-position: -180px -1px;
}

.ui-icon-arrow-d {
	background-position: -216px -1px;
}

/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/
@media
only
screen
and
(-webkit-min-device-pixel-ratio:
1.3)
,
only
screen
and
(min--moz-device-pixel-ratio:
1.3)
,
only
screen
and
(min-resolution:
200dpi)
{
.ui-footer {
	background: url(images/icons/nav-btmbg-2x.png) repeat-x;
}

.ui-footer-vehicles {
	background-image: url(images/icons/nav-vehicles-2x.png);
}

.ui-footer-vehicles:active {
	background-image: url(images/icons/nav-vehicles-2x.png),
		url(images/icons/nav-on-2x.png);
}

.ui-footer-map {
	background-image: url(images/icons/nav-map-2x.png);
}

.ui-footer-map:active {
	background-image: url(images/icons/nav-map-2x.png),
		url(images/icons/nav-on-2x.png);
}

.ui-footer-logout {
	background-image: url(images/icons/nav-logout-2x.png);
}

.ui-footer-logout:active {
	background-image: url(images/icons/nav-logout-2x.png),
		url(images/icons/nav-on-2x.png);
}

.ui-icon-map {
	background-image: url(images/icons/icon-map-2x.png);
}

.ui-icon-history {
	background-image: url(images/icons/icon-history-2x.png);
}

.ui-search-icon {
	background-image: url(images/icons/btn-search-2x.png);
}

.ui-search-clear {
	background-image: url(images/icons/btn-clearsearch-2x.png);
}

.ui-settings-button {
	background-image: url(images/icons/icon-settings-2x.png);
}

.ui-refresh-button {
	background-image: url(images/icons/icon-refresh-2x.png);
}

.ui-dialog-header {
	background: url(http://m.vehiclepath.com/static/css/images/icons/hdr-bg@2x.png) repeat-x;
}

.ui-icon-plus,.ui-icon-minus,.ui-icon-arrow-r,.ui-icon-arrow-l,.ui-icon-arrow-u,.ui-icon-arrow-d
	{
	background-image: url(images/icons/icons-36-white.png);
	-moz-background-size: 864px 18px;
	-o-background-size: 864px 18px;
	-webkit-background-size: 864px 18px;
	background-size: 864px 18px;
}

.ui-icon-plus {
	background-position: 0px 50%;
}

.ui-icon-minus {
	background-position: -36px 50%;
}

.ui-icon-arrow-r {
	background-position: -108px 50%;
}

.ui-icon-arrow-l {
	background-position: -144px 50%;
}

.ui-icon-arrow-u {
	background-position: -179px 50%;
}

.ui-icon-arrow-d {
	background-position: -215px 50%;
}

}