/* CONTRACT/PORTFOLIO PAGE STYLES */
.contract-header{
	margin-bottom: 22px;
}
.contract-header .panel{
	position: relative;
	height: 220px;
}
.contract-header h4{
	margin-bottom: 4px;
}
.contract-header time{
	font-size: 16px;
	margin-bottom: 18px;
	display: block;
	color: #324B7B;
}
.contract-header ul > li a{
	color: #324B7B;
	display: block;
	margin-bottom: 8px;
}
.contract-header ul > li a:hover{
	color: #668BB5;
}
.contract-header .panel-footer{
	font-size: 1.3em;
	padding-top: 2px;
	padding-bottom: 18px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.panel-collapse {
	overflow:hidden;
	-webkit-transition:height .25s ease;
	-o-transition:height .25s ease;
	transition:height .25s ease;
}
.collapsable-handle{
	text-align: center;
	height: 0;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #f9f9f9;
	position: relative;
	margin-bottom:10px;
}
.collapsable-handle span,
.collapsable-handle span:active {
	cursor:pointer;
	position: relative;
	top: -11px;
	text-transform: uppercase;
	color: #a3a3a3;
	font-size: 10px;
	font-weight: 700;
	border: none;
	background: #E5E6E7;
	padding: 10px 10px;
	outline: none;
}
.collapsable-handle span.collapsed:after {
	content: "Show Contract Details";
	position: absolute;
	bottom: 0;
	top: 0;
	right: -10px;
	left: -10px;
	background: #E5E6E7;
	text-align: center;
	padding: 10px 10px;
}
/* SINCE BODY BG COLOR IS GRAY ALLOW FOR WHITE BG */
.content-wrapper{
	background-color: #fff;
	padding-top:24px;
}
.home-search-wrap {
	border-radius:5px;
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,.25);
	box-shadow:0 2px 3px rgba(0,0,0,.25);
	padding: 15px;
}
.home-search-wrap .input-group {
	margin:0;
}
/* CUSTOM CLASS FOR REALLY LARGE TEXT */
.data-oversize{
	font-size:  80pt;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	line-height: 1.2;
	color: #2F4F74;
}
.data-oversize.long{
	font-size: 60pt;
}
.list-links{
	/* overflow-x: hidden; */
}
.list-links a{
	display: block;
	padding: 4px 0px;
	border-bottom: 1px solid #D8d9da;
	color: #7990A9;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-links a:hover{
	color: #324B7B;
	background-color: #f7f7f7;
}
.list-links a i{
	color: #C33A32;
}
/* UPDATES STYLES */
.updates{}
.updates .nav-tabs{
	padding-top: 8px;
	font-size: .9em;
}
.updates article{
	position: relative;
	padding-left: 32px;
	padding-right: 22px;
	font-size: .95em;
	border-bottom: 1px solid #d8d9da;
	padding-bottom: 12px;
	margin-bottom: 22px;
}
.updates article:before{
	font-family: "FontAwesome";
	content: "";
	position: absolute;
	left: 3px;
	top: 0px;
	color: #C33A32;
}
.updates time{
	color: #B1BACD;
}
.updates h3{
	margin-top: 10px;
}

.selected-state-box {
	margin-top: 20px;
	border: 2px solid #668bb5;
	border-radius: 8px;
	height:300px;
	overflow: hidden;
}

.selected-state-box .state-list {
	overflow-y: scroll;
	height: 230px;
}

.selected-state-header {
	position: absolute;
	background: #668bb5;
	width: 50%;
	text-align: center;
	color: white;
	border-radius: 5px 5px 0 0;
	padding: 3px 0;
	left: 25%;
	top:-4px;
}
@media(max-width:992px) {
	.selected-state-header {
		top:-26px;
	}
}
.selected-state-header .fa-times-circle {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor:pointer;
}
.dark-box {
	height:100%;
	background:#E5E6E7;
	box-shadow: inset 2px 0px 8px rgba(0,0,0,.15);
	border-radius: 0 5px 5px 0;
}
.empty-box {
	padding:100px 70px;
}
.dark-box .list-group-item {
	background:transparent;
}

.state-list .fa-check {
	float: right;
	font-size: 1.4em;
}

.dark-box .fa-file-pdf-o {
	margin-right:10px;
	color:#C64942;
}
.state-sub {
	border-top:1px solid #D8D9DA;
	padding-bottom:40px;
}

.result-title {
	margin-left: 25px;
}

.scroll-check-small .contractor {
	height:200px;
	width:165px;
	float:none;
}
