body {
	overflow-y: hidden;
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'),
		local('OpenSans-Regular'),
		url('../font/OpenSans-Regular.woff2') format('woff2'),
		url('../font/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'),
		local('OpenSans-Bold'),
		url('../font/OpenSans-Bold.woff2') format('woff2'),
		url('../font/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'),
		local('Roboto-Regular'),
		url(../font/Roboto.woff2) format('woff2');
}

.ol-attribution {
	font-family: sans-serif;
}

.ol-control {
	background: none !important;
}

.tooltip {
	background: #000000bf;
	border-radius: 2px;
	color: white;
	font: 10pt sans-serif;
	padding: 3px;
	position: relative;
	white-space: nowrap;
}

.position-info {
	background-color: #003c8880 !important;
	bottom: 0.5em;
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	left: 0.5em;
	padding: 3px;
}

.position-info :hover {
	background-color: #003c8880;
}

.speed-limit-info {
	bottom: 0.5em;
	font-size: 1em;
	right: 0.5em;
	padding: 3px;
}

.speed-limit-image {
	max-height: 120px;
}

.current-speed-info {
	background-color: rgb(0, 0, 0, 0.5) !important;
	bottom: 0.5em;
	left: 50%;
	transform: translate(-50%, 0);
}

#current-speed-value {
	color: #FFF;
	font-family: "Open Sans", sans-serif;
	font-size: 36pt;
	font-weight: bold;
	line-height: 1;
}

#speed-units {
	color: #FFF;
	font-family: "Open Sans", sans-serif;
	font-size: 12pt;
}

.dataTable thead th {
	background: transparent !important;
	padding: 4px !important;
	white-space: nowrap;
}

.dataTable thead .sort-icon {
	padding-left: 15px;
}

.dataTable thead .sorting span {
	background: none;
}

.dataTable thead .sorting_asc span {
	background: url("../img/sort_asc.png") no-repeat center right;
}

.dataTable thead .sorting_desc span {
	background: url("../img/sort_desc.png") no-repeat center right;
}

.dataTable tbody td {
	white-space: nowrap;
}

.dataTable a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}

.dataTable a:hover {
	text-decoration: underline;
}

.content {
	display: none;
}

.small-map {
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
}

.adhoc-map {
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
}

.map {
	height: 100%;
	width: 100%;
}

.speed-container svg {
	display: block;
	margin: auto;
	pointer-events: none;
	user-select: none;
	width: 180px;
}

.warning-sign {
	padding: 15px;
}

.intersection-info {
	background-color: #003c8880 !important;
	bottom: 0.5em;
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	left: 0.5em;
	padding: 3px;
}

.intersection-info :hover {
	background-color: #003c8880;
}

#link {
	cursor: pointer;
}

#fullscreen {
	cursor: pointer;
}

.greenyellow {
	color: greenyellow !important;
}

#car {
	padding: 0.5em;
	font-size: 1.5em;
	line-height: 1.25em;
}

video {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
