html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.top {
    position: relative;
    top: 0;
    height: 5%;
    width: 100%;
    margin: auto;
}

.heading-text {
    position: relative;
    text-align: center;
    /* text-decoration: underline; */
    z-index: 1;
	/* background-color : white; */
		font-family: 'Schoolbell', arial, serif;

/* font-family: "arial"; */
    font-size: 30px;
	color: white;
	
}

.heading-text-murderboard {
    position: relative;
    text-align: center;
    /* text-decoration: underline; */
    z-index: 1;
    padding-top: 15px;
		font-family: 'Schoolbell', arial, serif;
	/* font-family: "arial"; */
    font-size: 40px;
	color: white;
}

.heading-text-absolute {
    position: absolute;
    z-index: 1;
}

.container {
    height: 100%;
    width: 100%;
    /*background-color: #C0C0C0;*/
    background-image: url("image/canvas.jpg");
    background-size: contain;
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
    /**/
}

.horizontal-boards {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 65%;
}

.horizontal-boards>div {
    height: 100%;
    width: 100%;
}

.board-even {
    width: 100%;
    display: inline-grid;
    align-content: space-around;
    justify-content: space-evenly;
    /* grid-template-columns: repeat(2, 125px); */
    /* grid-template-rows: repeat(3, 125px); */
    grid-template-columns: repeat(2, 8vw);
    grid-template-rows: repeat(3, 8vw);	
	
    row-gap: 15px;
    /* margin-top: 7px; */
}

#middle-slachtoffer {
    width: 100%;
    display: inline-grid;
    align-content: space-around;
    justify-content: space-evenly;
    /* grid-template-columns: repeat(2, 125px); */
    /* grid-template-rows: repeat(1, 125px); */
    grid-template-columns: repeat(2, 8vw);
    grid-template-rows: repeat(1, 8vw);	
	
    row-gap: 15px;
    /* margin-top: 10px; */
}

#middle-getuigen {
    width: 100%;
    display: inline-grid;
    align-content: space-around;
    justify-content: space-evenly;
    /* grid-template-columns: repeat(2, 125px); */
    /* grid-template-rows: repeat(2, 125px); */
    grid-template-columns: repeat(2, 8vw);
    grid-template-rows: repeat(2, 8vw);	
	
    row-gap: 15px;
    /* margin-top: 10px; */
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid gray; */
    background-color: white;
    border-radius: 5px;
    z-index: 1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	box-shadow: -6px 6px 4px #00000085;
}

.box_arresteren {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid gray; 
    background-color: white;
    border-radius: 5px;
    z-index: 1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	box-shadow: -6px 6px 4px #00000085;
}



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

.popup_1_tekst {
    box-sizing: border-box;
    position: absolute;
    width: 92%;
    height: 20%;
    bottom: 4%;
    left: 4%;
    border-radius: 0px;
    font-family: "arial";
    font-size: 20px;
    resize: none;
}

#drawing-options-container {
    position: absolute;
    bottom: 0;
    right: 50%;
    color: black;
    z-index: 1;
    margin: 15px;
	/* background-color: green; */
}

#drawing-options-container>button {
    margin: 5px;
}


/* Stan */

.item_popup {
    position: absolute;
    height: 600px;
    width: 600px;
	/* height: 70%; */
	/* width: 40%; */
	
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
    z-index: 301;
	box-shadow: 5px 10px 8px #000000;
}


.item_popup_wide {
    position: absolute;
    height: 80%;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
    z-index: 301;
}

.item_popup_wide_black {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: black;
    /*background-color: #3A3838*/
    z-index: 301;
}




.item_popup_warning {
    position: absolute;
    height: 30%;
    width: 30%;  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
    z-index: 2;
}

.item_popup_warning_new {
    position: absolute;
    /* height: 30%; */
    width: 30%;  
    top: 50%;
    left: 50%;
	margin-bottom: 20px;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
    z-index: 2;
}




.item_popup_full_screen {
    position: absolute;
    height: 95%;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
    z-index: 200;
}

.item_popup_full_screen_score {
    position: absolute;
    height: 95%;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    /* background-color: #b5b5b5; */

	
	/* background-image: url("image/popup_score/start.png");	 */
	
    background-image: url("image/canvas.jpg");
    /* background-size: contain; */
	 background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;	
	
	
    z-index: 200;
}



.item_popup_full_screen_reflectie {
    position: absolute;
    height: 55%;
    width: 55%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: black;
    /*background-color: #3A3838*/
    z-index: 1500;
}




