/* html tags */

html,body {
	padding: 0;
	margin: 0;
	min-height: 100%;
	height: 100%;
	font-family: 'Inter', sans-serif;
	font-size: 11pt;
	line-height: 16pt;
}

table {
	empty-cells: show;
}



/* general layout */

.master_body {
	background-color: #e9eff6;
}

.master_body_simple {
	background-color: #ffffff;
	padding: 1em;
}



.master_sticky {
	position: sticky;
	top: 2.5rem;
}

.master_top {
	padding: 0;
	margin: 0;
	color: #ffffff;
	background-color: #007dc1;
	box-sizing: border-box;
	height: 2.5rem;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
}

.master_top_holder {
	display: flex;
	font-size: 1.4em;
}

.master_top_left {
	flex: 1;
	display: flex;
	justify-content: left;
}

.master_top_right {
	flex: 1;
	display: flex;
	justify-content: right;
}

.master_top_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.master_top_left .master_top_icon {
	padding: 0.25em;
	padding-left: 0;
	padding-right: 0;
	margin-right: 1em;
}

.master_top_right .master_top_icon {
	padding: 0.25em;
	padding-left: 0;
	padding-right: 0;
	margin-left: 1em;
}

.master_top_label {
	display: none;
}

.master_sidebar {
	display: none;
	padding: 1rem;
	padding-top: 2rem;
	background-color: #ffffff;
	z-index: 99999;
	position: fixed;
	top: 2.5rem;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	box-sizing: border-box;
}

.master_sidebar_links {
	padding-top: 2rem;
}

