/* input placeholders */

::-webkit-input-placeholder {
	color: #aaaaaa;
	font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
	color: #aaaaaa;
	font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #aaaaaa;
	font-style: italic;
}

:-ms-input-placeholder {  
	color: #aaaaaa;
	font-style: italic;
}



/* backdrop */

::backdrop {
	background-color: #aaaaaa;
	opacity: 0.75;
}


/* control classes */

.xev_no-scroll {
	overflow: hidden;
}

.xev_no-select {
	user-select: none;
}



/* ajax spinner */

.xev_spinner {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-image: url(gfx/spinner.gif);
	background-size: contain;
	background-repeat: no-repeat;
}



/* dialog */

.xev_dialog {
	border: 1px solid #cccccc;
	border-radius: 0.5rem;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	outline: none;
	padding: 0;
	font-size: 0.9rem;
	flex-direction: column;
}

.xev_dialog[open] {
	display: flex;
}

.xev_dialog-head {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0.25rem;
	padding: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 0.25em;
	border: 1px solid #999999;
	background: linear-gradient(to bottom, #e4e4e4, #cdcdcd);
	color: #000000;
	user-select: none;
}

.xev_dialog-head-title {
	flex: 1 1 auto;       /* grow as much as possible, shrink if needed */
	min-width: 0;         /* important to allow shrinking in flexbox */
	font-weight: bold;
}

.xev_dialog-head-buttons {
	flex: 0 0 auto;       /* do not grow, do not shrink */
	display: flex;
}

.xev_dialog-head-buttons div {
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: linear-gradient(to bottom, #efefef, #f5f5f5);
	border: 1px solid #aaaaaa;
	border-radius: 0.25rem;
	color: #666666;
}

.xev_dialog-head-buttons div:hover {
	background: linear-gradient(to bottom, #f5f5f5, #ffffff);
	border: 1px solid #999999;
	color: #000000;
}

.xev_dialog-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.xev_dialog-body-scroll {
	flex: 1 1 auto;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}

.xev_dialog-body-content {
	flex: 1 1 auto;
	padding: 1rem;
	display: flex;
	flex-direction: column;
}

.xev_dialog-buttons {
	flex: 0 0 auto;
	align-self: flex-start;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
	background-color: #eeeeee;
}



/* tabs */

.xev_tabs {

}

.xev_tabs-bar {
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 1em;
	border-radius: 0.25em;
}

.xev_tabs-bar>ul {
	display: inline-flex;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow-x: auto;
	box-sizing: content-box;
	cursor: grab;
	white-space: nowrap;
    list-style: none;
}

.xev_tabs-bar>ul>li.xev_tabs-active>span,
.xev_tabs-bar>ul>li.xev_tabs-active>span:focus,
.xev_tabs-bar>ul>li.xev_tabs-active>span:hover {
	border-width: 0;
    flex-wrap: inherit;
	
}
.xev_tabs-bar>ul>li>span {
	border: none;
	color: #666;
	cursor: pointer;
}

.xev_tabs-bar>ul>li.xev_tabs-active>span,
.xev_tabs-bar>ul>li>span:hover {
	border: none;
	color: #4285F4 !important;
	background: transparent;
}

.xev_tabs-bar>ul>li>span::after {
	content: "";
	background: #4285F4;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}

.xev_tabs-bar>ul>li.xev_tabs-active>span::after,
.xev_tabs-bar>ul>li:hover>span::after {
  transform: scale(1);
}

.xev_tabs-bar>ul::-webkit-scrollbar {
  display: none; /*Safari and Chrome*/
}

.xev_tabs-bar>ul>li>span {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 10px 15px;
}

.xev_tabs-bar>ul>li>span>small {
	display: block;
	text-align: center;
	font-size: 0.75rem;
}

.xev_tabs-active {
	display: block !important;
}

.xev_tabs-tab {
	display: none;
	padding-top: 0.5rem;
}



/* select */

.xev_select-placeholder {
	display: inline-block;
	cursor: pointer;
    padding: 0.5em 0.6em;
    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;
	font-size: 0.9rem;
	margin-bottom: 0.25em;
}

.xev_select-placeholder:hover {
	background-color: #fafafa;
	color: #33bbff;
}

.xev_select-dialog-body-content {
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	min-height: 0;
}

.xev_select-dialog1 {
	flex: 0 0 auto;
	width: 100%;
}

.xev_select-dialog2 {
	flex: 1 1 0;
	min-height: 0;
	width: 100%;
	overflow-y: auto;
	padding-top: 0.5em;
}

.xev_select-optgroup {
	padding-top: 1em;
}

.xev_select-optgroup-label {
	display: block;
	font-weight: bold;
	background-color: #333333;
	color: #ffffff;
	padding: 0.5em;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.xev_select-optgroup-body > .xev_select-option {
	padding-left: 1.25em;
}

.xev_select-option {
	display: block;
	padding: 0.5em;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #999999;
	background-color: #fafafa;
	color: #000000;
	cursor: pointer;
}

.xev_select-option:hover {
	background-color: #eeeeee;
}

.xev_select-selected {
	background-color: #9dce2c;
}

.xev_select-selected:hover {
	background-color: #a2d42d;
}




/* toolbar */

.xev_toolbar {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	user-select: none;
}

.xev_toolbar-col {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	gap: 1rem;
}

.xev_toolbar-col:first-of-type {
	margin-right: auto;
	justify-content: flex-start;
	padding-left: 0;
}

.xev_toolbar-col:last-of-type {
	margin-left: auto;
	justify-content: flex-end;
	padding-right: 0;
}

.xev_toolbar-col > h1,
.xev_toolbar-col > h2,
.xev_toolbar-col > h3,
.xev_toolbar-col > h4,
.xev_toolbar-col > h5,
.xev_toolbar-col > h6 {
	margin-top: 0;
	margin-bottom: 0;
}
























.statusmessage_positive {
	padding: 0.25em;
	background-color: #bbffbb;
	border: 1px solid #aaeeaa;
	margin-bottom: 2em;
}

.statusmessage_negative {
	padding: 0.25em;
	background-color: #ffbbbb;
	border: 1px solid #eeaaaa;
	margin-bottom: 2em;
}

.content_div {
	display: block;
	overflow: auto;
	clear: both;
	border-radius: 0.25em;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 2em;
	padding: 1em;
	color: #000000;
	background-color: #ffffff;
	box-sizing: border-box;
}







/* form input */

.input_textarea {
    padding: 0.5em 0.6em;
    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;
	height: 10em;
	font-size: 0.9rem;
}

.input_select {
    padding: 0.5em 0.6em;
    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;
	font-size: 0.9rem;
}

.input_text {
    padding: 0.5em 0.6em;
    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;
	font-size: 0.9rem;
}

.input_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:0.25em;
	-webkit-border-radius:0.25em;
	border-radius:0.25em;
	border:1px solid #124d77 !important;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	padding:0.5em;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	box-sizing: border-box;
	font-weight: normal;
	white-space: nowrap;
}
.input_button:hover {
	color:#ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.input_button:active {
	position:relative;
	top:1px;
}

.buttonbar_bottom {
	background-color: #007dc1;
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
	box-sizing: border-box;
	border-radius: 0.25rem;
	text-align: center;
}

.buttonbar_bottom .input_button {
	font-size: 1.2rem;
	padding: 1rem;
}

.buttonbar_multi {
	display: block;
	clear: both;
	overflow: auto;
	background-color: #007dc1;
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
	box-sizing: border-box;
	border-radius: 0.25rem;
}

.buttonbar_multi_left {
	float: left;
	margin-right: 1rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-content: center;
}

.buttonbar_multi_right {
	float: right;
	margin-left: 1rem;
	display: flex;
	justify-content: center;
	align-content: center;
}

.buttonbar_multi_center {
	margin-left: auto;
	margin-right: auto;
	padding: 0.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
	justify-content: center;
	align-content: center;
	width: max-content;
}

.box_buttonbar {
	display: block;
	text-align: right;
}

.box_buttonbar div {
	display: inline-block;
	margin-left: 2rem;
	color: #666666;
	cursor: pointer;
}

.box_buttonbar div:hover {
	color: #000000;
}

.box_cols {
	display: flex;
	gap: 1rem;
	margin-bottom: 0.5rem;
	justify-content: center;
	align-items: center;
}

.box_cols > div {
	flex-grow: 1;
}

.box_cols > span {
	display: block;
	flex-grow: 0;
}


/* modal */

.shuttlemodal_cover {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.shuttlemodal_box {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.shuttlemodal_box2 {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

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

.shuttlemodal_loadholder {
	display: block !important;
	position: absolute;
	top: 4em;
	left: 2em;
	right: 2em;
	bottom: 4em;
	overflow-y: auto;
}

.shuttlemodal_bar {
	text-align: right;
	padding-bottom: 0.5em;
}

.shuttlemodal_bar span {
	font-size: 2em;
	cursor: pointer;
}

.shuttlemodal_bar span:hover {
	color: #33bbff;
}




.datalist_tabBar {
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 1em;
	border-radius: 0.25em;
}

.datalist_tabBarList {
	display: inline-flex;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow-x: auto;
	box-sizing: content-box;
	cursor: grab;
	white-space: nowrap;
    list-style: none;
}

.datalist_tabBarItemLarge {
	text-align: center;
	flex-grow: 1;
}

.datalist_tabBarList>li.datalist_active>span,
.datalist_tabBarList>li.datalist_active>span:focus,
.datalist_tabBarList>li.datalist_active>span:hover {
	border-width: 0;
    flex-wrap: inherit;
	
}
.datalist_tabBarList>li>span {
	border: none;
	color: #666;
	cursor: pointer;
}

.datalist_tabBarList>li.datalist_active>span,
.datalist_tabBarList>li>span:hover {
	border: none;
	color: #4285F4 !important;
	background: transparent;
}

.datalist_tabBarList>li>span::after {
	content: "";
	background: #4285F4;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}

.datalist_tabBarList>li.datalist_active>span::after,
.datalist_tabBarList>li:hover>span::after {
  transform: scale(1);
}

.datalist_active {
	display: block !important;
}

.datalist_tab {
	display: none;
	padding-top: 0.5em;
}

.datalist_tabBarList::-webkit-scrollbar {
  display: none; /*Safari and Chrome*/
}

.datalist_tabBarList>li>span {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 10px 15px;
}

.datalist_tabBarList>li>span>small {
	display: block;
	text-align: center;
	font-size: 0.75rem;
}

.datalist_buttonsRight {
	text-align: right;
	margin-bottom: 2em;
	overflow: auto;
	clear: both;
}

.datalist_buttonsRight h3 {
	float: left;
	margin-top: 0.5em;
	margin-bottom: 0;
}

.datalist_entry {
	padding: 0.5rem;
	margin: 0;
	border-top: 1px solid #cccccc;
	overflow: auto;
	clear: both;
	background-color: #ffffff;
	color: #444444;
}

.datalist_entry:hover {
	color: #000000;
}

.datalist_entry span {
	display: inline-block;
}

.datalist_inlineButton {
	color: #666666;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.datalist_entryButton {
	display: block;
	float: right;
	cursor: pointer;
	padding: 0.5em;
	border-radius: 0.25em;
	border: 1px solid #666666;
	background-color: #ffffff;
	color: #666666;
	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;
	margin-left: 1em;
}

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

.datalist_filterInput {
	display: block;
	padding: 0.5em;
	margin-bottom: 1em;
	min-width: 50%;
	max-width: 100%;
}




/* date navigation */

.datenav {
	display: flex;
	gap: 0.25rem;
}

.datenav_button {
	flex-grow: 0;
	min-width: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.datenav_input {
	flex-grow: 1;
	font-size: 1.2em;
}

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

.driver_prog_button:hover {
	color: #000000;
}

.admin_button {
	display: block;
	border-radius: 0.25em;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 2em;
	padding: 1em;
	background-color: #ffffff;
	text-align: center;
	font-size: 0.8em;
}





/* mini toolbar */

.minitoolbar {
	display: block;
	clear: both;
	overflow: auto;
	padding-top: 0.5rem;
}

.minitoolbar_left {
	float: left;
	margin-right: 1rem;
	padding: 0.25rem;
	border: 1px solid #cccccc;
	border-radius: 0.25rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: #fafafa;
}

.minitoolbar_left:hover {
	background-color: #eeeeee;
}

.minitoolbar_right {
	float: right;
	margin-left: 1rem;
	padding: 0.25rem;
	border: 1px solid #cccccc;
	border-radius: 0.25rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: #fafafa;
}

.minitoolbar_right:hover {
	background-color: #eeeeee;
}

.minitoolbar_center {
	margin-left: auto;
	margin-right: auto;
	padding: 0.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border: 1px solid #cccccc;
	border-radius: 0.25rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: #fafafa;
	width: max-content;
}

.minitoolbar_center:hover {
	background-color: #eeeeee;
}






/* selecting multiple checkboxes */

.checkboxes_selectall {
	text-align: right;
	text-shadow: none;
}

.checkboxes_selectall span {
	color: #005DB4;
	cursor: pointer;
}

.checkboxes_selectall span:hover {
	color: #33bbff;
	cursor: pointer;
}



/* radio buttons and checkboxes */

.checkboxes_group label {
	display: inline-block;
	padding: 0.5rem;
	border-radius: 0.5em;
	margin-right: 1em;
	margin-bottom: 1em;
	cursor: pointer;
	user-select: none;
}

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

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

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

.radiobuttons_group label {
	display: inline-block;
	padding: 0.5rem;
	border-radius: 0.5em;
	margin-right: 1em;
	margin-bottom: 1em;
	cursor: pointer;
	user-select: none;
}

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

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

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





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

.taxi_choices span:first-child {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.taxi_choices span:last-child {
	taxi_choices-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.taxi_choices span {
	flex: 1;
	display: block;
	text-align: center;
	background-color: #cccccc;
	color: #666666;
	padding: 0.5rem;
	cursor: pointer;
}

.taxi_choices span:hover {
	background-color: #dddddd;
}

.taxi_vchoices {
	display: flex;
	margin-bottom: 2rem;
	font-size: 1rem;
	flex-direction: column;
	gap: 1rem;
}

.taxi_vchoices span {
	flex: 1;
	display: block;
	text-align: center;
	background-color: #cccccc;
	color: #666666;
	padding: 0.5rem;
	cursor: pointer;
	border-radius: 0.25rem;
}

.taxi_vchoices span:hover {
	background-color: #dddddd;
}

.taxi_choices_active {
	background-color: #83c463 !important;
	color: #ffffff !important;
}




/* orders */

.orderloc_locs {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.orders_via_del {
	cursor: pointer;
}

.orders_via_moveup {
	cursor: pointer;
}

.orders_via_movedown {
	cursor: pointer;
}


.taxi_bluebutton {
	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-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #469df5;
	color:#ffffff;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 2px #287ace;
	padding: 0.25em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.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;
	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;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #d02718;
	color:#ffffff;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 2px #810e05;
	padding: 0.25em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.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;
	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-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #83c41a;
	color:#ffffff;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 2px #689324;
	padding: 0.25em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.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;
	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-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #aaaaaa;
	color:#666666;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 2px #ffffff;
	padding: 0.25em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.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;
}



.order_formline {
	display: flex;
	padding-bottom: 0.25rem;
	column-gap: 0.25rem;
	align-items: center;
}