/* unvisited link */
a:link {
    color: #333333;
}

/* visited link */
a:visited {
    color: #333333;
}

/* mouse over link */
a:hover {
    color: #000000;
	font-weight: bold;
}

/* selected link */
a:active {
    color: #000000;
}


body {
	margin: 0px;
	font-family: arial;
	background-color: #f5f5f5;
}

#webshop_content {
	width: 100%; 
	height: 100%;
	display: block; 
	max-width:1280px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 28px;

}


#webshop_login {
	display: block;
	background-color: #FFFFFF;
	width: 80%;
	max-width: 400px;
	height: 200px;
	border: 1px solid #999999;
	margin-left: auto; 
	margin-right: auto;

		-moz-box-shadow: 5px 5px 5px #666666;
		-webkit-box-shadow: 5px 5px 5px #666666;
		box-shadow: 5px 5px 5px #666666;
}

#webshop_login input[type=text],input[type=password] {
	width: 90%;
	margin: 5px 0px;
}



#header1 {
    flex: 0 1 auto;
	display: block;
	height: 100px;
	width: 100%;
	/*background-color:#7892c2; */
	border-bottom: 1px solid black;	
    background: #FFFFFF; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F8F8F8, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F8F8F8, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F8F8F8, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F8F8F8, #FFFFFF); /* Standard syntax */
}

#header_logo {
	float: left;
}

#header_logo img{
	height: 80px;
	padding: 10px;
}

#header_home_btn {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

#header_home_btn img{
	height: 70px;
}


#menu_items {
	display: block;
	float: left;
	height: 100px;

	margin-left: 20px;
}

#menu_items span{
	display: block;
	height: 30px;
	min-width: 100px;
	float: left;
	margin-top: 70px;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;	
	border: 1px solid black;
	border-bottom: 0px;
	padding: 0px 10px;
}


#content_scroller {
	position: absolute; 
	top: 100; 
	bottom: 50; 
	left: 0; 
	right: 0;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

#content_scroller2 {
	margin-bottom: 60px;
}

.table_edit tr{
	height: 24px;
	font-size: 11px;
}

.table_edit td{
	padding: 2px;
}

.table_edit span{
	margin-left: 15px;
}

.table_edit_first_column {
	text-align: right;
	vertical-align: middle;
}

.table_edit_first_column1 {
	text-align: right;
	vertical-align: top;
}


#slide_info1 {
	display: none;
	z-index: 999;
    position: fixed;
    bottom: 56;
	height: 60px;
    width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid black;
	-webkit-box-shadow: 0px -3px 16px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -3px 16px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -3px 16px 0px rgba(0,0,0,0.75);
	padding: 10px 20px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	height: 55px;
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFFFFF, #F8F8F8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF, #F8F8F8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #F8F8F8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #F8F8F8); /* Standard syntax */
	color: #000000;
	font-size: 20px;
	line-height: 48px;
	border-top: 1px solid black;
}

