<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: #3498db;
    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: rgba(52, 152, 219, 0.12);
    color: #3498db;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus {
    border: 2px solid #01a3d4 !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: #0275d8;
}
.dropdown-menu>li>a:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #0275d8 !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(52, 152, 219);
	color: #3498db;
	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: #0275d8;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}
.select-style select:hover {
    color: #3498db;
    border: 2px solid #3498db !important;
    background: rgba(52, 152, 219, 0.12);
    outline: 0;
    box-shadow: none;
}
.select-style select:focus {
    color: #ffffff;
    border: 2px solid #3498db !important;
    background: rgba(52, 152, 219, 0.12);
    outline: 0;
    box-shadow: none;
}
.select-style select > option {
  background: #ffffff;
  color: #3498db;
  line-height: 24px;
  position: relative;
  padding-right: 64px;
}
select[multiple]:focus option:checked {
  color: #ffffff;
  border: 2px solid #3498db !important;
  background: rgba(52, 152, 219, 0.12);
}
</style>