	/*
Deze stylesheet bevat de volgende items:
- TEKST
- HYPERLINKS
- AFBEELDINGEN
- INPUTS
- ZOEKEN
- PAGINA NAVIGATIE
- CUSTOM
- FOOTER
- PLUGINS 	- REACTIEFORMULIEREN
			- GERELATEERDE INFORMATIE
			- HEADER
*/

/* TEKST */
body {
    font-family: "Lato","sans-serif";	
    font-size: 1.5rem;
    color: #737373;
	background: #ffffff;
	margin: 0px;
	vertical-align: top;
}
html,body{
	height:100%
}
#username {
	font-size: 16px;
}
.flash {
	color: #666666;
}
.flash-colour {
	color: #e06f1c;
}
.blue {
	color: #382d7a;
}
.logo {
	padding-bottom: 20px;
}
img#logo {
	max-width: 70%;
	height: auto !important;
}
/* Menu */

.menu {
    min-height: 40px;
    max-width: 100%;
	font-size: 1.4rem;
    font-family: "Lato","sans-serif"	
}
@media screen and (min-width:1200px) {
	.menu {
		display: flex;
		flex-wrap: wrap;
		*zoom:1;
		font-size: 1.6rem;
	}	
}

#navbar {
	overflow: hidden;
	background-color: transparent;
	padding: 20px 10px; /* Large padding which will shrink on scroll (using JS) */
	transition: 0.4s; /* Adds a transition effect when the padding is decreased */
	position: fixed; /* Sticky/fixed navbar */
	width: 100%;
	top: 0; /* At the top */
	z-index: 99;
}
#navbar #logo {
	float: left;			
	color: #737373;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;	
	transition: 0.4s;
	font-weight: 700;
	font-family: "Raleway","sans-serif";
	padding: 0px 40px;
}
#navbar-right {
	float: right;	
}
/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 1199px) {
	#navbar {
		padding: 20px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
	}
	#navbar #logo {	
		font-size: 22px !important;
	}
}
p {
	line-height: 1.8;
}
#contenthome{
	position:relative;
}
.contenthome {
	vertical-align: top;
	text-decoration : none;
    /* position: relative;	 */
	min-height: 200px;
}
.contenthome h1, .contenthome h2, .content h1, .content h2 {
	text-transform: uppercase;
}
.contenthome h1 {
    line-height: 1.5em;
    margin: 20px 0;
	position: relative;	
}	
#content{
	background-color: #ffffff;
	position: relative;
}
.content-image {
	background-color: #;	
    width: 100%;
	text-align: center;
	padding: 20px 0;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
}
.content, .content-bestellen {
	vertical-align: top;
	text-decoration : none;
    position: relative;	
	min-height: 400px;	
	padding: 20px 0px;	
}

.content h1 {
    line-height: 1.5em;
    margin: 20px 0;
	position: relative;	
}	
.text-justify {
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;  
}
h1, h2, h3, h4 {
	font-weight: 700;
	font-family: "Raleway","sans-serif";
}
h1 {
	font-size: 1.3em;
	}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.8em;
}
.head {
    background-color: #0f5fce !important;
    color: #ffffff;
}
.head th {
	padding: 0px 2px;
}
td, th {
	text-decoration : none;
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: bold;
	vertical-align: bottom;	
}
hr {
	color: #bcbcbc;
	height: 1px;
}

/* HYPERLINKS  */
a:link {
	color: #737373;	
	text-decoration : underline;
	font-weight: none;
}
a:visited {
	color: #737373;	
	text-decoration : underline;
	font-weight: none;
}
a:hover {
	color: #737373;	
	text-decoration : underline;
	font-weight: none;
}
a:active {
	color: #737373;	
	text-decoration : underline;
	font-weight: none;
}

/* AFBEELDINGEN */
img { 
	border: 0px; 
}
a img {
	border: 0;
}

/* INPUTS */
input, option, textarea {
	font-size: 10pt;
	color:#737373;
	text-decoration:none;
}
input {
	margin-bottom: 2px;
}
input#button2, input[type="submit"], input[type="button"], button {
	text-transform: uppercase;	
    background: transparent;
    border: 2px solid #0f5fce;
    color: #0f5fce	
}
input#button2:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	color: #fff;
    background: #0f5fce
}

/* ZOEKEN */
/* Bepaling plaats */
#search {
	width: 240px;
	height: 47px;
	vertical-align: top;
	padding-top: 13px;
	padding-left: 7px;
}
#search form {
	height: 10px;
	margin: 0;
	padding: 0 0 0px 0px;
}
#search fieldset {
	margin: 0;
	padding: 0 0 0px 0px;
	border: none;
}
/* Opmaak invulveld */
#search-text {
	width: 120px;
	height: 24px;
	border: none;
	text-transform: lowercase;
	border: 1px #737373 solid;
}
/* Button 'Zoeken' verbergen */
#search-submit {
	font-size: 10pt;
	color:#737373;
	text-decoration:none;
	border: none;
	background-color: #e1e8f4;
}

/* PAGINA NAVIGATIE*/
div.pageNav { 
	margin-top: 15px; 
	margin-bottom: 15px; 
	float: right; 
}
/* Niet huidige pagina's en volgende/vorige pagina */
div.pageNav a.next, div.pageNav a.prev, div.pageNav a.page { 
	background-color: #36a9e1; 
	border: 1px solid #ffffff; 
	color: #ffffff; 
	padding: 2px 5px; 
}
div.pageNav a.page { 
	margin-left: 2px; 
	margin-right: 2px; 
}
/* Huidige pagina */
div.pageNav a.current { 
	background-color: #ec613b; 
	border: 1px solid #a82502; 
	font-weight: bold; 
	color: #ffffff; 
}
div.pageNav a.next, div.pageNav a.prev { 
	margin-left: 6px; 
	margin-right: 6px; 
}
div.pageNav a { 
	text-decoration: none; 
}

