label {
	display:block;
	position:relative;
	line-height:20px;
	font-weight:normal;
	cursor:pointer;
	-webkit-tap-highlight-color:transparent;
}
label:last-of-type {
	margin-right:0.7em;
}

label i {
	display:inline-block;
	height:25px;
	position:relative;
	top:4px;
	font-style:normal;
	color:#ccc;
}

label span {
	display: inline-block;
	margin-left:0;
	line-height:18px;
	color:#777;
	padding:0;
}

input[type="radio"],
input[type="checkbox"] {
	display:none;
}

input[type="radio"] + i:before,
input[type="checkbox"] + i:before {
	display:inline-block;
	height:20px;
	width:22px;
	padding-bottom:5px;
	font-family:'FontAwesome';
	font-size:24px;
}

input[type="radio"]:checked + i,
input[type="checkbox"]:checked + i {
	position:relative;
	-webkit-animation: icon-beat 0.1s ease;
	animation: icon-beat 0.1s ease;
}

input[type="radio"]:checked + i + span,
input[type="checkbox"]:checked + i + span {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

input[type="radio"] + i:before { content: "\f10c"; }

input[type="radio"]:checked + i:before { content: "\f192"; }

input[type="radio"]:checked + i + span,
input[type="radio"]:checked + i:before { color: rgba(0, 0, 0, 0.8); }

input[type="checkbox"] + i:before { content: "\f096"; }

input[type="checkbox"]:checked + i:before { content: "\f046"; }

input[type="checkbox"]:checked + i + span,
input[type="checkbox"]:checked + i:before { color: rgba(0, 0, 0, 0.8); }

input[type="checkbox"]:checked + i + span.PriceNumberMeal span,
input[type="checkbox"]:checked + i:before { color: rgba(0, 0, 0, 0.8) !important; }


.form-horizontal,
.form-vertical {
	padding: 2em;
	margin: 1em;
	float: left;
	clear: both;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.form-horizontal h2 {
	margin-bottom:0.5em;
}

.form-horizontal label {
	float:left;
}

.form-horizontal label:first-of-type {
	padding-left:0;
}

.form-horizontal:after,
.form-horizontal:before {
	display: table;
	content: " ";
}

.form-horizontal:after {
	clear:both;
}

.form-vertical label {
	float:none;
	padding-left:0;
}

.form-vertical label:first-of-type {
	padding-top:1em;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	max-width:350px;
	text-overflow: ellipsis;
}