﻿/*@font-face {
    font-family: "Segoe UI Web (West European)";
    src: url("../webfonts/segoeui-regular.woff2") format("woff2"), url("../webfonts/segoeui-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}*/

body {
    padding-bottom: 20px;
    font-family: "Lato",'Segoe UI Web (West European)', sans-serif !important;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #f7f8f9;
}

body .container .jumbotron,
body .container-fluid .jumbotron {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01), 0 4px 7px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    border: 0;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 1080px) {
    .container {
        max-width: 1080px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.bodypublic {
    background: url("https://novanetprdstorage.blob.core.windows.net/images/background_public.jpg") no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #FFFFFF;
}



.btn-success {
    color: #ffffff !important;
    background-color: #f7b548;
    border-color: #ffffff;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d !important;
    font-size: 13px;
    background-color: #FFF;
}

.btn-danger {
    color: #fff;
    border-color: #fff !important;
    font-size: 13px;
    background-color: #dc3545;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .btn-danger:hover {
        color: #dc3545;
        background-color: #fff;
        border-color: #dc3545 !important;
    }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545 !important;
    font-size: 13px;
    background-color: #FFF;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #fff;
    }

.btn-outline-success {
    color: #45b565;
    border-color: #45b565 !important;
    font-size: 13px;
    background-color: #FFF;
}

.btn-outline-info {
    color: #415c72;
    border-color: #415c72 !important;
    font-size: 13px;
    background-color: #FFF;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #415c72;
        border-color: #fff;
    }

.btn-success:hover {
    color: #F9CA47 !important;
    background-color: #ffffff;
    border-color: #F9CA47;
}

.editbar {
    min-width: 80px;
    text-align: right;
}

#buttontop {
    background-color: #f7b548 !important;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #F9CA47;
    border-color: #F9CA47;
}

.btn-info:hover {
    color: #415c72 !important;
    background-color: #ffffff;
    border-color: #415c72;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #415c72;
    border-color: #415c72;
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #bab4b4;
    border-color: #eeeeee;
}

.btn-warning:hover {
    color: #f7b548 !important;
    background-color: #ffffff;
    border-color: #f7b548;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #fff !important;
    background-color: #f7b548;
    border-color: #f7b548;
}

.btn-warning-inverted {
    color: #f7b548;
    background-color: #fff !important;
    border-color: #f7b548 !important;
    font-size: 14px;
}

    .btn-warning-inverted:hover {
        color: #fff !important;
        border-color: #fff !important;
        background-color: #f7b548 !important;
    }

.btn-default {
    font-size: 14px;
}

.btn.disabled, .btn:disabled {
    opacity: 0.45;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #343737;
    background-color: transparent;
}

.storyboard-block {
    min-height: 375px;
}

@media (max-width: 992px) {
    .storyboard-block {
        min-height: 200px;
    }
}

/* ========================================================== */
/* 			               01. GENERAL LAYOUT                 */
/* ========================================================== */

i {
    margin-right: 3px;
}
.badge-primary {
    background-color: #415c72;
}

.badge-light {
    background-color: #dcdee0;
}

.badge-info {
    color: #ffffff;
    background-color: #415c72;
}

.badge {
    margin-right: 5px;
    padding: 5px 6px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: normal;
}

.badge-pill {
    margin-right: 5px;
    margin-left: 5px;
    padding: 3px 5px;
    border-radius: 20px;
    color: #ffffff;
}

.login-image {
    width: 90%;
    padding: 20px 10px;
    background-color: #fff;
}

@media (min-width: 768px) {
    .mt-md-60 {
        margin: 60px !important;
    }
}

@media (min-width: 992px) {
    .login-image {
        padding: 25px 25px !important;
    }
}

.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.login-card-description {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px;
    margin-left: 20px;
}

.font-icon-lg {
    margin-right: 7px;
    font-size: 16px !important;
}

.font-icon-sm {
    margin-right: 7px;
    font-size: 14px !important;
}

.fa-icon-color-green {
    color: #28a745;
    padding-right: 5px;
}

.fa-icon-color-orange {
    color: #f7b548;
    padding-right: 5px;
}

.fa-icon-color-red {
    color: #dc3545;
    padding-right: 5px;
}

.fa-icon-color-grey {
    color: #bababa;
    padding-right: 5px;
}

.fa-icon-size-8 {
    font-size: 8px;
}

.fa-icon-size-11 {
    font-size: 11px;
}

.fa-icon-size-16 {
    font-size: 16px;
}

.fas-menu-vertical {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    padding-right: 10px;
    padding-left: 30px;
}

@media(max-width: 1199.98px) {
    .fas-menu-vertical {
        padding-left: 5px;
    }
}

ul {
    padding: 0;
}

ul,
ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

    ul li,
    ol li {
        font-size: 17px;
        line-height: 38px;
        list-style-type: none;
    }

        ul li,
        ol li .nav-tabs {
            line-height: 30px;
        }


.nav-tabs-courseblocks {
    margin-bottom: 10px;
}

.nav-tabs-exams {
    margin-bottom: 10px;
}

.nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    color: #495057;
    background-color: #f6f6f6;
}

.modal-dialog ul li,
ol li {
    font-size: 14px;
    list-style-type: disc;
    line-height: 20px;
}

/* Header fixed to the top of the modal */
.modal-header--sticky {
    position: sticky;
    top: 0;
    z-index: 1100;
}

.modal-overlay{
    max-width: 784px;
}

.modal-body-overlay-image {
    padding: 0px;
    height: 465px;
    position: relative;
}

.modal-body-overlay-status {
    color: #FFF;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 20px;
    padding: 5px 30px;
}

.modal-body-overlay-message {
    position: absolute;
    left: 25px;
    margin-right: 25px;
    bottom: 0px;
}

.modal-body-overlay-status-success {
    background-color: #45b565;
}

.modal-body-overlay-status-warning {
    background-color: #f7b548;
}

.modal-body-overlay-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.modal-body-overlay-command {
    position: absolute;
    left: 40px;
    bottom: 20px;
}

.content-header--sticky {
    position: sticky;
    top: 35px;
    z-index: 1100;
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
    position: sticky;
    bottom: 65px;
    background-color: #f0faff;
    z-index: 1100;
}

.modal-backdrop {
    width: 200vw;
    height: 200vh;
}

.pagination-container-bottom ul li,
ol li {
    list-style-type: none;
}