.item_popup_full_screen_eindscore {
    position: absolute;
    height: 95%;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    /* background-color: #b5b5b5; */

	/* background-image: url(/static/murderboard/image/popup_score/start.png); */

	/* background-image: url("image/popup_score/start.png"); */
   background-image: url("image/canvas.jpg");
    /* background-size: contain; */
	 background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;	
	
	
	
	
    z-index: 200;
}



.item_popup_full_screen_huiszoeking {
    position: absolute;
    height: 270%; 
    /* height: auto;	 */
    width: 80%;
    top: 135%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
    z-index: 200;
}



.item_popup_pano {
    position: absolute;
    /* height: 700px; */
    /* width: 1100px; */
  
  /* height: 700px;   deze werken maar knop op laptop timo niet zichtbaar */
    /* width: 900px; */
	
	height: 80%;
	width: 60%;
	
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
    z-index: 2;
	
	   box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
}




.item_popup_brem {
    position: absolute;
    /* height: 500px; */
    /* width: 900px; */
    height: 70%;
    width: 70%;	

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    /* background-color: #b5b5b5; */
    background-color: black;
	
    z-index: 2;
}

.item_popup_brem_iframe {
  position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
  width: 70%;
  overflow: hidden;
   /* padding-top: 41.25%;  16:9 Aspect Ratio */  
}


.item_popup_brem_video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}













.item_popup_brem_video {
    position: absolute;
    /* height: 500px; */
    /* width: 900px; */
    height: 100%;
    width: 100%;	

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    /* background-color: #b5b5b5; */
    background-color: black;
	
    z-index: 2;
}

.item_popup_brem_video_single {
    /* position: absolute; */
    /* height: 500px; */
    /* width: 900px; */
    height: 100%;
    width: 100%;	

    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    border-radius: 5px;
    /* background-color: #b5b5b5; */
    background-color: black;
	
    z-index: 2;
}






.item_popup_brem_video_2 {
    /* position: absolute; */
    /* height: 500px; */
    /* width: 900px; */
    height: 90%;
    width: 100%;	

    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* border-radius: 5px; */
    /* background-color: #b5b5b5; */
    /* background-color: black; */
	
    z-index: 2;
}




.item_popup_header {
    display: inline-block;
    width: fit-content;
    background-color: black;
    color: white;
    font-family: "Arial";
    font-size: 20px;
    margin-left: 25px;
    margin-top: 25px;
    padding: 5px;
}

.item_popup_content_container {
    height: 80%;
    width: 100%;
}

.item_popup_middle_right_container {
    float: right;
    height: 100%;
    width: 45%;
    margin-right: 25px;
}

.item_popup_image {
    float: left;
    height: 60%;
    width: 45%;
    margin-left: 25px;
    background-size: contain;
    /* background-position: center center; */
    background-repeat: no-repeat;
  background-color: white; 
  border-radius: 8px;
    box-shadow: -6px 6px 4px #00000085;
  
}

.hint_popup_image {
    float: left;
    /* height: 100%; */
    width: 45%;
    margin-left: 25px;
    background-size: contain;
    /* background-position: center center; */
    background-repeat: no-repeat;
    /* background-color: white; */
}



.item_popup_description {
    height: 80%;
    width: 100%;
    background-color: white;
	padding-top: 10px;
}

.item_popup_description_nieuw {
    height: 80%;
    width: 100%;
    background-color: white;
	padding: 1px;
}


.item_popup_description_ul {
    margin: 0;
}

.item_popup_buttons {
    margin-top: 5%;
    height: 15%;
    width: 100%;
}

.item_popup_button_span_1 {
    height: 100%;
    width: 100%;
    background-color: red;
    color: white;
cursor: pointer;
    box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
    border: none;	
}

.item_popup_button_span_1_gray {
    height: 100%;
    width: 100%;
    background-color: gray;
    color: white;
}
.item_popup_button_span_3 {
height: 50px;
    width: 30%;
    background-color: red;
    color: white;
    margin: 1.5%;
    /* padding: 10px; */
    border: none;
    box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
}

.item_popup_button_span_3_gray {
    height: 100%;
    width: 33%;
    background-color: gray;
    color: white;
}


.item_popup_close_button {
    float: right;
    width: 30px;
    height: 30px;
    margin: 5px 5px;
    background-image: url('image/close.png');
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    border-color: transparent;
}


.item_popup_advanced {
    /* float: left; */
    width: 30px;
    height: 30px;
    margin: 5px 5px;
    background-image: url('image/more.png');
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    border-color: transparent;
	position: absolute;
	top: 93%;
}




.item_popup_send_button {
    float: right;
    width: 30px;
    height: 30px;
    margin: 5px 5px;
    background-image: url('image/full_screen.png');
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    border-color: transparent;
	}










