.widget-form-content .basic-inputs .widget-seats {
	margin-right: 0;
}



.widget-form-content #voucher-type-container {
	height: em(40);
	width: 100%;
	margin: em(30) auto em(15) auto;
	background: transparent;
	border-radius: none;
	box-shadow: none;
}

.widget-form-content .switch-label {
	float: left;
	line-height: em(40 ,14);
	font-size: em(14);	
	width: auto;
	margin-right: 40px;
}

.widget-form-content .switch-label:active {
	font-weight: bold;
}

.widget-form-content .switch-label-off {
	padding-left: 2px;
}

.widget-form-content .switch-label-on {
	padding-right: 2px;
}

.widget-form-content .switch-input {
	display: block;
	float: left;
	width: auto;
	border: none;
	background: transparent;
}

.widget-form-content .switch-input:checked + .switch-label {
	color: #fff;
}

.widget-form-content .switch-selection {
	display: none;
}
