@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");

/*--------------------------Variables declaration standard-----------------------------*/

:root {
    --font-family: "Montserrat", sans-serif;
    --primaryAccentColor: #53bbb0;
    --primaryAccentColorHover: #378b82;
    --secondaryAccentColor: #e63323;
    --secondaryAccentColorHover: #f79e1b;
    --darkAccentColor: #3a383d;
    --borderRadius: 8px;
    --loginBackgroundImage: transparent
        url(https://ikwilonlineleren.s3.eu-central-1.amazonaws.com/general/iwol_inlog_bg.jpg)
        center/cover no-repeat;
    --clientLogo: transparent
        url(https://s3.eu-central-1.amazonaws.com/quinton.academy/general/huisstijl/q_logo_small.png)
        no-repeat;
}

.app {
    font-family: var(--font-family) !important;
    font-size: 16px;
    color: var(--darkAccentColor);
	background-color: #f5f8fb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--secondaryAccentColor);
}

h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1em;
}
.page-step__header__title h5,
.page-course__header__title h5 {
    color: var(--darkAccentColor);
}

.e-header,
.page-register__content h2 {
    color: var(--secondaryAccentColor);
    font-size: 2em;
    font-weight: 600;
}

.e-header-s {
    color: var(--primaryAccentColor);
    font-size: 1em;
    font-weight: 700;
}

.e-video-header {
    color: var(--darkAccentColor);
    font-size: 4em;
    font-weight: 700;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    margin-top: 0vw;
}

.bhvTextContentRow {
    padding: 5vw 8vw;
    font-size: 1.1em;
    position: relative;
}

ol {
    list-style-type: decimal-leading-zero;
}

/*-----------------------EINDE ELEARNING--------------------------*/

/**
 * General style adjustments
 */

.terms-agreement-modal .modal-body {
    padding: 2vw;
}

.introduction-modal {
    width: 90% !important;
    max-width: 1080px;
    margin: 2rem auto;
}

.btn {
    padding: 7px 15px;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    border-radius: var(--borderRadius);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
    text-align: center;
    color: #ffffff;
    margin: 0;
    background: var(--primaryAccentColor);
    border-color: var(--primaryAccentColor);
}

.btn-primary:hover {
    background: var(--primaryAccentColorHover);
    border-color: var(--primaryAccentColorHover);
}

.btn-primary[disabled] {
    color: white;
    background-color: #e5e8eb;
    border-color: #e5e8eb;
}

.btn-primary[disabled]:hover {
    color: white;
    background-color: #e5e8eb;
    border-color: #e5e8eb;
}
.btn-default {
    color: var(--secondaryAccentColor);
    border: 1px solid;
    border-color: #e5e8eb !important;
    background: white;
    margin-left: 5px;
}
.btn-default:hover {
    color: white;
    border-color: var(--secondaryAccentColorHover) !important;
    background: var(--secondaryAccentColorHover);
}
.page-step--hide-navigation .page-step__header .btn-default:hover {
    color: var(--secondaryAccentColor) !important;
}

p a,
p a:hover,
.page-logout__content a {
    color: var(--primaryAccentColor);
}

.screen-frame {
    width: 95% !important;
    z-index: -10;
    margin-left: 2%;
}

.screen-frame-2 {
    position: absolute !important;
    width: 95% !important;
    z-index: -10;
    margin-left: 2%;
}

.screen-video,
.content-iframe {
    border-radius: var(--borderRadius);
}
.screen-video, .page-step__content .film {
	width: 100%;
    margin: 1vh auto;
    padding: 0 5vw;
    height: auto;
}
.page-step__content .frame {
	display:none;
}
.login-top {
    padding-top: 3em;
    font-weight: 700;
    background: var(--clientLogo);
    background-size: 10em;
    width: 15em;
    margin: 1em 2em;
    background-position: top right;
    font-size: inherit;
}

.login-top__greeting + a {
    font-size: 1em;
    color: white;
    background: var(--primaryAccentColor);
    padding: 10px;
    border-radius: var(--borderRadius);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-top__greeting + a:hover {
    background: var(--primaryAccentColorHover);
}

/**
 * /General style adjustments
 */

/**
 * /Start Notifications Style
 */

.Toastify__toast--default {
    background-color: #fff;
    border-left: 5px solid var(--primaryAccentColor);
    padding: 10px;
    border-radius: var(--borderRadius);
}

.notification-item {
    color: var(--primaryAccentColor);
}

.Toastify__progress-bar--default {
    background: #ffdc00;
}

/**
 * /End Notifications Style
 */

/**
 * / Assign Voucher styling
 */
#react-select-2-listbox {
    color: firebrick;
}

[id^="react-select-"] {
    color: olivedrab;
}

/**
 * Step quiz styling
 */

.step-quiz:before {
    background: var(--darkAccentColor);
    position: fixed;
    z-index: -10;
}

.page-step__content .step-quiz {
    position: initial;
    padding: 2vw 10vw;
    background: white;
    padding: 2em;
    border-radius: var(--borderRadius);
    margin: 10vh auto;
    max-width: 800px;
    -webkit-box-shadow: 0px 19px 41px 7px rgb(0 0 0 / 19%);
    box-shadow: 0px 19px 41px 7px rgb(0 0 0 / 19%);
}

.step-quiz__score {
    color: var(--primaryAccentColor);
}

.step-quiz__nav__item {
    width: 18px;
    height: 18px;
    font-size: initial;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    color: transparent;
    background: transparent;
    border-color: #858c94;
    border-radius: 20px;
}

.step-quiz__nav__item--current {
    background: var(--primaryAccentColor);
    border: none;
}

.step-quiz__nav__item--answered {
    background-color: var(--primaryAccentColor);
    border-color: var(--primaryAccentColor);
    opacity: 0.5;
}

.step-quiz__content h3 {
    position: relative;
    padding-bottom: 6px;
}

.step-quiz__content h3:after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 0;
    display: block;
    border-bottom: 1px solid white;
}

