*{ box-sizing: content-box; margin:auto;}
select
{
display:none;
font-size:50px;
}

.b-custom-select {
position: relative;
display: inline-block;
height: 35px;
background: #4c4c4c;
border-width: 1px;
border-style: solid;
border-top-color: #c3c3c3;
border-bottom-color: #838383;
border-left-color: #a2a2a2;
border-right-color: #a2a2a2;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
/*-moz-box-shadow: inset 0 1px 3px 1px #f2f2f4;
-webkit-box-shadow: inset 0 1px 3px 1px #f2f2f4;
box-shadow: inset 0 1px 3px 1px #f2f2f4;
*/vertical-align: middle;
text-align: left;
color:#ffffff;
margin-right: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;

}
.b-custom-select_disabled {
color: #999999;
background: #4c4c4c;
}
.b-custom-select_focus {
}
.b-custom-select_expanded {
z-index: 199;
/*height: 38px;
border-bottom: none;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
*/
}
.lte7 .b-custom-select {
display: inline;
/*	zoom: 1;*/
}
.b-custom-select__title {
cursor: pointer;
overflow: hidden;
padding:5px;
padding-left:8px;
}
.b-custom-select__title__text {
margin: 5px 30px 3px 5px;
white-space: nowrap;
overflow: hidden;
}
.b-custom-select__title__icon {
position: absolute;
top: 0px;
right: 0px;
display: block;
width: 22px;
height: 28px;
/*border-left: 1px solid #fff;
*/
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
background: #4c4c4c;
}


.b-custom-select__title__icon:after {
content: "";
position: absolute;
top: 15px;
right: 13px;
border-top: 5px solid #fff;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}

.b-custom-select_disabled .b-custom-select__title__icon:after {
border-top: 5px solid #999999;
}


.b-custom-select_expanded .b-custom-select__title__icon {
}
.b-custom-select_disabled .b-custom-select__title__icon {
background: #4c4c4c;
color:#999999;
}
.b-custom-select__title__input {
height: 20px;
padding: 2px 9px;
border: none;
background: none;
outline: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
}
.b-custom-select__dropdown {
background: #4c4c4c;
border: 1px solid #cccccc;
border-width: 1px;
border-style: solid;
border-top-color: #c3c3c3;
border-bottom-color: #838383;
border-left-color: #a2a2a2;
border-right-color: #a2a2a2;
/*-moz-border-radius: 0 0 3px 3px;
-webkit--moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
*/
overflow: hidden;
color:#ffffff;
}
.b-custom-select__list {
padding: 5px 5px;
}
.b-custom-select__group {
padding: 4px;
white-space: nowrap;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}
.b-custom-select__item {
position: relative;
display: block;
height: 20px;
overflow: hidden;
cursor: pointer;
white-space: nowrap;
border-bottom: 0px dotted #cecece;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
padding-top: 8px;
padding-left: 4px;
padding-bottom: 4px;
}
.b-custom-select_multiple .b-custom-select__item {
}
.b-custom-select__item:hover{
background: #3399FF;
}
 .b-custom-select__item.selected {
/*background: #3399FF;*/
}
.b-custom-select__item.disabled {
color: #999999;
}
.b-custom-select_multiple .b-custom-select__item:hover, .b-custom-select_multiple .b-custom-select__item.selected {
background: none;
}
.b-custom-select_multiple .b-custom-select__item.selected:before {
background-position: -46px 0;
}
.b-custom-select__wrap-scrollbar {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 22px;
/*border-left: 1px solid #ececec;*/
}
 .b-custom-select__dropdown__inner::-webkit-scrollbar {
width: 0;
}
.b-custom-select__wrap-scrollbar:after {
content: "";
position: absolute;
top: 1px;
bottom: 1px;
left: 9px;
width: 12px;
/*border-left: 1px solid #b1b1b1;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;*/
background: #cccccc;
}
.b-custom-select__scrollbar {
position: absolute;
z-index: 1;
left: 0;
right: 0;
margin-left: auto;
margin-right: 1px;
width: 12px;
height: 110px !important;
background: #3399FF;/*7f7f7f;*/
border-radius: 0px;
cursor: pointer;
}

.b-custom-select__scrollbar:hover {
	background: #3399FF;/*999999;*/

}

