/* html tags */

h1,h2,h3,h4,h5,h6 {
	font-weight: 100;
}

a {
	color: #005DB4;
	text-decoration: none;
}

a:hover {
	color: #33bbff;
}

img {
	max-width: 100%;
}

hr {
	height: 1px;
	background-color: #cccccc;
	top: 0px;
	border: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
}



/* jquery ui overrides */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #000000 !important;
	background: url(../../core/misc/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #000000 !important;
}



/* icons */

.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 48
}



/* general layout */

.master_privacymessage {
	border: 1px solid #cccccc;
	padding: 0.5em;
	background-color: #ffffff;
	margin-bottom: 1em;
	clear: both;
	overflow: auto;
}

.master_privacymessage span {
	font-size: 0.8em;
}

.master_top a {
	color: #ffffff;
}

.master_top a:hover {
	color: #cdd9eb;
}



/* general interface elements */

.content_table {
	border: 0px;
	background-color: #aaaaaa;
	border-spacing: 1px;
	padding: 0px;
	width: 100%;
	margin-bottom: 2em;
	empty-cells: show;
	border-collapse: separate;
}

.content_th {
	font-weight: bold;
	background-color: #cccccc;
	padding: 0.75em;
	text-align: left;
	vertical-align: top;
}

.content_table th {
	font-weight: bold;
	background-color: #cccccc;
	padding: 0.75em;
	text-align: left;
	vertical-align: top;
}

.content_td {
	background-color: #f4f4f4;
	border: 1px solid #ffffff;
	padding: 0.75em;
	text-align: left;
	vertical-align: top;
}

.content_table td {
	background-color: #f4f4f4;
	border: 1px solid #ffffff;
	padding: 0.75em;
	text-align: left;
	vertical-align: top;
}

.headerbar_td {
	border: 0px !important;
	color: #ffffff !important;
	margin: 0px;
	padding: 5pt !important;
	font-size: 14pt;
	text-align: left;
	background: #B8B8B8 !important;
	background: linear-gradient(180deg, rgba(184, 184, 184, 1) 0%, rgba(179, 179, 179, 1) 50%, rgba(169, 169, 169, 1) 51%, rgba(169, 169, 169, 1) 100%) !important;
}

.headerbar_td A {
	color: #333333;
}

.headerbar_td A:hover {
	color: #ffffff;
}

/*
.content_table {
	border: 0;
	border-spacing: 0;
	padding: 0;
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.content_div .content_table {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.content_table th {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #fafafa;
	font-weight: bold;
	color: #000000;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

.content_table tr:first-of-type th {
	border-top: 0 !important;
}

.content_table td {
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	color: #000000;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}
*/



/* user registration and account management */

.logout_holder {
	clear: both;
	overflow: auto;
}

.logout_holder span {
	padding-top: 0.5em;
	display: inline-block;
}

.logout_holder input {
	float: right;
}

.tos_box {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 0.25em;
	height: 8em;
	overflow-y: scroll;
}



/* taxi -- order overview header */

