.header-dropdown .bootstrap-select>.dropdown-toggle{
	width:auto;
}
.header-dropdown .btn-light:not(:disabled):not(.disabled).active, .header-dropdown  .btn-light:not(:disabled):not(.disabled):active,.header-dropdown  .show>.btn-light.dropdown-toggle,.header-dropdown  .btn-light{    
    background-color: #1a1a1a ;
    border-color: #1a1a1a; 
    color: gray;
}
.header-dropdown  .btn{
	line-height: inherit;
	font-size: 11px;
	font-weight: 400;
	padding: .6rem .6rem .4rem .6rem;
	
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus,.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
	outline: none !important;
	
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus,.btn-light.focus, .btn.focus, .btn:focus,.btn-light:focus{
	box-shadow:none !important;
}
.header-dropdown .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: auto;
}
.header-dropdown .dropdown-toggle::after{
	border: none;
    color: #959595;
    content: ">";
    display: block;
    font-size: 16px;
    height: auto;
    margin-top: -11px;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: auto;
	position: absolute;
    top: 50%;
    right: 1px;
}
.header-dropdown .bootstrap-select .dropdown-toggle .filter-option{
	margin: 0 5px 0 0
}
.header-dropdown .bootstrap-select .dropdown-toggle:hover,.btn-light:hover,.btn-light:hover .header-dropdown .dropdown-toggle::after{ 
	color: #fff;
}
.header-dropdown .dropdown-menu.show{
	background: gray;
    border-bottom: 0;   
    padding:0;
	border-radius: 0;
	margin: 0;
	min-height: 0 !important;
	left:5px !important;
}

.header-dropdown .bootstrap-select .dropdown-menu li a{
	color: #fff;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -.2px;
    text-transform: capitalize;
}
.header-dropdown .inner.show{
	min-height: 0 !important;
}
.header-dropdown .dropdown-item.active, .dropdown-item:active{
	background-color: #4d4d4d;
	font-weight: normal;
}
.header-dropdown .dropdown-item{
	 border-bottom: 1px solid #999;   
    padding:5px 10px;
}
.header-dropdown .dropdown-item:hover, .dropdown-item:focus{
	background-color: #4d4d4d;
	color: #fff;
	outline: none;
}
.header-dropdown .dropdown.bootstrap-select.show .dropdown-toggle{
	color:#fff;
}
.header-dropdown .dropdown-menu.inner li:first-child{
	display: none;
}
.header-dropdown .dropdown-item:last{
	border-bottom:none;
}