.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #757575;
	font-weight: 700;
	font-size: 15px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	margin-bottom: 20px;
	font-family: "Kanit";
	font-weight: 700;
}
.btn-light {
	background-color: #fff;
	border-color: #e9e9e9;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	color: #757575;
	font-weight: 400;
	font-size: 15px;
	padding: 6px 0;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: #0028E6;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
	outline: thin dotted #333333 !important;
	outline-offset: -2px;
}
