/*******************
** GEHELE PAGINA
********************/

#body{
  min-height: 350px;
  text-align: center;
  color: #0a110e;
}

#body h1{
	font-family: station;
}

#body .share a{
	color: #ff600a;
}
#body .share a:hover{
	color: #ffa723;
}


p.introtext{
	padding: 0px 20%;
}

@media all and (max-width: 800px) {
	p.introtext{
		padding: 0px 10%;
	}
}

iframe{
	display: none;
}

/**********************************************
** LINK INPUT FIELD + LINK NOT GOOD CONTAINER
***********************************************/

#link_field {
  box-sizing: border-box;
  display: block;
  
  width: 100%;
  max-width: 850px;
  padding: 6px 25px;
  font-family: station;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  
  color: rgba(27, 40, 34, 0.5);
  background: rgba(255,255,255,0.5);
  
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(27, 40, 34, 0.50), inset 0 1px 3px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
}





#wrong_url_message{ /* container box*/
	margin-bottom: 20px;
	max-width: 640px;
	position:relative;
	display: none;
}

#wrong_url_message ul{
	font-family: "courier new";
	padding: 0;
	margin: 0 24px;
	margin-top:10px
}

#wrong_url_message li {
	padding: 4px 7px;

}

#wrong_url_message li span{
	background-color: rgba(255,169,39,0.5);
	margin: 0 2px;
	padding: 0 1px;
}

#wrong_url_message div:last-child{ /*makeup of the complete box*/
	box-sizing: border-box;
	background-image: url('../images/error2.png');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 13px center;
	border: 2px solid #D8000C;
	background-color: #FFBABA;
	text-align:left;
	padding: 15px 15px 10px 55px;
	font-size: 0.9em;
}

#wrong_url_message div:not(:last-child){ /*makeup of the nub*/
	display:block;
	height: 0;
	width: 0;
	position:absolute;
	transform: scale(0.9999);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	left: 46%;
}

#wrong_url_message div:nth-child(1){ /*makeup of the nub*/
	border-bottom: 15px solid #D8000C;
	top: -15px;
}

#wrong_url_message div:nth-child(2){ /*makeup of the nub*/
	border-bottom: 15px solid #FFBABA;
	top: -12px;
}

/**********************************************
** QUALITY SELECTION TABLE + VRAAGTEKENS
***********************************************/

#quality_selection_table{
  font-size: 0.9em;
}

#quality_selection_table .spacer{
  width: 40px;
}

.extra_info {
    color: #23473f;
    font-size: 0.7em;
    position: absolute;
	 cursor: help;
}
.extra_info > .vraagteken {
    color: #c6821b;
    font-weight: 900;
}

div#tipDiv {
	text-align: center;
	font-size:11px;
	line-height:1.5em;
	color:#000;
	background-color: rgb(230,230,230);
	padding:10px;
	width:170px;
	display: block;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(27, 40, 34, 0.50), inset 0 1px 3px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
}

.tipDivClass2{
	width: 450px !important;
}

/* smaller screens need smaller tips */
@media all and (max-width: 450px) {
.tipDivClass2{
	width: 90% !important;
}
}

span.closeBox {
   top: 4px !important;
	right: 4px !important;
}


/**************************
** DOWNLOAD VIDEO BUTTON
***************************/

#download_video_button{
  margin-top:10px;
  left: 0;
  right: 0;
  width: 304px;
  height: 68px;
  background-image: url("../images/download_button_states-v2.png");
  background-position: center top;
  display:block;
}

/* smaller screens need a smaller button */
@media all and (max-width: 500px) {
	#download_video_button{
		background-size: 100% auto;
		max-width: 243.2px;
		height: 54.4px;
	}
}

@media all and (max-width: 280px) {
	#download_video_button{
		width: 100%;
		padding-bottom: 22.368421%;
		height:auto;
	}
}

#download_video_button:hover{
  background-position: center -100%;
  cursor: pointer;
}

#download_video_button:active{
  background-position: center -200%;
  cursor: pointer;
}

#download_video_button.maintenance:hover, #download_video_button.unclickable:hover,
#download_video_button.maintenance:active, #download_video_button.unclickable:active {
	cursor: default;
	background-position:center top;
}

#download_video_button.maintenance, #download_video_button.unclickable {
	opacity: 0.4 !important;
}

#download_video_button.measuring_location, #download_video_button.measuring_location:hover{
	background-position:center -300%;
	cursor: default;
}

#download_video_button.downloading:hover {
	cursor: default;
}

/**************************
** CACHESTATUS BAR
***************************/
#cachebar_container{
	display: block;
	width: 304px;
	height: 68px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	display:none;
}

#cachebar_container div{
	background-image: url("../images/download_button_states-v2.png");
	position: absolute;
	font-family: station;
	font-size: 1.1em;
	padding-top: 7%;
	overflow: hidden;
	box-sizing: border-box;
	text-overflow: clip;
	white-space: nowrap;
	text-align: left;
	text-indent: 67px;
	height: 100%;
	width: 100%
}



#cachebar_container .cachebar_foreground{
	background-position: left bottom;
	width: 4%;
	color: black;
}

#cachebar_container .cachebar_background{
	background-position: left bottom -100%;
	color: white;
}

/* smaller screens need a smaller cachebar */
@media all and (max-width: 800px) {
	#cachebar_container{
	 font-size: 1.1em;
  }
}

@media all and (max-width: 500px) {
	#cachebar_container, #cachebar_container div{
		background-size: auto 1000%;
		width: 243.2px;
		height: 54.4px;
		text-indent: 50px;
		font-size: 1em;
	}
}

