/* line 6, ../sass/data_tables_offset.scss */
#table_filter {
	width: 100%;
}

#table1_filter {
	width: 100%;
}


input {
	/*background-image: url(http://www.haaretz.co.il/st/c/work/guy/man/images/mag.png);*/
	background-position: 99%;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 5px;
	text-indent: 20px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 2s;
	transition: all 0.2s;
	width: 90px;
	padding-left: -27px;
	padding-right: 38px;
}

/* line 10, ../sass/data_tables_offset.scss */
#table_filter label input, #table1_filter label input {
	/* background: #00c800;*/
	/*border: 0 inset !important;*/
	color: #4e7385 !important;
	font-size: 14px;
	width: 40%;
	margin-bottom: 10px;
	border: 3px solid #4e7385; ;
	font-family: Georgia,Times,"Times New Roman",serif;

}

/* line 19, ../sass/data_tables_offset.scss */
table {
	text-align: left;
}

/* line 23, ../sass/data_tables_offset.scss */
::-webkit-input-placeholder {
	color: #4e7385;
}



/* line 26, ../sass/data_tables_offset.scss */
:-moz-placeholder {
	/* Firefox 18- */
	color: #4e7385;
}




/* line 29, ../sass/data_tables_offset.scss */
:-moz-placeholder {
	/* Firefox 19+ */
	color: #4e7385;
}


/* line 32, ../sass/data_tables_offset.scss */
:-ms-input-placeholder {
	color: #4e7385;
}