.step-quiz__content
    input[type="radio"]:checked
    ~ .question__answers__answer__content {
    color: #001727;
    background: #e5e8eb;
    border-color: #e5e8eb;
    font-weight: 500;
}

.step-quiz__content .question__answers__answer__content:hover {
    background-color: #f5f8fb;
}

.step-quiz__content .question__content {
    color: var(--primaryAccentColor);
}

.step-quiz__next:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent white;
}

.step-quiz__next[disabled] {
    color: rgba(185, 185, 185, 1);
    background: transparent;
    border: 1px solid transparent;
}

.step-quiz__content .question__answers__answer__content {
    color: var(--darkAccentColor);
    border-radius: var(--borderRadius);
    border-color: #e5e8eb;
}

.step-quiz h3 {
    position: relative;
    padding-bottom: 6px;
    color: var(--secondaryAccentColor);
}

.step-quiz.step-quiz--intro h3:after,
.step-quiz.step-quiz--complete h3:after,
.step-quiz.step-quiz--completed h3:after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 0;
    display: block;
    border-bottom: 1px solid white;
}

.step-quiz.step-quiz--complete h3 + p {
    margin-bottom: 2em;
}

.step-quiz__summary .list-group-item {
    text-align: left;
}
.step-quiz__summary .list-group-item-text {
    border-top: 1px solid #e5e8eb;
}
.page-step__quiz .page-step__content {
    min-width: 100%;
}

.page-step__content #vraag {
    color: var(--primaryAccentColor);
}

.page-step__content .total_score_field {
    position: fixed;
    z-index: 10;
    top: 10px;
    right: 60px;
    background-color: white;
    border-radius: var(--borderRadius);
    color: var(--primaryAccentColor);
}
.page-step__content .total_score_field p {
    margin: 11.5px;
    font-weight: 700;
    padding: 0px;
}

