html, body {
    height: 100%;
}

body {
	overflow-x: hidden;
}

a {
    text-decoration: none;
}

h1 {
	font-weight: bold;
	margin-top: 0px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
}


.navbar-default {
	border: 0px solid transparent;
	margin-bottom: 0px;
}


/* header */
.fullwidthBackgroundWrapper {
	width: 100%;
	z-index: 1;
	padding: 0px;
	margin: 0px;
}

.fullwidthBackgroundWrapper .fullwidthBackground {
	width: 100%;
}

.fullwidthBackgroundWrapper .normalBackground {
	top: 0px;
	position: absolute;
	z-index: 2;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.fixedWrapper .navbar-brand {
	padding: 0px 0px 0px 10px;
	height: auto;
}


.mobileBackground {
	background-repeat: no-repeat;

}

/* main container */
.container.main {
	background-color: #ffffff;
	padding-top: 20px;
	min-height: 500px;
}

/* footer */
.page-wrap {
 	min-height: 100%;
}


footer {
	bottom: 0px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}


.footerForm .radio {
	display: inline;
	padding-right: 6px;
}

.footerForm br {
	display: block;
	content: "";
	margin-top: 0;
}


/* thirdLevelSubMenu */
.thirdLevelSubMenu {
	width: 100%;
}

table.thirdLevelSubMenu tr td {
	text-align: center;
	border-right: 1px solid #FFFFFF;
	padding: 5px 0px 5px 0px;
}

.thirdLevelSubMenu tr td:last-child {
	border-right: 0px solid #FFFFFF;
}


.thirdLevelSubMenu td {
	background-color: #C0C0C0;
}

.thirdLevelSubMenu td a {
	color: #000000 !important;
}


.traininglist .table.table-striped a {
	display: block;
}

.traininggrouplist .table.table-striped a {
	display: block;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #efefef;
}

/* homepag main image */
.floattxt{
	filter:alpha(opacity=90);/* CSS3 standard */
	opacity:0.9;

	min-height:50px;
	position:relative;
	left:9px;
	bottom:9px;
	position:absolute; /* absolute position (so we can position it where we want)*/
	padding:12px;
	overflow:hidden;
}

.floattxt h1 {
	padding:0;
	margin:0 0 8px 0;
	font-size:145%;
}

.floattxt p {
	padding:0;
	margin:0;
}

.floattxt h1 a{
	text-decoration:none;
}

.mainImage {
	width: 100%;
}

.rslides {
	width: 100%;
}

.rslides > div {
	width: 100%;
}

.bgbox.mainImage {
	background: transparent;
}

.paddingbox.mainImage {
    padding: 0px 18px;
}

.fullimage2.mainImage {
	background: transparent;
	padding: 0px;
}


.mainImage .floattxt.topleft {
	bottom: auto;
	right: auto;
	top: 9px;
	left: 9px;
}
.mainImage .floattxt.topright {
	bottom: auto;
	left: auto;
	top: 9px;
	right: 9px;
}
.mainImage .floattxt.bottomright {
	top: auto;
	left: auto;
	bottom: 9px;
	right: 9px;
}

.mainImage .floattxt.fullwidthtop {
    width: 100%;
    top: 0px;
    right: auto;
    bottom: auto;
	left: 0px;
	padding: 10px;
}

.mainImage .floattxt.fullwidthbottom {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
	padding: 10px;
}




/* cookie notice */
.cookiePopup {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 250px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 5px #aaa;
	z-index: 1000;
}

.cookiePopup h3 {
	margin: 0px;
	margin-bottom: 10px;
}

.cookiePopup p {
	margin: 0px;
	line-height: 140%;
}

.cookiePopup button {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}



.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-top: 0px solid transparent;
}



/* faq */
#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
}


/* favorite heart */
.trainingHeart, .prizeHeart, .travelHeart, .infoHeart {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 1000;
}

/* vinkje training */
.trainingDone {
	position: absolute;
	top: 20px;
	left: 100px;
}




/* MY Account */
.profileBackground {
	position: relative;
}

.profileBackgroundWrapper {
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
}

.profileBackgroundImg {
	width: 100%;
}

.profileTitle {
    font-size: 16px;
    text-shadow: 1px 1px 1px #333;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.profileBackground .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;

    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
}


.profileBackground .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.profileImage {
	margin-top: 10px;
}

.defaultImage {
    width: 100px;
 	height: 100px;
}

.customImage {
    display: block;
    margin: 0 auto;
    width: 100px;
 	height: 100px;
    border-radius: 50%;
    background-size:cover;
    border: 3px solid white;
}


/* add this */
.addthisWrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}

.addthis_inline_share_toolbox {
   display: inline-block;
   padding-left: 5px;
}

.tooltip-inner {
    max-width: 300px !important;
}

@media only screen and (max-width : 992px ) {
	.eq-height-box {
		height: auto !important;
		margin-top: 20px;
	}
}

@media only screen and (max-width : 767px) {

	.fixedWrapper .navbar.navbar-default {
		height: initial !important;
	}

	.fixedWrapper .collapse.navbar-collapse {
		height: initial !important;
	}

	.fixedWrapper .navbar-collapse .nav.navbar-nav {
		height: initial !important;

	}

	.fixedWrapper .navbar-collapse .nav.navbar-nav li > a {
		height: initial !important;
		line-height: normal !important;
	}

	.profileBackgroundImg {
		min-height: 250px;
		width: 100%;
		object-fit: cover;
	}

}

@media only screen and (max-width : 1200px ) {
	.profileBackgroundImg {
		object-fit: cover;
		min-height: 250px;
	}	
}



/* Zoom images */

.img-zoom-wrapper {
	overflow: hidden;
}

.img-zoom-wrapper img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;

	vertical-align: middle;
}

.img-zoom-wrapper img:hover {
	-webkit-transform:scale(1.2); /* Safari and Chrome */
	-moz-transform:scale(1.2); /* Firefox */
	-ms-transform:scale(1.2); /* IE 9 */
	-o-transform:scale(1.2); /* Opera */
	transform:scale(1.2);
}
