body {
	font-family: 'Source Sans Pro', sans-serif;
}

a {
	color: #002672;
}

img {
	display: block;
}

.btn-primary {
	background-color: #002672;
	border-color: #002672;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
	background-color: #0062cc;
	border-color: #0062cc;
}
.btn-outline-primary {
	color: #002672;
	border-color: #002672;
}
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary[aria-expanded="true"] {
	background-color: #002672;
	border-color: #002672;
	color: #fff;
}

.navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link.active {
	color: #fff;
	text-decoration: underline;
}
.navbar-light .navbar-toggler {
	color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,1);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.flatpickr-calendar {
	background-color: #fff;
}
.flatpickr-confirm {
	background-color: #002672;
	border: 1px solid #002672;
	border-radius: 0.2rem;
	color: #fff;
	display: inline-block;
	float: right;
	height: auto;
	font-size: .875rem;
	line-height: 1.5;
	margin: 10px 15px 8px;
	padding: 0.25rem 0.5rem;
}

.customdropdown .dropdown-menu {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	left: 50% !important;
	margin-top: 15px;
	min-width: 100px;
	-webkit-transform: translateX(-50%) !important;
	-moz-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	-o-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
	top: 100% !important;
}

.customdropdown.filled .dropdown-toggle.btn-outline-primary {
	background-color: #002672;
	color: #fff;
}

.customdropdown.valuepreview .dropdown-toggle {
	min-width: 80px;
}
/*.customdropdown.show .dropdown-toggle:after, .customdropdown:hover .dropdown-toggle:after, .customdropdown:focus .dropdown-toggle:after {
	border-top-color: #0062cc;
}*/
.customdropdown .dropdown-menu {
	border-color: #002672;
}
.customdropdown .dropdown-menu:before {
	border: 5px solid transparent;
	border-bottom-color: #002672;
	content: '';
	display: inline-block;
	top: -11px;
	left: 50%;
	margin: 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
	z-index: 1050;
}
.customdropdown .dropdown-menu input[type="text"] {
	min-width: 200px;
}
.customdropdown .dropdown-menu .selectize input {
	min-width: 0;
}
.customdropdown .dropdown-menu textarea {
	min-height: 140px;
	min-width: 400px;
}
.customdropdown .closedropdown {
	margin-top: 10px;
}

