/*
De stijl pagina voor admin gedeelte site

Logo kleuren 
blauw #e6e6fa rgba(230, 230, 250, 0.2) #a3dbf3 rgba(163, 219, 243, 0.9) #1490c4 rgba(20, 144, 196, 1)
groen #54c414 #3f6503  rood #b60114 #63030a oranje #fb7b05 geel #f2c414 paars #c414b1 rose #f780c4 beige #f4e195
*/
html {
	width: 100%
}

body, #tabs {
	font-family: "Trebuchet MS", verdana, Arial, sans-serif;
	font-size: 90%;
	color: #3D3535;
	background-color: #fff ;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 140%;
}

/* Wrapper */
.all {
	text-align: center; 
	width: 100%;
}

/* the container  van de inhoud  */
.box {
	margin-top: 0px;	
	margin-left: auto; 
	margin-right: auto; 
	padding: 5px 10px 10px; 
	text-align: left; 
	max-width: 1300px;
}


/*holds the logo and image*/
.header {
	background-color: #e6e6fa;
	border: 2px solid #1490c4;
	padding: 10px;
	margin-top:1px;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
}

.logo {
	display:inline;
	width: 150px;
	margin: 10px 0px;
	clear: right;
}

#language_menu, #site_selection {
	float: right;
	clear:left;
	text-align: right;
	margin-right: 5px;
}
#language_menu img{
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	    height: 20px;

}
#site_selection {
	display: block;
}

.welkom {
	margin-bottom: 10px;
}

.hfoto {
	float:right;
}

.header img {
	border:none;
}

.header h1 {
	font-size: 250%;
}
#menu {
 margin: -10px 10px 15px 10px;
 position:relative;
}
#other-users {
 text-align: right;
 margin-bottom: -25px;
 clear: both;
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


		
#login {
	max-width: 550px;
	text-align: left;
	margin:0 auto;	
}

/*the main text container*/
.content {
	margin-top: 0px;
	margin-right: 0px;
	padding: 5px;
	min-height:450px;
	clear: both;
}

.content h1 {
	font-size: 130%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #63030a;
}
.content h2 {
	font-size: 110%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.lijn1 {
	border-bottom: 1px solid #63030a;
}

.lijn2 {
	border-bottom: 2px solid #63030a;
}

.even {
	background-color: #e6e6fa;
}
/*the footer, with copyright*/
.footer {
	clear:both;
	padding: 4px;
	float:bottom;
	font-size: 80%;
	text-align: center;
	height: 120px;
}
/* Go Top */
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    
    font-size: 12px;
    padding: 18px;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  border-top: 2px solid rgba(176,212,104,0.8);
  border-bottom: 2px solid rgba(176,212,104,0.8);
}

.go-top:hover {
    background-color: rgba(176,212,104,0.2);
}

.go-top em {
    height: 0;
    width: 0;
    position: absolute;
    top: 9px;
    left: 8px;
    border-bottom: 17px solid rgba(176,212,104,0.8);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #63030a;
}

a:hover {
	color: #fff;
	background: #1490c4;
	text-decoration: none;
}
.icon {text-align: center;}

.icon a:link, .icon a:visited {
	color: transparent;
	text-decoration: none;
	/*padding: 3px 7px 3px 7px; */
	
}
.icon a:hover {
	/*background: #f5f5dc ; */
	color: #3D3535;
	text-decoration: none;
	/*padding: 3px 7px 3px 7px; */
	
}
.style1 {color: #63030a;}
.offer {color: #fb7b05;}
.fout, .error {
	color: #fff;
	background-color: #f2c414;
	/*opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	border: 2px solid #1490c4;
	padding: 1px 5px;
	margin-left: 7px; 
	float : left; 
}
/*Pagination*/
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	zoom: 100%;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	
	* zoom: 100%; 
	
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	
	* zoom: 100%;
	
	color: #DDD;
}

* span.elipsis {zoom:100%}


#tooltip{
	position:absolute;
	background-color: #e6e6fa;
	border: 2px solid #1490c4;
	padding:5px 7px;
	color:#333;
	display:none;
	}
	
.adminform {
	/*table-layout: fixed;*/
	width:100%;
	}

.clickable  {
	cursor: pointer;
}

.clickable:hover  {
	/*color: #fff;*/
	background:  #a3dbf3;
	text-decoration: none;
}	

.adminform th {
	font-size: 110%;
	color: #63030a;
	background-color: #F1F1F1;
	vertical-align:top;
	}
.adminform input.filter {
	background-color:#a3dbf3;
	width:95%;
}
.adminform .title {
	display:block;
}
#table_options{
	display:none;
}

