/**
 * Product selector css
 *
 */
.green {
	color: green;
}
.blue {
	color: #0084c1;
}
#productSelectorPage {
	/*margin-top: -50px;*/
	position: relative;
}
.product-search-input {
	padding: 25px;
	border-radius: 5px;
}
.application-thumbnail {
	float: left;
	max-width: 120px;
	height: 140px;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
}
.defaultBg {
	background-color: #464646;
}
.activeBg {
	background-color: #d7ae00;
}
/*.activeBg a .application-thumbnail-text {
	color: #4c4c4c;
}*/
.application-thumbnail .application-thumbnail-text {
	padding: 5px;
	color: #fefefe;
}
.application-thumbnail a:hover {
	text-decoration: none;
}
.application-thumbnail img {
	margin-bottom: 5px;
}
.input-group .btn-brand-yellow {
	box-shadow: 0 0 2px #dadada;
}
.btn-brand-green-sm {
	transition: all 1s ease-out;
	font-weight: normal;
	font-size: 13px;
}
.btn-brand-red-sm {
	transition: all 1s ease-out;
	font-weight: normal;
	padding: 2px 6px;
	font-size: 13px;
}
#productSelectorTab .tab-container {
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 0 0 5px 5px;
}
#productSelectorTab .app-thumbnails {
	padding: 15px 15px 0 15px;
}

/* Navbar */
#productSelectorTab .nav-bar {
	display:flex;
	flex-direction: column;
}

#productSelectorTab .nav-bar > * {
    background-color: #d7ae00;
    border: 1px solid white;
    color: #2d2d2d;
    font-weight: bold;
    flex: 100%;
    text-align: center;
    padding: 10px;
}

#productSelectorTab .nav-bar > *:hover {
	cursor: pointer;
	background:white;
}

#productSelectorTab .nav-bar .active {
	background: #f5f5f5;
	border-color:#f5f5f5;
}

.productSearchTab .specification .oscarFilterParams, .productSearchTab .specification .search-text {
	margin-top: 10px;
}
.productSearchTab .specification .filter-container {
	padding: 10px;
}

.oscarFilterParams {
	clear: both;
}
.oscarfilter-bg {
	box-shadow: 0 0 5px #c5c5c5;
	padding-bottom: 10px;
}
.form-control {
	border-radius: 5px;
	padding: 5px;
}
#productSelectorTab .note-section {
	background-color: #dff3ff;
	padding: 5px;
	border-radius: 3px;
	margin-top: 3px;
	box-shadow: inset 0 0px 1px #165175;
	color: #3a3109;
	overflow: hidden;
}
.listAllProduct {
	/*background-color: #737373;*/
}
.listAllProduct>.nav-tabs>li>a{
	background-color: #737373;
	border-top: 3px solid #000;
}
.listAllProduct>.nav-tabs>li.active>a{
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.listAllProduct .filteredContentText {
	margin: 0 0 20px 0;
}
.productSearchTab>.nav-tabs>li>a {
	background-color: #d7ae00;
	border: 1px solid transparent;
	color: #2d2d2d;
	font-weight: bold;
}
#productSelectorPage .page-header {
	margin-top: 60px;
	margin-bottom: 50px;
}
.productSearchTab .disclaimer-text {
	margin-bottom: 10px;
}
.oscarfilter-bg .popular-color {
	background-color: #464646;
	color: #ffffff;
}
.productSearchTab .specList ul {
	display: block;
	background-color: #020202;
	opacity: 0.8;
	margin: 0;
	padding: 10px;
	border-radius: 5px;
}
.productSearchTab .specList ul li {
	list-style: none;
	color: #FFCC00;
	padding: 3px;
	cursor: pointer;
}
.productSearchTab .specList ul li:hover {
	background-color: #000;
}
.productSearchTab .loader {
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	display: flex;
	color: #fff;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.7;
	transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-webkit-transition: opacity .1s ease-in-out;
	z-index: 9;
	justify-content: center;
	align-items: center;
}
.productSearchTab .oscarfilter-bg .spec-filter {
	max-height: 200px;
}
.productSearchTab {
	box-shadow: 0 0 1px #dedede;
}
.spec-margin {
	clear: both;
	padding: 15px 10px 20px 15px;
}
.productSearchTab .oscarfilter-bg .filter-options {
	overflow: hidden;
	padding-bottom: 10px;
	background-color: #f9f9f9;
}
.productSearchTab .list-container {
	overflow: hidden;
	background-color: #f6f5f6;
}
.productSearchTab .disclaimer {
	margin: 20px;
	padding: 10px;
}
.productSearchTab .btn-group-justified .nav-tabs>li>a{
	color: #000;
	border-top: 3px solid #2094d8;
}
.productSearchTab .btn-group-justified .nav-tabs>li{
	width: 100%;
}
.productSearchTab .filter-options h5 {
	height: 50px;
	background-color: transparent;
	color: #333333;
}
.productSearchTab .text-bar {
	padding: 10px;
	overflow: hidden;
}
.productSearchTab .filteredContentText i {
	line-height: 1.5;
}
.productSearchTab .spec-filter .form-control {
	font-size: 12px;
}