.item_popup_full_screen_button {
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px 5px;
    background-image: url('image/full_screen.png');
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    border-color: transparent;
}





.popup_1_tekst {
    font-size: 16px;
}

.popup_container {
    background-color: #0000009c;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 302;
}

.popup_container_notifications {
    background-color: #0000009c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 301;
}

.item_popup_image_notifications {
    top: 50%;
    left: 50%;
    height: 450px;
    width: 450px;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    position: absolute;
}

.item_popup_button_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    display: block;
    height: 10%;
    width: 450px;
    background-color: red;
    color: white;
    margin-bottom: 10px;
	box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%); 
	border:none;
}

.item_popup_button_bottom_small {
    width: 400px;
}



.item_popup_button_bottom_low{
	bottom: -70;
}


.center_text {
    /* transform: translate(15%); */
	
	margin-left: 10%;
    display: inline-block;
    width: fit-content;
    background-color: black;
    color: white;
    font-family: "Arial";
    font-size: 20px;
    margin-top: 25px;
    padding: 5px;
}

.center_text_menu{
    margin-left: 25px;
    display: inline-block;
    width: fit-content;
    background-color: black;
    color: white;
    font-family: "Arial";
    font-size: 20px;
    margin-top: 25px;
    padding: 5px;	
}



.center_text_huiszoeking {
    transform: translate(10%); 
	/* display: inline-block;  */
    width: 80%;
    background-color: white; 
    /* color: black; */
    font-family: "Arial";
    font-size: 15px;
    margin-top: 25px;
    padding: 5px; 
}



.knop_full_screen{
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    z-index: 1;
    margin: 15px;
	height: 9%;	
	
}



.knoppen_img {
    position: absolute;
    bottom: 0;
    left: 0;
    color: black;
    z-index: 1;
    margin: 15px;
	height: 11%;
	/* width: 686px; */
}

.knoppen_img>img {
    /* margin: 3px; */
    height: 100%;
    
}


.knoppen>button {
    /* margin: 3px; */
    height: 110px;
    width: 110px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.scrolling_doelen {
    position: absolute;
    bottom: 0;
    left: 700px;
    color: black;
    z-index: 1;
    margin: 15px;
	/* height: 110px; */
	/* width: 400px; */
	/* width: calc(75vw - 800px);   */
	vertical-align: bottom;
	bottom: 40px;
}


.keuze_popup_container {
   background-color: #0000009c; 
    /* background-color: #00000017;     */
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 2;
}

.keuze_popup_container_pano {
    background-color: #0000009c;
    /* background-color: #00000017;     */
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 2;
}



.keuze_button {
    width: 450px;
    height: 10%;
    margin-top: 20px;
	margin: 10px;
    margin-left: 25px;
    background-color: red;
    border: none; 
    color: white;
    font-family: "arial";
    font-size: 20px;
	
	box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%); 
	
}

.keuze_button_grijs {
    background-color: gray;
    border: none;
    color: white;
}

.keuze_content {
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: darkgray;
	box-shadow: 5px 10px 8px #000000;
	border-radius: 5px;
}

.notification_icon {
    width: 18px;
    height: 18px;
    left: 50%;
    bottom: 50%;
    background-size: contain;
    background-image: url('image/more.png');
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    display: none;
}

.item_popup_new {
    position: absolute;
    height: auto; 
	/* height: 1500px; */
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
    z-index: 200;

}

.center_text_nieuw {
    /* margin-left: 30px; */
	
	/* text-align: center; */
	
	margin-left: auto; 
	margin-right: auto; 	
	
	/* margin-left: 50%; */
    /* display: inline-block; */
    width: fit-content;
    
	
	
	background-color: transparent;
    color: white;
    font-family: "Arial";
    font-size: 30px;
	font-weight: bold;
    /* margin-top: 25px; */
    /* padding: 5px; */
}


.podium_overzicht{
color: black;	
padding: 5px;
	
}





.popup_container_base {
    background-color: #0000009c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 100;
}

.popup_container_base_zwarter {
    background-color: #000000de;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 100;
}





.popup_container_base_tijd_warning {
    background-color: #0000009c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 100;
	
}





.popup_container_base_interventie {
    background-color: #0000009c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 100;
}






.popup_container_base2{
    background-color: #0000009c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    /* z-index: 101; */
    z-index: 401;	
}

.popup_container_base_inlog {
    background-color: #0000005c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 402;
}



.popup_base_content {
    width: 80%;
    height: 80%;
    margin: 0 auto;
}