#footer_button {
	display: block;
	float: left;
	height: 45px;
	width: 45px;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
	margin-top: 3px;
	text-align: center;
	
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #d6d6d6);
  background-image: -moz-linear-gradient(top, #ffffff, #d6d6d6);
  background-image: -ms-linear-gradient(top, #ffffff, #d6d6d6);
  background-image: -o-linear-gradient(top, #ffffff, #d6d6d6);
  background-image: linear-gradient(to bottom, #ffffff, #d6d6d6);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #000000;
  text-decoration: none;
}

#footer_button i{
	font-size: 32px;
	line-height: 45px;
}

.footer_button_logout {
	float: right !important;
	margin-right: 20px;
}









.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form img {
	height: 110px;

	margin-bottom: 20px;
}

.form input[type=text],input[type=password] {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #00963F;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #666666;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
  background: #f5f5f5; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #f5f5f5, #F0F0F0);
  background: -moz-linear-gradient(right, #f5f5f5, #F0F0F0);
  background: -o-linear-gradient(right, #f5f5f5, #F0F0F0);
  background: linear-gradient(to left, #f5f5f5, #F0F0F0);
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}


.default_table {
	font-size: 11px;
}

.default_table .fa{
	font-size: 16px;
}

.default_table_header2 {
	font-size: 11px;
	font-weight: bold;
	font-color: #4D4D4D;
	background: #E6E6E6;
	height: 30px;

}

	.default_table_header2 td,th {
		border-bottom : 1px solid #CCCCCC;
		border-left: 1px solid #F1F1F1;	
		border-right : 1px solid #CCCCCC;
		padding: 0px 5px 0px 5px;
		text-align: left;
		margin: 0px 0px 0px 2px;
	}

	
	.default_table .tr1{
		background: #F8F8F8;
		height: 28px;
		cursor:default;
	}
	
		.default_table .tr1 td{
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #E6E6E6;	
		padding: 0px 5px;
		} 

		.default_table .tr1 td i{
		margin-right: 5px;
		}
		
	.default_table .tr2{
		background: #F0F0F0;
		height: 28px;
		cursor:default;
	}

		.default_table .tr2 td{
		border-top: 1px solid #F5F5F5;
		border-bottom: 1px solid #DEDEDE;	
		padding: 0px 5px;
		}
	
		
	.default_table .highlighted {
    	background: #999999;
	}	
	
.extra_info_tekst {
	font-size: 9px;
}
.extra_info_tekst_red {
	font-size: 9px;
	color: red;
}
	
/*  Input names  */

form[name=frm_staatsie_rijden] {

}
 
input[name=datum] {	width: 80px; }
input[name=naam_overledene] {	width: 400px; }
input[name=uitvaartleider] {	width: 200px; }
input[name=uitvaartleider_telnr] {	width: 120px; }
select[name=voertuig] {	width: 280px; }
input[name=kist_ophaalplaats] {	width: 240px; }
input[name=kist_type] {	width: 140px; }
input[name=voorstaan_tijd] {	width: 50px; }
input[name=staatsierijden_plaats_voorstaan] {	width: 400px; }
input[name=staatsierijden_van] {	width: 400px; }
input[name=staatsierijden_naar1] {	width: 400px; }
input[name=staatsierijden_naar2] {	width: 400px; } 
input[name=staatsierijden_naar3] {	width: 400px; } 
input[name=staatsierijden_eindelocatie] {	width: 400px; }  
input[name=staatsierijden_eindtijd] {	width: 50px; }  
textarea[name=instructies] {	width: 400px; height: 80px; }  
textarea[name=opmerkingen] {	width: 400px; height: 80px; }   

input[name=lever_datum] {	width: 80px; }
textarea[name=kistbestelling_opmerkingen] {	width: 300px; height: 60px; } 
input[name=kistbestelling_type],input[name=kistbestelling_grepen],input[name=kistbestelling_bekleding] {	width: 280px; }

input[name=volgauto_voorstaan_tijd] {	width: 50px; }
input[name=volgauto_plaats_voorstaan] {	width: 300px; }
input[name=volgauto_van] {	width: 300px; }
input[name=volgauto_naar1] {	width: 300px; }
input[name=volgauto_naar2] {	width: 300px; }
input[name=volgauto_naar3] {	width: 300px; }
input[name=volgauto_eindelocatie] {	width: 300px; }  
input[name=volgauto_eindtijd] {	width: 50px; }  
input[name=voertuig_aantal] {	width: 50px; } 



/* Buttons */
.button1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin: 1px;
}

.button1_error {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#999999 !important;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin: 1px;
}



/* Tabs */
.basictab{
padding: 3px 0;
margin: 0px px 0px 0px;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #E9E9E9;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #CCCCCC;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #CCCCCC;
color: black;
}

/* Instellingen */

.total_tekst {
		font-family: Arial;
		font-size: 12px;
}

	.total_tekst tr{
		height: 24px;
	}

	.total_tekst td{
		padding-left: 3px;
		border-bottom: 1px solid silver;
	}
	
.table_header
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background: #CCCCCC;
	line-height: 18px;
}

	.table_header td, .table_header th{
		padding-left: 3px;
		border-bottom: 0px solid silver;
	}
	.table_header th{
	text-align: left;
	}
	.table_header th.headerSortUp, .table_header th.headerSortDown{
	text-decoration: underline;
	}