﻿input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.width50 {
    width: 30%
}
.width100 {
    width: 100%
}
.opleiderLijst {
    position: absolute;
    z-index: 900 !important;
    max-height: 200px;
    background-color: white;
    top: 28px;
    border: 1px solid #002C5F;
    font-size: 14px;
}
.opleiderInvoer {
    border-bottom: 1px solid #C6E1FF;
}
    .opleiderInvoer:hover {
        background-color: #F9E641;
    }
.opleiderInvoer_hover {
    background-color: #F9E641;
}
.stickyTop {
    position: sticky;
    top: 0;
}
.diplomaVeld:nth-child(even) {
    background-color: rgb(244, 244, 244);
}
.blauweCirkel {
    background: #4786c9;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    width: 43px;
    height: 43px;
    font-size: 22px;
    display: inline-block;
    padding-top: 4px;
}
.blauweTekst {
    color: #4786c9;
    opacity: 0.8;
    font-weight: 600;
    display: inline-block
}
.grijzeCirkel {
    background-color: gray;
    opacity: 0.8;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    width: 43px;
    height: 43px;
    font-size: 22px;
    display: inline-block;
    padding-top: 4px;
}
.grijzeTekst {
    color: lightgray;
    opacity: 0.8;
    font-weight: 600;
    display: inline-block
}
.donkerGrijzeTekst {
    color: gray;
    opacity: 0.8;
    font-weight: 600;
    display: inline-block
}
.bullet {
    margin-top: -20px;
}
.buttonWijzigen {
    position: absolute;
    margin-top: -29px;
    width: 75px;
    display: block;
    text-align: center;
    font-size: 11px;
    margin-left: 5px;
    transition: all 0.5s ease;
}
    .buttonWijzigen:hover {
        background-color: black;
    }
.buttonVerwijderen {
    position: absolute;
    margin-top: -29px;
    width: 75px;
    margin-left: 92px;
    font-size: 11px;
    transition: all 0.5s ease;
}
    .buttonVerwijderen:hover {
        background-color: black;
    }

.rotate {
    transform: rotate(90deg);
    transition: 0.3s;
}
.show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s linear;
}
.hide {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}
.rowVolledig {
    background-color: #b2ce65 !important;
    color: white;
}

.rowAspirant {
    background-color: #6c9ed3 !important;
    color: white;
}
.rowAfgewezen {
    background-color: #bb6363 !important;
    color: white;
}
.rowBijzonder {
    background-color: #b7acff !important;
    color: white;
}
.vbagTabs {
    display: inline-block;
    padding: 15px;
    border: 1px solid black;
    -webkit-box-shadow: 2px 2px 0px 0px #ececec;
    -moz-box-shadow: 2px 2px 0px 0px #ececec;
    box-shadow: 2px 2px 0px 0px #ececec;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #ffea96;
    margin-right: -3px;
    font-weight:500;
}
.selectedTab {
    background-color: transparent !important;
    border: 2px solid #f2c309;
    border-bottom: none !important;
    box-shadow: none !important;
    font-weight:800 !important;
}
.groen {
    color: green;
}
.mainRow {
    height: 36px;
    padding-bottom: 14px;
}
.font14 {
    font-size:14px;
}
.rodeCirkelBorder {
    border: 1px solid red;
}
.therapieDropdown {
    margin-top: 20px;
    width: 215px;
    margin-left: 22.3%
}
.headerMeeScrollen {
    position: sticky;
    top: 0px;
    z-index: 10;
}

.toggleButton {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 29px;
}

    /* Hide the checkbox input */
    .toggleButton input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider (the part you see) */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 15px;
}

/* Changing the appearance when the checkbox is checked (on) */
.toggleButton input:checked + .slider {
    background-color: #f2c309;
}

/* Rounded sliders */
.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius:12px;
}

/* Changing the appearance of the button's knob when checked (on) */
.toggleButton input:checked + .slider:before {
    transform: translateX(26px);
}
.oordeelLog {
    cursor: pointer;
}