.popup_base_content_kenteken {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    /* margin-bottom; 10%; */
}

.gsm_content {
    height: 10%;
    width: 100%;
    margin-top: 50px;
}
.gsm_content_high {
	
    margin-top: 0px;
}


.gsm_content_input {
    height: 40px;
    width: 69%;
}

.ai_content_input{
    height: 40px;
    width: 69%;
}

.ai_content_button {
    height: 40px;
    width: 30%;
    background-color: red;
    color: white;
	border:none;
	 box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);	
}


.gsm_content_input_breed {
    height: 100%;
    width: 100%;
	}
.gsm_content_input_huiszoeking {
    height: 100 px;
    width: 100%;
	
	}


.gsm_content_button {
     height: 40px;
    width: 30%;
    background-color: red;
    color: white;
	border:none;
	 box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
}




.gsm_content_header {
    /*width: 100%;*/
    /* margin-top: 20%; */
    background-color: gray;
    padding: 10px;
    font-family: "arial";
    font-size: 15px;
    color: white;
	margin-bottom: 15px;
}


.popup_tekst {
    width: 100%;
    /* margin-top: 5%;  */
	margin-left: 0%; 
    background-color: gray;
    padding: 10px;
    font-family: "arial";
    font-size: 15px;
    color: white;
	}

.popup_tekst_vr {
    width: 100%;
    /* margin-top: 5%;  */
    margin-left: 0%; 
    margin-bottom: 0%; 

    background-color: gray;
    padding: 10px;
    font-family: "arial";
    font-size: 15px;
    color: white;
	}	
	
.popup_tekst_vr_gegevens {
    width: 100%;
    /* margin-top: 5%;  */
	margin-left: 0%; 
    background-color: gray;
    /* padding: 10px; */
    font-family: "arial";
    font-size: 15px;
    color: white;
	font-weight: bold;
	}	
	
	
	
.button_knop {
	width: 48%;
    margin-top: 02%; 
	margin-left: 0%;  
    background-color: red;
    padding: 10px; 
    font-family: "arial";
    font-size: 15px;
    color: white;
	position: center center;
    border: none;
    cursor: pointer;
	 box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);

	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.button_knop_keuze_vr {
	width: 48%;
    margin-top: 02%; 
	/* height: 60px; */
	margin-left: 0%;  
	margin-bottom: 4%; 
    background-color: red;
    padding: 10px; 
    font-family: "arial";
    font-size: 15px;
    color: white;
	position: center center;
    border: none;
    cursor: pointer;
	 box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);	
	}	
	
	
	

.button_knop_center {
	width: 20%;
    /* margin-top: auto;  */
	/* margin-left: auto;   */
    background-color: red;
    padding: 10px; 
    font-family: "arial";
    font-size: 15px;
    color: white;
	
	position: relative;
	
	/* transform: translate(-50%,-50%);   */
	/* margin-right: -50%; */
	top: 40%; 
	
	 margin-left: 40%;  
	 /* margin-top:10%; */
	/* margin-bottom: 50px; */
	
	
	
	
	border-radius: 16px;

	}	
	
	
	
	
	
	
	
	
	
	
	
.button_knop_right {

	float: right;;  
	}
	
.button_knop_breed {
	width: 100%;
    }	

.button_knop_delen{
	position: absolute;
	width: 200px;
   margin-top: 7%; 
	margin-left: 70%;  
    background-color: red;
    padding: 10px; 
    font-family: "arial";
    font-size: 15px;
    color: white;
	border:none;
	box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
	}

