@import "/css/colors.css";
@import "/css/themes.css";
@import "/css/fonts.css";
@import "/css/floatmenu.css";

:root {
    --maxwidth: 1373px;
    --image1: url("/assets/images/v3/image1.png");
    --image2: url("/assets/images/v3/image2.png");
    --image3: url("/assets/images/v3/image3.png");
    --image4: url("/assets/images/v3/image4.png");
    --image5: url("/assets/images/v3/image5.png");
    /*--image-fill1: url("/assets/images/v3/image-fill1.png");*/
    --image-fill1: url("/assets/images/v3/studenten-studiebegeleiding.png");
    --image-home-general: url("/assets/images/v3/image-home-general.png");
    --image-home-student: url("/assets/images/v3/image-home-student.png");
    --image-home-tutor: url("/assets/images/v3/image-home-tutor.png");
    --image-home-accountant: url("/assets/images/v3/image-home-accountant.png");
    --image-home-organisation: url("/assets/images/v3/image-home-organisation.png");
    --image-home-admin: url("/assets/images/v3/image-home-admin.png");
/*    --image-laptop: url("/assets/images/v3/image-laptop.png"); */
    --image-hashtag: url("/assets/images/v3/image-hashtag.png");
    --image-students-green: url("/assets/images/v3/image-students-green.png");
    --image-star-white: url("/assets/images/v3/image-star-white.png");
    --image-star-green: url("/assets/images/v3/image-star-green.png");
    --image-star-blue: url("/assets/images/v3/image-star-blue.png");
    --image-star-red: url("/assets/images/v3/image-star-red.png");
    --image-star-orange: url("/assets/images/v3/image-star-orange.png");
    --image-lines1: url("/assets/images/v3/image-lines1.png");
    --image-lines2: url("/assets/images/v3/image-lines2.png");
    --image-wolk1: url("/assets/images/v3/image-wolk1.png");
    --image-noise: url("/assets/images/v3/image-noise.png");
    --image-flag-nl: url("/assets/images/nl.png");
    --image-flag-uk: url("/assets/images/uk.png");
    --image-logo-pubsite: url("/assets/images/studielab-logo-pubsite.png");
    --image-bestseller: url("/assets/images/bestseller.png");
    --image-maintenance: url("/assets/images/maintenance.png");
    --image-digitholder: url("/assets/images/digitholders.png");
}

html, body {
    overflow-y: auto;

}
body {
    font-family: 'SaniTrixieSans','OpenSans',Arial;
    font-size: 1.1em;
    letter-spacing: 0.05em;
}
h1,h2,h3,h4,h5{
    font-family: 'Raleway';
    font-weight: 700;
}

.devmodes{
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,255,255,0) 1%, rgba(0,212,255,0) 100%);
}
.devmodeoutput-small {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 450px;
    height: 200px;
    background-color: var(--sl-red);
}
.devmodeoutput-full {
    position: fixed;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: var(--sl-red);
}
#devmodetext {
    background-color: black;
    color: white;
    font-family: monospace;
    margin: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 48px);
}
.nav-link {
    font-weight: normal;
    padding-right: 2em;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    color: unset;
}
.seltable-item:hover {
    background-color:  var(--sl-orange);
    color: var(--bs-white);
    cursor: pointer;
}
#helpdialog {
    overflow: hidden;
}

a[target=_blank]::after, .linkExternal::after {
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    color: gray;
}

dialog {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    min-width: 30rem;
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    z-index: 1000;
}


.banner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-top: 2em;
    padding-bottom: 2em;
}

.banner h1, .banner h2 {
    color: inherit;
}
.btn {
    font-size: 1.0em;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 0.5em;
    margin-right: 1em;
    padding-left:1em;
    padding-right: 1em;
    border-radius: 32px;
}
.btn-sm {
    font-size: 0.8em !important;
}

