body {
	overflow:hidden;
}

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

.w3-red {
	background-color: #880000!important;;
	color: #FFF!important;
}
.w3-green {
	background-color: #008800!important;
	color: #fff!important;
}
.w3-blue {
	background-color: #1770AA!important;
	color: #fff!important;
}
.w3-text-blue {
	color: #1770AA!important;
}
.w3-yellow {
	background-color: #F7E363!important;
	color: #1770AA!important;
}

.title h1 {
	font-size: 50px;
	margin: -10px 0;
}

.extrabreed {
	width: 80%;	
	margin-top: -60px;
}

.extrasmal {
	width: 50%;
	margin-top: -60px;
}
.smal {
	
	margin-top: -60px;
}

.text-right {
	text-align: right;
}

label {
	color: #888;
}

.w3-radio {
    margin: 0 5px 0 5px;
}

.w3-button {
	margin: 0px 2px;
}

.verplicht{
    border: 2px solid red!important;
    background-color: #ff000011!important;
}

.fotopicto {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dee2e6;
}
.tab {
	height: calc(100vh - 120px);
}
@media (min-width:1000px) {
	.kaartcontainer {
		height: calc(100vh - 230px);
	}	
}
@media (max-width:1000px) {
	.kaartcontainer {
		height: calc(50vh);
	}
}

.map {
	height: 100%;
	position: relative;
}

.fotopictogroot {
	border: 1px solid #dee2e6;
	width: 150px;
	object-fit: cover;
}

.fullwidth {
	width: 100%
}

.logo {
	width: 100%;
	padding-top: 5px;
}
.activiteitregel {
	padding: 2px 8px;
}

.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: 200;

}

.tabel .w3-card-4{
	border-left: 10px solid #1770AA !important;
}

@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 #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

.w3-check {
	margin-right: 6px;
}
.activiteitzelf, .aanwezigleden, .sortkolom, .regeledit, .deelnemerregel{
	cursor: pointer;
}

.upload-container {
    position: relative;
}
.upload-container input {
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 100px 20px 100px 20px;
    text-align: center !important;
	width:100%;
}
 
.upload-container input:hover {
    background: #ddd;
}
 
.upload-container:before {
    position: absolute;
    bottom: 50px;
    left: 20px;
    content: " (of) Drag en Drop bestand hier ";
    color: #3f8188;
    font-weight: 900;
}
 
#routepunt {
	padding-bottom: 50px;
}

.teamnaam {
	font-size:x-large;
}

.vet {
	font-weight:bold;
}

a {
	text-decoration: none;
}

.map-icon-label .map-icon {
	font-size: 24px;
	color: white;
	line-height: 58px;
	text-align: center;
	white-space: nowrap;
}

.map-icon-blue {
	color: #3f8188!important;
	font-size: 40px!important;
}

@media (max-width:750px) {
	.loginwide {
		display:none;
	}
	.loginsmall {
		display:inline;
	}
}
@media (min-width:750px) {
	.loginsmall {
		display:none;
	}
	.loginwide {
		display:inline;
	}
}

.topnav a {
	font-size: 18px;
	font-weight: 400;
	margin: 10px 0;
}
 
.topnav .icon {
	display: none;
	padding-left: 10px
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon1 {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive .icon2 {
		position: absolute;
		right: 50px;
		top: 0
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive a.klantknop {
		display:none;
	}
}

#fotocontainer {
	max-width: 200px;
}


.avastatitel {
  font-family: "Aladin";
	margin-left:10px;
	color: #1181ca;
	font-size: 50px
}

.chat1 {
	background-color:white;
	float:left;
	margin-left: 10px;
	margin-bottom: 10px;
	width:90%;
}

.chat0 {
	background-color:#ffeb3b;
	float:right;
	margin-right: 10px;
	margin-bottom: 10px;
	width:90%;
}

.chattijd {
	float:right;
}
.chatnaam {
	float:left;
}
.chatbox {
	position: fixed;
	left: 0;
	bottom: 35px;
	width:100%;
	background-color:white;
}

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

#chats{
	overflow-y:auto;
	height: calc(100vh - 150px);
}
.chatspanel {
	padding-bottom: 80px!important;
}
.annotatie {
	font-size: xx-small;
}
#chatheader {
	position: sticky;
	left: 0;
	top: 80px;
	background-color: white;
}
.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%;
}

.keurknop {
	margin-top: 6px;
}

.chat-icon {
	position: relative;
}

.chat-badge {
	background-color: red;
	text-align: center;
	font-size: 15px;
	color: white;
	width: 15px;
	height: 15px;
	border-radius: 35%;
	position: absolute;
	top: -5px;
	left: 15px;
}