#tabel-list-form #items {
  margin: 0px 5px;
  width: 50px;
  float: left;
}
#tabel-list-form #selectall, #tabel-list-form .select {
	float: right;
}

.button {
	margin: 5px 8px 5px 0px;
	padding: 2px 8px;
	font-size: 105%;
	color: #3D3535;
	text-align:center;
	border:1px solid #1490c4;
	background-color:  #a3dbf3;
	cursor:pointer;
}
.button:hover {
	color: #3D3535;
	background-color: #54c414 ;
	border:1px solid #3f6503;
}
.round_corner, .button, a.button, input, textarea, select, legend {
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}
.small{
	font-size: 90%;
	padding: 1px 6px;
}	
.left {
	text-align: left;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right;
}
/*Moduls incl. css*/
	label, input, legend, select, textarea {
		display : block; 
		float : left; 
	}
	
	label, legend, .input_table th.label, .input_table td.label {
		width : 150px;
		text-align : right;
		margin-right: 20px;
	} 
	br {
		clear : both; 
	}
	textarea {
		width : 90%;
		max-width: 450px;
		display: block;
	}
	.radio-label { width : auto; text-align : left; margin-right: 5px;}
	legend {
		background: #e6e6fa;/*#EBEDF4;*/
		border: 1px solid #1490c4;/*#CCCED7;*/
		padding: 2px 1px;
		margin: -15px auto 15px 10px;
		/*margin-top: -7px;
		margin-left: 5px;*/
		text-align : center;}
	fieldset, .fieldset { 
		background-color: rgba(230, 230, 250, 0.4);/*#efefef;*/
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border: 1px solid #e6e6fa;/*#CCCED7;*/ 
		margin: 8px 0px 15px 0px; 
		padding: 10px 0px;
	}
	fieldset fieldset, fieldset .fieldset {
		background:transparent;
	}
	label, input {
		margin-bottom: 5px;
	}
	.input-col {
		margin-left: 170px;
	}
	.fieldheader{
		font-weight:bold;
		font-size: 110%;
		margin: 0px;
	}
	.button_holder{
		width: 100%;
		margin: 4px 10px; 
	}
	.input_table{
		max-width : 100%;
	}
	.input_table td{
		padding: 2px 3px;
		vertical-align:top;
	}
	.form_message{
		padding: 5px 10px;
		margin: 5px 20px;
		background: #d2691e;
		color: #fff;
		font-weight: bold;
		font-size: 110%;
	}
	.message {
		color: #8b0000; 
		border: 1px solid #CCCED7;
		margin-left: 8px; 
		padding: 2px;
		}
	.required{
		color: #8b0000;
		margin-left: 4px;
	}
	#step_navigation {
		padding: 5px;
		float: left;
	}
		
	#step_navigation ul{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;	
	}
	
	#step_navigation a {
		display: block;
		text-decoration: none;
	}
	#step_navigation li {
		background: rgba(255, 255, 255, 0.6);
		width: 150px;
		height: 30px;
		float: left;
		text-align: center;
		padding: 3px;
		margin: 5px;
		border: 3px solid #fff;
		text-decoration: none;
		/*shadow*/
		-webkit-box-shadow: 5px 5px 5px #000;
		-moz-box-shadow: 5px 5px 5px #000;
		box-shadow: 5px 5px 5px #000;

	   /*rounded corners*/
	   -webkit-border-radius: 10px 5px 10px 0px;
	   -moz-border-radius: 10px 5px 10px 0px;
		border-radius: 10px 5px 10px 0px;
	}
	
	#step_navigation li.link:hover, .link a:hover {
		background: rgba(255, 255, 255, 0.9);
	}
	
		
	#step_navigation .active {
		background-color:  #3399ff;
	}

	#step_navigation a:link, a:visited {
		text-decoration: none;
	}
	.top_form{
		padding:4px;
		margin-top: 40px;
		float:right;
		background:#f2c414;
	}
	.top_form label, .top_form input, .top_form select, .top_form .fout {
		width: auto;
		margin: 5px 5px;
		display: inline;
		float: none;
	}	
