/* custom inventory search */
#colorwrap {background:#2c2c2c; color:#fff;}

.search .detailed-search-wrap {top: 0!important;}

.label-overlay {
    width: 100%;
    height: 17%;
    /*position: absolute;*/
    z-index: 2;
    box-sizing: border-box;
    overflow: hidden;
	display: inline-block;
}

/*----------DETAILED SEARCH----------------------------*/
.column4 {display:inline-block; width:24.25%; margin:1% .15%;}
.column4_last {display:inline-block; width:24.25%; margin:1% 0 1% .15%;}

.column4 select {width:100%; height:30px;}

.detailed-search-wrap {
	margin-top: -4px;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 100%;
	display: inline-block;
	position: relative;
}

.content {
	width: 100%;
	margin: 0 auto;
}
.detailed-search-wrap h4 { 
	color: #a6aeb2;	
	font-weight:400;
	text-transform: uppercase;
}

.detailed-form {
	margin: auto;
}
.clear {
	clear: both;
}
.detailed-row {
	width: 100%;
	display: inline-block;
}
.last {
	padding-right: 0px;
}

.detailed-search input[type='submit'] {
	float:right;
	font-size: 14px;
	font-weight: 600;
	background: none;
	max-width:300px;
	width: 100%;
	height: 30px;
	padding-top:5px;
	margin-top: 0px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	outline: none;
	border: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	border-radius: 0;
	font-size:16px;
	border:1px solid #0a9043;
	font-family: 'Roboto Condensed', sans-serif;
}
.detailed-search input[type='submit']:hover{
	background: #0a9043;
	color: #fff;
}

.detailed-search input[type='text'] {
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 15px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: 'Roboto Condensed', sans-serif;
	color:#000!important;
}
.detailed-search-wrap h3 span {
	color: #d7d7d7;
}

.detailed-search-wrap section {
  padding: 20px 0;
}

.detailed-search-wrap label {
	display: inline-block;
    padding: 5px 20px !important;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 4;
    color: #fff;
    line-height: 25px;
	background:#000;
    float:right;
}

.detailed-search-wrap label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.detailed-search-wrap label:hover {
  background: #e7ac44;
	cursor: pointer;
}

.detailed-search-wrap input:checked + label {
  color: #fff;
  background: #e7ac44;
  float:right;

}

label#title {
	background:none; 
	color:#000;
	font-size:28px;
	text-align:left;
	float:left;
	padding:0!important;
}

label#title:hover {
	cursor: default;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
}

form.detailed-search {margin-top: 20px}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

/************* MEDIA QUERIES (RWD)
*********************************/

@media screen and (max-width: 800px) {	
	label#title {float:none; font-size:20px; width:100%; margin-bottom:10px;}
	
	.detailed-search-wrap section {padding:5px 0;}
	.detailed-search-wrap label {width: 100%; float:none; margin:.25% auto;}
	.detailed-search-wrap input:checked + label {float:none; margin:.25% auto;}
}

@media screen and (max-width: 780px){	
	.column4 {width:49%;}
	.column4_last{width:49%;}

}


@media screen and (max-width: 500px) {
	.column4 {width:100%!important; margin:.25% auto;}
	.column4_last {width:100%!important; margin:.25% auto;}
	.detailed-search input[type='submit'] {max-width:100%; margin-top:10px;}
}
