PluginProbe
Authorizer / 3.13.0
Authorizer v3.13.0
3.15.3 3.15.2 3.15.1 3.15.0 3.14.3 3.14.4 3.14.2 3.14.1 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.9.0 2.9.1 2.9.10 2.9.11 2.9.12 2.9.13 2.9.2 2.9.3 2.9.6 All 126 releases
← All changes | css/authorizer.css +1 -752 2.9.103.13.0 View file →
@@ -1,752 +1 @@
1 -.toplevel_page_authorizer #wpwrap::before,
2 -.settings_page_authorizer #wpwrap::before {
3 - background: url("../images/authorizer-banner-400x300.png") no-repeat right bottom;
4 - background-attachment: fixed;
5 - content: "";
6 - position: absolute;
7 - top: 0;
8 - left: 0;
9 - width: 100%;
10 - height: 100%;
11 - opacity: 0.2;
12 - z-index: -1;
13 - -webkit-transition: opacity 1s ease;
14 - -o-transition: opacity 1s ease;
15 - transition: opacity 1s ease; }
16 -
17 -@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
18 - .toplevel_page_authorizer #wpwrap::before,
19 - .settings_page_authorizer #wpwrap::before {
20 - background: url("../images/authorizer-banner-800x600.png") no-repeat right bottom;
21 - background-size: 400px 300px; } }
22 -
23 -.toplevel_page_authorizer #wpwrap.not-faded::before,
24 -.settings_page_authorizer #wpwrap.not-faded::before {
25 - opacity: 1; }
26 -
27 -.toplevel_page_authorizer #list_auth_settings_access_users_pending,
28 -.toplevel_page_authorizer #list_auth_settings_access_users_approved,
29 -.toplevel_page_authorizer #list_auth_settings_access_users_blocked,
30 -.settings_page_authorizer #list_auth_settings_access_users_pending,
31 -.settings_page_authorizer #list_auth_settings_access_users_approved,
32 -.settings_page_authorizer #list_auth_settings_access_users_blocked {
33 - margin-bottom: 0; }
34 -
35 -.toplevel_page_authorizer .auth-multisite-username,
36 -.toplevel_page_authorizer .auth-multisite-email,
37 -.toplevel_page_authorizer .auth-multisite-role,
38 -.toplevel_page_authorizer .auth-multisite-usermeta,
39 -.toplevel_page_authorizer .auth-multisite-date-added,
40 -.settings_page_authorizer .auth-multisite-username,
41 -.settings_page_authorizer .auth-multisite-email,
42 -.settings_page_authorizer .auth-multisite-role,
43 -.settings_page_authorizer .auth-multisite-usermeta,
44 -.settings_page_authorizer .auth-multisite-date-added {
45 - opacity: 0.5; }
46 -
47 -.toplevel_page_authorizer .button-external,
48 -.settings_page_authorizer .button-external {
49 - padding: 3px 16px;
50 - height: 40px; }
51 -
52 -.toplevel_page_authorizer .button-external .dashicons,
53 -.settings_page_authorizer .button-external .dashicons {
54 - margin: 4px 4px 0 0;
55 - font-size: 24px; }
56 -
57 -.toplevel_page_authorizer .button-external input[type=text],
58 -.settings_page_authorizer .button-external input[type=text] {
59 - width: 100px; }
60 -
61 -@media screen and (max-width: 782px) {
62 - .toplevel_page_authorizer .button-external,
63 - .settings_page_authorizer .button-external {
64 - width: 280px;
65 - height: 50px;
66 - font-size: 16px; }
67 - .toplevel_page_authorizer .button-external .dashicons,
68 - .settings_page_authorizer .button-external .dashicons {
69 - margin: 4px 16px 0 0;
70 - font-size: 30px; }
71 - .toplevel_page_authorizer .button-external input[type=text],
72 - .settings_page_authorizer .button-external input[type=text] {
73 - width: 120px;
74 - display: inline; } }
75 -
76 -@media screen and (max-width: 782px) {
77 - .toplevel_page_authorizer .animated_wrapper,
78 - .settings_page_authorizer .animated_wrapper {
79 - width: 100% !important; }
80 - .toplevel_page_authorizer th,
81 - .settings_page_authorizer th {
82 - padding: 8px 0 0; }
83 - .toplevel_page_authorizer td,
84 - .settings_page_authorizer td {
85 - padding: 8px 0px; }
86 - .toplevel_page_authorizer #auth_settings_google_clientid,
87 - .settings_page_authorizer #auth_settings_google_clientid {
88 - width: 100%; }
89 - .toplevel_page_authorizer .tablenav .tablenav-pages,
90 - .settings_page_authorizer .tablenav .tablenav-pages {
91 - text-align: left; }
92 - .toplevel_page_authorizer .tablenav .current-page,
93 - .settings_page_authorizer .tablenav .current-page {
94 - width: auto;
95 - display: inline; }
96 - .toplevel_page_authorizer #auth_settings_advanced_lockouts_attempts_1,
97 - .toplevel_page_authorizer #auth_settings_advanced_lockouts_duration_1,
98 - .toplevel_page_authorizer #auth_settings_advanced_lockouts_attempts_2,
99 - .toplevel_page_authorizer #auth_settings_advanced_lockouts_duration_2,
100 - .toplevel_page_authorizer #auth_settings_advanced_lockouts_reset_duration,
101 - .settings_page_authorizer #auth_settings_advanced_lockouts_attempts_1,
102 - .settings_page_authorizer #auth_settings_advanced_lockouts_duration_1,
103 - .settings_page_authorizer #auth_settings_advanced_lockouts_attempts_2,
104 - .settings_page_authorizer #auth_settings_advanced_lockouts_duration_2,
105 - .settings_page_authorizer #auth_settings_advanced_lockouts_reset_duration {
106 - display: inline; }
107 - .toplevel_page_authorizer textarea,
108 - .settings_page_authorizer textarea {
109 - padding: 3px 10px;
110 - line-height: 2;
111 - min-height: 40px; } }
112 -
113 -@media screen and (max-width: 782px) and (max-width: 782px) {
114 - .toplevel_page_authorizer .button-add-user,
115 - .settings_page_authorizer .button-add-user {
116 - line-height: 37px; } }
117 -
118 -.toplevel_page_authorizer .form-table th.hide-animate,
119 -.toplevel_page_authorizer .form-table td.hide-animate,
120 -.settings_page_authorizer .form-table th.hide-animate,
121 -.settings_page_authorizer .form-table td.hide-animate {
122 - padding: 0;
123 - -webkit-transition: padding 0.25s ease;
124 - -o-transition: padding 0.25s ease;
125 - transition: padding 0.25s ease; }
126 -
127 -.toplevel_page_authorizer .form-table th.hide-no-animate,
128 -.toplevel_page_authorizer .form-table td.hide-no-animate,
129 -.settings_page_authorizer .form-table th.hide-no-animate,
130 -.settings_page_authorizer .form-table td.hide-no-animate {
131 - padding: 0; }
132 -
133 -.toplevel_page_authorizer #list_auth_settings_access_users_pending,
134 -.settings_page_authorizer #list_auth_settings_access_users_pending {
135 - margin: 6px 0; }
136 -
137 -.toplevel_page_authorizer #list_auth_settings_access_users_blocked,
138 -.settings_page_authorizer #list_auth_settings_access_users_blocked {
139 - margin: 0; }
140 -
141 -.toplevel_page_authorizer .ms-container .ms-selectable,
142 -.toplevel_page_authorizer .ms-container .ms-selection,
143 -.settings_page_authorizer .ms-container .ms-selectable,
144 -.settings_page_authorizer .ms-container .ms-selection {
145 - background: none; }
146 -
147 -.toplevel_page_authorizer .ms-container .ms-list,
148 -.settings_page_authorizer .ms-container .ms-list {
149 - background: white; }
150 -
151 -.toplevel_page_authorizer #list_auth_settings_access_users_pending li > :not(:last-child),
152 -.toplevel_page_authorizer #new_auth_settings_access_users_pending > :not(:last-child),
153 -.toplevel_page_authorizer #list_auth_settings_access_users_approved li > :not(:last-child),
154 -.toplevel_page_authorizer #new_auth_settings_access_users_approved > :not(:last-child),
155 -.toplevel_page_authorizer #list_auth_settings_access_users_blocked li > :not(:last-child),
156 -.toplevel_page_authorizer #new_auth_settings_access_users_blocked > :not(:last-child),
157 -.settings_page_authorizer #list_auth_settings_access_users_pending li > :not(:last-child),
158 -.settings_page_authorizer #new_auth_settings_access_users_pending > :not(:last-child),
159 -.settings_page_authorizer #list_auth_settings_access_users_approved li > :not(:last-child),
160 -.settings_page_authorizer #new_auth_settings_access_users_approved > :not(:last-child),
161 -.settings_page_authorizer #list_auth_settings_access_users_blocked li > :not(:last-child),
162 -.settings_page_authorizer #new_auth_settings_access_users_blocked > :not(:last-child) {
163 - margin-right: 4px; }
164 -
165 -.toplevel_page_authorizer #list_auth_settings_access_users_pending li > :nth-child(1),
166 -.toplevel_page_authorizer #new_auth_settings_access_users_pending > :nth-child(1),
167 -.toplevel_page_authorizer #list_auth_settings_access_users_approved li > :nth-child(1),
168 -.toplevel_page_authorizer #new_auth_settings_access_users_approved > :nth-child(1),
169 -.toplevel_page_authorizer #list_auth_settings_access_users_blocked li > :nth-child(1),
170 -.toplevel_page_authorizer #new_auth_settings_access_users_blocked > :nth-child(1),
171 -.settings_page_authorizer #list_auth_settings_access_users_pending li > :nth-child(1),
172 -.settings_page_authorizer #new_auth_settings_access_users_pending > :nth-child(1),
173 -.settings_page_authorizer #list_auth_settings_access_users_approved li > :nth-child(1),
174 -.settings_page_authorizer #new_auth_settings_access_users_approved > :nth-child(1),
175 -.settings_page_authorizer #list_auth_settings_access_users_blocked li > :nth-child(1),
176 -.settings_page_authorizer #new_auth_settings_access_users_blocked > :nth-child(1) {
177 - -webkit-box-flex: 4;
178 - -ms-flex-positive: 4;
179 - flex-grow: 4; }
180 -
181 -.toplevel_page_authorizer #list_auth_settings_access_users_pending li > :nth-child(2),
182 -.toplevel_page_authorizer #new_auth_settings_access_users_pending > :nth-child(2),
183 -.toplevel_page_authorizer #list_auth_settings_access_users_approved li > :nth-child(2),
184 -.toplevel_page_authorizer #new_auth_settings_access_users_approved > :nth-child(2),
185 -.toplevel_page_authorizer #list_auth_settings_access_users_blocked li > :nth-child(2),
186 -.toplevel_page_authorizer #new_auth_settings_access_users_blocked > :nth-child(2),
187 -.settings_page_authorizer #list_auth_settings_access_users_pending li > :nth-child(2),
188 -.settings_page_authorizer #new_auth_settings_access_users_pending > :nth-child(2),
189 -.settings_page_authorizer #list_auth_settings_access_users_approved li > :nth-child(2),
190 -.settings_page_authorizer #new_auth_settings_access_users_approved > :nth-child(2),
191 -.settings_page_authorizer #list_auth_settings_access_users_blocked li > :nth-child(2),
192 -.settings_page_authorizer #new_auth_settings_access_users_blocked > :nth-child(2) {
193 - -webkit-box-flex: 2;
194 - -ms-flex-positive: 2;
195 - flex-grow: 2; }
196 -
197 -#auth_dashboard_widget .tablenav {
198 - height: auto; }
199 - #auth_dashboard_widget .tablenav .tablenav-pages {
200 - float: none; }
201 - #auth_dashboard_widget .tablenav #user-search-input {
202 - max-width: 80px; }
203 -
204 -#auth_dashboard_widget #list_auth_settings_access_users_pending li,
205 -#auth_dashboard_widget #new_auth_settings_access_users_pending,
206 -#auth_dashboard_widget #list_auth_settings_access_users_approved li,
207 -#auth_dashboard_widget #new_auth_settings_access_users_approved,
208 -#auth_dashboard_widget #list_auth_settings_access_users_blocked li,
209 -#auth_dashboard_widget #new_auth_settings_access_users_blocked {
210 - -ms-flex-wrap: wrap;
211 - flex-wrap: wrap;
212 - margin-bottom: 12px; }
213 - #auth_dashboard_widget #list_auth_settings_access_users_pending li > :not(:last-child),
214 - #auth_dashboard_widget #new_auth_settings_access_users_pending > :not(:last-child),
215 - #auth_dashboard_widget #list_auth_settings_access_users_approved li > :not(:last-child),
216 - #auth_dashboard_widget #new_auth_settings_access_users_approved > :not(:last-child),
217 - #auth_dashboard_widget #list_auth_settings_access_users_blocked li > :not(:last-child),
218 - #auth_dashboard_widget #new_auth_settings_access_users_blocked > :not(:last-child) {
219 - margin-right: 2px; }
220 - #auth_dashboard_widget #list_auth_settings_access_users_pending li > :nth-child(1),
221 - #auth_dashboard_widget #new_auth_settings_access_users_pending > :nth-child(1),
222 - #auth_dashboard_widget #list_auth_settings_access_users_approved li > :nth-child(1),
223 - #auth_dashboard_widget #new_auth_settings_access_users_approved > :nth-child(1),
224 - #auth_dashboard_widget #list_auth_settings_access_users_blocked li > :nth-child(1),
225 - #auth_dashboard_widget #new_auth_settings_access_users_blocked > :nth-child(1) {
226 - -webkit-box-flex: 1;
227 - -ms-flex-positive: 1;
228 - flex-grow: 1; }
229 - #auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-role,
230 - #auth_dashboard_widget #new_auth_settings_access_users_pending .auth-role,
231 - #auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-role,
232 - #auth_dashboard_widget #new_auth_settings_access_users_approved .auth-role,
233 - #auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-role,
234 - #auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-role {
235 - max-width: 80px; }
236 - @media only screen and (max-width: 550px) and (min-width: 0px) {
237 - #auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-email,
238 - #auth_dashboard_widget #new_auth_settings_access_users_pending .auth-email,
239 - #auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-email,
240 - #auth_dashboard_widget #new_auth_settings_access_users_approved .auth-email,
241 - #auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-email,
242 - #auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-email {
243 - max-width: 140px; } }
244 - @media only screen and (max-width: 900px) and (min-width: 800px) {
245 - #auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-email,
246 - #auth_dashboard_widget #new_auth_settings_access_users_pending .auth-email,
247 - #auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-email,
248 - #auth_dashboard_widget #new_auth_settings_access_users_approved .auth-email,
249 - #auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-email,
250 - #auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-email {
251 - max-width: 200px; }
252 - #auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-role,
253 - #auth_dashboard_widget #new_auth_settings_access_users_pending .auth-role,
254 - #auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-role,
255 - #auth_dashboard_widget #new_auth_settings_access_users_approved .auth-role,
256 - #auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-role,
257 - #auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-role {
258 - max-width: 140px; } }
259 - @media only screen and (max-width: 1550px) and (min-width: 1500px) {
260 - #auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-email,
261 - #auth_dashboard_widget #new_auth_settings_access_users_pending .auth-email,
262 - #auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-email,
263 - #auth_dashboard_widget #new_auth_settings_access_users_approved .auth-email,
264 - #auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-email,
265 - #auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-email {
266 - max-width: 200px; }
267 - #auth_dashboard_widget #list_auth_settings_access_users_pending li .auth-role,
268 - #auth_dashboard_widget #new_auth_settings_access_users_pending .auth-role,
269 - #auth_dashboard_widget #list_auth_settings_access_users_approved li .auth-role,
270 - #auth_dashboard_widget #new_auth_settings_access_users_approved .auth-role,
271 - #auth_dashboard_widget #list_auth_settings_access_users_blocked li .auth-role,
272 - #auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-role {
273 - max-width: 140px; } }
274 -
275 -.toplevel_page_authorizer #wpbody-content,
276 -.settings_page_authorizer #wpbody-content,
277 -#auth_dashboard_widget #wpbody-content {
278 - padding-bottom: 240px; }
279 -
280 -.toplevel_page_authorizer #list_auth_settings_access_users_pending li,
281 -.toplevel_page_authorizer #new_auth_settings_access_users_pending,
282 -.toplevel_page_authorizer #list_auth_settings_access_users_approved li,
283 -.toplevel_page_authorizer #new_auth_settings_access_users_approved,
284 -.toplevel_page_authorizer #list_auth_settings_access_users_blocked li,
285 -.toplevel_page_authorizer #new_auth_settings_access_users_blocked,
286 -.settings_page_authorizer #list_auth_settings_access_users_pending li,
287 -.settings_page_authorizer #new_auth_settings_access_users_pending,
288 -.settings_page_authorizer #list_auth_settings_access_users_approved li,
289 -.settings_page_authorizer #new_auth_settings_access_users_approved,
290 -.settings_page_authorizer #list_auth_settings_access_users_blocked li,
291 -.settings_page_authorizer #new_auth_settings_access_users_blocked,
292 -#auth_dashboard_widget #list_auth_settings_access_users_pending li,
293 -#auth_dashboard_widget #new_auth_settings_access_users_pending,
294 -#auth_dashboard_widget #list_auth_settings_access_users_approved li,
295 -#auth_dashboard_widget #new_auth_settings_access_users_approved,
296 -#auth_dashboard_widget #list_auth_settings_access_users_blocked li,
297 -#auth_dashboard_widget #new_auth_settings_access_users_blocked {
298 - display: -webkit-box;
299 - display: -ms-flexbox;
300 - display: flex;
301 - -webkit-box-pack: start;
302 - -ms-flex-pack: start;
303 - justify-content: flex-start; }
304 -
305 -.toplevel_page_authorizer #list_auth_settings_access_users_blocked .auth-role,
306 -.toplevel_page_authorizer #new_auth_settings_access_users_blocked .auth-role,
307 -.settings_page_authorizer #list_auth_settings_access_users_blocked .auth-role,
308 -.settings_page_authorizer #new_auth_settings_access_users_blocked .auth-role,
309 -#auth_dashboard_widget #list_auth_settings_access_users_blocked .auth-role,
310 -#auth_dashboard_widget #new_auth_settings_access_users_blocked .auth-role {
311 - display: none; }
312 -
313 -.toplevel_page_authorizer #list_auth_settings_access_users_pending .auth-email,
314 -.settings_page_authorizer #list_auth_settings_access_users_pending .auth-email,
315 -#auth_dashboard_widget #list_auth_settings_access_users_pending .auth-email {
316 - border-color: #ecf195;
317 - background-color: #f5f8c4; }
318 -
319 -.toplevel_page_authorizer #list_auth_settings_access_users_approved .auth-email,
320 -.settings_page_authorizer #list_auth_settings_access_users_approved .auth-email,
321 -#auth_dashboard_widget #list_auth_settings_access_users_approved .auth-email {
322 - background-color: #dcf0be;
323 - border-color: #8dc33c; }
324 -
325 -.toplevel_page_authorizer #list_auth_settings_access_users_blocked .auth-email,
326 -.settings_page_authorizer #list_auth_settings_access_users_blocked .auth-email,
327 -#auth_dashboard_widget #list_auth_settings_access_users_blocked .auth-email {
328 - background-color: #facbc5;
329 - border-color: #ea7e70; }
330 -
331 -.toplevel_page_authorizer .auth-date-added,
332 -.toplevel_page_authorizer .auth-usermeta,
333 -.settings_page_authorizer .auth-date-added,
334 -.settings_page_authorizer .auth-usermeta,
335 -#auth_dashboard_widget .auth-date-added,
336 -#auth_dashboard_widget .auth-usermeta {
337 - max-width: 80px; }
338 -
339 -.toplevel_page_authorizer .invisible,
340 -.settings_page_authorizer .invisible,
341 -#auth_dashboard_widget .invisible {
342 - visibility: hidden; }
343 -
344 -.toplevel_page_authorizer .auth_multisite_override_overlay .overlay-note,
345 -.settings_page_authorizer .auth_multisite_override_overlay .overlay-note,
346 -#auth_dashboard_widget .auth_multisite_override_overlay .overlay-note {
347 - background: white;
348 - border: 1px solid #aaa;
349 - cursor: default;
350 - margin: 11px 15em;
351 - opacity: 0;
352 - padding: 8px;
353 - position: absolute;
354 - -webkit-transition: opacity 0.1s ease-in-out;
355 - -moz-transition: opacity 0.1s ease-in-out;
356 - -o-transition: opacity 0.1s ease-in-out;
357 - transition: opacity 0.1s ease-in-out; }
358 - .toplevel_page_authorizer .auth_multisite_override_overlay .overlay-note a,
359 - .settings_page_authorizer .auth_multisite_override_overlay .overlay-note a,
360 - #auth_dashboard_widget .auth_multisite_override_overlay .overlay-note a {
361 - cursor: pointer; }
362 -
363 -.toplevel_page_authorizer .auth_multisite_override_overlay:hover .overlay-note,
364 -.settings_page_authorizer .auth_multisite_override_overlay:hover .overlay-note,
365 -#auth_dashboard_widget .auth_multisite_override_overlay:hover .overlay-note {
366 - opacity: 1; }
367 -
368 -.toplevel_page_authorizer .dropdown-menu > li,
369 -.settings_page_authorizer .dropdown-menu > li,
370 -#auth_dashboard_widget .dropdown-menu > li {
371 - margin-bottom: 0 !important; }
372 -
373 -.toplevel_page_authorizer .dropdown-menu > li > a,
374 -.settings_page_authorizer .dropdown-menu > li > a,
375 -#auth_dashboard_widget .dropdown-menu > li > a {
376 - text-decoration: none !important;
377 - white-space: normal !important; }
378 -
379 -.toplevel_page_authorizer .dropdown-toggle,
380 -.settings_page_authorizer .dropdown-toggle,
381 -#auth_dashboard_widget .dropdown-toggle {
382 - border-bottom: 0; }
383 -
384 -.toplevel_page_authorizer .dropdown-toggle-split,
385 -.settings_page_authorizer .dropdown-toggle-split,
386 -#auth_dashboard_widget .dropdown-toggle-split {
387 - padding-right: .5625rem;
388 - padding-left: .5625rem; }
389 - .toplevel_page_authorizer .dropdown-toggle-split::after,
390 - .settings_page_authorizer .dropdown-toggle-split::after,
391 - #auth_dashboard_widget .dropdown-toggle-split::after {
392 - margin-left: 0; }
393 -
394 -.toplevel_page_authorizer .sr-only,
395 -.settings_page_authorizer .sr-only,
396 -#auth_dashboard_widget .sr-only {
397 - border: 0;
398 - clip: rect(0, 0, 0, 0);
399 - height: 1px;
400 - margin: -1px;
401 - overflow: hidden;
402 - padding: 0;
403 - position: absolute;
404 - width: 1px; }
405 -
406 -.toplevel_page_authorizer .caret,
407 -.settings_page_authorizer .caret,
408 -#auth_dashboard_widget .caret {
409 - border-left: 4px solid transparent;
410 - border-right: 4px solid transparent;
411 - border-top: 4px solid;
412 - display: inline-block;
413 - height: 0;
414 - margin-left: 2px;
415 - vertical-align: middle;
416 - width: 0; }
417 -
418 -.toplevel_page_authorizer .dropdown,
419 -.settings_page_authorizer .dropdown,
420 -#auth_dashboard_widget .dropdown {
421 - position: relative; }
422 -
423 -.toplevel_page_authorizer .dropdown-toggle:focus,
424 -.settings_page_authorizer .dropdown-toggle:focus,
425 -#auth_dashboard_widget .dropdown-toggle:focus {
426 - outline: 0; }
427 -
428 -.toplevel_page_authorizer .dropdown-menu,
429 -.settings_page_authorizer .dropdown-menu,
430 -#auth_dashboard_widget .dropdown-menu {
431 - background-clip: padding-box;
432 - background-color: #fff;
433 - border: 1px solid #ccc;
434 - border: 1px solid rgba(0, 0, 0, 0.15);
435 - border-radius: 4px;
436 - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
437 - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
438 - display: none;
439 - float: left;
440 - font-size: 14px;
441 - right: 0;
442 - list-style: none;
443 - margin: 2px 0 0;
444 - min-width: 160px;
445 - padding: 5px 0;
446 - position: absolute;
447 - top: 100%;
448 - z-index: 1000; }
449 -
450 -.toplevel_page_authorizer .dropdown-menu.pull-right,
451 -.settings_page_authorizer .dropdown-menu.pull-right,
452 -#auth_dashboard_widget .dropdown-menu.pull-right {
453 - left: auto;
454 - right: 0; }
455 -
456 -.toplevel_page_authorizer .dropdown-menu .divider,
457 -.settings_page_authorizer .dropdown-menu .divider,
458 -#auth_dashboard_widget .dropdown-menu .divider {
459 - background-color: #e5e5e5;
460 - height: 1px;
461 - margin: 9px 0;
462 - overflow: hidden; }
463 -
464 -.toplevel_page_authorizer .dropdown-menu > li > a,
465 -.settings_page_authorizer .dropdown-menu > li > a,
466 -#auth_dashboard_widget .dropdown-menu > li > a {
467 - clear: both;
468 - color: #333;
469 - display: block;
470 - font-weight: normal;
471 - line-height: 1.42857143;
472 - padding: 3px 20px;
473 - white-space: nowrap; }
474 -
475 -.toplevel_page_authorizer .dropdown-menu > li > a:hover,
476 -.toplevel_page_authorizer .dropdown-menu > li > a:focus,
477 -.settings_page_authorizer .dropdown-menu > li > a:hover,
478 -.settings_page_authorizer .dropdown-menu > li > a:focus,
479 -#auth_dashboard_widget .dropdown-menu > li > a:hover,
480 -#auth_dashboard_widget .dropdown-menu > li > a:focus {
481 - background-color: #f5f5f5;
482 - color: #262626;
483 - text-decoration: none; }
484 -
485 -.toplevel_page_authorizer .dropdown-menu > .active > a,
486 -.toplevel_page_authorizer .dropdown-menu > .active > a:hover,
487 -.toplevel_page_authorizer .dropdown-menu > .active > a:focus,
488 -.settings_page_authorizer .dropdown-menu > .active > a,
489 -.settings_page_authorizer .dropdown-menu > .active > a:hover,
490 -.settings_page_authorizer .dropdown-menu > .active > a:focus,
491 -#auth_dashboard_widget .dropdown-menu > .active > a,
492 -#auth_dashboard_widget .dropdown-menu > .active > a:hover,
493 -#auth_dashboard_widget .dropdown-menu > .active > a:focus {
494 - background-color: #428bca;
495 - color: #fff;
496 - outline: 0;
497 - text-decoration: none; }
498 -
499 -.toplevel_page_authorizer .dropdown-menu > .disabled > a,
500 -.toplevel_page_authorizer .dropdown-menu > .disabled > a:hover,
501 -.toplevel_page_authorizer .dropdown-menu > .disabled > a:focus,
502 -.settings_page_authorizer .dropdown-menu > .disabled > a,
503 -.settings_page_authorizer .dropdown-menu > .disabled > a:hover,
504 -.settings_page_authorizer .dropdown-menu > .disabled > a:focus,
505 -#auth_dashboard_widget .dropdown-menu > .disabled > a,
506 -#auth_dashboard_widget .dropdown-menu > .disabled > a:hover,
507 -#auth_dashboard_widget .dropdown-menu > .disabled > a:focus {
508 - color: #999; }
509 -
510 -.toplevel_page_authorizer .dropdown-menu > .disabled > a:hover,
511 -.toplevel_page_authorizer .dropdown-menu > .disabled > a:focus,
512 -.settings_page_authorizer .dropdown-menu > .disabled > a:hover,
513 -.settings_page_authorizer .dropdown-menu > .disabled > a:focus,
514 -#auth_dashboard_widget .dropdown-menu > .disabled > a:hover,
515 -#auth_dashboard_widget .dropdown-menu > .disabled > a:focus {
516 - background-color: transparent;
517 - background-image: none;
518 - cursor: not-allowed;
519 - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
520 - text-decoration: none; }
521 -
522 -.toplevel_page_authorizer .open > .dropdown-menu,
523 -.settings_page_authorizer .open > .dropdown-menu,
524 -#auth_dashboard_widget .open > .dropdown-menu {
525 - display: block; }
526 -
527 -.toplevel_page_authorizer .open > a,
528 -.settings_page_authorizer .open > a,
529 -#auth_dashboard_widget .open > a {
530 - outline: 0; }
531 -
532 -.toplevel_page_authorizer .btn-group,
533 -.toplevel_page_authorizer .btn-group-vertical,
534 -.settings_page_authorizer .btn-group,
535 -.settings_page_authorizer .btn-group-vertical,
536 -#auth_dashboard_widget .btn-group,
537 -#auth_dashboard_widget .btn-group-vertical {
538 - display: -webkit-inline-box;
539 - display: -ms-inline-flexbox;
540 - display: inline-flex;
541 - position: relative;
542 - vertical-align: middle; }
543 -
544 -.toplevel_page_authorizer .btn-group > .btn,
545 -.toplevel_page_authorizer .btn-group-vertical > .btn,
546 -.settings_page_authorizer .btn-group > .btn,
547 -.settings_page_authorizer .btn-group-vertical > .btn,
548 -#auth_dashboard_widget .btn-group > .btn,
549 -#auth_dashboard_widget .btn-group-vertical > .btn {
550 - -webkit-box-flex: 0;
551 - -ms-flex: 0 1 auto;
552 - flex: 0 1 auto;
553 - position: relative; }
554 -
555 -.toplevel_page_authorizer .btn-group > .btn:hover,
556 -.toplevel_page_authorizer .btn-group-vertical > .btn:hover,
557 -.toplevel_page_authorizer .btn-group > .btn:focus,
558 -.toplevel_page_authorizer .btn-group-vertical > .btn:focus,
559 -.toplevel_page_authorizer .btn-group > .btn:active,
560 -.toplevel_page_authorizer .btn-group-vertical > .btn:active,
561 -.toplevel_page_authorizer .btn-group > .btn.active,
562 -.toplevel_page_authorizer .btn-group-vertical > .btn.active,
563 -.settings_page_authorizer .btn-group > .btn:hover,
564 -.settings_page_authorizer .btn-group-vertical > .btn:hover,
565 -.settings_page_authorizer .btn-group > .btn:focus,
566 -.settings_page_authorizer .btn-group-vertical > .btn:focus,
567 -.settings_page_authorizer .btn-group > .btn:active,
568 -.settings_page_authorizer .btn-group-vertical > .btn:active,
569 -.settings_page_authorizer .btn-group > .btn.active,
570 -.settings_page_authorizer .btn-group-vertical > .btn.active,
571 -#auth_dashboard_widget .btn-group > .btn:hover,
572 -#auth_dashboard_widget .btn-group-vertical > .btn:hover,
573 -#auth_dashboard_widget .btn-group > .btn:focus,
574 -#auth_dashboard_widget .btn-group-vertical > .btn:focus,
575 -#auth_dashboard_widget .btn-group > .btn:active,
576 -#auth_dashboard_widget .btn-group-vertical > .btn:active,
577 -#auth_dashboard_widget .btn-group > .btn.active,
578 -#auth_dashboard_widget .btn-group-vertical > .btn.active {
579 - z-index: 2; }
580 -
581 -.toplevel_page_authorizer .btn-group > .btn:focus,
582 -.toplevel_page_authorizer .btn-group-vertical > .btn:focus,
583 -.settings_page_authorizer .btn-group > .btn:focus,
584 -.settings_page_authorizer .btn-group-vertical > .btn:focus,
585 -#auth_dashboard_widget .btn-group > .btn:focus,
586 -#auth_dashboard_widget .btn-group-vertical > .btn:focus {
587 - outline: none; }
588 -
589 -.toplevel_page_authorizer .btn-group .btn + .btn,
590 -.toplevel_page_authorizer .btn-group .btn + .btn-group,
591 -.toplevel_page_authorizer .btn-group .btn-group + .btn,
592 -.toplevel_page_authorizer .btn-group .btn-group + .btn-group,
593 -.settings_page_authorizer .btn-group .btn + .btn,
594 -.settings_page_authorizer .btn-group .btn + .btn-group,
595 -.settings_page_authorizer .btn-group .btn-group + .btn,
596 -.settings_page_authorizer .btn-group .btn-group + .btn-group,
597 -#auth_dashboard_widget .btn-group .btn + .btn,
598 -#auth_dashboard_widget .btn-group .btn + .btn-group,
599 -#auth_dashboard_widget .btn-group .btn-group + .btn,
600 -#auth_dashboard_widget .btn-group .btn-group + .btn-group {
601 - margin-left: -1px; }
602 -
603 -.toplevel_page_authorizer .btn-toolbar,
604 -.settings_page_authorizer .btn-toolbar,
605 -#auth_dashboard_widget .btn-toolbar {
606 - margin-left: -5px; }
607 -
608 -.toplevel_page_authorizer .btn-toolbar .btn-group,
609 -.toplevel_page_authorizer .btn-toolbar .input-group,
610 -.settings_page_authorizer .btn-toolbar .btn-group,
611 -.settings_page_authorizer .btn-toolbar .input-group,
612 -#auth_dashboard_widget .btn-toolbar .btn-group,
613 -#auth_dashboard_widget .btn-toolbar .input-group {
614 - float: left; }
615 -
616 -.toplevel_page_authorizer .btn-toolbar > .btn,
617 -.toplevel_page_authorizer .btn-toolbar > .btn-group,
618 -.toplevel_page_authorizer .btn-toolbar > .input-group,
619 -.settings_page_authorizer .btn-toolbar > .btn,
620 -.settings_page_authorizer .btn-toolbar > .btn-group,
621 -.settings_page_authorizer .btn-toolbar > .input-group,
622 -#auth_dashboard_widget .btn-toolbar > .btn,
623 -#auth_dashboard_widget .btn-toolbar > .btn-group,
624 -#auth_dashboard_widget .btn-toolbar > .input-group {
625 - margin-left: 5px; }
626 -
627 -.toplevel_page_authorizer .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
628 -.settings_page_authorizer .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
629 -#auth_dashboard_widget .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
630 - border-radius: 0; }
631 -
632 -.toplevel_page_authorizer .btn-group > .btn:first-child,
633 -.settings_page_authorizer .btn-group > .btn:first-child,
634 -#auth_dashboard_widget .btn-group > .btn:first-child {
635 - margin-left: 0; }
636 -
637 -.toplevel_page_authorizer .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
638 -.settings_page_authorizer .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
639 -#auth_dashboard_widget .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
640 - border-bottom-right-radius: 0;
641 - border-top-right-radius: 0; }
642 -
643 -.toplevel_page_authorizer .btn-group > .btn:last-child:not(:first-child),
644 -.toplevel_page_authorizer .btn-group > .dropdown-toggle:not(:first-child),
645 -.settings_page_authorizer .btn-group > .btn:last-child:not(:first-child),
646 -.settings_page_authorizer .btn-group > .dropdown-toggle:not(:first-child),
647 -#auth_dashboard_widget .btn-group > .btn:last-child:not(:first-child),
648 -#auth_dashboard_widget .btn-group > .dropdown-toggle:not(:first-child) {
649 - border-bottom-left-radius: 0;
650 - border-top-left-radius: 0; }
651 -
652 -.toplevel_page_authorizer .btn-group > .btn-group,
653 -.settings_page_authorizer .btn-group > .btn-group,
654 -#auth_dashboard_widget .btn-group > .btn-group {
655 - float: left; }
656 -
657 -.toplevel_page_authorizer .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
658 -.settings_page_authorizer .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
659 -#auth_dashboard_widget .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
660 - border-radius: 0; }
661 -
662 -.toplevel_page_authorizer .btn-group > .btn-group:first-child > .btn:last-child,
663 -.toplevel_page_authorizer .btn-group > .btn-group:first-child > .dropdown-toggle,
664 -.settings_page_authorizer .btn-group > .btn-group:first-child > .btn:last-child,
665 -.settings_page_authorizer .btn-group > .btn-group:first-child > .dropdown-toggle,
666 -#auth_dashboard_widget .btn-group > .btn-group:first-child > .btn:last-child,
667 -#auth_dashboard_widget .btn-group > .btn-group:first-child > .dropdown-toggle {
668 - border-bottom-right-radius: 0;
669 - border-top-right-radius: 0; }
670 -
671 -.toplevel_page_authorizer .btn-group > .btn-group:last-child > .btn:first-child,
672 -.settings_page_authorizer .btn-group > .btn-group:last-child > .btn:first-child,
673 -#auth_dashboard_widget .btn-group > .btn-group:last-child > .btn:first-child {
674 - border-bottom-left-radius: 0;
675 - border-top-left-radius: 0; }
676 -
677 -.toplevel_page_authorizer .btn-group .dropdown-toggle:active,
678 -.toplevel_page_authorizer .btn-group.open .dropdown-toggle,
679 -.settings_page_authorizer .btn-group .dropdown-toggle:active,
680 -.settings_page_authorizer .btn-group.open .dropdown-toggle,
681 -#auth_dashboard_widget .btn-group .dropdown-toggle:active,
682 -#auth_dashboard_widget .btn-group.open .dropdown-toggle {
683 - outline: 0; }
684 -
685 -.toplevel_page_authorizer .btn-group > .btn + .dropdown-toggle,
686 -.settings_page_authorizer .btn-group > .btn + .dropdown-toggle,
687 -#auth_dashboard_widget .btn-group > .btn + .dropdown-toggle {
688 - padding-left: 8px;
689 - padding-right: 8px; }
690 -
691 -.toplevel_page_authorizer .btn-group > .btn-lg + .dropdown-toggle,
692 -.settings_page_authorizer .btn-group > .btn-lg + .dropdown-toggle,
693 -#auth_dashboard_widget .btn-group > .btn-lg + .dropdown-toggle {
694 - padding-left: 12px;
695 - padding-right: 12px; }
696 -
697 -.toplevel_page_authorizer .btn-group.open .dropdown-toggle,
698 -.settings_page_authorizer .btn-group.open .dropdown-toggle,
699 -#auth_dashboard_widget .btn-group.open .dropdown-toggle {
700 - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
701 - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
702 -
703 -.toplevel_page_authorizer .btn-group.open .dropdown-toggle.btn-link,
704 -.settings_page_authorizer .btn-group.open .dropdown-toggle.btn-link,
705 -#auth_dashboard_widget .btn-group.open .dropdown-toggle.btn-link {
706 - -webkit-box-shadow: none;
707 - box-shadow: none; }
708 -
709 -.toplevel_page_authorizer .btn .caret,
710 -.settings_page_authorizer .btn .caret,
711 -#auth_dashboard_widget .btn .caret {
712 - margin-left: 0; }
713 -
714 -@font-face {
715 - font-family: 'Glyphicons Halflings';
716 - src: url("../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot");
717 - 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"); }
718 -
719 -.glyphicon {
720 - display: inline-block;
721 - font-family: 'Glyphicons Halflings';
722 - -webkit-font-smoothing: antialiased;
723 - font-style: normal;
724 - font-weight: normal;
725 - line-height: 2;
726 - -moz-osx-font-smoothing: grayscale;
727 - position: relative;
728 - top: 2px; }
729 -
730 -.glyphicon-user:before {
731 - content: "\e008"; }
732 -
733 -.glyphicon-globe:before {
734 - content: "\e135"; }
735 -
736 -.glyphicon-ok:before {
737 - content: "\e013"; }
738 -
739 -.glyphicon-ban-circle:before {
740 - content: "\e090"; }
741 -
742 -.glyphicon-remove-circle:before {
743 - content: "\e088"; }
744 -
745 -.glyphicon-remove:before {
746 - content: "\e014"; }
747 -
748 -.glyphicon-floppy-saved:before {
749 - content: "\e173"; }
750 -
751 -html.busy, html.busy * {
752 - cursor: wait !important; }
1 +.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;z-index:-1;transition:opacity 1s ease}@media(-webkit-min-device-pixel-ratio: 2),(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 .button.button-external,.settings_page_authorizer .button.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}}.toplevel_page_authorizer #ldap_test_user_spinner,.settings_page_authorizer #ldap_test_user_spinner{float:none}.toplevel_page_authorizer #ldap_test_user_result,.settings_page_authorizer #ldap_test_user_result{font-family:monospace;width:100%;opacity:.8;color:#000}@media screen and (max-width: 782px){.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}.toplevel_page_authorizer .button-add-user,.settings_page_authorizer .button-add-user{line-height:37px}.toplevel_page_authorizer .select2-container,.settings_page_authorizer .select2-container{font-size:16px}.toplevel_page_authorizer .select2-container .select2-selection__choice__remove,.settings_page_authorizer .select2-container .select2-selection__choice__remove{padding:8px}}.toplevel_page_authorizer .select2-selection__choice__remove,.settings_page_authorizer .select2-selection__choice__remove{padding:5px}.toplevel_page_authorizer .form-table th,.toplevel_page_authorizer .form-table td,.settings_page_authorizer .form-table th,.settings_page_authorizer .form-table td{transition:padding .25s ease}.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}.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:#fff}.toplevel_page_authorizer input[type=text].wide,.settings_page_authorizer input[type=text].wide{width:100%}.toplevel_page_authorizer #list_auth_settings_access_users_pending li,.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 #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{display:flex;justify-content:flex-start}.toplevel_page_authorizer #list_auth_settings_access_users_pending li>: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 #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 #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 #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){flex-grow:4}.toplevel_page_authorizer #list_auth_settings_access_users_pending li>: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 #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){flex-grow:2}.toplevel_page_authorizer table.form-table tr.border-top,.settings_page_authorizer table.form-table tr.border-top{border-top:3px solid #dcdcde}.toplevel_page_authorizer table.form-table tr.border-top-small,.settings_page_authorizer table.form-table tr.border-top-small{border-top:1px solid #dcdcde}.toplevel_page_authorizer .spinner:has(.spinner-text),.settings_page_authorizer .spinner:has(.spinner-text){width:auto}.toplevel_page_authorizer .spinner:has(.spinner-text) .spinner-text,.settings_page_authorizer .spinner:has(.spinner-text) .spinner-text{margin-left:24px}#auth_dashboard_widget .js-toggle-auth_settings_dashboard_widget_control{display:inline-block}#auth_dashboard_widget .js-toggle-auth_settings_dashboard_widget_control .toggle-indicator:before{content:"";display:inline-block;font:normal 20px/1 dashicons}#auth_dashboard_widget .tablenav{height:auto}#auth_dashboard_widget .tablenav .current-page{margin-top:-4px}#auth_dashboard_widget #list_auth_settings_access_users_pending li,#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:flex;justify-content:flex-start;flex-wrap:wrap;margin-bottom:12px}#auth_dashboard_widget #list_auth_settings_access_users_pending li>: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 #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){flex-grow:1}#auth_dashboard_widget #list_auth_settings_access_users_pending li .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: 550px)and (min-width: 0px){#auth_dashboard_widget #list_auth_settings_access_users_pending li .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 #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 #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 #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 #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}}#auth_dashboard_widget #list_auth_settings_access_users_pending li,#auth_dashboard_widget #list_auth_settings_access_users_approved li,#auth_dashboard_widget #new_auth_settings_access_users_approved{flex-wrap:nowrap}#auth_dashboard_widget #list_auth_settings_access_users_pending li>*,#auth_dashboard_widget #list_auth_settings_access_users_approved li>*,#auth_dashboard_widget #new_auth_settings_access_users_approved>*{flex:0 0 auto}#auth_dashboard_widget #list_auth_settings_access_users_pending li>: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){flex-shrink:1}#auth_dashboard_widget #list_auth_settings_access_users_pending li>:nth-child(2),#auth_dashboard_widget #list_auth_settings_access_users_approved li>:nth-child(2),#auth_dashboard_widget #new_auth_settings_access_users_approved>:nth-child(2){flex-shrink:2}#auth_dashboard_widget #list_auth_settings_access_users_pending li>:nth-child(3),#auth_dashboard_widget #list_auth_settings_access_users_approved li>:nth-child(3),#auth_dashboard_widget #new_auth_settings_access_users_approved>:nth-child(3){flex-shrink:2}#auth_dashboard_widget #list_auth_settings_access_users_pending li>:nth-child(4),#auth_dashboard_widget #list_auth_settings_access_users_approved li>:nth-child(4),#auth_dashboard_widget #new_auth_settings_access_users_approved>:nth-child(4){flex-shrink:2}#auth_dashboard_widget #list_auth_settings_access_users_pending li>:nth-child(5),#auth_dashboard_widget #list_auth_settings_access_users_approved li>:nth-child(5),#auth_dashboard_widget #new_auth_settings_access_users_approved>:nth-child(5){flex-shrink:1}#auth_dashboard_widget #list_auth_settings_access_users_pending li input,#auth_dashboard_widget #list_auth_settings_access_users_pending li select,#auth_dashboard_widget #list_auth_settings_access_users_approved li input,#auth_dashboard_widget #list_auth_settings_access_users_approved li select,#auth_dashboard_widget #new_auth_settings_access_users_approved input,#auth_dashboard_widget #new_auth_settings_access_users_approved select{min-width:0}.toplevel_page_authorizer .button.dashicons-before:before,.settings_page_authorizer .button.dashicons-before:before,#auth_dashboard_widget .button.dashicons-before:before{vertical-align:middle;padding-right:2px;font-size:16px}.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_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{background-color:#f5e6ab;border-color:#f0c33c}.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:#b8e6bf;border-color:#1ed14b}.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:#facfd2;border-color:#ff8085}.toplevel_page_authorizer:not(.network-admin) .auth-multisite-username,.toplevel_page_authorizer:not(.network-admin) .auth-multisite-email,.toplevel_page_authorizer:not(.network-admin) .auth-multisite-role,.toplevel_page_authorizer:not(.network-admin) .auth-multisite-usermeta,.toplevel_page_authorizer:not(.network-admin) .auth-multisite-date-added,.settings_page_authorizer:not(.network-admin) .auth-multisite-username,.settings_page_authorizer:not(.network-admin) .auth-multisite-email,.settings_page_authorizer:not(.network-admin) .auth-multisite-role,.settings_page_authorizer:not(.network-admin) .auth-multisite-usermeta,.settings_page_authorizer:not(.network-admin) .auth-multisite-date-added,#auth_dashboard_widget:not(.network-admin) .auth-multisite-username,#auth_dashboard_widget:not(.network-admin) .auth-multisite-email,#auth_dashboard_widget:not(.network-admin) .auth-multisite-role,#auth_dashboard_widget:not(.network-admin) .auth-multisite-usermeta,#auth_dashboard_widget:not(.network-admin) .auth-multisite-date-added{opacity:.5}.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 form table.form-table td,.settings_page_authorizer form table.form-table td,#auth_dashboard_widget form table.form-table td{position:relative}.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:#fff;border:1px solid #8c8f94;cursor:default;margin:0 15em;opacity:0;padding:8px;position:absolute;top:0;left:0;-webkit-transition:opacity .1s ease-in-out;-moz-transition:opacity .1s ease-in-out;transition:opacity .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 rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);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,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(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:rgba(0,0,0,0);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: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{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,.125);box-shadow:inset 0 3px 5px rgba(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}html.busy,html.busy *{cursor:wait !important}/*# sourceMappingURL=authorizer.css.map */