/*
Deze stylesheet bevat de volgende items:
- FORMULIEREN
- (FOUT)MELDINGEN
- PAGINA NAVIGATIE
- MODULES
			- REACTIEFORMULIEREN
			- FOTOBOEKEN
			- AGENDA
			- GASTENBOEK
			- NEWSBLOG
			- NEWSLETTER
			- FORUM
			- HEADER & DIASHOW
			- PORTAL
			- POPOVER
			- WEDSTRIJDEN
- SNIPPETS
			- LOGIN
			- WINKELWAGEN
*/

/* FORMULIEREN */
label
{
	width: 150px;
	float: left;
	margin-bottom: 2px;
}
input {
	margin-bottom: 2px;
}

/* (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;
}

/* REACTIEFORMULIEREN */
.Ttip {
    vertical-align: top;
}
.StETooltip {
	vertical-align: text-top;
	width: 20px;
}
img.StETooltip {
	width: 20px;
}
.ui-tooltip {
	background: #000;
	border: 1px solid #000;
	padding: 10px 20px;
	color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	box-shadow: 0 0 7px black;
	text-align: left;
    font-weight: lighter;
}
.ui-tooltip ul {
	list-style-type: circle;
}

/* FOTOBOEKEN */
table.photoalbum_list tr td
{
	vertical-align: top;
}
table.photoalbum_list tr td.thumbnail
{
	padding-right: 25px;
}

/* AGENDA */
td.day {
    background-color: #ff0000;
/*    background: rgb(13,77,121);
    background: -moz-linear-gradient(top,  rgba(13,77,121,1) 0%, rgba(14,78,122,1) 15%, rgba(14,99,153,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,77,121,1)), color-stop(15%,rgba(14,78,122,1)), color-stop(100%,rgba(14,99,153,1)));
    background: -webkit-linear-gradient(top,  rgba(13,77,121,1) 0%,rgba(14,78,122,1) 15%,rgba(14,99,153,1) 100%);
    background: -o-linear-gradient(top,  rgba(13,77,121,1) 0%,rgba(14,78,122,1) 15%,rgba(14,99,153,1) 100%);
    background: -ms-linear-gradient(top,  rgba(13,77,121,1) 0%,rgba(14,78,122,1) 15%,rgba(14,99,153,1) 100%);
    background: linear-gradient(to bottom,  rgba(13,77,121,1) 0%,rgba(14,78,122,1) 15%,rgba(14,99,153,1) 100%);*/
	color: #fff;
	text-align: center;
}
td.monthyear {
	color	: #000;
	text-align: center;
}
td.link		{
	color: #000;
	font-size: 10pt;
	text-align: center;
}
td.appointments {
    background-color: #ff0000;
/*    background: rgb(13,77,121);
    background: -moz-linear-gradient(top,  rgba(13,77,121,1) 0%, rgba(14,78,122,1) 15%, rgba(14,99,153,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,77,121,1)), color-stop(15%,rgba(14,78,122,1)), color-stop(100%,rgba(14,99,153,1)));
    background: -webkit-linear-gradient(top,  rgba(13,77,121,1) 0%,rgba(14,78,122,1) 15%,rgba(14,99,153,1) 100%);
    background: -o-linear-gradient(top,  rgba(13,77,121,1) 0%,rgba(14,78,122,1) 15%,rgba(14,99,153,1) 100%);
    background: -ms-linear-gradient(top,  rgba(13,77,121,1) 0%,rgba(14,78,122,1) 15%,rgba(14,99,153,1) 100%);
    background: linear-gradient(to bottom,  rgba(13,77,121,1) 0%,rgba(14,78,122,1) 15%,rgba(14,99,153,1) 100%);*/
	color: #fff;
	font-size: 10pt;
	text-align: center;
}
td.appointments a {
	color: #fff;
}
.calendar-titelbalk {
	color: #000;
	clear: both;
	overflow: hidden;
    margin : 15px 0px 15px 0px;
    color: #fff;
    padding: 5px 5px 5px 10px;
    width: 98%;
    background-color: #F9F9F9;
    padding: 1%;
    margin: 1% 1% 1% 0;
    display: inline-block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.calendar-h2 {
	float: left;
	color:#000;
	font-size: 11pt;
	margin: 0 0 0 0;
	border: 0px !important;
	text-decoration: none;
}
.calendar-h2 a {
    color:#000;
    text-decoration: none !important;
}
.calendar-rubriek {
	float: right;
    font-size: 9pt;
    letter-spacing: 3pt;
    color: #77787b;
    font-weight: lighter;
}

/* GASTENBOEK */
.guestbook .gblist
{
	clear: both;
    color: #000;
}
.guestbook .newmessage
{
	float: right;
	margin-bottom: 10px;
	border: 1px solid white;
	padding: 5px;
	background-color: black;
}
.guestbook .newmessage a {
	color: white;
	text-decoration: none;
}
.guestbook .gblist .gbcontent
{
	padding-top: 10px;
}
.guestbook .gblist .gbmessage .gbinfo
{
    color: 000;
    font-weight: none;
    margin: 0 0 5px 0;
    border-bottom: thin solid #E4E4E4
}
.gbreactie
{
	clear: both;
	color: #000000;
	font-size: 10pt;
    line-height: 12pt;
	background-color: #E4E4E4;
	font-weight: none;
	padding: 5px;
	border: 0px solid #000000;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.gbmessage {
    width: 96%;
    background-color: #F9F9F9;
    margin: 1% 1% 1% 0;
    padding: 1%;
    display: inline-block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.gbinfo {
    font-size: 14pt;
    line-height: 24pt;
}

.plain_message {
	height: 125px;
}
.plain_message textarea {
	float: left;
	width: 400px !important;
	height: 120px;
}
.plain_message .smiles {
	float: left;
	padding-left: 15px;
}
.plain_message .smiles a {
    float: left;
}
.plain_message .smiles a img {
    border: 0;
}
.bbcode {
    width: 25px;
    float: left;
    padding-left: 5px;
}
.bbcode input {
    font-weight: bold;
    width: 25px;
    float: left;
}
.bbcode input[type="button"] {
    display: none;
}

/* HEADER & DIASHOW */
.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;
    padding: 5px; /* aangepast rh */
}
.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%;*/
}
/* aangepast maar wat was de reden dat deze verborgen was? */
# header1 #slider img {
	position:absolute;
}

