﻿@media screen and (max-width: 500px) {
    .betaalKnopTekst {
        display: none !important;
    }
}
body {
    font-family: asap, 'open sans;//' !important;
}
.nohover, .nohover:hover {
    background-color: white;
}
.nopadding {
    padding: 0px !important;
}
.bold {
    font-weight: bold;
}
.aanmaningDiv {
    padding-bottom: 25px;
    padding-top: 10px;
}
    .aanmaningDiv span {
        background-color: orangered;
        color: white;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-weight: bold;
        margin-top: 4px;
        border-radius: 6px;
    }
.factuurKnoppenCel {
    min-width: 100px;
}


@media only screen and (min-width: 768px) {
    .mainLink {
        padding-right: 0px !important;
        padding-left: 25px !important;
    }
}
.acmBlokViaOptie {
    height: 30px;
}
    .acmBlokViaOptie i {
        color: #319ed7;
        margin-right: 7px;
        margin-left: 7px;
    }
.acmBlokImgLink {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    max-width: 339px;
}
    .acmBlokImgLink:hover {
        border: 1px solid  #319ed7;
    }
.acmBlokViaMailEnPaswoord {
    margin-bottom: 7px;
}
.hamburgerMenuIcon {
    width: 18px;
    margin-right: 10px;
    padding-left: 3px;
}

.divCollapseBtn {
    background: linear-gradient(to bottom, #fff8f8, #ededed);
    border-radius: 12px;
    padding: 12px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.divCollapseBtn i {
    font-size: 15px;
    color: #339dd7;
}

.collapseBtnDivIFront {
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapseBtnDivTekst {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 4px;
    font-weight: bold;
    color: #787878;
    font-size: 13px;
}

.collapseBtnDivIBack i {
    color: #d9d9d9;
}

.divCollapseBtn[aria-expanded="true"] .collapseBtnDivIBack i {
    color: #339dd7;
}

.divCollapseBtn[aria-expanded="true"] .collapseBtnDivIFront i {
    color: #787878;
}

.divCollapseBtn[aria-expanded="false"] {
    color: #339dd7;
}

.divCollapseBtn[aria-expanded="true"] .iDown {
    display: none;
}

.divCollapseBtn[aria-expanded="false"] .iUp {
    display: none;
}

.kindjeAvatarDiv {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-color: white;
    border: 1px solid gainsboro;
}

.kindjeAvatarCol {
    min-width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    background-color: whitesmoke;
}



.FlexReservatieBlok, .ReservatieDetailBlok {
    background-color: #f5f5f5;
    margin-bottom: 15px;
    min-height: 85px;
    padding: 15px;
    display: flex;
}

.ReservatieDetailBlok {
    background-color: #f5f5f5;
    margin-bottom: 15px;
    height: 65px;
    padding: 10px;
}

.ReservatieDetailBlok:hover, .ReservatieBlok:hover {
    background-color: #f0f0f0;
}

.FlexReservatieBlokStatus {
    /*float: left;*/
    /*margin-right: 10px;*/
    height: 65px;
}
/*.ReservatieBlokStatus SPAN {
    font-size:8px;
    color:@deonaLightBlue
}*/
.FlexReservatieBlokDataBlok {
    flex: 1;
    padding-left: 10px;
    padding-right: 15px;
}

.FlexReservatiePeriodeNaam {
    color: #339dd7;
    font-weight: bold;
    font-size: 14px;
    /*max-width: 185px;*/
}

.FlexReservatiePeriodeDatums {
    color: #1760ae;
    font-size: 12px;
}

.FlexReservatieAantallenBlok {
    /*float: right;*/
    margin-top: 4px;
}

.ReservatieAantalAangevraagdBlok {
    float: left;
    margin-right: 10px;
}

.ReservatieAantalBevestigdBlok {
    float: left;
    margin-right: 10px;
}

.ReservatieAantalGeweigerdBlok {
    float: left;
}

.ReservatieAantalAangevraagd, .ReservatieAantalBevestigd, .ReservatieAantalGeweigerd {
    width: 26px;
    background-color: #fbfbfb;
    border: 1px solid #e6e6e6;
    text-align: center;
    font-size: 11px;
    height: 18px;
    margin-top: 5px;
    color: @deonaLightBlue;
}
.text-align-right {
    text-align: right;
}