:root {
    --color-dark-blue :#000b4f;
    --color-dark-blue-a :#000b4f66;
    --color-blue : #20368f;
    --color-blue-a : #20368f66;
    --color-light-blue: #829cd0;
    --color-light-blue-a: #829cd066;
    --color-light-grey-a: #ebebeb66;
    --color-light-grey: #ebebeb;
    --color-grey : #6d6d6d;
    --color-dark-grey: #323232;
    --color-dark-grey-a: #32323266;
    --color-black: #000000;
    --color-alt: #f5bb23;
    --color-alt-a: #f5bb2366;
}

/* Need to filter */
div.back{
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    position: relative;
}


.swal-actions{
    padding:0 10px 10px 10px;
    width: 100%;
}

.b-right{
    margin-left: auto;
    padding: 0.5rem;
    margin-right: 1.75rem;
    margin-top:0px;
    margin-bottom: 0px;
}
.icon-row{
    font-size:16px;
    color: #64a19d;
    padding:3px
}
.icon-big{
    font-size: 32px;
}
.icon-table{
    font-size: 16px;
}

.red{
    color:#990033;
}

.blue{
    color:#0070c0;
}

.green{
    color:#04AA6D;
}

.orange{
    color:#ff9933
}


.invisible{
    display: none;
}

.header_cell{
    text-align: left;
}

.studieFile{
    display: none;
}

.print {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



td {
    vertical-align:top;
    white-space: normal;
}

.tableContainer{
    overflow: auto;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 0;
}

.bar-button{
    background: transparent;
    border-left: 1px solid lightgray;
    border-top : 0px;
    border-bottom : 0px;
    border-right: 0px;
}

.bar-button-left{
    background: transparent;
    border-right: 1px solid lightgray;
    border-top : 0px;
    border-bottom : 0px;
    border-left: 0px;
}

.row-small{
    font-size: 12px;
    padding:4px;
    vertical-align: top;

}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: white;
}

.nonmodal {
    position: absolute;
    z-index: 9;
    background-color: white;
    border: 1px solid #d3d3d3;
    text-align: center;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
    width: 200px;

    display: none;
}

.nonmodal-header {
    padding: 2px;
    z-index: 10;
    color: black;
    width: 100%;
    height: 28px;
    overflow: hidden;
}

.modal-table{
    overflow-y: auto;
    width: 100%;
    height: 370px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--color-dark-blue);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--color-dark-blue);
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.error {
    position: relative;
    animation: shake .1s linear;
    animation-iteration-count: 3;
    border: 1px solid red;
    outline: none;
}

@keyframes shake {
    0% {
        left: -5px;
    }
    100% {
        right: -5px;
    }
}

.row-editor{
    width: 100%;
    margin: 0px;
    border:none;
    outline: none;
    background-color: transparent;
    padding: 0 5px 0 5px;
    font-size: 14px;
}

.darker{
    background : var(--color-dark-blue);
}



/* General */
body{
    font-family: 'Roboto', sans-serif;
    background-image: url("../images/grey_students.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: scroll;
    overflow: auto;
}

::-webkit-scrollbar {
    margin: 0px;
    width: 10px;
    height:10px !important;
    background-color:transparent;
    border: none;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color:var(--color-light-blue);
    border-radius: 0px;
    border: none;
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-dark-blue) !important;
    margin: 5px;
    padding: 5px;
    border-radius: 0px;
}

/* Main setup */
.pointer{
    cursor:  pointer;
}

.main-div{
    display: flex;
    flex-direction: column;
    height: calc(100vh - 50px);
    padding: 20px;
    background: white;
}
.main-div-menu{
    display: flex;
    justify-content:  space-between;
    align-items: center;
}
.main-div-content{
    flex: 1 1 auto;
    border-radius: 0;
    border: none;
    border-bottom: 1px var(--color-dark-grey-a) solid;
}
.main-div-content table{
    border:none;
}
.btn:hover {
    color: #212529;
}
.btn-primary {
    color: var(--color-light-grey);
    background-color: var(--color-dark-blue);
    border-color: var(--color-dark-grey);
}
.btn-primary:hover {
    color: var(--color-dark-grey);
    background-color: var(--color-light-blue);
    border-color: #50817e;
}

.box-inside:focus{
    box-shadow: inset 0 0 8px var(--color-light-grey) !important;
}
.form-control:focus {
    border-color: var(--color-dark-blue);
}

a {
    color: var(--color-dark-blue);
    text-decoration: underline;
}
a:hover {
    color: var(--color-dark-grey);
}

.plusbutton{
    color: var(--color-dark-blue);
    font-size: 28px;
    cursor: pointer;
    margin-left: auto;
    transition :all 0.3s ease;
}
.plusbutton:hover{
    color: var(--color-light-blue);
}

/*gs correction*/


/* Cookie */
#cookieNotice {
    position: fixed;
    bottom: 5px;
    right : 5px;
    z-index: 1000;
    border-radius: 5px;
    margin: auto;
    border: 1px solid #64a19d;
    width: 300px;
    padding: 10px;
    background-color: #FFF;
    box-shadow: 2px 2px 1px #ccc;
}

