html, body {
	margin: 0px;
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body {
	background: url(../images/background.jpg);
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	position: relative;
	top: 50px;
	font: 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
    display: block;
    color: #FFF;
	padding: 10px 40px;
    background: #00684d;
    text-shadow: 1px 1px 1px #949494;
	margin: 0px 0px 65px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-bottom:1px solid #00684d;
}

a {
	color: #333;
	border: none;	
}

img { 
	border: none;
}

.clr {
	clear: both;	
}

.left{
	float: left;
}

label.left{
	margin: 0px 10px;
}

#version {
	width: 100%;
	text-align: center;	
}

#content-wrapper {
	margin: 0px 0px 10px 0px;
	background: #f5f3f5;
}



#version a, #version a:visited {
	text-decoration: none;
	font-size: 0.7em;	
}


/*Hier komt de styling voor het inloggen*/
.register-form {
	margin: 10px auto 0px auto;
	width: 300px;
	padding: 20px;	
}

.error_message {
	margin: 0px auto;
	color: #f00;
	width: 500px;	
	text-align: center;
}

.register-form form input{padding: 5px;}
.register-form .btn{background: #00684d;
padding: 7px;
border-radius: 5px;
text-decoration: none;
width: 50px;
display: inline-block;
color: #FFF;}

.register-form .register{
border: 0;
width: 60px;
padding: 8px;
}

.bookform {
	margin-top: -10px;
	padding-left: 20px;
}

.bookform label {
	margin-top: 10px;	
}

.bookform h1>span {
    font-size: 11px;
    color: #FFF;
}

.bookform label {
    margin: 0px 0px 5px;
}
.bookform label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}

.100-wide {
	width: 100%;
	background: #f0f;	
	text-align: center;
	float: left;
}

.bookform input[type="text"], .bookform input[type="email"], .bookform textarea, .bookform select {
    color: #555;
    height: 25px;
    line-height:25px;
    width: 100%;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
	float: left;
}
.bookform textarea{
    height:100px;
	float: left;
}
.bookform select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none;
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:25px;
	float: left;
}

.bookform .button, .bookform input[type=submit] {
    background-color: #00684d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}

.bookform .button:hover, .bookform input[type=submit]:hover  {
    background-color:#80a24a;
	cursor: pointer
}

#bookformlist {
	margin: 0px;
	padding: 5px 0px;	
	list-style: none;
	clear: both;
	float: left;
}

#bookformlist li {
	width: 95%;
	float: left;
	padding: 5px;
}

/* Filter form */
#filter_form_div, #filter_form_div label{
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	margin-right: 10px;
	
}

#filter_form  {
	margin-bottom: 5px;	
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#filter_form input[type=text], #filter_form select, #submit_free_search, #reset_free_form {
	line-height: 30px;
	padding: 3px 5px;
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

#input_price {
	display: inline-block;
	height: 25px;
	width: 15px;	
}

#submit_free_search:hover, #reset_free_form:hover, #filter_form_div select {
	cursor: pointer;
}


#filter_form input[type=text] {
	margin-top: 2px;
}

#filter_form_div select {
	padding: 5px 0px 0px 0px;
    margin: 2px 10px 0px 5px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* Overzichts tabellen */
.data-table {
	position:relative;
	width: 100%;
	border-collapse: collapse;	
}

#artikelnummer_col {
	min-width: 140px;	
}

/* Zebra striping */
.data-table tr:nth-of-type(odd) { 
  background: #e3e3e3; 
}

th, th a { 
  background: #333; 
  color: white; 
  font-weight: bold; 
  text-decoration: none;
}
td, th { 
  padding: 6px 3px; 
  border: 1px solid #ccc; 
  text-align: center; 
  font-size: .8em;
}

.calculator_image {
	margin-top: 10px;
	margin-left: 5px;
	height: 16px;	
}

.pdf_image, .delete_image {
	height: 16px;
	margin-top: 2px;	
	cursor:pointer;
}

.data-table-row:hover {
	background:#cecece !important;	
}


/* Pagination */

#pagination {
	margin: 10px auto 0px auto;
	text-align: center;
}

#pagination a:hover {
	cursor: pointer;	
	text-decoration: none;
}

#pagination span {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #333;
	margin: 0px 2px;
	color: white; 
  	font-weight: bold; 
	background: #333;
	text-decoration: none;
}

#page_total_div {
	background: #333;
	color: #fff;
	padding: 5px 10px;
	text-align: right;	
	font-weight: bold; 
	font-size: 18px;
}


/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 666px),
(min-device-width: 640px) and (max-device-width: 666px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	label[for='free_search'] { display: none;}
	
	.groupselect {
		display: inline-block;
		width: 250px;	
	}
	
	#filter_form_div {
		margin-right: 0px;
		margin-bottom: 10px;S	
	}
	
	#page_total_div { display: none;  }
	
	#bookformlist li {
		width: 90%;
		float: left;
	}

	.bookform {
		padding-left: 0px;	
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	/* Hide headers */
	th { display: none; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 5px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Aantal"; }
	td:nth-of-type(2):before { content: "Klant"; }
	td:nth-of-type(3):before { content: "Ordernummer"; }
	td:nth-of-type(4):before { content: "Leverancier"; }
	td:nth-of-type(5):before { content: "Groep"; }
	td:nth-of-type(6):before { content: "Locatie"; }
	td:nth-of-type(7) { display: none; }
	td:nth-of-type(8) { display: none; }
	td:nth-of-type(9) { display: none; }
	td:nth-of-type(10) { display: none; }
	td:nth-of-type(11) { display: none; }
	td:nth-of-type(12) { display: none; }
	td:nth-of-type(13) { display: none; }
	td:nth-of-type(14) { display: none; }
	td:nth-of-type(15) { display: none; }
	td:nth-of-type(16) { display: none; }
}