.master_sidebar_links a {
	display: flex;
	justify-content: left;
	align-items: center;
	color: #444444;
	padding: 0.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.master_sidebar_links a span {
	padding-right: 0.5em;
}

.master_sidebar_links a:hover {
	background-color: #fafafa;
	color: #000000;
}

.master_center {
	padding-left: 0.25em;
	padding-right: 0.25em;
}

.master_content {
	padding-top: 4rem;
	padding-bottom: 3rem;
	min-height: calc(100% - 2.5rem - 6rem);
	box-sizing: border-box;
}

.master_footer {
	background-color: #e9eff6;
	color: #666666;
	box-sizing: border-box;
	margin-top: 3rem;
}

.master_footer_holder {
}

.master_footer_left {
	display: block;
	text-align: center;
	font-size: 0.8em;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

.master_footer_left a {
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
}

.master_footer_right {
	display: block;
	text-align: center;
	font-size: 0.8em;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}



/* driver notification */

.driver_job_notification {
	z-index: 999999;
	position: fixed;
	top: 3rem;
	left: 0.125rem;
	right: 0.125rem;
	height: calc(100vh - 5rem);
	padding: 0.5rem;
	border-radius: 0.25em;
	border: 2px solid #ffffff;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	color: #000000;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-y: auto;
}

.driver_job_notification_spacer {
	height: 3rem;
}



/* driver order status */

.driver_status_bar {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.5rem;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	margin: 0;
	background-color: #007dc1;
	color: #ffffff;
}

.driver_status_holder {
	display: flex;
	gap: 1em;
	overflow-y: auto;
	padding-right: 6rem;
}

.driver_status_button_active {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a36a;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a36a;
	box-shadow:inset 0px 1px 0px 0px #54a36a;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007d27), color-stop(1, #006127));
	background:-moz-linear-gradient(top, #007d27 5%, #006127 100%);
	background:-webkit-linear-gradient(top, #007d27 5%, #006127 100%);
	background:-o-linear-gradient(top, #007d27 5%, #006127 100%);
	background:-ms-linear-gradient(top, #007d27 5%, #006127 100%);
	background:linear-gradient(to bottom, #007d27 5%, #006127 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007d27', endColorstr='#006127',GradientType=0);
	background-color:#007d27;	
}

.driver_status_button_active:hover {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a36a;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a36a;
	box-shadow:inset 0px 1px 0px 0px #54a36a;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007d27), color-stop(1, #006127));
	background:-moz-linear-gradient(top, #007d27 5%, #006127 100%);
	background:-webkit-linear-gradient(top, #007d27 5%, #006127 100%);
	background:-o-linear-gradient(top, #007d27 5%, #006127 100%);
	background:-ms-linear-gradient(top, #007d27 5%, #006127 100%);
	background:linear-gradient(to bottom, #007d27 5%, #006127 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007d27', endColorstr='#006127',GradientType=0);
	background-color:#007d27;	
}



/* taxi -- order overview */

.order_row {
	margin-top: 1em;
	margin-bottom: 1em;
}

.order_row:first-of-type {
	margin-top: 0;
}

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

.order_col1 {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	gap: 0.5em;
	padding-top: 1em;
}

.order_col2 {

}

.order_col3 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 0.5rem;
	padding: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	box-sizing: border-box;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #fafafa;
	margin-bottom: 0.5em;
}

.order_col3 > * {
	flex: 0 0 auto;
}

.order_col3 .order_button {
	display: flex;
	height: 100%;
}

.order_col4 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 0.5rem;
	padding-bottom: 0.25rem;
}

.order_col4 > * {
	flex: 0 0 auto;
}

.order_col4 .order_status {
	display: none;
}

.order_route {
	font-size: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
}

.order_details_box {
	margin-top: 9pt;
	padding: 3pt;
	background-color: #f2f2f2;
	border: 1px solid #dddddd;
	color: #444444;
}

.order_details_small {
	font-size: 0.75em;
	padding-top: 0.5em;
	color: #444444;
}

.order_details_small:last-of-type {
	padding-bottom: 0.5em;
}

.order_details_side {
	grid-column: 1;
	grid-row: 1;
}

.order_details_side2 {
	grid-column: 1 / span 2;
	grid-row: 2;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 0.5rem;
	padding: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	box-sizing: border-box;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #fafafa;
	margin-bottom: 0.5em;
}

.order_details_side2 > * {
	flex: 0 0 auto;
}

.order_partner_logo {
	grid-column: 2;
	grid-row: 1;
	height: 4.5em;
	width: 25vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}

.order_dottedline {
	border-top: 1px dashed #666666;
}

.order_solidline {
	border-top: 2px solid #000000;
}

.order_ignore {
	text-decoration: line-through;
	color: #999999 !important;
}

.order_ignore .order_details_box {
	color: #999999 !important;
}

.order_ignore .order_status {
	color: #999999 !important;
}

.order_time {
	font-size: 1.8em;
}

.order_date {
	padding-top: 0.5em;
	font-weight: bold;
}

.order_date_different {
	padding-top: 0.5em;
	font-weight: bold;
	color: #ff0000;
}

.order_id {
	font-size: 0.8em;
}

.order_othercompany {
	color: #ff0000;
	font-size: 0.9em;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 0.5em;
	border-radius: 0.25em;
	text-align: center;
}

.order_finance_info {
	font-size: 0.9em;
	background-color: #cceecc;
	padding: 0.5em;
	border-radius: 0.25em;
	text-align: center;
}

.order_status {
	border: 1px solid #cccccc;
	padding: 0.5em;
}

.order_status_assign {
	cursor: pointer;
	background: linear-gradient(to bottom,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%);
}

.order_status_assign:hover {
	cursor: pointer;
	border: 1px solid #888888;
	background-color: #fafafa;
}

.order_button {
	padding: 0.5em;
}

.order_bulletpoints span:not(:last-child)::after {
	content: " •";
	margin-right: 0.25rem;
}

.order_bulletpoints strong {
	padding-right: 0.25rem;
}

.order_driver_car {
	font-size: 0.75em;
	padding: 0.25em;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.order_opt_icons img {
	display: inline-block;
	width: 4em;
}

.order_filter_categories label {
	margin-bottom: 0 !important;
	margin-right: 0.5em !important;
	padding: 0.25em !important;
	font-size: 0.8em;
}

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

.order_filter_categories input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}



/* reminders (overview) */

.reminder_holder {
	border-top: 1px solid #666666;
	padding-left: 1em;
	padding-bottom: 1em;
	clear: both;
	overflow: auto;
}

.reminder_unread {
	border-top: 1px solid #666666;
	font-size: 0.8em;
	color: #666666;
}

.reminder_users {
	margin-top: 1em;
	margin-bottom: 1em;
}

.reminder_user {
	font-size: 0.8em;
	padding: 0.5em;
	margin-top: 0.5em;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	border-radius: 0.25em;
}

.reminder_user_confirmed {
	color: #00aa00;
}

.reminder_user_unconfirmed {
	color: #ff0000;
}

.reminder_user_neutral {
}

.reminder_confirm_button {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
	float: right;
}

.reminder_confirm_button:hover {
	color: #666666;
}

.reminder_buttons {
	float: right;
	display: flex;
	gap: 0.5em;
}