/* menu */	
.sf-menu li a:before{
/* content: "*";
 margin-right: 3px;*/
}

.sf-menu li {
  width:10%;
  min-width: 50px;
  /*max-width: 100px;*/
  margin: 2px 0.3%; 
 }

.sf-menu li ul li {
 max-width: none;
   margin: 1px 0.3%;
}

.sf-menu li a{
 font-family: 'Oswald', sans-serif;
 background: #3f6503; /*#8b4513;*/
 border: 1px solid #fff;
 border-radius:5px; 
 -moz-border-radius:5px; 
 -webkit-border-radius:5px;
 text-decoration: none;
 text-align: center;
 font-weight: 300;
 font-size: 16px;
 line-height: 25px;
 padding: 3px 2px;
 overflow:hidden;
 z-index: 20;
 display: block;
 width: 100%;
 cursor: pointer;
 white-space: nowrap;
 color:#fff;
}
.sf-menu li a.booking{
	background: #1490c4;
}
.sf-menu li a.active{
    text-decoration: underline;
    color:#fff;
}
.sf-menu li a.cat_active{
  color: rgab(202,170,136, 0.7);
   }

.sf-menu li a:hover{
    background: #f2c414;
}

.sf-menu li a.active:hover{
 
}

.sf-menu li ul li a{
	background-color: #c414b1;
    display:inline;
    float:left;
	width:100%;
    min-width: 120px;
    margin-left:1px;
	}
.sf-menu li ul li a.booking	{
	background-color: #fb7b05;
	}	
.sf-menu li ul li a:hover{
	background-color: #1490c4;
	}
	
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:		0px auto;
	padding:		0;
	list-style:		none;
	text-align: center;
	z-index: 2;
}
ul.sf-menu{
  width: 100%;
  /*max-width: 960px;*/
  
}
.sf-menu ul{
	list-style: none;
	width: 100%;  
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu ul li{
	width: auto;
}
.sf-menu li:hover{
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	-webkit-transition: background .4s;
	transition: background .4s;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 35px; /* match top ul list item height */
	z-index: 99;
}
/**new**/
.sf-menu li:hover > ul,	.sf-menu li.sfHover > ul {
	display: block;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 100%; /* match ul width */ 
	top: 0;
}

#mobnav-btn {
 display: none;
 line-height: 40px;
 font-size: 20px;
 font-weight: bold;
 /*color: white;*/
 padding: 10px;
 cursor: pointer;
}
.mobnav-subarrow, #menu input, #language_menu input {
 display: none;
}

