/*
 LICENSE

 AF-Prototype by basic-erp. All Rights reserved!
 See the license.txt, visit http://www.basic-erp.com/license/
 or send a mail to license@basic-erp.com to receive a copy.
*/
/* 
    Created on : 29.12.2018, 09:08:31
    Author     : equinox
*/

#search{
	margin:0 auto;
	width:70%;
}

#search input {
	background-color:inherit;
	border:medium none;
	color:#fff;
	float:left;
	height:100%;
	text-align:center;
	width:95%;
}

#search button[type="submit"] {
	background:inherit;
	border:medium none;
	color:#fff;
	height:20px;
	width:30px;
}

#search-icon {
	font-size:20px;
	height:35px;
	line-height:35px;
	position:absolute;
	right:8%;
	text-align:center;
	top:20px;
	width:35px;
}

.search-key { color:#FF6347; }

@media(max-width:991px ) {
	#search {
		margin:0 auto;
		width:90%;
	}
}

@media(max-width:767px ) {
	#search {
		width:100%;
	}
}

@media(max-width:480px ) {
	#search input {
		width:85%;
	}
}

@media(max-width:360px ) {
	#search input {
		font-size:14px;
	}
}
