@font-face{font-family:'jedi1';src:url('/assets/fonts/StarJedi.otf')  format("opentype");font-weight:normal;font-style:normal}
@font-face{font-family:'jedi2';src:url('/assets/fonts/SerifGothicStd-ExtraBold.otf')  format("opentype");font-weight:normal;font-style:normal}
@font-face{font-family:'creed';src:url('/assets/fonts/TX Manifesto Regular.otf')  format("opentype");font-weight:normal;font-style:normal}
.main-panel > .content {
    height: 100% !important;
    min-height: 100% !important;
    margin-bottom: 200px
}
.table td{
    border-top: 2px solid rgba(0, 0, 0, .06) !important;
}
.main-panel > .content_opdracht {
    height: calc(100vh - 70px) !important;
    min-height: calc(100vh - 70px) !important;
    margin-bottom: 0px !important;
    margin-top: 70px !important;
}
@media (max-width:768px) {
    .main-panel > .content {
        padding: 30px 0px;
    }
    .container-fluid{
        padding-left:0px;
        padding-right:0px;
    }
}
@media (max-width: 1350px){
    .table thead tr th {
        font-size: 0.7rem !important;
    }
}
.main-lite{
    width: 100% !important;
}
.login-page .card {
    padding-bottom: 30px !important;
}
.logo {
    height:90px;
}
.logo-mini img {
    height: 50px;
    height: 50px;
}
.logo-normal img {
    height: 50px
}
a {
    color: #666666;
    font-weight: bolder;
}
.card-stats {
    min-height: 265px
}
.card-logs {
    min-height: 265px;
}
.card-footer li {
    color: #666666;
}
.card-log ul {
    width: 100%;
    list-style: none;
}
.card-log li {
    float: left;
}
.card-description i {
    float: left;
}
.attest_row{
    position:relative;
    border-bottom: 1px solid #EFEFEF;
    height:50px;
    z-index:2;
}
.attest_row div{
    background:white;
}
.attest_row div i{
    position:absolute;top:12px;right:5px;
}
.attest_sub_menu {
    position:absolute;
    top:0px;
    right:-20px;
    z-index:1
}
.attest_sub_menu div{
    position:absolute;
    height:50px;
    right:20px;
    width:250px;
    z-index:1
}
@media (max-width:768px) {
    .attest_date {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .attest_sub_menu {
        position: absolute;
        top: 0px;
    }
    .card .card-body {
        padding: .9375rem 5px !important;
    }
    .content {
        margin-top: -40px !important;
    }
    .card-profile {
        margin-top: -50px;
    }
    h2 {
        font-size: 1.25rem !important;
    }
    hr {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .card .card-title {
        margin-top: -10px !important;
    }
}

@media (min-width:1024px) {
    .attest_row div {
        line-height: 45px;
    }
}
.attest_container{
    position:relative;
    z-index:2;
    overflow:hidden;
}
.form-group ul {
    list-style: none;
}
.form-group ul li .material-icons {
    margin-right: 20px;
    cursor: pointer;
}
.swal2-modal, .swal2-modal2{
    font-family: Roboto,Helvetica,Arial,sans-serif !important;
}
.swal2-modal, .swal2-modal2{
    position: fixed;
    left: 50%;
    margin-left: -400px;
    display: block; padding: 20px; background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    min-height: 189px;
    z-index: 10001;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    width: 660px;
}
.swal2-modal2{
    top:20%;
    left: 50%;
    margin-top: -90px;
    margin-left: -250px !important;
}
#main_smi_form{
    width: 650px !important;
    margin-left: -325px !important;
    height: 570px;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    left: 1.0625em;
    transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    left: 1.0625em;
    transform: rotate(-45deg);
}

.select2-display-none{
    display: none;
}
.hide {
    display: none;
}
.select2-results img {
    width:80px;
    margin-right:5px;
}
.select2-results .select2-result-label {
    line-height:53px
}
.select2-drop {
    z-index:999 !important;
    width: 98.2% !important;
}
.select2-drop-active {
    border: 1px solid #5897fb;
}
.card-stage {
    margin-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
}
.card-profile {
    margin-top: 70px;
}
.card .form-check {
    margin-top: 13px !important;

}
i[id^="resend_"]{
    cursor:pointer;
}
.repeat{
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotate(3600deg);
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
thead th {
    position: relative;
}
thead th div {
    position: absolute;
    top: 13px;
    right: 2px;
}
.form-control-feedback .material-icons{
    color: #4caf50;

}
.alert {
    line-height: 70px;
}
.alert-font {
    font-size: 60px;
    text-align: center;
}
.alert.alert-success .material-icons,.alert.alert-warning i {
    //color: #FFFFFF;
    font-size: 60px;
}
.alert .close .material-icons{
    font-size: 0.8rem !important;

}
.card-profile {
min-height: 350px;
}
.card-profile-edit {
    min-height: 420px !important;
}
.card-profile .card-avatar {
    width: 230px;
    max-width: 230px;
    max-height: 230px;
    background: white;
}
@media (max-width:768px) {
    .card-profile .card-avatar {
        width: 100px;
        max-width: 100px;
        max-height: 100px;
        background: white;
    }
}
.card-description, .description, .footer-big p {
    text-align: left !important;
}
#dagen .bootstrap-select, #locaties .bootstrap-select, #leerlingen .bootstrap-select {
    width: 100%;
}
.col-sm-10 .bootstrap-select,.bmd-form-group .bootstrap-select {
    width: 100% !important;
}
.has-success .bootstrap-select {
     width: 94% !important;
 }
thead th {
    font-weight: bolder !important;
}
#beamers img {
    width: 125px;
}
#beamers [id^="beamer_"] td:first-child{
    padding:0px;
    margin:0px;
}
img{
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
[id^="delSM"]{
    cursor:pointer;
}
.has-success [class^="bmd-label"] {
    color: #aaaaaa;
}
.has-success .form-control-feedback {
    color: #aaaaaa;
    opacity: 1;
}
.has-success .form-control-feedback .material-icons {
    color: #aaaaaa;
    opacity: 1;
}
#klassenraad .bootstrap-select{
    top: -10px;
    width: 100% !important;
}
.fullSelect .bootstrap-select{
    width: 100% !important;
}
#klassenraad .bg-success {
    background: #dff0d8 !important;
}
[id^="groep_"] .btn {
    margin: 0px !important;
    margin-bottom: 4px !important;
}
[id^="progress_"] {
    cursor: pointer;
}
[id^="stopKlassenraad_"]{
    height: 34px;
    line-height: 14px;
}
[id^="stopKlassenraad_"] span .material-icons{
    margin-top: -21px;
}
[id^="stopKlassenraad_"] span div{
    font-size: 70%;
    width: 100px;
    position: relative;
    left: -28px;
}
@media (max-width: 968px) {
    #resultReset h1 {
        font-size: 15px;
    }
}
#newUser .input-group p {
    margin-top: 10px;
    margin-bottom: 5px;
}
.home_search {
    width: 250px !important;
}
.sidebar-icon {
    width: 30px;
    margin-right: 15px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    float: left;
    display: inherit;
    padding-left: 15px;
    font-size: 20px;
    line-height: 23px;
}
.sidebar-mini .sidebar-icon {
    opacity: 0 !important;
}
.sidebar-none .main-panel {
    width: calc(100% - 0px);
}
.sidebar-none .main-panel .content{
    margin-top: 0px !important;
}
.sidebar-prod{
    background-color: rgba(247,148,30,.3) !important;
}
.sidebar-dev{
    background-color: rgba(255,0,0,.3) !important;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified .btn,
.btn-group-justified .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified .btn .btn,
.btn-group-justified .btn-group .btn {
width: 100%;
}
.btn-group-justified .btn .dropdown-menu,
.btn-group-justified .btn-group .dropdown-menu {
left: auto;
}
#papercut .bg-success {
    background-color: #6FB93E;
    font-weight: bold;
    color: white;
}
#papercut .bg-danger {
    background-color: #fc2828;
    font-weight: bold;
    color: white;
}
#papercut .bg-warning{
    background-color: #F98A1F;
    font-weight: bold;
    color: white;
}
#klasFotoLijst ul, #schoolmenuUploadList ul{
    list-style: none;
}
#klasFotoLijst td {
    vertical-align: top;
}
.info ul {
    list-style: none;
}
[id*="lstJaar_"] {
    margin-left: 10px;
}
[id*="lstKlas_"] {
    margin-left: 10px;
}
.info {
    max-width: none;
    padding: 0px 10px 30px;
    margin: unset;
}
.info #map {
    position: absolute;
    height: unset;
    margin-top: unset;
}
.progress {
    border-radius: .25rem !important;
    height: 25px;
}
.bmd-label-floating {
    padding-left: 5px;
}
.textarea10 .bmd-label-floating {
    top: 13.013rem;
}
.form-control{
    background-color: #FBFBFB !important;
    border-radius: 0.5rem !important;
    padding-left:5px;
}
.transp {
    background-color: transparent !important;
}
#schoolmenuEdit .container {
    margin-left: 0px;
}
.mnuImg {
    width: 30px;
}
#search_result .card {
    min-height: 320px;
}
@media (max-width:768px) {
    #search_result .card {
        min-height: 60px;
    }
}
#schoolmenuUploadList .form-inline .form-check{
    align-items: left;
    justify-content: left;
}
#saldoStat .card-header{
    margin-top: 0px !important;
}
.card .card-actions{
    top: 10px !important;
}
.card-stats .card-header.card-header-icon i {
    font-size: 33px !important;
    line-height: 33px !important;
    width: 33px !important;
    height: 33px !important;
}
.card-stats .card-header .card-category:not([class*="text-"]) {
    color: #666;
    font-size: 16px;
    font-weight: bolder;
}
#straightLinesChart {
    height: 175px;
}
#simpleBarChart {
    height: 225px;
}
#saldoStat #simpleBarChart {
    height: 175px !important;
}
.card [class*="card-header-"] .ct-chart .ct-series-a .ct-bar, .ct-chart .ct-bar {
    stroke-width: 15px;
}
.card-footer ul {
    padding-left: 20px !important;
}
@media (max-width:768px) {
    .ct-font {
        font-size: 10px;
    }
}
.card-footer li {
    font-size: .875rem !important;
}
#saldoStat .card-footer {
    margin-top: -35px !important;
}
.select2-results-dept-0:hover {
    background: #c1eff4;
}
.card-avatar img {
    max-width: 190px;
    max-height: 300px;
}
.bg-success label, .bg-warning label{
    color: black;
}
#saldoTotaal{
    cursor: pointer
}
#saldo_betaalkaart{
    position:absolute;
    top:30%;
    width:75%;
    text-align:center
}
#saldo_betaalkaart span {
    font-weight:bolder;
    font-size:20px;
    color:slategrey;
}
#saldo_betaalkaart sup span {
    font-weight:bolder;
    font-size:15px;
    color:slategrey;
}
@media (min-width:1400px) {
    #saldo_betaalkaart{
        position:absolute;
        top:38%;
        width:81%;
        text-align:center
    }
    #saldo_betaalkaart span {
        font-size:25px;
    }
    #saldo_betaalkaart sup span {
        font-size:15px;
    }
}
@media (max-width:1024px) {
    #saldo_betaalkaart{
        position:absolute;
        top:26%;
        width:90%;
        text-align:center
    }
    #saldo_betaalkaart span {
        font-size:20vw;
    }
    #saldo_betaalkaart sup span {
        font-size:10vw;
    }
}
#detail_betaalkaart{
    position:absolute;
    top:30%;
    width:75%;
    text-align:center
}
#detail_betaalkaart span {
    font-weight:bolder;
    font-size:20px;
    color:slategrey;
}
#detail_betaalkaart sup span {
    font-weight:bolder;
    font-size:15px;
    color:slategrey;
}
@media (min-width:1400px) {
    #detail_betaalkaart{
        position:absolute;
        top:38%;
        width:81%;
        text-align:center
    }
    #detail_betaalkaart span {
        font-size:25px;
    }
    #detail_betaalkaart sup span {
        font-size:15px;
    }
}
@media (max-width:1024px) {
    #detail_betaalkaart{
        position:absolute;
        top:46%;
        width:90%;
        text-align:center
    }
    #detail_betaalkaart span {
        font-size:20vw;
    }
    #detail_betaalkaart sup span {
        font-size:10vw;
    }
}
#budget_info {
    display: block;
}
#detail_info,#detail_info_papier,#detail_info_gray, #detail_info_duplex, #budget_info {
    cursor: pointer;
}
#document_list .form-check-label {
    top: -15px;
}