.previewForm table{
    padding-bottom: 5px;
}
.previewForm td:nth-child(2){
    color: var(--sl-blue-m2);
    width: 66%;
}
.previewForm td:nth-child(1){
    width: 34%;
}
.table-hover tbody td {
    cursor: pointer;
}
#helpdialog {
    max-width: 1080px;
}
#helpdialog::backdrop{
    background: var(--sl-blue);
    opacity: 0.7;
}

.langitem:hover {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #AAAAAA;
}

.langitemnotset:hover{
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: var(--sl-red-p1);

}

.langitemtext:hover {
    opacity: 0.5;
}

.wordset{
    color: #0a3622;
}
.wordnotset{
    color: var(--sl-alert-danger);
}
.table-striped>tbody>tr:nth-of-type(odd)>td.wordnotset {
    color: var(--sl-alert-danger);
}
.frc-captcha{
    float: right;
    display: inline-block;
}
span.warning {
    background-color: var(--sl-alert-success);
    color: var(--sl-txt-light);
    font-weight: bold;
    border-radius: 0.5em;
    padding: 0.7em;

}
.poplist-more, .poplist-loading, .poplist-end {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.poplist-more{
    background: var(--sl-green-p1);
}
.poplist-loading{
    background: var(--sl-red-p2);
}
.poplist-end{
    background: var(--sl-gray);
}

th {
    position: sticky;
    top: 0;
}
.table thead {
    position: sticky;
    top: 0;
    z-index: 25;
}
@media only screen and (max-width: 1000px) {
    .footer {
        display: none;
    }
    .footer2 {
        display: block;
    }
}
@media only screen and (min-width: 1000px) {
    .footer2 {
        display: none;
    }
    #main {
        margin-bottom: 4em;
        padding-top: 2em;
    }
}
.versionInfo{
    text-align: right;
    display:none;
}
.filelist td:nth-child(1){
    width: 10%;

}
.filelist td:nth-child(2){
    width: 90%;

}

.fileinfo {
    font-size: 0.8em;
}

.fileinfo-trash{
    cursor:pointer;
}
.fileinfo-add{
    cursor:pointer;
    float: right;
}

.profile-title{
    font-style: italic;
    font-size: x-small;
}
.profile-item{
    padding-left: 1em;

}
.profile-selected{
    padding-left: 2em;
    color: var(--bs-success);
}

.profile-unselected{
    padding-left: 2em;
    color: var(--bs-warning);
}
#uitzettekst{
    display: none;
}

dialog::backdrop {
    background-color: var(--sl-green);
    opacity: 0.7;
}

.form-check-inline{
    margin-right: 0rem;
}
.form-check-input:checked {
    background-color: var(--sl-green);
    border-color: var(--sl-green);
}

#cb-cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; border-radius: 0; display: none; }

#releaseInfo {
    display:none;
    position: fixed;
    right: 6em;
    bottom: 3em;
    width: 400px;
    height: 50%;
    padding: 1em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border:1px solid var(--sl-gray);

}

html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
    /*overflow: hidden;*/
}

.footer,
.push {
    height: 50px;
}

main {
    min-height: calc(100vh - 50px);
}
.bestseller{
    position: absolute;
    margin-top: -7px;
    margin-left: -32px;
    width: 78px;
    height: 78px;
    background-image: var(--image-bestseller);
    background-size: cover;
}
.card-not-start{
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70%, var(--sl-red) 100%);
}
#maintenance {
    position: fixed;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    padding: 10px;
    background-color: var(--bs-body-bg);
    background-image: var(--image-maintenance);
    background-position: center center;
    background-repeat: no-repeat;
}

.gocodedigit, .gocodedigit:focus{
    border: none;
    outline: none;
    z-index: 2;
    height: 50px;
    color: #000;
    text-align: left;
    letter-spacing: 35.5px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px #000;
    margin-bottom: 0;
    padding: 0 0 0 12px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 23px;
    font-weight: 400;
    top: 0;
    left: 0;
    width:350px;
    margin-left: 50px;
    background-position: -5px;
    background-image: var(--image-digitholder);
    background-repeat: no-repeat;
}
.infocircle{
    height:200px;
    width:200px;
    display:inline-block;
    padding:10px;
    cursor: pointer;
}

