
/*
Deze stylesheet bevat de volgende items:
- FORMULIEREN
- (FOUT)MELDINGEN
- PAGINA NAVIGATIE
- MODULES
			- REACTIEFORMULIEREN
			- HEADER & DIASHOW
			- GERELATEERDE INFO
- SNIPPETS
			- LOGIN
			- WINKELWAGEN
*/

/* FORMULIEREN */
label
{
	width: 150px;
	float: left;
	margin-bottom: 2px;
}
input {
	margin-bottom: 2px;
}
th {
	text-align: left;
}
/* (FOUT)MELDINGEN */
.formErrors {
	border: 1px solid red;
	background-color: #fda4a5;
	margin-bottom:15px;
	margin-top:5px;
	padding:10px;
	width: 95%;
	font-size: 14px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.formErrors li
{
	margin-left: 1.5em;
}
.formMessages
{
	background: #c1fcc1;
	border: 1px solid green;
	margin-bottom:15px;
	margin-top:5px;
	padding:10px;
	width: 95%;
	font-size: 14px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.success_window, .info_window, .error_window{
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 95%;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    display: table;
    text-align: center;
}

.success_window{
    background: #c1fcc1;
    border: 1px solid green;
}
.info_window{
    background: #a4def0;
    border: 1px solid blue;
}
.error_window{
    background: #fda4a5;
    border: 1px solid red;
}

/*  PAGINA NAVIGATIE */
div.pageNav {
	font-size: 15pt;
	margin-top: 25px;
	margin-bottom: 5px;
	text-align: center;
	clear: left;
}
div.pageNav a.next, div.pageNav a.prev, div.pageNav a.page {
	padding: 3px 5px;
    }
div.pageNav a.page {
    margin-left: 2px;
    margin-right: 2px;
	color: #009dde;
}
div.pageNav a.current {
    font-weight: bold;
    color: 	color: #009dde;;
}
div.pageNav a.next, div.pageNav a.prev {
    margin-left: 1px;
    margin-right: 1px;
	color: #009dde;
}
div.pageNav a {
    text-decoration: none;	
}


/* REACTIEFORMULIEREN */
.Ttip {
    vertical-align: top;
}
.StETooltip {
	vertical-align: text-top;
	width: 20px;
}
img.StETooltip {
	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;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.form-label {
	margin: 0 0 10px 5px !important;
	font-weight: 300;
}
.form-control {
    background-color: #dff2fd;
    border: 1px solid #36a9e1;
    border-radius: 0px;
}
.form-button {
    background: #009dde;
	min-width: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    margin: 2px 0;
    padding: 8px 13px 8px 10px !important;
	cursor: pointer;
}	
.form-button a{
	text-transform: uppercase;
	text-decoration: none;
}
.full-width {
	width: 100%;
}

/* HEADER & DIASHOW */
.headerframe .nivo-controlNav {
    position:absolute; /* BEN: Header heeft dit bij deze template nodig. */
    bottom: 0px; /* BEN */
    z-index: 10; /* BEN */
    text-align:center;
}

.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    max-width: none !important;
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    /*width: 100% !important; BEN*/
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the header */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
    top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
    overflow:hidden;
}
/* Caption styles */
.nivo-caption {
	width: 100%;
	height: 100%;
	position:absolute;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
    overflow: hidden;
    display: none;
    bottom:0px;
}
/* DIASHOW SPECIFIC */
.diashowSlider .nivo-caption {
	height: auto;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	text-align: left;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
    opacity: 0;
}
.nivoSlider:hover .nivo-directionNav a {
    opacity: 1;
}

.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
#slider {
	position:relative;
	/*background:url(afbeeldingen/loading.gif) no-repeat 50% 50%;*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
    position:absolute;
    bottom: 0px; /* BEN */
    z-index: 10; /* BEN */
    text-align:center;
    /*padding: 20px 0;*/
    /*padding: 15px 0;*/
}
.nivo-controlNav a {
    /*position:relative;*/
    /*z-index:10;*/
    cursor:pointer;
    display:inline-block !important;
    width:22px;
    height:22px;
    background:url(afbeeldingen/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
}
.nivo-controlNav a.active {
    font-weight:bold;
}

/* DIASHOW SPECIFIC */
.diashow2 .nivo-controlNav {
	/*left: 0px;*/
	height: auto;
	bottom: auto;
	overflow: hidden;
    width: 100%;
}
/* DIASHOW SPECIFIC */
.diashow2 .nivo-controlNav img {
	/*width: 75px;*/
	/*height: 75px;*/
	/*margin: 0 10px 0 0;*/
    display: block;
    width: 120px;
    height: auto;
}
/* DIASHOW SPECIFIC */
.diashow2 .nivo-controlNav a {
	/*width:75px;*/
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
    float: left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(afbeeldingen/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}

/* GERELATEERDE INFO */
#relatedinfo1 {
	background-color: #d7d7d7;
	padding: 30px 0;
}
#relatedinfo2 {
	background-color: #ffffff;
	padding: 30px 0;
}
.relatedinfo button, .content_smal button, a.related-button{
    background: #009dde;
	color: #ffffff;
	min-width: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    margin: 2px 0;
    padding: 5px 13px 5px 10px !important;
	cursor: pointer;
	text-decoration: none;
}
.relatedinfo {
	color: #000000;
	margin: 50px 10px;
	padding: 0 30px;
}
/* a.related-button {
	color: #281d68;
	text-transform: uppercase;
	text-decoration: none;
} */
.related-link {
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}
.related-bg {
	background-size: cover;
	background-position: center center;
}

@media(min-width:992px){
	#relatedinfo1 .container, #relatedinfo1home .container, #relatedinfo2 .container, #relatedinfo3 .container {
		display: flex;
	}
	.related-bg {
		flex: 1 0 auto;
	}	
}	
@media(max-width:991px){
	.related-bg {
		height: 250px;
	}
}

