select {
	background: #fff url("../img/select_arrow_down.png") no-repeat scroll 97% 50% !important;
	cursor: pointer;
}
select[disabled], select[readonly] {
    background-color: #eeeeee !important;
    background-image: url("../img/select_arrow_down_disabled.png") !important;
}

.select2 {
	background: #fff url("../img/select_arrow_down.png") no-repeat scroll 97% 50% !important;
	cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none
}
.select2-container--default .select2-selection--single {
	background-color: transparent!important;
	border: none!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit!important;
	line-height: inherit!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0px!important;
}
.select2-container .select2-selection--single {
	height: 0px!important;
}
.select2-container--disabled {
    background-color: #eeeeee !important;
    cursor: not-allowed;
    background-image: url(../img/select_arrow_down_disabled.png) !important;
}
.select2:focus, .select2-selection, span.selection {
    outline: none!important;
}
.select2-container--focus, .select2-container--open {
	border-color: #66afe9;
}

.checkbox input[type="checkbox"] {
	margin-top: 3px !important;
}
.checkbox label {
	color: #6d6d6d !important;
	padding-left: 26px !important;
}
.form-control:focus {
	box-shadow: none !important;
}
.has-error .form-control {
	border-color: #f2494e !important;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #f2494e !important;
}
.has-error .help-block strong, .has-error .control-label strong, .has-error .radio strong, .has-error .checkbox strong, .has-error .radio-inline strong, .has-error .checkbox-inline strong, .has-error.radio label strong, .has-error.checkbox label strong, .has-error.radio-inline label strong, .has-error.checkbox-inline label strong {
    font-weight: normal !important;
}
.container {
	width: 100% !important;
}
textarea.form-control {
    min-height: 170px;
}