label.switch {
	display: inline-block;
	float: right;
	margin: 3px 0 0;
	position: relative;
}
label.switch input[type="checkbox"] {
	display: none;
}
label.switch .toggle:before {
	background-color: #f5f5f5;
	border: 1px solid #b9b9b9;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	content: '';
	display: block;
	height: 14px;
	min-width: 26px;
	padding: 2px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
label.switch .toggle:after {
	background-color: #002672;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
	display: block;
	height: 10px;
	left: 2px;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 2px;
	width: 10px;
}
label.switch input[type="checkbox"]:checked ~ .toggle:before {
	background-color: #002672;
	border-color: #002672;
}
label.switch input[type="checkbox"]:checked ~ .toggle:after {
	background-color: #ffffff;
	left: 14px;
}

.radioswitch {
}
.radioswitch.sm {
	display: inline-block;
	margin: 5px 3px;
}
.radioswitch .radioswitchwrapper {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #002672;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	overflow: hidden;
	position: relative;
}
.radioswitch .radioswitchwrapper label {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
}
.radioswitch .radioswitchwrapper label + label {
	border-left: 1px solid #002672;
}
.radioswitch .radioswitchwrapper input[type="radio"] {
	display: none;
}
.radioswitch .radioswitchwrapper input[type="radio"] + span {
	background-color: #ebebeb;
	display: block;
	line-height: 36px;
	padding: 0 10px;
}
.radioswitch .radioswitchwrapper input[type="radio"] + span:hover {
	background-color: #bbc3d7;
}
.radioswitch.sm .radioswitchwrapper input[type="radio"] + span {
	line-height: 26px;
}
.radioswitch .radioswitchwrapper input[type="radio"]:checked + span {
	background-color: #002672;
	color: #fff;
}
.switchhidden {
	display: none !important;
}


form .selectize {
	min-width: 180px;
}
.selectize.driverselect .selectize-dropdown {
	min-width: 250px;
}

#header {
	background-color: #002672;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 5000;
	width: 100%;
}
#header:after {
	content: '';
	clear: both;
	display: table;
}
body.hidenav #header {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.togglenav {
	bottom: 0;
	color: #fff;
	/*display: none;*/
	font-size: 20px;
	height: 30px;
	left: 50%;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.54);
	-webkit-transform: translate(-50%, 45%) rotate(180deg);
	-moz-transform: translate(-50%, 45%) rotate(180deg);
	-ms-transform: translate(-50%, 45%) rotate(180deg);
	-o-transform: translate(-50%, 45%) rotate(180deg);
	transform: translate(-50%, 45%) rotate(180deg);
	width: 35px;
	z-index: 500;
}
.togglenav:hover, .togglenav:active {
	color: #fff;
	text-decoration: none;
}
body.hidenav .togglenav {
	background-color: #002672;
	-webkit-transform: translate(-50%, 100%) rotate(0deg);
	-moz-transform: translate(-50%, 100%) rotate(0deg);
	-ms-transform: translate(-50%, 100%) rotate(0deg);
	-o-transform: translate(-50%, 100%) rotate(0deg);
	transform: translate(-50%, 100%) rotate(0deg);
}
#wrapper {
	min-height: 100vh;
	overflow: hidden;
	padding-top: 56px;
}
body.hidenav #wrapper {
	padding-top: 0 !important;
}
.logo {
	/*float: left;
	margin-top: 6px;*/
}

.filter {
	background-color: #eee;
	padding: 10px 0 0;
}
.leafletwrapper {
	/*height: 700px;
	height: 100vh;*/
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: auto;
	position: relative;
}
.leaflet-container {
	height: 100%;
	width: 100%;
}
body.hidenav .leaflet-container {
	height: 100vh;
}

#login {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	margin: auto;
	max-width: 500px;
	min-height: 430px;
}
#login .loginwrapper {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	padding: 20px;
}
#login .logo {
	margin-bottom: 40px;
}
#login .logo img {
	margin: auto;
	width: 200px;
}

.loginbutton.oauth {
	background-color: #fff;
	border: 1px solid #002672;
	line-height: 26px;
	margin: 0;
	width: 100%;
}
.loginbutton img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: -5px;
}
.loginseparator {
	color: #aaa;
	font-size: 16px;
	margin-top: -5px;
}


#leafletmap {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#leafletmap.loaded {
}
body.placemarker #leafletmap {
	cursor: crosshair !important;
	cursor: url('data:image/png;base64,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') 5 18, auto !important;
}
body.placemarker .placemarkerbtn {
	background-color: #dc3545;
	border-color: #dc3545;
}

