/* Added as custom css to JAZZMIN configuration */
body{
}

.brand-link{
    display: none;

}
.brand-text{
    display: none;
}

/* Helptekst onder de dubbele select-widget verbergen */
.selector .help {
    display: none;
}

.content-wrapper{
    /*background-color: blue !important;*/
}

/* Make selector area full width */
.field-card_templates .col-sm-7 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Remove the space taken by the empty label */
.field-card_templates .col-sm-3 {
    display: none !important;
}