@media(max-width:767px){
	.related-bg {
		height: 250px;
	}
}


/* INLOGGEN SNIPPET */
div.inloggenframe {
	clear: both;
    width: 250px;
	background-color: #aec3cf;
    background-image: url(afbeeldingen/infobalk.png);
    background-repeat: repeat-x;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.inloggenframe {
	color: #000000;
	font-family: arial,verdana;
	text-decoration : underline;
	font-weight: none;
	padding-left: 2px;
	padding-right: 2px;
}
div.inloggen-header {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
.inloggen-text {
	color: #000000;
	font-size: 12px;
}

/* WINKELWAGEN SNIPPET */
div.winkelwagenframe {
	border: 1px solid #009dde;
	padding: 10px 10px 5px 10px;
    width: 440px;
    float: right;
    margin-bottom: 10px;	
    margin-left: 10px;	
}
div.winkelwagenframe a  {
	color: #000000;
	font-family: arial,verdana;
	text-decoration : underline;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
div.winkelwagen-header {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
.winkelwagen-text {
	color: #000000;
	font-size: 12px;
    line-height: 18px;
	padding-left: 5px;
}
.winkelwagen-info  {
	color: #000000;
	font-size: 12px;
    line-height: 18px;
    text-align: right;
	padding-left: 5px;
	padding-bottom: 5px;
}
.winkelwagen-button {
    cursor: pointer;
/*	color: #ffffff;
	font-weight: bold;
    width: 75px;
    height: 18px;
    font-size: 12px;
    cursor: pointer;
    border: 1px #000000;
    background: #9644da; */
}
/* WEBSHOP */
.category {
	vertical-align: bottom; 
	text-align: center; 
	width: 180px; 
	height: 200px; 
	float: left; 
	margin-right: 18px; 
	margin-bottom: 20px;
}
.categoryimg {
	width: 180px; 
	height: 160px; 
	border: 1px solid #009dde;
	margin-bottom: 5px;	
}
.imgborder {
	border: 0px solid #000000;
	max-width: 130px;
	max-height: 130px;
}
.imgarticle {
	max-width: 300px;
	max-height: 300px;
}
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 140px;
	padding: 10px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
<!--[if lt IE 8]>
.wraptocenter span {
    display: inline-block;
    height: 100%;
}
<![endif]-->

.webshopCheckoutSteps {
    width: 100%;
    margin: 0 0 50px 0;
    clear: both;
}
.webshopCheckoutSteps .step {
	background-color: #ececec;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
    border: 1px solid #a2a2a2;
	border-bottom: none;
    float: left;
    margin-right: 3px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 24%;
}
.webshopCheckoutSteps .step:hover {
    cursor: pointer;
}
.webshopCheckoutSteps .current {
	background-color: #e2e2e2;
    color: #009dde;
    font-weight: bold;
}