.gsm_image {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.gsm_image_kenteken {
    position: relative;
    /* height: 70%; */
	height: 260px;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 2%;
}

.popop_kenteken_goed {
    position: relative;
    /* height: 70%; */
	height: 260px;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 2%;
}











.image_gsm_plattegrond {
    position: relative;
    height: 70%;
	/* height: 260px; */
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 2%;
}


.image_einde{
    position: relative;
    width: 90%;
	height: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	/* height: 260px; */

    background-size: contain;
    background-position: center ;
    background-repeat: no-repeat;
    /* margin-bottom: 2%; */
}

.image_start{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
  
    position: absolute;
    z-index: 402;	


    background-size: contain;
    background-position: center ;
    background-repeat: no-repeat;
    /* margin-bottom: 2%; */
}









.image_gsm_plattegrond_full_screen {
    position: relative;
    height: 90%;
	/* height: 260px; */
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 2%;
}





.image_gsm_plattegrond_extra {
    height: 90%;
}




.image_gsm_plattegrond_lang {
    position: relative;
    height: 1200px;
	/* height: 260px; */
    width: 100%;
    background-size: contain;
    /* background-position: center center; */
    background-repeat: no-repeat;
    margin-bottom: 2%;
	box-sizing: border-box;
	padding: 10px;
	background-position: center center;
}

.image_gsm_plattegrond_lang_kenteken {
    position: relative;
    height: 800px;
	/* height: 260px; */
    width: 100%;
    background-size: contain;
    /* background-position: center center; */
    background-repeat: no-repeat;
    margin-bottom: 2%;
	box-sizing: border-box;
	padding: 10px;
	background-position: center center;
}



.image_gsm_plattegrond_lang_krant {
    position: relative;
    height: 2000px;
	/* height: 260px; */
    width: 100%;
    background-size: contain;
    /* background-position: center center; */
    background-repeat: no-repeat;
    margin-bottom: 2%;
	box-sizing: border-box;
	padding: 10px;
	background-position: center center;
}

.image_gsm_plattegrond_lang_telefoonlijst {
    position: relative;
    height: 1200px;
	/* height: 260px; */
    width: 100%;
    background-size: contain;
   background-position: center center; 
    background-repeat: no-repeat;
    margin-bottom: 2%;
	box-sizing: border-box;
	padding: 10px;
	
}






.gsm_good {
    display: none;
}

.gsm_wrong {
    display: none;
}

.plattegrond {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100% !important;
    width: 100% !important;
	z-index: 99;
}

.iframe_size {
    position: relative;
    height: 90%;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wapen_grid {
    width: 100%;
    height: 90%;
    overflow-y: scroll;
    background-color: white;
}

.wapen_grid>ul {
    list-style: none;
}

.wapen_box {
    width: 100%;
    height: auto;
    margin-top: 10px;
    box-sizing: border-box;
}

.wapen_block_kop {
    width: 18%;
    height: 20px;
    display: inline-block;
    /* background-color: white; */
    font-family: "arial";
    font-size: 13px;
    font-weight: bold;
}

.wapen_block {
    width: 18%;
    height: 20px;
    display: inline-block;
    /* background-color: white; */
    font-family: "arial";
    font-size: 13px;
}

.content_button_dienstwapen {
	
	width: 100%;
    position: relative;
	background-color: red;
    color: white;
    padding: 10px;
	margin-bottom: 10px;
    
	cursor: pointer;
    box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
    border: none;	
	
	
	
}

.btn-group button {
    background-color: red;
    /* border: 10px solid gray; */
    color: white;
    cursor: pointer;
    float: left;
    height: 60px;
    cursor: pointer;
    box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
    border: none;
    margin: 1%;
	
}

/* Clear floats (clearfix hack) */
.btn-group:after {
	content: "";
	clear: both;
	display: table;
}

.btn-group button:not(:last-child) {
	border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
	background-color: #ea7676;
}




.content_button_kenteken {
    /* width: 50%; */
	position: relative;
    background-color: red;
    color: white;
    padding: 5px;
	margin-bottom: 10px;	
}

.gsm_content_wapen {
    height: 80%;
    width: 100%;
    margin-top: 10px;
}

.dienstwapen_content_header {
    /*width: 100%;*/
    margin-top: 5%;
    background-color: gray;
    padding: 10px;
    font-family: "arial";
    font-size: 15px;
    color: white;
}

.item_popup_button_again {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: block;
    height: 40px;
    width: 80%;
    background-color: red;
    color: white;
    margin-bottom: 10px;
	box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
	border:none;
	
	
	
}

.item_popup_button_again2 {
    display: block;
    height: 10%;
    width: 100%;
    background-color: red;
    color: white;
    margin-bottom: 10px;
	box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
	border:none;	
}

.item_popup_button_up {
    margin-bottom: 80px;
}

.kenteken_content_header {
    /*width: 100%;*/
    /* margin-top: 20%; */
    /* height: 100%; */
	
	/* height: 480px; */
    
	width: 100%;
    background-color: gray;
    padding: 10px;
    font-family: "arial";
    font-size: 15px;
    color: white;
}

.kenteken_content_header_top {
    /*width: 100%;*/
    /* margin-top: 20%; */
    /* height: 100%; */
	height: 90px;
    width: 100%;
    background-color: gray;
    /* padding: 10px; */
    font-family: "arial";
    font-size: 15px;
    color: white;
}











.krant {
    display: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
}


.box_video {
	position: relative;
	margin-bottom: 0px;
}


/* table { */
/* position: absolute; */
/* height: auto; */
/* width: 50%; */
/* top: 90%; */
/* left: 70%; */
/* transform: translate(-50%, -50%); */
/* font-family: "arial"; */
/* font-size: 20px; */
/* color: white; */
/* text-align: center; */
/* } */

table#tabel2 {
	position: absolute;
    /* height: 94%; */
    /* width: 20%; */
	
	/* height: 94%; */
	
	top: 3%; 
    /* left: 78%; */
	
	/* transform: translate(-50%, -50%); */
	font-family: "arial";
    font-size: 20px;
	/* color: #d8d8d8; */
	color: white; 	
	text-align: center;
	/* border: 1px solid #dedede; */
	z-index: 70;
	border:none;
	box-shadow: -5px 10px 8px #000000;
	
}




table#tabel2, th#tabel2, td #tabel2{
	
	border-collapse: collapse;
	
}