.modal-dialog ul,
ol {
    padding-left: 15px;
    margin-bottom: 10px;
}

ul li i {
    /*vertical-align: middle;*/
    padding-right: 5px;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: 0;
}

    a:hover {
        color: #415c72;
    }

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 14px;
}

h2.section-title {
    margin-bottom: 10px;
}

p.section-subtitle {
    font-size: 18px;
}

    p.section-subtitle.white {
        color: #ffffff;
    }

iframe {
    max-width: 100%;
    border: none;
}

.video-popup-wrapper {
    position: relative;
}

    .video-popup-wrapper img {
        border-radius: 8px;
        box-shadow: 0 23px 40px rgba(0, 0, 0, 0.15);
    }

.popup-gallery:hover .video-popup-image {
    opacity: 1;
}

.video-popup-image {
    border-radius: 8px 8px !important;
}

.video-play-icon {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    background-color: #fff;
    border-radius: 50% 50%;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.white-text {
    color: #fff;
}

.course-header {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    font-size: 15px;
}

.blue {
    color: #415c72;
}

.section-top-border {
    border-top: 1px solid #efefef;
}

.section-bottom-border {
    border-bottom: 1px solid #efefef;
}

.section-white {
    background: #fff;
    padding: 90px 0 100px 0;
}

.section-grey {
    background: #fafbfc;
    padding: 90px 0 100px 0;
}

.section-blue {
    background-color: #415c72;
    padding: 90px 0;
}

    .section-white.no-padding,
    .section-grey.no-padding,
    .section-blue.no-padding {
        padding: 0;
    }

    .section-white.medium-paddings,
    .section-grey.medium-paddings,
    .section-blue.medium-paddings {
        padding: 50px 0;
    }

    .section-white.small-paddings,
    .section-grey.small-paddings,
    .section-blue.small-paddings {
        padding: 30px 0;
    }

    .section-white.xsmall-paddings,
    .section-grey.xsmall-paddings,
    .section-blue.xsmall-paddings {
        padding: 10px 0;
    }

    .section-white.small-padding-top,
    .section-grey.small-padding-top,
    .section-blue.small-padding-top {
        padding: 30px 0 90px 0;
    }

    .section-white.small-padding-bottom,
    .section-grey.small-padding-bottom,
    .section-blue.small-padding-bottom {
        padding: 90px 0 70px 0;
    }

    .section-white.no-padding-bottom,
    .section-grey.no-padding-bottom,
    .section-blue.no-padding-bottom {
        padding: 90px 0 0 0;
    }

.width-100 {
    width: 100%;
}

.box-shadow {
    border-radius: 8px;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.15);
}

