.form-group {
	margin-bottom: 5px;
}

.form-group-lg .form-control-static {
	font-size: 18px;
	line-height: 1.42857;
	height: auto;
	padding: 5px 0;
}

.form-control-static {
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 30px;
}

.form-control, .help-block {
	padding: 4px 9px;
	margin-bottom: 0;
}

.form-control {
	height: auto;
}

.help-block {
	margin-top: 0;
	padding: 0px;
}

.form-group-lg .form-control, .form-control {
	border-radius: 2px;
	height: auto;
	padding: 4px 9px;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 5px;
		font-weight: 400;
	}
}

.form-horizontal .form-group-lg .control-label {
	font-size: 18px;
	padding-top: 5px;
}

h3.hr {
	background-image: url('/img/hr.png');
	background-position: left 13px;
	background-repeat: repeat-x;
	margin: 10px 0;
}

h3.hr span {
	font-size: 11px;
	background-color: white;
	display: inline;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

form .bottom {
	margin-top: 15px;
}

.labels {
	bottom: 1px;
	display: inline-block;
	position: relative;
}

.label {
	font-size: 84%;
	padding: 0.1em 0.4em;
	text-transform: uppercase;
	font-weight: 400;
}

.form-control-static .label {
	top: -1px;
	position: relative;
}

.label-sm {
	font-size: 80%;
	padding: 0.1em 0.3em;
}

.labels .label {
	margin-left: 3px;
}

.labels .label .desktop {
	display: inline;
}

.labels .label .mobile {
	display: none;
}

@media (max-width: 360px) {
	.labels .label .desktop {
		display: none;
	}

	.labels .label .mobile {
		display: inline;
	}
}

.breadcrumbs {
	margin-top: 15px;
}

.hr[type=button] {
	cursor: pointer;
}

.select2-container--bootstrap .select2-selection {
	border-radius: 2px;
	box-shadow: unset;
}

.select2-container--bootstrap .select2-selection__clear, .section.search .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	color: #333;
}

.select2-container--bootstrap .select2-selection--single {
	height: 30px;
	padding: 4px 24px 4px 9px;
}

.btn-group .form-group {
	margin-bottom: 0;
}

.btn-group .form-group {
	margin-left: 0;
	margin-right: 0;
}

.section.search .select2 {
	margin-top: 15px;
}

.form-control-static.form-control-static-table {
	padding: 0;
}

.form-control-static-table .grid-view {
	padding-top: 0;
}

.form-control-static-table .grid-view .table {
	margin-bottom: 0;
}

.form-control-static-table .grid-view .table > tbody > tr > td {
	border-top: 0 none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.form-control-static-table .grid-view .table > tbody > tr > td:first-child {
	padding-left: 0;
}

.select2-selection__clear {
	font-family: arial;
}

.select2-container--bootstrap .select2-selection__clear {
	font-weight: normal;
	margin-right: 4px;
}