.search_form input, .search_form select {
	clear: none;
}
.search_form input[type="submit"] {
	padding: 6px 12px;
}
.search_form .form-group {
	margin-bottom: 0;
    max-width: 800px;
}
.search_form form div {
	padding: 0;
	clear: none;
}

.form-control.data-filter {
	width: 56%;
	border-radius: 0;
}
.form-control.search_field_list {
	width: 44%;
}

.form-control.date_from, .form-control.date_to {
	width: 25.5%;
	border-radius: 0;
}
.search-row-text {
	float: left;
	line-height: 34px;
	text-align: center;
	width: 5%;
	margin: 0;
}
.OperatorNotification {
    display: block;
    float: left;
	font-weight: bold;
	line-height: 34px;
	width: 2.4em;
}

.search_form .LineNot {
    color: #d00;
}

.search_form .LineNot.Disabled {
    color: #777;
}

#search_button {
//	color: #007E00;
	font-weight: bold;
}