th#tabel2, td#tabel2 {
	
	text-align: center;
}
table#tabel2 tr:nth-child(even) {
	background-color: white;
	
}
table#tabel2 tr:nth-child(odd) {
	background-color: white;
	text-align: center;
}
table#tabel2 th {
	background-color: white;
	color: black;
	text-align: center;
}




.tekst{
	font-family: "arial";
    font-size: 12px;
	color: black;
	/* text-align: center; */
}
.tekst_bold{
	/* font-family: "arial"; */
    /* font-size: 15px; */
	/* color: black; */
	/* text-align: center; */
	font-weight: bold;
}












.btn_zwart {
	padding: 3px 3px;
	background: red;
	color: white;
	border-color: red;
	text-decoration: none;
	border-radius: 6px;
	font-family: Arial;
	font-size: 16px;
	margin:  2px;
	width: 600px;
}							



body {
	font-family: Arial, 
	Helvetica, sans-serif;
	
	height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-image: url(./image/canvas.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
	
}

* {
	box-sizing: border-box;
}			





.open-button {
	background-color: #555;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	opacity: 0.8;
	position: fixed;
	bottom: 23px;
	right: 28px;
	width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
	border: 0px solid #f1f1f1;
	
	z-index: 300;   
	/* z-index was 2 */
	
	/* transform: translate(-50%, -50%); */
	/* position: relative; */
	/* top: 50%; */
	/* left: 50%;  */
	
	
	
	
}

/* Add styles to the form container */
.form-container {
	max-width: 350px;
	padding: 10px;
	background-color: #bebebe;
	/* transform: translate(0%, 50%);  */
	/* position: absolute; */
	
	/* left: 50%; */
	/* margin: auto; */
	/* display: flex; */
	
	/* let op centreren werkt top */
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
		box-shadow: 5px 10px 8px #000000;
	border-radius: 5px;
	
	
}

.single_run_popup
{
	/* max-width: 350px;  */
	padding: 10px;
	background-color: #bebebe;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
		box-shadow: 5px 10px 8px #000000;
	border-radius: 5px;
	width: 380px; 
	/* height: 400px */
}

/* Full-width input fields */
.single_run_popup input[type=text], .form-container input[type=password] {
	width: 100%;
	padding: 10px;
	margin: 5px 0 22px 0;
	border: none;
	background: #f1f1f1;
}

/* When the inputs get focus, do something */
.single_run_popup input[type=text]:focus, .form-container input[type=password]:focus {
	background-color: #ddd;
	outline: none;
}


.single_run_popup .btn {
	/* background-color: #4CAF50; */
	background-color: red;
	color: white;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-bottom:10px;
	/* opacity: 0.8; */
	 box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
	
}





/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
	width: 100%;
	padding: 10px;
	margin: 5px 0 22px 0;
	border: none;
	background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
	background-color: #ddd;
	outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
	/* background-color: #4CAF50; */
	background-color: red;
	color: white;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-bottom:10px;
	opacity: 0.8;
	 box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
	
}

/* Add a red background color to the cancel button */
.form-container .cancel {
	background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
	opacity: 1;
}			

.spelers_input
{
	color: black;
	font-size: 20px;
	
	margin-left:auto;
	margin-right:auto;
	
}


table#tabel1 {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 95%; 
	margin-left:auto;
	margin-right:auto;
	margin-top: 2%;
	
	table-layout: fixed;
}
table#tabel11 {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	/* width: 100%;  */
	/* margin-left:auto; */
	/* margin-right:auto; */
	/* margin-top: 0%; */
	
	/* table-layout: fixed; */
}




td, th {
	border: 0px solid white;
	text-align: left;
	padding: 8px;
	/*background-color: #dddddd;  */
}
/*
tr:nth-child(even) {
	background-color: #dddddd;
}			

tr:nth-child(odd) {
	background-color: #dddddd;
}		
*/
.knop
{
	margin-left:auto;
	margin-right:auto;
	position: absolute;			
	transform: translate (0%,-50%);
}