.driverlistwrapper {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: 120px;
	flex-basis: 150px;
	z-index: 700;
}
.listwrapper {
	top: 0;
	bottom: 0;
	overflow: auto;
	position: absolute;
	right: 5px;
	left: 5px;
}
#driverlist {
	height: 100%;
	overflow: auto;
	/*padding-right: 15px;*/
}
.list-group + .list-group {
	margin-top: 20px;
}
.driverlistgroup {
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	overflow: auto;
}
.driverlistgroup .list-group-item {
	border: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.16);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.16);
	padding-left: 30px;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.driverlistgroup .list-group-item:nth-child(even) {
	background: #f5f5f5;
}
.driverlistgroup .list-group-item:first-child, .driverlistgroup .list-group-item:last-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.driverlistgroup .list-group-item[data-status]:before {
	content: '';
	display: inline-block;
	height: 20px;
	left: 5px;
	position: absolute;
	top: 50%;
	width: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.selectize .status:before {
	position: static;
}
.driverlistgroup .list-group-item[data-status="available"]:before {
	background-color: #23bb4c;
}
.driverlistgroup .list-group-item[data-status="occupied"]:before {
	background-color: #b92324;
}
.driverlistgroup .list-group-item[data-status="outofservice"]:before {
	background-color: #000;
}
.driverlistgroup .list-group-item[data-status="invisible"]:before {
	background-color: #7cd0ea;
}

.selectize .status {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	margin-right: 10px;
	vertical-align: -1px;
	width: 15px;
}
.selectize .status.available {
	background-color: #23bb4c;
}
.selectize .status.occupied {
	background-color: #b92324;
}
.selectize .status.outofservice {
	background-color: #000;
}
.selectize .status.invisible {
	background-color: #7cd0ea;
}

.driverlistgroup .list-group-item-title {
	background-color: #fff !important;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	padding: 0 5px;
}

.taxistationsgroup {
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.taxistationsgroup .list-group {
	margin-bottom: 10px;
}
.taxistationsgroup .list-group.disabled {
	opacity: 0.5;
	pointer-events: none;
}
.taxistationsgroup .list-group .list-group-item {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0 10px;
}
.taxistationsgroup .list-group .list-group-item.active {
	background-color: #002672;
	border-color: #002672;
}
.list-group-title[data-zip] {
	cursor: pointer;
}

.loadingoverlay {
	background-color: rgba(255, 255, 255, 0.3);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
.loadingoverlay .spinner-border {
	left: 50%;
	margin-top: -17px;
	margin-left: -17px;
	position: absolute;
	top: 50%;
}

/* width */
.listwrapper::-webkit-scrollbar {
	width: 5px;
}
/* Track */
.listwrapper::-webkit-scrollbar-track {
	background: #f1f1f1;
}
/* Handle */
.listwrapper::-webkit-scrollbar-thumb {
	background: #aaa;
}
/* Handle on hover */
.listwrapper::-webkit-scrollbar-thumb:hover {
	background: #999;
}

body .callbtn {
	color: #002672;
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
	margin-top: 5px;
	text-decoration: none;
}
.callbtn span[class^="icon-"] {
	vertical-align: middle;
}
.callbtn span.icon-3cx {
	font-size: 24px;
}


.triplistwrapper {
	bottom: 0;
	left: 0;
	max-height: 185px;
	max-height: 0;
	overflow: auto;
	right: 150px;
	z-index: 500;
}
.triplistwrapper.fullscreen {
	background-color: #fff;
	max-height: none;
	position: fixed;
	top: 115px;
	z-index: 1000;
}
.triplisttoggle {
	background-color: #fff;
	color: #002672;
	display: block;
	left: 0;
	padding: 5px 10px;
	position: sticky;
	text-decoration: none;
	top: 0;
	z-index: 10;
}
.triplisttoggle:hover {
	text-decoration: none;
}
.triplisttoggle .icon-fullscreen, .triplisttoggle .icon-shrink {
	float: right;
	margin-top: 4px;
}
.triplisttoggle .icon-shrink, .triplistwrapper.fullscreen .triplisttoggle .icon-fullscreen {
	display: none;
}
.triplistwrapper.fullscreen .triplisttoggle .icon-shrink {
	display: block;
}
.triplistwrapper .triplisttoggle {
	background-color: #002672;
	color: #fff;
}
.triplistwrapper .triplisttoggle:hover {
	color: #fff;
}
.triplistwrapper .triplisttoggle .icon-cancel {
	display: block;
}
.triplist {
	background-color: #fff;
	display: none;
}
.triplistwrapper .triplistfilter {
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
}
.triplistwrapper .triplist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.triplistwrapper .triplist:after {
	content: '';
	clear: both;
	display: table;
}

.triplist .trip {
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	/*max-width: 20%;*/
	padding: 5px 10px;
}
.triplist .trip.highlight {
	animation: highlight 3s;
}
.triplist .trip .tripdetails {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
}
.triplist .trip .tripdetails > * {
	/*flex: 1 1 auto;*/
	border-left: 1px solid #ccc;
	padding: 0 5px;
}
.triplist .trip .tripdetails .status {
	border: 0;
	/*padding: 0;*/
}
.triplist .trip .tripdetails .status:after {
	background-color: #777777;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 15px;
	width: 15px;
}
.triplist .trip .tripdetails .status.accepted:after {
	background-color: #23bb4c;
}
.triplist .trip .tripdetails .status.pending:after {
	background-color: #ffd001;
}
.triplist .trip .tripdetails .status.notaccepted:after {
	background-color: #dc5122;
}
.triplist .trip .tripdetails .status.error:after {
	background-color: #b92324;
}
.triplist .trip .waypoints {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 600px;
}
.triplist .trip .waypoints .waypoint {
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.triplist .trip .waypoints .waypoint + .waypoint:before {
	content: '>';
	color: #002672;
	display: inline-block;
	font-family: monospace;
	font-size: 20px;
	height: 20px;
	line-height: 18px;
	margin: 0 5px;
	vertical-align: 0px;
	width: 15px;
}

#newtrip {
	background-color: #fff;
	position: relative;
	/*left: 0;
	pointer-events: none;
	position: absolute;
	right: 150px;
	top: 56px;
	z-index: 1100;*/
}
body.hidenav #newtrip {
	display: none;
}
#newtripwrapper {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
}
#newtripwrapper .col-auto {
	margin-bottom: 10px;
}
.newtripform {
	/*background-color: rgb(255, 255, 255);
	line-height: 30px;
	min-width: 1160px;
	max-width: 1200px;
	padding: 10px 10px 0;
	pointer-events: all;
	position: relative;*/
	padding: 10px 10px 0;
}
.newtripform [name="persons"] {
	max-width: 70px;
}
.newtripclose {
	background-color: #fff;
	font-size: 12px;
	line-height: 25px;
	padding: 0 5px;
	position: absolute;
	right: -25px;
	top: 0;
	width: 25px;
}
.hideonclear {
	visibility: hidden;
}