.img-circle-person{
    border-radius: 50%;
    background-color: var(--sl-green);
    overflow: hidden;
    z-index: 9;
    position: relative;
    cursor: pointer;
    overlflow: hidden;
}
.person-home-circle{
    float:right;
    width:150px;
    height:150px;
    overlflow: hidden;
}
.img-person-home{
    width: 150px;
    overlflow: hidden;
}
.coach-hover:hover {
    cursor:pointer;
    color: #fff;
    background-color: var(--sl-green-p1);
    text-decoration: underline;
}

.dashtable1 td{
    padding: 2px;
}

.dashtable1 tr td:nth-child(even){
    text-align: right;
    margin-right: 32px;
}
.dashtable1 tr td:nth-child(odd){
    text-align: left;
    padding-left: 32px;
}

.dashbar, .dashbarlbl{
    display:inline-block;
    width:50px;
    margin:1px;
    font-size: 8pt;
    text-align: center;
}
.dashbar{
    background-color:var(--sl-green-p1);
    border-radius: 3px;
}

.warningBar {
    width: 100%;
    display: block;
}
@media screen and (max-width: 800px) {
    table {
        overflow:scroll;
    }
    dialog {
        min-width: unset;
        max-width: calc(100% - 10px);
        max-height: calc(100% - 10px);
        padding: 10px;
    }
    .infocircle{
        height:100px;
        width:100px;
    }
    .person-home-circle{
        float:right;
        width:75px;
        height:75px
    }
    .img-person-home{
        width: 75px;
    }
    table {
        font-size: 0.8em;
    }
}

.voortgang td{
    padding: 2px;
    margin: 2px;
    border: 1px solid gray;
    border-radius: 2px;
    text-align: center;
    color: black;
}
.voortgang{
    border-spacing: 2px;
    border-collapse: unset;
}
.voortgang-gedaan {
    background-color: var(--sl-alert-success);
    color: black;
}
.voortgang-tedoen {
    background-color: var(--sl-alert-warning);
    color: black;
}

a {
    color: inherit;
}


.dialogwaitoverlay{
    position:fixed;
    z-index:3000;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color: var(--sl-red);
    opacity: 0.5;
}

.navbar {
    margin-left: auto;
    margin-right: auto;
}

.sl-footer {
    background-color: var(--sl-gray-m2);
    color: var(--bs-white);
}

.btn {
    transition: transform 0.25s ease;
}

.btn:hover {
    transform: scale(115%);
    overflow: hidden;
}

.messagecount {
    background-color: var(--sl-orange-m2);
    border-radius: 50%;
    width: 2em;
    height: 2em;
    overflow: hidden;
    font-size: x-small;
    display: inline-block;
    margin-left: -1em;
    margin-right: -1em;
    margin-top: -1em;
    position: relative;
    top: -2em;
    padding-top: 0.2em;
}

.inputrequired:after {
    content:" *";
    color: var(--sl-alert-danger);
}

.tooltip {
    z-index: 100000000;
}

.small-info-icon {
    color: var(--bs-body-color);
    font-size: 0.6em;
    top: -0.3em;
    padding-left: 0.2em;
    position: relative;
}
.flag-nl {
    background-image: var(--image-flag-nl);;
}

.flag-uk {
    background-image: var(--image-flag-uk);
}
.flag-nl, .flag-uk {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 80px;
}
.invoiceSepa {

}
.sepaDone {
    text-decoration: line-through;
}
.noOption{
    padding-right:0.5em;
    color: var(--sl-alert-danger);
}

.prefdialog {
    width:100%;
    height: 100%;
}
.nav-holder{
    width:100%;
}
.nav-holder > li{
    width: 100%;
    margin-top: 0.5em;
    padding: unset;
}
dialog:has(iframe.prefdialog){
    padding: 0px;

    height: 500px;
    overflow: hidden;
}
@media (min-width: 1000px) {
    .prefdialog {
        min-width: 800px;
    }
    .navlinkmin {
        width: 120px;
    }
    #pricelist {
        min-width: 720px;
    }

}