@media all and (max-width: 280px) {
	#cachebar_container, #cachebar_container div{
		width: 100%;
		height: 100%;
		text-indent: 0;
		text-align: center;
		font-size:0.9em;
	}
	
	#cachebar_container{
		padding-bottom: 22.368421%;
	}
	
	#cachebar_container div:last-child{
		color: rgba(0,0,0,0);
	}
}



/***************
** CONSOLE
***************/

#console{
	border-left: 1px dashed #252525;
	border-right: 1px dashed #252525;
	color: #ffa723;
	font-size: 9px;
	margin-bottom: 5px;
	width: 204px;
	padding: 10px 5px;
	display: none;
}

#console hr{
	height: 1px;
	margin: 2px auto;
	width: 95%;
  border: none;
  border-top:1px dotted white;
  background-color:white;
  background-color:rgba(0,0,0,0);
  opacity: 0.7;
}

/**************************
** MESSAGE BOXES
***************************/

#error_container{
	position: relative;
}

#error_message:after {
	bottom: -20px;
	content: "";
	height: 20px;
	position: absolute;
	width: 1px;
}

#error_message{
	display:none;
	max-width: 600px;
	min-height: 80px;
	padding: 20px 20px 20px 80px;
	z-index:1;
	position:absolute; 
	left:0; 
	right:0;
	
	text-align: left;
	font-size: 0.9em;
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #FFBABA;
	background-image: url('../images/error2.png');
	color: #D8000C;
}

.resultpage_message{
	position: relative;
	text-align:left;
	margin-top: 20px;
	max-width: 600px;
	min-height: 60px;
	border: 1px solid;
	padding: 5px 10px 5px 80px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.resultpage_message.warning{
	background-color: #f9dff0;
	background-image: url('../images/warning2.png');
	color: #821265;
}

.resultpage_message.error{
	background-color: #f9dff0;
	background-image: url('../images/error2.png');
	color: #821265;
}

.resultpage_message.info{
	background-color: #d2e0f4;
	background-image: url('../images/info.png');
	color: #3f679d;
}

.container_close{
	margin-left: 25px;
	color: black;
	width: 63px;
	font-size: 0.9em;
	background-image: url('../images/close.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
	position: absolute;
    top: 4px;
    right: 7px;
	font-weight: normal;
}

.container_close_spaceholder{
	display: inline-block;
	width: 75px;
	height: 10px;
	float: right;
}

/* smaller screens need a smaller button */
@media all and (max-width: 800px) {
	.container_close{
		width: 58px;
	}
}

.container_close:hover{
  cursor: pointer;

}

.vertical_center_text{
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}
/*****************
** OPTIONS TABLE
*****************/

#options_container{
	margin-top: 10px;
	height: 20px;
	max-width: 130px;
	overflow: hidden;
	font-size: 11px;
	color: white;
	background-color: rgba(23,87,67,0.4);
	background-image: url('../images/bracket_corners.png'), url('../images/bracket_corners.png'), url('../images/bracket_corners.png'), url('../images/bracket_corners.png');
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top -12px left -7px, top -12px right -7px, bottom -12px left -7px, bottom -12px right -7px;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

#options_table{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

#options_table td{
	width:150px;
	vertical-align: top;
	position: relative
}

#options_table .extra_info {
	font-size: 0.8em;
	top: 6px;
}

#options_table td{
	padding-top: 10px;
}

#options_table tr:last-child td{
	padding-bottom: 10px;
}

#options_expand_retract{
	margin-top: 2px;
}

#options_expand_retract:hover{
	cursor: pointer;	
}

#options_plus_minus{
	color: #ea8d00;
}

#extension_name{
	background-color: rgba(255,255,255,0.1);
	border: 1px solid white;
	border-radius: 2px;
	padding-left: 11px;
	color: white;
	width: 34px;
	margin-top: 5px;
	position: relative;
	font-family: Courier New;
	display: none;
}

#extension_name + .dot{
	width: 2px;
	height: 2px;
	background-color: white;
	border-radius: 1px;
	position: relative;
	top: -9px;
	left: -15px;
	display: none;
}

#auto_link_only_message{
	margin-top:20px;
	max-width: 500px;
	position:relative;
}

#auto_link_only_message div:first-child{
	box-sizing: border-box;
	background-image: url('../images/info.png');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 2px solid #3f679d;
	background-color: #B1BDCF;
	text-align:left;
	padding: 5px 10px 10px 40px;
	font-size: 0.8em;
}

#auto_link_only_message div:not(:first-child){
	display:block;
	height: 0;
	width: 0;
	position:absolute;
	transform: scale(0.9999);
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	left: 15%;
}

#auto_link_only_message div:nth-child(2){
	border-top: 23px solid #3f679d;
}

#auto_link_only_message div:nth-child(3){
	border-top: 23px solid #B1BDCF;
	bottom: -20px;
}

/**********************************************
** BOMENPROJECT
***********************************************/
#bomenproject_goedevoornemens{
	position: relative;
	background-color: black;
	margin: 40px auto;
	max-width: 830px;
	padding: 10px;
	padding-bottom: 40px;
	background-image: url("../images/voornemens_header1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	color: white;
	font-size: 0.9em;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	border: 5px solid white;
	border-radius: 4px;
	font-weight: bold;
	display: none;
}

#bomenproject_goedevoornemens h1{
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 2em;
}

#bomenproject_goedevoornemens p{
	margin: 5px 0px;
	padding:0;
}

#bomenproject_goedevoornemens .container_close{
	background-image: url('../images/close_white.png');
	color:white;
	text-align: left;
}

#bomenproject_goedevoornemens a{
	color:#FBBD77;
}