/*Home page*/
.toplogo{
    height: 80%;
    padding: 12px 5px 5px 5px;
}

.topnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-dark-blue);
    z-index: 2000;
    position: fixed;
    height: 50px;
    width:100%;
    box-shadow: 0px 2px 10px 4px rgba(0,0,0,0.3);
}

.topnav-left{
    display: flex;
    height: 100%;
}

.topnav a {
    display: block;
    color: var(--color-light-grey);
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    height: 100%;
    transition :all 0.3s ease;
    padding: 12px;
    text-transform: uppercase;
}

.topnav a:hover {
    background-color: var(--color-light-blue);
    color: var(--color-dark-grey);
}

footer {
    position: sticky;
    left: 0;
    bottom: 0;
    width:100%;
    height: 0px;
    color : var(--color-light-grey);
}

.footer-div{
    background: var(--color-dark-blue);
    height:  120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

footer div{
    padding: 15px;
}

.footer-copyright{
    background: var(--color-black);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 16px;
    color: var(--color-light-grey);
}

.footer-div a{
    color: var(--color-light-grey);
}


@media screen and (max-width: 500px) {
    .footer-div{
        height:  200px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-copyright{
        font-size: 12px;
    }

    footer div{
        padding: 5px;
    }

    .topnav a{
        font-size: 14px;
    }

}


/* Front */


.div-youtube{
    max-width: 500px;
    margin: auto;
}

.div-border{
    padding: 20px;
    margin-bottom: 15px;
}

.div-border a{
    transition:  all 0.2s ease-in-out;
}
.div-border a:hover{
    color: #0e525e;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
.div-image{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -100;
}
.div-image img{
    object-fit:cover;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}
.img-back{
    object-fit:cover;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}
.div-title{
    display:flex;
    height: 40px;
    width: 100%;
    margin-top:15px;
    margin-bottom: 30px;
}
.brick_icon{
    width: 30px;
    height: 30px;
    transform: translate(-5px,0px);
}
.hline{
    border: 4px white solid;
    width: 200px;
    opacity: 1.0;
}

.front{
    padding-top: 50px
}

.front p{
    color: #333;
    font-size: 1.1em;
}

.front h1{
    text-shadow: 3px 2px 3px rgba(0,0,0,.8)
}

.center-horizontally{
    margin-left: auto;
    margin-right: auto;
}
.bck{
    width: 80px;
    height: 80px;
    transform: translate(-20px,-40px);
}
.brick{
    width: 100%;
    height: 100%;
    transform: translate(0px,15px);
}
.front-link{
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition :all 0.3s ease;
}
.front-link:hover{
    color: white;
}
.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top:  75%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin: 15px 0 15px 0;
}
.container-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.mag-image{
    width: 150px;
    border-radius: 5px;
    float: right;
    margin: 0 0 20px 20px
}
.title-text{
    color: #FFF !important;
    text-shadow: 3px 2px 3px rgba(0,0,0,.5);
    text-transform: uppercase;
}

.brand-image{
    width: 150px;
    padding: 5px 20px 5px 20px;
    background: var(--color-dark-blue);
    border-radius: 100px;
}

.beta-label{
    font-size: 0.9em;
    position: absolute;
    bottom: -13px;
    left: 0;
    font-style: italic;
}

#top_title{
    padding: 20px 20px 20px 10px
}

#div_Intro{
    padding: 20px;
    padding-top: 200px;
}

.test {
    cursor: zoom-in;
    transform: perspective(1000px) rotateX(4deg) rotateY(-16deg) rotateZ(4deg);
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background-size: 16px 16px;
    background-position: 50%;
    background-image: linear-gradient(
        90deg,
        rgba(55, 55, 255, 0.2) 1px,
        transparent 0
        ),
        linear-gradient(180deg, rgba(55, 55, 255, 0.2) 1px, transparent 0);
}


@media (max-width: 800px) {
    .front{
        padding-top: 50px
    }
    .front p{
        color: #EEE;
        font-size: 0.75em;
    }

    .mag-image{
        width: 80px;
        border-radius: 4px;
        margin: 0 0 10px 10px
    }

    .title-text{
        color: #FFF !important;
        text-shadow: 3px 2px 3px rgba(0,0,0,.5);
        text-transform: uppercase;
        font-size: 1em !important;
    }

    .beta-label{
        font-size: 0.7em;
        position: absolute;
        bottom: -5px;
        left: 0;
        font-style: italic;
    }
    #div_Intro{
        padding: 140px 20px 0 20px;
    }
}

/* Login */
.center-logo{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 40px;
}

.entree-button{
    display: flex;
    align-items: center;
    text-align: center;
    border:  transparent 1px solid;
    border-radius: 5px;
    padding: 5px;
    transition: all 0.5s ease;
}

.entree-button:hover{
    background-color:  white;
    background-color: #eaeaf4;
    border:  gray 1px solid;
    border-radius: 5px;
}

.top-space{
    margin-top: 10px;
}

