@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--background_color);
}

html, body {
    height: 100%;
    margin: 0;
}

#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}



@media (max-width: 1444px) {
    .container-fluid,
    .header-container,
    .content-wrapper, body {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1075px) {
    .navbar-nav.ml-auto.nav-flex-icons .nav-link i {
        display: none;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 0.9rem;
    }
}

.table-wrapper {
    display: flex;
    flex-direction: column;
}

.table-responsive {
    flex-grow: 1;
}


.header-reseller {
    width: 100%;
}

.header-container {
    max-width: 1380px;
    margin: 0 auto;
    box-sizing: border-box;
}

.container-fluid {
    max-width: 1380px;
    margin: 0 auto;
    box-sizing: border-box;
}

.content-wrapper {
    max-width: 1380px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
}

.login-card{
    width: 25%;
    margin-left: 15%;
    margin-top: 15%;
}

#content{
    margin-top: 20px;
}

/*#logo_image{*/
/*    width: 100%;*/
/*    max-width: 190px;*/
/*}*/

.nav-link{
    font-weight: 500;
}

.elearningProgressBlock p > a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

h1, h2, h3 {
    font-size: 30px;
}
h4 {
    font-size: 12px}

h1{
    text-align: left;
}

.clickable-row:hover{
    cursor: pointer;
}

.content{
    margin-top: 0px;
}

.thumb-container img {
    vertical-align: middle;
    max-height: 198px;
    max-width: 100%;
    padding: 7px;
}

.paragraaf-afbeelding {
    display: none;
    max-height: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.paragraaf-afbeelding.active {
    display: block;
}

.afbeeldingNrBlock {
    float: left;
    margin-bottom: 20px;
}

.afbeelding_nr_icon.active {
    background: #263544!important;
    color: #fff!important;
}
.afbeelding_nr_icon {
    background: #cecaca;
    font-weight: bold;
    padding: 10px 15px;
}

.cursor-pointer{
    cursor: pointer;
}

.vraag_nummer_container.active {
    background: #263544!important;
    color: #fff!important;
}
.vraag_nummer_container {
    cursor: pointer;
    width: 40px;
    line-height: 40px;
    background: #f3f3f3;
    margin: 2px;
    float: left;
    font-weight: bold;
    text-align: center;
}

.vraag_container.active {
    display: block;
}
.vraag_container {
    display: none;
}

.thumb-container {
    height: 200px;
    border: 1px solid #cac4c4;
    white-space: nowrap;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
}

.thumb-container .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.vraag_nummer_container.done-no-answer {
    background: #ffb200;
}

.vraag_nummer_container.done {
    background: #00aeef;
    color: #fff;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #009fe3;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #009fe3;
    cursor: pointer;
}

.slidecontainer {
    position: relative;
    margin: 0 auto 3rem;
}

.bubble {
    background: #009fe3;
    color: white;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    top: 52px;
    transform: translateX(-50%);
}

output {
    display: inline-block;
}

.li-hover{
    cursor: pointer;
}

.li-hover:hover{
    color: #ffffff;
    background-color: #007bff;
}

.svg-icon{
    float: right;
    width: 0.7em;
    height: 0.7em;
    margin-top: 7px;
}

.rotated{
    transform: rotate(180deg);
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.btn-soliede {
    background: #52bbb5;
    color: #fff;
    font-weight: 500;
    padding: 6px 10px;
}

ul.elearning-progressie {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.elearning-progressie > li {
    float: left;
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-right: 2px;
}

.hiddenTr{
    display: none;
}



/* OPMAAK INSTELLEN CLASSES */
.main-btn{
    background-color: var(--main-btn-color);
    border: 1px solid black;
    color: var(--main-btn-text-color);
}

.main-btn:hover{
    color: var(--main-btn-text-color);
    filter: brightness(0.9);
}

.nav-item.active .nav-link {
    color: var(--menu_text_active_color) !important;
    border-bottom: 2px solid var(--menu_text_active_color) !important;
}

.navbar{
    background-color: var(--menu_background_color);
}

.dropdown-nav{
    background-color: var(--menu_background_color);
}

.nav-dropdown-item{
    font-weight: 500;
    color: var(--menu_text_color) !important;
}

.nav-dropdown-item:hover{
    color: var(--menu_text_active_color) !important;
}

.nav-dropdown-item:active{
    color: var(--menu_background_color) !important;
}

.hover-class{
    cursor: pointer;
}

.button-table > tr > td{
    vertical-align: middle;
}

.button-table > tbody > tr > td{
    vertical-align: middle;
}

.hover:hover{
    cursor: pointer;
}

.table-no-padding > tbody > tr > td{
    padding-left: 0;
}

.table-no-padding > thead > tr > td{
    padding-left: 0;
}

.table-no-padding > thead > th > td{
    padding-left: 0;
}

.no-click{
    cursor: default;
}

.date-input{
    width: 140px;
}

.date-input-month{
    width: 185px;
}

.active-item-menu-lijst{
    background-color: var(--main-btn-color) !important;
    border-color: var(--main-btn-color) !important;
    color: var(--main-btn-text-color) !important;
}

.tool-tip {
    position: relative;
    display: inline-block;
}

.tool-tip .tool-tip-text {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    right: -1600%;
    margin-right: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    top: -270%;
    bottom: auto;
}

.tool-tip .tool-tip-text::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    transform: rotate(90deg);
}

.tool-tip:hover .tool-tip-text {
    visibility: visible;
    opacity: 1;
}

.actieve-knop{
    filter: brightness(90%);
}

.header-reseller {
    background-color: #ffc107 !important;
}

.header-reseller-klant {
    background-color: #d3d3d3 !important;
}

.header-cursist {
    background-color: #BAEDB6 !important;
}

.header-beheerder {
    background-color: #ffc107 !important;
}

.header-default {
    background-color: #f8f9fa !important;
}
@media (max-width: 768px) {
    .custom-select2 .select2-container--default .select2-selection--single {
        width: 100% !important;
        font-size: 14px;
    }
}
.wizard-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}

.wizard-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    z-index: 2;
    position: relative;
}