.page-step__content a:active,
.page-step__content a:focus,
.page-step__content a:hover {
    border: 0px;
    color: #254a7b;
}

.step-quiz.step-quiz--intro .btn-primary {
    margin-top: 2em;
}

.step-quiz.step-quiz--intro .btn-primary:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/**
 * /Step quiz styling
 */

/*Feedback bg*/

.feedback-modal__body {
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
}

.feedback-modal__body:after {
    background-image: none;
    opacity: 1;
}
.feedback-modal .modal-content,
.feedback-modal .modal-dialog .modal-content {
    background-color: transparent;
}

.feedback-modal__detail-indicator__inner,
.feedback-detail__help-text__inner {
    background-color: transparent;
    padding: 10px;
}

.feedback-detail__submit__inner button[disabled] {
    background-color: #9c9c9c;
    color: #f5f8fb;
    padding: 10px;
}

.feedback-detail__question__inner {
    border: none;
    background: rgba(245, 248, 251, 0.11);
}

.feedback-detail__submit__inner button {
    background-color: var(--primaryAccentColor);
    color: white;
    padding: 10px;
}

.feedback-detail__submit__inner button:hover {
    background: var(--primaryAccentColor);
    color: #f5f8fb;
}
.feedback-detail__submit__inner button:active,
.feedback-detail__submit__inner button:focus,
.feedback-detail__submit__inner button:hover {
    background: var(--primaryAccentColor);
}
.feedback-detail__polar__text {
    background: var(--primaryAccentColor);
    color: white;
}
.feedback-detail__polar__text:hover {
    background: var(--primaryAccentColor);
}
.feedback-detail__polar input:checked ~ .feedback-detail__polar__text {
    background-color: #011927;
}
.feedback-modal__success-button__inner button {
    background: var(--primaryAccentColor);
    padding: 10px 25px;
}
.feedback-modal__success {
    background: transparent;
    color: white;
    font-weight: normal;
}

.page-step__content .feedback-button {
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: auto;
    padding: 25px;
    backdrop-filter: blur(5px);
    background-color: rgba(19, 48, 55, 0.3);
    width: 100%;
}
.page-step__content .feedback-button button {
    background: var(--primaryAccentColor);
}

/**
 * Login style
 */

.login-top-navigation-wrapper,
.page-course__header,
.page-step--normal .page-step__header,
.page-module__header {
    height: 70px;
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    box-shadow: none !important;
    color: var(--darkAccentColor);
}

.page-step__header,
.page-course__header {
    box-shadow: none !important;
}

.page-course__header h5,
.page-step__header h5 {
    font-size: 18px !important;
}

/**
 * /Login page styling 2021
 */
.page-login:after,
.page-register:after,
.page-password-reset:after,
.page-logout:after {
    content: "";
    z-index: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--loginBackgroundImage);
}

.page-login .app-content__content,
.page-register .app-content__content {
    margin: auto;
    display: block;
    padding: 0px;
}

.page-login--new__form .btn,
.page-logout__form .btn,
.page-password-reset__form .btn {
    display: inline-block;
    width: auto;
    margin: 10px 0px;
    padding-left: 25px;
    padding-right: 25px;
}
.page-login--new__form .btn {
    float: right;
}

.page-login--new__content .language-switcher {
    margin-top: 2rem;
}

.page-report-index__content,
.page-profile__content,
.page-register,
.page-report p {
    font-size: 1em;
    margin: auto;
    width: 100%;
}

.page-login--new__content,
.page-logout__content,
.page-password-reset__content,
.page-login__content,
.page-register__content {
    background: white;
    max-width: 500px;
    color: var(--darkAccentColor);
    width: 40vw;
    height: 100vh;
    border-radius: 0px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    padding-top: 24vh;
    position: absolute;
    top: 0px;
    right: 0px;
	z-index: 1;
}