.topbox_schedule1 {
	padding: 1em;
	color: #ffffff;
	border: 1px solid #888888;
	border-radius: 0.5em;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	text-align: left;
	clear: both;
	overflow: auto;
	background: linear-gradient(180deg, rgba(184, 184, 184, 1) 0%, rgba(179, 179, 179, 1) 50%, rgba(169, 169, 169, 1) 51%, rgba(169, 169, 169, 1) 100%);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.topbox_schedule1 input {
	color: #000000;
}

.topbox_schedule2 {
	padding: 1em;
	background-color: #f4f4f4;
	border: 1px solid #aaaaaa;
	border-radius: 0.5em;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: left;
	clear: both;
	overflow: auto;
	margin-bottom: 2em;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.topbox_orders {
	display: block;
	border-radius: 0.25em;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	padding: 1em;
	color: #000000;
	background-color: #ffffff;
	box-sizing: border-box;
	text-align: left;
}



/* taxi -- order editing & partner logo management */

.orderloc_box {
	overflow: auto; clear: both;
}

.orderloc_pickup {
	width: 95px; float: right; text-align: center; background-color: #cccccc; font-size: 9pt; padding: 3pt;
}

.orderloc_locs {
	margin-right: 100px;
}

.orderloc_loclabel {
	width: 7%; padding-top: 3pt; display: inline-block;
}

.orderloc_loc1 {
	width: 28% !important;
}

.orderloc_loc2 {
	width: 28% !important;
}

.orderloc_loc3 {
	width: 22% !important;
}

.orderloc_tool {
	padding: 0; margin-top: 4pt; margin-bottom: -4pt; margin-left: 4pt;
}

.orderloc_via {
	margin-right: 100px;
	padding-left: 6pt;
}

.orders_via {
	padding-top: 6pt;
	padding-bottom: 0pt;
}

.orders_via_add {
	text-align: center;
	color: #ff0000;
	cursor: pointer;
	padding-bottom: 6pt;
	padding-top: 2pt;
	width: 81%;
	margin-left: 7%;
}

.orders_via_add:hover {
	color: #aa0000;
	font-weight: bold;
}

.orders_via_del {
	cursor: pointer;
	margin-left: 3pt;
}

.orders_via_move {
	cursor: move;
}

.orders_via_box {
	padding-top: 3pt;
	padding-bottom: 3pt;
}

.orderloc_legacy {
	width: 80%;
}

.order_driver_thead th small {
	font-weight: normal;
}

.order_driver_remove {
	float: right;
	margin-top: -1px;
	margin-right: 0;
}

.order_driver_add {
	
}

.order_pax {
	border: 1px solid #888888;
	background-color: #fafafa;
	color: #666666;
	padding: 6px;
	margin-bottom: 18px;
}

.order_pax_remove {
	float: right;
	margin-top: -1px;
	margin-right: 0;
}

.order_pax_add {
	
}

.order_logo_selected {
	border: 1px solid #009900;
	background-color: #CCFFCC;
	font-weight: bold;
}

.order_logo_selected:hover {
	border: 1px solid #006600;
	background-color: #BBFFBB;
	font-weight: bold;
}

.order_logo_field {
	width: 97%;
	padding: 3pt;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-bottom: 0;
}

.order_logo_field_pad {
	padding: 7pt;
}

.order_logo_container {
	clear: both;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

.order_logo_box {
	width: 162px;
	padding: 10px;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	float: left;
	font-size: 9pt;
	line-height: 9pt;
}

.order_logo_box:hover {
	border: 1px solid #469df5;
	background-color: #eeeeee;
}

.order_logo_thumbframe {
	width: 160px;
	height: 140px;
	margin: 0;
	padding: 0;
	border: 0;
	border: 1px dotted #cccccc;
	background-color: #ffffff;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

.order_logo_icons {
	clear: both;
	height: 16px;
	padding-bottom: 6px;
	text-align: right;
	overflow: auto;
}

.order_delete_icon {
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
	margin-left: 15px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.soon_warning {
	color: #aa0000;
	margin-top: 14pt;
	font-size: 14pt;
	padding: 14pt;
	font-size: 14pt;
	line-height: 20pt;
	background-color: #fafafa;
	border: 1px solid #dddddd;
	text-align: center;
}

.soon_warning span {
	color: #000000;
}

.latenight_warning {
	color: #aa0000;
	margin-top: 14pt;
	font-size: 14pt;
	padding: 14pt;
	font-size: 13pt;
	line-height: 18pt;
	background-color: #fafafa;
	border: 1px solid #dddddd;
	text-align: center;
}

.latenight_warning span {
	color: #000000;
}



/* taxi order editing -- option groups & options */

.og_title {
	font-weight: bold;
	cursor: pointer;
	background-color: #cccccc;
	padding: 4pt;
}

.og_holder {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.og_holder td {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}



/* only used in partner order cancelling -- still needed? */

.order_header {
	color: #000000;
	padding-top: 6pt;
	padding-bottom: 6pt;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	text-align: left;
}

.order_td {
	padding-top: 9pt;
	padding-bottom: 9pt;
	vertical-align: top;
}



/* taxi -- cockpit */

.cockpit_map {
	margin-bottom: 1em;
}

.cockpit_drivers {
	padding: 0.25em;
	background-color: #cccccc;
	border-radius: 0.25em;
	margin-bottom: 1em;
}

.cockpit_driver {
	display: inline-block;
	margin: 0.5em;
	padding: 0.25em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: 0.25em solid #666666;
	background-color: #666666;
	color: #ffffff;
	border-radius: 0.5em;
	cursor: pointer;
}

.cockpit_driver:hover {
	color: #ffffff;
	border: 0.25em solid #aaaaaa;
}

.cockpit_driver_available {
	background-color: #1b920f;
	border: 0.25em solid #1b920f;
}

.cockpit_driver_busy {
	background-color: #ff9f3a;
	border: 0.25em solid #ff9f3a;
}

.cockpit_driver_unavailable {
	background-color: #7e0000;
	border: 0.25em solid #7e0000;
}

.cockpit_driver_selected {
	border: 0.25em solid #ffffff !important;
	color: #ffffff !important;
}

.cockpit_driverdetail {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #cccccc;
	display: flex;
	gap: 1em;
}

.cockpit_driverdetail > div {
	flex: 1;
}

.cockpit_driverdetail > div:first-of-type {
	font-size: 1.2em;
	display: flex;
	align-items: center;
}

.cockpit_driverdetail > div:last-of-type {
	text-align: right;
}

.cockpit_infoholder {
	display: flex;
}

.cockpit_ordercols {
	display: flex;
	gap: 2em;
}

.cockpit_orders {
	flex: 4;
	height: 80vh;
	overflow-y: auto;
	background-color: #fafafa;
	border: 1px solid #cccccc;
	padding: 1em;
	box-sizing: border-box;
}

.cockpit_orderdetails {
	height: 80vh;
	flex: 3;
	display: flex;
	flex-direction: column;
	gap: 1em;
	height: 80vh;
}

.cockpit_reminders {
	flex-grow: 1;
	overflow-y: auto;
	min-height: 0;
	background-color: #fafafa;
	border: 1px solid #cccccc;
	padding: 1em;
	box-sizing: border-box;
}

.cockpit_reminders_message {
	margin-bottom: 2em;
}

.cockpit_reminders_header {
	display: flex;
}

.cockpit_reminders_header > div {
	flex: 1;
	padding-left: 1em;
	font-weight: bold;
}

.cockpit_reminders_header > div:last-of-type {
	text-align: right;
	padding-right: 1em;
	font-weight: normal;
}

.cockpit_reminders_body {
	padding: 1em;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 0.5em;
}

.cockpit_reminders_recipients {
	margin-top: 1em;
}

.cockpit_reminders_recipient {
	display: inline-block;
	padding: 0.25em;
	font-size: 0.9em;
	border-radius: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.cockpit_reminders_recipient:last-of-type {
	margin-right: 0;
	margin-bottom: 0;
}

.cockpit_reminders_recipient_confirmed {
	background-color: #9dce2c;
	color: #ffffff;
}

.cockpit_reminders_recipient_unconfirmed {
	background-color: #dddddd;
	color: #666666;
}

.cockpit_reminders_form textarea {
	width: 100%;
	height: 6em;
	padding: 0.5em;
	box-sizing: border-box;
}

.cockpit_reminders_form > div {
	margin-top: 1em;
	margin-bottom: 1em;
}

.cockpit_reminders_form label {
	display: inline-block;
	border-radius: 0.5em;
	padding: 0.25em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	cursor: pointer;
	user-select: none;
}

.cockpit_reminders_form label:has(input[type="checkbox"]:checked) {
	background-color: #9dce2c;
	color: #000000;
}

.cockpit_reminders_form label:not(:has(input[type="checkbox"]:checked)) {
	background-color: #dddddd;
	color: #666666;
}

.cockpit_reminders_form label:last-of-type {
	margin-right: 0;
	margin-bottom: 0;
}

.cockpit_reminders_form .cockpit_reminders_send {
	width: 100% !important;
}

.cockpit_order {
	border: 1px solid #eeeeee;
	padding: 1em;
	border-radius: 0.5em;
	margin-bottom: 1em;
	display: flex;
	gap: 2em;
	cursor: pointer;
	background-color: #ffffff;
}

.cockpit_order:hover {
	border: 1px solid #666666;
}

.cockpit_order_selected {
	border: 1px solid #000000;
}

.cockpit_order:last-of-type {
	margin-bottom: 0;
}

.cockpit_order_logo {
	width: 6em;
	height: 6em;
}

.cockpit_order_logoimg {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.cockpit_order_details {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.cockpit_order_details > div {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.cockpit_order_locations {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.cockpit_order_locations_indent {
	width: 1.2em;
}

.cockpit_order_header {
	font-size: 1.2em;
	display: flex;
	gap: 2em;
}

.cockpit_order_header > span:last-of-type {
	flex-grow: 1;
	text-align: right;
	color: #666666;
}

.cockpit_order_driver {
	display: inline-block;
	margin-right: 0.5;
	margin-bottom: 0.5;
	padding: 0.25em;
	background-color: #eeeeee;
	border-radius: 0.5em;
	font-size: 0.9em;
}

.cockpit_order_driver:last-of-type {
	margin-right: 0;
	margin-bottom: 0;
}



/* taxi -- rapid orders */

.taxi_rapid_unavailable {
	box-shadow: 0rem 1rem 1rem -0.5rem #aaaaaa;
	background-color:#cccccc;
	border-radius: 0.5rem;
	border:1px solid #cccccc;
	display:block;
	color:#dddddd;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
	margin: 1rem;
	text-transform: uppercase;
	top: 1rem;
	z-index: 9999999;
}

.taxi_rapid_unavailableInfo {
	color: #666666;
	padding: 1rem;
	margin-bottom: 1rem;
	font-style: italic;
	text-align: center;
}

.taxi_rapid_button {
	box-shadow: 0rem 1rem 1rem -0.5rem #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius: 0.5rem;
	border:1px solid #4b8f29;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
	margin: 1rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
	position: sticky;
	top: 1rem;
	z-index: 9999999;
}

.taxi_rapid_button:hover {
	background:linear-gradient(to bottom, #83c463 5%, #88c66b 100%);
	background-color:#72b352;
}

.taxi_rapid_button span {
	display: block;
	font-size: 1.4rem;
	text-align: center;
	padding-bottom: 0.5rem;
}

.taxi_rapid_unavailable span {
	display: block;
	font-size: 1.4rem;
	text-align: center;
	padding-bottom: 0.25rem;
}

.taxi_rapid_arrival {
	margin-left: 2rem;
	margin-right: 2rem;
	margin-bottom: 1rem;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 0.5rem;
	padding: 0.5rem;
}

.taxi_rapid_arrival_no {
	font-size: 1rem;
	text-align: center;
}

.taxi_rapid_arrival_duration {
	font-size: 0.9rem;
	padding-top: 0.25rem;
	text-align: center;
}

.taxi_rapid_label {
	font-weight: bold;
	margin-bottom: 1rem;
}

.taxi_rapid_label span {
	font-weight: normal;
	color: #aaaaaa;
}

.taxi_datechoices {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
	font-size: 1rem;
}

.taxi_rapid_pax {
	display: flex;
	gap: 1rem;
	margin-bottom: 2rem;
}

.taxi_rapid_pax div {
	flex: 1;
}

.taxi_rapid_pax input {
	display: block;
    padding: 0.5rem 0.6rem;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	margin: 1px;
}

.taxi_rapid_textarea {
	min-width: 30rem;
	height: 6rem;
    padding: 0.5rem 0.6rem;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
	box-sizing: border-box;
	color: #000000;
	background-color: #ffffff;
	margin: 1px;
}

.taxi_rapid_buttonbar {
	display: flex;
	width: 100%;
	margin-top: 1rem;
}

.taxi_rapid_buttonbar_left {
	flex: 1;
}

.taxi_rapid_buttonbar_right {
	flex: 0;
	white-space: nowrap;
}

.taxi_rapid_spinner {
	float: right;
	margin-right: 1rem;
}

.taxi_rapid_later {
	padding: 1rem;
	cursor: pointer;
	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;
	border-radius:3px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	text-align:center;
	text-shadow:0px 0px 2px #287ace;
}

.taxi_rapid_later: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_rapid_submit {
	padding: 1rem;
	cursor: pointer;
	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;
	border-radius:3px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	text-align:center;
	text-shadow:0px 0px 2px #689324;
	margin-left: 1rem;
}

.taxi_rapid_submit: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_rapid_ok {
	float: right;
	padding: 1rem;
	cursor: pointer;
	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;
	border-radius:3px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	text-align:center;
	text-shadow:0px 0px 2px #689324;
}

.taxi_rapid_ok: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_rapid_cancel {
	float: left;
	padding: 1rem;
	cursor: pointer;
	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;
	border-radius: 3px;
	border:1px solid #aaaaaa;
	display:inline-block;
	color:#666666;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 0px 2px #ffffff;
}

.taxi_rapid_cancel: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_rapid_detailsreturn {
	padding: 1rem;
	cursor: pointer;
	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;
	border-radius: 3px;
	border:1px solid #aaaaaa;
	display:block;
	color:#666666;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 0px 2px #ffffff;
	margin-bottom: 2rem;
}

.taxi_rapid_detailsreturn: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_rapid_result {
	font-size: 1rem;
}

.taxi_rapid_taxiNo {
	font-size: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.taxi_rapid_datetime_preview {
	font-size: 1.4rem;
	padding: 1rem;
	border: 1px solid #cccccc;
	text-align: center;
	margin-bottom: 2rem;
}

.taxi_rapid_datetime_instructions {
	text-align: center;
	margin-bottom: 1rem;
}



/* driver dashboard */

.driver_order_start {
	padding: 0.25em;
	border-radius: 0.25em;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 0.25em;
}

.driver_order_header {
	display: flex;
	gap: 1em;
	padding: 0.5em;
	border-radius: 0.25em;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

.driver_order_logo {
	width: 5em;
	height: 4em;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0.5em;
	background-color: #ffffff;
	border: 0.25em solid #ffffff;
}

.driver_order_info {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	gap: 0.25em;
	justify-content: center;
}

.driver_order_info1 {
	color: #666666;
	display: flex;
	gap: 1em;
	font-size: 0.8em;
}

.driver_order_info1 span {
	flex-grow: 1;
	font-weight: normal;
	text-align: right;
}

.driver_order_info2 {
	display: flex;
	gap: 1em;
	font-weight: bold;
}

.driver_order_info2 span {
	flex-grow: 1;
	font-weight: normal;
	text-align: right;
}

.driver_order_locationsholder {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 0.9em;
}

.driver_order_locations {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
	color: #444444;
}

.driver_order_locations li {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.driver_order_locations_indent {
	width: 1.2em;
	color: #000000;
}

.driver_order_cancelled {
	text-decoration: line-through;
	color: #666666 !important;
}

.driver_order_changes {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #cccccc;
	color: #ff0000;
	font-size: 0.9em;
}

.driver_order_car {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #cccccc;
	font-size: 0.9em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fafafa;
}

.driver_order_car_change {
	color: #ff0000;
}

.driver_order_car span {
	padding-right: 0.5em;
}

.driver_order_buttons {
	display: flex;
	gap: 1em;
	padding-top: 0.5em;
	margin-top: 0.5em;
	border-top: 1px solid #cccccc;
	align-items: center;
}

.driver_order_buttons > div:first-of-type {
	flex-grow: 1;
}

.driver_order_buttons a {
	font-size: 0.8em;
}

.driver_confirmed_yes {
	display: inline-block;
	font-size: 0.8rem;
	background-color: #00aa00;
	color: #ffffff !important;
	border-radius: 0.25rem;
	padding: 0.5rem;
}

.driver_confirmed_no {
	display: inline-block;
	font-size: 0.8rem;
	background-color: #666666;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 0.25rem;
	padding: 0.5rem;
}

.driver_confirmed_no:hover {
	background-color: #999999;
}

.driver_reminder_holder {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

.driver_reminder_confirmed_yes {
	display: inline-block;
	font-size: 0.8rem;
	background-color: #00aa00;
	color: #ffffff !important;
	border-radius: 0.25rem;
	padding: 0.5rem;
}

.driver_reminder_confirmed_no {
	display: inline-block;
	font-size: 0.8rem;
	background-color: #666666;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 0.25rem;
	padding: 0.5rem;
}

.driver_reminder_confirmed_no:hover {
	background-color: #999999;
}



/* driver work & shifts */

.driver_working_on {
	display: block;
	margin-bottom: 2rem;
	border-radius: 0.25rem;
	background-color: #00aa00;
	color: #ffffff !important;
	padding: 1rem;
	clear: both;
	overflow: auto;
}

.driver_working_on:hover {
	background-color: #00bb00;
}

.driver_working_order {
	display: block;
	margin-bottom: 2rem;
	border-radius: 0.25rem;
	background-color: #cccccc;
	color: #000000 !important;
	padding: 1rem;
	clear: both;
	overflow: auto;
}

.driver_working_order:hover {
	background-color: #ffffff;
}

.driver_working_off {
	display: block;
	margin-bottom: 2rem;
	border-radius: 0.25rem;
	background-color: #aa0000;
	color: #ffffff !important;
	padding: 1rem;
	clear: both;
	overflow: auto;
}

.driver_working_off:hover {
	background-color: #bb0000;
}

.driver_working_shift {
	display: inline-block;
	background-color: #eeeeee;
	padding: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-radius: 0.5em;
	margin: 0.25em;
	margin-left: 0;
	margin-right: 0.5em;
	font-size: 0.9em;
}

.driver_working_shift:last-of-type {
	margin-right: 0;
}

.driver_tacho_photo_button {
	float: right;
}

.driver_tacho_photo_img {
	width: 50%;
	border: 1px solid #cccccc;
}



/* taxi -- driver order details */

.driver_transaction {
	border: 1px solid #cccccc;
	padding: 0.5em;
	margin-top: 0.5em;
	font-size: 0.9em;
	background-color: #fafafa;
	text-align: center;
}

.driver_signatures {
	overflow-x: auto;
	white-space: nowrap;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.driver_signature {
	display: inline-block;
	margin-right: 1rem;
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #fafafa;
}

.driver_signature_img {
	width: 8rem;
	height: 4rem;
	background-size: contain;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
}

.driver_signature span {
	display: block;
	text-align: left;
	padding-top: 0.25rem;
	border-top: 1px solid #cccccc;
	text-align: center;
	color: #666666;
	font-size: 0.8rem;
}


.driver_pax_contact_request {
	color: #005DB4;
	text-decoration: none;
	cursor: pointer;
	display: inline;
}

.driver_pax_contact_request:hover {
	color: #33bbff;
}

.driver_pax_select {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 0.5em;
}

.driver_pax_select_item {
	min-width: 2em;
	flex: 0 0 auto;
	margin-right: 0.5em;
	padding: 0.25em;
	border-radius: 0.25em;
	background-color: #fafafa;
	border: 1px solid #cccccc;
	cursor: pointer;
	font-size: 0.9em;
}

.driver_pax_select_item_active {
	background-color: #666666;
	color: #ffffff;
	border: 1px solid #000000;
}

.driver_pax_select_item:hover {
	background-color: #cccccc;
}

.driver_pax_sig_header {
	display: flex;
	align-items: center;
	padding-bottom: 0.5em;
	margin-top: 2.25em;
}

.driver_pax_sig_header1 {
	font-weight: bold;
	flex: 1;
}

.driver_pax_sig_header2 {
	flex: 0 0 auto;
	font-size: 0.9em;
}

.driver_instruction_symbol {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.driver_instruction_symbol img {
	margin-right: 0.5em;
	padding: 0;
	width: 4em;
}



/* reminders (chat view) */

.reminders_message {
	margin-bottom: 2em;
}

.reminders_header {
	display: flex;
}

.reminders_header > div {
	flex: 1;
	padding-left: 1em;
	font-weight: bold;
}

.reminders_header > div:last-of-type {
	text-align: right;
	padding-right: 1em;
	font-weight: normal;
}

.reminders_body {
	padding: 1em;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 0.5em;
}



/* bills */

.bill_order_holder {
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	padding: 4pt;
	margin: 3pt;
}

.bill_order_table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 4pt;
	font-size: 9pt;
	line-height: 14pt;
	background-color: #ffffff;
}

.bill_order_table th {
	border-bottom: 1px solid #666666;
	padding: 4pt;
	font-weight: bold;
}

.billitem_tr td {
	border-top: 20px solid #ffffff;
	padding: 4pt;
	padding-top: 8pt;
	padding-bottom: 8pt;
	background-color: #dddddd;
	vertical-align: top;
}

.billitem_tr2 td {
	border-top: 1px solid #eeeeee;
	padding: 4pt;
	padding-top: 8pt;
	padding-bottom: 8pt;
	background-color: #dddddd;
	vertical-align: top;
}

.billitem_tr3 td {
	border-top: 1px solid #eeeeee;
	padding: 8pt;
	background-color: #dddddd;
	vertical-align: top;
}

.billitem_tr_spacing td {
	border-top: 20px solid #ffffff;
	padding: 4pt;
	padding-top: 8pt;
	padding-bottom: 8pt;
	background-color: #eeeeee;
	vertical-align: top;
}

.billitem_td_edit {
	background-color: #eeeeee !important;
	text-align: center;
}

.billitem_sortable_placeholder {
	display: block;
	background-color: #ffffff;
	width: 100%;
	height: 24pt;
	margin-top: 8pt;
	margin-bottom: 8pt;
	border: 1px dotted #cccccc;
}

.bill_order_move {
	padding: 0;
	margin: 0;
	cursor: move;
	width: 24px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
}

.bill_order_edit {
	padding: 0;
	margin: 0;
	cursor: pointer;
	width: 24px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
}

.bill_order_copy {
	padding: 0;
	margin: 0;
	cursor: copy;
	width: 24px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
}

.bill_order_details {
	padding: 0;
	margin: 0;
	cursor: pointer;
	width: 24px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
}

.bill_order_remove {
	padding: 0;
	margin: 0;
	cursor: pointer;
	width: 24px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
}

.bill_order_sf {
	overflow: auto;
	clear: both;
	width: 90%;
	color: #666666;
	font-size: 9pt;
	padding: 3pt;
	background-color: #cccccc;
}

.bill_status {
	border: 1px solid #999999;
	padding: 3pt;
	text-shadow: 0px 0px 2px #666666;
	background: linear-gradient(to right,  #aaaaaa 0%,#eeeeee 100%);
}

.bill_status:hover {
	border: 1px solid #bbbbbb;
	background: #bbbbbb !important;
	cursor: pointer;
}

.bill_status:hover span {
	color: #ffffff !important;
}

.bill_warning {
	/*
	background-color: #dddddd;
	border: 3pt solid #dddddd;
	color: #666666;
	*/

	background-color: #ff0000;
	border: 3pt solid #ff0000;
	color: #ffffff;
	
	margin-top: 3pt;
	min-height: 28px;
	background-image: url(../../modules/shuttle/misc/warning.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 34px;
}



/* shuttle features */ 

.qr_reader {
	background-color: #ffffff;
	margin-bottom: 2em;
}

#qr_reader__scan_region {
	margin-bottom: 1em;
}

#html5-qrcode-anchor-scan-type-change {
	display: none !important;
}

#html5-qrcode-select-camera {
	display: block !important;
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 1em !important;
	width: 50% !important;
	padding: 1em !important;
}

#html5-qrcode-button-camera-start {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 1em !important;
	width: 50% !important;
	padding: 1em !important;
}

#html5-qrcode-button-camera-stop {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 1em !important;
	width: 50% !important;
	padding: 1em !important;
}

#html5-qrcode-button-camera-permission {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 1em !important;
	width: 50% !important;
	padding: 1em !important;
}

.shuttle_book_mission {
	display: flex;
	gap: 2rem;
}

.shuttle_book_col1 {
	flex-grow: 0;
}

.shuttle_book_col2 {
	flex-grow: 1;
}

.shuttle_book_col3 {
	flex-grow: 1;
}

#shuttle_book_departures {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#shuttle_book_departuresHolder {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.shuttle_book_sel {
	display: block;
	border: 1px solid #cccccc;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	background-color: #ffffff;
	cursor: pointer;
	border-radius: 0.25rem;
}

.shuttle_book_sel:hover {
	border: 1px solid #aaaaaa;
}

.shuttle_book_selActive {
	background-color: #eeeeee;
	border: 1px solid #111111;
}

.shuttle_book_formlabel {
}

.shuttle_book_formfield {
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}

.shuttle_seats_input {
	width: calc(100% - 10rem) !important;
}

.shuttle_seats_button {
	width: 2rem;
}

.shuttle_tnotes {
	height: 19rem;
}

.shuttle_priceholder {
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 1rem;
	text-align: center;
	font-size: 1.2em;
}

.shuttle_statistics {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}

.shuttle_delay {
	color: #ff0000;
}

.shuttle_statistics div {
	flex: 1;
	text-align: center;
	padding: 0.5rem;
}

.shuttle_statistics div span {
	display: block;
	font-size: 1.4em;
	padding-bottom: 0.25rem;
}

.shuttle_status {
	padding: 0.5rem;
	border: 1px solid #cccccc;
	text-align: center;
	margin-bottom: 1rem;
}

.shuttle_editbutton {
	display: block;
	margin-bottom: 1rem;
	border: 1px solid #666666;
	background-color: #ffffff;
	color: #666666;
	border-radius: 0.5rem;
	padding: 0.25rem;
	box-sizing: border-box;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	background: linear-gradient(to top, #eeeeee 0%, #ffffff 100%);
	text-align: center;
	cursor: pointer;
	font-size: 0.8em;
}

.shuttle_editbutton:hover {
	color: #33bbff;
}

.shuttle_editbutton img {
	margin: 0;
	padding: 0;
	padding-right: 0.5em;
	width: 1em;
	height: 1em;
}

.shuttle_buttonbar {
	border: 1px solid #cccccc;
	border-radius: 0.25rem;
	padding: 0.5rem;
	clear: both;
	overflow: auto;
	margin-bottom: 1rem;
	background-color: #ffffff;
}

.shuttle_buttonleft {
}

.shuttle_buttonright {
	float: right;
}

.driver_prog_menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}

.driver_prog_menu a:first-child {
	border-top-left-radius: 0.25em;
	border-bottom-left-radius: 0.25em;
}

.driver_prog_menu a:last-child {
	border-top-right-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
}

.driver_prog_menu a {
	flex: 1;
	text-align: center;
	background-color: #007dc1;
	color: #ffffff !important;
	padding: 0.5rem;
}

.driver_prog_menuActive {
	background-color: #0090df !important;
	font-weight: bold;
}

.driver_prog_header {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 0.5rem;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
}

.driver_prog_title {
	flex: 1;
}

.driver_prog_header:hover {
	background-color: #fafafa;
}

.driver_prog_first_stop {
	font-weight: bold;
	background-color: #dddddd;
}

.driver_prog_details {
	border: 1px solid #cccccc;
	border-top: 0;
	background-color: #ffffff;
	padding: 2rem;
	box-sizing: border-box;
}

.driver_prog_dest {
	display: block;
	margin-bottom: 2rem;
}

.driver_prog_dest img {
	width: 30%;
	padding: 0;
	margin: 0;
	margin-right: 1rem;
}

.driver_prog_dest span {
	display: inline-block;
	font-weight: bold;
}

.driver_prog_section {
	font-size: 1.2rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #cccccc;
}

.driver_prog_line {
	padding: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #cccccc;
}

.driver_prog_notice {
	padding-left: 1rem;
	color: #ff0000;
	font-size: 0.8em;
	text-transform: uppercase;
}

.driver_prog_status {
	color: #00aa00;
	float: right;
}

.driver_prog_notes {
	float: right;
	cursor: pointer;
	padding-right: 1rem;
}

.driver_prog_seats {
	display: flex;
	justify-content: center;
	align-items: center;
}

.driver_prog_warning {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff0000;
}

.driver_prog_seatscount {
	min-width: 2rem;
}

.driver_prog_seats span {
	padding-left: 0.5rem;
}

.driver_prog_dropoff {
	float: right;
	cursor: pointer;
}

.driver_prog_checkin {
	float: right;
	cursor: pointer;
}

.driver_prog_dropoff:hover {
	color: #cc0000;
}

.driver_prog_skipped {
	color: #999999;
}

.driver_prog_skipped .driver_prog_title {
	text-decoration: line-through;
}

.driver_prog_skiptoggle {
	display: inline-block;
	padding-right: 1rem;
}

.driver_prog_skiptoggle span:first-of-type {
	display: inline;
}

.driver_prog_skiptoggle span:last-of-type {
	display: none;
}

.driver_prog_skipped .driver_prog_skiptoggle span:first-of-type {
	display: none;
}

.driver_prog_skipped .driver_prog_skiptoggle span:last-of-type {
	display: inline;
}

.staff_edit {
	display: flex;
	gap: 2rem;
}

.staff_edit_col1 {
	flex: 1;
}

.staff_edit_col2 {
	flex: 1;
}



/* docuploads widget */

.widget_docuploads_dropzone {
	border: 2px dashed #ccc;
	padding: 2em;
	text-align: center;
	cursor: pointer;
}

.widget_docuploads_dropinfo {
	text-align: center;
	margin-top: 1em;
	color: #666666;
	font-size: 0.8em;
}

.widget_docuploads_progCont {
	width: 100%;
	height: 20px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 10px;
	display: none;
}

.widget_docuploads_progBar {
	height: 100%;
	background-color: #4caf50;
	border-radius: 4px;
	transition: width 0.3s ease;
}

.widget_docuploads_progLabel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #333;
	font-weight: bold;
}

.widget_docuploads_item {
	display: inline-block;
	width: 16em;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	overflow: hidden;
}

.widget_docuploads_thumb {
	display: block;
	width: 16em;
	height: 8em;
	margin-top: 1em;
	margin-bottom: 1em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0.5em solid #ffffff;
	box-sizing: border-box;
}

.widget_docuploads_filename {
	display: block;
	text-align: center;
	padding-bottom: 1em;
	overflow: hidden;
}

.widget_docuploads_item:hover .widget_docuploads_filename {
	color: #33bbff !important;
	cursor: pointer;
}

.widget_docuploads_item:hover .widget_docuploads_thumb {
	cursor: pointer;
}

.widget_docuploads_move {
	cursor: move;
	float: right;
	display: block;
	width: 2em;
	height: 2em;
	background-image: url(../pag_core/templ_admin/default/images/b_updown.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 0.5em;
	margin-top: 0.5em;
}

.widget_docuploads_remove {
	cursor: pointer;
	display: block;
	color: #cccccc;
	background-color: #666666;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}

.widget_docuploads_remove:hover {
	color: #ffffff;
	background-color: #444444;
}

.widget_docuploads_drag {
	border-color: #555;
}



/* ////////////////// UNSORTED ///////////////// */

.order_edit_icon {
	padding: 0;
	margin: 0;
	border: 0;
	margin-right: 15px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.order_copy_icon {
	padding: 0;
	margin: 0;
	border: 0;
	margin-right: 15px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}