.wizard-step-line {
    position: absolute;
    height: 2px;
    background-color: #ccc;
    width: 180px;
    top: 15px;
    left: calc(50% + 15px);
    right: calc(-50% + 15px);
    z-index: 1;
}

.wizard-step:last-child .wizard-step-line {
    display: none;
}

.wizard-step.active ~ .wizard-step .wizard-step-line,
.wizard-step.completed ~ .wizard-step .wizard-step-line {
    background-color: #ccc;
}

.wizard-step.active .wizard-step-line,
.wizard-step.completed .wizard-step-line {
    background-color: #007bff;
}

.wizard-step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    z-index: 3;
}

.wizard-step.active .wizard-step-circle,
.wizard-step.completed .wizard-step-circle {
    background-color: #007bff;
}

.wizard-step-text {
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100%;
}

.wizard-step.active .wizard-step-text,
.wizard-step.completed .wizard-step-text {
    color: #007bff;
}

.modal-open .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.blurred-content {
    filter: blur(5px);
    transition: filter 0.3s ease;
}


#bevestigingModal .modal-dialog {
    max-width: 50%;
    width: 50%;
    margin-top: -100px;
    z-index: 1051 !important;
}



@media (max-width: 800px) {
    .wizard-steps {
        display: none;
    }
}

.popover-body {
    text-align: left;
}

.popover-body strong {
    display: block;
    margin-bottom: 10px;
}

.popover-body .legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.popover-body .legend-item .color-box {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

.color-not-started {
    background-color: #eee;
}

.color-in-progress {
    background-color: #ffc107;
}

.color-completed {
    background-color: #28a745;
}

.color-failed {
    background-color: red;
}

/*#menuColorHexInput {*/
/*    display: none;*/
/*}*/

/*@-moz-document url-prefix() {*/
/*    #menuColorHexInput {*/
/*        display: inline-block;*/
/*    }*/
/*}*/
#loginVoorbeeld {
    pointer-events: none;
}
#mailUitzetten {
    pointer-events: none;
}
.dashboard-stats p
{
    margin:0;
}

.dashboard-stats .stat
{
    display:flex;
    flex-direction: column;
    align-items: center;
}


.custom-header-container {
    margin-top: 20px;
}

