# authorizer/2.9.13/css/authorizer.css

Authorizer, version 2.9.13. 753 lines.

- Page: https://pluginprobe.com/plugins/authorizer/2.9.13/code/css/authorizer.css
- Raw: https://pluginprobe.com/plugins/authorizer/2.9.13/raw/css/authorizer.css
- Modified: 2019-10-31T00:36:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/authorizer/2.9.13/code/css/authorizer.css#L10-L20`.

```css
.toplevel_page_authorizer #wpwrap::before,
.settings_page_authorizer #wpwrap::before {
  background: url("../images/authorizer-banner-400x300.png") no-repeat right bottom;
  background-attachment: fixed;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .toplevel_page_authorizer #wpwrap::before,
  .settings_page_authorizer #wpwrap::before {
    background: url("../images/authorizer-banner-800x600.png") no-repeat right bottom;
    background-size: 400px 300px; } }

.toplevel_page_authorizer #wpwrap.not-faded::before,
.settings_page_authorizer #wpwrap.not-faded::before {
  opacity: 1; }

.toplevel_page_authorizer #list_auth_settings_access_users_pending,
.toplevel_page_authorizer #list_auth_settings_access_users_approved,
.toplevel_page_authorizer #list_auth_settings_access_users_blocked,
.settings_page_authorizer #list_auth_settings_access_users_pending,
.settings_page_authorizer #list_auth_settings_access_users_approved,
.settings_page_authorizer #list_auth_settings_access_users_blocked {
  margin-bottom: 0; }

.toplevel_page_authorizer .auth-multisite-username,
.toplevel_page_authorizer .auth-multisite-email,
.toplevel_page_authorizer .auth-multisite-role,
.toplevel_page_authorizer .auth-multisite-usermeta,
.toplevel_page_authorizer .auth-multisite-date-added,
.settings_page_authorizer .auth-multisite-username,
.settings_page_authorizer .auth-multisite-email,
.settings_page_authorizer .auth-multisite-role,
.settings_page_authorizer .auth-multisite-usermeta,
.settings_page_authorizer .auth-multisite-date-added {
  opacity: 0.5; }

.toplevel_page_authorizer .button-external,
.settings_page_authorizer .button-external {
  padding: 3px 16px;
  height: 40px; }

.toplevel_page_authorizer .button-external .dashicons,
.settings_page_authorizer .button-external .dashicons {
  margin: 4px 4px 0 0;
  font-size: 24px; }

.toplevel_page_authorizer .button-external input[type=text],
.settings_page_authorizer .button-external input[type=text] {
  width: 100px; }

@media screen and (max-width: 782px) {
  .toplevel_page_authorizer .button-external,
  .settings_page_authorizer .button-external {
    width: 280px;
    height: 50px;
    font-size: 16px; }
  .toplevel_page_authorizer .button-external .dashicons,
  .settings_page_authorizer .button-external .dashicons {
    margin: 4px 16px 0 0;
    font-size: 30px; }
  .toplevel_page_authorizer .button-external input[type=text],
  .settings_page_authorizer .button-external input[type=text] {
    width: 120px;
    display: inline; } }

@media screen and (max-width: 782px) {
  .toplevel_page_authorizer .animated_wrapper,
  .settings_page_authorizer .animated_wrapper {
    width: 100% !important; }
  .toplevel_page_authorizer th,
  .settings_page_authorizer th {
    padding: 8px 0 0; }
  .toplevel_page_authorizer td,
  .settings_page_authorizer td {
    padding: 8px 0px; }
  .toplevel_page_authorizer #auth_settings_google_clientid,
  .settings_page_authorizer #auth_settings_google_clientid {
    width: 100%; }
  .toplevel_page_authorizer .tablenav .tablenav-pages,
  .settings_page_authorizer .tablenav .tablenav-pages {
    text-align: left; }
  .toplevel_page_authorizer .tablenav .current-page,
  .settings_page_authorizer .tablenav .current-page {
    width: auto;
    display: inline; }
  .toplevel_page_authorizer #auth_settings_advanced_lockouts_attempts_1,
  .toplevel_page_authorizer #auth_settings_advanced_lockouts_duration_1,
  .toplevel_page_authorizer #auth_settings_advanced_lockouts_attempts_2,
  .toplevel_page_authorizer #auth_settings_advanced_lockouts_duration_2,
  .toplevel_page_authorizer #auth_settings_advanced_lockouts_reset_duration,
  .settings_page_authorizer #auth_settings_advanced_lockouts_attempts_1,
  .settings_page_authorizer #auth_settings_advanced_lockouts_duration_1,
  .settings_page_authorizer #auth_settings_advanced_lockouts_attempts_2,
  .settings_page_authorizer #auth_settings_advanced_lockouts_duration_2,
  .settings_page_authorizer #auth_settings_advanced_lockouts_reset_duration {
    display: inline; }
  .toplevel_page_authorizer textarea,
  .settings_page_authorizer textarea {
    padding: 3px 10px;
    line-height: 2;
    min-height: 40px; } }

@media screen and (max-width: 782px) and (max-width: 782px) {
  .toplevel_page_authorizer .button-add-user,
  .settings_page_authorizer .button-add-user {
    line-height: 37px; } }

.toplevel_page_authorizer .form-table th.hide-animate,
.toplevel_page_authorizer .form-table td.hide-animate,
.settings_page_authorizer .form-table th.hide-animate,
.settings_page_authorizer .form-table td.hide-animate {
  padding: 0;
  -webkit-transition: padding 0.25s ease;
  -o-transition: padding 0.25s ease;
  transition: padding 0.25s ease; }

.toplevel_page_authorizer .form-table th.hide-no-animate,
.toplevel_page_authorizer .form-table td.hide-no-animate,
.settings_page_authorizer .form-table th.hide-no-animate,
.settings_page_authorizer .form-table td.hide-no-animate {
  padding: 0; }

.toplevel_page_authorizer #list_auth_settings_access_users_pending,
.settings_page_authorizer #list_auth_settings_access_users_pending {
  margin: 6px 0; }

.toplevel_page_authorizer #list_auth_settings_access_users_blocked,
.settings_page_authorizer #list_auth_settings_access_users_blocked {
  margin: 0; }

.toplevel_page_authorizer .ms-container .ms-selectable,
.toplevel_page_authorizer .ms-container .ms-selection,
.settings_page_authorizer .ms-container .ms-selectable,
.settings_page_authorizer .ms-container .ms-selection {
  background: none; }

.toplevel_page_authorizer .ms-container .ms-list,
.settings_page_authorizer .ms-container .ms-list {
  background: white; }

.toplevel_page_authorizer #list_auth_settings_access_users_pending li > :not(:last-child),
.toplevel_page_authorizer #new_auth_settings_access_users_pending > :not(:last-child),
.toplevel_page_authorizer #list_auth_settings_access_users_approved li > :not(:last-child),
.toplevel_page_authorizer #new_auth_settings_access_users_approved > :not(:last-child),
.toplevel_page_authorizer #list_auth_settings_access_users_blocked li > :not(:last-child),
.toplevel_page_authorizer #new_auth_settings_access_users_blocked > :not(:last-child),
.settings_page_authorizer #list_auth_settings_access_users_pending li > :not(:last-child),
.settings_page_authorizer #new_auth_settings_access_users_pending > :not(:last-child),
.settings_page_authorizer #list_auth_settings_access_users_approved li > :not(:last-child),
.settings_page_authorizer #new_auth_settings_access_users_approved > :not(:last-child),
.settings_page_authorizer #list_auth_settings_access_users_blocked li > :not(:last-child),
.settings_page_authorizer #new_auth_settings_access_users_blocked > :not(:last-child) {
  margin-right: 4px; }

.toplevel_page_authorizer #list_auth_settings_access_users_pending li > :nth-child(1),
.toplevel_page_authorizer #new_auth_settings_access_users_pending > :nth-child(1),
.toplevel_page_authorizer #list_auth_settings_access_users_approved li > :nth-child(1),
.toplevel_page_authorizer #new_auth_settings_access_users_approved > :nth-child(1),
.toplevel_page_authorizer #list_auth_settings_access_users_blocked li > :nth-child(1),
.toplevel_page_authorizer #new_auth_settings_access_users_blocked > :nth-child(1),
.settings_page_authorizer #list_auth_settings_access_users_pending li > :nth-child(1),
.settings_page_authorizer #new_auth_settings_access_users_pending > :nth-child(1),
.settings_page_authorizer #list_auth_settings_access_users_approved li > :nth-child(1),
.settings_page_authorizer #new_auth_settings_access_users_approved > :nth-child(1),
.settings_page_authorizer #list_auth_settings_access_users_blocked li > :nth-child(1),
.settings_page_authorizer #new_auth_settings_access_users_blocked > :nth-child(1) {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4; }

.toplevel_page_authorizer #list_auth_settings_access_users_pending li > :nth-child(2),
.toplevel_page_authorizer #new_auth_settings_access_users_pending > :nth-child(2),
.toplevel_page_authorizer #list_auth_settings_access_users_approved li > :nth-child(2),
.toplevel_page_authorizer #new_auth_settings_access_users_approved > :nth-child(2),
.toplevel_page_authorizer #list_auth_settings_access_users_blocked li > :nth-child(2),
.toplevel_page_authorizer #new_auth_settings_access_users_blocked > :nth-child(2),
.settings_page_authorizer #list_auth_settings_access_users_pending li > :nth-child(2),
.settings_page_authorizer #new_auth_settings_access_users_pending > :nth-child(2),
.settings_page_authorizer #list_auth_settings_access_users_approved li > :nth-child(2),
.settings_page_authorizer #new_auth_settings_access_users_approved > :nth-child(2),
.settings_page_authorizer #list_auth_settings_access_users_blocked li > :nth-child(2),
.settings_page_authorizer #new_auth_settings_access_users_blocked > :nth-child(2) {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

#auth_dashboard_widget .tablenav {
  height: auto; }
  #auth_dashboard_widget .tablenav .tablenav-pages {
    float: none; }
  #auth_dashboard_widget .tablenav #user-search-input {
    max-width: 80px; }

#auth_dashboard_widget #list_auth_settings_access_users_pending li,
#auth_dashboard_widget #new_auth_settings_access_users_pending,
#auth_dashboard_widget #list_auth_settings_access_users_approved li,
#auth_dashboard_widget #new_auth_settings_access_users_approved,
#auth_dashboard_widget #list_auth_settings_access_users_blocked li,
#auth_dashboard_widget #new_auth_settings_access_users_blocked {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px; }
  #auth_dashboard_widget #list_auth_settings_access_users_pending li > :not(:last-child),
  #auth_dashboard_widget #new_auth_settings_access_users_pending > :not(:last-child),
  #auth_dashboard_widget #list_auth_settings_access_users_approved li > :not(:last-child),
  #auth_dashboard_widget #new_auth_settings_access_users_approved > :not(:last-child),
  #auth_dashboard_widget #list_auth_settings_access_users_blocked li > :not(:last-child),
  #auth_dashboard_widget #new_auth_settings_access_users_blocked > :not(:last-child) {
    margin-right: 2px; }
  #auth_dashboard_widget #list_auth_settings_access_users_pending li > :nth-child(1),
  #auth_dashboard_widget #new_auth_settings_access_users_pending > :nth-child(1),
  #auth_dashboard_widget #list_auth_settings_access_users_approved li > :nth-child(1),
  #auth_dashboard_widget #new_auth_settings_access_users_approved > :nth-child(1),
  #auth_dashboard_widget #list_auth_settings_access_users_blocked li > :nth-child(1),
  #auth_dashboard_widget #new_auth_settings_access_users_blocked > :nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  #auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-role,
  #auth_dashboard_widget #new_auth_settings_access_users_pending .auth-role,
  #auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-role,
  #auth_dashboard_widget #new_auth_settings_access_users_approved .auth-role,
  #auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-role,
  #auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-role {
    max-width: 80px; }
  @media only screen and (max-width: 550px) and (min-width: 0px) {
    #auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-email,
    #auth_dashboard_widget #new_auth_settings_access_users_pending .auth-email,
    #auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-email,
    #auth_dashboard_widget #new_auth_settings_access_users_approved .auth-email,
    #auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-email,
    #auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-email {
      max-width: 140px; } }
  @media only screen and (max-width: 900px) and (min-width: 800px) {
    #auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-email,
    #auth_dashboard_widget #new_auth_settings_access_users_pending .auth-email,
    #auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-email,
    #auth_dashboard_widget #new_auth_settings_access_users_approved .auth-email,
    #auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-email,
    #auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-email {
      max-width: 200px; }
    #auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-role,
    #auth_dashboard_widget #new_auth_settings_access_users_pending .auth-role,
    #auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-role,
    #auth_dashboard_widget #new_auth_settings_access_users_approved .auth-role,
    #auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-role,
    #auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-role {
      max-width: 140px; } }
  @media only screen and (max-width: 1550px) and (min-width: 1500px) {
    #auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-email,
    #auth_dashboard_widget #new_auth_settings_access_users_pending .auth-email,
    #auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-email,
    #auth_dashboard_widget #new_auth_settings_access_users_approved .auth-email,
    #auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-email,
    #auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-email {
      max-width: 200px; }
    #auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-role,
    #auth_dashboard_widget #new_auth_settings_access_users_pending .auth-role,
    #auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-role,
    #auth_dashboard_widget #new_auth_settings_access_users_approved .auth-role,
    #auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-role,
    #auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-role {
      max-width: 140px; } }

.toplevel_page_authorizer #wpbody-content,
.settings_page_authorizer #wpbody-content,
#auth_dashboard_widget #wpbody-content {
  padding-bottom: 240px; }

.toplevel_page_authorizer #list_auth_settings_access_users_pending li,
.toplevel_page_authorizer #new_auth_settings_access_users_pending,
.toplevel_page_authorizer #list_auth_settings_access_users_approved li,
.toplevel_page_authorizer #new_auth_settings_access_users_approved,
.toplevel_page_authorizer #list_auth_settings_access_users_blocked li,
.toplevel_page_authorizer #new_auth_settings_access_users_blocked,
.settings_page_authorizer #list_auth_settings_access_users_pending li,
.settings_page_authorizer #new_auth_settings_access_users_pending,
.settings_page_authorizer #list_auth_settings_access_users_approved li,
.settings_page_authorizer #new_auth_settings_access_users_approved,
.settings_page_authorizer #list_auth_settings_access_users_blocked li,
.settings_page_authorizer #new_auth_settings_access_users_blocked,
#auth_dashboard_widget #list_auth_settings_access_users_pending li,
#auth_dashboard_widget #new_auth_settings_access_users_pending,
#auth_dashboard_widget #list_auth_settings_access_users_approved li,
#auth_dashboard_widget #new_auth_settings_access_users_approved,
#auth_dashboard_widget #list_auth_settings_access_users_blocked li,
#auth_dashboard_widget #new_auth_settings_access_users_blocked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.toplevel_page_authorizer #list_auth_settings_access_users_blocked .auth-role,
.toplevel_page_authorizer #new_auth_settings_access_users_blocked .auth-role,
.settings_page_authorizer #list_auth_settings_access_users_blocked .auth-role,
.settings_page_authorizer #new_auth_settings_access_users_blocked .auth-role,
#auth_dashboard_widget #list_auth_settings_access_users_blocked .auth-role,
#auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-role {
  display: none; }

.toplevel_page_authorizer #list_auth_settings_access_users_pending .auth-email,
.settings_page_authorizer #list_auth_settings_access_users_pending .auth-email,
#auth_dashboard_widget #list_auth_settings_access_users_pending .auth-email {
  border-color: #ecf195;
  background-color: #f5f8c4; }

.toplevel_page_authorizer #list_auth_settings_access_users_approved .auth-email,
.settings_page_authorizer #list_auth_settings_access_users_approved .auth-email,
#auth_dashboard_widget #list_auth_settings_access_users_approved .auth-email {
  background-color: #dcf0be;
  border-color: #8dc33c; }

.toplevel_page_authorizer #list_auth_settings_access_users_blocked .auth-email,
.settings_page_authorizer #list_auth_settings_access_users_blocked .auth-email,
#auth_dashboard_widget #list_auth_settings_access_users_blocked .auth-email {
  background-color: #facbc5;
  border-color: #ea7e70; }

.toplevel_page_authorizer .auth-date-added,
.toplevel_page_authorizer .auth-usermeta,
.settings_page_authorizer .auth-date-added,
.settings_page_authorizer .auth-usermeta,
#auth_dashboard_widget .auth-date-added,
#auth_dashboard_widget .auth-usermeta {
  max-width: 80px; }

.toplevel_page_authorizer .invisible,
.settings_page_authorizer .invisible,
#auth_dashboard_widget .invisible {
  visibility: hidden; }

.toplevel_page_authorizer .auth_multisite_override_overlay .overlay-note,
.settings_page_authorizer .auth_multisite_override_overlay .overlay-note,
#auth_dashboard_widget .auth_multisite_override_overlay .overlay-note {
  background: white;
  border: 1px solid #aaa;
  cursor: default;
  margin: 11px 15em;
  opacity: 0;
  padding: 8px;
  position: absolute;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out; }
  .toplevel_page_authorizer .auth_multisite_override_overlay .overlay-note a,
  .settings_page_authorizer .auth_multisite_override_overlay .overlay-note a,
  #auth_dashboard_widget .auth_multisite_override_overlay .overlay-note a {
    cursor: pointer; }

.toplevel_page_authorizer .auth_multisite_override_overlay:hover .overlay-note,
.settings_page_authorizer .auth_multisite_override_overlay:hover .overlay-note,
#auth_dashboard_widget .auth_multisite_override_overlay:hover .overlay-note {
  opacity: 1; }

.toplevel_page_authorizer .dropdown-menu > li,
.settings_page_authorizer .dropdown-menu > li,
#auth_dashboard_widget .dropdown-menu > li {
  margin-bottom: 0 !important; }

.toplevel_page_authorizer .dropdown-menu > li > a,
.settings_page_authorizer .dropdown-menu > li > a,
#auth_dashboard_widget .dropdown-menu > li > a {
  text-decoration: none !important;
  white-space: normal !important; }

.toplevel_page_authorizer .dropdown-toggle,
.settings_page_authorizer .dropdown-toggle,
#auth_dashboard_widget .dropdown-toggle {
  border-bottom: 0; }

.toplevel_page_authorizer .dropdown-toggle-split,
.settings_page_authorizer .dropdown-toggle-split,
#auth_dashboard_widget .dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }
  .toplevel_page_authorizer .dropdown-toggle-split::after,
  .settings_page_authorizer .dropdown-toggle-split::after,
  #auth_dashboard_widget .dropdown-toggle-split::after {
    margin-left: 0; }

.toplevel_page_authorizer .sr-only,
.settings_page_authorizer .sr-only,
#auth_dashboard_widget .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.toplevel_page_authorizer .caret,
.settings_page_authorizer .caret,
#auth_dashboard_widget .caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0; }

.toplevel_page_authorizer .dropdown,
.settings_page_authorizer .dropdown,
#auth_dashboard_widget .dropdown {
  position: relative; }

.toplevel_page_authorizer .dropdown-toggle:focus,
.settings_page_authorizer .dropdown-toggle:focus,
#auth_dashboard_widget .dropdown-toggle:focus {
  outline: 0; }

.toplevel_page_authorizer .dropdown-menu,
.settings_page_authorizer .dropdown-menu,
#auth_dashboard_widget .dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  float: left;
  font-size: 14px;
  right: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000; }

.toplevel_page_authorizer .dropdown-menu.pull-right,
.settings_page_authorizer .dropdown-menu.pull-right,
#auth_dashboard_widget .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.toplevel_page_authorizer .dropdown-menu .divider,
.settings_page_authorizer .dropdown-menu .divider,
#auth_dashboard_widget .dropdown-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden; }

.toplevel_page_authorizer .dropdown-menu > li > a,
.settings_page_authorizer .dropdown-menu > li > a,
#auth_dashboard_widget .dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 1.42857143;
  padding: 3px 20px;
  white-space: nowrap; }

.toplevel_page_authorizer .dropdown-menu > li > a:hover,
.toplevel_page_authorizer .dropdown-menu > li > a:focus,
.settings_page_authorizer .dropdown-menu > li > a:hover,
.settings_page_authorizer .dropdown-menu > li > a:focus,
#auth_dashboard_widget .dropdown-menu > li > a:hover,
#auth_dashboard_widget .dropdown-menu > li > a:focus {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none; }

.toplevel_page_authorizer .dropdown-menu > .active > a,
.toplevel_page_authorizer .dropdown-menu > .active > a:hover,
.toplevel_page_authorizer .dropdown-menu > .active > a:focus,
.settings_page_authorizer .dropdown-menu > .active > a,
.settings_page_authorizer .dropdown-menu > .active > a:hover,
.settings_page_authorizer .dropdown-menu > .active > a:focus,
#auth_dashboard_widget .dropdown-menu > .active > a,
#auth_dashboard_widget .dropdown-menu > .active > a:hover,
#auth_dashboard_widget .dropdown-menu > .active > a:focus {
  background-color: #428bca;
  color: #fff;
  outline: 0;
  text-decoration: none; }

.toplevel_page_authorizer .dropdown-menu > .disabled > a,
.toplevel_page_authorizer .dropdown-menu > .disabled > a:hover,
.toplevel_page_authorizer .dropdown-menu > .disabled > a:focus,
.settings_page_authorizer .dropdown-menu > .disabled > a,
.settings_page_authorizer .dropdown-menu > .disabled > a:hover,
.settings_page_authorizer .dropdown-menu > .disabled > a:focus,
#auth_dashboard_widget .dropdown-menu > .disabled > a,
#auth_dashboard_widget .dropdown-menu > .disabled > a:hover,
#auth_dashboard_widget .dropdown-menu > .disabled > a:focus {
  color: #999; }

.toplevel_page_authorizer .dropdown-menu > .disabled > a:hover,
.toplevel_page_authorizer .dropdown-menu > .disabled > a:focus,
.settings_page_authorizer .dropdown-menu > .disabled > a:hover,
.settings_page_authorizer .dropdown-menu > .disabled > a:focus,
#auth_dashboard_widget .dropdown-menu > .disabled > a:hover,
#auth_dashboard_widget .dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-decoration: none; }

.toplevel_page_authorizer .open > .dropdown-menu,
.settings_page_authorizer .open > .dropdown-menu,
#auth_dashboard_widget .open > .dropdown-menu {
  display: block; }

.toplevel_page_authorizer .open > a,
.settings_page_authorizer .open > a,
#auth_dashboard_widget .open > a {
  outline: 0; }

.toplevel_page_authorizer .btn-group,
.toplevel_page_authorizer .btn-group-vertical,
.settings_page_authorizer .btn-group,
.settings_page_authorizer .btn-group-vertical,
#auth_dashboard_widget .btn-group,
#auth_dashboard_widget .btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: middle; }

.toplevel_page_authorizer .btn-group > .btn,
.toplevel_page_authorizer .btn-group-vertical > .btn,
.settings_page_authorizer .btn-group > .btn,
.settings_page_authorizer .btn-group-vertical > .btn,
#auth_dashboard_widget .btn-group > .btn,
#auth_dashboard_widget .btn-group-vertical > .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative; }

.toplevel_page_authorizer .btn-group > .btn:hover,
.toplevel_page_authorizer .btn-group-vertical > .btn:hover,
.toplevel_page_authorizer .btn-group > .btn:focus,
.toplevel_page_authorizer .btn-group-vertical > .btn:focus,
.toplevel_page_authorizer .btn-group > .btn:active,
.toplevel_page_authorizer .btn-group-vertical > .btn:active,
.toplevel_page_authorizer .btn-group > .btn.active,
.toplevel_page_authorizer .btn-group-vertical > .btn.active,
.settings_page_authorizer .btn-group > .btn:hover,
.settings_page_authorizer .btn-group-vertical > .btn:hover,
.settings_page_authorizer .btn-group > .btn:focus,
.settings_page_authorizer .btn-group-vertical > .btn:focus,
.settings_page_authorizer .btn-group > .btn:active,
.settings_page_authorizer .btn-group-vertical > .btn:active,
.settings_page_authorizer .btn-group > .btn.active,
.settings_page_authorizer .btn-group-vertical > .btn.active,
#auth_dashboard_widget .btn-group > .btn:hover,
#auth_dashboard_widget .btn-group-vertical > .btn:hover,
#auth_dashboard_widget .btn-group > .btn:focus,
#auth_dashboard_widget .btn-group-vertical > .btn:focus,
#auth_dashboard_widget .btn-group > .btn:active,
#auth_dashboard_widget .btn-group-vertical > .btn:active,
#auth_dashboard_widget .btn-group > .btn.active,
#auth_dashboard_widget .btn-group-vertical > .btn.active {
  z-index: 2; }

.toplevel_page_authorizer .btn-group > .btn:focus,
.toplevel_page_authorizer .btn-group-vertical > .btn:focus,
.settings_page_authorizer .btn-group > .btn:focus,
.settings_page_authorizer .btn-group-vertical > .btn:focus,
#auth_dashboard_widget .btn-group > .btn:focus,
#auth_dashboard_widget .btn-group-vertical > .btn:focus {
  outline: none; }

.toplevel_page_authorizer .btn-group .btn + .btn,
.toplevel_page_authorizer .btn-group .btn + .btn-group,
.toplevel_page_authorizer .btn-group .btn-group + .btn,
.toplevel_page_authorizer .btn-group .btn-group + .btn-group,
.settings_page_authorizer .btn-group .btn + .btn,
.settings_page_authorizer .btn-group .btn + .btn-group,
.settings_page_authorizer .btn-group .btn-group + .btn,
.settings_page_authorizer .btn-group .btn-group + .btn-group,
#auth_dashboard_widget .btn-group .btn + .btn,
#auth_dashboard_widget .btn-group .btn + .btn-group,
#auth_dashboard_widget .btn-group .btn-group + .btn,
#auth_dashboard_widget .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.toplevel_page_authorizer .btn-toolbar,
.settings_page_authorizer .btn-toolbar,
#auth_dashboard_widget .btn-toolbar {
  margin-left: -5px; }

.toplevel_page_authorizer .btn-toolbar .btn-group,
.toplevel_page_authorizer .btn-toolbar .input-group,
.settings_page_authorizer .btn-toolbar .btn-group,
.settings_page_authorizer .btn-toolbar .input-group,
#auth_dashboard_widget .btn-toolbar .btn-group,
#auth_dashboard_widget .btn-toolbar .input-group {
  float: left; }

.toplevel_page_authorizer .btn-toolbar > .btn,
.toplevel_page_authorizer .btn-toolbar > .btn-group,
.toplevel_page_authorizer .btn-toolbar > .input-group,
.settings_page_authorizer .btn-toolbar > .btn,
.settings_page_authorizer .btn-toolbar > .btn-group,
.settings_page_authorizer .btn-toolbar > .input-group,
#auth_dashboard_widget .btn-toolbar > .btn,
#auth_dashboard_widget .btn-toolbar > .btn-group,
#auth_dashboard_widget .btn-toolbar > .input-group {
  margin-left: 5px; }

.toplevel_page_authorizer .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.settings_page_authorizer .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
#auth_dashboard_widget .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.toplevel_page_authorizer .btn-group > .btn:first-child,
.settings_page_authorizer .btn-group > .btn:first-child,
#auth_dashboard_widget .btn-group > .btn:first-child {
  margin-left: 0; }

.toplevel_page_authorizer .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.settings_page_authorizer .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
#auth_dashboard_widget .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.toplevel_page_authorizer .btn-group > .btn:last-child:not(:first-child),
.toplevel_page_authorizer .btn-group > .dropdown-toggle:not(:first-child),
.settings_page_authorizer .btn-group > .btn:last-child:not(:first-child),
.settings_page_authorizer .btn-group > .dropdown-toggle:not(:first-child),
#auth_dashboard_widget .btn-group > .btn:last-child:not(:first-child),
#auth_dashboard_widget .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.toplevel_page_authorizer .btn-group > .btn-group,
.settings_page_authorizer .btn-group > .btn-group,
#auth_dashboard_widget .btn-group > .btn-group {
  float: left; }

.toplevel_page_authorizer .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.settings_page_authorizer .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
#auth_dashboard_widget .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.toplevel_page_authorizer .btn-group > .btn-group:first-child > .btn:last-child,
.toplevel_page_authorizer .btn-group > .btn-group:first-child > .dropdown-toggle,
.settings_page_authorizer .btn-group > .btn-group:first-child > .btn:last-child,
.settings_page_authorizer .btn-group > .btn-group:first-child > .dropdown-toggle,
#auth_dashboard_widget .btn-group > .btn-group:first-child > .btn:last-child,
#auth_dashboard_widget .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.toplevel_page_authorizer .btn-group > .btn-group:last-child > .btn:first-child,
.settings_page_authorizer .btn-group > .btn-group:last-child > .btn:first-child,
#auth_dashboard_widget .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.toplevel_page_authorizer .btn-group .dropdown-toggle:active,
.toplevel_page_authorizer .btn-group.open .dropdown-toggle,
.settings_page_authorizer .btn-group .dropdown-toggle:active,
.settings_page_authorizer .btn-group.open .dropdown-toggle,
#auth_dashboard_widget .btn-group .dropdown-toggle:active,
#auth_dashboard_widget .btn-group.open .dropdown-toggle {
  outline: 0; }

.toplevel_page_authorizer .btn-group > .btn + .dropdown-toggle,
.settings_page_authorizer .btn-group > .btn + .dropdown-toggle,
#auth_dashboard_widget .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.toplevel_page_authorizer .btn-group > .btn-lg + .dropdown-toggle,
.settings_page_authorizer .btn-group > .btn-lg + .dropdown-toggle,
#auth_dashboard_widget .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.toplevel_page_authorizer .btn-group.open .dropdown-toggle,
.settings_page_authorizer .btn-group.open .dropdown-toggle,
#auth_dashboard_widget .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.toplevel_page_authorizer .btn-group.open .dropdown-toggle.btn-link,
.settings_page_authorizer .btn-group.open .dropdown-toggle.btn-link,
#auth_dashboard_widget .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.toplevel_page_authorizer .btn .caret,
.settings_page_authorizer .btn .caret,
#auth_dashboard_widget .btn .caret {
  margin-left: 0; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

html.busy, html.busy * {
  cursor: wait !important; }

```
