/* latin-ext */
@font-face {
	font-family: 'Aladin';
	font-style: normal;
	font-weight: 400;
	src: 'aladin1.woff2' format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Aladin';
	font-style: normal;
	font-weight: 400;
	src: 'aladin2.woff2' format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


#map {
	height: calc(100vh);
	width: 100%;
}

.header,
.header:hover {
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 999;
	background-image: url('headerbackground.svg');
	background-color: #1770aa;
	background-repeat: no-repeat;
	color: white !important
}

.gradientblue {
	background-color: #1770AA !important;
	/* For browsers that do not support gradients */
	background-image: linear-gradient(#1770AA, #4caae7) !important;
	color: white !important;
}

.gradientred {
	background-color: #7f0000 !important;
	background-image: linear-gradient(#7f0000, #f44336) !important;
	color: white !important;
}

.gradientyellow {
	background-color: #ffeb3b !important;
	background-image: linear-gradient(#ffeb3b, #ffc107) !important;
}


.logo {
	width: 64px;
}

.inhoud {
	width: 100%;

	height: calc(100vh - 144px);
	padding-bottom: 72px !important;
	overflow-y: auto;
}

.kaart {
	position: absolute;
	top: 0;
	width: 100%;
}

.titel {
	font-size: 26px;
	padding-top: 5px;
	font-family: "Aladin";
}

.subtitel {
	font-size: 15px;
	padding-top: 5px;
}

.topbutton {
	padding-top: 5px;
	margin-left: 10px;
}

.annotatie {
	font-size: xx-small;
}

.w3-red {
	background-color: #7f0000 !important;
	color: #fff !important;
}

.w3-green {
	background-color: #008800 !important;
	color: #fff !important;
}

.w3-text-red {
	color: #7f0000 !important;
}


.w3-blue {
	background-color: #1770AA !important;
	color: #fff !important;
}

.w3-text-blue {
	color: #1770AA !important;
}

.groot {
	font-weight: 400;
	font-size: larger;
}

.groter {
	font-weight: 400;
	font-size: x-large;
}

.btn-green,
.btn-green:hover {
	background-color: #008800 !important;
	color: #fff !important;
}

.btn-red,
.btn-red:hover {
	background-color: #880000 !important;
	color: #fff !important;
}

.infoknop {
	font-size: x-small;
}

.updatebutton {
	top: 93px;
	display: none;
	width: 100%;
	position: fixed;
	z-index: 4;
}

.circle {
	fill: none;
	stroke-width: 32;
}

.pie {
	margin-top: 10px;
	width: 50px;
	height: 50px;
	transform: rotate(-90deg);
	background: #117a8b;
	border-radius: 50%;
	float: right;
	box-shadow: 0px 0px 3px 3px grey;
}

.pietext {
	transform: rotate(90deg);
}

.aanwtag {
	margin-top: 5px;
}

.badge {
	float: right;
	font-size: 60%;
	padding: .4em .4em;
	margin-left: .4em;
}


.sticky {
	position: sticky;
	top: 0;
}

.stickylijstheader {
	position: sticky;
	top: 75px;
	background-color: rgb(255, 255, 255);
}

.stickybottom {
	position: sticky;
	bottom: 72px;
}

.activiteit,
.deelnemer {
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.installbutton {
	position: fixed;
	bottom: 0px;
	z-index: 3;
}

.installtext {
	padding: 8px;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin: auto;
	border-top: 20px solid #f44336;
}

.buttonbar,
.barbutton {
	height: 72px !important;

}

.barbutton {
	background-color: transparent;
	color: #1770AA;
}

.textareareadonly {
	display: block;
	width: 100%;
	overflow: hidden;
	border: none;
	background-color: white;
	color: black;
}

textarea:disabled {
	color: black;
	opacity: 1;
	/* ios */
}

#routepuntfoto img {
	max-height: 250px;
}


.chat0 {
	background-color: white;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 70%;
}

.chat1 {
	background-color: #ffeb3b;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 70%;
}

.chattijd {
	float: right;
}

.chatbox {
	position: absolute;
	left: 0;
	bottom: 72px;
	width: 100%;
	background-color: white;
}

.chatbox textarea {
	display: block;
	width: 100%;
	overflow: auto;
	border: 1px solid #ddd;
	max-height: 240px;
	resize: none;
	height: 44px;

}

#videocontent video {
	max-width: 100%;
}

.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.menuicon {
	position: relative;
}

.chat-badge {
	display: none;
	background-color: red;
	font-size: 18px;
	color: white;
	width: 20px;
	height: 20px;
	border-radius: 35%;
	position: absolute;
	top: -5px;
	left: 18px;
}

/* PHOTO CHAT */
#camera--output--container {
	display: none;
}


#camera--output--container {
	width: 350px;
	position: fixed;
	object-fit: cover;
	bottom: 125px;
	margin-left: 16px;
}


#camera-output,
#video-output {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.deletebutton {
	width: 60px;
	color: #333333;
	background-color: #ffffff66;
	font-size: 16px;
	border-radius: 10px;
	border: none;
	padding: 15px 20px;
	text-align: center;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 15px;
	bottom: 10px;
}


#fotobutton {
	position: relative;
}

#inputphoto {
	opacity: 0;
	overflow: hidden;
	width: 60px;
	height: 48px;
}

#btnCamera,
#inputphoto {
	position: absolute;
	right: 2px;
	top: 2px;
}



.gestopt {
	padding-top: 100px;
}

.flag {
	height: 45px;
	padding: 0;
}

#btnTaal {
	position: relative;
}

.w3-button {
	:not(.noHover):hover {
		color: black !important;
		background-color: ccc !important;
	}
}

.chatspanel {
	padding-bottom: 40px !important;
}

.chatfoto {
	position: relative;
}

.videolink {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100px;
}

.loader {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;

}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 16px solid #f3f3f3;
	/* Light grey */
	border-top: 16px solid #1770AA;
	/* blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

.scrollup,
.scrolldown {
	position: fixed;
	right: -30px;
	bottom: 130px;
	width: 30px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #1770AA;
	color: white;
	padding-left: 10px;
	z-index: 100;
	transition: right .5s;
}