.custom-header-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.custom-header-progress-container {
    width: 50%;
    text-align: center;
    position: relative;
}

.custom-header-progress-text {
    margin-bottom: 5px;
    font-weight: bold;
}

.custom-header-progress {
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    height: 25px;
    position: relative;
    z-index: 1;
}

.custom-progress-bar {
    background: repeating-linear-gradient(
        45deg,
        #007bff,
        #007bff 10px,
        #0056b3 10px,
        #0056b3 20px
    );
    height: 100%;
    transition: width 0.4s ease;
    font-size: 1rem;
    line-height: 25px;
    color: white;
    text-align: center;
}

.progress-bar-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.custom-header-dropdown {
    text-align: left;
}

.custom-dropdown-toggle {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px; /* Vaste breedte */
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    margin-right: 10px;
}

.dropdown-icon {
    font-size: 12px;
    color: #333;
}

.custom-dropdown-menu {
    width: 250px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0;
    position: absolute;
}

/* Dropdown items */
.custom-dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.custom-dropdown-item:hover {
    background-color: #f1f1f1;
}

.dropdown-menu {
    left: 0;
    right: auto;
}

.dropdown-icon {
    font-size: 12px;
    margin-left: 10px;
}

.custom-dropdown-toggle span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-header-separator {
    margin-top: 15px;
    border: 1px solid #ddd;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blur-background {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.remove-cursist:hover {
    animation: heart-beat 1s infinite;
    cursor: pointer;
}

@keyframes heart-beat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(1.5);
    }
    75% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

#search-results  .list-group-item
{
    font-size:13px;
    padding:5px 10px;
    cursor:initial;
}

#search-results .list-group {
    max-height: 200px;
    overflow-y: auto;
}

#search-results .list-group .list-group-item:first-child {
    position: sticky;
    top: 0;
    z-index: 10;
    color: #262626;
}

@media (max-width: 920px) {
    .pagination-controls {
        display: none;
    }
}

.brede-input {
    width: 35rem;
    max-width: 1000px;
}

@media (max-width: 991px) {
    .brede-input {
        width: 17rem;
        max-width: 1000px;
    }
}

.klant_breedte_input  {
    max-width: 300px;
}

.klanten_margin {
    width: 50%;

}


.badge-notification {
    position: absolute;
    top: -10px;
    right: -15px;
    color: white;
    background-color: #0d6efd; /* bootstrap primary */
    border-radius: 999px; /* perfect pill shape */
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}


.breadcrumbs {
    position: sticky !important;
    /*top: 0;*/
    /*width: 100% !important;*/
    z-index: 999 !important;

}
@media (max-width: 768px) {
    .breadcrumbs {
        font-size: 14px;
    }
}
@media (max-width: 625px) {
    .breadcrumb-item:not(.last-breadcrumb):not(.ellipsis) {
        display: none
    }
    .breadcrumb-item.ellipsis {
        display: inline
    }
}
@media (min-width: 626px) {
    .breadcrumb-item.ellipsis {
        display: none
    }
}
.tox-promotion {
    display: none !important;
}

.tox-statusbar__branding {
    display: none !important;
}

#dt-length-0
{
    margin: 0 10px;
}

@media (max-width: 768px) {
    .navbar {
        padding: 0 20px !important;
    }
}
.resellerklant-select
{
    width:330px !important;
}
#cursistSelectie .table-wrapper
{
    min-height:400px;
}

.inschrijven-arrows
{
    margin-top:20px;
}

@media (max-width: 768px) {
    .bestellen-header #cursusSelect, .bestellen-header > div {
        margin-left: unset !important;
        margin-top:10px;
    }

    #cursistSelectie .table-wrapper
    {
        min-height:unset;
    }

    .inschrijven-arrows
    {
        margin-bottom:20px;
    }

    .financieel-stats .card-img
    {
        padding-bottom:20px;
    }

    #cursistToevoegen .modal-footer *
    {
        font-size:14px;
    }


}


.dt-paging {
    margin-bottom:10px;
}

.verloopt-bijna {
    background-color: #fff3cd !important; /* licht oranje */
    color: #856404 !important;
}

.verlopen {
    background-color: #e2e3e5 !important; /* licht grijs */
    color: #6c757d !important;
}