#SleutelLst .material-icons{
    font-size: 11px
}
#SleutelLst a{
    font-size: 14px;
}
#SleutelLst a .material-icons{
    font-size: 14px;
}
#SleutelLst ul{
    list-style: none;
}
.SleutelLst li{
    margin-left: 20px;
    float: left;
}
#groupen .material-icons {
    cursor: pointer;
}
.blurry {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.pull-center{
    text-align: center !important;
}
.pull-left{
    text-align: left !important;
    padding-left: 15px !important;
}
.ui-menu{
    background: white;
    width: 460px !important;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: .875rem;
}
.table .text-muted {
    color: #cecece !important;
}

@media (min-width:1024px) {
    .d-lg-cell {
        display: table-cell !important;
    }
}
#keuzeUrenA, #keuzeUrenB, #keuzeUrenHalt{
    display: none;
}
@media (max-width:1280px) {
    .bootstrap-select.col-4 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
/*
 * inschrijven
 */
.rowMar {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
@media (max-width:1024px) {
    #digi_inschrijven .table{
        width:50% !important
    }
    #digi_inschrijven .col-sm-2, #digi_inschrijven .col-sm-3 {
        padding-right: 2px;
    }
    #digi_inschrijven label {
        font-size: 13px !important;
        padding-right: 2px;
    }
    #digi_inschrijven .col-sm-2 .form-check,#digi_inschrijven .col-sm-3 .form-check {
        margin-right: 0px !important;
    }
}
@media (max-width:860px) {
    #digi_inschrijven .table{
       width:50% !important
    }
    #digi_inschrijven .col-sm-2, #digi_inschrijven .col-sm-3 {
        padding-right: 2px;
    }
    #digi_inschrijven label {
        font-size: 12px !important;
        padding-right: 2px;
    }
    #digi_inschrijven .col-sm-2 .form-check,#digi_inschrijven .col-sm-3 .form-check {
        margin-right: 0px !important;
    }
    .form-check .form-check-label {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
#klas_kiezen .btn .filter-option-inner-inner{
    font-weight: bolder !important;
    font-size:20px;
    margin-top: -12px;
}
#klas_kiezen li:nth-child(6){
    background-color: #FFEB3B;
}
.show-xxl {}
.hidden-xxl {display:none}
@media (max-width:1280px) {
    .show-xxl {display:none}
    .hidden-xxl {display:block;float: right;margin-left: -3px;}
}
.bmd-label-static{
    line-height: 0.1 !important;
    font-size: .6875rem !important;
}
#vader_gestorven, #moeder_gestorven{
    position:absolute;
    right:10px;
    top:2px;
    z-index:2
}
.collapseBox {
    background-color: rgba(255, 255, 255, 0.2);
}
.collapseBox:after, .collapseBox:before {
    top: 35px;
    left: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.collapseBox:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-width: 10px;
    margin-left: -10px;
}
.input-group span {
    padding-top: 8px;
}
#emptyModal .alert{
   line-height: normal;
}
#kf_moment_agenda td {
    position: relative;
}
#kf_moment_agenda .btn{
    padding: 12px 16px !important;
}
.notification_but, .notification_key {
    position: absolute;
    top: 0px;
    border: 1px solid #FFF;
    right: 25px;
    font-size: 9px;
    background: red;
    color: #FFF;
    min-width: 25px;
    padding: 0 5px;
    height: 25px;
    border-radius: 15px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    display: block;
}
.notification_key {
    right: -5px;
}
/*
ribbon
 */