@media (max-width: 1000px) {
    .prefdialog {
        min-width: 80%;
    }
}

.nav-pills {
/*    background-color: var(--sl-orange-p1); */
    color: var(--sl-txt-light);
}

.reference-card > div > div > .card {
    padding: 0.2em;
    margin-bottom: 1em;
}
.reference-card > .btn {
    min-width: unset;
    margin-left: unset;
    margin-right: unset;
}
.accordion {
    --bs-accordion-btn-padding-x: 0.1rem;
    --bs-accordion-btn-padding-y: 0.1rem;
    --bs-accordion-body-padding-x: 0.1rem;
    --bs-accordion-body-padding-y: 0.1rem;
    --bs-accordion-bg: unset;
    --bs-accordion-active-bg: unset;

}
.accordion-button {
    font-size: large;
}
.accordion-body {
    font-size: smaller;
    font-weight: normal;
}
.accordion-body p {
    margin-block-end: unset;
}
.accordion-item {
    background-color: unset;
}

#pricelist {
    max-width: 800px;
}
#pricelist .row:nth-child(1){
    font-weight: bold;
    padding-bottom: 0.2rem;
}
#pricelist .card {
    margin-bottom: 1rem;
    padding: 0.5rem
}
#pricelist .card:nth-child(even){
    background-color: color-mix(in srgb, var(--sl-orange) , var(--bs-body-bg) 75%);
}
#pricelist .card:nth-child(odd){
    background-color: color-mix(in srgb, var(--sl-orange), var(--bs-body-bg) 90%);
}
#avgtutor {
    max-width: 1024px;
    max-height: 480px;
    overflow: scroll;
    font-size: small;
}
#avgtutor td,#avgtutor tr  {
    white-space: nowrap;
}
#avgtutor th {
    background-color: var(--bs-body-bg);
}

.associationLogo, .associationLogoSmall{
    float:right;
    position: relative;
    z-index: 1000;
    padding: 5px;
    border: 2px solid var(--sl-banner-bg-light);
    border-radius: 0.375rem;
    background-color: white;
    top: 0.5em;
}
.associationLogo{
    max-width:256px;
    max-height:256px;
}
.associationLogoSmall{
    max-width:128px;
    max-height:128px;
}
#geoloc {
    background-color: var(--sl-gray-m2);
    color: var(--sl-gray-p1);

    font-size: x-small;
    left: 10px;
}
.btn-outline-light {
    border-color: var(--sl-gray);
}
.banner-v3 {
    position: relative;
    width: 100%;
    min-height: 100px;
    max-width: var(--maxwidth);
    margin-bottom: 40px;
}
.banner-background-v3 {
    position: absolute;
    top: 48px;
    left: 0px;
    height: calc(100% - 48px);
    width: 100%;
    border-radius: 1em;
    z-index: -100;
}

.back-blue-v3 {
    background-color: var(--sl-blue) !important;

}

.back-green-v3 {
    background-color: var(--sl-green) !important;
}

.back-banner-v3 {
    background-color: var(--sl-banner-v3-bg) !important;
}


