.form-search {
	margin-top: 20px;
}

.form-search .form-group {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.form-search .form-group input[type="text"] {
    border-radius: 0;
    border: 1px solid #DDD;
    background: #fff;
    height: 50px;
    padding: 0 20px;
    font-size: 1.2em;
    color: #525f67;
    font-weight: 500;
}

.form-search .form-group input[type="text"]:focus, 
.form-search .form-group input[type="text"]:hover{
    box-shadow: 0 0 3px rgba(0, 119, 179, 1);
}

.form-search .form-group input[type="select"]:focus, 
.form-search .form-group input[type="select"]:hover{
    box-shadow: 0 0 3px rgba(0, 119, 179, 1);
}

.form-control:focus, 
.form-control:hover{
    box-shadow: 0 0 3px rgba(0, 119, 179, 1);
}

.form-control {
	border-width: none !important;
	border: 1px solid #DDD !important;
    height: 50px !important;
    border-radius: 0px;
}

.form-search .form-group button {
    border: 1px solid #DDD;
    border-left: 0;
    height: 52px;
    font-size: 1.2em;
    padding-right: 1em;
    background: #fff;
}

.form-search label {
    font-size: 1.2em;
    font-weight: 500;
}

.form-search .filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 1em;
}

.form-search .filter select {
    height: 3em;
    font-size: 1.2em;
    color: #525f67;
    font-weight: 500;
}

.form-search .filter label {
    font-size: 0.9em;
    font-weight: 500;
}

.form-search .box_input label {
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.form-search .box_input input[type="text"] {
    border: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    height: 3.6em;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

.form-search .box_input input[type="checkbox"] {
    margin-right: 0.7em;
}

textarea.form-control {
	height: auto !important; 
}

form .error {
	color: #ff0000;
}

.form-control.error {
	border: 1px solid #ff0000 !important;
}

.btn-flat {
	border-radius: 0px;
}

.submit-button {
	height: 50px;
	background-color: rgb(0, 119, 179);
}

.chosen-container {
	width: 100% !important;
}

.chosen-container-single .chosen-single {
	border: none;
	border-radius: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 50px;
	width: 100%;
	padding: 0px;
}

.chosen-container-active .chosen-single {
	-webkit-box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: none;
	dorder-radius: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.chosen-container-single .chosen-single {
	line-height: 40px;
}

.chosen-container-single .chosen-single span {
	color: #495057;
	font-size: 1em;
	font-weight: 500;
}

.chosen-drop {
	left: 0px;
}

.chosen-container-single .chosen-single div b {
	height: 75%;
	padding-right: 1.75rem;
   	background-position: right 0.75rem center;
	background-repeat: no-repeat;
	background-size: 8px 10px;
   	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){
	.chosen-container-single .chosen-single div b {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !IMPORTANT;
		background-size: 8px 10px !IMPORTANT;
		background-repeat: no-repeat !IMPORTANT;
	}
	
	.chosen-container-single .chosen-search input[type=text] {
		background-image: none !IMPORTANT;
	}
}

.chosen-container .chosen-results li {
    line-height: 25px;
}

.chosen-container-single .chosen-single abbr {
	top: 13px;
}