
/* BEGIN - Your CSS styling starts here */

#form_21 .foobar {
	display: none;
}

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

.fabrikForm {
	background-color: #f8f9fb;
	padding: 25px;
}
.fa {color: #4169e1;}

.fabrikActions.form-actions .col-md-4 {
  text-align: center !important;
  width: 100%;
}
.fabrikActions.form-actions .btn-group {
  position: relative !important;
  display: grid;
}

.button.btn.fabrikPagePrevious.button {
    width: 30%;
    float: left;
    margin-left: 15px;
}

.button.btn.fabrikPageNext.button {
    width: 30%;
    float: right;
    margin-right: 15px;
    border-radius: 2px;
    transition: all .15s;
    -webkit-box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    box-shadow: 0 1px 6px rgba(57,73,76,0.35);
}

.fabrikActions.form-actions .btn-group {
    display: inline;
}

.popover-title {
    display: none;
 }

.fb_el_tele11_quote___organisation, .fb_el_tele11_quote___company, .fb_el_tele11_quote___name, .fb_el_tele11_quote___designation, .fb_el_tele11_quote___city, .fb_el_tele11_quote___phone, .fb_el_tele11_quote___email, .fb_el_tele11_quote___website {
    width: 45% !important;
}

@media (max-width:1024px) {
	.fb_el_tele11_quote___organisation, .fb_el_tele11_quote___company, .fb_el_tele11_quote___name, .fb_el_tele11_quote___designation, .fb_el_tele11_quote___city, .fb_el_tele11_quote___phone, .fb_el_tele11_quote___email, .fb_el_tele11_quote___website {
	    width: 100% !important;
	}
}

.fabrikActions button[name='Submit'] {
    background: #f68c40;
    float: right;
    margin-top: 15px;
}

#form_21 input {padding-left: 10px !important;}

.gheader {
    border-color: #5bc0de;
    color: #fff;
    background: #a19fe4;
    padding: 6px 15px;
		margin-bottom: 8px;
}

/* END - Your CSS styling ends here */