.banner-text-left-v3 {
    position: relative;
    color: white;
    max-width: calc(100% - 250px);
    padding: 20px
}
.banner-text-right-v3 {
    position: relative;
    color: white;
    max-width: calc(100% - 250px);
    padding: 20px
}
.banner-text-full-v3 {
    position: relative;
    max-width: 100%;
    padding: 20px

}
.banner button-v3 {
    background-color: var(--sl-orange);
    border: none;
    border-radius: 32px;
    padding: 20px;
    color: white;
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-right: 1em;
    margin-bottom: 1em;

}
@media only screen and (min-width: 992px){
    h1 {
        font-size: 3.0em;
    }
    .rotatebanner{
        transform:rotate(3deg);
    }

    .back-noise{
        background-image: var(--image-noise);
        width: 100%;
        height: 100%;
        background-size: contain;
    }
    #logdialog h1 {
        font-size: 2em;
    }
    #editor h1{
        font-size: 14px;
        font-weight: 700;
    }
    h1 strong {
        position: relative;
        font-weight: 700;
        z-index: 1;

    }
    h1 strong::before {
        content: "";
        position: absolute;
        top: 0;
        left: 4px;
        right: 4px;
        bottom: 0;
        background-color: var(--sl-txt-light);
        border-radius: 0.2em;
        transform: rotate(1deg);
        z-index: -1;
        padding: 0.2em;
    }
    #helpdialog h1 strong::before {
        background-color: var(--sl-txt-dark) !important;
    }
    .blue-text-v3 h1 strong {
        color: var(--sl-blue);
    }
    .green-text-v3 h1 strong {
        color: var(--sl-green);
    }
    .red-text-v3 h1 strong {
        color: var(--sl-red);
    }
    .black-text-v3 h1 strong {
        color: var(--sl-txt-light);
        font-weight: 700;
    }
    .banner-text-v3 h1 strong {
        color: var(--sl-banner-v3-bg);
    }

    .back-v3-wolk {
        background-repeat: no-repeat;
        background-size: cover;
        background-image: var(--image-wolk1);
        background-position-y: -46px;
    }
    .banner-text-right-v3 {
        max-width: calc(100% - 250px);
        left: 250px;
        padding-top: 64px;
        padding-left: 64px;
    }

    .banner-text-left-v3 {
        max-width: calc(100% - 250px);
        padding-top: 64px;
        padding-left: 64px;
    }

    .banner-image-welcome-v3 {
        position: absolute;
        top: 0px;
        height: calc(100% + 20px);
        background-position: center -20px;
        left: calc(100% - 260px);
        width:250px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: var(--image-home-general);
    }
    .banner-image-welcome-login-v3 {
        position: absolute;
        top: 0px;
        height: calc(100% + 20px);
        background-position: center -20px;
        left: calc(100% - 250px);
        width:250px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: var(--image-home-general);
    }

    .banner-image-welcome-student-v3 {
        position: absolute;
        top: 0px;
        height: 100%;
        background-position: center 20px;
        left: calc(100% - 250px);
        width:250px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: var(--image-home-student);
        border-bottom-right-radius: 24px;
    }

    .banner-image-welcome-tutor-v3 {
        position: absolute;
        top: 0px;
        height: 100%;
        background-position: center 0px;
        left: calc(100% - 250px);
        width:250px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: var(--image-home-tutor);
        border-bottom-right-radius: 24px;
    }
    .banner-image-welcome-organisation-v3 {
        position: absolute;
        top: 0px;
        height: 100%;
        background-position: center -15px;
        left: calc(100% - 250px);
        width:250px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: var(--image-home-organisation);
        border-bottom-right-radius: 24px;
    }
    .banner-image-welcome-admin-v3 {
        position: absolute;
        top: 0px;
        height: 100%;
        background-position: center 20px;
        left: calc(100% - 250px);
        width:250px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: var(--image-home-admin);
        border-bottom-right-radius: 24px;
    }
    .banner-image-welcome-accountant-v3 {
        position: absolute;
        top: 0px;
        height: 100%;
        background-position: center -55px;
        left: calc(100% - 350px);
        width:400px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: var(--image-home-accountant);
        border-bottom-right-radius: 24px;
    }

    .banner-image2-right-v3 {
        position: absolute;
        top: 0px;
        height: 100%;
        background-position: center 20px;
        left: calc(100% - 250px);
        width:250px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: var(--image2);
        border-bottom-right-radius: 24px;
    }


    .banner-image1-right-v3 {
        position: absolute;
        top: 0px;
        height: calc(100% + 20px);
        background-position: center -20px;
        left: calc(100% - 250px);
        width:250px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: var(--image1);

    }
    .banner-image2-right-v3 {
        position: absolute;
        top: 0px;
        height: 100%;
        background-position: center 20px;
        left: calc(100% - 250px);
        width:250px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: var(--image2);
        border-bottom-right-radius: 24px;
    }
    .banner-image2-left-v3 {
        position: absolute;
        top: 4px;
        height: 100%;
        background-position: -30px 20px;
        left: 0px;
        width:250px;
        height: calc(100% + 44px);
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 350px;
        background-image: var(--image2);

    }
    .banner-image3-left-v3 {
        position: absolute;
        top: 0px;
        height: 100%;
        background-position-x: center;
        background-position-y: -90px;
        left: 0px;
        width:250px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: auto calc(100% + 90px);
        background-image: var(--image3);
        border-bottom-left-radius: 1em;

    }
    .banner-image4-right-v3 {
        position: absolute;
        top: 0px;
        height: 100%;
        background-position: center -20px;
        left: calc(100% - 250px);
        width:250px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: var(--image4);
        border-bottom-right-radius: 24px;

    }
    .banner-image5-right-v3 {
        position: absolute;
        top: 0px;
        height: 100%;
        background-position: 0 bottom;
        border-radius: 1em;
        width:100%;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 325px;
        background-image: var(--image5);
        border-bottom-right-radius: 24px;

    }
    .person-v3-set {
        position: relative;
        top: -80px;
    }
    .card-v3-fill1 {
        position: relative;
        background-repeat: no-repeat;
        background-image: var(--image-fill1);
        background-size: contain;
        background-position: bottom;
        height: 100%;
        border-radius: 1em;
    }

}



