.menu-qfree {
    background-color: #BDC3C7;
    height: 100%;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.qfree {
    border-bottom: 3px solid white;
}

.logo {
    display: block;
    width: 64px;
}

.menu-button {
    padding: 8px 0;
}

.icon.center {
    display: block;
    font-size: 32px;
    line-height: 1em;
    margin: auto;
}

.icon.center-bottom {
    font-size: 32px;
    line-height: 1em;
    margin: 8px auto;
}

.content {
    border-left: 3px solid white;
    height: 100%;
    left: 64px;
    position: absolute;
    top: 0;
    width: calc(100% - 64px);
}

.prime {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.adhoc {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.panels {
    background-color: #000;
    border-left: 3px solid white;
    display: flex;
    flex-direction: column;
    max-width: 635px;
    width: calc(40% - 3px);
}

.adhoc-panels {
    background-color: #fff;
    border-left: 3px solid black;
    display: flex;
    flex-direction: column;
    max-width: 635px;
    width: calc(40% - 3px);
}

// This works fine in the Y-direction, but no good in the X-direction
.Xadhoc-container {
    flex-direction: column;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.speed-container {
    border-bottom: 3px solid white;
}

.warning-container {
    background-color: #000;
    flex-grow: 1;
}

.warning-image {
	max-width: 60%;
    object-fit: contain;  
    display: block;
    margin: auto;
}

.warning-text {
    color: #FFF;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: bold;
    padding-top: 16px;
    margin-bottom: 6px;
    text-align: center;
}

.warning-info {
    color: #FFF;
    display: block;
    font-family: "Open Sans" sans-serif;
    font-size: 40px;
    padding-top: 0px;
    text-align: center;
}

.messages {
    cursor: default;
    display: flex;
    flex-direction: column;
    font-family: "Roboto" sans-serif;
    height: 100%;
    padding: 0.5em;
    width: 100%;
}

.messages > table {
    width: 100%;
}

.messages > p {
    margin: 8px 0;
}

.messages > textarea {
    flex: 1;
    resize: none;
}

.follow-vehicle {
    left: .5em;
    top: 65px;
}

.config {
    cursor: default;
    display: flex;
    flex-direction: column;
    font-family: "Roboto" sans-serif;
    height: 100%;
    padding: 0.5em;
    width: 100%;
/*	padding: 0.5em;*/
}

.config > table {
    flex: 1;
    resize: none;
	width: 50%;
}

.map-button {
	display: block !important;
    font-size: 1em !important;
    line-height: 1em !important;
    margin: auto !important;	
}

.ol-control.ol-zoom {
	left: 1em;
	top: 1em;
}

.ol-control.ol-zoom button {
    font-size: 36px;
    outline: none;
}

.ol-control.map-control {
	top: 110px;
	left: 1em;
}

.ol-control.ol-zoom button,
.ol-control.map-control button {
    width: 42px;
    height: 42px;	
    outline: none;
}

.ol-control.ol-zoom button:first-child,
.ol-control.map-control button:first-child {
	border-radius: 8px 8px 0 0 !important;
}

.ol-control.ol-zoom button:last-child,
.ol-control.map-control button:last-child {
	border-radius: 0 0 8px 8px !important;
}