@media only screen and (max-width: 1023px) {
 body { line-height: 1.5em;}
}
@media only screen and (max-width: 767px) {
	body {
	 font-size: 17px;
	 -webkit-text-size-adjust: none;
	}
	.box, .header, .content{
		padding:0 3px;
	}
	a:link, a:link img,a:link:hover,.icon {
		margin: 2px 5px;
        line-height: 30px;
		font-size: 22px;
        height: 30px;
        width:auto;
		min-width:30px;
	}
    #menu {
	 background-color: #fff;
     border: 2px solid #1490c4;
     border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
      top: 0;
      left: 0;
    }
    #mobnav-btn {
        display: block;
    }
    #menu input,#language_menu input{
      display: block;
      width: 100%;
      height: 50px;
      position: absolute; 
      top: 0; 
      left: 0;
      cursor: pointer;
      opacity: 0;
      z-index: 202;
      -webkit-touch-callout: none;
   }
   #language_menu .sf-menu .active{
      background:transparent; 
   }
   #menu ul input{
      width: 50px;
      right: 15px;
      left: auto;
   }
	
    .mobnav-subarrow {
        display: block;
        background-color: #0f3975;
        color: #fff;
        text-align: center;
        padding-bottom:8px;
        /*opacity: .6;*/
        z-index: 200;
        border-bottom: 1px solid white;
        border-top: 1px solid black;
        line-height: 40px;
        height: 36px;
        width: 50px;
        background-position: top left!important;
        position: absolute;
        top: 2px;
        right: 15px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    .sf-menu {
        width: 100%!important;
        display: none;
    }
    .sf-menu.xactive, #menu input:checked ~ ul, #language_menu input:checked ~ ul li ul {
        display: block!important;
        width: 100%;
		position: relative;
    }
    .sf-menu > li {
        float: none!important;
        margin: 4px auto 4px 1%;
        display: block!important;
        width: 98%!important;
        max-width: none;
        overflow:hidden;
        /*background: rgba(176, 212,104, 0.8) none repeat scroll 0% 0%;*/
    }
    .sf-menu li a, .sf-menu li ul li a{
        display: block!important;
        float: none!important;
        width:auto;
        margin:4px 85px 4px 14px;
        text-align: left;
        line-height: 40px;
        padding: 0;   
    }
	.sf-menu li:hover > ul,	.sf-menu li.sfHover > ul {
	display: none;
    }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul {
		top: 0;
	}  
	ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
		left: 0; /* match ul width */ 
		top: 0;
	}
	.sf-menu ul{
		width: 100%;  
		position:relative;
		top: 0;
		left: 0;
		z-index: 99;
	} 
  
  /*.sf-menu ul, .sf-menu ul li ul {
	     position:static!important;
    	 display: none!important;
    }
 */
    .sf-menu li ul li{
        float: none!important;
        display: block!important;
        width: 99%!important;
        /*background: #5B8299;*/
    }
    .sf-menu li ul li ul li  {
        background: #b0d468;
    }
/*    .xpopdrop ul, ul li .xpopdrop ul {
       display: block!important;
       width: 100%!important;
    }
*/
    #language_menu .sf-menu {
      display: block;
    }
    #language_menu {
      top: 0; 
      right: 5px;
    }
    #language_menu .sf-menu li a {
      margin:4px;
    }
	label, legend, .input_table td.label {
		width : auto;
		float:none;
		text-align : left;
		margin-right: auto;
	}
	legend{
		margin:auto;
	}
	fieldset, .fieldset {
		padding: 5px;
	}

	/* Force table to not be like tables anymore */
	table.responsive ,.responsive thead,.responsive tbody,.responsive th,.responsive td,.responsive tr {
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
/*	.input_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
*/
	.responsive thead{
		display:none;
	}
	.responsive thead.table_head{
		display:block;
	}
	#table_options{
		display:inline;
	}
	.responsive tr {
		border: 1px solid #ccc;
	}	
	.responsive td, .responsive th{ /* */
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%;
		min-height: 25px;
		text-align:left !important;
		width: auto !important;
	}
	.responsive th {
		padding-left: 4px;
		min-height: 35px;
		width: 100% !important;
	}
	
	.responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 4px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
	}
	.adminform input.filter,.adminform .filter {
		background-color:#fff;
		width:auto;
		float: right;
		margin-right:4px;
		max-width: 50%;
	}
	.adminform .title, .adminform .sort, .adminform  #selectall{
		display:inline-block;
		width: 30%;
	}
	.adminform .sort {
		width: auto;
	}
	
}