@media only screen and (max-width: 992px){
    #tinymce h1 strong {
        color: white;
        font-weight: 700;
        position: relative;
    }
    #tinymce h1 strong::before {
        content: "";
        position: absolute;
        top: 0;
        left: 4px;
        right: 4px;
        bottom: 0;
        background-color: black;
        border-radius: 0.2em;
        transform: rotate(1deg);
        z-index: -1;
        padding: 0.2em;
    }
    .back-noise{
        display:none;
    }
    h1 strong {
        font-weight: 700;
    }
    .btn {
        min-width: 80%;
        margin-left: 10%;
        margin-right: 10%;

    }
    .banner-image-welcome-v3 {
        position: relative;
        background-position: center -20px;
        width:100%;
        min-height: 280px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 280px;
        background-image: var(--image-home-general);
    }
    .banner-image-welcome-login-v3 {
        position: relative;
        background-position: center -20px;
        width:100%;
        min-height: 280px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 280px;
        background-image: var(--image-home-general);
    }

    .banner-image-welcome-student-v3 {
        position: relative;
        background-position: center -20px;
        width:100%;
        min-height: 280px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 280px;
        background-image: var(--image-home-student);
    }

    .banner-image-welcome-tutor-v3 {
        position: relative;
        background-position: center -20px;
        width:100%;
        min-height: 280px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 280px;
        background-image: var(--image-home-tutor);
    }
    .banner-image-welcome-organisation-v3 {
        position: relative;
        background-position: center -20px;
        width:100%;
        min-height: 280px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 280px;
        background-image: var(--image-home-organisation);
    }
    .banner-image-welcome-admin-v3 {
        position: relative;
        background-position: center 0px;
        width:100%;
        min-height: 280px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 280px;
        background-image: var(--image-home-admin);
    }
    .banner-image-welcome-accountant-v3 {
        position: relative;
        background-position: center -20px;
        width:100%;
        min-height: 280px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 280px;
        background-image: var(--image-home-accountant);
    }

    .banner-image1-right-v3 {
        position: relative;
        background-position: center -20px;
        width:100%;
        min-height: 280px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 280px;
        background-image: var(--image1);

    }
    .banner-image2-right-v3 {
        position: relative;
        background-position: center 0px;
        width:100%;
        min-height: 280px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 280px;
        background-image: var(--image2);

    }
    .banner-image2-left-v3 {
        position: relative;
        background-position: center 20px ;
        width:100%;
        min-height: 220px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 280px;
        background-image: var(--image2);

    }
    .banner-image3-left-v3 {
        position: relative;
        background-position: center 20px ;
        width:100%;
        min-height: 220px;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 280px;
        background-image: var(--image3);

    }
    .banner-text-right-v3 {
        max-width: 100%;
    }

    .banner-text-left-v3 {
        max-width: 100%;
    }
    .banner button-v3 {
        width: 100%
    }
    .person-v3-set {
        display: none;
    }
    .table {
        font-size: 0.7em !important;
    }
    .sl-table-hide {
        display:none;
    }
}
.menu-v3-top{
    display: table-row;
    width: 100%;
    min-width: 100%;
}
.bg-body-tertiary {
    background-color: unset !important;
}

