/* -+-+-+-+-+-+-+-+-
    SHORTCODE AFDELINGENOVERZICHT
   -+-+-+-+-+-+-+-+- */

.afdelingenoverzicht{
    padding: 40px 0;
}

.afdelingenoverzicht .afdeling{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 1rem;
}

.afdelingenoverzicht .afdeling .afdeling-icon{
    background-color: #009cdd;
    padding: 12px;
    margin-right: 1rem;
}

/* -+-+-+-+-+-+-+-+-
    SHORTCODE OFFERTEFORMULIER
   -+-+-+-+-+-+-+-+- */

.offerte-top{
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.offerte-bottom{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.offerte-bottom .remove-from-offerte{
    float: right;
    font-size: 1rem !important;
}

.offerte-bottom .offerte-article{
    font-size: .90625rem;
    font-weight: 600;
    margin: .75rem 0;
}

.offerte-bottom .offerte-article > .text-primary{
    font-weight: 700;
}

.offerte-bottom .submit-container{
    margin-top: 1.5rem;
}

.blok-offerte .dima-button{
    font-size: 1rem !important;
}

.blok-offerte .dima-button.stroke{
    font-weight: 700;
    background-color: rgba(255,255,255,.85);
    box-shadow: inset 0 0 0 2px #009CDD;
    color: #009CDD;
    width: 100%;
    text-transform: none;
    line-height: 2.65rem;
    min-height: 2.65rem;
}

.blok-offerte .dima-button.stroke:hover,
.blok-offerte .dima-button.stroke.active,
.blok-offerte .dima-button.stroke.active:hover{
    color: #fff;
    background-color: #009CDD;
}

.blok-offerte .dima-button.stroke svg{
    font-size: .875rem;
    padding-right: 0;
    vertical-align: baseline;
    -webkit-transition: all 320ms ease-out;
    transition: all 320ms ease-out;
}

.blok-offerte .dima-button.stroke.active svg{
    transform: rotate(180deg);
    -webkit-transition: all 320ms ease-out;
    transition: all 320ms ease-out;
}