.ribbon {
    width: 20px;
    height: 40px;
    background-color: #f44336;
    position: absolute;
    top: -196px;
    right: 20px;
}
@media (max-width:1024px) {
    .ribbon {
        top: -65px;
    }
    #lijst .card-body .row {
        font-size: 12px;
    }
}
.ribbon:before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -10px;
    border-left: 10px solid #f44336;
    border-right: 10px solid #f44336;
    border-bottom: 10px solid transparent;
}
.context-menu-list{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bebebe;
    border-radius: 0.2em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    list-style-type: none;
    margin: 0.3em;
    max-width: 26em;
    min-width: 13em;
    padding: 0.25em 0;
    position: absolute;
}
.menu_datum {
     cursor: pointer
}
.menu_datum:hover {
     background: #c1eff4;
}
.inschrijvingen .alert{
    line-height: 30px;
    padding: 10px 15px;
}
.grondplan{
    position:fixed;
    bottom: 55px;
    right: 30px;
    width: 200px;
    height: 141px;
    z-index: 2;
    background-size: cover !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    cursor: zoom-in;
}
.grondplan:hover{
    width: 500px !important;
    height: 353px !important;
}
#tbl_fietsvergoeding td {
    position: relative;
    height: 80px;
    width: 14.28%;
    padding: 0px 8px;
}
@media (max-width:1400px) {
    #tbl_fietsvergoeding td {
        height: 90px;
    }
}
.swal2-modal .material-icons{
    font-size: 90px !important;
    color: #88BD52;
}
.swal2-modal #frm_smi .material-icons{
    font-size: 24px !important;
}
.fvMonth {
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #dc3545;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 50px;
    position:relative;
}
.fvMonth .material-icons {
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}
.fvMonth .fvAanvraag {
    right: 40px !important;
    color: #88BD52;
}
#tbl_fietsvergoeding thead td {
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}
#tbl_fietsvergoeding .datum{
    position: absolute;
    top: 31px;
    left: 35px;
    font-size: 32px;
    width: 40px;
    height: 20px;
    text-align: center;
    opacity: 0.5;
}
@media screen and (max-width: 1600px) {
    #saldoStat .card-title {
        font-size: 10px !important;
    }
    svg {
        font-size: 8px !important;
    }
    .ct-label {
        font-size: 8px !important;
    }
    #tbl_fietsvergoeding thead td span {
        font-size: 10px;
    }
    #tbl_fietsvergoeding .datum{
        position: absolute;
        top: 31px;
        left: 15px;
        font-size: 22px;
        width: 40px;
        height: 20px;
        text-align: center;
        opacity: 0.5;
    }
    #tbl_fietsvergoeding #fvd {
         max-height: 15px !important;
         left: 10px !important;
    }
    #tbl_fietsvergoeding #fve {
        max-height: 15px !important;
        top: 35px !important;
        right: 10px !important;
    }
    #tbl_fietsvergoeding .corner_A {
        top: -4px !important;
    }
    #tbl_fietsvergoeding .corner_B {
        top: -4px !important;
    }
    #tbl_fietsvergoeding .corner_C {
        bottom: -4px !important;
    }
    #tbl_fietsvergoeding .corner_D {
        bottom: -4px !important;
    }
}
#tbl_fietsvergoeding #fvd {
    height:21px !important;
    position: absolute;
    left: 15px;
    top: 31px;
    cursor: pointer;
}

