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: 18px;
    font-weight: normal;
    margin-bottom: 30px;
}

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;
    position: relative;
    width: 100%;
}

.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);
    width: 100%;
}

.img-zoom-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
    display: inline-block;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

/* shopping cart */
.navbar .cart {

}


.bs-actionsbox .actions-btn {
    margin-left: 3px !important;
    margin-right: 3px !important;
    width: 32% !important;
}


.searchForm .bootstrap-select .dropdown-menu {
    z-index: 10000;
}


/* loginBox */
.contentblockDisablePadding .loginBox {
    padding-left: 10px;
    padding-right: 10px;
}

/* CMS tables */

.contentblock table {
    border-spacing: initial;
    border-collapse: initial;
}

/* Trainingsummary Table */
.trainingsummaryTable {
    margin-top: 0px;
    float: right;
}


.trainingsummaryTable .textCell {
    font-size: 90%;
    padding-right: 10px;
}

.trainingsummaryTable .iconCell {
    padding-left: 10px;
}

.trainingsummaryTable .iconCell img {
    width: 32px;
    height: 32px
}

.trainingsummaryTable td {
    padding: 5px 5px;
}

.trainingsummaryTable .trainingsummaryIcon {
    font-size: 40px;
}

h2.trainingsummary {
    font-size: 3.5rem;
    text-shadow: -1px -1px 0 rgba(80, 80, 80, 0.3), 1px -1px 0 rgba(80, 80, 80, 0.3), -1px 1px 0 rgba(80, 80, 80, 0.3), 1px 1px 0 rgba(80, 80, 80, 0.3);
    z-index: 1001;
    background: transparent !important;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0px !important;
    padding: 0px !important;
    z-index: 2;
}

.trainingImageGradient {
    position: relative;
    display: inline-block;
}

.trainingImageGradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
    display: inline-block;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0); /* IE6-9 */
}

.trainingShareThis {
    position: relative;
    text-align: right;
}

.trainingShareThisWrap {
    margin-top: 20px;
}

@media only screen and (max-width: 1200px ) {
    h2.trainingsummary {
        font-size: 2.5rem;
    }

    .trainingsummaryTable td {
        padding: 5px;
        font-size: 12px;
    }

    .trainingsummaryTable td .trainingsummaryIcon {
        font-size: 30px;
    }

    .trainingShareThisWrap {
        float: left;
        width: 49%;
        margin-top: 0px;
        padding-left: 10px;
    }

    .trainingsummaryWrap {
        float: left;
        width: 49%;
    }

    .trainingShareThis {
        text-align: left;
    }
}



/* loginBoxNew */
.loginBoxNew .profileBackground {
    position: relative;
}

.loginBoxNew .profileBackgroundWrapper {
    position: relative;
    text-align: left;
    top: 0px;
}

.loginBoxNew .profileBackgroundImg {
    width: 100%;
}

.loginBoxNew .profileImage {
    margin-top: 0px;
}

.loginBoxNew .defaultImage {
    width: 40px;
    height: 40px;
}

.loginBoxNew .customImage {
    display: inline-block;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
}

.loginBoxNew .username {
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 50px;
}

.loginBoxNew .bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    clear: both;
}

.loginBoxNew .bottom .logout {
    float: left;
    padding-right: 10px;
}

.loginBoxNew .bottom .logout .logoutButton {
    border: 0px solid transparent !important;
    background-color: transparent !important;
}

.loginBoxNew .bottom .myProfile {
    float: left;
    padding-right: 10px;
}

/* lastCertificate */
.lastCertificate {
    position: relative;
    min-height: 80px;
}

.lastCertificateIcon {
    position: absolute;
    right: 10px;
    top: 40px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    z-index: 2;
}

.lastCertificateIconImage {
    height: 40px;
    width: 40px;
    margin-top: 5px;
    margin-left: 7px;
}