
.selectDark {
    width:100% !important;
    line-height:23px;
     position: relative;
     outline: 0;
     cursor: pointer;
     height: 25px;
    background-color: #fff;
    border: solid 1px #ddd;
    color: #555;
}
.selectDark .passiveSelect,.selectDark .activeSelect {
    cursor:pointer;
    float: left;
    padding-left: 10px;
    padding-right: 20px;
}

.selectDark .activeSelect:after ,
.selectDark .passiveSelect:after{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid transparent;
    border-top: 5px solid #8c8c8c;
    border-right: 5px solid transparent;
    top: 10px;
    right: 8px;
}
.selectDark ul {
    padding:0;
    cursor:pointer;
    background-color: #fff;
    background-color: rgba(255,255,255,0.98);
    outline: 0;
    width: 100.5%;
    top:25px !important;
    border:1px solid #ddd;
    -webkit-box-shadow:1px 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow:1px 1px 3px rgba(0,0,0,.3);
    box-shadow:1px 1px 3px rgba(0,0,0,.3);
}

.selectDark2 li ,.selectDark li{
    padding-left: 10px;
    line-height:26px;
    text-align: left;
    border-top: 1px solid #ddd;
}
.selectDark li:hover{
    color: #4b8cca
}