#tbl_fietsvergoeding .corner_A {
    position:absolute;
    border-bottom:19px solid transparent;
    border-left:19px solid #d6dce4;
    top:0px;
    left:7px;
    font-size:9px;
    width:12px;
    height:12px;
    line-height:10px;
    cursor:pointer;
}
#tbl_fietsvergoeding .corner_B {
    position:absolute;
    border-bottom:19px solid transparent;
    border-right:19px solid #d6dce4;
    top:0px;
    right:7px;
    font-size:9px;
    width:12px;
    height:12px;
    line-height:10px;
    cursor:pointer;
}
#tbl_fietsvergoeding .corner_C {
    position:absolute;
    border-top:19px solid transparent;
    border-left:19px solid #d6dce4;
    bottom:0px;
    left:7px;
    font-size:9px;
    width:12px;
    height:12px;
    line-height:10px;
    cursor:pointer;
}
#tbl_fietsvergoeding .corner_D {
    position:absolute;
    border-top:19px solid transparent;
    border-right:19px solid #d6dce4;
    bottom:0px;
    right:6px;
    font-size:9px;
    width:12px;
    height:12px;
    line-height:10px;
    cursor:pointer;
}
#tbl_fietsvergoeding .corner_AActive {
    border-left:19px solid green;
    color: white;
}
#tbl_fietsvergoeding .corner_BActive {
    border-right:19px solid green;
    color: white;
}
#tbl_fietsvergoeding .corner_CActive {
    border-left:19px solid green;
    color: white;
}
#tbl_fietsvergoeding .corner_DActive {
    border-right:19px solid green;
    color: white;
}
#tbl_fietsvergoeding .col-6 {
    height: 40px;
}
#tbl_fietsvergoeding #B,#tbl_fietsvergoeding #D {
    padding-left: 5px;
}
#tbl_fietsvergoeding .bg-info {
    background: #999 !important;
}
#tbl_fietsvergoeding #fve {
    margin-left:2px !important;
    height: 25.3px !important;
    position: absolute;
    right: 22px;
    top: 31px;
    margin-top: -4.3px !important;
    cursor: pointer;
}
#tbl_fietsvergoeding #B #fvd,#tbl_fietsvergoeding #D #fvd {
    left: 10px;
}
#tbl_fietsvergoeding #B #fve,#tbl_fietsvergoeding #D #fve {
    right: 10px;
}
#tbl_fietsvergoeding .text-primary::placeholder {
    color: green;
    padding-left: 5px;
}
#tbl_fietsvergoeding .bg-secondary{
    background: #cdcdcd !important;
}
#tbl_fietsvergoeding tbody td:hover {
    /*-webkit-transform:scale(2);
    -moz-transform:scale(2);
    -ms-transform:scale(2);
    -o-transform:scale(2);
    transform:scale(2);
    background: white;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
    z-index: 100;*/

    /* IE8+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";

    /* IE6 and 7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=1.5,
            M12=0,
            M21=0,
            M22=1.5,
            SizingMethod='auto expand');

    margin-left: -64px\9;
    margin-top: -9px\9;
}
.table-responsive{
    overflow: hidden !important;
}
#versnappering > .material-icons {
    font-size: 200px;
    color:orangered;
    cursor:pointer;
}
#versnappering .material-icons:active  {
    color:red;
}
.removeLiBullet{
    margin-top: 10px;
    list-style-type: none;
    margin-left: -15px
}
#Faq .caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#Faq .card-header b {
    float: left;
    margin-top: 9px !important;
    margin-right: 20px;
}
#Faq .card-body {
    margin-top: -10px;
}
.login .footer {
    color: white !important;
}
.footer {
    position: fixed !important;
    bottom: 0px !important;
    z-index: 1000 !important;
    right: 10px !important;

}
.main-panel {
    z-index:1;
}
.main-panel > .footer {
    border-top: none;
}
.card-padding{
    padding: 10px 15px 10px 15px !important;
}
.card-icon img{
    height:30px;
}
.row-lokalen{
    cursor: pointer;
}
#lokalen .form-check{
    margin-bottom: 20px;
}
.row-proefwerkenmap {
    cursor: pointer;
}
.tooltip-inner{
max-width:800px !important;
    text-align: left;
}
#loading-image {
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background: white;
    opacity: 0.6;
}
#loading-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -220px;
    margin-top: -145px;
}
.lvsLabel {
    color: #666666;
}
.lvsLabel strong {
    color: #000000;
}
.lvs-avatar {
    width: 130px;
    max-height: 130px;
    background: white;
    margin: 10px auto 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 16px 38px -12px
    rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}
.lvs-avatar img {
    max-width: 110px;
    text-align: center;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: 6px;
}

#uek_file {
    cursor:pointer;
}
#uek_download {
    cursor:pointer;
}
.r90 {
    /*Safari*/
    -webkit-transform: rotate(-180deg);
    /*Firefox*/
    -moz-transform: rotate(-180deg);
    /*Opera*/
    -o-transform: rotate(-180deg);
    font-size: 10px;
    /*IE*/
    writing-mode: tb-rl
}
.progress_kl{
    background-color: rgb(255, 0, 0);
    position: absolute;
    top: 0px;
    height: 34px;
    border-radius: 5px;
    z-index: 2;
}
div[id^='door_']{
    cursor: pointer;
    padding-left: 2px !important;
    padding-right: 2px !important;
}
button[id^='dp_']{
    padding-left: 15px;
    padding-right: 15px;
}
.kz_hover {
    border-bottom: 1px solid #999999;
}
.kz_hover:hover{
    background: #c7fdd4;
    cursor: auto;
}
#JediInfoDiv {
    position:relative;
    width:calc(100% - 150px);
    top: 90%;
    z-index:10
}
#JediInfoDiv img{
    position:absolute;
    width: 200px;
    top: -200px;
    left:calc(50%);
}
.btn-jedi {
    position:absolute;
    top:calc(80% - 100px);
    left:calc(50% - 50px);
    width:300px;
    height:50px;
    border:1px solid black;
    font-family: jedi1;
    font-size: 30px;
    line-height: 0px;
    padding-top:0px !important;
    margin-top: -3px;
    background: transparent;
    text-transform: unset;
    transition: 1s;
}
.btn-jedi:hover {
    font-family: jedi1;
    font-size: 30px;
    line-height: 0px;
    padding-top:0px !important;
    margin-top: -3px;
    background: transparent;
    text-transform: unset;
    transition: 1s;
    box-shadow: 0 0 10px #fff, 0 0 20px #69E3F7, 0 0 30px #69E3F7, 0 0 40px #69E3F7, 0 0 50px #69E3F7, 0 0 60px #69E3F7, 0 0 70px #69E3F7;
    text-shadow: 0 0 10px #fff, 0 0 20px #69E3F7, 0 0 30px #69E3F7, 0 0 40px #69E3F7, 0 0 50px #69E3F7, 0 0 60px #69E3F7, 0 0 70px #69E3F7;
}
.btn-jediNfo {
    position:absolute;
    top:calc(80% - 40px);
    left:calc(50% - 50px);
    width:300px;
    height:50px;
    border:1px solid black;
    font-family: jedi1;
    font-size: 30px;
    line-height: 0px;
    padding-top:0px !important;
    margin-top: -3px;
    background: transparent;
    text-transform: unset;
    transition: 1s;
}
.btn-jediNfo:hover {
    font-family: jedi1;
    font-size: 30px;
    line-height: 0px;
    padding-top:0px !important;
    background: transparent;
    text-transform: unset;
    transition: 1s;
    box-shadow: 0 0 10px #fff, 0 0 20px #69E3F7, 0 0 30px #69E3F7, 0 0 40px #69E3F7, 0 0 50px #69E3F7, 0 0 60px #69E3F7, 0 0 70px #69E3F7;
    text-shadow: 0 0 10px #fff, 0 0 20px #69E3F7, 0 0 30px #69E3F7, 0 0 40px #69E3F7, 0 0 50px #69E3F7, 0 0 60px #69E3F7, 0 0 70px #69E3F7;
}
.darthVaderBg {
    position:absolute;
    left:0px;
    bottom:0px;
    width:600px;
    height:600px;
    background: url(/assets/img/vtir_jedi_challenge_bg.png);
    background-color: black;
    background-position: -90px;
}
#jediChallengeOut {
    cursor: pointer;
}

.jediTest{
    top: 100px;
    width:100%;
    text-align: center;
    font-family: "jedi2";
    position: absolute;
    color:white;
    font-size: 20px;
    z-index:11;
}

