.content {
	padding: 0;
}

label.control-label {
	font-weight: bold;
}

/* This is a weird bug on Chrome when hovering the radio button */
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons:before,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons:before,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons:before,
.radio input[type="radio"].custom-radio:indeterminate + .icons:before {
	display: none;
}

.agency-logo {
	max-width: 300px;
}

.panel {
	border-width: 2px;
	box-shadow: none;
}

.lic-search-options label.thumbnail {
	padding-top: 36px;
	padding-bottom: 36px;
	cursor: pointer;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-align: center;
	font-size: 18px;
	/*text-transform: uppercase;
	letter-spacing: 0.05em;*/
}

.lic-search-options label.thumbnail:hover {
	border-color: #046b99;
	color: #046b99;
}

.lic-search-options label.thumbnail.active {
	background-color: #046b99;
	border-color: #046b99;
	color: #fff;
	cursor: default;
}

.lic-search-options label.thumbnail .glyphicon {
	display: block;
	margin-bottom: 8px;
   font-size: 250%;
}

.helper-text-icon {
	vertical-align: middle;
   font-size: 24px;
}

table.tablesaw thead tr:first-child th {
	background-color: #323A45;
	color: #fff;
	text-transform: uppercase;
	border: none;
	letter-spacing: 0.075em;
}

table.tablesaw thead tr:first-child th {
	text-align: center;
}


table.horizontal-heads tbody tr th {
	text-align: right;
	vertical-align: middle;
}

table.horizontal-heads.table-striped > tbody > tr {
    background-color: #fff;
}

table.horizontal-heads.table-striped > tbody th {
   background-color: #f9f9f9;
}

@media (max-width: 767px) {
	table.horizontal-heads tbody tr th {
		text-align: left;
	}
}

table.tablesaw tbody td {
	vertical-align: middle;
}

table.tablesaw tbody td.text-center {
	text-align: center;
}

table.tablesaw td.orphan .tablesaw-cell-label {
	display: none;
}

tbody td .badge {
	background-color: #323A45;
	font-size: 14px;
	padding: 4px 6px;
	letter-spacing: 0.1em;
}

tbody td form {
	margin-bottom: 0;
}

table td hr {
	margin-top: 8px;
	margin-bottom: 8px;
}

th.headerSortUp:after,
th.headerSortDown:after {
	color: #fff;
}

/*.text-capitalize {
	text-transform: lowercase;
}

.text-capitalize:first-letter {
	text-transform: uppercase;
}*/


/* DESKTOP */
@media (min-width: 992px) {
   .header-container {
      background-image: url('/base/images/backgrounds/dhhs-lg.jpg');
      background-position: 0 15%;
		min-height: 250px;
   }
	.header-container .agency-row {
		margin-top: 3em;
	}
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px) {
   .header-container {
      background-image: url('/base/images/backgrounds/dhhs-md.jpg');
      /*background-position: 0 45%;*/
		min-height: 180px;
   }
}

/* ALL PHONE VIEWS */
@media (max-width: 767px) {
	.header-container {
      background-image: url('/base/images/backgrounds/dhhs-sm.jpg');
      /*background-position: 0 45%;*/
   }
}

.select-flat-container .select-flat {
	height: 100%;
}

.affix-top {
   position: relative;
}

.affix {
   top: 20px;
}

.affix,
.affix-bottom {
   width: 232px;
}

.affix-bottom {
   position: absolute;
}

#dhhs-affix.affix {
	max-height: 90%;
	overflow-y: auto;
}

#dhhs-affix a {
   font-size: 14px;
   color: #9CA3AF;
   padding: 6px 12px;
   border-left: 2px solid transparent;
}

#dhhs-affix a:hover {
   color: #323A45;
}

#dhhs-affix .active a {
   border-color: #4773aa;
   color: #4773aa;
   font-weight: bold;
}

#dhhs-affix .active a:hover {
   background-color: transparent;
}

@media (min-width:1200px) {
   .affix,
   .affix-bottom {
      width: 252px;
   }
}

.form-actions.well {
	padding: 20px;
}

.center{
	text-align: center;
}