/**
 * filters update
 *
 */
.productSearchTab .filter-container {
	background-color: #fff;
	box-shadow: 0 0 10px #d4d4d4;
	margin: 15px;
	padding: 10px 10px 20px 10px;
	border-radius: 8px;
}
.productSearchTab .filter-container .filter-heading {
	box-shadow: 0 0 3px transparent;
	border-bottom: 1px solid #e2e2e2;
}
.productSearchTab .oscarfilter-bg .filter-heading {
	/*background-color: #ffffff;*/
	border-bottom: 1px solid #e2e2e2;
}
.filter-section {
	width: auto;
	height: 330px;
	overflow-y: scroll;
	padding: 20px;
	border: 1px solid #cecece;
	background-color: #e8e8e8;
	border-radius: 10px;
	box-shadow: 0 0 5px #c3c3c3;
}
.filter-section ul {
	display: block;
	padding: 0;
}
.filter-section ul li {
	padding: 5px 10px;
	background-color: #bfbfbf;
	list-style: none;
	margin: 3px 0;
	border-radius: 10px;
	color: #000;
	text-align: center;
}
.filter-section ul .selected {
	background: #D6AD00;
}


.productSearchTab .filter-options .selection {
	margin: 10px 0 20px 0;
	text-align: center;
}
.productSearchTab .filter-options .user-selection {
	padding: 5px 10px;
	box-shadow: 0 0 5px #6f6f6f;
	border-radius: 12px;
	margin: 5px;
	display: inline-block;
	background-color: #ffffff;
}
.options-holder {
	min-height: 375px;
}
.options-holder h5 {
	text-align: center;
}
.fade-enter-active, .fade-leave-active {
	transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
	opacity: 0;
}
.productSearchTab .search-text {
	margin-top: 25px;
}
.productSearchTab .result-option {
	margin: 30px;
}
.productSearchTab .result-option .input-group{
	margin-top: 15px;
}
.drill-down {
	font-size: 16px;
}
/**
 * media queries
 */

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	#productSelectorTab .tab-content {
		overflow: hidden;
	}
	#productSelectorTab .nav-bar {
		display:flex;
		flex-direction: row;
	}
}

@media(min-width: 1091px){
	.listAllProduct>.nav-tabs>li>a{
		white-space: nowrap;
	}
}
@media (max-width: 991px) {
	#productSelectorPage {
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.filter-section.homepage ul li {
		padding:15px;
		font-size:16px;
		margin-top:13px;
		margin-bottom:13px;
	}
	#productSelectorTab .nav-tabs>li>a {
		padding: 15px;
		line-height: 0.9;
	}
	#productSelectorTab .tab-content .nav-tabs>li>a {
		height: auto;
		padding: 8px;
	}
	.productSearchTab .mobile-tab li {
		width: 100%;
	}
	.application-thumbnail {
		max-width: 93px;
		margin-right: 12px;
		font-size: 13px;
	}
}
@media (max-width: 430px) {
	.application-thumbnail {
		max-width: 100%;
		width: 400px;
		height: 60px;
		margin-bottom: 2px;
	}
	.application-thumbnail a img {
		max-width: auto;
		height: 50px;
		float: left;
	}
	.application-thumbnail a span {
		margin-top: 12px;
	}
	.application-thumbnail .application-thumbnail-text {
		float: left;
	}
}
@media (max-width: 360px) {
	.btn-brand-yellow,.btn-brand-red {
		padding: 4px;
	}
	.img-portfolio .locator-icon a img {
		max-width: 20px;
	}
}