.sod_select{
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 3px;
    padding: 10px;
    line-height: 18px;
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 12px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    color: #6e6e6e;
    overflow: visible;
    min-width: 90px;
}

.sod_select *
{
    overflow: visible;
    font-size: 14px; 
    font-size: 1.4rem;
}

.sod_select.disabled {
    border: 1px solid #e0e0e0!important;
}

.sod_select:hover,
.sod_select.open,
.sod_select.focus {
    color: #6e6e6e;
    border-color: #c2c2c2;
}

.sod_select.open{
    border-radius: 2px 2px 0 0;

}

.sod_select.above{
    border-radius: 0 0  2px 2px;
}


.sod_select *::-webkit-scrollbar-track
{
    background-color: #ffffff!important;
}

.sod_select *::-webkit-scrollbar
{
    background-color: #ffffff!important;
}

.sod_select *::-webkit-scrollbar-thumb
{

    background-color: #c2c2c2;
}


.sod_select .sod_list
{
    left: -1px;
    right: -1px;
    width: auto;
    margin:0;
    border: 1px solid #c2c2c2;
    border-top: 0;
    border-radius: 0 0  2px 2px;
    overflow: auto!important;
    min-height: 78px;
}

.sod_select.above .sod_list
{
    top: auto;
    bottom: 100%;
    border-bottom: 0;
    border-top:  1px solid #c2c2c2;
    border-radius: 2px 2px 0 0;
}

.sod_list ul{
    overflow: visible!important;
}

.sod_select .sod_list li
{
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-weight: 400;
    color: #6e6e6e;
}
.sod_select .sod_list .selected
{
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-weight: 400;
    color: #6e6e6e;
}

.sod_select .sod_list .active
{
    color: #6e6e6e;
    background-color: #f5f5f5;
}

.sod_select:before,
.sod_select:after
{
    font-family: 'icomoon';
    color: #a0a0a0;
    content: "\e418";
    position: absolute;
    right: 14px;
    top: 12px;
    font-size: 13px;
}

/* Down arrow */


.sod_select.open:before,
.sod_select.open:after
{
    content: "\e41a";
}

