/* Styles for custom selects */
.done select {
    height: 1px;
    width: 1px;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: -2px;
    z-index: -10;
    outline: none;
    -webkit-appearance: none;
	
}

.select-list {
    position: absolute;
    left: 0
}

.custom-select {
    z-index: 1
	
}

.custom-select * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	box-sizing:content-box;
}

.open_list {
    z-index: 10
}

.custom-select ul,
.custom-select li {
    margin: 0;
    padding: 0 0 0 3px;
	box-sizing: border-box;
    list-style: none
}

.custom-select,
.custom-select ul {
    position: relative;
    top: 0;
    left: 0
}

.custom-select .custom-text {
    cursor: pointer;
    display: inline-block;
}

.custom-select li {
    cursor: pointer;
    min-height: 19px;
	font-size: 10px;
 line-height: 11px;
}

.select-scroll {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 2
}

.default-scroll ul {
    overflow-y: scroll
}

.custom-scroll {
    overflow: hidden
}

.scroll-drag {
    display: block;
    position: absolute;
    left: 1px;
    cursor: pointer
}

.disabled * {
    cursor: default !important
}

/* Style for example*/
.custom-select {
      font-family:Tahoma;
        font-size: 14px;;
        line-height: 19px;
		height: 19px;
        font-style: normal;
        font-weight: 300;  
}


.sellang .custom-select{
    margin-top: 7px;
}



.sellang .custom-select .custom-text{
       height: 29px;
    width: 89px;
     line-height: 19px;
    padding: 0 15px;
    
      font-family:Tahoma;
    font-size: 12px;
    line-height: 19px;
    color: #c8354e;
    font-style: normal;
    font-weight: 500;   
}
.sellang .select-list.custom-scroll {
  min-width: 89px;
    padding: 2px 15px;
 font-size: 12px;
}

.sellang .custom-select .custom-text::after{
    
    right: -5px;
}





.custom-select .custom-text,
.custom-select.disabled span.custom-text:hover {
    overflow: hidden;
    height: 19px;
 
    color: #231f20;
   font-family:Tahoma;
        font-size: 10px;;
        line-height: 19px;
        font-style: normal;
        font-weight: 300;     
padding: 0 0 0 10px;
        background:  #fff;
}

.custom-select .custom-text:after {
    font-size: 15px;
    position: relative;
    top: -6px;
    right: 0px;
    display: block;
    content: '̬';
    float: right;
    width: 6px;
    z-index: 2;
	   font-family:Tahoma;

}

.custom-select span.custom-text:hover,
.active span.custom-text {
opacity: 0.75;
}

.select-list {
     width: 100%;
    top: 19px;
    line-height: 19px;
    background:  #fff;
    color: #231f20;
 
}

.select-list.custom-scroll {
    padding: 2px 0 2px 0px;
}

.select-list .selected,
.select-list li:hover {
    color: red;
}

.select-list li.disabled {
    color: #CCCCCC;
    cursor: default
}

.select-scroll {
    background-color: #2d3e57;
    width: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scroll-drag {
    top: 0;
    width: 3px;
    background-color: #18212e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
/*
.maxlength .scroll-drag:after {
    display: block;
    content: '≡';
    font-size: 14px;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -4px
}
*/
.custom-select .hover {
    color: #FFF
}

.custom-select.disabled {
    opacity: 0.5 !important;
}