/* CUSTOM  */
.notificationbar {
	width: 100%;
	background-color:#dff2fd;
	padding: 20px;
	text-align: center;
	color: #000;
}
#productTable tbody tr:nth-child(even) , #statsTable tbody tr:nth-child(even) {
    background-color: #eee;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 1px 0 1px 10px !important;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    height: 1.75em !important;
	margin: 0px !important;
    font-size: 13px !important;
 }
.ui-widget {
	font-family: 'Montserrat', sans-serif !important;
	font-family: "Lato","sans-serif" !important;
	font-size: 14px !important;
	font-weight: none !important;
}
.ui-widget-header {
    background: #0f5fce !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #c1d5f2 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #6599e0 !important;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff !important;
}
#productTable tbody td {
	padding: 5px;
}
/* FOOTER */
#footer{
	background-color: #f0f0f0;
	padding: 20px 0;
}
.footercontent{
	padding-top: 3px;
}
.footercontent .col-md-4 a{
	text-decoration:none;	
}
.footercontent a:hover{
	color:#737373;
	text-decoration:underline;
}
.footercontent h2{
	text-transform: uppercase;
	color: #666;
	margin: 0 0 20px 0;
	letter-spacing: 3px;	
}
.footercontent ul{
	padding: 0;
}
.footercontent li{
	list-style-type: none;
}
footer p {
	margin: 5px auto;
	color: #737373;
	text-align: center;
	font-size: 12px;
}

/* REACTIEFORMULIEREN */
.Ttip {
    vertical-align: top;
}
.TharTooltip {
	vertical-align: text-top;
	width: 20px;
}
img.TharTooltip {
	width: 20px;
}
.ui-tooltip {
	background: #1b72ad;
	border: 2px solid #4786b8;
	padding: 5px 10px;
	color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-align: left;
	font-size: 12px;
}
.ui-tooltip ul {
	list-style-type: circle;
}
span.required {
    color: red;
    vertical-align: top;
    position: relative;
    top: -2px;
    left: 3px;
    font-weight: none !important;
}

/* GERELATEERDE INFORMATIE */
.relatedinfo1, .relatedinfo2 {
	color: #666;
	margin: 10px 0px 30px;
	border: 1px solid #0f5fce;
    padding: 10px 10px 20px 10px;
	border-radius: 2px;
	position: relative;	
}
.relatedinfo1 h1, .relatedinfo1 h2, .relatedinfo1 h3, .relatedinfo1 h4, 
.relatedinfo2 h1, .relatedinfo2 h2, .relatedinfo2 h3, .relatedinfo2 h4 {
	color: #288ece;
	text-transform: uppercase;
	margin-top: 0px;
}
.relatedinfo1-button, .relatedinfo2-button {
    position: absolute;
    right: 20px;
    bottom: -20px;
    background: #ffffff;
    border: 1px solid #0f5fce;
	text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 2px;
}
.relatedinfo1-button a,  .relatedinfo2-button a {
	color: #0f5fce;
	text-decoration: none !important;
}
.related-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .3;
	width: 100%;
	height: 100%;	
}

/* Header */
.tp-caption {
	margin: 50% 0;
}
.tp-mask-wrap {
	text-align: center;
}
.tp-caption h1, .tp-caption p {
	white-space: initial !important;	
    color: #fff;
    font-size: 35px !important;	
    line-height: 45px !important;	
	text-shadow: 4px 2px 4px #000000aa;
}
.center {
    text-align: center !important;
}
.right {
    text-align: right !important;
}
@media (min-width: 1500px) {
	.content-bestellen {
		padding: 20px 50px;
	}
}
@media (min-width: 1201px) and (max-width: 1450px) {
	.tp-caption h1, .tp-caption p {
		font-size: 30px !important;	
		line-height: 40px !important;	
		text-shadow: 4px 2px 4px #000000aa;
	}
}
@media (min-width: 1051px) and (max-width: 1200px) {
	.tp-caption h1, .tp-caption p {
		font-size: 30px !important;	
		line-height: 40px !important;		
		text-shadow: 4px 2px 4px #000000aa;
	}	
}
@media (min-width: 768px) and (max-width: 1050px) {
	.tp-caption h1, .tp-caption p {
		font-size: 25px !important;	
		line-height: 35px !important;	
		text-shadow: 4px 2px 4px #000000aa;
	}	
}
@media (min-width: 600px) and (max-width: 767px) {
	.tp-caption h1, .tp-caption p {
		font-size: 20px !important;	
		line-height: 30px !important;
		text-shadow: 3px 2px 3px #000000aa;
    }
}
@media (min-width: 400px) and (max-width: 599px) {
	.tp-caption h1, .tp-caption p {
		font-size: 15px !important;
		line-height: 20px !important;
		text-shadow: 3px 2px 3px #000000aa;		
    }
}
@media (max-width: 399px) {
    .tp-caption, .tp-caption h1, .tp-caption p  {
        display: none;
    }	
}

@media (max-width: 768px) {
	#navbar #logo {
		max-width: 300px;
	}
}