.placedmarker {
	color: #a7a7a7;
	font-style: italic;
}

.successicon {
	display: inline-block;
	font-size: 26px;
	margin-left: 10px;
	vertical-align: middle;
	overflow: hidden;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-ms-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
	width: 0;
}
.successicon.success {
	width: 26px;
}

#datecontainer {
	/*display: inline-block;*/
	height: 0;
	overflow: hidden;
}
#datecontainer .form-control.datepicker.input {
	height: 1px;
	width: 1px;
}


.editinfo {
	background-color: #002672;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	bottom: 0;
	cursor: pointer;
	color: #fff;
	left: 100px;
	opacity: 0;
	padding: 10px 20px;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 100;
}
form.editmode .editinfo {
	opacity: 1;
	pointer-events: auto;
}
.editinfo:before {
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #002672 transparent;
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	left: 15px;
	top: -8px;
}
.editinfo > span[class^="icon-"] {
	margin-right: 10px;
}

.leaflet-right .leaflet-routing-container.leaflet-routing-container-hide {
	display: none;
}

#driverhistorymap {
	height: 700px;
}


/* timeline */
.leaflet-popup-content .icon-user {
	display: inline-block;
	width: 22px;
}


@media(max-width: 1500px) {
	/*#newtripwrapper {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}*/
}

