@charset "utf-8";

.bootstrap-select.form-control{
	border: 1px solid #ccc;
}
.bootstrap-select .dropdown-toggle{
	background: #fff !important;
	outline: none !important;
	-webkit-appearance: none !important;
	border: none !important;
	-webkit-tap-highlight-color: transparent !important;
	box-shadow: none !important;
	margin-top: 0 !important;
	padding: 6px 12px !important;
}
.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
	outline: none !important;
}
.bootstrap-select .dropdown-toggle .caret{
	transition: all 0.2s;
}
.bootstrap-select.open .dropdown-toggle .caret{
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, .bootstrap-select .dropdown-menu>li>a, .bootstrap-select .btn-default{
	color: #555 !important;
	font-weight: 300;
}
/* .bootstrap-select .dropdown-menu{
	border: solid 1px #c0cde5;
} */
.bootstrap-select .dropdown-menu>.active>a, .bootstrap-select .dropdown-menu>.active>a:focus, .bootstrap-select .dropdown-menu>.active>a:hover{
	background: #eef2fd !important;
}
.bootstrap-select>select{
	z-index: -1 !important;
}
.bootstrap-select .dropdown-menu{
	font-size: inherit;
}

@media(max-width:1199px){
	.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, .bootstrap-select .dropdown-menu>li>a, .bootstrap-select .btn-default{
		font-size: inherit;
	}
}