blob: 6915f8adacf2416aec8b554e29222c46f11a1cde [file] [log] [blame]
Ed Tanous904063f2017-03-02 16:48:24 -08001/* navbar */
Ed Tanous4758d5b2017-06-06 15:28:13 -07002
Ed Tanous904063f2017-03-02 16:48:24 -08003.navbar-inverse {
4 background-color: #0071c5;
5 border-color: #E7E7E7;
6}
Ed Tanous4758d5b2017-06-06 15:28:13 -07007
Ed Tanous904063f2017-03-02 16:48:24 -08008.navbar-inverse .navbar-brand {
Ed Tanous4758d5b2017-06-06 15:28:13 -07009 color: #f3f3f3;
Ed Tanous904063f2017-03-02 16:48:24 -080010}
11
Ed Tanous4758d5b2017-06-06 15:28:13 -070012.navbar-inverse .navbar-brand:hover,
13.navbar-inverse .navbar-brand:focus {
14 color: #fff;
15 background-color: transparent;
16}
17
18
Ed Tanous904063f2017-03-02 16:48:24 -080019/* Make the brand icon look right */
Ed Tanous4758d5b2017-06-06 15:28:13 -070020
Ed Tanous904063f2017-03-02 16:48:24 -080021.navbar-brand {
Ed Tanous4758d5b2017-06-06 15:28:13 -070022 padding: 0px 0px;
Ed Tanous904063f2017-03-02 16:48:24 -080023}
24
25.navbar-inverse .navbar-text {
Ed Tanous904063f2017-03-02 16:48:24 -080026 color: #f3f3f3;
Ed Tanous4758d5b2017-06-06 15:28:13 -070027}
28
29.navbar-inverse .navbar-nav>li>a {
30 color: #f3f3f3;
31}
32
33.navbar-inverse .navbar-nav>li>a:hover,
34.navbar-inverse .navbar-nav>li>a:focus {
Ed Tanous904063f2017-03-02 16:48:24 -080035 color: #fff;
36 background-color: transparent;
Ed Tanous4758d5b2017-06-06 15:28:13 -070037}
38
39.navbar-inverse .navbar-nav>.active>a,
40.navbar-inverse .navbar-nav>.active>a:hover,
41.navbar-inverse .navbar-nav>.active>a:focus {
Ed Tanous904063f2017-03-02 16:48:24 -080042 color: #fff;
Ed Tanous4758d5b2017-06-06 15:28:13 -070043 background-color: #080808;
44}
45
46.navbar-inverse .navbar-nav>.disabled>a,
47.navbar-inverse .navbar-nav>.disabled>a:hover,
48.navbar-inverse .navbar-nav>.disabled>a:focus {
Ed Tanous904063f2017-03-02 16:48:24 -080049 color: #444;
50 background-color: transparent;
Ed Tanous904063f2017-03-02 16:48:24 -080051}
Ed Tanous4758d5b2017-06-06 15:28:13 -070052
53.navbar-inverse .navbar-toggle {
54 border-color: #333;
55}
56
57.navbar-inverse .navbar-toggle:hover,
58.navbar-inverse .navbar-toggle:focus {
59 background-color: #333;
60}
61
62.navbar-inverse .navbar-toggle .icon-bar {
63 background-color: #fff;
64}
65
66.navbar-inverse .navbar-collapse,
67.navbar-inverse .navbar-form {
68 border-color: #0071c5;
69}
70
71.navbar-inverse .navbar-nav>.open>a,
72.navbar-inverse .navbar-nav>.open>a:hover,
73.navbar-inverse .navbar-nav>.open>a:focus {
74 color: #fff;
75 background-color: #0071c5;
76}
77
78@media (max-width: 767px) {
79 .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
80 border-color: #0071c5;
81 }
82 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
83 background-color: #0071c5;
84 }
85 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
86 color: #f3f3f3;
87 }
88 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
89 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
90 color: #fff;
91 background-color: transparent;
92 }
93 .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
94 .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
95 .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
96 color: #fff;
97 background-color: #0071c5;
98 }
99 .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
100 .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
101 .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
102 color: #444;
103 background-color: transparent;
104 }
105}
106
Ed Tanous904063f2017-03-02 16:48:24 -0800107.navbar-inverse .navbar-link {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700108 color: #f3f3f3;
Ed Tanous904063f2017-03-02 16:48:24 -0800109}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700110
Ed Tanous904063f2017-03-02 16:48:24 -0800111.navbar-inverse .navbar-link:hover {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700112 color: #fff;
Ed Tanous904063f2017-03-02 16:48:24 -0800113}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700114
Ed Tanous904063f2017-03-02 16:48:24 -0800115.navbar-inverse .btn-link {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700116 color: #f3f3f3;
Ed Tanous904063f2017-03-02 16:48:24 -0800117}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700118
Ed Tanous904063f2017-03-02 16:48:24 -0800119.navbar-inverse .btn-link:hover,
120.navbar-inverse .btn-link:focus {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700121 color: #fff;
Ed Tanous904063f2017-03-02 16:48:24 -0800122}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700123
Ed Tanous904063f2017-03-02 16:48:24 -0800124.navbar-inverse .btn-link[disabled]:hover,
125fieldset[disabled] .navbar-inverse .btn-link:hover,
126.navbar-inverse .btn-link[disabled]:focus,
127fieldset[disabled] .navbar-inverse .btn-link:focus {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700128 color: #444;
Ed Tanous904063f2017-03-02 16:48:24 -0800129}
130
Ed Tanous4758d5b2017-06-06 15:28:13 -0700131
Ed Tanous904063f2017-03-02 16:48:24 -0800132/* Collapse the navbar at 900 pixels*/
Ed Tanous4758d5b2017-06-06 15:28:13 -0700133
Ed Tanous904063f2017-03-02 16:48:24 -0800134@media (max-width: 900px) {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700135 .navbar-header {
136 float: none;
137 }
138 .navbar-left,
139 .navbar-right {
140 float: none !important;
141 }
142 .navbar-toggle {
143 display: block;
144 }
145 .navbar-collapse {
146 border-top: 1px solid transparent;
147 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
148 }
149 .navbar-fixed-top {
150 top: 0;
151 border-width: 0 0 1px;
152 }
153 .navbar-collapse.collapse {
154 display: none!important;
155 }
156 .navbar-nav {
157 float: none!important;
158 margin-top: 7.5px;
159 }
160 .navbar-nav>li {
161 float: none;
162 }
163 .navbar-nav>li>a {
164 padding-top: 10px;
165 padding-bottom: 10px;
166 }
167 .collapse.in {
168 display: block !important;
169 }
Ed Tanous904063f2017-03-02 16:48:24 -0800170}
171
Ed Tanous4758d5b2017-06-06 15:28:13 -0700172.system-status-table>tbody>tr>td,
173.system-status-table>thead>tr>th {
174 text-align: left;
Ed Tanous904063f2017-03-02 16:48:24 -0800175}
176
Ed Tanous4758d5b2017-06-06 15:28:13 -0700177
Ed Tanous904063f2017-03-02 16:48:24 -0800178/*Push the first column right*/
Ed Tanous4758d5b2017-06-06 15:28:13 -0700179
180.system-status-table {
181 font-size: small;
Ed Tanous904063f2017-03-02 16:48:24 -0800182}
183
Ed Tanous4758d5b2017-06-06 15:28:13 -0700184.col-fixed-450 {
185 width: 450px;
186 position: fixed;
187 height: 100%;
Ed Tanous904063f2017-03-02 16:48:24 -0800188}
189
190
Ed Tanous904063f2017-03-02 16:48:24 -0800191/* JSON pretty print for the Rest API*/
Ed Tanous4758d5b2017-06-06 15:28:13 -0700192
193
Ed Tanous904063f2017-03-02 16:48:24 -0800194/* source https://rawgit.com/google/code-prettify/master/styles/index.html*/
Ed Tanous4758d5b2017-06-06 15:28:13 -0700195
196
Ed Tanous904063f2017-03-02 16:48:24 -0800197/* Pretty printing styles. Used with prettify.js. */
Ed Tanous4758d5b2017-06-06 15:28:13 -0700198
199
Ed Tanous904063f2017-03-02 16:48:24 -0800200/* Vim sunburst theme by David Leibovic */
201
Ed Tanous4758d5b2017-06-06 15:28:13 -0700202pre .str,
203code .str {
204 color: #65B042;
205}
Ed Tanous904063f2017-03-02 16:48:24 -0800206
Ed Tanous4758d5b2017-06-06 15:28:13 -0700207
208/* string - green */
209
210pre .kwd,
211code .kwd {
212 color: #E28964;
213}
214
215
216/* keyword - dark pink */
217
218pre .com,
219code .com {
220 color: #AEAEAE;
221 font-style: italic;
222}
223
224
225/* comment - gray */
226
227pre .typ,
228code .typ {
229 color: #89bdff;
230}
231
232
233/* type - light blue */
234
235pre .lit,
236code .lit {
237 color: #3387CC;
238}
239
240
241/* literal - blue */
242
243pre .pun,
244code .pun {
245 color: #fff;
246}
247
248
249/* punctuation - white */
250
251pre .pln,
252code .pln {
253 color: #fff;
254}
255
256
257/* plaintext - white */
258
259pre .tag,
260code .tag {
261 color: #89bdff;
262}
263
264
265/* html/xml tag - light blue */
266
267pre .atn,
268code .atn {
269 color: #bdb76b;
270}
271
272
273/* html/xml attribute name - khaki */
274
275pre .atv,
276code .atv {
277 color: #65B042;
278}
279
280
281/* html/xml attribute value - green */
282
283pre .dec,
284code .dec {
285 color: #3387CC;
286}
287
288
289/* decimal - blue */
290
291pre.prettyprint,
292code.prettyprint {
293 background-color: #000;
294 border-radius: 8px;
Ed Tanous904063f2017-03-02 16:48:24 -0800295}
296
297pre.prettyprint {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700298 width: 95%;
299 margin: 1em auto;
300 padding: 1em;
301 white-space: pre-wrap;
Ed Tanous904063f2017-03-02 16:48:24 -0800302}
303
Ed Tanous4758d5b2017-06-06 15:28:13 -0700304.table td.fit,
Ed Tanous904063f2017-03-02 16:48:24 -0800305.table th.fit {
306 white-space: nowrap;
307 width: 1%;
308}
309
310
311/* Specify class=linenums on a pre to get line numbering */
Ed Tanous4758d5b2017-06-06 15:28:13 -0700312
313ol.linenums {
314 margin-top: 0;
315 margin-bottom: 0;
316 color: #AEAEAE;
317}
318
319
320/* IE indents via margin-left */
321
322li.L0,
323li.L1,
324li.L2,
325li.L3,
326li.L5,
327li.L6,
328li.L7,
329li.L8 {
330 list-style-type: none
331}
332
333
Ed Tanous904063f2017-03-02 16:48:24 -0800334/* Alternate shading for lines */
Ed Tanous4758d5b2017-06-06 15:28:13 -0700335
336li.L1,
337li.L3,
338li.L5,
339li.L7,
340li.L9 {}
Ed Tanous904063f2017-03-02 16:48:24 -0800341
342@media print {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700343 pre .str,
344 code .str {
345 color: #060;
346 }
347 pre .kwd,
348 code .kwd {
349 color: #006;
350 font-weight: bold;
351 }
352 pre .com,
353 code .com {
354 color: #600;
355 font-style: italic;
356 }
357 pre .typ,
358 code .typ {
359 color: #404;
360 font-weight: bold;
361 }
362 pre .lit,
363 code .lit {
364 color: #044;
365 }
366 pre .pun,
367 code .pun {
368 color: #440;
369 }
370 pre .pln,
371 code .pln {
372 color: #000;
373 }
374 pre .tag,
375 code .tag {
376 color: #006;
377 font-weight: bold;
378 }
379 pre .atn,
380 code .atn {
381 color: #404;
382 }
383 pre .atv,
384 code .atv {
385 color: #060;
386 }
Ed Tanous904063f2017-03-02 16:48:24 -0800387}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700388
389
Ed Tanous904063f2017-03-02 16:48:24 -0800390/*
391 * Component: Box
392 * --------------
393 */
Ed Tanous4758d5b2017-06-06 15:28:13 -0700394
Ed Tanous904063f2017-03-02 16:48:24 -0800395.box {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700396 position: relative;
397 border-radius: 3px;
398 background: #ffffff;
399 border-top: 3px solid #d2d6de;
400 margin-bottom: 20px;
401 width: 100%;
402 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
Ed Tanous904063f2017-03-02 16:48:24 -0800403}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700404
Ed Tanous904063f2017-03-02 16:48:24 -0800405.box.box-primary {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700406 border-top-color: #0071c5;
Ed Tanous904063f2017-03-02 16:48:24 -0800407}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700408
Ed Tanous904063f2017-03-02 16:48:24 -0800409.box.box-info {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700410 border-top-color: #00c0ef;
Ed Tanous904063f2017-03-02 16:48:24 -0800411}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700412
Ed Tanous904063f2017-03-02 16:48:24 -0800413.box.box-danger {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700414 border-top-color: #dd4b39;
Ed Tanous904063f2017-03-02 16:48:24 -0800415}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700416
Ed Tanous904063f2017-03-02 16:48:24 -0800417.box.box-warning {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700418 border-top-color: #f39c12;
Ed Tanous904063f2017-03-02 16:48:24 -0800419}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700420
Ed Tanous904063f2017-03-02 16:48:24 -0800421.box.box-success {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700422 border-top-color: #00a65a;
Ed Tanous904063f2017-03-02 16:48:24 -0800423}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700424
Ed Tanous904063f2017-03-02 16:48:24 -0800425.box.box-default {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700426 border-top-color: #d2d6de;
Ed Tanous904063f2017-03-02 16:48:24 -0800427}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700428
Ed Tanous904063f2017-03-02 16:48:24 -0800429.box.collapsed-box .box-body,
430.box.collapsed-box .box-footer {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700431 display: none;
Ed Tanous904063f2017-03-02 16:48:24 -0800432}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700433
434.box .nav-stacked>li {
435 border-bottom: 1px solid #f4f4f4;
436 margin: 0;
Ed Tanous904063f2017-03-02 16:48:24 -0800437}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700438
439.box .nav-stacked>li:last-of-type {
440 border-bottom: none;
Ed Tanous904063f2017-03-02 16:48:24 -0800441}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700442
Ed Tanous904063f2017-03-02 16:48:24 -0800443.box.height-control .box-body {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700444 max-height: 300px;
445 overflow: auto;
Ed Tanous904063f2017-03-02 16:48:24 -0800446}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700447
Ed Tanous904063f2017-03-02 16:48:24 -0800448.box .border-right {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700449 border-right: 1px solid #f4f4f4;
Ed Tanous904063f2017-03-02 16:48:24 -0800450}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700451
Ed Tanous904063f2017-03-02 16:48:24 -0800452.box .border-left {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700453 border-left: 1px solid #f4f4f4;
Ed Tanous904063f2017-03-02 16:48:24 -0800454}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700455
Ed Tanous904063f2017-03-02 16:48:24 -0800456.box.box-solid {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700457 border-top: 0;
Ed Tanous904063f2017-03-02 16:48:24 -0800458}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700459
460.box.box-solid>.box-header .btn.btn-default {
461 background: transparent;
Ed Tanous904063f2017-03-02 16:48:24 -0800462}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700463
464.box.box-solid>.box-header .btn:hover,
465.box.box-solid>.box-header a:hover {
466 background: rgba(0, 0, 0, 0.1);
Ed Tanous904063f2017-03-02 16:48:24 -0800467}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700468
Ed Tanous904063f2017-03-02 16:48:24 -0800469.box.box-solid.box-default {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700470 border: 1px solid #d2d6de;
Ed Tanous904063f2017-03-02 16:48:24 -0800471}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700472
473.box.box-solid.box-default>.box-header {
474 color: #444444;
475 background: #d2d6de;
476 background-color: #d2d6de;
Ed Tanous904063f2017-03-02 16:48:24 -0800477}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700478
479.box.box-solid.box-default>.box-header a,
480.box.box-solid.box-default>.box-header .btn {
481 color: #444444;
Ed Tanous904063f2017-03-02 16:48:24 -0800482}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700483
Ed Tanous904063f2017-03-02 16:48:24 -0800484.box.box-solid.box-primary {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700485 border: 1px solid #0071c5;
Ed Tanous904063f2017-03-02 16:48:24 -0800486}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700487
488.box.box-solid.box-primary>.box-header {
489 color: #ffffff;
490 background: #0071c5;
491 background-color: #0071c5;
Ed Tanous904063f2017-03-02 16:48:24 -0800492}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700493
494.box.box-solid.box-primary>.box-header a,
495.box.box-solid.box-primary>.box-header .btn {
496 color: #ffffff;
Ed Tanous904063f2017-03-02 16:48:24 -0800497}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700498
Ed Tanous904063f2017-03-02 16:48:24 -0800499.box.box-solid.box-info {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700500 border: 1px solid #00c0ef;
Ed Tanous904063f2017-03-02 16:48:24 -0800501}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700502
503.box.box-solid.box-info>.box-header {
504 color: #ffffff;
505 background: #00c0ef;
506 background-color: #00c0ef;
Ed Tanous904063f2017-03-02 16:48:24 -0800507}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700508
509.box.box-solid.box-info>.box-header a,
510.box.box-solid.box-info>.box-header .btn {
511 color: #ffffff;
Ed Tanous904063f2017-03-02 16:48:24 -0800512}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700513
Ed Tanous904063f2017-03-02 16:48:24 -0800514.box.box-solid.box-danger {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700515 border: 1px solid #dd4b39;
Ed Tanous904063f2017-03-02 16:48:24 -0800516}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700517
518.box.box-solid.box-danger>.box-header {
519 color: #ffffff;
520 background: #dd4b39;
521 background-color: #dd4b39;
Ed Tanous904063f2017-03-02 16:48:24 -0800522}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700523
524.box.box-solid.box-danger>.box-header a,
525.box.box-solid.box-danger>.box-header .btn {
526 color: #ffffff;
Ed Tanous904063f2017-03-02 16:48:24 -0800527}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700528
Ed Tanous904063f2017-03-02 16:48:24 -0800529.box.box-solid.box-warning {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700530 border: 1px solid #f39c12;
Ed Tanous904063f2017-03-02 16:48:24 -0800531}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700532
533.box.box-solid.box-warning>.box-header {
534 color: #ffffff;
535 background: #f39c12;
536 background-color: #f39c12;
Ed Tanous904063f2017-03-02 16:48:24 -0800537}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700538
539.box.box-solid.box-warning>.box-header a,
540.box.box-solid.box-warning>.box-header .btn {
541 color: #ffffff;
Ed Tanous904063f2017-03-02 16:48:24 -0800542}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700543
Ed Tanous904063f2017-03-02 16:48:24 -0800544.box.box-solid.box-success {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700545 border: 1px solid #00a65a;
Ed Tanous904063f2017-03-02 16:48:24 -0800546}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700547
548.box.box-solid.box-success>.box-header {
549 color: #ffffff;
550 background: #00a65a;
551 background-color: #00a65a;
Ed Tanous904063f2017-03-02 16:48:24 -0800552}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700553
554.box.box-solid.box-success>.box-header a,
555.box.box-solid.box-success>.box-header .btn {
556 color: #ffffff;
Ed Tanous904063f2017-03-02 16:48:24 -0800557}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700558
559.box.box-solid>.box-header>.box-tools .btn {
560 border: 0;
561 box-shadow: none;
Ed Tanous904063f2017-03-02 16:48:24 -0800562}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700563
564.box.box-solid[class*='bg']>.box-header {
565 color: #fff;
Ed Tanous904063f2017-03-02 16:48:24 -0800566}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700567
568.box .box-group>.box {
569 margin-bottom: 5px;
Ed Tanous904063f2017-03-02 16:48:24 -0800570}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700571
Ed Tanous904063f2017-03-02 16:48:24 -0800572.box .knob-label {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700573 text-align: center;
574 color: #333;
575 font-weight: 100;
576 font-size: 12px;
577 margin-bottom: 0.3em;
Ed Tanous904063f2017-03-02 16:48:24 -0800578}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700579
580.box>.overlay,
581.overlay-wrapper>.overlay,
582.box>.loading-img,
583.overlay-wrapper>.loading-img {
584 position: absolute;
585 top: 0;
586 left: 0;
587 width: 100%;
588 height: 100%;
Ed Tanous904063f2017-03-02 16:48:24 -0800589}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700590
Ed Tanous904063f2017-03-02 16:48:24 -0800591.box .overlay,
592.overlay-wrapper .overlay {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700593 z-index: 50;
594 background: rgba(255, 255, 255, 0.7);
595 border-radius: 3px;
Ed Tanous904063f2017-03-02 16:48:24 -0800596}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700597
598.box .overlay>.fa,
599.overlay-wrapper .overlay>.fa {
600 position: absolute;
601 top: 50%;
602 left: 50%;
603 margin-left: -15px;
604 margin-top: -15px;
605 color: #000;
606 font-size: 30px;
Ed Tanous904063f2017-03-02 16:48:24 -0800607}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700608
Ed Tanous904063f2017-03-02 16:48:24 -0800609.box .overlay.dark,
610.overlay-wrapper .overlay.dark {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700611 background: rgba(0, 0, 0, 0.5);
Ed Tanous904063f2017-03-02 16:48:24 -0800612}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700613
Ed Tanous904063f2017-03-02 16:48:24 -0800614.box-header:before,
615.box-body:before,
616.box-footer:before,
617.box-header:after,
618.box-body:after,
619.box-footer:after {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700620 content: " ";
621 display: table;
Ed Tanous904063f2017-03-02 16:48:24 -0800622}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700623
Ed Tanous904063f2017-03-02 16:48:24 -0800624.box-header:after,
625.box-body:after,
626.box-footer:after {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700627 clear: both;
Ed Tanous904063f2017-03-02 16:48:24 -0800628}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700629
Ed Tanous904063f2017-03-02 16:48:24 -0800630.box-header {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700631 color: #444;
632 display: block;
633 padding: 10px;
634 position: relative;
Ed Tanous904063f2017-03-02 16:48:24 -0800635}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700636
Ed Tanous904063f2017-03-02 16:48:24 -0800637.box-header.with-border {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700638 border-bottom: 1px solid #f4f4f4;
Ed Tanous904063f2017-03-02 16:48:24 -0800639}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700640
Ed Tanous904063f2017-03-02 16:48:24 -0800641.collapsed-box .box-header.with-border {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700642 border-bottom: none;
Ed Tanous904063f2017-03-02 16:48:24 -0800643}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700644
645.box-header>.fa,
646.box-header>.glyphicon,
647.box-header>.ion,
Ed Tanous904063f2017-03-02 16:48:24 -0800648.box-header .box-title {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700649 display: inline-block;
650 font-size: 18px;
651 margin: 0;
652 line-height: 1;
Ed Tanous904063f2017-03-02 16:48:24 -0800653}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700654
655.box-header>.fa,
656.box-header>.glyphicon,
657.box-header>.ion {
658 margin-right: 5px;
Ed Tanous904063f2017-03-02 16:48:24 -0800659}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700660
661.box-header>.box-tools {
662 position: absolute;
663 right: 10px;
664 top: 5px;
Ed Tanous904063f2017-03-02 16:48:24 -0800665}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700666
667.box-header>.box-tools [data-toggle="tooltip"] {
668 position: relative;
Ed Tanous904063f2017-03-02 16:48:24 -0800669}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700670
671.box-header>.box-tools.pull-right .dropdown-menu {
672 right: 0;
673 left: auto;
Ed Tanous904063f2017-03-02 16:48:24 -0800674}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700675
Ed Tanous904063f2017-03-02 16:48:24 -0800676.btn-box-tool {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700677 padding: 5px;
678 font-size: 12px;
679 background: transparent;
680 color: #97a0b3;
Ed Tanous904063f2017-03-02 16:48:24 -0800681}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700682
Ed Tanous904063f2017-03-02 16:48:24 -0800683.open .btn-box-tool,
684.btn-box-tool:hover {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700685 color: #606c84;
Ed Tanous904063f2017-03-02 16:48:24 -0800686}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700687
Ed Tanous904063f2017-03-02 16:48:24 -0800688.btn-box-tool.btn:active {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700689 box-shadow: none;
Ed Tanous904063f2017-03-02 16:48:24 -0800690}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700691
Ed Tanous904063f2017-03-02 16:48:24 -0800692.box-body {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700693 border-top-left-radius: 0;
694 border-top-right-radius: 0;
695 border-bottom-right-radius: 3px;
696 border-bottom-left-radius: 3px;
697 padding: 10px;
Ed Tanous904063f2017-03-02 16:48:24 -0800698}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700699
Ed Tanous904063f2017-03-02 16:48:24 -0800700.no-header .box-body {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700701 border-top-right-radius: 3px;
702 border-top-left-radius: 3px;
Ed Tanous904063f2017-03-02 16:48:24 -0800703}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700704
705.box-body>.table {
706 margin-bottom: 0;
Ed Tanous904063f2017-03-02 16:48:24 -0800707}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700708
Ed Tanous904063f2017-03-02 16:48:24 -0800709.box-body .fc {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700710 margin-top: 5px;
Ed Tanous904063f2017-03-02 16:48:24 -0800711}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700712
Ed Tanous904063f2017-03-02 16:48:24 -0800713.box-body .full-width-chart {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700714 margin: -19px;
Ed Tanous904063f2017-03-02 16:48:24 -0800715}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700716
Ed Tanous904063f2017-03-02 16:48:24 -0800717.box-body.no-padding .full-width-chart {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700718 margin: -9px;
Ed Tanous904063f2017-03-02 16:48:24 -0800719}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700720
Ed Tanous904063f2017-03-02 16:48:24 -0800721.box-body .box-pane {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700722 border-top-left-radius: 0;
723 border-top-right-radius: 0;
724 border-bottom-right-radius: 0;
725 border-bottom-left-radius: 3px;
Ed Tanous904063f2017-03-02 16:48:24 -0800726}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700727
Ed Tanous904063f2017-03-02 16:48:24 -0800728.box-body .box-pane-right {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700729 border-top-left-radius: 0;
730 border-top-right-radius: 0;
731 border-bottom-right-radius: 3px;
732 border-bottom-left-radius: 0;
Ed Tanous904063f2017-03-02 16:48:24 -0800733}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700734
Ed Tanous904063f2017-03-02 16:48:24 -0800735.box-footer {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700736 border-top-left-radius: 0;
737 border-top-right-radius: 0;
738 border-bottom-right-radius: 3px;
739 border-bottom-left-radius: 3px;
740 border-top: 1px solid #f4f4f4;
741 padding: 10px;
742 background-color: #ffffff;
Ed Tanous904063f2017-03-02 16:48:24 -0800743}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700744
Ed Tanous904063f2017-03-02 16:48:24 -0800745.chart-legend {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700746 margin: 10px 0;
Ed Tanous904063f2017-03-02 16:48:24 -0800747}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700748
Ed Tanous904063f2017-03-02 16:48:24 -0800749@media (max-width: 991px) {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700750 .chart-legend>li {
751 float: left;
752 margin-right: 10px;
753 }
Ed Tanous904063f2017-03-02 16:48:24 -0800754}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700755
Ed Tanous904063f2017-03-02 16:48:24 -0800756.box-comments {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700757 background: #f7f7f7;
Ed Tanous904063f2017-03-02 16:48:24 -0800758}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700759
Ed Tanous904063f2017-03-02 16:48:24 -0800760.box-comments .box-comment {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700761 padding: 8px 0;
762 border-bottom: 1px solid #eee;
Ed Tanous904063f2017-03-02 16:48:24 -0800763}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700764
Ed Tanous904063f2017-03-02 16:48:24 -0800765.box-comments .box-comment:before,
766.box-comments .box-comment:after {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700767 content: " ";
768 display: table;
Ed Tanous904063f2017-03-02 16:48:24 -0800769}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700770
Ed Tanous904063f2017-03-02 16:48:24 -0800771.box-comments .box-comment:after {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700772 clear: both;
Ed Tanous904063f2017-03-02 16:48:24 -0800773}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700774
Ed Tanous904063f2017-03-02 16:48:24 -0800775.box-comments .box-comment:last-of-type {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700776 border-bottom: 0;
Ed Tanous904063f2017-03-02 16:48:24 -0800777}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700778
Ed Tanous904063f2017-03-02 16:48:24 -0800779.box-comments .box-comment:first-of-type {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700780 padding-top: 0;
Ed Tanous904063f2017-03-02 16:48:24 -0800781}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700782
Ed Tanous904063f2017-03-02 16:48:24 -0800783.box-comments .box-comment img {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700784 float: left;
Ed Tanous904063f2017-03-02 16:48:24 -0800785}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700786
Ed Tanous904063f2017-03-02 16:48:24 -0800787.box-comments .comment-text {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700788 margin-left: 40px;
789 color: #555;
Ed Tanous904063f2017-03-02 16:48:24 -0800790}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700791
Ed Tanous904063f2017-03-02 16:48:24 -0800792.box-comments .username {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700793 color: #444;
794 display: block;
795 font-weight: 600;
Ed Tanous904063f2017-03-02 16:48:24 -0800796}
Ed Tanous4758d5b2017-06-06 15:28:13 -0700797
Ed Tanous904063f2017-03-02 16:48:24 -0800798.box-comments .text-muted {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700799 font-weight: 400;
800 font-size: 12px;
Ed Tanous904063f2017-03-02 16:48:24 -0800801}
802
Ed Tanous4758d5b2017-06-06 15:28:13 -0700803.table-striped-invert>tbody>tr:nth-child(2n+1)>td,
804.table-striped>tbody>tr:nth-child(2n+1)>th {
805 background-color: #ffffff;
Ed Tanous904063f2017-03-02 16:48:24 -0800806}
Ed Tanous9140a672017-04-24 17:01:32 -0700807
Ed Tanous9140a672017-04-24 17:01:32 -0700808.div-fake-hidden {
Ed Tanous4758d5b2017-06-06 15:28:13 -0700809 width: 0px;
810 height: 0px;
811 overflow: hidden;
812}
813
814::-webkit-scrollbar {
815 width: .5em;
816 height: .5em
817}
818
819body.blur-theme::before,
820body.mobile.blur-theme .body-bg::before {
821 content: '';
822 height: 100%;
823 top: 0;
824 left: 0;
825 z-index: -1;
826 width: 100%;
827 will-change: transform
828}
829
830::-webkit-scrollbar-thumb {
831 background: #d9d9d9;
832 cursor: pointer
833}
834
835::-webkit-scrollbar-track {
836 background: 0 0
837}
838
839body {
840 scrollbar-face-color: #d9d9d9;
841 scrollbar-track-color: transparent;
842 font: 14px/16px Roboto, sans-serif;
843 color: #666;
844 background-color: #F0F3F4
845}
846
847body,
848html {
849 min-height: 100%;
850 min-width: 320px
851}
852
853body.blur-theme::before {
854 position: fixed;
855 background: url(../../static/img/blur-bg.jpg) center center no-repeat;
856 background-size: cover
857}
858
859body.mobile {
860 background: 0 0
861}
862
863body.mobile .body-bg {
864 display: block;
865 position: fixed;
866 top: 0;
867 left: 0;
868 bottom: 0;
869 right: 0;
870 background-attachment: inherit;
871 background-color: #F0F3F4
872}
873
874body.mobile.blur-theme .body-bg::before {
875 position: fixed;
876 background: url(../../static/img/blur-bg.jpg) center center no-repeat;
877 background-size: cover
878}
879
880@media screen and (-ms-high-contrast:active),
881(-ms-high-contrast:none) {
882 body,
883 html {
884 height: 100%
885 }
886 html {
887 overflow: hidden
888 }
889 body {
890 overflow: auto
891 }
892}
893
894a {
895 -webkit-transition: color .5s ease;
896 transition: color .5s ease;
897 outline: 0!important
898}
899
900.body-bg {
901 display: none
902}
903
904.al-header {
905 display: block;
906 height: 49px;
907 margin: 0;
908 background-repeat: repeat-x;
909 position: relative;
910 z-index: 905;
911 color: #444
912}
913
914.al-main {
915 margin-left: 180px;
916 padding: 66px 0 34px;
917 min-height: 500px
918}
919
920.al-footer {
921 height: 34px;
922 padding: 0 18px 0 180px;
923 width: 100%;
924 position: absolute;
925 display: block;
926 bottom: 0;
927 font-size: 13px;
928 color: #666;
929 -webkit-transition: padding-left .5s ease;
930 transition: padding-left .5s ease
931}
932
933.al-footer-main {
934 float: left;
935 margin-left: 15px
936}
937
938.al-copy {
939 float: left
940}
941
942.al-footer-right {
943 float: right;
944 margin-right: 12px
945}
946
947.al-share,
948.al-share li {
949 list-style: none;
950 float: left
951}
952
953.al-footer-right i {
954 margin: 0 4px;
955 color: #e85656;
956 font-size: 12px
957}
958
959.al-footer-right a {
960 margin-left: 4px;
961 color: #666
962}
963
964.al-footer-right a:hover {
965 color: #e85656
966}
967
968.al-share {
969 margin: -6px 0 0 12px;
970 padding: 0
971}
972
973.al-share li {
974 margin-left: 16px
975}
976
977.al-share li i {
978 cursor: pointer;
979 -webkit-transition: all .1s ease;
980 transition: all .1s ease;
981 color: #fff;
982 padding: 6px;
983 box-sizing: content-box;
984 font-size: 16px
985}
986
987.al-share li i:hover {
988 -webkit-transform: scale(1.2);
989 transform: scale(1.2)
990}
991
992.al-share li i.fa-facebook-square {
993 color: #3b5998
994}
995
996.al-share li i.fa-twitter-square {
997 color: #55acee
998}
999
1000.al-share li i.fa-google-plus-square {
1001 color: #dd4b39
1002}
1003
1004.al-content {
1005 padding: 8px 32px 8px 40px
1006}
1007
1008@media screen and (max-width: 500px) {
1009 .al-content {
1010 padding: 8px 20px
1011 }
1012}
1013
1014.vis-hidden {
1015 visibility: hidden;
1016 position: absolute;
1017 top: -9999px;
1018 left: -9999px
1019}
1020
1021.icon-down,
1022.icon-up {
1023 width: 5px;
1024 height: 13px;
1025 display: block
1026}
1027
1028.icon-up {
1029 background: url(../assets/img/arrow-green-up.svg) no-repeat
1030}
1031
1032.icon-down {
1033 background: url(../assets/img/arrow-red-down.svg) no-repeat
1034}
1035
1036.disable-text-selection {
1037 -webkit-touch-callout: none;
1038 -webkit-user-select: none;
1039 -moz-user-select: none;
1040 -ms-user-select: none;
1041 user-select: none
1042}
1043
1044.align-right {
1045 text-align: right
1046}
1047
1048.amcharts-chart-div>a {
1049 font-size: 6px!important
1050}
1051
1052.content-panel {
1053 padding-left: 22px;
1054 padding-top: 26px
1055}
1056
1057@media (max-width: 590px) {
1058 .al-footer-right {
1059 float: none;
1060 margin-bottom: 19px;
1061 margin-right: 0
1062 }
1063 .al-footer {
1064 height: 76px;
1065 text-align: center
1066 }
1067 .al-main {
1068 padding-bottom: 76px
1069 }
1070 .al-footer-main {
1071 float: none;
1072 display: inline-block
1073 }
1074}
1075
1076.full-invisible,
1077.full-invisible * {
1078 visibility: hidden!important
1079}
1080
1081.irs-grid-text {
1082 color: #666
1083}
1084
1085.btn.active.focus,
1086.btn.active:focus,
1087.btn.focus,
1088.btn:active.focus,
1089.btn:active:focus,
1090.btn:focus {
1091 outline: 0
1092}
1093
1094.btn {
1095 border-radius: 5px;
1096 -webkit-transition: all .1s ease;
1097 transition: all .1s ease
1098}
1099
1100button.progress-button.btn.btn-danger,
1101button.progress-button.btn.btn-default,
1102button.progress-button.btn.btn-info,
1103button.progress-button.btn.btn-primary,
1104button.progress-button.btn.btn-success,
1105button.progress-button.btn.btn-warning {
1106 border-radius: 0
1107}
1108
1109.btn:hover {
1110 -webkit-transform: scale(1.2);
1111 transform: scale(1.2)
1112}
1113
1114.open>.btn.dropdown-toggle.btn.btn-primary {
1115 background: #1b867b;
1116 border-color: #1b867b
1117}
1118
1119.open>.btn.dropdown-toggle.btn-success {
1120 background: #7a9d00;
1121 border-color: #7a9d00
1122}
1123
1124.open>.btn.dropdown-toggle.btn-info {
1125 background: #2692b2;
1126 border-color: #2692b2
1127}
1128
1129.open>.btn.dropdown-toggle.btn-warning {
1130 background: #be9c18;
1131 border-color: #be9c18
1132}
1133
1134.open>.btn.dropdown-toggle.btn-danger {
1135 background: #c54949;
1136 border-color: #c54949
1137}
1138
1139button.btn.btn-primary {
1140 background: #209e91;
1141 border-color: #209e91
1142}
1143
1144button.btn.btn-primary.disabled,
1145button.btn.btn-primary.disabled.active,
1146button.btn.btn-primary.disabled.focus,
1147button.btn.btn-primary.disabled:active,
1148button.btn.btn-primary.disabled:focus,
1149button.btn.btn-primary.disabled:hover,
1150button.btn.btn-primary[disabled],
1151button.btn.btn-primary[disabled].active,
1152button.btn.btn-primary[disabled].focus,
1153button.btn.btn-primary[disabled]:active,
1154button.btn.btn-primary[disabled]:focus,
1155button.btn.btn-primary[disabled]:hover,
1156fieldset[disabled] button.btn.btn-primary,
1157fieldset[disabled] button.btn.btn-primary.active,
1158fieldset[disabled] button.btn.btn-primary.focus,
1159fieldset[disabled] button.btn.btn-primary:active,
1160fieldset[disabled] button.btn.btn-primary:focus,
1161fieldset[disabled] button.btn.btn-primary:hover {
1162 background: #209e91;
1163 border-color: #2caa9d
1164}
1165
1166button.btn.btn-primary.disabled.active:hover,
1167button.btn.btn-primary.disabled.focus:hover,
1168button.btn.btn-primary.disabled:active:hover,
1169button.btn.btn-primary.disabled:focus:hover,
1170button.btn.btn-primary.disabled:hover,
1171button.btn.btn-primary.disabled:hover:hover,
1172button.btn.btn-primary[disabled].active:hover,
1173button.btn.btn-primary[disabled].focus:hover,
1174button.btn.btn-primary[disabled]:active:hover,
1175button.btn.btn-primary[disabled]:focus:hover,
1176button.btn.btn-primary[disabled]:hover,
1177button.btn.btn-primary[disabled]:hover:hover,
1178fieldset[disabled] button.btn.btn-primary.active:hover,
1179fieldset[disabled] button.btn.btn-primary.focus:hover,
1180fieldset[disabled] button.btn.btn-primary:active:hover,
1181fieldset[disabled] button.btn.btn-primary:focus:hover,
1182fieldset[disabled] button.btn.btn-primary:hover,
1183fieldset[disabled] button.btn.btn-primary:hover:hover {
1184 -webkit-transform: none;
1185 transform: none
1186}
1187
1188button.btn.btn-primary.active,
1189button.btn.btn-primary.focus,
1190button.btn.btn-primary:active,
1191button.btn.btn-primary:focus,
1192button.btn.btn-primary:hover {
1193 background: #209e91;
1194 border-color: #088679
1195}
1196
1197button.btn.btn-primary:active,
1198button.btn.btn-primary:target {
1199 background-color: #1b867b
1200}
1201
1202button.btn.btn-default {
1203 border-width: 1px;
1204 color: #666;
1205 background: 0 0;
1206 border-color: #d6d6d6
1207}
1208
1209button.btn.btn-default.disabled,
1210button.btn.btn-default.disabled.active,
1211button.btn.btn-default.disabled.focus,
1212button.btn.btn-default.disabled:active,
1213button.btn.btn-default.disabled:focus,
1214button.btn.btn-default.disabled:hover,
1215button.btn.btn-default[disabled],
1216button.btn.btn-default[disabled].active,
1217button.btn.btn-default[disabled].focus,
1218button.btn.btn-default[disabled]:active,
1219button.btn.btn-default[disabled]:focus,
1220button.btn.btn-default[disabled]:hover,
1221fieldset[disabled] button.btn.btn-default,
1222fieldset[disabled] button.btn.btn-default.active,
1223fieldset[disabled] button.btn.btn-default.focus,
1224fieldset[disabled] button.btn.btn-default:active,
1225fieldset[disabled] button.btn.btn-default:focus,
1226fieldset[disabled] button.btn.btn-default:hover {
1227 background: 0 0;
1228 border-color: #e2e2e2
1229}
1230
1231button.btn.btn-default.disabled.active:hover,
1232button.btn.btn-default.disabled.focus:hover,
1233button.btn.btn-default.disabled:active:hover,
1234button.btn.btn-default.disabled:focus:hover,
1235button.btn.btn-default.disabled:hover,
1236button.btn.btn-default.disabled:hover:hover,
1237button.btn.btn-default[disabled].active:hover,
1238button.btn.btn-default[disabled].focus:hover,
1239button.btn.btn-default[disabled]:active:hover,
1240button.btn.btn-default[disabled]:focus:hover,
1241button.btn.btn-default[disabled]:hover,
1242button.btn.btn-default[disabled]:hover:hover,
1243fieldset[disabled] button.btn.btn-default.active:hover,
1244fieldset[disabled] button.btn.btn-default.focus:hover,
1245fieldset[disabled] button.btn.btn-default:active:hover,
1246fieldset[disabled] button.btn.btn-default:focus:hover,
1247fieldset[disabled] button.btn.btn-default:hover,
1248fieldset[disabled] button.btn.btn-default:hover:hover {
1249 -webkit-transform: none;
1250 transform: none
1251}
1252
1253button.btn.btn-default.active,
1254button.btn.btn-default.focus,
1255button.btn.btn-default:active,
1256button.btn.btn-default:focus,
1257button.btn.btn-default:hover {
1258 background: 0 0;
1259 border-color: #bebebe
1260}
1261
1262button.btn.btn-default:active,
1263button.btn.btn-default:target {
1264 background-color: rgba(0, 0, 0, .2);
1265 color: #666
1266}
1267
1268button.btn.btn-success {
1269 background: #90b900;
1270 border-color: #90b900
1271}
1272
1273button.btn.btn-success.disabled,
1274button.btn.btn-success.disabled.active,
1275button.btn.btn-success.disabled.focus,
1276button.btn.btn-success.disabled:active,
1277button.btn.btn-success.disabled:focus,
1278button.btn.btn-success.disabled:hover,
1279button.btn.btn-success[disabled],
1280button.btn.btn-success[disabled].active,
1281button.btn.btn-success[disabled].focus,
1282button.btn.btn-success[disabled]:active,
1283button.btn.btn-success[disabled]:focus,
1284button.btn.btn-success[disabled]:hover,
1285fieldset[disabled] button.btn.btn-success,
1286fieldset[disabled] button.btn.btn-success.active,
1287fieldset[disabled] button.btn.btn-success.focus,
1288fieldset[disabled] button.btn.btn-success:active,
1289fieldset[disabled] button.btn.btn-success:focus,
1290fieldset[disabled] button.btn.btn-success:hover {
1291 background: #90b900;
1292 border-color: #9cc50c
1293}
1294
1295button.btn.btn-success.disabled.active:hover,
1296button.btn.btn-success.disabled.focus:hover,
1297button.btn.btn-success.disabled:active:hover,
1298button.btn.btn-success.disabled:focus:hover,
1299button.btn.btn-success.disabled:hover,
1300button.btn.btn-success.disabled:hover:hover,
1301button.btn.btn-success[disabled].active:hover,
1302button.btn.btn-success[disabled].focus:hover,
1303button.btn.btn-success[disabled]:active:hover,
1304button.btn.btn-success[disabled]:focus:hover,
1305button.btn.btn-success[disabled]:hover,
1306button.btn.btn-success[disabled]:hover:hover,
1307fieldset[disabled] button.btn.btn-success.active:hover,
1308fieldset[disabled] button.btn.btn-success.focus:hover,
1309fieldset[disabled] button.btn.btn-success:active:hover,
1310fieldset[disabled] button.btn.btn-success:focus:hover,
1311fieldset[disabled] button.btn.btn-success:hover,
1312fieldset[disabled] button.btn.btn-success:hover:hover {
1313 -webkit-transform: none;
1314 transform: none
1315}
1316
1317button.btn.btn-success.active,
1318button.btn.btn-success.focus,
1319button.btn.btn-success:active,
1320button.btn.btn-success:focus,
1321button.btn.btn-success:hover {
1322 background: #90b900;
1323 border-color: #78a100
1324}
1325
1326button.btn.btn-success:active,
1327button.btn.btn-success:target {
1328 background-color: #7a9d00
1329}
1330
1331button.btn.btn-info {
1332 background: #2dacd1;
1333 border-color: #2dacd1
1334}
1335
1336button.btn.btn-info.disabled,
1337button.btn.btn-info.disabled.active,
1338button.btn.btn-info.disabled.focus,
1339button.btn.btn-info.disabled:active,
1340button.btn.btn-info.disabled:focus,
1341button.btn.btn-info.disabled:hover,
1342button.btn.btn-info[disabled],
1343button.btn.btn-info[disabled].active,
1344button.btn.btn-info[disabled].focus,
1345button.btn.btn-info[disabled]:active,
1346button.btn.btn-info[disabled]:focus,
1347button.btn.btn-info[disabled]:hover,
1348fieldset[disabled] button.btn.btn-info,
1349fieldset[disabled] button.btn.btn-info.active,
1350fieldset[disabled] button.btn.btn-info.focus,
1351fieldset[disabled] button.btn.btn-info:active,
1352fieldset[disabled] button.btn.btn-info:focus,
1353fieldset[disabled] button.btn.btn-info:hover {
1354 background: #2dacd1;
1355 border-color: #39b8dd
1356}
1357
1358button.btn.btn-info.disabled.active:hover,
1359button.btn.btn-info.disabled.focus:hover,
1360button.btn.btn-info.disabled:active:hover,
1361button.btn.btn-info.disabled:focus:hover,
1362button.btn.btn-info.disabled:hover,
1363button.btn.btn-info.disabled:hover:hover,
1364button.btn.btn-info[disabled].active:hover,
1365button.btn.btn-info[disabled].focus:hover,
1366button.btn.btn-info[disabled]:active:hover,
1367button.btn.btn-info[disabled]:focus:hover,
1368button.btn.btn-info[disabled]:hover,
1369button.btn.btn-info[disabled]:hover:hover,
1370fieldset[disabled] button.btn.btn-info.active:hover,
1371fieldset[disabled] button.btn.btn-info.focus:hover,
1372fieldset[disabled] button.btn.btn-info:active:hover,
1373fieldset[disabled] button.btn.btn-info:focus:hover,
1374fieldset[disabled] button.btn.btn-info:hover,
1375fieldset[disabled] button.btn.btn-info:hover:hover {
1376 -webkit-transform: none;
1377 transform: none
1378}
1379
1380button.btn.btn-info.active,
1381button.btn.btn-info.focus,
1382button.btn.btn-info:active,
1383button.btn.btn-info:focus,
1384button.btn.btn-info:hover {
1385 background: #2dacd1;
1386 border-color: #1594b9
1387}
1388
1389button.btn.btn-info:active,
1390button.btn.btn-info:target {
1391 background-color: #2692b2
1392}
1393
1394button.btn.btn-warning {
1395 background: #dfb81c;
1396 border-color: #dfb81c
1397}
1398
1399button.btn.btn-warning.disabled,
1400button.btn.btn-warning.disabled.active,
1401button.btn.btn-warning.disabled.focus,
1402button.btn.btn-warning.disabled:active,
1403button.btn.btn-warning.disabled:focus,
1404button.btn.btn-warning.disabled:hover,
1405button.btn.btn-warning[disabled],
1406button.btn.btn-warning[disabled].active,
1407button.btn.btn-warning[disabled].focus,
1408button.btn.btn-warning[disabled]:active,
1409button.btn.btn-warning[disabled]:focus,
1410button.btn.btn-warning[disabled]:hover,
1411fieldset[disabled] button.btn.btn-warning,
1412fieldset[disabled] button.btn.btn-warning.active,
1413fieldset[disabled] button.btn.btn-warning.focus,
1414fieldset[disabled] button.btn.btn-warning:active,
1415fieldset[disabled] button.btn.btn-warning:focus,
1416fieldset[disabled] button.btn.btn-warning:hover {
1417 background: #dfb81c;
1418 border-color: #ebc428
1419}
1420
1421button.btn.btn-warning.disabled.active:hover,
1422button.btn.btn-warning.disabled.focus:hover,
1423button.btn.btn-warning.disabled:active:hover,
1424button.btn.btn-warning.disabled:focus:hover,
1425button.btn.btn-warning.disabled:hover,
1426button.btn.btn-warning.disabled:hover:hover,
1427button.btn.btn-warning[disabled].active:hover,
1428button.btn.btn-warning[disabled].focus:hover,
1429button.btn.btn-warning[disabled]:active:hover,
1430button.btn.btn-warning[disabled]:focus:hover,
1431button.btn.btn-warning[disabled]:hover,
1432button.btn.btn-warning[disabled]:hover:hover,
1433fieldset[disabled] button.btn.btn-warning.active:hover,
1434fieldset[disabled] button.btn.btn-warning.focus:hover,
1435fieldset[disabled] button.btn.btn-warning:active:hover,
1436fieldset[disabled] button.btn.btn-warning:focus:hover,
1437fieldset[disabled] button.btn.btn-warning:hover,
1438fieldset[disabled] button.btn.btn-warning:hover:hover {
1439 -webkit-transform: none;
1440 transform: none
1441}
1442
1443button.btn.btn-warning.active,
1444button.btn.btn-warning.focus,
1445button.btn.btn-warning:active,
1446button.btn.btn-warning:focus,
1447button.btn.btn-warning:hover {
1448 background: #dfb81c;
1449 border-color: #c7a004
1450}
1451
1452button.btn.btn-warning:active,
1453button.btn.btn-warning:target {
1454 background-color: #be9c18
1455}
1456
1457button.btn.btn-danger {
1458 background: #e85656;
1459 border-color: #e85656
1460}
1461
1462button.btn.btn-danger.disabled,
1463button.btn.btn-danger.disabled.active,
1464button.btn.btn-danger.disabled.focus,
1465button.btn.btn-danger.disabled:active,
1466button.btn.btn-danger.disabled:focus,
1467button.btn.btn-danger.disabled:hover,
1468button.btn.btn-danger[disabled],
1469button.btn.btn-danger[disabled].active,
1470button.btn.btn-danger[disabled].focus,
1471button.btn.btn-danger[disabled]:active,
1472button.btn.btn-danger[disabled]:focus,
1473button.btn.btn-danger[disabled]:hover,
1474fieldset[disabled] button.btn.btn-danger,
1475fieldset[disabled] button.btn.btn-danger.active,
1476fieldset[disabled] button.btn.btn-danger.focus,
1477fieldset[disabled] button.btn.btn-danger:active,
1478fieldset[disabled] button.btn.btn-danger:focus,
1479fieldset[disabled] button.btn.btn-danger:hover {
1480 background: #e85656;
1481 border-color: #f46262
1482}
1483
1484button.btn.btn-danger.disabled.active:hover,
1485button.btn.btn-danger.disabled.focus:hover,
1486button.btn.btn-danger.disabled:active:hover,
1487button.btn.btn-danger.disabled:focus:hover,
1488button.btn.btn-danger.disabled:hover,
1489button.btn.btn-danger.disabled:hover:hover,
1490button.btn.btn-danger[disabled].active:hover,
1491button.btn.btn-danger[disabled].focus:hover,
1492button.btn.btn-danger[disabled]:active:hover,
1493button.btn.btn-danger[disabled]:focus:hover,
1494button.btn.btn-danger[disabled]:hover,
1495button.btn.btn-danger[disabled]:hover:hover,
1496fieldset[disabled] button.btn.btn-danger.active:hover,
1497fieldset[disabled] button.btn.btn-danger.focus:hover,
1498fieldset[disabled] button.btn.btn-danger:active:hover,
1499fieldset[disabled] button.btn.btn-danger:focus:hover,
1500fieldset[disabled] button.btn.btn-danger:hover,
1501fieldset[disabled] button.btn.btn-danger:hover:hover {
1502 -webkit-transform: none;
1503 transform: none
1504}
1505
1506button.btn.btn-danger.active,
1507button.btn.btn-danger.focus,
1508button.btn.btn-danger:active,
1509button.btn.btn-danger:focus,
1510button.btn.btn-danger:hover {
1511 background: #e85656;
1512 border-color: #d03e3e
1513}
1514
1515button.btn.btn-danger:active,
1516button.btn.btn-danger:target {
1517 background-color: #c54949
1518}
1519
1520button.btn.btn-inverse {
1521 background: #949494;
1522 border-color: #949494;
1523 color: #fff
1524}
1525
1526button.btn.btn-inverse.disabled,
1527button.btn.btn-inverse.disabled.active,
1528button.btn.btn-inverse.disabled.focus,
1529button.btn.btn-inverse.disabled:active,
1530button.btn.btn-inverse.disabled:focus,
1531button.btn.btn-inverse.disabled:hover,
1532button.btn.btn-inverse[disabled],
1533button.btn.btn-inverse[disabled].active,
1534button.btn.btn-inverse[disabled].focus,
1535button.btn.btn-inverse[disabled]:active,
1536button.btn.btn-inverse[disabled]:focus,
1537button.btn.btn-inverse[disabled]:hover,
1538fieldset[disabled] button.btn.btn-inverse,
1539fieldset[disabled] button.btn.btn-inverse.active,
1540fieldset[disabled] button.btn.btn-inverse.focus,
1541fieldset[disabled] button.btn.btn-inverse:active,
1542fieldset[disabled] button.btn.btn-inverse:focus,
1543fieldset[disabled] button.btn.btn-inverse:hover {
1544 background: #949494;
1545 border-color: #a0a0a0
1546}
1547
1548button.btn.btn-inverse.disabled.active:hover,
1549button.btn.btn-inverse.disabled.focus:hover,
1550button.btn.btn-inverse.disabled:active:hover,
1551button.btn.btn-inverse.disabled:focus:hover,
1552button.btn.btn-inverse.disabled:hover,
1553button.btn.btn-inverse.disabled:hover:hover,
1554button.btn.btn-inverse[disabled].active:hover,
1555button.btn.btn-inverse[disabled].focus:hover,
1556button.btn.btn-inverse[disabled]:active:hover,
1557button.btn.btn-inverse[disabled]:focus:hover,
1558button.btn.btn-inverse[disabled]:hover,
1559button.btn.btn-inverse[disabled]:hover:hover,
1560fieldset[disabled] button.btn.btn-inverse.active:hover,
1561fieldset[disabled] button.btn.btn-inverse.focus:hover,
1562fieldset[disabled] button.btn.btn-inverse:active:hover,
1563fieldset[disabled] button.btn.btn-inverse:focus:hover,
1564fieldset[disabled] button.btn.btn-inverse:hover,
1565fieldset[disabled] button.btn.btn-inverse:hover:hover {
1566 -webkit-transform: none;
1567 transform: none
1568}
1569
1570button.btn.btn-inverse.active,
1571button.btn.btn-inverse.focus,
1572button.btn.btn-inverse:active,
1573button.btn.btn-inverse:focus,
1574button.btn.btn-inverse:hover {
1575 background: #949494;
1576 border-color: #7c7c7c
1577}
1578
1579button.btn.btn-inverse:active,
1580button.btn.btn-inverse:hover,
1581button.btn.btn-inverse:target {
1582 background-color: #949494;
1583 color: #fff
1584}
1585
1586.btn-with-icon i {
1587 margin-right: 10px
1588}
1589
1590.btn-group :hover,
1591.btn-toolbar :hover {
1592 -webkit-transform: none;
1593 transform: none
1594}
1595
1596.btn-group button.btn.btn-primary {
1597 border-color: #149285
1598}
1599
1600.btn-group button.btn.btn-primary:hover {
1601 border-color: #088679
1602}
1603
1604.btn-group button.btn.btn-danger {
1605 border-color: #dc4a4a
1606}
1607
1608.btn-group button.btn.btn-danger:hover {
1609 border-color: #d03e3e
1610}
1611
1612.btn-group button.btn.btn-info {
1613 border-color: #21a0c5
1614}
1615
1616.btn-group button.btn.btn-info:hover {
1617 border-color: #1594b9
1618}
1619
1620.btn-group button.btn.btn-success {
1621 border-color: #84ad00
1622}
1623
1624.btn-group button.btn.btn-success:hover {
1625 border-color: #78a100
1626}
1627
1628.btn-group button.btn.btn-warning {
1629 border-color: #d3ac10
1630}
1631
1632.btn-group button.btn.btn-warning:hover {
1633 border-color: #c7a004
1634}
1635
1636.btn-group .dropdown-menu {
1637 margin-top: 0
1638}
1639
1640.btn-toolbar {
1641 display: inline-block
1642}
1643
1644.btn .caret {
1645 margin-left: 2px
1646}
1647
1648button.progress-button .progress {
1649 margin-bottom: 0;
1650 border-radius: 0
1651}
1652
1653button.progress-button:hover {
1654 -webkit-transform: none;
1655 transform: none
1656}
1657
1658button.progress-button.progress-button-style-shrink.btn.disabled.progress-button-dir-horizontal:hover {
1659 -webkit-transform: scaleY(.3);
1660 transform: scaleY(.3)
1661}
1662
1663button.progress-button.progress-button-style-shrink.btn.disabled.progress-button-dir-vertical:hover {
1664 -webkit-transform: scaleX(.1);
1665 transform: scaleX(.1)
1666}
1667
1668button.progress-button.btn.btn-primary .content:after,
1669button.progress-button.btn.btn-primary .content:before {
1670 color: #000
1671}
1672
1673button.progress-button.btn.btn-primary.progress-button-style-move-up .content,
1674button.progress-button.btn.btn-primary.progress-button-style-slide-down .content {
1675 background-color: #17746a
1676}
1677
1678button.progress-button.btn.btn-primary.progress-button-style-lateral-lines .progress-inner {
1679 border-color: #17746a;
1680 background: 0 0
1681}
1682
1683button.progress-button.btn.btn-primary .progress {
1684 background-color: #17746a;
1685 box-shadow: 0 1px 0 #17746a
1686}
1687
1688button.progress-button.btn.btn-primary .progress-inner {
1689 background-color: #0f4943
1690}
1691
1692button.progress-button.btn.btn-primary.progress-button-perspective {
1693 background: 0 0
1694}
1695
1696button.progress-button.btn.btn-primary.progress-button-perspective .content {
1697 background-color: #209e91
1698}
1699
1700button.progress-button.btn.btn-default .content:after,
1701button.progress-button.btn.btn-default .content:before {
1702 color: #999
1703}
1704
1705button.progress-button.btn.btn-default.progress-button-style-move-up .content,
1706button.progress-button.btn.btn-default.progress-button-style-slide-down .content {
1707 background-color: #e6e6e6
1708}
1709
1710button.progress-button.btn.btn-default.progress-button-style-lateral-lines .progress-inner {
1711 border-color: #e6e6e6;
1712 background: 0 0
1713}
1714
1715button.progress-button.btn.btn-default .progress {
1716 background-color: #e6e6e6;
1717 box-shadow: 0 1px 0 #e6e6e6
1718}
1719
1720button.progress-button.btn.btn-default .progress-inner {
1721 background-color: #ccc
1722}
1723
1724button.progress-button.btn.btn-default.progress-button-perspective {
1725 background: 0 0
1726}
1727
1728button.progress-button.btn.btn-default.progress-button-perspective .content {
1729 background-color: #fff
1730}
1731
1732button.progress-button.btn.btn-success .content:after,
1733button.progress-button.btn.btn-success .content:before {
1734 color: #000
1735}
1736
1737button.progress-button.btn.btn-success.progress-button-style-move-up .content,
1738button.progress-button.btn.btn-success.progress-button-style-slide-down .content {
1739 background-color: #688600
1740}
1741
1742button.progress-button.btn.btn-success.progress-button-style-lateral-lines .progress-inner {
1743 border-color: #688600;
1744 background: 0 0
1745}
1746
1747button.progress-button.btn.btn-success .progress {
1748 background-color: #688600;
1749 box-shadow: 0 1px 0 #688600
1750}
1751
1752button.progress-button.btn.btn-success .progress-inner {
1753 background-color: #415300
1754}
1755
1756button.progress-button.btn.btn-success.progress-button-perspective {
1757 background: 0 0
1758}
1759
1760button.progress-button.btn.btn-success.progress-button-perspective .content {
1761 background-color: #90b900
1762}
1763
1764button.progress-button.btn.btn-info .content:after,
1765button.progress-button.btn.btn-info .content:before {
1766 color: #092229
1767}
1768
1769button.progress-button.btn.btn-info.progress-button-style-move-up .content,
1770button.progress-button.btn.btn-info.progress-button-style-slide-down .content {
1771 background-color: #2489a7
1772}
1773
1774button.progress-button.btn.btn-info.progress-button-style-lateral-lines .progress-inner {
1775 border-color: #2489a7;
1776 background: 0 0
1777}
1778
1779button.progress-button.btn.btn-info .progress {
1780 background-color: #2489a7;
1781 box-shadow: 0 1px 0 #2489a7
1782}
1783
1784button.progress-button.btn.btn-info .progress-inner {
1785 background-color: #1b677d
1786}
1787
1788button.progress-button.btn.btn-info.progress-button-perspective {
1789 background: 0 0
1790}
1791
1792button.progress-button.btn.btn-info.progress-button-perspective .content {
1793 background-color: #2dacd1
1794}
1795
1796button.progress-button.btn.btn-warning .content:after,
1797button.progress-button.btn.btn-warning .content:before {
1798 color: #2a2205
1799}
1800
1801button.progress-button.btn.btn-warning.progress-button-style-move-up .content,
1802button.progress-button.btn.btn-warning.progress-button-style-slide-down .content {
1803 background-color: #b29316
1804}
1805
1806button.progress-button.btn.btn-warning.progress-button-style-lateral-lines .progress-inner {
1807 border-color: #b29316;
1808 background: 0 0
1809}
1810
1811button.progress-button.btn.btn-warning .progress {
1812 background-color: #b29316;
1813 box-shadow: 0 1px 0 #b29316
1814}
1815
1816button.progress-button.btn.btn-warning .progress-inner {
1817 background-color: #846d11
1818}
1819
1820button.progress-button.btn.btn-warning.progress-button-perspective {
1821 background: 0 0
1822}
1823
1824button.progress-button.btn.btn-warning.progress-button-perspective .content {
1825 background-color: #dfb81c
1826}
1827
1828button.progress-button.btn.btn-danger .content:after,
1829button.progress-button.btn.btn-danger .content:before {
1830 color: #640e0e
1831}
1832
1833button.progress-button.btn.btn-danger.progress-button-style-move-up .content,
1834button.progress-button.btn.btn-danger.progress-button-style-slide-down .content {
1835 background-color: #e22929
1836}
1837
1838button.progress-button.btn.btn-danger.progress-button-style-lateral-lines .progress-inner {
1839 border-color: #e22929;
1840 background: 0 0
1841}
1842
1843button.progress-button.btn.btn-danger .progress {
1844 background-color: #e22929;
1845 box-shadow: 0 1px 0 #e22929
1846}
1847
1848button.progress-button.btn.btn-danger .progress-inner {
1849 background-color: #be1a1a
1850}
1851
1852button.progress-button.btn.btn-danger.progress-button-perspective {
1853 background: 0 0
1854}
1855
1856button.progress-button.btn.btn-danger.progress-button-perspective .content {
1857 background-color: #e85656
1858}
1859
1860.btn-raised {
1861 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .35)
1862}
1863
1864.btn-mm {
1865 padding: 5px 11px;
1866 font-size: 13px
1867}
1868
1869.btn-xm {
1870 padding: 8px 14px;
1871 font-size: 16px
1872}
1873
1874.dropdown button.btn.btn-default.dropdown-toggle {
1875 color: #666;
1876 border: 1px solid #d6d6d6;
1877 background-color: transparent
1878}
1879
1880.dropdown button.btn.btn-default.dropdown-toggle:active,
1881.dropdown button.btn.btn-default.dropdown-toggle:focus {
1882 background-color: #fff
1883}
1884
1885.bootstrap-select .dropdown-toggle:focus {
1886 outline: 0!important
1887}
1888
1889.bootstrap-switch .bootstrap-switch-container:focus,
1890.bootstrap-switch:focus {
1891 outline: 0
1892}
1893
1894.bootstrap-select button.btn-default:focus {
1895 color: #fff
1896}
1897
1898.bootstrap-select .btn {
1899 -webkit-transition: none;
1900 transition: none
1901}
1902
1903.label {
1904 border-radius: 0
1905}
1906
1907.label-primary {
1908 background: #209e91
1909}
1910
1911.label-info {
1912 background: #63bbb2
1913}
1914
1915.label-success {
1916 background: #90b900
1917}
1918
1919.label-warning {
1920 background: #dfb81c
1921}
1922
1923.label-danger {
1924 background: #e85656
1925}
1926
1927.form-horizontal label {
1928 line-height: 34px;
1929 margin-bottom: 0;
1930 padding-top: 0!important
1931}
1932
1933.form-group label {
1934 margin-bottom: 5px;
1935 color: #666;
1936 font-weight: 400;
1937 font-size: 13px
1938}
1939
1940.form-control {
1941 border: 1px solid #cbcbcb;
1942 background-color: #fff;
1943 box-shadow: none
1944}
1945
1946.form-control::-webkit-input-placeholder {
1947 color: #666;
1948 opacity: .7
1949}
1950
1951.form-control:-moz-placeholder {
1952 color: #666;
1953 opacity: .7
1954}
1955
1956.form-control::-moz-placeholder {
1957 color: #666;
1958 opacity: .7
1959}
1960
1961.form-control:-ms-input-placeholder {
1962 color: #666;
1963 opacity: .7
1964}
1965
1966.form-control:focus {
1967 box-shadow: none;
1968 border-color: #4db1a7;
1969 background: #fff
1970}
1971
1972select.form-control {
1973 padding-left: 8px
1974}
1975
1976textarea.form-control {
1977 height: 96px
1978}
1979
1980.form-inline .form-group input {
1981 width: 100%
1982}
1983
1984.form-inline .form-group label {
1985 margin-right: 12px
1986}
1987
1988.form-inline button[type=submit] {
1989 margin-left: 12px
1990}
1991
1992.form-inline label.custom-checkbox>span,
1993.form-inline label.custom-radio>span {
1994 display: block;
1995 margin-top: -13px;
1996 margin-right: 10px
1997}
1998
1999.switcher-container {
2000 margin-right: 10px;
2001 font-weight: 400
2002}
2003
2004.switcher-container input {
2005 display: none
2006}
2007
2008.switcher-container .switcher {
2009 position: relative;
2010 display: inline-block;
2011 width: 84px;
2012 overflow: hidden;
2013 border-radius: 6px;
2014 box-sizing: border-box;
2015 -webkit-transform: translateZ(0)
2016}
2017
2018.switcher-container .switcher.primary {
2019 border: 1px solid #209e91
2020}
2021
2022.switcher-container .switcher.primary .handle.handle-on {
2023 background-color: #209e91
2024}
2025
2026.switcher-container .switcher.success {
2027 border: 1px solid #90b900
2028}
2029
2030.switcher-container .switcher.success .handle.handle-on {
2031 background-color: #90b900
2032}
2033
2034.switcher-container .switcher.warning {
2035 border: 1px solid #dfb81c
2036}
2037
2038.switcher-container .switcher.warning .handle.handle-on {
2039 background-color: #dfb81c
2040}
2041
2042.switcher-container .switcher.danger {
2043 border: 1px solid #e85656
2044}
2045
2046.switcher-container .switcher.danger .handle.handle-on {
2047 background-color: #e85656
2048}
2049
2050.switcher-container .switcher.info {
2051 border: 1px solid #63bbb2
2052}
2053
2054.switcher-container .switcher.info .handle.handle-on {
2055 background-color: #63bbb2
2056}
2057
2058.switcher-container .switcher input {
2059 display: none
2060}
2061
2062.switcher-container .switcher .handle-container {
2063 position: relative;
2064 width: 126px;
2065 cursor: pointer;
2066 -webkit-transform: translate3d(-42px, 0, 0);
2067 transform: translate3d(-42px, 0, 0);
2068 -webkit-transition: -webkit-transform .2s linear;
2069 transition: -webkit-transform .2s linear;
2070 transition: transform .2s linear;
2071 transition: transform .2s linear, -webkit-transform .2s linear
2072}
2073
2074.switcher-container .switcher .handle-container .handle {
2075 width: 42px;
2076 float: left;
2077 line-height: 28px;
2078 height: 28px;
2079 font-size: 12px;
2080 text-align: center;
2081 color: #fff
2082}
2083
2084.switcher-container .switcher .handle-container .handle.handle-off {
2085 background: #d6d6d6;
2086 color: #000
2087}
2088
2089.switcher-container input:checked+.switcher {
2090 border: 1px solid #d6d6d6
2091}
2092
2093.switcher-container input:checked+.switcher .handle-container {
2094 -webkit-transform: translate3d(0, 0, 0);
2095 transform: translate3d(0, 0, 0)
2096}
2097
2098.switch-container {
2099 display: inline-block
2100}
2101
2102.switch-container.primary .bootstrap-switch.bootstrap-switch-on {
2103 border-color: #209e91
2104}
2105
2106.switch-container.success .bootstrap-switch.bootstrap-switch-on {
2107 border-color: #90b900
2108}
2109
2110.switch-container.warning .bootstrap-switch.bootstrap-switch-on {
2111 border-color: #dfb81c
2112}
2113
2114.switch-container.danger .bootstrap-switch.bootstrap-switch-on {
2115 border-color: #e85656
2116}
2117
2118.switch-container.info .bootstrap-switch.bootstrap-switch-on {
2119 border-color: #63bbb2
2120}
2121
2122.bootstrap-switch {
2123 border-radius: 5px;
2124 border: 1px solid #fff;
2125 -webkit-transition: border-color ease-in-out .7s, box-shadow ease-in-out .7s;
2126 transition: border-color ease-in-out .7s, box-shadow ease-in-out .7s
2127}
2128
2129.bootstrap-switch.bootstrap-switch-focused.bootstrap-switch-off,
2130.bootstrap-switch.bootstrap-switch-off {
2131 border-color: #d6d6d6
2132}
2133
2134.bootstrap-switch .bootstrap-switch-container,
2135.bootstrap-switch .bootstrap-switch-handle-off,
2136.bootstrap-switch .bootstrap-switch-handle-on,
2137.input-group>span {
2138 border-radius: 0
2139}
2140
2141.bootstrap-switch.bootstrap-switch-focused {
2142 box-shadow: none
2143}
2144
2145.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
2146 background: #fff
2147}
2148
2149.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
2150 background: #90b900
2151}
2152
2153.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
2154 background: #209e91
2155}
2156
2157.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
2158 background: #dfb81c
2159}
2160
2161.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
2162 background: #e85656
2163}
2164
2165.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
2166 background: #63bbb2
2167}
2168
2169.bootstrap-switch .bootstrap-switch-label {
2170 background: 0 0
2171}
2172
2173.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
2174 -webkit-transition: margin-left .2s;
2175 transition: margin-left .2s
2176}
2177
2178.switches {
2179 margin-left: -12px;
2180 margin-bottom: -12px
2181}
2182
2183.switches .switch-container {
2184 float: left;
2185 margin-left: 12px;
2186 margin-bottom: 12px
2187}
2188
2189.input-group {
2190 width: 100%;
2191 margin-bottom: 15px
2192}
2193
2194label.custom-checkbox,
2195label.custom-radio {
2196 padding-right: 0;
2197 padding-left: 0;
2198 margin-bottom: 0
2199}
2200
2201label.custom-checkbox>input,
2202label.custom-radio>input {
2203 height: 0;
2204 z-index: -100!important;
2205 opacity: 0;
2206 position: absolute
2207}
2208
2209label.custom-checkbox>input:checked+span:before,
2210label.custom-radio>input:checked+span:before {
2211 content: "\f00c";
2212 font-weight: 300
2213}
2214
2215label.custom-checkbox>input:disabled+span,
2216label.custom-radio>input:disabled+span {
2217 color: #ddd;
2218 cursor: not-allowed
2219}
2220
2221label.custom-checkbox>input:disabled+span:before,
2222label.custom-radio>input:disabled+span:before {
2223 border-color: #ddd!important;
2224 cursor: not-allowed
2225}
2226
2227label.custom-checkbox>span,
2228label.custom-radio>span {
2229 position: relative;
2230 display: inline-block;
2231 margin: 0;
2232 line-height: 16px;
2233 font-weight: 300;
2234 cursor: pointer;
2235 padding-left: 22px;
2236 width: 100%
2237}
2238
2239label.custom-checkbox>span:before,
2240label.custom-radio>span:before {
2241 cursor: pointer;
2242 font-family: fontAwesome;
2243 font-weight: 300;
2244 font-size: 12px;
2245 color: #666;
2246 content: "\a0";
2247 background-color: transparent;
2248 border: 1px solid #d6d6d6;
2249 border-radius: 0;
2250 display: inline-block;
2251 text-align: center;
2252 height: 16px;
2253 line-height: 14px;
2254 min-width: 16px;
2255 margin-right: 6px;
2256 position: relative;
2257 top: 0;
2258 margin-left: -22px;
2259 float: left
2260}
2261
2262.auth-main,
2263body,
2264html {
2265 height: 100%
2266}
2267
2268label.custom-checkbox>span:hover:before,
2269label.custom-radio>span:hover:before {
2270 border-color: #4db1a7
2271}
2272
2273.nowrap {
2274 white-space: nowrap
2275}
2276
2277.cut-with-dots {
2278 overflow: hidden;
2279 text-overflow: ellipsis;
2280 display: block
2281}
2282
2283label.custom-radio>input:checked+span:before {
2284 content: "\f111"
2285}
2286
2287label.custom-radio>span:before {
2288 border-radius: 16px;
2289 font-size: 9px
2290}
2291
2292label.custom-input-primary>span:before {
2293 color: #209e91
2294}
2295
2296label.custom-input-primary>span:hover:before {
2297 border-color: #209e91
2298}
2299
2300label.custom-input-success>span:before {
2301 color: #90b900
2302}
2303
2304label.custom-input-success>span:hover:before {
2305 border-color: #90b900
2306}
2307
2308label.custom-input-warning>span:before {
2309 color: #dfb81c
2310}
2311
2312label.custom-input-warning>span:hover:before {
2313 border-color: #dfb81c
2314}
2315
2316label.custom-input-danger>span:before {
2317 color: #e85656
2318}
2319
2320label.custom-input-danger>span:hover:before {
2321 border-color: #e85656
2322}
2323
2324.form-horizontal .checkbox,
2325.form-horizontal .checkbox-inline,
2326.form-horizontal .radio,
2327.form-horizontal .radio-inline {
2328 padding-top: 0
2329}
2330
2331.input-demo {
2332 line-height: 25px
2333}
2334
2335.has-success .control-label {
2336 color: #666
2337}
2338
2339.has-success .form-control-feedback,
2340.has-success label.custom-checkbox,
2341.has-success label.custom-checkbox>span:before,
2342.has-success label.custom-radio,
2343.has-success label.custom-radio>span:before {
2344 color: #a6c733
2345}
2346
2347.has-success .form-control {
2348 border: 1px solid #a6c733
2349}
2350
2351.has-success .form-control:focus {
2352 box-shadow: none;
2353 border-color: #90b900
2354}
2355
2356.has-success label.custom-checkbox>span:hover:before,
2357.has-success label.custom-radio>span:hover:before {
2358 border-color: #a6c733
2359}
2360
2361.has-success .input-group-addon {
2362 background-color: #a6c733;
2363 color: #fff
2364}
2365
2366.has-warning .control-label {
2367 color: #666
2368}
2369
2370.has-warning .form-control-feedback,
2371.has-warning label.custom-checkbox,
2372.has-warning label.custom-checkbox>span:before,
2373.has-warning label.custom-radio,
2374.has-warning label.custom-radio>span:before {
2375 color: #e5c649
2376}
2377
2378.has-warning .form-control {
2379 border: 1px solid #e5c649
2380}
2381
2382.has-warning .form-control:focus {
2383 box-shadow: none;
2384 border-color: #dfb81c
2385}
2386
2387.has-warning label.custom-checkbox>span:hover:before,
2388.has-warning label.custom-radio>span:hover:before {
2389 border-color: #e5c649
2390}
2391
2392.has-warning .input-group-addon {
2393 background-color: #e5c649;
2394 color: #fff
2395}
2396
2397.has-error .control-label {
2398 color: #666
2399}
2400
2401.has-error .form-control-feedback,
2402.has-error label.custom-checkbox,
2403.has-error label.custom-checkbox>span:before,
2404.has-error label.custom-radio,
2405.has-error label.custom-radio>span:before {
2406 color: #ed7878
2407}
2408
2409.has-error .form-control {
2410 border: 1px solid #ed7878
2411}
2412
2413.has-error .form-control:focus {
2414 box-shadow: none;
2415 border-color: #e85656
2416}
2417
2418.has-error label.custom-checkbox>span:hover:before,
2419.has-error label.custom-radio>span:hover:before {
2420 border-color: #ed7878
2421}
2422
2423.has-error .input-group-addon {
2424 background-color: #ed7878;
2425 color: #fff
2426}
2427
2428.has-feedback label~.form-control-feedback {
2429 top: 21px;
2430 font-size: 18px
2431}
2432
2433.bootstrap-select .btn-default:focus {
2434 color: #666
2435}
2436
2437.bootstrap-select>.dropdown-toggle.btn-danger,
2438.bootstrap-select>.dropdown-toggle.btn-danger:focus,
2439.bootstrap-select>.dropdown-toggle.btn-danger:hover,
2440.bootstrap-select>.dropdown-toggle.btn-info,
2441.bootstrap-select>.dropdown-toggle.btn-info:focus,
2442.bootstrap-select>.dropdown-toggle.btn-info:hover,
2443.bootstrap-select>.dropdown-toggle.btn-inverse,
2444.bootstrap-select>.dropdown-toggle.btn-inverse:focus,
2445.bootstrap-select>.dropdown-toggle.btn-inverse:hover,
2446.bootstrap-select>.dropdown-toggle.btn-primary,
2447.bootstrap-select>.dropdown-toggle.btn-primary:focus,
2448.bootstrap-select>.dropdown-toggle.btn-primary:hover,
2449.bootstrap-select>.dropdown-toggle.btn-success,
2450.bootstrap-select>.dropdown-toggle.btn-success:focus,
2451.bootstrap-select>.dropdown-toggle.btn-success:hover,
2452.bootstrap-select>.dropdown-toggle.btn-warning,
2453.bootstrap-select>.dropdown-toggle.btn-warning:focus,
2454.bootstrap-select>.dropdown-toggle.btn-warning:hover {
2455 color: #fff
2456}
2457
2458.form-control[disabled],
2459.form-control[readonly],
2460fieldset[disabled] .form-control {
2461 background-color: #fff;
2462 color: #ddd;
2463 border-color: #e2e2e2
2464}
2465
2466.form-control-rounded {
2467 border-radius: 16px
2468}
2469
2470.help-block {
2471 color: #949494
2472}
2473
2474.help-block.error-block {
2475 display: none
2476}
2477
2478.has-error .help-block.error-block.basic-block {
2479 display: block
2480}
2481
2482.input-group-addon-danger {
2483 background: #e85656;
2484 color: #fff;
2485 border-color: #e85656
2486}
2487
2488.input-group-addon-warning {
2489 background: #dfb81c;
2490 color: #fff;
2491 border-color: #dfb81c
2492}
2493
2494.input-group-addon-success {
2495 background: #90b900;
2496 color: #fff;
2497 border-color: #90b900
2498}
2499
2500.input-group-addon-primary {
2501 background: #209e91;
2502 color: #fff;
2503 border-color: #209e91
2504}
2505
2506.checkbox-demo-row {
2507 margin-bottom: 12px
2508}
2509
2510.dropdown-menu {
2511 border-radius: 5px
2512}
2513
2514.bootstrap-select.btn-group button.btn.btn-default {
2515 background: 0 0;
2516 color: #666
2517}
2518
2519.bootstrap-select.btn-group button.btn.btn-default:hover {
2520 background: #fff;
2521 box-shadow: none;
2522 outline: 0!important
2523}
2524
2525.bootstrap-select.btn-group button.btn.btn-default:active {
2526 background: #fff;
2527 box-shadow: none
2528}
2529
2530.bootstrap-select.btn-group.open>.btn.btn-default.dropdown-toggle {
2531 background: #fff;
2532 box-shadow: none;
2533 border-color: #d6d6d6
2534}
2535
2536.bootstrap-select.btn-group.open>.btn {
2537 border-radius: 5px 5px 0 0
2538}
2539
2540.bootstrap-select.btn-group.open .dropdown-menu.open {
2541 border: 1px solid #dcdcdc;
2542 border-top: none;
2543 border-radius: 0 0 5px 5px
2544}
2545
2546.bootstrap-select.btn-group.with-search.open .btn-default+.dropdown-menu .bs-searchbox .form-control,
2547.bootstrap-tagsinput {
2548 border: 1px solid #cbcbcb;
2549 background-color: #fff
2550}
2551
2552.bootstrap-select.btn-group .notify,
2553.bootstrap-select.btn-group.with-search.open .btn-default+.dropdown-menu .no-results {
2554 color: #7d7d7d
2555}
2556
2557.bootstrap-tagsinput {
2558 color: #666;
2559 border-radius: 5px;
2560 box-shadow: none;
2561 max-width: 100%;
2562 font-size: 14px;
2563 line-height: 26px;
2564 width: 100%
2565}
2566
2567.bootstrap-tagsinput.form-control {
2568 display: block;
2569 width: 100%
2570}
2571
2572.bootstrap-tagsinput .tag {
2573 border-radius: 3px;
2574 font-weight: 400;
2575 font-size: 11px;
2576 padding: 4px 8px
2577}
2578
2579.bootstrap-tagsinput .tag [data-role=remove]:hover {
2580 box-shadow: none
2581}
2582
2583.bootstrap-tagsinput input {
2584 background-color: #fff;
2585 border: 1px solid #cbcbcb;
2586 border-radius: 5px;
2587 line-height: 22px;
2588 font-size: 11px;
2589 min-width: 53px
2590}
2591
2592.bootstrap-tagsinput input::-webkit-input-placeholder {
2593 color: #666;
2594 opacity: .8
2595}
2596
2597.bootstrap-tagsinput input:-moz-placeholder {
2598 color: #666;
2599 opacity: .8
2600}
2601
2602.bootstrap-tagsinput input::-moz-placeholder {
2603 color: #666;
2604 opacity: .8
2605}
2606
2607.bootstrap-tagsinput input:-ms-input-placeholder {
2608 color: #666;
2609 opacity: .8
2610}
2611
2612.ui-select-multiple.ui-select-bootstrap {
2613 min-height: 34px;
2614 padding: 4px 3px 0 12px
2615}
2616
2617.progress {
2618 background: rgba(0, 0, 0, .07)
2619}
2620
2621.progress-bar-primary {
2622 background-color: #209e91
2623}
2624
2625.progress-bar-success {
2626 background-color: #b1ce4d
2627}
2628
2629.progress-bar-warning {
2630 background-color: #dfb81c
2631}
2632
2633.progress-bar-danger {
2634 background-color: #e85656
2635}
2636
2637.has-success .input-group-addon {
2638 border: none
2639}
2640
2641.input-group>span.addon-left {
2642 border-top-left-radius: 5px;
2643 border-bottom-left-radius: 5px
2644}
2645
2646.input-group>span.addon-right {
2647 border-top-right-radius: 5px;
2648 border-bottom-right-radius: 5px
2649}
2650
2651.with-primary-addon:focus {
2652 border-color: #209e91
2653}
2654
2655.with-warning-addon:focus {
2656 border-color: #dfb81c
2657}
2658
2659.with-success-addon:focus {
2660 border-color: #90b900
2661}
2662
2663.with-danger-addon:focus {
2664 border-color: #e85656
2665}
2666
2667.sub-little-text {
2668 font-size: 12px
2669}
2670
2671.auth-block p,
2672.auth-link,
2673.auth-sep {
2674 font-size: 16px
2675}
2676
2677html {
2678 min-height: 520px
2679}
2680
2681.form-control,
2682.form-control:focus {
2683 background-color: rgba(0, 0, 0, .4);
2684 border-radius: 5px;
2685 color: #fff
2686}
2687
2688.form-control::-webkit-input-placeholder,
2689.form-control:focus::-webkit-input-placeholder {
2690 color: #fff;
2691 opacity: .9
2692}
2693
2694.form-control:-moz-placeholder,
2695.form-control:focus:-moz-placeholder {
2696 color: #fff;
2697 opacity: .9
2698}
2699
2700.form-control::-moz-placeholder,
2701.form-control:focus::-moz-placeholder {
2702 color: #fff;
2703 opacity: .9
2704}
2705
2706.form-control:-ms-input-placeholder,
2707.form-control:focus:-ms-input-placeholder {
2708 color: #fff;
2709 opacity: .9
2710}
2711
2712.form-control[disabled]::-webkit-input-placeholder,
2713.form-control[readonly]::-webkit-input-placeholder,
2714fieldset[disabled] .form-control::-webkit-input-placeholder {
2715 color: #fff;
2716 opacity: .6
2717}
2718
2719.form-control[disabled]:-moz-placeholder,
2720.form-control[readonly]:-moz-placeholder,
2721fieldset[disabled] .form-control:-moz-placeholder {
2722 color: #fff;
2723 opacity: .6
2724}
2725
2726.form-control[disabled]::-moz-placeholder,
2727.form-control[readonly]::-moz-placeholder,
2728fieldset[disabled] .form-control::-moz-placeholder {
2729 color: #fff;
2730 opacity: .6
2731}
2732
2733.form-control[disabled]:-ms-input-placeholder,
2734.form-control[readonly]:-ms-input-placeholder,
2735fieldset[disabled] .form-control:-ms-input-placeholder {
2736 color: #fff;
2737 opacity: .6
2738}
2739
2740.auth-main {
2741 display: -webkit-box;
2742 display: -ms-flexbox;
2743 display: flex;
2744 -webkit-box-align: center;
2745 -ms-flex-align: center;
2746 align-items: center;
2747 width: 100%;
2748 content: '';
2749 position: fixed;
2750 width: 100%;
2751 height: 100%;
2752 top: 0;
2753 left: 0;
2754 background: url(../../static/img/blur-bg.jpg) center center no-repeat;
2755 background-size: cover;
2756 will-change: transform;
2757 z-index: -1
2758}
2759
2760.auth-block {
2761 width: 540px;
2762 margin: 0 auto;
2763 border-radius: 5px;
2764 background: rgba(0, 0, 0, .55);
2765 color: #fff;
2766 padding: 32px
2767}
2768
2769.auth-block h1 {
2770 font-weight: 300;
2771 margin-bottom: 28px;
2772 text-align: center
2773}
2774
2775.auth-block a {
2776 text-decoration: none;
2777 outline: 0;
2778 -webkit-transition: all .2s ease;
2779 transition: all .2s ease;
2780 color: #209e91
2781}
2782
2783.auth-block a:hover {
2784 color: #1b867b
2785}
2786
2787.auth-block .control-label {
2788 padding-top: 11px;
2789 color: #fff
2790}
2791
2792.auth-block .form-group {
2793 margin-bottom: 12px
2794}
2795
2796.auth-input {
2797 width: 300px;
2798 margin-bottom: 24px
2799}
2800
2801.auth-input input {
2802 display: block;
2803 width: 100%;
2804 border: none;
2805 font-size: 16px;
2806 padding: 4px 10px;
2807 outline: 0
2808}
2809
2810a.forgot-pass {
2811 display: block;
2812 text-align: right;
2813 margin-bottom: -20px;
2814 float: right;
2815 z-index: 2;
2816 position: relative
2817}
2818
2819.al-share-auth,
2820.auth-link,
2821.auth-sep {
2822 text-align: center
2823}
2824
2825.auth-link {
2826 display: block;
2827 margin-bottom: 33px
2828}
2829
2830.auth-sep {
2831 margin-top: 36px;
2832 margin-bottom: 24px;
2833 line-height: 20px;
2834 display: block;
2835 position: relative
2836}
2837
2838.auth-sep>span {
2839 display: table-cell;
2840 width: 30%;
2841 white-space: nowrap;
2842 padding: 0 24px;
2843 color: #fff
2844}
2845
2846.auth-sep>span>span {
2847 margin-top: -12px;
2848 display: block
2849}
2850
2851.auth-sep:after,
2852.auth-sep:before {
2853 border-top: solid 1px #fff;
2854 content: "";
2855 height: 1px;
2856 width: 35%;
2857 display: table-cell
2858}
2859
2860.al-share-auth .al-share {
2861 float: none;
2862 margin: 0;
2863 padding: 0;
2864 display: inline-block
2865}
2866
2867.al-share-auth .al-share li {
2868 margin-left: 24px
2869}
2870
2871.al-share-auth .al-share li:first-child {
2872 margin-left: 0
2873}
2874
2875.al-share-auth .al-share li i {
2876 font-size: 24px
2877}
2878
2879.btn-auth {
2880 color: #fff!important
2881}
2882
2883
2884/*# sourceMappingURL=../maps/styles/auth-a200a050c1.css.map */