@media(max-width: 1300px) {
	/*#newtripwrapper {
		max-width: none;
		max-height: 100%;
		overflow: auto;
		position: fixed;
		right: 150px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 7000;
	}
	#newtripwrapper .form-row {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#newtripwrapper .col-auto {
		margin-bottom: 5px;
	}
	.newtripform {
		border-right: 1px solid #e5e5e5;
		height: 100%;
		margin-top: 56px;
		margin-bottom: 5px;
		min-width: 0;
	}
	.newtripclose {
		right: 5px;
		top: 5px;
	}
	.newtripform [name="persons"] {
		max-width: none;
	}*/
}


/* lg - large */
@media(max-width: 1199px) {

}


/* md - medium */
@media(max-width: 991px) {
	.leafletwrapper {
		padding-right: 40px;
		height: 0;
		padding-bottom: 50%;
		position: relative;
	}
	.leafletwrapper:after {
		bottom: 0;
		content: '';
		display: block;
		background-color: #c5c5c5;
		background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNS44IDYwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1LjggNjAuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTcuMSwwLjVMMSw2LjZDMC41LDcuMSwwLjUsNy45LDEsOC40czEuMywwLjUsMS43LDBsNC00bDAsMTQuMmMwLDAuNywwLjUsMS4yLDEuMiwxLjJjMC43LDAsMS4yLTAuNSwxLjItMS4yDQoJbDAtMTQuMmw0LDRjMC41LDAuNSwxLjMsMC41LDEuNywwYzAuNS0wLjUsMC41LTEuMywwLTEuN0w4LjksMC41QzguNCwwLDcuNiwwLDcuMSwwLjV6Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNy44LDQwLjhDOC41LDQwLjgsOSw0MS40LDksNDJsMCwxNGw0LTRjMC41LTAuNSwxLjMtMC41LDEuNywwYzAuNSwwLjUsMC41LDEuMywwLDEuN2wtNi4xLDYuMQ0KCWMtMC41LDAuNS0xLjMsMC41LTEuNywwbC02LjEtNi4xYy0wLjUtMC41LTAuNS0xLjMsMC0xLjdjMC41LTAuNSwxLjMtMC41LDEuNywwbDQsNGwwLTE0YzAtMC4zLDAuMS0wLjYsMC40LTAuOQ0KCUM3LjIsNDAuOSw3LjUsNDAuOCw3LjgsNDAuOHoiLz4NCjwvc3ZnPg0K');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px;
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		z-index: 1000;
	}

	.driverlistwrapper {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		padding: 0;
	}
	.triplistwrapper.fullscreen {
		margin: 0;
		right: 0;
		top: 0 !important;
		z-index: 5500;
	}

	.driverlistgroup {
		margin-left: 15px;
		margin-right: 15px;
	}

	.triplistwrapper {
		margin: 40px 0 20px;
		max-height: 400px;
		padding: 0;
	}

	.listwrapper {
		margin-bottom: 20px;
		position: static;
	}

	.mapheight {
		height: auto !important;
	}

}


/* sm - small */
@media(max-width: 767px) {
	#header {
		/*padding: 10px 0;*/
	}
	.logo {
		margin: 10px auto 10px;
	}

	.leaflet-container {
		height: calc(100vh - 59px);
	}

	/*#driverlist {
		padding-right: 0;
	}*/
	.taxistationsgroup {
		margin-left: 15px;
		margin-right: 15px;
	}

	#login .loginwrapper {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}


	/*#newtrip {
		right: 0;
	}
	#newtripwrapper {
		position: absolute;
		overflow: inherit;
		right: 40px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		top: 0;
	}
	.newtripform {
		margin: 0;
	}*/
}

/* xs - extra small */
@media(max-width: 575px) {
	.leafletwrapper {
		padding-right: 30px;
	}
	.leafletwrapper:after {
		width: 30px;
	}

	/*#newtripwrapper {
		right: 30px;
	}*/
}


@media(max-width: 320px) {
	body {
		min-width: 320px;
	}
}




@keyframes highlight {
	0%   {background-color: #fff;}
	50%  {background-color: #28a745;}
	100% {background-color: #fff;}
}
