@import "colors.css";
@import "themes.css";
@import "fonts.css";
@import "floatmenu.css";

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;
    color:  var(--sl-orange);
}
.nav-link {
    font-weight: bold;
}
a:hover, .dropdown-item:hover, .nav-link:hover, .seltable-item:hover {
    background-color:  var(--sl-orange);
    color: var(--bs-white);
    cursor: pointer;
}

a[href^="http"]::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);
}


.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.1em;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 0.2em;
    margin-right: 0.2em;
}

.nav-link:hover {
    border-radius: var(--bs-btn-border-radius);
}



.TapeAppTable{

}

.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;
}

.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;
    }
}
.versionInfo{
    text-align: right;

}
.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: url(../assets/images/bestseller.png);
    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: url("../assets/images/maintenance.png");
    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: url("../assets/images/digitholders.png");
    background-repeat: no-repeat;
}
.infocircle{
    height:200px;
    width:200px;
    display:inline-block;
    padding:10px;
    cursor: pointer;
}

.img-circle-person{
    border-radius: 50%;
    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) {

    dialog {
        min-width: unset;
    }
    .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;
}

.testenv {

}

.dialogwaitoverlay{
    position:fixed;
    z-index:300;
    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:hover {
    filter: drop-shadow(3px 3px 3px #333333);
}

.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: url('../assets/images/nl.png');
}

.flag-uk {
    background-image: url('../assets/images/uk.png');
}
.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 .nav-link.active {
    background-color: var(--sl-orange-p1);
}

.reference-card > div > div > .card {
    padding: 0.2em;
    margin-bottom: 1em;
}

.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;
}
.logoholder{
    width:128px;
    height:128px;
    float:right;
    padding:0px;
    border-radius: 0.375em;
    margin-left:5px;
    border:1px solid var(--bs-card-border-color);
    display: inline;
    position: static;
    background-image: url("../assets/images/uwlogohier.png");
    background-size: cover;
    cursor: pointer;
}