select-box div.selectBox {
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 30px;
    clear: both;
    color: #888;
    width: 100%;
}

select-box span.selected {
    width: 90% !important;
    text-indent: 15px;
    border: 1px solid #ccc;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /*background:#f6f6f6;*/
    overflow: hidden;
    padding-right: 5px;
    display: inline-block;
    height: 34px;
    color: #575757;
    padding-top: 1px;
}

select-box span.selectArrow {
    border: 1px solid #ccc;
    border-left: 0;
    width: 10% !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    font-size: 9px;
    padding-left: 30px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /*background:black;*/
    color: #565656;
    display: inline-block;
    height: 34px !important;
}

select-box span.selectArrow, span.selected {
    position: relative;
    float: left;
    height: 30px;
    z-index: 1;
}

/*.select-box{
    width:50% !important;
    margin:auto !important;
    height:50% !important
}*/

.select-box .item {
    padding: 10px 15px !important;
    font-size: 14px !important;
}


.select-box .title {
    font-size: 15px !important;
}

.select-disabled{
    background-color: #eee;
    pointer-events:none;
}

.select-box-container{
    line-height:2px !important;
}

.select-box-container select-box span.selected{
    border-bottom-left-radius:0px !important;
    border-top-left-radius:0px !important;
}

@media only screen and (max-width : 768px) {
    select-box span.selectArrow {
        font-size: 8px;
        padding-left: 17px;
    }
}