#slider a {
	border:0;
	display:block;
}

.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 {
 	height: auto;
	bottom: auto;
	overflow: hidden;
    width: 100%;
}
.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;
    margin: 2px 0 0 0;
}

.diashow2 .nivo-controlNav a {
	/*width:75px;*/
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 15px;
    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;
}


/* POPOVER */
.popover {
    font-family: Candara, Tahoma,Helvetica,sans-serif;
	font-size: 14px;
}
/* WEBSHOP */
.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: #ff0000;
    font-weight: bold;
}
.shopwrap {
    overflow: hidden;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.shopcatcoverimage {
    position: relative;
    background-color: #E2E2E2;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    width: 150px;
    /*float: left;*/
    padding: 0%;
    margin: 1%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    display:inline-block;
}
.shopcoverdiscription {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 2px;
    white-space: nowrap;
    text-align: center;
}

.shopartcoverimage {
    position: relative;
    background-color: #E2E2E2;
    background-position: top 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    width: 150px;
    float: left;
    padding: 0%;
    margin: 1%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    display:inline-block;
}
.shopartcoverimagedetail {
    position: relative;
    background-color: #E2E2E2;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 200px;
    float: left;
    padding: 0%;
    margin: 1%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    display:inline-block;
}
.shopartcoverdetail {
    float: left;
    display:inline-block;
    width: calc(50% - 90px);
}
.shopartcoverprice {
    float: right;
    display:block;
    width: calc(50% - 90px);
}
.shopartcoverorder {
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: transparent;
    padding: 1% 5px 1% 5px;
    margin: 15px 0 0 0;
    border: thin solid #F29322
}

.shopartcoverorderbutton input[type="button"],.shopartcoverorderbutton input[type="submit"] {
    background-color: #F29322;
    border: 0px solid #000;
	min-width: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: none;
    line-height: 30px;
    margin: 2px 0;
    padding: 0px 10px 3px 10px !important;
	cursor: pointer;
}

/* 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;
}
/*  PAGINA NAVIGATIE */
div.pageNav {
	margin-top: 25px;
    margin-bottom: 15px;
    margin-right: 20px;
	text-align: center;
	min-width: 110px;
    color: #686868;
    font-size: 14px;
    font-weight: bold;
    line-height: 13px;
	cursor: pointer;
    float: right;
}
div.pageNav a.next, div.pageNav a.prev, div.pageNav a.page {
	padding: 2px 5px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color: #fff;
	border: 1px solid #4e4e4e;
	background: #484848;
	background: -moz-linear-gradient(top, #555555, #444444);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#444444));
	background: -webkit-linear-gradient(top, #555555, #444444);
	background: -o-linear-gradient(top, #555555, #444444);
	background: linear-gradient(to bottom, #555555, #444444);
}
div.pageNav a.page {
	white-space: nowrap;
	margin-left: 2px;
	margin-right: 2px;
    color: #ffffff;
	border: 1px solid #4e4e4e;
	background: #484848;
	background: -moz-linear-gradient(top, #555555, #444444);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#444444));
	background: -webkit-linear-gradient(top, #555555, #444444);
	background: -o-linear-gradient(top, #555555, #444444);
	background: linear-gradient(to bottom, #555555, #444444);
}
div.pageNav a.current {
	font-weight: bold;
    color: #fff;
	border: 1px solid #68a341;
	background: #74aa49;
	background: -moz-linear-gradient(top,  #96c161 0%, #609c3d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c161), color-stop(100%,#609c3d));
	background: -webkit-linear-gradient(top, #96c161 0%,#609c3d 100%);
	background: -o-linear-gradient(top, #96c161 0%,#609c3d 100%);
	background: -ms-linear-gradient(top, #96c161 0%,#609c3d 100%);
	background: linear-gradient(top, #96c161 0%,#609c3d 100%);
}
div.pageNav a.next, div.pageNav a.prev {
	margin-left: 3px;
	margin-right: 3px;
}
div.pageNav a {
	text-decoration: none;
	color: #ffffff;
}


/* responsive 2015 algemeen RH Blog Calendar Photobook*/

.stemodframe {
    width: 98%;
    background-color: #F9F9F9;
    padding: 1%;
    margin: 1% 1% 1% 0;
    display: inline-block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #000;
}
.stemodframe p:first-of-type {
    margin: 0;
}
.stemodbutton {
	background: #6f8a6d;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.stemodbutton a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: none;
    margin: auto 10px auto 10px;
    line-height: 23pt;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.stemodbutton:hover {
    background-color: #c5d2c4;
}
.stemodbutton a:hover {
    color: #000;
}

.stemodreadmore {
    clear: both;
    float: right;
}

.stemodpageback {
     float: left;
}

.stemodtitle {
    font-weight: bold;
    margin: 0 0 0px 0;
}
.stemodtitle a {
    text-decoration: none;
}
.stemodtitle2 {
    font-size: 9pt;
    letter-spacing: 3pt;
    color: #77787b;
    border-bottom:  1px  solid #e6e6e6;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
}
.stemodtitle2noline {
    font-size: 9pt;
    letter-spacing: 3pt;
    color: #77787b;
}
.stemodtitle2 a {
    text-decoration: none;
}
.stemodframe h2, .stemodframe h1, .stemodframe h3, .stemodframe h4 {
    margin: 0 !important;
}

/* Blog 2015 */


.blogshort {
    clear: left;
}
.blogshort img {
    min-width: 100px;
    min-height: 100px !important;
}

.blogcoverimageleft {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100px;
    float: left;
    padding: 5px;
    border-radius: 60px;
    margin: 5px 5px 5px 0;
}
.blogcoverimageright {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100px;
    float: right;
    padding: 5px;
    border-radius: 60px;
    margin: 5px 0px 15px 0;
}
.blogpageframe {
    width: 100%;
    display: inline-block;
    padding: 1% 0 1% 0;
    margin: 1% 0 1% 0;
}
.blogshare {
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 10px 0 10px 0;
}
.blogdisqusthread {
    float: right;
}

/* Fotoboek responsive 2015 */

.photobookshort {
    clear: left;
    border-top:  1px  solid #e6e6e6;
    /* afwijkend tot datum actief is */
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
}

.photobookwrap {
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.photobookcoverimageleft {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100px;
    float: left;
    padding: 5px;
    border-radius: 60px;
    margin: 5px 5px 5px 0;
}
.photobookcoverimage {
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    width: 220px;
    /*float: left;*/
    padding: 0%;
    margin: 1%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    display:inline-block;
}
.photobookcoverdiscription {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 2px;
    white-space: nowrap;
}


@media only screen and (max-width : 500px) {
   /* Smartphone view: 1 tile */
   .photobookcoverimage {
    max-height: 160px;
    max-width: 160px;
   }
}
@media only screen and (max-width : 710px) and (min-width : 501px) {
   /* Tablet view: 3 tiles */
   .photobookcoverimage {
    max-height: 220px;
    max-width: 220px;
   }
}
@media only screen and (max-width : 994px) and (min-width : 711px) {
   /* Small desktop / ipad view: 4 tiles */
   .photobookcoverimage {
    max-height: 220px;
    max-width: 220px;}
}
@media only screen and (min-width : 995px) {
   /* Medium desktop: 4 tiles */
   .photobookcoverimage {
    max-height: 220px;
    max-width: 220px;
   }
}

/* Calendar 2015 */

.calendarcoverimageleft {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75px;
    width: 75px;
    float: left;
    padding: 5px;
    border-radius: 60px;
    margin: 0px 15px 5px 0;
}
.calendarcoverimageright {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75px;
    width: 75px;
    float: right;
    padding: 5px;
    border-radius: 60px;
    margin: 0px 5px 5px 5px;
}

@media only screen and (max-width : 500px) {
   .calendarcoverimageright, .calendarcoverimageleft {
    display: none;
   }
}
.calenderinfoframe {
    display: inline-block;
}

.calenderinfo {
    display: block;
    /*clear: left;*/
    line-height: 16pt;
}
.calenderinfoframeoverzicht {
    display: block;
}

.calenderbegineind {
    width: 100px;
    float: left;
}
.calenderbegineindinfo {
    width: 300px;
}
.calendertablewidth {
    width: 100%;
    max-width: 300px;
}
