


/* buttons */

.taxi_bluebutton {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	height:2em;
	line-height:2em;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 2px #287ace;
	padding-left: 0.2em;
	padding-right: 0.2em;
	margin: 2px;
	margin-bottom: 0.5em;
}

.taxi_bluebutton:hover {
	color:#ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}

.taxi_bluebutton:active {
	position:relative;
	top:1px;
}

.taxi_redbutton {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	height:2em;
	line-height:2em;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 2px #810e05;
	padding-left: 0.2em;
	padding-right: 0.2em;
	margin: 2px;
	margin-bottom: 0.5em;
}

.taxi_redbutton:hover {
	color:#ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}

.taxi_redbutton:active {
	position:relative;
	top:1px;
}

.taxi_greenbutton {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	height:2em;
	line-height:2em;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 2px #689324;
	padding-left: 0.2em;
	padding-right: 0.2em;
	margin: 2px;
	margin-bottom: 0.5em;
}

.taxi_greenbutton:hover {
	color:#ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}

.taxi_greenbutton:active {
	position:relative;
	top:1px;
}

.taxi_greybutton {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #aaaaaa;
	display:inline-block;
	color:#666666;
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	height:2em;
	line-height:2em;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 2px #ffffff;
	padding-left: 0.2em;
	padding-right: 0.2em;
	margin: 2px;
	margin-bottom: 0.5em;
}

.taxi_greybutton:hover {
	color:#666666;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}

.taxi_greybutton:active {
	position:relative;
	top:1px;
}


/* misc */

.prevent_select {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.tosbox {
	height: 160px;
	padding: 0.5em;
	font-size: 0.8em;
	border: 1px solid #666666;
	background-color: #444444;
	overflow-y: scroll;
	color: #ffffff;	
}

.order_textarea {
	box-sizing: border-box;
	padding: 0.5em;
	font-size: 1em;
	border: 1px solid #666666;
	background-color: #444444;
	overflow-y: scroll;
	color: #ffffff;	
}



/* status messages */

.statusmessage_positive {
	width: 99%;
	padding: 0.5%;
	background-color: #bbffbb;
	border: 1px solid #aaeeaa;
	margin-left: auto; margin-right: auto;
	margin-bottom: 24pt;
	color: #000000;
}

.statusmessage_negative {
	width: 99%;
	padding: 0.5%;
	background-color: #ffbbbb;
	border: 1px solid #eeaaaa;
	margin-left: auto; margin-right: auto;
	margin-bottom: 24pt;
	color: #000000;
}



/* order list */

.dialog_notitlebar .ui-dialog-titlebar {
	display: none;
}

.order_box {
	border-top: 1px solid #666666;
	padding-top: 12pt;
	margin-top: 12pt;
	clear: both;
	overflow: auto;
}

.order_box .taxi_redbutton {
	box-sizing: border-box;
}

.order_box .taxi_greybutton {
	box-sizing: border-box;
}

.order_box_cancelled {
	border-top: 1px solid #aaaaaa;
	padding-top: 12pt;
	margin-top: 12pt;
	clear: both;
	overflow: auto;
	text-decoration: line-through;
	color: #666666;
}
.order_box_cancelled div {
	text-decoration: line-through;
}

.order_details_box {
	box-sizing: border-box;
	font-size: 9pt;
	line-height: 14pt;
	background-color: #444444;
	color: #eeeeee;
	padding: 6pt;
	margin-top: 6pt;
	margin-bottom: 3pt;
	border-radius: 3pt;
}

.order_status {
	box-sizing: border-box;
	border: 1px solid #444444;
	background-color: #444444;
	text-align: center;
	padding: 0.5em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.order_refused {
	color: #aaaaaa;
	text-decoration: line-through;
}

.order_cancelled {
	color: #aaaaaa;
	text-decoration: line-through;
}

.order_unconfirmed {
	background-color: #aa0000;
	color: #ffffff;
}

.order_confirmed {
	color: #ffffff;
	background-color: #00aa00;
}

.order_dottedline {
	/*
	border-top: 1px dashed #666666;
	*/
	border-top: 1px solid #aaaaaa;
}

.order_solidline {
	border-top: 1px solid #aaaaaa;
}

.order_date {
	font-size: 1.2em;
	font-weight: bold;
}

.order_route {
	padding-top: 3pt;
}

.buttonbar_top {
	padding-bottom: 4pt;
	margin-bottom: 4pt;
}

.route_table_pad {
	padding: 12pt;
}

.order_pax {
	margin-bottom: 12pt;
}


/* order confirmations */

.order_confirmation_box {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}


/* misc */

#has_account_box {
	max-width: 800px;
}

.vehicle_image_frame {
	border: 1px solid #cccccc;
	padding: 0;
	margin: 0;
	min-height: 8em;
	margin-bottom: 1em;
}

.vehicle_image_frame img {
	width: 100%;
	margin: 0;
	padding: 0;
}

.vehicle_details {
	padding-left: 0.5em;
	margin-bottom: 1em;
}