.required {
	color:red !important
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label, .has-error label {
	color:red !important
}

.tinymceLeft {
	float:left;
	margin-right:15px;
}

.tinymceRight {
	float:right;
	margin-left:15px;
}

.figure-caption {
	font-style: italic;
	font-size:12px;
}
#searchForm{
	padding-bottom: 15px;
	border-bottom:1px solid rgb(227, 227, 227);
	margin-bottom: 15px;
}

#searchForm .checkbox-inline{
	margin-right: 10px;
	margin-left: 0;
}

.search-filter-item{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	display: inline-block;
}
#fieldsRequired {
	font-size: 12px;
	font-style: italic;
	padding:5px 0;
}

.number-no-arrow::-webkit-outer-spin-button,
.number-no-arrow::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#myKoocookMenuMobile{
	margin-bottom: 25px;
}
