/* =====================================================
   VL Limburg Datepicker
===================================================== */

.vl-datepicker{
    width:100% !important;
    height:56px;
    border:1px solid #7edb97;
    border-radius:4px;
    padding:0 15px;
    font-size:16px;
    box-sizing:border-box;
    margin-bottom:15px;
    background:#fff;
}

/* Original HappyForms-Datum verstecken */

.happyforms-part--date > label{
    display:none !important;
}

.happyforms-part--date .happyforms-part__date-title{
    display:none !important;
}

.happyforms-part--date .happyforms-part-date__input-wrap{
    display:none !important;
}

.happyforms-part--date .happyforms-part__description{
    display:none !important;
}

.happyforms-part--date select{
    display:none !important;
}