.jediTest span {
    font-size:40px;
    width: 100%;
    text-transform: uppercase;
}
.jediCalender h3{
    font-family: "jedi2" !important;
    font-size: 20px;
}
.jediCalender, .jediPraktisch {
    position:absolute;
    top:200px;
    border: 10px solid #000;
    border-radius: 25px;
    z-index:99;
    width:95%;
    margin-left:12.5px;
    font-family: "jedi2" !important;
    font-size: 12px;
    display: none;
}
.jediTitle{
    left:50%;
    margin-left:-190px;
    font-family: jedi1;
    font-size:30px;
    color: #000;
    position:absolute;
    top:-26px;
    z-index:10
}
.jediTitleClose{
    right:10px;
    margin-left:-190px;
    font-family: jedi1;
    font-size:30px;
    color: #000;
    position:absolute;
    top:-26px;
    z-index:10;
    background:white;
    border: 10px solid #000;
    border-radius: 25px;
    width:50px;
    height:50px;
    text-align: center;
    transition: 1s;
    cursor:pointer
}
.jediTitleClose:hover{
    transition: 1s;
    box-shadow: 0 0 10px #fff, 0 0 20px #69E3F7, 0 0 30px #69E3F7, 0 0 40px #69E3F7, 0 0 50px #69E3F7, 0 0 60px #69E3F7, 0 0 70px #69E3F7;
    text-shadow: 0 0 10px #fff, 0 0 20px #69E3F7, 0 0 30px #69E3F7, 0 0 40px #69E3F7, 0 0 50px #69E3F7, 0 0 60px #69E3F7, 0 0 70px #69E3F7;
}
.jediTitleCover{
    left:50%;
    margin-left:-184px;
    position:absolute;
    top:-10px;
    height:10px;
    background-color: white;
    width:380px;
    z-index:9
}
.jediTransparent{
    position:absolute;
    z-index:1;
    background:white;
    opacity: 0.95;
    width:100%;
    height:100%;
    border-radius: 10px;
}
.jediCalender div[class^='competitor']:hover{
    transition: 1s;
    box-shadow: 0 0 10px #fff, 0 0 20px #69E3F7, 0 0 30px #69E3F7, 0 0 40px #69E3F7, 0 0 50px #69E3F7, 0 0 60px #69E3F7, 0 0 70px #69E3F7;
    text-shadow: 0 0 10px #fff, 0 0 20px #69E3F7, 0 0 30px #69E3F7, 0 0 40px #69E3F7, 0 0 50px #69E3F7, 0 0 60px #69E3F7, 0 0 70px #69E3F7;
}
.actief{
    color: #50AA56;
}
.jediVS {
    background: url(/assets/img/jediVs.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
}
div[id^='jediChallenge_'],div[id^='creedChallenge_']{
    cursor: pointer;
}
.boks h4 {
    font-family: "Creed";
    font-size: 40px !important;
}
.boxTest{
    top: 100px;
    width:100%;
    text-align: center;
    font-family: "Creed";
    position: absolute;
    color:white;
    font-size: 20px;
    z-index:11;
}
.boxTest span {
    font-size:40px;
    width: 100%;
    text-transform: uppercase;
}
.btn-creed {
    position:absolute;
    top:calc(80% - 100px);
    left:calc(50% - 150px);
    width:450px;
    height:50px;
    border:1px solid black;
    font-family: Creed;
    font-size: 40px;
    line-height: 45px;
    padding-top:0px !important;
    margin-top: 5px;
    background: transparent;
    text-transform: unset;
    transition: 1s;
}
.btn-creed:after{
    content: 'IK DOE MEE';
}

.btn-creed:hover:after {
    content: 'LETS GET READY TO RUMBLE';
    font-family: Creed;
    font-size: 40px;
    line-height: 45px;
    padding-top:0px !important;
    margin-top: -3px;
    background: transparent;
    text-transform: unset;
    transition: 1s;
}
.btn-creedNfo {
    position:absolute;
    top:calc(80% - 40px);
    left:calc(50% - 150px);
    width:450px;
    height:50px;
    border:1px solid black;
    font-family: Creed;
    font-size: 40px;
    line-height: 45px;
    padding-top:0px !important;
    margin-top: 5px;
    background: transparent;
    text-transform: unset;
    transition: 1s;
}
.btn-creedNfo:after{
    content: 'MEER INFO@';
}

.btn-creedNfo:hover {
    font-family: Creed;
    font-size: 40px;
    line-height: 45px;
    padding-top:0px !important;
    margin-top: 5px;
    text-transform: unset;
    transition: 1s;
}
.creedCalender h3{
    font-family: "Creed" !important;
    font-size: 20px;
}
.creedCalender, .CreedPraktisch {
    position:absolute;
    top:200px;
    border: 10px solid #000;
    border-radius: 25px;
    z-index:99;
    width:95%;
    margin-left:12.5px;
    font-family: "Creed" !important;
    font-size: 14px;
    display: none;
}
.creedTitleClose{
    right:10px;
    margin-left:-190px;
    font-family: Creed;
    font-size:30px;
    color: #000;
    position:absolute;
    top:-26px;
    z-index:10;
    background:white;
    border: 10px solid #000;
    border-radius: 25px;
    width:50px;
    height:50px;
    text-align: center;
    transition: 1s;
    cursor:pointer
}
.creedCalender h3{
    font-family: "Creed" !important;
    font-size: 20px;
}
.creedCalender {
    position:absolute;
    top:200px;
    border: 10px solid #000;
    border-radius: 25px;
    z-index:99;
    width:95%;
    margin-left:12.5px;
    font-family: "Creed" !important;
    font-size: 12px;
    display: none;
}
.creedVS:after{
    content:"VS";
    font-family: "Creed" !important;
    font-size: 20px;
}
.creedCalender .competitor1:hover{
    background: repeating-linear-gradient(
            90deg,
            #DAA520,
            #DAA520 10px,
            black 10px,
            black 20px
    );
    opacity: 0.3;
}
.creedCalender .competitor2:hover{
    background: repeating-linear-gradient(
            90deg,
            red,
            red 10px,
            white 10px,
            white 20px
    );
    opacity: 0.3;
}
#LeerkrachtPerKlas strong {
    font-size: 20px !important;
}
#herinschrijvingsMarker{
    height: 55px;
}
#herinschrijvingsMarker h2{
    font-weight: bolder !important;
}
div[id^='laptop_item_'],div[id^='item_item_'],div[id^='vv_item_'],span[id^='laptop_toevoegen'],span[id^='item_toevoegen']{
    cursor: pointer;
}
div[id^='laptop_item_']:active,div[id^='item_item_']:active{
    background-color: #EFEFEF;
}
div[id^='laptop_item_']:hover,div[id^='item_item_']:hover{
    box-shadow: 0 1px 4px 0 #000;
}
div[id^="laptop_item_"].bg-primary,div[id^="item_item_"].bg-primary{
    background: #2196f3 !important;
}
div[id^='laptop_item_'] i,div[id^='item_item_'] i{
    background: orange;
}
span[id^='item_edit_'], span[id^='item_type']{
    cursor: pointer;
    position: absolute;
    right: 15px;
    margin-bottom: 10px;
}
span[id^='item_edit_']:hover, span[id^='item_type']:hover{
    opacity: 0.5;
}
span[id^='laptop_edit_'],span[id^='vv_edit_'], span[id^='laptop_status'], span[id^='laptop_type'], span[id^='laptop_apparaat'], span[id^='laptop_macadres'], span[id^='laptop_schade_add'], span[id^='laptop_pentip'], span[id^='laptop_garantie'], span[id^='laptop_leverancier'], span[id^='laptop_geheugen'], span[id^='laptop_bios'], span[id^='laptop_hdd'], span[id^='laptop_whiteglove'], span[id^='laptop_batbios']{
    cursor: pointer;
    position: absolute;
    right: 15px;
    margin-bottom: 10px;
}
span[id^='laptop_edit_']:hover,span[id^='vv_edit_']:hover, span[id^='laptop_status']:hover, span[id^='laptop_type']:hover, span[id^='laptop_apparaat']:hover, span[id^='laptop_macadres']:hover, span[id^='laptop_schade_add']:hover, span[id^='laptop_pentip']:hover, span[id^='laptop_garantie']:hover, span[id^='laptop_leverancier']:hover, span[id^='laptop_geheugen']:hover, span[id^='laptop_hdd']:hover, span[id^='laptop_bios']:hover, span[id^='laptop_batbios']:hover, span[id^='laptop_whiteglove']:hover{
    opacity: 0.5;
}
img[id^='laptop_schade_img_'] {
    max-height: 150px;
}
.card-header .btn.btn-success {
    padding: 5px !important;
    margin: -1px !important;
    margin-left: 15px !important;

}
#main_laptop_historiek_add .select2-results .select2-result-label {
    line-height:15px !important;
}
.card-header h4{
    font-weight: 700;
    color: white;
    display: contents;
    font-size: 14px
}
.card-body .photo{
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 4px solid #2196f3;
    color: #fff;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all .2s;
    -webkit-transition: all .2s;
    float: left;
    margin-left: 10px;
}
.card-body .photo img{
    height: 120px;
    margin-left: 10px;
    margin-top: -15px;
}
.laptopUser h4 {
    line-height: 110px;
    left: 15px;
    position: relative;
}
@media (max-width:768px) {
    #laptop_inventaris .bmd-label-post {
        top: 0px !important;
    }
    #inventaris {
        padding-right: 0px !important;
    }
    #inventaris .col-12{
        padding-right: 0px !important;
    }
    #inventaris .card{
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}
#laptop_inventaris .bg-success {
    background: #dff0d8 !important;
    color: #555555 !important;
}
#laptop_inventaris .bg-success {
    background: #dff0d8 !important;
    color: #555555 !important;
}
#laptop_inventaris .bg-info {
    background: #b4f0f7 !important;
    color: #555555 !important;
}
#laptop_inventaris .bg-warning {
    background: #ffd89f !important;
    color: #555555 !important;
}
#laptop_inventaris #toevoegen:hover, #laptop_inventaris #edit:hover, #laptop_inventaris #del:hover, #verloren-voorwerpen #edit:hover, #verloren-voorwerpen #del:hover, #verloren-voorwerpen #vv_toevoegen:hover{
    opacity: 0.5;
}
.bmd-leading{
    height: 45px;
}
.bmd-leading input{
    padding-left: 30px;
}
.bmd-trailing input {
    padding-right: 100px;
}
.bmd-label-pre {
    position: absolute;
    line-height: 1.1em;
    top: 6px;
    left: 5px;
    width: 20px;
}

