.vs-background {
    width: 100%;
    height: 100%;
    background-color: #CCCCCC;
    border-radius: 5px;
}

.vs-selector {
    width: 25px;
    height: 25px;
    background-color: #B92020;
    position: absolute;
    left: 0px;
    top: 17px;
    cursor: pointer;
    border-radius: 5px;
}

.vs-label {
    top: 24px;
    background-color: #FFF;
    display: block;
    width: 2px;
    height: 13px;
}

.vs-text-label {
    top: -5px;
    color: #303133;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.disabled .vs-selector {
    background-color: #a07676;
    cursor: auto;
}

.disabled .vs-text-label {
    color: #8a8c90;
}