.fa-button{
    box-shadow: none !important;
    height: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.big{
    font-size: 36px;
    color: black;
    margin-left: 5px;
    margin-right: 5px;
}

.push-down{
    margin-bottom: 20px;
}

.push-up{
    margin-top: 10px;
}

.center-content{
    display: flex;
    justify-content: center;
}


/* Div */

.div-menu{
    min-width: 800px;
    position:sticky;
    display: flex;
    flex-direction: row;
    justify-content:  space-between;
    align-items: center;
    width: 100%;
    right : 0px;
    z-index: 8000;
    background-color: var(--color-dark-blue);
    /*background: linear-gradient(90deg, var(--color-dark-blue) 0%, #4a6aa7 100%);*/
    padding: 5px 10px 5px 5px;
    border-radius: 0px;
    height:50px;
}

.div-menu h5{
    line-height: 0;
    margin: 0 0 0 15px;
    color: var(--color-light-grey);
}

.background-simple{
    background-color: white;
    border-radius: 0px;
    padding: 5px;
    /* border: var(--color-dark-grey) 1px solid; */
}

div.page{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 1000px;
    padding: 0px;
    /*padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;*/
    height: calc(100vh - 50px);
}


/* Table formatting */
thead th{
    color:white !important;
    height:20px;
}

thead th:first-child{
    /* border-radius: 5px 0 0 0 !important; */
}
thead th:last-child{
    /* border-radius: 0 5px  0 0 !important; */
}
tfoot th{
    color:white !important;
    height: 20px;
}

tfoot th:first-child{
    /*border-radius: 0 0 5px 5px !important; */
}

table th tr td{
    padding: 0px;
    max-height: 10px
}
table th {
    background: var(--color-blue);
    color: #FFF
}

/* Filters */
.filter-bar{
    display:flex;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ROGP */
.date-button-right{
    width:40px;
    height: 100%;
    background-color: #fff;
    border: 1px solid var(--color-dark-grey);
    border-left: none;
}



/* Lesobservaties */
.left-button{
    padding-right: 1px;
    width: 40px;
    box-shadow: none !important;
    height: 100%;
    border: 1px var(--color-dark-grey) solid;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background: white;
    color: black;
}

.right-sharp{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background-color: var(--color-dark-blue);
    background: linear-gradient(90deg, var(--color-dark-blue) 0%, #4a6aa7 100%);
    width:100%;
    border-radius: 0;
    padding-left:10px;
}

.modal-bar label{
    font-size: 16px;
    color: white;
}

/* Toetsanalyses */

.small-button{
    color: var(--color-dark-blue);
    font-size: 24px;
    cursor: pointer;
    margin-right: 5px;
    transition :all 0.3s ease;
}

.small-button:hover{
    color: var(--color-light-blue);
    font-size: 24px;
    cursor: pointer;
    margin-right: 5px;
}


/*Swal*/
div:where(.swal2-container)
div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 0.75em;
    border: none;
    border-radius: 0px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}

/* Lesobservaties analyse en formulieren */
.greyed{
    color: gray;
    font-size: 16px;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 0px;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    padding: 2px;
}

.groepA{
    min-width: 120px;
    background-color: var(--color-light-grey) !important;
    float: left;
    border: none;
    margin-right: 2px;
    border-radius: 0px;
    height:100%;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid var(--color-grey);
}

.groepA:hover{
    background-color: var(--color-dark-blue-a) !important;
}

.groepA.active{
    color:white;
    background-color: var(--color-dark-blue) !important;
    border-bottom: var(--color-grey) 1px solid;
}

.groepB{
    min-width: 120px;
    background-color: var(--color-light-grey) !important;
    float: left;
    outline: none;
    margin-right: 2px;
    border-radius: 0px;
    cursor: pointer;
    height:100%;
    transition: 0.3s;
    border: 1px solid var(--color-grey);
}

.groepB:hover{
    background-color: var(--color-alt-a) !important;
}

.groepB.active{
    color: white;
    background-color: var(--color-alt) !important;
    border-bottom: var(--color-grey) 1px solid;
}

#GroepA .input-group{
    width: auto !important;
}

#GroepB .input-group{
    width: auto !important;
}

.dragable_move {
    cursor: move;
}


.save-signal{
    position: absolute;
    left: 10px;
    bottom: 0px;
    z-index: 10000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}


.save-signal-top{
    position: fixed;
    right: 10px;
    top: 60px;
    z-index: 10000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}

.forms-check{
    font-size: 32px;
    color : var(--color-blue);
    text-shadow: #00000022 5px 0 5px;
    display: none;
}
.forms-error{
    font-size: 32px;
    color:#990033;
    display:none;
    text-shadow: #00000022 5px 0 5px;
}
.div-print{
    z-index: 10000;
    display: flex;
    justify-content: center;
    position: absolute;
    width : 50px;
    height : 50px;
    border-radius: 50%;
    background: white;
    right: 20px;
    top: 15px;
    box-shadow: 3px 3px 5px #00000088;
    color: black;
    transition:  all 0.2s ease-in-out;
}
.div-print:hover{
    background: var(--color-dark-blue);
    color: white;
}
.icon-print{
    align-self: center;
    font-size: 28px !important;
}