/*Search Inventory*/
.search {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
.search-title{float:left; padding: 5px 0;}
.search input[type=text]{
	height: 35px; width:70%;
	background: none;
	border: 1px solid #C3C3C3;
	padding: 8px;
	color: #000;
	box-sizing: border-box;
	font-size: 14px;
	background-color:#fff;
}
.searchButton {width:29%;height: 35px;cursor: pointer; background-color:#d10e00; color:#fff; font-family:'montserratregular',sans-serif; text-transform:uppercase; border:none; display:inline-block; font-size:14px;}

.searchButton:hover {width:29%;height: 35px;cursor: pointer; background-color:#B90B00; color:#fff; font-family:'montserratregular',sans-serif; text-transform:uppercase; border:none; display:inline-block; }

#form .search input {
	width: 20%;
	padding: 8px;
	border: 1px solid #C3C3C3;
	margin: 5px 0 15px;
	height: 30px;
	border-radius: 5px;
	box-sizing: border-box; 
}

/*Styles once user clicks*/
.search textarea:focus, .search input:focus{
	border-bottom: 1px solid #fff !important;
	border: 0px;
	outline: none;
}
/*Search Inventory - END*/
