.col-content h1 {
	display: none;
}

.form-group {
	margin-bottom: 5px;
}

.section.search .form-group {
	margin-top: 0px;
	margin-bottom: 0px;
}

.section.search .form-group label {
	display: none;
}

.section.search input.search, .section.search .btn-group.input {
    width: 140px;
}

.section.search input.search, .section.search .btn-group {
    margin-top: 15px;
}

.form-group-lg .form-control-static {
	font-size: 18px;
	line-height: 1.42857;
	height: auto;
	padding: 5px 0;
}

.form-group-md {
	font-size: 14px;
}

.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: 4px;
	height: auto;
	padding: 4px 8px;
}

.form-group-lg select.form-control, select.form-control {
	padding-left: 4px;
}

.control-label {
	font-weight: 600;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 5px;
	}
}

.form-horizontal .form-group-lg .control-label {
	font-size: 18px;
	padding-top: 5px;
}

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;
}

.labels.labels-row {
	margin-left: -3px;
}

.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;
}

.label-default {
	background-color: #d2d1d1;
}

a.label-default {
	background-color: #ccc;
}

.labels .label .desktop {
	display: inline;
}

.labels .label .mobile {
	display: none;
}

@media (max-width: 360px) {
	.labels .label .desktop {
		display: none;
	}

	.labels .label .mobile {
		display: inline;
	}
}

.label-black {
	background-color: #222;
}

.breadcrumbs {
	display: none;
	margin-top: 15px;
}

.hr[type=button] {
	cursor: pointer;
}

.select2-container--bootstrap .select2-selection--single {
	height: 30px;
	padding: 4px 24px 4px 12px;
	border-radius: 2px;
	box-shadow: none;
}

.space-xs-bottom {
	margin-bottom: 15px;
}
.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;
}

.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;
}

.summary {
	margin-top: 20px;
}

.null {
	color: #888;
	font-style: italic;
}

.inactive {
	color: #888;
}

@media (max-width: 768px) {
    label {
        display: block;
    }
}