.page-register__content {
    width: 95%;
    max-width: 800px;
	height:auto;
	padding-top:5em;
}
.page-register .control-label {
    color: #011927;
}
.page-register-user .input-group-btn {
    font-size: 0.8em !important;
}

.page-register__content__voucher {
    background-color: rgba(236, 236, 236, 1);
    padding: 10px 25px;
    border-radius: var(--borderRadius);
    margin: 10px 0;
}

.page-login--new .oauth-sign-in-button__button,
.regular-auth-button__button,
.oauth-sign-in-button__button,
.page-login__content__regular-auth .regular-auth-button__button {
    box-shadow: none;
    border-radius: var(--borderRadius);
    font-family: inherit;
    background-color: #e5e8eb !important;
    width: 100%;
    text-align: left;
    color: var(--darkAccentColor);
    min-height: 50px;
}

.page-login__content__external-oauth
    .oauth-sign-in-button--surfconext
    .oauth-sign-in-button__button {
    background: #e5e8eb
        url(https://s3.eu-central-1.amazonaws.com/portal.bhvonline.com/general/bhv_university_icon.png)
        no-repeat;
    background-size: 25px auto;
    background-position: 10px 50%;
}

.page-login__content__regular-auth .regular-auth-button__button {
    background: #e5e8eb
        url(https://s3.eu-central-1.amazonaws.com/portal.bhvonline.com/general/bhv_icon_dark_green.png)
        no-repeat;
    background-size: 25px auto;
    background-position: 10px 50%;
}

.page-login--new .page-login__content__regular-auth {
    margin-top: 15px;
}

.page-login--new .oauth-sign-in-button__button:hover,
.regular-auth-button__button:hover,
.oauth-sign-in-button__button:hover,
.page-login__content__regular-auth .regular-auth-button__button:hover {
    padding: 15px 20px 15px 65px;
    box-shadow: none;
}
.page-login__content .oauth-sign-in-button:after,
.page-login__content__regular-auth .regular-auth-button:after {
    content: " ";
    background: transparent
        url(https://s3.eu-central-1.amazonaws.com/portal.bhvonline.com/general/icons/green_arrow_right.png)
        no-repeat;
    background-size: 10px auto;
    background-position: 50% 50%;
    height: 50px;
    width: 50px;
    float: right;
    margin-top: -55px;
    position: relative;
    border-radius: 0px 5px 5px 0px;
}

.page-login__form .form-control,
.page-password-reset__form .form-control,
.page-register .form-control,
.page-profile .form-control {
    color: var(--darkAccentColor);
    background-color: white;
    box-shadow: none;
    text-align: left;
    border: 1px solid #e5e8eb;
    margin: 0px 0px 10px 0px;
    border-radius: var(--borderRadius);
    padding: 10px;
    font-size: 1em;
    height:auto;
}

.page-login__form .btn {
	width: auto;
	display:inline;
	margin: 20px auto;
	float:left;
}
.page-login__form .btn-primary {
    float:right; 
	margin-left:5px;
}

.page-login--new .regular-auth-back-button {
    border: 0px;
    background: transparent;
}
.page-login--new .regular-auth-back-button .glyphicon-chevron-left {
    color: var(--primaryAccentColor);
    font-size: 1.5rem;
}
.page-login--new .page-login__form button {
    margin-bottom: 2rem;
}

.page-login__content h2,
.page-logout__content h2,
.page-password-reset__content h2 {
    margin-bottom: 4em;
    text-align: center;
    color: var(--darkAccentColor);
    font-size: 1.7rem;
    font-family: inherit;
}
.page-register__content h2 {
    color: var(--primaryAccentColor);
}

.page-login__content h1,
.page-logout__content h1,
.page-password-reset__content h1,
.page-register__content h1 {
    margin-bottom: 0.2em;
    color: var(--primaryAccentColor);
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
}

.panel-body > p {
    color: #ffffff;
}

.page-login__password-reset-link,
.page-login__password-reset-link:active,
.page-login__password-reset-link:focus,
.page-login__password-reset-link:hover,
.page-login__register-link,
.page-login__register-link:active,
.page-login__register-link:focus,
.page-login__register-link:hover,
.page-logout__content a,
.page-logout__content a:active,
.page-logout__content a:focus,
.page-logout__content a:hover,
.page-password-reset__login-link,
.page-password-reset__login-link:active,
.page-password-reset__login-link:focus,
.page-password-reset__login-link:hover {
    color: var(--primaryAccentColor);
}

@media screen and (max-width: 500px) {
    .page-login--new__content,
    .page-logout__content,
    .page-password-reset__content,
    .page-login__content,
    .page-register__content {
        height: 80vh;
        top: auto;
        bottom: 0px;
        padding: 5vw;
        width: 100%;
    }
}

/**
 * /End Login style
 */

/**
 * Custom Backgrounds & headers
 */

.page-course .module-teaser,
.page-course-index .course-teaser {
    margin: 20px 5px;
    transition: ease all 0.3s;
    /*-webkit-box-shadow: 0px 19px 41px 7px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 19px 41px 7px rgba(0, 0, 0, 0.19);*/
}

.page-course .module-teaser:hover,
.page-course-index .course-teaser:hover {
    /* transition: ease all 0.3s;
    -webkit-box-shadow: 0px 19px 41px 7px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 19px 41px 7px rgba(0, 0, 0, 0.29);*/
}

.page-course .module-teaser--locked,
.page-course .module-teaser--locked:hover,
.page-course-index .course-teaser--locked,
.page-course-index .course-teaser--locked:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-course__content,
.page-widget-page {
    width: 100%;
    min-height: 100%;
    padding: 10vw;
    position: absolute;
    content: " ";
    background-color: #eceef0;
    top: 0px;
}

.page-report-index,
.page-profile,
.page-register-user,
.page-report,
.page-support,
.page-notification-index,
.page-dashboard,
.page-report__content,
.page-module-index,
.page-webform-submission,
.page-course-index,
.page-pin-maker {
    width: 100%;
    height: 100%;
    content: " ";
    background: #f5f8fb;
    z-index: -100;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.app--layout-new .page-step {
    height: 100%;
    width: 100%;
    background: #eceef0;
    padding-top: 40px;
}

.page-course__intro,
.page-course-index__intro {
    border-bottom: 1px solid white;
    text-align: center;
    padding: 1.7em;
    margin: 1em auto;
    width: 100%;
}

/**
 * /Custom Backgrounds & headers
 */

/**
 * Rapports & Profile
 */

/* Label teskt in grafische rapportage */
.page-report .recharts-tooltip-wrapper p {
    color: var(--darkAccentColor);
}
.page-support-back-btn {
    position: fixed;
    top: 15px;
    left: 15px;
}

.page-register-user .container {
    width: 40%;
}
.page-report-index__content div {
    width: 100%;
    margin: 20px 0px;
}
.page-report__content {
    padding: 10vh;
}
@media screen and (max-width: 767px) {
    .page-report-index__content .table-responsive {
        border: 0px;
        max-width: 90vw;
    }
}
.page-report__content .table {
    min-width: 100%;
}
.page-widget-page .panel-body {
    padding: 2rem 5rem;
}

.page-report-index__content tr td {
    border-top: 0px;
    margin-top: 30px;
    font-weight: initial;
}
.page-report-index__content tr td:first-child {
    padding: 12px;
    width: 25vw;
    max-width: 350px;
    font-weight: 700;
    text-decoration: none;
    background: var(--primaryAccentColor);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-report-index__content tr td:first-child:hover {
    background: var(--primaryAccentColorHover);
    border-color: var(--primaryAccentColorHover);
    cursor: pointer;
}
.page-report a {
    color: var(--primaryAccentColor);
}
.control-label,
.page-report__content {
    font-size: 15px;
}
.page-report-index__content a {
    color: white;
}
.page-register .panel-default {
    border: 0px;
}
#page-profile-tabs a {
    color: var(--darkAccentColor);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#page-profile-tabs a:hover {
    color: var(--primaryAccentColor);
}
.page-report-index__content a:hover {
    text-decoration: none;
}
.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-bottom: 1px solid white;
    border-top: 0px;
    white-space: normal !important;
}
.page-profile form input[type="text"][type="password"] {
    background-color: #87b0b4;
    color: white;
}

.page-profile .page-profile__password-form input {
    margin: 10px;
}

.page-report .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(187, 187, 187, 0.06);
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #ff004d;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: var(--primaryAccentColor);
    border-color: var(--primaryAccentColor);
}

.page-register__content__external-oauth .oauth-sign-in-button-row {
    color: grey;
}

/* Henri 15-08-2019  Om hamburger menu weer op juiste plek te houden */
.page-report {
    padding-top: 0;
}

/**
 * /Rapports & Profile
 */

/*quiz pijl*/

.pijl {
    width: 20%;
    float: right;
}

.panel-default > .panel-heading {
    border-color: var(--primaryAccentColor);;
    box-shadow: 0px;
    -webkit-box-shadow: 0px;
}

.panel-default {
    border-color: var(--primaryAccentColor);;
}

.panel-default > .panel-heading {
    border: 1px solid var(--primaryAccentColor);;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: var(--primaryAccentColor);;
}

/*---make a basic box ---*/

.box {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 10px;
    float: left;
    border: 1px solid #333;
    background: #999;
}

.js-header {
    -webkit-animation-name: greenPulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    background-color: #f4180a;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.js-container {
    background-color: #ffffff;
    height: 100%;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-support-support-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: var(--borderRadius);
    margin: 1rem;
    padding: 5rem;
}

.modal-body .checkbox > label {
    color: var(--darkAccentColor) !important;
}

.txt-white {
    color: #ffffff;
    margin-top: 20px;
}

.page-step__content .checkmark {
	border: 1px solid rgba(91,91,91,1.00);
}

.containerAfronding {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-image: var(--loginBackgroundImage);
  background-repeat: no-repeat;
  background-size: cover;
}

.circle {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  display: inline-block;
  border: 10px solid var(--primaryAccentColor);
  margin-bottom: 1em;
}

.circleText {
  font-weight: bold;
  margin-top: 32px;
}

.afrondingCard {
  text-align: center;
  background-color: white;
  padding: 5em 4em;
  width:90%;
  max-width: 700px;
  min-width: 300px;
  border-radius: 5px;
  box-shadow: 5px 5px 20px -10px grey;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.arrow {
  position: absolute;
  top: 7%;
  right: 3%;
  background-image: url("https://ikwilonlineleren.s3.eu-central-1.amazonaws.com/crisicom/media/ebook/img/arrow-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 5em;
  height: 5em;
}

.uitspraak {
  color: var(--primaryAccentColor);
  font-weight: bold;
}

@media only screen and (max-width: 740px) {
  .arrow {
    top: 3%;
    right: 5%;
  }
  .afrondingCard{
    padding: 5em 1em;
  }
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
    background-color: #e2e2e2 !important;
    border-color: var(--darkAccentColor) !important;
    color: #6a6a6a !important;
}

.dropdown-menu {
    font-size: 18px;
}
.login-top-navigation .dropdown-menu li a,
.page-step__header .dropdown-menu li a {
    padding: 10px 30px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-top-navigation {
    padding: 0px 10px;
    position: fixed;
    z-index: 10;
}

.app--layout-new .page-step__header__close .btn,
.app--layout-new .page-step__header__menu .btn,
.app--layout-new .page-course__header__close .btn,
.app--layout-new .page-step__header .step-volume-control button,
.login-top-navigation .btn {
    font-size: 20px;
    margin: 5px;
    padding-top: 10px;
}
.app--layout-new .page-step__header__pager {
    font-size: 20px;
    left: 70px;
}
.app--layout-new .page-step--normal .page-step__header,
.app--layout-new .page-course__header,
.app--layout-new .login-top-navigation-wrapper {
    height: 60px;
    padding-top: 10px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.4);
}

.page-step--hide-navigation .page-step__header {
	height:0px !important;
	padding:0px !important;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.fullscreen-bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.app--layout-new .page-step__content {
    max-width: 85vw;
    padding: 5vh 0;
}

.page-step__content .col-md-6 h1 a,
.bhvTextContentRow a {
    padding: 7px 15px;
    text-align: center;
    color: #ffffff;
    font-size: large;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
    background: var(--primaryAccentColor);
    border-radius: var(--borderRadius);
    border-color: var(--primaryAccentColor);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bhvTextContentRow p a {
    background: none;
    border: 0px;
    padding: 0;
    color: var(--primaryAccentColor);
}
.bhvTextContentRow p a:hover {
    background: none;
    border: 0px;
    color: var(--primaryAccentColorHover);
}

.login-top__greeting a {
    color: var(--secondaryAccentColor);
    border: 0px;
}
.bhvTextContentRow a:hover,
.login-top__greeting a:hover {
    color: var(--primaryAccentColor);
}

 .bhvTextContentRow .module-teaser {
     max-width:350px;
}

.bhvStepIndication,
.step-webform__webform,
.replacement_item {
    background-color: white;
    padding: 1em 1.5em;
    border-radius: var(--borderRadius);
    font-size: 1em;
    color: var(--darkAccentColor);
    width: 100%;
    max-width: 800px;
    margin: 10px 0; /* 10px */
    text-align: left;
    -webkit-box-shadow: 2px 10px 10px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 10px 10px -13px rgba(0, 0, 0, 0.2);
}
.step-webform__webform {
    margin: auto;
}
.bhvStepIndication p {
    margin: 0;
}
.step-webform__webform .control-label {
    color: var(--darkAccentColor);
    font-size: 1em;
}
.step-webform__webform .help-block {
    color: #858c94;
}
.step-webform__webform .form-control {
    font-size: 1em;
}
.bhvStepIndication .bhvXPstyle {
    color: var(--primaryAccentColor);
    font-weight: bold;
}
.bhvStepIndication img {
    width: 30px;
    float: left;
    margin: 0 5px;
}

.app--layout-new .page-step__content {
    -webkit-transition: 0;
    transition: 0;
}

.bhvRow #stepNextBtn {
    position: fixed;
    top: 40vh;
    right: 10px;
}

.bhvRow .screen-video {
    border-radius: var(--borderRadius);
    max-height: 90vh;
}

.bhvstepimg {
	border-radius: var(--borderRadius);
	padding:10px;
	margin:20px;
	max-width:100%;
	-webkit-box-shadow: 2px 10px 10px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 10px 10px -13px rgba(0, 0, 0, 0.2);
}

.bhvRow .embed-responsive {
    height: auto;
    width: auto;
    position: relative;
}

.text-center {
    text-align: center !important;
}

/* Begin Notifications CSS */

.notification-listing-top {
}
.notification-listing {
}
.notification-listing__fetch-more {
}
.notification-item {
}
.notification-item-title:before {
    content: "   ";
}
.notification-item-title {
    color: var(--darkAccentColor);
    display: inline;
}
.notification-item-highlight {
    font-weight: bold;
    display: inline;
    font-size: 2rem;
}
.notification-item-sent-at {
    color: #858c94;
}
.notification-toast {
}
.notification-toast .notification-item {
}

.page-notification-index__content .notification-item {
    padding: 1.5em;
    background-color: white;
    border-color: white;
}
.page-step__content .feedback-button {
    z-index: 10;
}

/* End Notifications CSS */
