/* CONTRACT SEARCH PAGE STYLES */
.search-content .section-body {
	padding-top:0;
}
.search-content.contractors .section-body {
	padding-top:20px;
}
.search-content .contractor {
	height:210px;
}

.search-content.contractors .contractor-logo, .contractor .contractor-logo, .contractor-scroll.small .contractor-logo {
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: white;
	background-position: center center;
}

.col-md-2-5 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float:left;
}
.result-item {
	border-bottom:1px solid #D8D9DA;
	font-family:'roboto';
	padding:10px 0;
	overflow:auto;
	-webkit-transition:all .25s ease;
  -o-transition:all .25s ease;
  transition:all .25s ease;
  position:relative;
}
.result-item .content {
	width:55%;
}
.result-item h1 {
	font-size:23px;
	font-weight:400;
	float:left;
	margin:10px 0;
	display:inline-block;
	-webkit-transition:color .25s ease;
	-o-transition:color .25s ease;
	transition:color .25s ease;
}
.result-item h1:hover {
	color:#91acca;
}
.result-item .status {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
	color: white;
	padding: 2px 10px;
	border-radius: 5px;
	margin:13px 0 0 15px;
}
.result-item .status.status-new {
	background:#7ABB43;
}
.result-item .status.status-updated {
	background:#FF851E;
}
.sub-info h4 {
	font-weight:600;
	margin-bottom:0;
	margin-top:5px;
}
.sub-info p {
	font-family:'roboto slab';
	color: #8493B0;
	font-size: 16px;
}
.result-item .tiles .col-sm-4 {
	padding:0 1%;
	margin-top:10px;
}
/*.result-item .col-md-6 {
	padding:0;
}*/
.result-item .panel {
	background:#E5E6E7;
	margin-bottom:0;
}
.result-item .panel-body {
	padding:0;
}
.result-item .data-oversize {
	font-size:55pt;
	text-shadow: 1px 2px 1px white;
}
.result-item.ng-enter-active, 
.result-item.ng-leave {
  opacity: 1;
  left:0px;
}
 
.result-item.ng-leave-active,
.result-item.ng-enter {
  opacity: 0;
  left: -100px;
}
 .filter {
	width:100%;
	margin-bottom:10px;
}
.filter .btn-group-header {
	background: #2f4f74;
	color: white;
	border-radius: 8px 8px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em;
}
.filter .btn {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #e5e6e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e5e6e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e5e6e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#e5e6e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#e5e6e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#e5e6e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e6e7',GradientType=0 ); /* IE6-9 */
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 100;
	font-family: 'roboto';
	color:#667e99;
	-webkit-transition:color .25s ease;
	-o-transition:color .25s ease;
	transition:color .25s ease;
	border-top:none;
	border-bottom:none;
}
.filter .btn:hover {
	color:#2f4f74;
	border-color:#cccccc;
	border-top:none;
	border-bottom:none;
}
.filter .btn.active {
	background: #668bb5; /* Old browsers */
	background: -moz-linear-gradient(top,  #668bb5 0%, #32659c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668bb5), color-stop(100%,#32659c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #668bb5 0%,#32659c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #668bb5 0%,#32659c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #668bb5 0%,#32659c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #668bb5 0%,#32659c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668bb5', endColorstr='#32659c',GradientType=0 ); /* IE6-9 */
	color:white;
}
.filter .btn:last-child {
	border-radius:0 0 8px 8px !important;
	border-bottom:1px solid #ccc;
}
.map-subtext {
	color:#335377;
	margin:30px 0 15px;
}
.map-subtext span {
	display:inline-block;
	width:15px;
	height:15px;
	background:#335377;
	border-radius:3px;
	margin-right:15px;
}

.big-list {
	padding-bottom:30px;
	margin-top:10px;
}

.big-list ul {
	list-style-type:none;
	margin-top:20px;
}
.big-list li {
	color:#B3B3B3;
	cursor:default;
	padding:2px 5px;
	border-radius:5px;
	-webkit-transition:background .25s ease;
	-o-transition:background .25s ease;
	transition:background .25s ease;
}

.big-list li:hover {
	background:inherit;
}

.big-list .selected {
	color:#666667;
	cursor:pointer;
}

.big-list .selected:hover {
	background:#D5DAE3;
}

.pagination-controls .btn {
	float: left;
	width: 50%;
	border-radius:0 0 0 8px !important;
	border-bottom:1px solid #cccccc;
	font-size:2.5em;
	padding:0;
}

.pagination-controls .btn i {
	color:#324B7B;
}

.pagination-controls .btn.disabled i {
	color:#BCBEC1;
}

.pagination-controls .btn:hover {
	border-bottom:1px solid #cccccc;
}

.pagination-controls .btn:last-child {
	border-radius:0 0 8px 0 !important;
	margin-top:0;
}

.search-wrap {
	height:100%;
	overflow:hidden;
	position:relative;
	min-height:500px;
}

.search-sidebar {
	position:absolute;
	right:0;
	bottom:0;
	top:0;
}

.search-sorting {
	position:absolute;
	top:0;
	bottom:0;
	margin-bottom:0;
}

.search-sorting--scroller {
	width:165px;
}

.search-sorting .btn-group-vertical:last-child {
	margin-bottom:0;
}

@media (max-width: 992px) {

	.search-sidebar {
		display:none;
	}

}

.contractors .big-img {
	max-width:200px;
}