@charset "utf-8";
/* CSS Document */

/*.filter-panel .fields .field {
	border: 1px solid transparent;
    background-color: transparent;
	width: auto;
	padding: 0;
	width: 99% !important;
}
.filter-panel .input {
    border: solid 2px #f8ab1f;
	border-radius: 10px;
	padding-left: 10px;
	height: 35px;
}*/
.icms-filter-panel .input.text-green,
.icms-filter-panel .input.text-green:focus
{
	color: green;
}
.icms-filter-panel .input.text-red, 
.icms-filter-panel .input.text-red:focus
{
	color: red;
}