.bmd-label-post .material-icons {
    top: 5px !important;
    position: relative;
}
.bmd-label-post {
    position: relative !important;
    line-height: 30px;
    top: -33px;
    width: fit-content !important;
    height: 32px;
    right: 0px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}
#laptop_lst_primary {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.bmd-label-post label {
    position: relative;
    top: -3px;
    color: black;
}
.bg-new{
    background: #EFEFEF !important;
    color: #555555 !important;
}
.laptopIcon{
    position: absolute;
    top: 23.5px;
    left: 41px;
}
.laptopIcon img{
    width: 27px;
}
.col-form-label strong {
    color: #333333 !important;
}
#scrollDiv {
    position: fixed;
    bottom: 92px;
    right: 41px;
    z-index: 999999;
    background: grey;
    font-size: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    cursor:pointer;
}
#scrollDivDown {
    position: fixed;
    bottom: 60px;
    right: 41px;
    z-index: 999999;
    background: grey;
    font-size: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    cursor:pointer;
}
#scrollDiv i,#scrollDivDown i {
    line-height: 30px;
    color: white;
}
.bootstrap-datetimepicker-widget .btn {
    color: black !important;
    left: 5px;
}
.bootstrap-datetimepicker-widget .btn:hover {
    color: green !important;
    top: 2px;
}
.bootstrap-datetimepicker-widget .btn span:hover {
    background: transparent !important;
    color: green !important;
}
#inschrijvingen_lijst {
    margin-bottom: 100px;
}
#inschrijvingen_lijst .bg-danger {
    background-color: #ffcccc !important;
}
#inschrijvingen_lijst .bg-warning {
    background-color: #ffffcc !important;
}
#inschrijvingen_lijst .bg-success {
    background-color: #ccffcc !important;
}
tr[id^='item_add_lokaal_'], tr[id^='item_del_lokaal_'] {
    cursor: pointer;
}
#cf_nfo sup {
    margin-left: 20px;
}
#resultOntlenen img {
    max-width: 45px !important;
    margin-right: 5px;
}
#smallbite_del:hover, #vrijdag_scan_del:hover{
    opacity: 0.5;
}
#smallbite_del, #vrijdag_scan_del{
    cursor: pointer;
}
div[id^='ontlener_']{
    position: relative;
}
div[id^='ontlener_'] sup{
    position: absolute;
    top: 96px;
}
.tooltip-inner{
    /* tooltip container box */
    white-space: pre-line;
}
:root {
    --pure-material-primary-rgb: 33, 150, 243;
    --pure-material-onprimary-rgb: 255, 255, 255;
    --pure-material-surface-rgb: 255, 255, 255;
    --pure-material-onsurface-rgb: 0, 0, 0;
}
.underFld {
    clear: both;
    width: 100%;
    margin-top:-5px;
    z-index:10;
}
.lineLoading {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 5px;
    color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    background-color: rgba(var(--pure-material-primary-rgb, 33, 150, 243), 0.12);
    font-size: 16px;
}
.lineLoading::-webkit-progress-bar {
    background-color: transparent;
}

/* Determinate */
.lineLoading::-webkit-progress-value {
    background-color: currentColor;
    transition: all 0.2s;
}

.lineLoading::-moz-progress-bar {
    background-color: currentColor;
    transition: all 0.2s;
}

.lineLoading::-ms-fill {
    border: none;
    background-color: currentColor;
    transition: all 0.2s;
}
.lineLoading:indeterminate {
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, currentColor 50%, currentColor 60%, transparent 60%, transparent 71.5%, currentColor 71.5%, currentColor 84%, transparent 84%);
    animation: pure-material-progress-linear 2s infinite linear;
}

.lineLoading:indeterminate::-moz-progress-bar {
    background-color: transparent;
}

.lineLoading:indeterminate::-ms-fill {
    animation-name: none;
}

@keyframes pure-material-progress-linear {
    0% {
        background-size: 200% 100%;
        background-position: left -31.25% top 0%;
    }
    50% {
        background-size: 800% 100%;
        background-position: left -49% top 0%;
    }
    100% {
        background-size: 400% 100%;
        background-position: left -102% top 0%;
    }
}

@keyframes pulse {
    0% {
        background: #a28089;
    }

    25% {
        background: #a0d2eb;
    }

    50% {
        background: #ffa8b6;
    }

    75% {
        background: #d0bdf4;
    }

    100% {
        background: #494d5f;
    }
}
.pmd-btn-fab {
    width: 46px;
    min-width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 50%;
}
.pmd-ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
#eGame .bg-info {
    font-weight: bold;
    color: white;
}