/* margin and padding classes */

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-top-110 {
    margin-top: 110px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-120 {
    margin-bottom: 120px !important;
}

.margin-bottom-130 {
    margin-bottom: 120px !important;
}

.margin-bottom-140 {
    margin-bottom: 140px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-120 {
    padding-top: 120px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-20 {
    padding-right: 20px;
}


.required-label:after {
    content: " *";
    font-weight: bold;
    color: #415c72;
}

/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */

.home-section {
    position: relative;
    z-index: 999;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f7f8f9;
}

    .home-section h1 {
        color: #071e55;
        line-height: 1.1em;
    }

    .home-section .hero-image {
        margin-left: -50px;
    }

ul li, ol li .validation-summary-errors {
    font-size: 14px;
}

/* ========================================================== */
/* 			               FORMS                              */
/* ========================================================== */

label {
    display: inline-block;
    margin-bottom: 15px;
}

.form-control {
    font-size: 14px;
}

.input-group-text {
    font-size: 14px;
}

.custom-select {
    font-size: 14px;
}

.col-form-label {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
}

/* ========================================================== */
/* 			               TABLE                              */
/* ========================================================== */


.table thead th {
    border-bottom: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    color: #6c757d;
    background-color: #f6f6f6;
}

.col-start {
    width: 15px;
    min-width: 15px;
}

.col-icon {
    width: 15px;
    min-width: 15px;
    color: #cccccc;
    padding-left: 10px;
}

.col-icon-action {
    width: 25px;
    min-width: 25px;
    padding-left: 10px;
}

.col-icon-message {
    width: 20px;
    min-width: 20px;
    padding-left: 10px !important;
    padding-top: 6px !important;
    font-size: 20px;
    color: #000;
}

.col-title-message {
    padding-top: 6px !important;
    color: #000;
}

.col-datetime {
    min-width: 140px;
    width: 140px;
}

.col-price {
    min-width: 120px;
    width: 120px;
}

.col-status {
    min-width: 100px;
    width: 100px;
}

.col-min-75 {
    min-width: 75px;
}

.col-min-100 {
    min-width: 100px;
}


.col-min-150 {
    min-width: 150px;
}


.col-min-200 {
    min-width: 200px;
}

.table-default{
    background-color: #FFF;
}

/* ========================================================== */
/* 			               MODALS                             */
/* ========================================================== */
.close {
    color: #fff;
}

.modal {
    z-index: 11050 !important;
}

.modal-admin {
    top: 0px;
}

.close:hover {
    color: #fff;
}

.modal-header {
    background-color: #415c72;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    min-height: 35px;
}

.modal-header-subheader {
    margin-right: -16px;
    margin-left: -16px;
    margin-bottom: 15px;
}

.close {
    line-height: 0.7;
}

.modal-header-danger {
    background-color: #dc3545;
    color: #ffffff;
    padding-top: 6px;
    padding-left: 6px;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    min-height: 35px;
}

.modal-footer {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (min-width: 992px) {

    .modal .modal-full-height {
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 600px;
        height: auto;
        min-height: 100%;
        margin: 0;
        z-index: 99999;
    }
}

.modal-content {
    border: 0px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0rem !important;
}

.modal.modal-bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.modal-bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal.modal-bottom .modal-content {
    height: auto;
    overflow-y: auto;
}

.modal.modal-bottom .modal-body {
    padding: 15px 15px;
}

/* Bottom */
.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.5s linear, bottom 0.5s ease-out;
    -moz-transition: opacity 0.5s linear, bottom 0.5s ease-out;
    -o-transition: opacity 0.5s linear, bottom 0.5s ease-out;
    transition: opacity 0.5s linear, bottom 0.5s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
}

.cus-container {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.cus-progressbar {
    counter-reset: step;
}

    .cus-progressbar li {
        float: left;
        width: 25%;
        position: relative;
        text-align: center;
    }

        .cus-progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 30px;
            height: 30px;
            border: 2px solid #bebebe;
            display: block;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            line-height: 27px;
            background: white;
            color: #bebebe;
            text-align: center;
            font-weight: bold;
        }

        .cus-progressbar li:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background: #979797;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .cus-progressbar li:first-child:after {
            content: none;
        }

        .cus-progressbar li.active + li:after {
            background: #3aac5d;
        }

        .cus-progressbar li.active:before {
            border-color: #3aac5d;
            background: #3aac5d;
            color: white
        }

/* ========================================================== */
/* 			               Note                               */
/* ========================================================== */

.note-button {
    height: 40px;
    border: solid 3px #fff;
    background: #000000;
    width: 140px;
    line-height: 32px;
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    position: fixed;
    left: 30px;
    bottom: 0px;
    z-index: 99999;
    cursor: pointer;
}

.textarea-container {
    min-height: 70px;
    font-size: 12px;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 8px;
    margin-bottom: 20px;
    white-space: pre-wrap
}

/* ========================================================== */
/* 			               FEEDBACK FORM                      */
/* ========================================================== */
.feedback-button {
    height: 40px;
    border: solid 3px #fff;
    background: #f7b548;
    width: 140px;
    line-height: 32px;
    -webkit-transform: rotate(-90deg);
    color: #fff !important;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-align: center;
    font-size: 18px;
    position: fixed;
    right: -49px;
    top: 170px;
    z-index: 950;
    cursor: pointer;
}

.feedbackblock {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 0.3rem;
    min-height: 80px;
    border: 1px solid rgba(156,172,186,0.3);
    transition: transform 100ms ease-in-out, box-shadow 100ms ease-in-out;
}

    .feedbackblock:hover {
        cursor: pointer;
        border: 1px solid #415c72;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01), 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    }

.feedbackblock-title {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 0.3rem;
    min-height: 60px;
    border: 1px solid #fff;
    transition: transform 100ms ease-in-out, box-shadow 100ms ease-in-out;
}

.feedback-icon {
    float: left;
    width: 65px;
    min-height: 50px;
}


.feedback-text {
    float: left;
}

.feedback-poweredby {
    position: absolute;
    bottom: 0;
    font-size: 13px;
    font-weight: 100;
    font-size: 11px;
    color: #000;
    display: block;
    text-decoration: none;
    text-align: left;
    position: absolute;
    bottom: 19px;
    left: 25px;
}

.feedback-nav {
    padding-top: 20px;
}

.feedback-stars span {
    cursor: pointer;
}

.feedback-link {
    color: #000000 !important;
}


/* ========================================================== */
/* 			               MENU-NAV                           */
/* ========================================================== */

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.navbar-brand {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    /*font-weight: 700;*/
    color: #252525 !important;
}

.navbar-fixed-top.opaque .navbar-brand {
    color: #fff !important;
}

.navbar {
    width: 100%;
    z-index: 10600;
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggler {
    border: 2px solid #415c72;
}

.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
}

    .navbar-toggler-icon i {
        color: #415c72;
        vertical-align: middle;
    }

.navbar-fixed-top {
    position: fixed !important;
    background-color: #fff !important;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04) !important;
    border-bottom: none;
    padding: 5px 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .navbar-fixed-top.opaque {
        position: fixed !important;
        background-color: rgba(52, 52, 52, 0.9) !important;
        border-bottom: 1px solid #7c8595;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04) !important;
        padding: 10px 0;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

    .navbar-fixed-top .navbar-nav > li > a,
    .navbar-fixed-top .navbar-nav > li > a:hover {
        color: #252525 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar-fixed-top .navbar-nav > li > a {
        color: #071e55 !important;
        font-size: 13px !important;
        line-height: 17px !important;
        padding: 10px 10px !important;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    .navbar-fixed-top.opaque .navbar-nav > li > a {
        color: #fff !important;
    }

    .navbar-fixed-top .navbar-nav .current a {
        color: #415c72 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar-fixed-top.opaque .navbar-nav .current a {
        color: #415c72 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar-fixed-top .navbar-nav > li > a.discover-btn {
        color: #fff !important;
        background: #415c72;
        border: 1px solid #415c72;
        border-radius: 11px 11px;
        padding: 12px 18px !important;
        margin-left: 10px;
        margin-right: 15px;
        font-family: "Lato", sans-serif;
    }

        .navbar-fixed-top .navbar-nav > li > a.discover-btn:hover {
            border: 1px solid #415c72;
            color: #415c72 !important;
            background: transparent;
        }

    .navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn {
        border: 2px solid #415c72;
        color: #454545 !important;
        background: #415c72;
        border-radius: 10px 10px;
        padding: 11px 21px !important;
        margin-left: 10px;
        margin-right: 15px;
        font-family: "Lato", sans-serif;
    }

        .navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn:hover {
            color: #415c72 !important;
            background: transparent;
        }

.header-notification .profile-notification {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    border-radius: 5px;
    border: none;
    opacity: 1;
    position: absolute;
    left: auto;
    right: -15px;
    visibility: visible;
    overflow: visible;
    width: 24rem;
    padding: 15px 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.img-radius {
    border-radius: 50%;
}

.img-radius {
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(43,43,43,0.2);
    box-shadow: 0 5px 10px 0 rgba(43,43,43,0.2);
}

.user-profile img {
    margin-right: 10px;
    margin-left: 10px;
    width: 35px;
}

.teacher-profile img {
    margin-right: 10px;
    width: 60px;
}

.nav-tabs .nav-item {
    font-size: 15px;
    line-height: 20px;
    list-style: none;
}

ul li, ol li .nav-tabs {
    line-height: 35px;
}

.jumbtron-info-block {
    padding-left: 15px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 15px;
}

.info-block-image img {
    margin-right: 10px;
    width: 180px;
}

.info-block-message {
    float: right;
    position: absolute;
    top: 15px;
    left: 200px;
}

.info-block-textblock {
    font-size: 14px;
    position: relative;
    max-width: 680px;
    min-height: 100px;
}

/* ---------------------------------------------------
    PAGINATION AND FILTER OPTIONS
----------------------------------------------------- */
.pagination-container-top {
    padding-bottom: 45px;
    line-height: 3;
}

.pagination-container-bottom {
    padding-left: 15px;
}

.pagination-result {
    float: left;
    padding-left: 20px;
}

.pagination-options {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

.filter-options {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

.clear-filter-options {
    padding-left: 0px;
    padding-right: 0px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #415c72;
    border-color: #415c72;
}

.page-link {
    color: #415c72;
}

/* ---------------------------------------------------
    VERTICAL PROGRESS LIST
----------------------------------------------------- */
.progressContainer {
    position: relative;
    /*height: 100vh;*/
    margin: 0 auto;
    overflow: hidden;
    padding: 15px;
    color: #000;
}

.progresslist {
    position: relative;
    padding: 2px 0rem 0 2.5rem;
    list-style: none;
}

    .progresslist li, ol {
        line-height: 23px;
    }

.progress__item {
    position: relative;
    min-height: 60px;
    counter-increment: list;
    padding-left: 0.5rem;
}

    .progress__item:before {
        content: "";
        position: absolute;
        left: -1.6rem;
        top: 40px;
        height: 75%;
        width: 1px;
        border-left: 2px dashed #ddd;
    }

    .progress__item:after {
        content: ".";
        position: absolute;
        top: 0;
        left: -2.5rem;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #ddd;
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        line-height: 2rem;
        text-align: center;
        border: 1px solid #fff;
    }

    .progress__item:last-child:before {
        border: none;
    }

    .progress__item.progress__item--completed {
        color: #000;
    }

        .progress__item.progress__item--completed:before {
            border-left: 2px solid #45b565;
        }

        .progress__item.progress__item--completed:after {
            content: "\2713";
            font-weight: 400;
            background: #45b565;
            color: #fff;
        }

    .progress__item.progress__item--active:before {
        border-left: 2px dashed #415c72;
    }

    .progress__item.progress__item--active:after {
        background: #415c72;
        color: #fff;
    }

.progress__title {
    padding: 0.4rem 0 0.5rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
}

.progress__status {
    font-size: 13px;
    font-style: italic;
}

.progress__actions {
    height: 40px;
}

.progress__actions {
    height: 40px;
    margin-top: 15px;
}

    .progress__actions i {
        margin-right: -15px;
    }

    .progress__actions .btn {
        line-height: 1;
        margin-left: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 15px;
        padding-right: 15px;
    }

.progress__info {
    font-size: 12px;
}

.lessons-learned-disabled {
    color: #cccccc !important;
}

.achievement-list-disabled ul li {
    color: #cccccc !important;
}


.achievement-list ul li:before {
    height: 28px;
    width: 28px;
}


/* ---------------------------------------------------
    TABLE LOADING SKELETON
----------------------------------------------------- */

.table_loader {
    background-color: #FFF;
    color: #666;
    width: 100%;
    padding: 0;
}

    .table_loader th {
        background: #F7F9FA;
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        padding: 12px 10px;
        text-align: left;
    }

    .table_loader td {
        border-top: 0px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        padding: 12px 10px;
        vertical-align: top;
    }

    .table_loader span {
        width: calc(100% - 5px);
        height: 15px;
        border-radius: 3px;
        background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
        background-size: 600px;
        animation: shine-lines-table 1.6s infinite linear;
        display: inline-block;
        min-width: 15px;
    }

        .table_loader span.sub-temp {
            width: calc(100% - 50%);
            margin-top: 5px;
        }

        .table_loader span.sub-temp-three {
            width: calc(100% - 70%);
            display: block
        }

@keyframes shine-lines-table {
    0% {
        opacity: 0.4;
    }

    40% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.4;
    }
}

/* ---------------------------------------------------
   BUTTON TO TOP
----------------------------------------------------- */

#buttontop {
    display: inline-block;
    background-color: #FF9800;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #buttontop:hover {
        cursor: pointer;
        background-color: #333;
    }

    #buttontop:active {
        background-color: #555;
    }

    #buttontop.show {
        opacity: 1;
        visibility: visible;
    }

/* ========================================================== */

.btn-info {
    color: #ffffff !important;
    background-color: #415c72;
    border-color: #415c72;
    font-size: 13px;
}

.btn-warning {
    color: #ffffff !important;
    background-color: #f7b548;
    border-color: #fff;
    font-size: 13px;
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #bab4b4;
    border-color: #eeeeee;
}

.btn-outline-warning {
    font-size: 14px;
    color: #856404;
    background-color: transparent;
}

    .btn-outline-warning:hover {
        color: #856404;
        background-color: transparent !important;
        border-color: #fff;
    }

.btn {
    box-shadow: 0 15px 15px -20px rgba(0,0,0,0.5),0 4px 11px -3px rgba(0,0,0,0.25) !important;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
}

.btn-modal-big {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
}
/*.modal-body{
    background-image: url('https://novanetprdstorage.blob.core.windows.net:443/scrummaster/starburst_blue.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}*/
.modal-body.row {
    margin-left: 0px;
    margin-right: 0px;
}

.info-block {
    padding: 15px;
    margin-bottom: 20px;
}

.img-social {
    width: 36px;
    margin: 5px;
}

.youtube-iframe {
    margin: 0 auto;
    display: block;
    top: 50%;
    left: 50%;
}

.admin-tile {
    min-height: 130px;
    width: 130px;
    border: 3px;
    border-style: solid;
    border-color: #FFFFFF;
    position: relative;
    color: #FFFFFF;
    margin-bottom: 15px;
    background-color: #7bbed7;
}

    .admin-tile:hover {
        opacity: 0.8;
    }

.tile-icon {
    margin: 0;
    width: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.tile-title {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.button-wrapper {
    margin-bottom: 20px;
}

.book-image {
    align-content: center;
    text-align: center;
    padding-bottom: 25px;
}

.book-title {
    font-weight: bold;
    font-size: 15px;
}

.book-description {
    font-size: 14px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.book-info-line {
    font-size: 13px;
    padding-right: 15px;
}

.book-link {
    padding-bottom: 25px;
}

.course-icon-label-course-hist {
    background-color: #000;
    color: #FFF;
    font-size: 11px;
    position: absolute;
    left: 0px;
    top: 95px;
    padding: 3px 20px;
}

.course-icon-label-exam-hist {
    background-color: #f7b548;
    color: #FFF;
    font-size: 11px;
    position: absolute;
    left: 0px;
    top: 95px;
    padding: 3px 20px;
}

.course-icon-status-hist {
    width: 36px;
    position: absolute;
    top: 65px;
    right: 98px;
    z-index: 10500;
}

.course-icon-status-hist-play {
    width: 36px;
    position: absolute;
    top: 80px;
    left: 103px;
    z-index: 10500;
}

.history-container {
    height: 125px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.history-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 125px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}



.history-header {
    background-color: #415c72;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    margin-left: 125px;
    border-top-right-radius: 10px;
}

.history-content {
    margin-top: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 115px;
    margin-left: 125px;
}

.history-score {
    background-color: #d2d2d2;
    position: absolute;
    right: 0px;
    top: 34px;
    min-height: 94px;
    width: 100px;
    padding-top: 20px;
    text-align: center;
    font-size: 19px;
    color: #FFFFFF;
    border-bottom-right-radius: 10px;
}

.task-container {
    height: 80px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.task-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #e1e2e2;
    padding: 13px;
}


.task-header {
    background-color: #415c72;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    margin-left: 80px;
    border-top-right-radius: 10px;
}

.task-content {
    margin-top: 4px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 95px;
}

.task-status {
    position: absolute;
    right: 15px;
    top: 37px;
}

.movie-title {
    font-weight: bold;
    font-size: 15px;
    padding-left: 45px;
}

.movie-description {
    font-size: 14px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 45px;
}

.movie-content {
    padding-bottom: 25px;
}

@media(min-width: 1200px) {
    .card-body.card-body-movie {
        padding: 20px 150px 20px 150px;
    }
}

.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.actionbar {
    padding-top: 115px;
    background-color: #e1dfdf;
    height: 50px;
    position: fixed;
    z-index: 10550;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-color: #f7f8f9;
}

.actionbar-container {
    position: fixed;
    z-index: 10600;
    top: 62px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.actionbar-icons-left {
    position: absolute;
    top: -62px;
}

.actionbar-icons-right {
    position: absolute;
    top: -62px;
    right: 30px;
}

.actionbar-icon-set {
    position: relative;
}

.actionbar-icon {
    float: left;
    margin-left: 25px;
    opacity: 1.0;
}

.actionbar-icon-svg {
    width: 35px;
    height: 35px;
    margin-right: 13px;
}

.actionbar-icon:hover {
    opacity: 0.7;
}

.actionbar-icon.active {
    opacity: 1.0;
}

.header-icon-close {
    width: 20px;
    position: absolute;
    top: 18px;
    right: 15px;
}

    .header-icon-close:hover {
        opacity: 0.8;
    }

.textblock {
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.actionbar-icon-text-left a {
    position: absolute;
    top: 10px;
    left: -25px;
    font-size: 16px;
    color: #FFFFFF !important;
    width: 50px;
}

.lesson-icon {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 15px;
}

.card {
    margin-bottom: 10px;
}

.card-header {
    cursor: pointer;
}

.field-validation-error {
    display: block;
    padding-top: 5px;
    padding-left: 5px;
}

.required {
    display: inline-block;
    width: 8px;
    padding-bottom: 0px;
    vertical-align: top;
}

.certificatecontent {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.certicateblock {
    position: absolute;
    top: 38%;
    left: 25%;
    width: 50%;
    height: 50%;
}

.examresult-block {
    margin-bottom: 80px;
}

.course-set {
    position: relative;
    width: 100px;
}

.course-icon {
    width: 100px;
}

.course-icon-status {
    width: 36px;
    position: absolute;
    top: 160px;
    right: 27px;
    z-index: 10500;
}

.course-icon-status-left {
    width: 36px;
    position: absolute;
    top: 60px;
    right: 59px;
}

.answer-icon {
    position: absolute;
    right: 5px;
}

.task-list-empty-img {
    text-align: center;
    padding-top: 0px;
    font-size: 48px;
    color: #155724;
}

.task-list-empty-text {
    text-align: center;
}

.answer-test-icon {
    position: absolute;
    right: 20px;
    top: 13px;
}

.storyboard-navigatie {
    /*margin-top: 25px;*/
}

.centerd {
    position: relative;
    width: 100%;
    text-align: center;
}

blockquote {
    margin: 1em 0;
}

user agent stylesheet
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.rectangle-speech-border {
    position: relative;
    padding: 50px 15px;
    margin: 1em 0 3em;
    border: 10px solid #5a8f00;
    text-align: center;
    color: #333;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .rectangle-speech-border:before {
        content: "";
        position: absolute;
        z-index: 10;
        bottom: -40px;
        left: 50px;
        width: 50px;
        height: 30px;
        border-style: solid;
        border-width: 0 10px 10px 0;
        border-color: #5a8f00;
        background: transparent;
        -webkit-border-bottom-right-radius: 80px 50px;
        -moz-border-radius-bottomright: 80px 50px;
        border-bottom-right-radius: 80px 50px;
        display: block;
    }

    .rectangle-speech-border:after {
        content: "";
        position: absolute;
        z-index: 10;
        bottom: -40px;
        left: 50px;
        width: 20px;
        height: 30px;
        border-style: solid;
        border-width: 0 10px 10px 0;
        border-color: #5a8f00;
        background: transparent;
        -webkit-border-bottom-right-radius: 40px 50px;
        -moz-border-radius-bottomright: 40px 50px;
        border-bottom-right-radius: 40px 50px;
        display: block;
    }

    .rectangle-speech-border > :first-child:before {
        content: "";
        position: absolute;
        bottom: -40px;
        left: 45px;
        width: 10px;
        height: 10px;
        background: #5a8f00;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .rectangle-speech-border > :first-child:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 76px;
        width: 24px;
        height: 15px;
        background: #fff;
    }

.low {
    box-shadow: none !important;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.maxwidth150 {
    max-width: 145px;
}

.blocklastrow {
    padding-bottom: 20px;
}

.map {
    outline: 0;
}

.questionnavigatie {
    padding-top: 20px;
    padding-bottom: 25px;
}

.testquestionnavigatie {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.examdetails {
    font-size: 14px;
}

.exam-stats span {
    padding-right: 8px;
}

.bottom-column {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

img.status-courseblock-item {
    position: absolute;
    top: 35px;
    left: 40px;
}

div.status-courseblock-item {
    position: absolute;
    top: 35px;
    left: 40px;
    color: #3a3a3a;
}

.status-completed {
    color: #179c51 !important;
    font-size: 16px;
}

.introblock h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 21px;
}

.introblock {
    font-size: 14px;
}

.titleblock {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px !important;
    padding-bottom: 1px !important;
    padding-left: 19px !important;
}

.titleblock {
    margin-bottom: 10px !important;
}

.titleblock-mb0 {
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    padding-bottom: 0px !important;
}

img.map, map area {
    outline: none;
}

.btn-lg {
    font-size: 14px !important;
}

.btn-standaard {
    font-size: 14px !important;
    min-width: 150px !important;
}

.triangle-border {
    font-size: 14px;
    position: relative;
    padding: 15px;
    margin: 0 0 15px;
    border: 2px solid #e6e6e6;
    color: #333;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .triangle-border h3 {
        margin-top: 5px;
    }

    .triangle-border.left {
        margin-left: 20px;
    }

        .triangle-border.left:before {
            top: 10px;
            bottom: auto;
            left: -30px;
            border-width: 15px 30px 15px 0;
            border-color: transparent #50c3c7;
        }

        .triangle-border.left:after {
            top: 16px;
            bottom: auto;
            left: -21px;
            border-width: 9px 21px 9px 0;
            border-color: transparent #fff;
        }

.person-speechbubble {
    border: 3px solid #50c3c7;
    border-color: #ddd;
    padding: 8px;
    margin-right: 10px;
}

.triangle-border.left.person-speechbubble:before {
    top: 37px;
    border-width: 10px 30px 10px 0;
    border-color: transparent #ddd;
}

.triangle-border.left.person-speechbubble:after {
    top: 40px;
    bottom: auto;
    left: -20px;
    border-width: 7px 20px 7px 0;
    border-color: transparent #fff;
}

.berichtenbox {
    font-size: 13px;
}

.table.profile {
    margin-bottom: 0px;
}

.table th, .table td {
    padding: 0.25rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

.lightbubble {
    /*float: right;*/
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 71px;
}

.questionblock-message {
    float: right;
    position: absolute;
    top: 5px;
    left: 60px;
}

.jumbotron-fill-green {
    min-height: 130px;
    background-color: #d4edda !important;
}

.question-content {
    padding-top: 10px;
}

.questionblock-alert {
    position: absolute;
    right: -12px;
    top: 0px;
    border: 2px;
    border-style: solid;
    border-color: #c0392b;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}

.form-alert {
    margin-left: 15px;
}

.content-data-header {
    background-color: #FFF;
    border-bottom-color: #415c72;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    min-height: 40px;
    padding-bottom: 10px;
}

.content-data-split {
    background-color: white;
    min-height: 550px;
}

.content-subheader {
    background-color: #e3f3fb;
    border-bottom: 1px solid #dadfe9;
    min-height: 50px;
    padding-bottom: 10px;
}

.content-header-title {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 15px;
    float: left;
}

.content-search {
    background-color: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.content-table {
    min-height: 70px;
}

.content-actionbar {
    background-color: #f0faff;
    border-bottom: 1px solid #dadfe9;
    min-height: 45px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.content-actionbar-modal-bottom {
    margin-right: -15px;
    margin-left: -15px;
}

.content-actionbar-bottom {
    background-color: #f6f6f6;
    border-bottom: 1px solid #dadfe9;
    min-height: 45px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.content-details {
    border-bottom: 1px solid #dadfe9;
    padding-top: 0px;
    padding-bottom: 20px;
    /*padding-right: 15px !important;*/
    padding-left: 15px !important;
    background-color: #fff;
}

.content-details-label {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}

.content-details-field {
    font-size: 13px;
    padding-bottom: 10px;
}

.content-header-actions {
    padding-right: 20px;
    float: right;
    padding-top: 5px;
}

.content-col {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.content-row {
    cursor: pointer;
    line-height: 25px;
}

.content-name {
    font-weight: bold;
    color: #415c72;
}

.alert-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
}

.alert-with-pointer {
    cursor: pointer;
}

.alert-container-modal {
    padding-left: 0px;
    padding-right: 0px;
}

.questionblock-alert.disabled {
    border-color: #ecf0f1;
    color: #bdc3c7;
}

.questionblock-alert.active {
    color: #000;
}

.questionblock-icon-alert {
    position: absolute;
    left: 23px;
    top: 17px;
}

.profile-details {
    float: right;
    position: absolute;
    top: 5px;
    left: 110px;
    text-align: left;
    font-size: 13px;
}

.btn-mlg, .btn-group-mlg > .btn {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-lg, .btn-group-sm > .btn {
    line-height: 1.3333333;
    border-radius: 6px;
}

.questionblock {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 300px;
}

.testfooter {
    font-size: 12px !important;
    border-radius: 8px 8px 8px 8px;
}

.confirmblock {
    position: absolute;
    bottom: 90px;
    left: 0px;
    width: 100%;
}

.next-exe, .prev-exe {
    position: absolute;
    top: 85px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    padding: 5px;
    width: 80px;
    line-height: 0;
}

    .next-exe div.disabled, .prev-exe div.disabled {
        cursor: initial;
    }

.btn40 {
    width: 40%;
    min-width: 150px;
}

.message-box {
    padding: 17px;
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
}

.message-box-icon-success {
    position: absolute;
    width: 30px;
    top: 10px;
    left: 25px;
}

.next-exe {
    right: -40px;
}

.jumbotron.block {
    padding: 0px !important;
}

.jumbotron p {
    /*margin-bottom: 10px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Carousel */
.carousel-caption {
    z-index: 10 !important;
}

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10 !important;
    }
}

.popover-content {
    color: #000000;
    z-index: 1100;
}


.progress {
    height: 20px !important;
    margin-bottom: 10px !important;
}

.progress-bar {
    background-color: #f7b548;
}

#progress-bar-100 .progress-bar {
    background-color: #abe198;
}

.progressbar-small {
    height: 5px !important;
    width: 27px;
    margin-top: 5px;
}

.progress-bar-info {
    background-color: #415c72 !important;
}

.progresstitle {
    margin-bottom: 5px;
    color: #b6b6b6;
    font-size: 14px;
}

.timerblock-text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.logo {
    padding-bottom: 18px;
    float: left;
}

.logofox {
    float: right;
    padding-right: 25px;
}

div.message-info {
    padding: 30px;
    border-style: solid;
    border-width: 0px;
    margin-bottom: 20px;
    box-shadow: 0 15px 15px -20px rgba(0,0,0,0.5),0 4px 11px -3px rgba(0,0,0,0.25) !important;
}

.container-slide {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    z-index: 9000;
}

.play-image {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-image: url('https://novanetprdstorage.blob.core.windows.net:443/icons/icon-play-96.png');
}

.pause-image {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-image: url('https://novanetprdstorage.blob.core.windows.net:443/icons/icon-pause-96.png');
    opacity: 0;
}

.click-image {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 90%;
    left: 75%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-image: url('https://novanetprdstorage.blob.core.windows.net:443/icons/icon-click-64.png');
}

.click-image-small {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 65%;
    left: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-image: url('https://novanetprdstorage.blob.core.windows.net:443/icons/icon-click-64.png');
}


.play-image:hover {
    opacity: .8;
}

.pause-image:hover {
    visibility: visible;
    opacity: .8;
}

.click-image:hover {
    visibility: visible;
    opacity: .8;
}

.click-image-small:hover {
    visibility: visible;
    opacity: .8;
}

.daily-goal-message-container {
    position: relative;
}

.daily-goal-container {
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
}



.daily-donut-text {
    position: absolute;
    top: 42px;
    left: 50%;
    z-index: 5;
}

.daily-goal-reached-container {
    position: relative;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.daily-goal-message {
    float: right;
    position: absolute;
    top: 25px;
    left: 140px;
}

.daily-goal-message-image {
    width: 100px;
    margin-left: 20px
}

.daily-goal-container .stat-container {
    margin-top: 20px;
}

.stat-text {
    font-weight: 500;
    font-size: 35px;
    color: #ffa200;
    display: block;
    margin-bottom: 10px;
    line-height: 30px;
}

.daily-chart-text {
    font-weight: 500;
    font-size: 30px;
    color: #ffa200;
    display: block;
    margin-bottom: 10px;
    line-height: 30px;
}

.teacher-coach {
    background: rgba(255,162,0,0.1);
    display: inline-block;
    text-align: initial;
    vertical-align: middle;
    border-radius: 0 10px 10px 0;
    margin: 0 0 35px 30px;
}

.daily-goal-stats {
    float: right;
    width: 100px;
    display: inline-block;
}

.daily-goal-container .daily-donut-container #daily-donut-text {
    height: 30px;
    position: absolute;
    z-index: 1;
    margin-top: 50px;
    margin-left: 55px;
}

.bg-info {
    background-color: #415c72 !important;
    color: #FFFFFF !important;
    font-size: 14px;
}

.bg-warning {
    background-color: #f7b548 !important;
}

.bg-danger {
    background-color: #ffd4cc !important;
    color: #dd381d;
    font-size: 14px;
}

.bg-danger-dark {
    background-color: #ba372b !important;
    color: #fff !important;
    font-size: 14px;
}

.bg-success {
    background-color: #def0a5 !important;
    color: #7eb530 !important;
    font-size: 14px;
}

.bg-success-dark {
    background-color: #16a085 !important;
    color: #fff !important;
    font-size: 14px;
}

.bg-grey-light {
    background-color: #f2f4f5 !important;
    border-bottom: 1px solid #415c72 !important;
    border-radius: 0px !important;
    color: #405263 !important;
    border: 2px solid #fff !important;
}

.bg-disabled {
    background-color: #f4f4f4 !important;
    ;
}

.bg-font-color-grey {
    color: #405263 !important;
}

.payment_icon{
    width: 80px;
}

td.score {
    background-color: #50c3c7;
    font-size: 35px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 25px !important;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb0 {
    margin-bottom: 0px;
}


.bg-grey {
    background-color: #f1f1f1;
}

.bg-white {
    background-color: #ffffff;
}

.col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.badge-big {
    width: 70px;
    height: 70px;
    display: inline-block;
    position: relative;
    bottom: 10px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    background-color: #fff;
}

.modal-text {
    padding-left: 45px;
    padding-right: 45px;
}

.listitem {
    padding-top: 8px;
}

.modal-title span {
    display: inline-block;
    /*vertical-align: middle;*/
    line-height: 1px;
}

    .modal-title span.icon {
        width: 35px;
        padding-right: 10px;
    }

.modal-text h2 {
    font-size: 28px;
}

.message-text {
    padding-left: 100px;
}

.message-icon {
    float: left;
    margin-top: -15px;
}

.main-float {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 50%;
}

.image-float {
    float: left;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-left: 60%;
}

@media (max-width: 680px) {

    H2, .h2 {
        font-size: 22px;
    }

    body {
        font-size: 16px;
    }
}


.container {
    min-width: 375px;
}

/*@media (max-width: 575px) {

   .displayno{
        display: none;
    }
}*/

@media (max-width: 430px) {

    H2, .h2 {
        font-size: 18px;
    }

    body {
        font-size: 14px;
    }
}

html {
    font-family: 500 15px/20px "museo-sans-rounded",sans-serif !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.bubble {
    position: relative;
    /*width: 250px;
height: 120px;*/
    padding: 10px;
    background: #d7e4ed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 9px 15px 9px 0;
        border-color: transparent #d7e4ed;
        display: block;
        width: 0;
        z-index: 1;
        margin-top: -9px;
        left: -15px;
        top: 75%;
    }

    .bubble.text {
        color: #777777;
        float: right;
        width: 75%;
    }

.disable-image {
    filter: grayscale(100%);
}

.company-container {
    text-align: left;
    background-color: #f4f4f4;
    min-height: 100px;
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
    border-style: solid;
    border-color: #e5e5e5;
}
.ticket-container {
    text-align: right;
    background-color: #f4f4f4;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-style: solid;
    border-color: #e5e5e5;
}

.docent-container {
    position: absolute;
    float: right;
}

.daily-goal-options {
    padding-top: 10PX;
    min-width: 300px;
}

.titel-row {
    vertical-align: top;
    display: block;
    min-height: 45px;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
}


.titel-top {
    cursor: pointer;
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.blockfirst-row {
    margin-top: 10px;
}

.collaps-row {
    border-bottom: 0px;
    min-height: 45px;
}

.collaps-nav-row {
    min-height: 35px;
}

.item-tekst {
    padding-top: 5px;
    font-size: 14px;
    color: #6ab8c5;
    margin-bottom: 5px;
}

.tem-text:hover {
    text-decoration: none;
}

td.tree-titel {
    font-size: 20px;
    min-height: 40px;
    color: #000000;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f1f1f1;
    padding-bottom: 60px;
}

.percentagetest-block {
    font-size: 28px;
    color: #415c72;
    font-weight: 200;
    position: absolute;
    right: 55px;
    width: 110px;
    line-height: 20px;
    text-align: center;
}

.percentage {
    font-size: 28px;
    color: #415c72;
    font-weight: 200;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 110px;
    line-height: 20px;
    text-align: center;
}

.percentage-overview {
    font-size: 22px;
    color: #415c72;
    font-weight: 200;
    position: absolute;
    right: 35px;
    width: 110px;
    line-height: 20px;
    text-align: center;
}

.flag {
    position: absolute;
    right: 36px;
    line-height: 20px;
    text-align: center;
}

.percentagetest-block {
    font-size: 16px;
    display: block;
}

.percentage span {
    font-size: 16px;
    display: block;
}

.percentage-overview span {
    font-size: 14px;
    display: block;
}

.icon-header {
    position: absolute;
    margin-left: 15px;
    width: 40px;
    margin-top: 3px;
}

.objective-header {
    position: absolute;
    margin-left: 65px;
    font-size: 14px;
    color: #252B2F;
}

    .objective-header h3 {
        margin: 0;
        font-size: 15px;
        line-height: 22px;
        padding: 0 0 3px 0;
    }

.courseblock-container {
    display: inline-block;
    width: 130px;
}

.bg-courseblock-item {
    width: 55px;
    height: 55px;
    position: relative;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    background-color: #e2e2e2;
    box-shadow: 0 15px 15px -20px rgba(0,0,0,0.5),0 4px 11px -3px rgba(0,0,0,0.25) !important;
    border-style: solid;
    border-width: 3px;
    border-color: #FFFFFF;
}

    .bg-courseblock-item:hover {
        opacity: 0.8;
    }

.questionarea {
    min-height: 350px;
}

.question-textblock {
    font-size: 14px;
    position: relative;
    max-width: 650px;
    min-height: 100px;
}

.question-description {
    font-size: 16px;
    padding-bottom: 20px;
}

.speech-bubbel-idea {
    left: 30px;
    position: relative;
}

.questionblock-item {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px;
    float: left;
}

.questionblock-item-text {
    position: absolute;
    left: 50%;
    top: 7px;
    color: #FFF;
}

.question-overview {
    height: 400px;
}

.bg-questionblock-item {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    background-color: #e2e2e2;
    box-shadow: 0 15px 15px -20px rgba(0,0,0,0.5),0 4px 11px -3px rgba(0,0,0,0.25) !important;
    border-style: solid;
    border-width: 3px;
    border-color: #FFFFFF;
}

    .bg-questionblock-item:hover {
        opacity: 0.8;
    }

.bg-courseblock-icon {
    margin-top: 13px;
    width: 25px;
}

#adminmenu {
    position: fixed;
    left: 0;
    top: 50%;
    width: 8em;
    margin-top: -2.5em;
}

.test-row {
    width: 200px;
    padding-bottom: 20px;
}

.message-close {
    text-align: center;
    padding-top: 25px;
}

.profile-container {
    position: relative;
    text-align: left;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px
}

@media (min-width: 1199.98px) {
    .profile-container {
        min-height: 135px;
    }
}

@media (max-width: 1199.98px) {
    .profile-container {
        min-height: 150px;
    }
}

.profile-block {
    padding-top: 10px;
    font-size: 14px;
}

.profile-icon-block {
    position: relative;
    height: 130px;
}

@media (max-width: 1199.98px) {
    .profile-icon-block {
        width: 260px;
    }
}

@media (min-width: 1199.98px) {
    .profile-icon-block {
        width: 320px;
    }
}

.profile-icon {
    width: 100px;
    position: absolute;
}

.profile-message {
    float: right;
    position: absolute;
    left: 60px;
}

.achievement-block {
    padding-top: 10px;
    font-size: 14px;
}

.achievement-list ul {
    padding-left: 20px;
    list-style: none;
    margin-left: auto !important;
    margin-right: auto !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

    .achievement-list ul li {
        font-size: 16px !important;
    }

        .achievement-list ul li:before {
            margin: 7px 7px -9px -22px;
            list-style: none;
            background-image: url(../images/lessonslearned-shield-32.png);
            background-size: contain;
            background-repeat: no-repeat;
            content: '';
            display: inline-block;
            height: 32px;
            width: 32px;
        }

.achievement-icon-block {
    position: relative;
    height: 130px;
}

@media (max-width: 768px) {
    .achievement-icon-block {
        width: 320px;
    }

    .modal-body .container {
        min-width: 320px;
    }
}

@media (min-width: 768px) {
    .achievement-icon-block {
        width: 400px;
    }
}

.achievement-icon {
    width: 100px;
    position: absolute;
}

.achievement-message {
    float: right;
    position: absolute;
    left: 60px;
}

.message-card {
    position: relative;
    padding: 10px;
    background: #fafafa;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

span.achievement-points {
    font-size: 14px;
    font-style: italic;
}

.cookie-bar {
    color: #ffffff;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #c0d3d4;
    border-top: 1px solid #ffffff;
    z-index: 10;
    text-align: right;
    bottom: 0;
}

.cookie-bar-text {
    text-align: left;
    font-size: 12px;
}

    .cookie-bar-text a {
        color: #000000;
    }

footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-body li {
    list-style-type: disc;
    margin-left: 10px;
}


.st0 {
    fill: #F29523;
}

.st1 {
    fill: #415c72;
}

.st2 {
    fill: #FBE158;
}

.st3 {
    fill: #DF2C2C;
}

.st4 {
    fill: #F3B607;
}

.st5 {
    fill: #FFFFFF;
}

.st6 {
    fill: #FACB1B;
}

.st7 {
    fill: #FCF6C2;
}

.st8 {
    fill: #F99134;
}

.st9 {
    fill: #EA443C;
}

.st10 {
    fill: #E2E4E5;
}

.st11 {
    fill: #CFD3D4;
}

.st12 {
    fill: #9CE5F4;
}

.st13 {
    fill: #C9F2F8;
}

.st14 {
    fill: #398778;
}

.st15 {
    fill: #DFE2E4;
}

.st16 {
    fill: #BDC3C7;
}

.st17 {
    fill: #E05641;
}

.st18 {
    fill: #C0392B;
}

.st19 {
    fill: #527496;
}

.st20 {
    fill: #2C3E50;
}

.st21 {
    fill: #E74C3C;
}

.st22 {
    fill: #34495E;
}

.st23 {
    fill: #3498DB;
}
