.map {
	width: 100%;
	background-color: red;
	min-height: 500px;
}

.orders_list_container {
	height: 100%;
}

.orders_list {
	max-height: 500px;
	overflow: auto;
}
/*
.order_icon {
	left: -3px;
	top: -30px;
}
*/

.main.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	margin: 0;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	overflow: auto;
}

.main.fullscreen .map {
	height: calc(100vh - 90px);
}

.highlight {
	background-color: orange;
	border-radius: 100%;
}