.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
    display:block;
    /*
       flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 3px solid #ccc;
        display:block;

    }
    /*  IE9 FIX   */
    .table-responsive-stack td {
        float: left\9;
        width:100%;
    }
}
span[id^='savapage_'], #stageLlnEdit, #stageOnkostenNotaEdit{
    cursor:pointer !important;
}
.nav-item{
    position: relative;
}

#cfg, #cfg1, #cfg2{
    position: absolute;
    left: 20px;
    font-size: 17px;
    top: 10px;
    opacity: 0.5;
}
#cfg1{
    left: 20px;
}
#cfg2{
    left: 20px;
}
#cfg:hover, #cfg1:hover, #cfg2:hover{
    color: red;
}
#cfg:active, #cfg1:active, #cfg2:active{
    color: black;
}
#inschrijvenRightMenu {
    z-index:1;
}
#digi_inschrijven h4 {

}
#digi_inschrijven h4 .material-icons {
    font-size: 40px !important;
    top: 5px;
    position: relative;
    color: #ff9e0f;
}
#schadedossier_laptop h6 {
    background: grey;
    color: white;
    padding: 5px;
}
#my_camera video {
    position: absolute;
    left:50%;
    margin-left:-195px;
}
#webcam_snapshot {
    position:absolute;
    bottom: 20px;
    left:50%;
    margin-left:-45px;
    color:white;
    display:none;
    cursor:pointer;
    z-index: 1000;
}
#mark_new {
    position: absolute;
    left: -55px;
    color: #d81b60;
    animation-name: mark-fade;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

@-webkit-keyframes mark-fade {
    0% { color: #d81b60;left: -85px; }
    100% { color: #d81b60;left: -25px;}
}
@-moz-keyframes mark-fade {
    0% { color: #d81b60;left: -85px; }
    100% { color: #d81b60;left: -25px;}
}
tbody td:nth-of-type(odd),
thead th:nth-of-type(odd){
    background:rgba(200,200,200,0.2);
}
@media screen and (max-width: 1024px) {
    tbody td,
    thead th{
        font-size: 90% !important;
    }
}
#frmCalendar .form-check-input {
    margin-top: 0px !important;
    margin-left: 0px !important;
}
#frmAnalyse .checkbox-radios{
    text-align: right;
    text-align: right;
}
#adressenboekje .card-profile-edit {
    min-height: 550px !important;
}
@media (max-width:768px) {
    #adressenboekje .card-profile-edit {
        min-height: 450px !important;
        margin-bottom: 230px !important;
    }
    .card-profile {
        min-height: 300px;
    }
}
@media (max-width:768px) {
    #adressenboekje #lijst {
        #margin-top: 230px !important;
    }
}
#stage_registratie_lijst .dropdown-toggle.bs-placeholder {
    color: white;
}
#stage_registratie_lijst td {
    vertical-align: top;
}
#klassenraad strong {
    font-size: 20px;
}
#laptop_control_fiche {
    margin-bottom: 150px;
}
span[id^='lcf_btn_']{
    cursor:pointer !important;
}
.btn-dark {
    color: #FFF;
    background: black;
}
.subTable td:nth-child(1) {
     width: 20%;
 }
.subTable td:nth-child(2) {
    width: 30%;
}
.subTable td:nth-child(3) {
    width: 30%;
}
.subTable td:nth-child(4) {
    width: 5%;
}
.subTable td:nth-child(5) {
    width: 5%;
}
.btn-Nfo{
    cursor: help !important;
}
#muros_menu {
    position:fixed;
    top:140px;
    right:10px;
    z-index:999;
    width:95%
}
@media screen and (max-width: 768px) {
    #muros_menu {
        position:relative;
        top:0px;
        right:0px;
        z-index:999;
        width:100%
    }
}
.imgIcn {
    margin: 0px auto 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    width: 20px;
    max-width: 20px;
    max-height: 20px;
    background: white;
    float:left;
    margin-right: -5px;
}
.imgIcn img {
    height: 22px;
    float: left;
    border-radius: 50%;
    margin-left: 2px;
}
#muros .card-body .form-group{
    margin: 14px !important;
}
#opdracht_lijn {
    position:fixed;
    top: 200px;
    left: 50%;
    width: 70%;
    margin-left: calc(-35% + 130px);
    height: 500px;
    z-index: 10000;
    display: none;
}
span[id^='opdracht_']{
    cursor: pointer;
}
span[id^='del_opdracht_']{
    cursor: pointer;
}

#opdrachtenTable {
display: block;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    height: 40vh;
    padding: 10px;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 5;
}
#semester_sel_now, #semester_sel_1, #semester_sel_2 {
    height: 40px;
    margin-top: 6px;
}
tr[id^='pp_'] td{
    padding: 0px 8px !important;
    font-size: 12px !important;
}
tr[id^='pp_'] .material-icons {
    font-size: 20px !important;
}
tr[id^='ol_'] td{
    padding: 0px 8px !important;
    font-size: 12px !important;
}
tr[id^='ol_'] .material-icons {
    font-size: 20px !important;
}
#opdrachtenTable tr td{
    padding: 0px 8px !important;
    font-size: 12px !important;
}
#opdrachtenCardBody .btn.btn-success {
    padding: 5px !important;
    margin: 0px !important;
    margin-left: 0px !important;

}
#inlarge{
    cursor:pointer;
}
#opdrachtenTable thead tr th {
    /* Important */
    background-color: #ddd;
    position: sticky;
    z-index: 100;
    top: -10px;
    font-size: 12px !important;
    padding-right: 20px !important;
}
#editOpd{
    position:relative;
    top:0px;
    right:0px;
    margin-left: 5px;
    font-size: 12px !important;
    color: grey;
}
canvas[id^='signature_']  {
    margin-left: calc(50% - 25%) !important;
}
#img_signature_sturent, #setSignature, #signature_collega  {
    margin-left: calc(50% - 250px) !important;
}
@media screen and (max-width: 1024px) {
    canvas[id^='signature_'] {
        width: 100% !important;
        margin-left: 0px !important;
    }
}
#smsin li, #smsout li {
    margin-left: -20px;
}
#smsin td:nth-child(1),#smsout td:nth-child(1) {
    min-width: 160px;
}
#digi_inschrijven .dropdown-menu {
    top: 45px !important;
}
.bg-warning0{
    background-color: #ffeb3b !important;
}
.bg-warning1{
    background-color: #ffff66 !important;
}
.bg-warning2{
    background-color: #ffff77 !important;
}
.bg-warning3{
    background-color: #ffff88 !important;
}
.bg-warning4{
    background-color: #ffff99 !important;
}
.bg-warning5{
    background-color: #ffffaa !important;
}
.bg-warning6{
    background-color: #ffffbb !important;
}
.bg-warning7{
    background-color: #ffffcc !important;
}
.bg-warning8{
    background-color: #ffffdd !important;
}
.bg-warning9{
    background-color: #ffffee !important;
}
.inschrijvenSetClass{
    position: fixed;
    top: 0px;
    width: 92%;
    height: 180px;
    background: white;
    z-index: 10020;
}
.inschrijvenSetClass label {
    align-self: flex-end;
    margin-bottom: 24px;
}
.inschrijvenSetClass #klas_kiezen {
    align-self: flex-end;
}
td[id^='sk_'], #siklb_copy span {
    cursor: pointer;
}
#stage_kalenders {
    z-index: 10000;
}
#directeur_doc div {
    float:left;
}
span[id^='skKal_'] {
    cursor: pointer;
}
#siklb_line .bg-success{
    background-color: #4caf5060 !important;
}
#siklb_line .bg-primary{
    background-color: #2196f360 !important;
}
#siklb_line .bg-info{
    background-color: #00bcd460 !important;
}
#siklb_line .bg-warning{
    background-color: #ffeb3b60 !important;
    color: black !important;
}
#siklb_line .bg-danger{
    background-color: #f4433660 !important;
}
.bg-pink{
  background-color: pink !important;
}
.lpf_Bcircle {
    width: 30px;
    height: 30px;
    background: grey;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    z-index: 10000;
    text-align: center;
    line-height: 31px;
    font-weight: bolder;
    color: white;
}
.lpf_circle {
    width: 30px;
    height: 30px;
    background: #f44336;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    z-index: 10000;
    text-align: center;
    line-height: 31px;
    font-weight: bolder;
    color: white;
}
.lpf_circle:hover {
    cursor: pointer;
}
#lcf_pricing .form-check-sign {
    top: 0px !important;
}
#proefwerkenmap .delcheck .form-check-sign {
    top: -10px !important;
    left: 10px !important;
}
/*
dit zorgt ervoor dat de checkboxes die onder een position:fixed div komen te liggen door een scroll op een pagina. Wel nog werken.
 */
