﻿#main-column { min-height: 244px; }
#rc-hero {
	background: url('//assets.tripplite.com/core-site-images/bg-blue-design.png') top right no-repeat #0066b3;
	height: 160px;
	margin-bottom: 30px;
	position: relative;
}
#rc-hero-content {
	left: 110px;
	position: absolute;
	top: 10px;
}
#rc-hero-content h1 {
	color: #fff;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400 !important;
	margin-bottom: 15px;
}
#rc-sidebar {
	margin-top: 46px !important;
}
#btnAzureSearch {
	height: 47px;
	width: 57px;
}
button#resource-center-search-type {
	background-color: #d6d5d5;
	border: 0;
	color: #333;
	height: 45px;
}
input#resource-center-search-box {
	border: 0;
	height: 45px;
}
#resource-center-search-types option {
	font-size: 16px;
	padding: 6px 12px;
}
#rc-search-trigger {
	font-size: 20px;
	padding: 0 5px;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 3;
}
#rc-search-trigger:hover {
	cursor: pointer;
}
#rc-results {
	display: none;
	margin-top: 12px;
}
select#sortBy {
	border: 0;
	box-shadow: none;
	font-size: 16px;
	text-align-last: right;
}
select#sortBy option {
	direction: rtl;
	font-size: 16px;
}

#filters .inner .row {
	margin-left: 0;
	vertical-align: text-bottom;
}
#filters .inner .row .col-md-9 { padding-left: 0; }

#filters {
	border-bottom: 1px solid #333;
	margin: 0 0 20px 0;
	padding-bottom: 0;
}
#filters .col-lg-12 { padding-left: 0; padding-right: 0; }


#results-table .row { margin-bottom: -5px; }

#results #results-table .header { margin-bottom: 10px; }

#results #results-table .result-title h3 { font-size: 18px; }
#results #results-table .result-title a { color: #0077ce; text-decoration: none; }
#results #results-table .result-title a:hover { border-bottom: 1px dashed #0077ce; }
#results #results-table .result-title small.pull-right { margin-top: 7px; }
#results #results-table .result-detail { display: block; text-align:center; padding-top: 0; }
#results #results-table .result-detail span { color: #99a0a5; font-size: 28px; margin-bottom: 10px; }
#results #results-table .result-detail p { color: #99a0a5; font-size: 12px; }

/* new overrides 12/18/2017 */
#results-table .result-detail span {
	font-size: 36px !important;
	padding: 8px 12px 0 0 !important;
}
#results-table .result-title p {
	font-size: 13px !important;
	margin-bottom: 5px;
}
#results-table .result-title p.h5 {
	font-size: 1.15rem;
	margin-bottom: 0;
	padding-top: 6px;
	font-weight: 500 !important;
}
#results-table .result-title p.h5 a {
	font-size: 18px;
}
#results-table .result-title p.h5 a:hover {
	text-decoration: none;
}

#pagination { display: none; margin-left: 95px; }
#pagination ul {
	list-style: none;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0;
	margin-top: 40px;
}
#pagination li>a {
	display: inline-block;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 0;
	padding: 5px 11px;
	background-color: #fff;
}
/*#pagination li>a.active { outline-color: #0077ce; background-color: #e6e6e6; }*/
#pagination li>a.active { outline-color: #e6e6e6; background-color: #0077ce; color:#fff; }
#pagination li>a:hover { outline-color: #ccc; background-color: #e6e6e6; }
#pagination li>a span.previous { vertical-align: -2px; margin-right: 8px; }
#pagination li>a span.next { vertical-align: -2px; margin-left: 8px; }

/** BUYING TOOLS AD *****************************************************************************/
#rc-buying-tools { background-color: #eaeef1; }
#rc-buying-tools a{ background-color: #e6f2f7; border: none !important; }

/** NEED HELP TRIGGER *****************************************************************************/
#rc-need-help{ margin-top: 30px; }
#rc-need-help:hover { cursor: pointer; }
#rc-need-help img { width: 184px; }


/** MEDIA QUERIES *********************************************************************************/

/* EXTRA EXTRA SMALL */
@media screen and (max-width: 320.98px) { }

/* EXTRA SMALL */
@media screen and (max-width: 599.98px) {
	#rc-hero-content { left: 20px; top: 10px; }
	#rc-hero-content h1 { font-size: 32px; }

	#results #results-table { padding-right: 15px; padding-bottom: 15px; }
	#results-table .result-title p.h5 a { font-size: 14px; }

	#filterBy-container { margin-left: -15px; margin-top: 0; }
	select#sortBy { font-size: 13px; }
}

/* SMALL */
@media screen and (min-width: 600px) and (max-width: 959.98px) {
	#rc-hero-content { left: 50px; }

	#results #results-table { padding-right: 15px; padding-bottom: 15px; }
	#results-table .result-title p.h5 a { font-size: 16px; }
}

/* MEDIUM */
@media screen and (min-width: 960px) and (max-width: 1279.98px) {
	#rc-need-help img { width: 210px; }
}

/* LARGE */
@media screen and (min-width: 1280px) { }