@import url('/core/plugins/authentication/shibboleth/assets/css/shibboleth.css');

.btn-group .dropdown-toggle:hover + .dropdown-menu, .btn-group:hover .dropdown-menu, .open > .dropdown-menu {
    left: 0;
    right: auto;
}

.shibboleth.account .dropdown-menu {
    width: auto;
}

#hubForm ul.dropdown-menu.inner.selectpicker {
    margin-left: 0;
    margin-right: 0;
}

#hubForm ul.dropdown-menu.inner.selectpicker li {
    margin-left: 0;
    margin-right: 0;
}

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 8000;
}

.shibboleth.account select, .shibboleth.account .dropdown-toggle {
    width: auto;
}
