/* Add here all your CSS customizations */
.select2-selection--multiple {
    min-height: 30px !important;
    height: 100% !important;
    padding-bottom:2px !important;
}

.select2-search__field {
    padding-top: 7px !important;
    padding-left: 10px !important;
    width:100% !important;
}

.select2-container {
    width: 100% !important;
}

.select2-selection__choice{
    margin-top:7px !important;
}

.menu-marcado {
    background-color: #0088cc;
    color: white !important;
}

    .menu-marcado:hover {
        color: #777 !important;
    }