.card {
    border:none !important;
}
.card-v3-basics {

    padding: 20px;
}
.card-v3-basic-extra {
    padding-left: 64px;
    padding-right: 64px;
}

.card-v3-basics-no {
    display: inline-grid;
    border-radius: 1em;
}

.card-v3-1el {
    /*
    width: calc(33% - 1em);
    margin-right: 1em;
    min-width: calc(33% - 1em);

     */
    width: 33%;

}
.card-v3-2el {
    width: 67%;
    /*
    width: calc(67% - 1em);
    margin-right: 1em;
    min-width: calc(67% - 1em);

     */
}
.card-v3-3el {
    width: calc(100% - 1em);
    min-width: calc(100% - 1em);
}

.holder-v3 {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: calc(100% + 1em);
}

.card-nostart, .card-started {
    background-repeat: no-repeat;
    background-color: var(--bg-card-gray-back);
    border-radius: 1em;
    padding-bottom: 20px;
    min-height: 200px;
    min-width:520px;
    width: calc(50% - 5px);
    display: inline-grid;
    background-repeat: no-repeat;
    background-size: 3em;
    background-position-x: calc(100% - 10px);
    background-position-y: 10px;
}
.card-started {
    background-image: var(--image-star-green);

}
.card-nostart {
    background-image: var(--image-star-orange);
}

.star-black, .star-white{
    display: inline-block;
    background-position: center right;
    width: 100%;
    height: 3em;
    background-repeat: no-repeat;
    background-size: contain;
}

.star-black {
    background-image: var(--image-star-black);
}

.star-white {
    background-image: var(--image-star-white);
}

@media only screen and (min-width: 992px){
    .circlemenu-v3 {
        border: 1px solid #e9e9e9;
        border-radius: 32px;
        height: 48px;
        width: 48px;
        top: -12px;
        position: relative;
        font-size: 30px;
        padding-left: 10px;
        margin-left: 10px;

    }
    .circlemenu-v3:hover {
        background-color: var(--sl-blue);
        color: var(--sl-txt-light) !important;
    }
    .circlemenu-v3-text {
        display: none;
    }
    .logo-v3-container {
        display: flex;
        padding-top: 35px;
        padding-bottom: 35px;
        border-bottom: 1px solid #E8E8E8;
    }
    .logo-v3-logo {
        height: 64px;
        background-image: var(--image-logo-pubsite);
        background-repeat: no-repeat;
        background-size: auto 64px;

        width: 64px;
    }
    .logo-v3-naam {
        height: 64px;
        background-image: var(--image-logo-pubsite);
        background-repeat: no-repeat;
        background-size: auto 80px;
        background-position-x: -190px;
        background-position-y: -8px;
        width: 392px;
        margin: 0 auto;
    }
    .logo-v3-schilden {
        height: 64px;
        background-image: var(--image-logo-pubsite);
        background-repeat: no-repeat;
        background-size: auto 80px;
        background-position-x: -628px;
        background-position-y: -8px;
        width: 180px;
    }

    .logohold-v3l {
        width: 64px
    }

    .logohold-v3m {
        width: calc(100% - 224px);
        margin: 0 auto;
    }
    .logohold-v3r {
        width: 180px;
    }
}
@media only screen and (max-width: 992px){
    .logo-v3-container {
        background-image: var(--image-logo-pubsite);
        background-repeat: no-repeat;
        background-size: contain;
        height: 64px;
    }
    .logo-v3-logo , .logo-v3-naam,.logo-v3-schilden  {
        display: none;
    }
    .card-v3-basics-no {
        width: 100%;
        min-width: 100%;
    }
    .card-v3-basics {
        padding-left: 20px;
        padding-right: 20px;
        min-width: 100%;
    }
    .card-v3-1el , .card-v3-2el {
        width: 100%;
        min-width: 100%;
    }
    .holder-v3 {
        display: unset;
    }
    .card-started, .card-nostart {
        min-width: 100%;
    }
    .mobile-hide {
        display:none;
    }
    .star-black, .star-white{
        display: none;
    }
}


