.custom-multiselect{
    width: 100%;
}

.custom-multiselect .header-search {
    border-radius: 5px 5px 0 0;
}
.custom-multiselect ul.ms-list{
    margin-top: -1px;
    border-radius: 0 0 5px 5px;
}

/**
**  ICONS
**/
.icon-red{
    color: red;
}
.icon-green{
    color: green;
}
.text-lightgrey{
    color: lightgrey !important;
}

.custom-multiselect .header-column{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
}