.form-check .form-check-sign .check {
    z-index: 10000 !important;
}
#stage_bedrijf .disabled{
    opacity: 0.3;
}
#pannasoccerBody thead {
    font-size: 14px;
}
#pannasoccerBody tbody [id^="ps_"] {
    cursor: pointer;
}
#pannasoccerBody .fvMonth {
    background: #009442;
}
#pannasoccerBody .bg-info {
    background: #ed6f2a !important;
}
#pannasoccerBody .bg-danger {
    background: #f44336 !important;
}
.repair {
    background: green;
}
.dropdown-menu {
    z-index: 100000;
}
.stage_bedrijven_ww_copy {
    position: absolute;
    margin-left: 15px;
    font-size: 20px;
    bottom:20px
}
#stage_onkostennota_lijst .bg-success,#stage_goedkeuring_ta .bg-success{
    background-color: rgba(76, 175, 80,  0.2) !important;
}
#history-block .material-icons {
    margin-left: -5px;
}
#lln_profile .card-avatar {
    width: 260px;
    max-width: 260px;
    max-height: 260px;
    height: 260px;
}
#lln_profile .card-avatar .barcode{
    margin-top: 100px;
    margin-left: -5px;
    width: 270px;
    max-width: 270px;
}
#lln_profile .card-avatar .qr{
    margin-top: 40px;
    width: 180px;
}
#bookmark {
    cursor: pointer;
}
#bookmark:hover{
    text-shadow: 1px 1px 2px red, 0 0 1em red, 0 0 0.1em red;
}
#navbarDropdownMenuLink:hover{
    text-shadow: 1px 1px 2px #00bcd4, 0 0 1em #00bcd4, 0 0 0.1em #00bcd4;
}
.laptop-history-ball{
    position: relative; width: 30px; height: 30px;border-radius: 50%;display: block;margin-top: -5px;
}
.laptop-history-bar{position:absolute !important;height: 15px;margin: 60px 0 20px 0;background: #28a745;border-radius: 25px;padding: 10px;box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);width:82%;display:inline-block;top:15px}
.login-page .card-login .card-body { padding: 0 10px 0 10px !important}
.o365 {position:relative;top:3px;width:16px !important;height:16px !important;display:inline-block;background-image: url(/assets/img/microsoft_logo.svg);background-size:cover}
.oSmartschool {position:relative;top:3px;width:16px !important;height:16px !important;display:inline-block;background-image: url(/assets/img/smartschool.svg);background-size:cover}
.bgVideo{object-fit: cover;width: 100vw;height: 100vh;position: fixed;top: 0;left: 0;}
.imgCenter{  display: block;margin-left: auto;margin-right: auto;width: 50%;padding-top:40px;}
.sidebar .user .user-info .caret {top: 19px !important;}
#QRcodeScanLine div {
    position:absolute;
    width:80%;
    margin-left:0%;
    background:red;
    height:5px;
    -webkit-animation-name: QRanimate;
    animation-name: QRanimate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    top: 0px;
}
@keyframes QRanimate {
    0%{
        top: 0px;
    }

    50% {
        top: 92%;
    }
    100%{
        top:0px;
    }

}
.password {
    font-family: "Courier Bold";
    letter-spacing: 1px;
    font-weight: bold !important;
    font-size: 18px !important;
}
.bg-gray {
    background-color: #CCCCCC !important;
    color: black !important;
    font-weight: bolder;
    height: 155px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.bg-gray-3 {
    background-color: #CCCCCC !important;
    color: black !important;
    font-weight: bolder;
    height: 70px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
#cfResult .bg-gray-3{
    height: 250px !important;
}
.bg-gray, .bg-gray-3 strong{
    color: #00aec5;
}
.with-delete-icon::before {
    content: "delete"; /* Naam van het icoontje */
    font-family: 'Material Icons';
    font-size: 20px; /* Grootte van het icoontje */
    color: red; /* Kleur van het icoontje */
    vertical-align: middle; /* Uitlijning met tekst */
    margin-right: 8px; /* Ruimte tussen icoon en tekst */
}
#wso_lln_body [id^="wsol_"] {
    cursor: pointer;
}
.highlight {
    background-color: #f7f7f9;
    margin-top: 2px;
    margin-bottom: 2px;
}
.nav-link:hover {
    background-color: rgba(255,255,255,.2) !important;
    transition: .3s background-color .1s !important;
}
#stage_bedrijfsgegevens_lijst td {
    vertical-align: top;
}
.table-atop > tbody > tr > td{
    vertical-align: top !important;
}
.rotate-animation {
    animation: rotate-left 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}
@keyframes rotate-left {
    0% {
        transform: rotate(30deg); /* Startpositie: geen rotatie */
    }
    15% {
        transform: rotate(15deg); /* Halverwege: 30 graden naar links draaien */
    }
    30% {
        transform: rotate(0deg); /* Halverwege: 30 graden naar links draaien */
    }
    45% {
        transform: rotate(-15deg); /* Halverwege: 30 graden naar links draaien */
    }
    60% {
        transform: rotate(-30deg); /* Halverwege: 30 graden naar links draaien */
    }
    75% {
        transform: rotate(-15deg); /* Halverwege: 30 graden naar links draaien */
    }
    90% {
        transform: rotate(0deg); /* Halverwege: 30 graden naar links draaien */
    }
    100% {
        transform: rotate(15deg); /* Halverwege: 30 graden naar links draaien */
    }
}
.swal2-modal, .swal2-modal2{
    overflow-x: visible !important;
    overflow-y: visible !important;
    width: 700px !important;
}
.swal2-icon {
    position: absolute;
    top: -65px;
    left: -30px;
    background: white;
    width: 89px !important;
    height: 89px !important;
}
@media (max-width:990px) {
    #gebruikersovereenkomst_laptop .btn {
        width: 100%;
    }
}