.gray-card-v3{
    background-color: var(--bg-card-gray-back);
    border-radius: 1em;
    padding-bottom: 20px
}


.cardback-green-v3 {
    background-color: var(--sl-green);
    color: var(--bg-card-gray-back);
    border-radius: 1em;
    padding-bottom: 20px;
    position: relative;
}

.cardback-blue-v3 {
    background-color: var(--sl-blue);
    color: var(--bg-card-gray-back);
    border-radius: 1em;
    padding-bottom: 20px;
    position: relative;
}
.laptopback-ro {
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
/*    background-image: var(--image-laptop); */
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 200px;

    opacity: 0.5;


}
.nav-link:hover, .dropdown-item:hover, .nav-link.active:hover {
    color: var(--navbar-hover);
}
#menu > .prf-item:hover {
    color: var(--sl-txt-light) !important;
    transform: scale(115%);
    overflow: hidden;

}
.prf-item > a.nav-link:hover  {
    color: var(--sl-txt-light) !important;
}
.person-home-circle {
    top: 20px;
    left: 20px;
    float: left;
}

.dropdown-menu[data-bs-popper] {
    top: unset;
}
.col-v3-reset {
    width: unset;
}
.unset-person-float {
    top: 0px;
    float: right;
}
.voortgang td {
    border: unset;
}
.voortgang-titel {
    border: none;
    font-size: 2rem;
    font-family: 'Raleway';
    font-weight: 700;
    height: 3rem;
}
.voortgang {
    height: 4em;
}


.lines-v3-back {
    background-image: var(--image-lines2);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}
.lines-v3-back-big {
    background-image: var(--image-lines2);
    background-size: 1024px;
    background-repeat: no-repeat;
    background-position: center right;
}
.site-message, .site-message-warning {
    max-width: 1320px ;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    color: var(--sl-red);
    font-weight: bold;
}
.site-message-warning {
    padding-top: 1.5em;
    background-color: var(--sl-red);
    border-radius: 24px;
    color: unset;
    margin-bottom: 20px
}

.nav-pills .nav-link.active {
    background-color: var(--sl-orange-p1);
    border-radius: 32px;
}
.perf-i {
    padding-left: 8px;
}

@media (min-width: 1373px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1373px !important;
    }
}

.infotegel{
    cursor:pointer;
    color: var(--bs-white);
    background-color: gray;
    border-radius: 16px;
    text-align: center;
    min-height: 80px;
}
.infotegelWaarde{
    font-size: 3em;
    font-weight: bold;
}
.infotegelTekst{
    font-weight: bold;

}
@media (max-width: 800px) {
    .hide-mobile {
        display:none;
    }
}
@media (min-width: 800px) {
    .table-responsive {
        overflow-x: inherit !important;
    }
}

.form-legend {
    margin-bottom: 0px !important;
    font-size: inherit !important;
}

.form-striped .form-row:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05);
    border-radius: 0.375em;
}

