@font-face {
    font-family: "UbuntuTitle";
    src: local("UbuntuTitling-Bold.ttf"),
          url("/fonts/UbuntuTitlingBold.ttf");
}

.logo {
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .inschrijf-btns {
    }
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.inschrijf-button:hover {
    color: #95c11f;
    background-color: #d9e9aa;
    border-radius: 5px;
    border-right-color: #ffffff;
}

.inschrijf-button {
    margin-left: 15px;
    color: #ffffff !important;
    background-color: #95c11f;
    border-radius: 5px;
    border: 0px solid;
}

.menu-area {
}

.op-btn {
    margin-right: 10px;
}

.shadow {
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2);
    width: 100%;
    margin-top: 10px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.altert-place {
    margin-top: 10px;
}

body {
    font-family: Open Sans;
    color: #777;
}

.registerarea {
    margin-top: 40px;
}

.childname {
    font-weight: 700;
    color: #404040;
    font-size: 1.3rem;
    margin-top: 50px;
    margin-bottom: 20px;
}

.location-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.reg-location {
    width: 24%;
    min-width: 158px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.loc-name {
    text-align: center;
}

.loc-group {
    text-align: center;
}

.loc-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 16px;
}

.weekbtn {
    background-color: #25b7bc;
    color: #ffffff;
}

.res-btn {
    color: #ffffff;
    padding: 1px 0px;
    width: 58px;
    font-size: 13px;
    height: 22px;
}

.closedbtn {
    background-color: #e87c87;
    display: block!important;
}

.openbtn {
    background-color: #444444;
}

.selectedbtn {
    background-color: #94c11f;
}

.reg-week {
    text-align: right;
    padding-right: 7px;
    padding-left: 7px;
    width: 150px;
    margin-bottom: 25px;
    margin-right: 15px;
}

.week-item {
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    border-bottom: 1px solid #ababab;
    padding-bottom: 7px;
    margin-bottom: 7px;
    padding-left: 5px;
}

.week-day {
    color: #444444;
    font-weight: 700;
    padding-right: 12px;
}

.linkedbtn {
    opacity: 1!important;
    background-color: #823f91;
}

.btn-legend {
    display: flex;
    margin-bottom: 11px;
}

.legend-btn {
    width: 58px;
    height: 22px;
    border-radius: .25rem;
    margin: 0 10px 0 10px;
}

.green-border-right {
    border-right: 1px solid #94c11f;
}

.reg-image {
    width: 40%;
    min-width: 250px;
}

.portal-header {
    background-image: url('/images/header-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}

.header-title {
    color: #ffffff;
    font-size: 1.8REM;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.welcome-t {
    text-align: center;
    font-size: 28px;
    color: #95c11f;
    font-weight: 700;
    margin-top: 82px;
    font-family: UbuntuTitle;
}

.orange-bb {
    border-radius: 5px;
    border: 5px solid #eb5a0c;
    padding-top: 27px;
    padding-bottom: 10px;
    margin-top: 28px;
    margin-bottom: 28px;
}

h3 {
    color: #31b7bc;
    font-weight: 700;
}

a:hover {
    color: #823f91;
}

a {
    color: #823f91;
    text-decoration: none;
    border-right-color: #1398cd;
}

.red-right {
    text-align: right;
    color: #ea5b0c;
}

.inschrijf-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.top-area {
    margin-top: 15px;
    margin-bottom: 10px;
}

footer {
    background-color: #3f3f3f;
    color: #ffffff;
    margin-top: 60px;
}

footer a:hover {
    color: #ffffff;
    text-decoration: underline;
    border-right-color: #0a6d85;
}

footer a {
    color: #ffffff;
}

.fb:hover {
    color: #95c11f;
}

a.inschrijf-button:hover {
    color: #95c11f !important;
}

a.inschrijf-button {
    color: #ffffff !important;
}

.inschrijf-group {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
}

.cancel-btn:hover {
    background-color: #a2a2a2;
}

.school-data {
}

.school-data-row {
    display: flex;
}

.custom-control-label:before {
    background-color: grey;
}

.custom-control-label.closed:before {
    background-color: #ea5b0c;
}

.custom-control-label.linked:before {
    background-color: #823f91;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #94c11f;
}

.list-all {
    margin-top: 25px;
}

.form-row {
    margin-left: 0px;
    margin-right: 0px;
}
