<style>
selectpicker {
    height: 46px;
    line-height: 46px;
    padding: 28px;
	border-width: 2px;
    color: #869397;
    border-color: #869397;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    width: 100%;
    text-align: left;
}
.dropup .dropdown-menu {
    z-index: 1035;
}
.bootstrap-select>.dropdown-toggle {
    width: 100%;
	min-width: 260px;
    padding-right: 25px;
    z-index: 1;
	height: 55px;
	/* background-color: rgba(52, 152, 219); */
	color: #37474f;
    font-size: 18px;
	font-weight: bold;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    font-weight: bold;
	color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover, .bootstrap-select.btn-group .dropdown-menu li a:active {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background: #0094b0;
	color: #e1f3f7;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus {
    border: 2px solid #37474f !important;
    outline: 0;
    box-shadow: none;
}
/* .btn-default {
    background: rgba(52, 152, 219, 0.12);
} */
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0094b0;
}
.dropdown-menu>li>a:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #006c81 !important;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
	text-align: left;
}
.select-style {
	text-align: left;
}
select#dropdownMultiple{
height: 55px;
}
select.input-lg {
	height: 55px;
	line-height: 46px;
	background-color: rgba(219, 282, 181);
	color: #37474f;
	font-weight: bold;
}
.dropdown-item {
    color: #596265;
    line-height: 24px;
    position: relative;
    padding-right: 64px;
	display: block;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cfe6f2;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}
.select-style select:hover {
	color: #37474f;
	border: 2px solid #37474f !important;
	background: rgba(241, 57, 0, 0.12);
	outline: 0;
	box-shadow: none;
}
.select-style select:focus {
	color: #ffffff;
	border: 2px solid #37474f !important;
	background: rgba(241, 57, 0, 0.12);
	outline: 0;
	box-shadow: none;
}
.select-style select > option {
  background: #ffffff;
  color: #37474f;
  line-height: 24px;
  position: relative;
  padding-right: 64px;
}
select[multiple]:focus option:checked {
	color: #ffffff;
	border: 2px solid #37474f !important;
	background: rgba(241, 57, 0, 0.12);
}
.btn-success.disabled {
    background-color: #cfe6f2;
    border-color: #F0A900;
}
</style>