.tekst_op_plattegrond
{
	position: absolute;
	margin-top: 10px;
	margin-left: 30px;
	z-index: 30;
	background-color: black;
	padding: 10px;
	color: white;
	width: 30 px;
	margin-right: 50%;
	
	
}






#arresteren {
    position: absolute;
    height: auto; 
    width: 900px;
    top: 50%;
    left: 50%;	
	/* padding: 30px; */
		
	/* height: 80%; */
    /* width: 60%; */
    /* top: 50%; */
    /* left: 40%; */
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
    z-index: 80;
	box-shadow: 5px 10px 8px #000000;
	
}

#plaatje_arresteren
{
	position: relative;
    /* top: 50%; */
    /* left: 50%; */
	height: 80%; 
	width: 100%;
	/* width: 8auto; */
    /* margin-right: -50%; */
    /* transform: translate(-50%, -50%);	 */
}


.verder_button {
    position: relative;
    left: 50%;
    top: 10px;
	transform: translate(-50%, 0%);
    display: block;
    height: 8%;
    width: 100%;
    background-color: red;
    color: white;
    margin-bottom: 10px;
	cursor: pointer;
    box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
    border: none;
	
	
}

.verder_button_gray {
    background-color: gray;
}





.arresteren_selector
{
	/* display: grid; */
	/* justify-content: space-evenly; */
	width: 100%;
	height: 175px;
	/* display: inline-grid; */
}

.arresteren_selector>img
{
	width: 19%;
    margin-right: 0.8%;
    /* height: auto; */
    /* padding: 10px; */
    box-sizing: border-box;
    border-radius: 9px;
        box-shadow: -6px 6px 4px #00000085;

    background-color: white;
	float:right;
}

.rood_kader
{
	border: 5px solid red;
	
}

#text_leerdoelen_oud
{
	position: absolute;
    right: 25%;
	bottom: 5%;
	width: 30%;
    padding-top: 15px;
	font-family: 'Schoolbell', arial, serif;
    font-size: 35px;
	color: white;	
	font-weight: bold;
}

.text_leerdoelen
{
    /* position: relative; */
    /* right: 25%; */
    /* bottom: 5%; */
    /* width: calc(75vw - 800px);  */
    /* padding-top: 15px; */
    font-family: 'Schoolbell', arial, serif;
    font-size: 35px;
    color: white;
    font-weight: bold;
    /* float: right; */
    margin-top: 19px;
    /* margin-left: 70px; */
}









#text_leerdoelen_koptekst
{
	position: absolute;
    left: 35%;
	bottom: 10%;

    /* position: relative; */
    /* text-align: center; */
    /* /* text-decoration: underline; */ 
    /* z-index: 1; */
    padding-top: 15px;
	/* font-family: "arial"; */
	font-family: 'Schoolbell', arial, serif;
	
    font-size: 35px;
	color: white;	
	font-weight: bold;
	
	/* background-color: #41c0cc; */
	/* padding: 10px; */
	/* background-image: linear-gradient(-90deg, #41c0cc, #41cca5);	 */
}




.selecteer_bewijs
{
	font-family: "arial";
    font-size: 16px;
	color: white;	
	width: 49%; 
	/* height: 80px; */
	background-color: 	#585858;
	padding: 5px;
	margin-bottom: 10px;
	    cursor: pointer;
    box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
	border:none;
	height: 60px;
}
.selecteer_bewijs_rechts
{
	font-family: "arial";
    font-size: 16px;
	color: white;	
	width: 49%; 
	/* height: 80px; */
	background-color: 	#585858;
	padding: 5px;
	float:right;
	margin-bottom: 5px;
	    cursor: pointer;
    box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
	border:none;
	height: 60px;
}




.selecteer_bewijs_red
{
	font-family: "arial";
    font-size: 16px;
	color: white;	
	width: 49%;
	/* height: 80px; */
	background-color: red;
	padding: 5px;
}


.inlog_keuze {
    position: absolute;
    /* height: 30%; */
	height: auto;
	padding-bottom: 30px;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
box-shadow: 5px 10px 8px #000000;
	
}



.volume_button{

	position: absolute;
	left: 50px;
	top: 50px;
	font-family: "arial";
    font-size: 16px;
	color: white;	
	width: 100px;
	background-color: red;
	padding: 5px;
	z-index:4;

}

.score_tekst
{
	position: relative;
	left: 50%;
	top: 65%;
	font-family: "arial";
    font-size: 40px;
	color: white;	
	/* display: inline-block; */
	background-color:red;
	width: auto;
	max-width: 45%;

}

