.anvs-multiselect {
    width: 100%;
}

.anvs-multiselect button {
    width: 100%;
}

.anvs-multiselect button > label {
    width: 97%;
    text-align: left;
    font-weight: normal;
    margin: 0;
}

.anvs-multiselect ul {
    min-width: 100%;
}

.anvs-multiselect ul > li {
    height: 40px;
}

.anvs-multiselect ul > li > a {
    padding: 5px 10px;
    height: 90%;
    cursor: pointer;
    box-sizing: border-box;
}

.anvs-multiselect ul > li > a.active {
    color: #999;
    text-decoration: none;
}

li.search-list {
    margin: 10px 0;
}

li.search-list button.btn-search-resize {
    height: 38px;
    padding-top: 10px;
}

li.check-uncheck-all {
    background-color: #f2f2f2;
    margin-bottom: 10px;
    height: 35px !important;
}

span.fix-space-inactive {
    padding-left: 17px;
}

i.black {
    color: black !important;
}
