[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

textarea {
	resize: vertical;
	min-height: 100px !important;
}

.has-error .select2-selection { border-color: #a94442; }

.container-fluid {
	padding-right: 30px;
	padding-left: 30px;
}

.section-simple-search {
	flex-direction: row-reverse !important;
}

.btn-group-xs > .btn, .btn-xs {
	padding  : .25rem .3rem;
	font-size  : .875rem;
	line-height  : .5;
	border-radius : .2rem;
}

.control-label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.is-invalid .select2-selection,
.needs-validation ~ span > .select2-dropdown{
	border-color:red !important;
}

.pagination {
	padding-top: 15px;
	padding-right: 15px;
}

.search-form-content {
	margin-top: 15px;
}