.eind_score_tabel_single
{
	position: absolute;
	/* left: 70%; */
/* top: 50%;	 */
	bottom: 50px;
	right: 50px;
	
	overflow: auto;
	background-color: red !important; 

	color: white;
	border-collapse:collapse;

}

.eind_score_tabel
{
	position: relative;
	left: 70%;
	top: 73%;	
	
	overflow: auto;
	background-color: red !important; 

	color: white;
	border-collapse:collapse;

}


.scan_plaatje{
    position: relative;
    width: 90%;
	height: 30%;
	margin-left: 26.5%;
	margin-right: 5%;
	margin-top: 5%;
	margin-bottom: 5%;
	/* height: 260px; */

    background-size: contain;
    background-position: center ;
    background-repeat: no-repeat;
    /* margin-bottom: 2%; */
}

.item_popup_qr {
    position: absolute;
    height: 80%;
    width: 40%;  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
    z-index: 2;
}

.item_popup_keuze_vr {
    position: absolute;
    /* height: 30%; */
    width: 30%;  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
    z-index: 2;
}

.item_breder {
    width: 40%;  
 }

.item_popup_dillemma {
    position: absolute;
    /* height: 80%; */
    width: 40%;  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b5b5b5;
    /*background-color: #3A3838*/
    z-index: 2;
	padding-bottom: 20px;
}

.knop_eigen_chat {
    height: 100%;
    /* width: 15%; */
    background-color: red;
    color: white;
	border:none;
	box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
	
}



.loading{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
 transform: translate(-50%, -50%);
 color: white;
 	font-family: "arial";
    font-size: 30px;
	animation: animate 1.7s linear infinite;
 
}


 @keyframes animate{ 
   0%{ 
     opacity: 0; 
   } 
   50%{ 
     opacity: 0.7; 
   } 
   100%{ 
     opacity: 0; 
   } 
 }
 
 
 .kleur_licht
 {
	 background-color:#ffadad
}

 .kleur_rood
 {
	 background-color:red;
	 color : white;
}

 .kleur_groen
 {
	 background-color:#cee1ba;
	 color : black;
}

 .kleur_blauw
 {
	 background-color:#99b0e1;
	 color : black;
}

 .kleur_licht_blauw
 {
	 background-color:#c9d8f8;
	 color : black;
}

.kleur_verdachte
 {
	 /* background-color:#00811F; */
	 /* background-color:#4CFFD2;	  */
	  background-color:green;	 
	 color : white;
	 font-size: 20px;
}

.kleur_verkeerde_verdachte
 {
	 background-color:white;
	 color : black;
	 font-size: 20px;
}




.blinking{
  /* margin: 0; */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
 /* transform: translate(-50%, -50%); */
 /* color: white; */
 	/* font-family: "arial"; */
    /* font-size: 30px; */
	animation: animate 1.7s linear infinite;
	font-weight: bold;
 
}

.non_blinking{
	/* margin: 0; */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
 /* transform: translate(-50%, -50%); */
 /* color: white; */
 	/* font-family: "arial"; */
    /* font-size: 30px; */
	/* animation: animate 1.7s linear infinite; */
	font-weight: bold;
 
}



table#tabel3, th#tabel3, td #tabel3{
	
	border-collapse: collapse;
	
}

table.tabel4_wit, th.tabel4_wit, td .tabel4_wit{
	
	border-collapse: collapse;
	/* background-color: black; */
	/* border: 1px solid black; */
	font-size: 20px;
}

table.tabel4, th.tabel4, td .tabel4{
	
	border-collapse: collapse;
	font-size: 20px;
	
}



 .kleur_score
 {
	 background-color:black;
	 color : white;
	 text-align: center;
}

.kleur_balk_top
 {
	 background-color:black;
	 color : white;
	 font-size: 20px;
}

.kleur_balk
 {
	 background-color:black;
	 color : white;
}




.zwevende_knop
{
	 margin: 0;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  /* -ms-transform: translate(-50%, -50%); */
  transform: translate(-50%, 0%);

	
}


.Plein_camera
{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background-color: white;
    position: absolute;
    display: block;
    z-index: 309;
}

.schaduw_knop
{
cursor: pointer;
    box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
    border: none;
}

.score_rode_knop{
	z-index:200; 
	position: absolute; 
	background-color:red ; 
	top:20px; right:50px; 
	width: 200px;
	border-radius:8px;
	padding: 6px; 
	color:white;
	
	cursor: pointer;
    box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 89%);
    border: none;
	
}


