
/* BEGIN - Your CSS styling starts here */

#form_7 .foobar {
	display: none;
}

#form_123 .foobar, #form_123_ .foobar {
	display: none;
}


.fb-title {
        background-color: #ccc;
    padding: 5px;
    border-radius: 5px;
}

form[id^='form_'] {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.fabrikinput {
    font-size: 18px;
}

textarea .fabrikinput {
    height: initial!Important;
}

/* bottoni */

.addbutton {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #f4f4f4;
}


.fabrikgrid_checkbox .col-md-3 {
    width: 100%!Important;
}

.form-actions {
    background-color: #fff!Important;
    border-top: 1px solid #fff!Important;
}

.fabrikActions .col-md-4 {
    float: right;
    margin-right: 40px;
}

.fb_el_sog_app_contatto___fonte .fabrikLabel {
  width: 100% !important;
  white-space: normal; /* o nowrap se preferisci */
  display: block;
}

/* END - Your CSS styling ends here */

