.has-feedback label ~ .form-control-feedback {
    top: 0;
}

.has-error .select2-selection {
    border: 1px solid #dd4b39;
}

.hand {
	cursor: pointer;
}

.mr1 {
	margin-right: 1px;
}

.mr2 {
	margin-right: 2px !important;
}

.mr3 {
	margin-right: 3px;
}

.mr4 {
	margin-right: 4px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mb1 {
	margin-bottom: 1px;
}

.mb2 {
	margin-bottom: 2px !important;
}

.mb3 {
	margin-bottom: 3px;
}

.mb4 {
	margin-bottom: 4px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb6 {
	margin-bottom: 6px;
}

.mb7 {
	margin-bottom: 7px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb9 {
	margin-bottom: 9px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.pt5 {
	padding-top: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.pl5 {
	padding-left: 5px;
}

.p2 {
	padding: 2px;
}

.p3 {
	padding: 3px;
}

.p4 {
	padding: 4px;
}

.p5 {
	padding: 5px;
}

small.info-input {
	display: block;
}

.form-divider {
	margin-bottom: 0; 
}

.bg-lightness {
	opacity: .55;
}

.overlay-modal {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	margin-top: -55px;
	z-index: 1;
}

.overlay-modal i {
	position: relative;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	font-size: 40px;
}

.flatbtn {
	border: 0;
	background-color: #ffffff;
}

.tags {
	margin-left: 10px;
	padding: 2px;
	background-color: #f7f7f7;
	color: #a32d00;
}