Commit fec06a89666781deaf5cecb05f8ae08e87af192c

Authored by ajaiprakash
1 parent e0cc9d5d7a
Exists in master

Signup/Login Styling

client/stylesheets/assets/css/bootstrap.css
1 /* ------------------------------------------------------------------------------ 1 /* ------------------------------------------------------------------------------
2 * 2 *
3 * # Bootstrap file imports 3 * # Bootstrap file imports
4 * 4 *
5 * Import all main Bootstrap files. Bootstrap version 3.3.5 5 * Import all main Bootstrap files. Bootstrap version 3.3.5
6 * 6 *
7 * Version: 1.1 7 * Version: 1.1
8 * Latest update: Feb 5, 2016 8 * Latest update: Feb 5, 2016
9 * 9 *
10 * ---------------------------------------------------------------------------- */ 10 * ---------------------------------------------------------------------------- */
11 /* ------------------------------------------------------------------------------ 11 /* ------------------------------------------------------------------------------
12 * 12 *
13 * # Global less file 13 * # Global less file
14 * 14 *
15 * Common less file with imports of plugins and pages 15 * Common less file with imports of plugins and pages
16 * 16 *
17 * Version: 1.0 17 * Version: 1.0
18 * Latest update: Feb 5, 2016 18 * Latest update: Feb 5, 2016
19 * 19 *
20 * ---------------------------------------------------------------------------- */ 20 * ---------------------------------------------------------------------------- */
21 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ 21 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
22 html { 22 html {
23 font-family: sans-serif; 23 font-family: sans-serif;
24 -ms-text-size-adjust: 100%; 24 -ms-text-size-adjust: 100%;
25 -webkit-text-size-adjust: 100%; 25 -webkit-text-size-adjust: 100%;
26 } 26 }
27 body { 27 body {
28 margin: 0; 28 margin: 0;
29 } 29 }
30 article, 30 article,
31 aside, 31 aside,
32 details, 32 details,
33 figcaption, 33 figcaption,
34 figure, 34 figure,
35 footer, 35 footer,
36 header, 36 header,
37 hgroup, 37 hgroup,
38 main, 38 main,
39 menu, 39 menu,
40 nav, 40 nav,
41 section, 41 section,
42 summary { 42 summary {
43 display: block; 43 display: block;
44 } 44 }
45 audio, 45 audio,
46 canvas, 46 canvas,
47 progress, 47 progress,
48 video { 48 video {
49 display: inline-block; 49 display: inline-block;
50 vertical-align: baseline; 50 vertical-align: baseline;
51 } 51 }
52 audio:not([controls]) { 52 audio:not([controls]) {
53 display: none; 53 display: none;
54 height: 0; 54 height: 0;
55 } 55 }
56 [hidden], 56 [hidden],
57 template { 57 template {
58 display: none; 58 display: none;
59 } 59 }
60 a { 60 a {
61 background-color: transparent; 61 background-color: transparent;
62 } 62 }
63 a:active, 63 a:active,
64 a:hover { 64 a:hover {
65 outline: 0; 65 outline: 0;
66 } 66 }
67 abbr[title] { 67 abbr[title] {
68 border-bottom: 1px dotted; 68 border-bottom: 1px dotted;
69 } 69 }
70 b, 70 b,
71 strong { 71 strong {
72 font-weight: bold; 72 font-weight: bold;
73 } 73 }
74 dfn { 74 dfn {
75 font-style: italic; 75 font-style: italic;
76 } 76 }
77 h1 { 77 h1 {
78 font-size: 2em; 78 font-size: 2em;
79 margin: 0.67em 0; 79 margin: 0.67em 0;
80 } 80 }
81 mark { 81 mark {
82 background: #ff0; 82 background: #ff0;
83 color: #000; 83 color: #000;
84 } 84 }
85 small { 85 small {
86 font-size: 80%; 86 font-size: 80%;
87 } 87 }
88 sub, 88 sub,
89 sup { 89 sup {
90 font-size: 75%; 90 font-size: 75%;
91 line-height: 0; 91 line-height: 0;
92 position: relative; 92 position: relative;
93 vertical-align: baseline; 93 vertical-align: baseline;
94 } 94 }
95 sup { 95 sup {
96 top: -0.5em; 96 top: -0.5em;
97 } 97 }
98 sub { 98 sub {
99 bottom: -0.25em; 99 bottom: -0.25em;
100 } 100 }
101 img { 101 img {
102 border: 0; 102 border: 0;
103 } 103 }
104 svg:not(:root) { 104 svg:not(:root) {
105 overflow: hidden; 105 overflow: hidden;
106 } 106 }
107 figure { 107 figure {
108 margin: 1em 40px; 108 margin: 1em 40px;
109 } 109 }
110 hr { 110 hr {
111 box-sizing: content-box; 111 box-sizing: content-box;
112 height: 0; 112 height: 0;
113 } 113 }
114 pre { 114 pre {
115 overflow: auto; 115 overflow: auto;
116 } 116 }
117 code, 117 code,
118 kbd, 118 kbd,
119 pre, 119 pre,
120 samp { 120 samp {
121 font-family: monospace, monospace; 121 font-family: monospace, monospace;
122 font-size: 1em; 122 font-size: 1em;
123 } 123 }
124 button, 124 button,
125 input, 125 input,
126 optgroup, 126 optgroup,
127 select, 127 select,
128 textarea { 128 textarea {
129 color: inherit; 129 color: inherit;
130 font: inherit; 130 font: inherit;
131 margin: 0; 131 margin: 0;
132 } 132 }
133 button { 133 button {
134 overflow: visible; 134 overflow: visible;
135 } 135 }
136 button, 136 button,
137 select { 137 select {
138 text-transform: none; 138 text-transform: none;
139 } 139 }
140 button, 140 button,
141 html input[type="button"], 141 html input[type="button"],
142 input[type="reset"], 142 input[type="reset"],
143 input[type="submit"] { 143 input[type="submit"] {
144 -webkit-appearance: button; 144 -webkit-appearance: button;
145 cursor: pointer; 145 cursor: pointer;
146 } 146 }
147 button[disabled], 147 button[disabled],
148 html input[disabled] { 148 html input[disabled] {
149 cursor: default; 149 cursor: default;
150 } 150 }
151 button::-moz-focus-inner, 151 button::-moz-focus-inner,
152 input::-moz-focus-inner { 152 input::-moz-focus-inner {
153 border: 0; 153 border: 0;
154 padding: 0; 154 padding: 0;
155 } 155 }
156 input { 156 input {
157 line-height: normal; 157 line-height: normal;
158 } 158 }
159 input[type="checkbox"], 159 input[type="checkbox"],
160 input[type="radio"] { 160 input[type="radio"] {
161 box-sizing: border-box; 161 box-sizing: border-box;
162 padding: 0; 162 padding: 0;
163 } 163 }
164 input[type="number"]::-webkit-inner-spin-button, 164 input[type="number"]::-webkit-inner-spin-button,
165 input[type="number"]::-webkit-outer-spin-button { 165 input[type="number"]::-webkit-outer-spin-button {
166 height: auto; 166 height: auto;
167 } 167 }
168 input[type="search"] { 168 input[type="search"] {
169 -webkit-appearance: textfield; 169 -webkit-appearance: textfield;
170 box-sizing: content-box; 170 box-sizing: content-box;
171 } 171 }
172 input[type="search"]::-webkit-search-cancel-button, 172 input[type="search"]::-webkit-search-cancel-button,
173 input[type="search"]::-webkit-search-decoration { 173 input[type="search"]::-webkit-search-decoration {
174 -webkit-appearance: none; 174 -webkit-appearance: none;
175 } 175 }
176 fieldset { 176 fieldset {
177 border: 1px solid #c0c0c0; 177 border: 1px solid #c0c0c0;
178 margin: 0 2px; 178 margin: 0 2px;
179 padding: 0.35em 0.625em 0.75em; 179 padding: 0.35em 0.625em 0.75em;
180 } 180 }
181 legend { 181 legend {
182 border: 0; 182 border: 0;
183 padding: 0; 183 padding: 0;
184 } 184 }
185 textarea { 185 textarea {
186 overflow: auto; 186 overflow: auto;
187 } 187 }
188 optgroup { 188 optgroup {
189 font-weight: bold; 189 font-weight: bold;
190 } 190 }
191 table { 191 table {
192 border-collapse: collapse; 192 border-collapse: collapse;
193 border-spacing: 0; 193 border-spacing: 0;
194 } 194 }
195 td, 195 td,
196 th { 196 th {
197 padding: 0; 197 padding: 0;
198 } 198 }
199 /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ 199 /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
200 @media print { 200 @media print {
201 *, 201 *,
202 *:before, 202 *:before,
203 *:after { 203 *:after {
204 background: transparent !important; 204 background: transparent !important;
205 color: #000 !important; 205 color: #000 !important;
206 box-shadow: none !important; 206 box-shadow: none !important;
207 text-shadow: none !important; 207 text-shadow: none !important;
208 } 208 }
209 a, 209 a,
210 a:visited { 210 a:visited {
211 text-decoration: underline; 211 text-decoration: underline;
212 } 212 }
213 a[href]:after { 213 a[href]:after {
214 content: " (" attr(href) ")"; 214 content: " (" attr(href) ")";
215 } 215 }
216 abbr[title]:after { 216 abbr[title]:after {
217 content: " (" attr(title) ")"; 217 content: " (" attr(title) ")";
218 } 218 }
219 a[href^="#"]:after, 219 a[href^="#"]:after,
220 a[href^="javascript:"]:after { 220 a[href^="javascript:"]:after {
221 content: ""; 221 content: "";
222 } 222 }
223 pre, 223 pre,
224 blockquote { 224 blockquote {
225 border: 1px solid #999; 225 border: 1px solid #999;
226 page-break-inside: avoid; 226 page-break-inside: avoid;
227 } 227 }
228 thead { 228 thead {
229 display: table-header-group; 229 display: table-header-group;
230 } 230 }
231 tr, 231 tr,
232 img { 232 img {
233 page-break-inside: avoid; 233 page-break-inside: avoid;
234 } 234 }
235 img { 235 img {
236 max-width: 100% !important; 236 max-width: 100% !important;
237 } 237 }
238 p, 238 p,
239 h2, 239 h2,
240 h3 { 240 h3 {
241 orphans: 3; 241 orphans: 3;
242 widows: 3; 242 widows: 3;
243 } 243 }
244 h2, 244 h2,
245 h3 { 245 h3 {
246 page-break-after: avoid; 246 page-break-after: avoid;
247 } 247 }
248 .navbar { 248 .navbar {
249 display: none; 249 display: none;
250 } 250 }
251 .btn > .caret, 251 .btn > .caret,
252 .dropup > .btn > .caret { 252 .dropup > .btn > .caret {
253 border-top-color: #000 !important; 253 border-top-color: #000 !important;
254 } 254 }
255 .label { 255 .label {
256 border: 1px solid #000; 256 border: 1px solid #000;
257 } 257 }
258 .table { 258 .table {
259 border-collapse: collapse !important; 259 border-collapse: collapse !important;
260 } 260 }
261 .table td, 261 .table td,
262 .table th { 262 .table th {
263 background-color: #fff !important; 263 background-color: #fff !important;
264 } 264 }
265 .table-bordered th, 265 .table-bordered th,
266 .table-bordered td { 266 .table-bordered td {
267 border: 1px solid #ddd !important; 267 border: 1px solid #ddd !important;
268 } 268 }
269 } 269 }
270 @font-face { 270 @font-face {
271 font-family: 'Glyphicons Halflings'; 271 font-family: 'Glyphicons Halflings';
272 src: url('../css/icons/glyphicons/glyphicons-halflings-regular.eot'); 272 src: url('../css/icons/glyphicons/glyphicons-halflings-regular.eot');
273 src: url('../css/icons/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../css/icons/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../css/icons/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../css/icons/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../css/icons/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); 273 src: url('../css/icons/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../css/icons/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../css/icons/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../css/icons/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../css/icons/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
274 } 274 }
275 .glyphicon { 275 .glyphicon {
276 position: relative; 276 position: relative;
277 top: 1px; 277 top: 1px;
278 display: inline-block; 278 display: inline-block;
279 font-family: 'Glyphicons Halflings'; 279 font-family: 'Glyphicons Halflings';
280 font-style: normal; 280 font-style: normal;
281 font-weight: normal; 281 font-weight: normal;
282 line-height: 1; 282 line-height: 1;
283 -webkit-font-smoothing: antialiased; 283 -webkit-font-smoothing: antialiased;
284 -moz-osx-font-smoothing: grayscale; 284 -moz-osx-font-smoothing: grayscale;
285 } 285 }
286 .glyphicon-asterisk:before { 286 .glyphicon-asterisk:before {
287 content: "\002a"; 287 content: "\002a";
288 } 288 }
289 .glyphicon-plus:before { 289 .glyphicon-plus:before {
290 content: "\002b"; 290 content: "\002b";
291 } 291 }
292 .glyphicon-euro:before, 292 .glyphicon-euro:before,
293 .glyphicon-eur:before { 293 .glyphicon-eur:before {
294 content: "\20ac"; 294 content: "\20ac";
295 } 295 }
296 .glyphicon-minus:before { 296 .glyphicon-minus:before {
297 content: "\2212"; 297 content: "\2212";
298 } 298 }
299 .glyphicon-cloud:before { 299 .glyphicon-cloud:before {
300 content: "\2601"; 300 content: "\2601";
301 } 301 }
302 .glyphicon-envelope:before { 302 .glyphicon-envelope:before {
303 content: "\2709"; 303 content: "\2709";
304 } 304 }
305 .glyphicon-pencil:before { 305 .glyphicon-pencil:before {
306 content: "\270f"; 306 content: "\270f";
307 } 307 }
308 .glyphicon-glass:before { 308 .glyphicon-glass:before {
309 content: "\e001"; 309 content: "\e001";
310 } 310 }
311 .glyphicon-music:before { 311 .glyphicon-music:before {
312 content: "\e002"; 312 content: "\e002";
313 } 313 }
314 .glyphicon-search:before { 314 .glyphicon-search:before {
315 content: "\e003"; 315 content: "\e003";
316 } 316 }
317 .glyphicon-heart:before { 317 .glyphicon-heart:before {
318 content: "\e005"; 318 content: "\e005";
319 } 319 }
320 .glyphicon-star:before { 320 .glyphicon-star:before {
321 content: "\e006"; 321 content: "\e006";
322 } 322 }
323 .glyphicon-star-empty:before { 323 .glyphicon-star-empty:before {
324 content: "\e007"; 324 content: "\e007";
325 } 325 }
326 .glyphicon-user:before { 326 .glyphicon-user:before {
327 content: "\e008"; 327 content: "\e008";
328 } 328 }
329 .glyphicon-film:before { 329 .glyphicon-film:before {
330 content: "\e009"; 330 content: "\e009";
331 } 331 }
332 .glyphicon-th-large:before { 332 .glyphicon-th-large:before {
333 content: "\e010"; 333 content: "\e010";
334 } 334 }
335 .glyphicon-th:before { 335 .glyphicon-th:before {
336 content: "\e011"; 336 content: "\e011";
337 } 337 }
338 .glyphicon-th-list:before { 338 .glyphicon-th-list:before {
339 content: "\e012"; 339 content: "\e012";
340 } 340 }
341 .glyphicon-ok:before { 341 .glyphicon-ok:before {
342 content: "\e013"; 342 content: "\e013";
343 } 343 }
344 .glyphicon-remove:before { 344 .glyphicon-remove:before {
345 content: "\e014"; 345 content: "\e014";
346 } 346 }
347 .glyphicon-zoom-in:before { 347 .glyphicon-zoom-in:before {
348 content: "\e015"; 348 content: "\e015";
349 } 349 }
350 .glyphicon-zoom-out:before { 350 .glyphicon-zoom-out:before {
351 content: "\e016"; 351 content: "\e016";
352 } 352 }
353 .glyphicon-off:before { 353 .glyphicon-off:before {
354 content: "\e017"; 354 content: "\e017";
355 } 355 }
356 .glyphicon-signal:before { 356 .glyphicon-signal:before {
357 content: "\e018"; 357 content: "\e018";
358 } 358 }
359 .glyphicon-cog:before { 359 .glyphicon-cog:before {
360 content: "\e019"; 360 content: "\e019";
361 } 361 }
362 .glyphicon-trash:before { 362 .glyphicon-trash:before {
363 content: "\e020"; 363 content: "\e020";
364 } 364 }
365 .glyphicon-home:before { 365 .glyphicon-home:before {
366 content: "\e021"; 366 content: "\e021";
367 } 367 }
368 .glyphicon-file:before { 368 .glyphicon-file:before {
369 content: "\e022"; 369 content: "\e022";
370 } 370 }
371 .glyphicon-time:before { 371 .glyphicon-time:before {
372 content: "\e023"; 372 content: "\e023";
373 } 373 }
374 .glyphicon-road:before { 374 .glyphicon-road:before {
375 content: "\e024"; 375 content: "\e024";
376 } 376 }
377 .glyphicon-download-alt:before { 377 .glyphicon-download-alt:before {
378 content: "\e025"; 378 content: "\e025";
379 } 379 }
380 .glyphicon-download:before { 380 .glyphicon-download:before {
381 content: "\e026"; 381 content: "\e026";
382 } 382 }
383 .glyphicon-upload:before { 383 .glyphicon-upload:before {
384 content: "\e027"; 384 content: "\e027";
385 } 385 }
386 .glyphicon-inbox:before { 386 .glyphicon-inbox:before {
387 content: "\e028"; 387 content: "\e028";
388 } 388 }
389 .glyphicon-play-circle:before { 389 .glyphicon-play-circle:before {
390 content: "\e029"; 390 content: "\e029";
391 } 391 }
392 .glyphicon-repeat:before { 392 .glyphicon-repeat:before {
393 content: "\e030"; 393 content: "\e030";
394 } 394 }
395 .glyphicon-refresh:before { 395 .glyphicon-refresh:before {
396 content: "\e031"; 396 content: "\e031";
397 } 397 }
398 .glyphicon-list-alt:before { 398 .glyphicon-list-alt:before {
399 content: "\e032"; 399 content: "\e032";
400 } 400 }
401 .glyphicon-lock:before { 401 .glyphicon-lock:before {
402 content: "\e033"; 402 content: "\e033";
403 } 403 }
404 .glyphicon-flag:before { 404 .glyphicon-flag:before {
405 content: "\e034"; 405 content: "\e034";
406 } 406 }
407 .glyphicon-headphones:before { 407 .glyphicon-headphones:before {
408 content: "\e035"; 408 content: "\e035";
409 } 409 }
410 .glyphicon-volume-off:before { 410 .glyphicon-volume-off:before {
411 content: "\e036"; 411 content: "\e036";
412 } 412 }
413 .glyphicon-volume-down:before { 413 .glyphicon-volume-down:before {
414 content: "\e037"; 414 content: "\e037";
415 } 415 }
416 .glyphicon-volume-up:before { 416 .glyphicon-volume-up:before {
417 content: "\e038"; 417 content: "\e038";
418 } 418 }
419 .glyphicon-qrcode:before { 419 .glyphicon-qrcode:before {
420 content: "\e039"; 420 content: "\e039";
421 } 421 }
422 .glyphicon-barcode:before { 422 .glyphicon-barcode:before {
423 content: "\e040"; 423 content: "\e040";
424 } 424 }
425 .glyphicon-tag:before { 425 .glyphicon-tag:before {
426 content: "\e041"; 426 content: "\e041";
427 } 427 }
428 .glyphicon-tags:before { 428 .glyphicon-tags:before {
429 content: "\e042"; 429 content: "\e042";
430 } 430 }
431 .glyphicon-book:before { 431 .glyphicon-book:before {
432 content: "\e043"; 432 content: "\e043";
433 } 433 }
434 .glyphicon-bookmark:before { 434 .glyphicon-bookmark:before {
435 content: "\e044"; 435 content: "\e044";
436 } 436 }
437 .glyphicon-print:before { 437 .glyphicon-print:before {
438 content: "\e045"; 438 content: "\e045";
439 } 439 }
440 .glyphicon-camera:before { 440 .glyphicon-camera:before {
441 content: "\e046"; 441 content: "\e046";
442 } 442 }
443 .glyphicon-font:before { 443 .glyphicon-font:before {
444 content: "\e047"; 444 content: "\e047";
445 } 445 }
446 .glyphicon-bold:before { 446 .glyphicon-bold:before {
447 content: "\e048"; 447 content: "\e048";
448 } 448 }
449 .glyphicon-italic:before { 449 .glyphicon-italic:before {
450 content: "\e049"; 450 content: "\e049";
451 } 451 }
452 .glyphicon-text-height:before { 452 .glyphicon-text-height:before {
453 content: "\e050"; 453 content: "\e050";
454 } 454 }
455 .glyphicon-text-width:before { 455 .glyphicon-text-width:before {
456 content: "\e051"; 456 content: "\e051";
457 } 457 }
458 .glyphicon-align-left:before { 458 .glyphicon-align-left:before {
459 content: "\e052"; 459 content: "\e052";
460 } 460 }
461 .glyphicon-align-center:before { 461 .glyphicon-align-center:before {
462 content: "\e053"; 462 content: "\e053";
463 } 463 }
464 .glyphicon-align-right:before { 464 .glyphicon-align-right:before {
465 content: "\e054"; 465 content: "\e054";
466 } 466 }
467 .glyphicon-align-justify:before { 467 .glyphicon-align-justify:before {
468 content: "\e055"; 468 content: "\e055";
469 } 469 }
470 .glyphicon-list:before { 470 .glyphicon-list:before {
471 content: "\e056"; 471 content: "\e056";
472 } 472 }
473 .glyphicon-indent-left:before { 473 .glyphicon-indent-left:before {
474 content: "\e057"; 474 content: "\e057";
475 } 475 }
476 .glyphicon-indent-right:before { 476 .glyphicon-indent-right:before {
477 content: "\e058"; 477 content: "\e058";
478 } 478 }
479 .glyphicon-facetime-video:before { 479 .glyphicon-facetime-video:before {
480 content: "\e059"; 480 content: "\e059";
481 } 481 }
482 .glyphicon-picture:before { 482 .glyphicon-picture:before {
483 content: "\e060"; 483 content: "\e060";
484 } 484 }
485 .glyphicon-map-marker:before { 485 .glyphicon-map-marker:before {
486 content: "\e062"; 486 content: "\e062";
487 } 487 }
488 .glyphicon-adjust:before { 488 .glyphicon-adjust:before {
489 content: "\e063"; 489 content: "\e063";
490 } 490 }
491 .glyphicon-tint:before { 491 .glyphicon-tint:before {
492 content: "\e064"; 492 content: "\e064";
493 } 493 }
494 .glyphicon-edit:before { 494 .glyphicon-edit:before {
495 content: "\e065"; 495 content: "\e065";
496 } 496 }
497 .glyphicon-share:before { 497 .glyphicon-share:before {
498 content: "\e066"; 498 content: "\e066";
499 } 499 }
500 .glyphicon-check:before { 500 .glyphicon-check:before {
501 content: "\e067"; 501 content: "\e067";
502 } 502 }
503 .glyphicon-move:before { 503 .glyphicon-move:before {
504 content: "\e068"; 504 content: "\e068";
505 } 505 }
506 .glyphicon-step-backward:before { 506 .glyphicon-step-backward:before {
507 content: "\e069"; 507 content: "\e069";
508 } 508 }
509 .glyphicon-fast-backward:before { 509 .glyphicon-fast-backward:before {
510 content: "\e070"; 510 content: "\e070";
511 } 511 }
512 .glyphicon-backward:before { 512 .glyphicon-backward:before {
513 content: "\e071"; 513 content: "\e071";
514 } 514 }
515 .glyphicon-play:before { 515 .glyphicon-play:before {
516 content: "\e072"; 516 content: "\e072";
517 } 517 }
518 .glyphicon-pause:before { 518 .glyphicon-pause:before {
519 content: "\e073"; 519 content: "\e073";
520 } 520 }
521 .glyphicon-stop:before { 521 .glyphicon-stop:before {
522 content: "\e074"; 522 content: "\e074";
523 } 523 }
524 .glyphicon-forward:before { 524 .glyphicon-forward:before {
525 content: "\e075"; 525 content: "\e075";
526 } 526 }
527 .glyphicon-fast-forward:before { 527 .glyphicon-fast-forward:before {
528 content: "\e076"; 528 content: "\e076";
529 } 529 }
530 .glyphicon-step-forward:before { 530 .glyphicon-step-forward:before {
531 content: "\e077"; 531 content: "\e077";
532 } 532 }
533 .glyphicon-eject:before { 533 .glyphicon-eject:before {
534 content: "\e078"; 534 content: "\e078";
535 } 535 }
536 .glyphicon-chevron-left:before { 536 .glyphicon-chevron-left:before {
537 content: "\e079"; 537 content: "\e079";
538 } 538 }
539 .glyphicon-chevron-right:before { 539 .glyphicon-chevron-right:before {
540 content: "\e080"; 540 content: "\e080";
541 } 541 }
542 .glyphicon-plus-sign:before { 542 .glyphicon-plus-sign:before {
543 content: "\e081"; 543 content: "\e081";
544 } 544 }
545 .glyphicon-minus-sign:before { 545 .glyphicon-minus-sign:before {
546 content: "\e082"; 546 content: "\e082";
547 } 547 }
548 .glyphicon-remove-sign:before { 548 .glyphicon-remove-sign:before {
549 content: "\e083"; 549 content: "\e083";
550 } 550 }
551 .glyphicon-ok-sign:before { 551 .glyphicon-ok-sign:before {
552 content: "\e084"; 552 content: "\e084";
553 } 553 }
554 .glyphicon-question-sign:before { 554 .glyphicon-question-sign:before {
555 content: "\e085"; 555 content: "\e085";
556 } 556 }
557 .glyphicon-info-sign:before { 557 .glyphicon-info-sign:before {
558 content: "\e086"; 558 content: "\e086";
559 } 559 }
560 .glyphicon-screenshot:before { 560 .glyphicon-screenshot:before {
561 content: "\e087"; 561 content: "\e087";
562 } 562 }
563 .glyphicon-remove-circle:before { 563 .glyphicon-remove-circle:before {
564 content: "\e088"; 564 content: "\e088";
565 } 565 }
566 .glyphicon-ok-circle:before { 566 .glyphicon-ok-circle:before {
567 content: "\e089"; 567 content: "\e089";
568 } 568 }
569 .glyphicon-ban-circle:before { 569 .glyphicon-ban-circle:before {
570 content: "\e090"; 570 content: "\e090";
571 } 571 }
572 .glyphicon-arrow-left:before { 572 .glyphicon-arrow-left:before {
573 content: "\e091"; 573 content: "\e091";
574 } 574 }
575 .glyphicon-arrow-right:before { 575 .glyphicon-arrow-right:before {
576 content: "\e092"; 576 content: "\e092";
577 } 577 }
578 .glyphicon-arrow-up:before { 578 .glyphicon-arrow-up:before {
579 content: "\e093"; 579 content: "\e093";
580 } 580 }
581 .glyphicon-arrow-down:before { 581 .glyphicon-arrow-down:before {
582 content: "\e094"; 582 content: "\e094";
583 } 583 }
584 .glyphicon-share-alt:before { 584 .glyphicon-share-alt:before {
585 content: "\e095"; 585 content: "\e095";
586 } 586 }
587 .glyphicon-resize-full:before { 587 .glyphicon-resize-full:before {
588 content: "\e096"; 588 content: "\e096";
589 } 589 }
590 .glyphicon-resize-small:before { 590 .glyphicon-resize-small:before {
591 content: "\e097"; 591 content: "\e097";
592 } 592 }
593 .glyphicon-exclamation-sign:before { 593 .glyphicon-exclamation-sign:before {
594 content: "\e101"; 594 content: "\e101";
595 } 595 }
596 .glyphicon-gift:before { 596 .glyphicon-gift:before {
597 content: "\e102"; 597 content: "\e102";
598 } 598 }
599 .glyphicon-leaf:before { 599 .glyphicon-leaf:before {
600 content: "\e103"; 600 content: "\e103";
601 } 601 }
602 .glyphicon-fire:before { 602 .glyphicon-fire:before {
603 content: "\e104"; 603 content: "\e104";
604 } 604 }
605 .glyphicon-eye-open:before { 605 .glyphicon-eye-open:before {
606 content: "\e105"; 606 content: "\e105";
607 } 607 }
608 .glyphicon-eye-close:before { 608 .glyphicon-eye-close:before {
609 content: "\e106"; 609 content: "\e106";
610 } 610 }
611 .glyphicon-warning-sign:before { 611 .glyphicon-warning-sign:before {
612 content: "\e107"; 612 content: "\e107";
613 } 613 }
614 .glyphicon-plane:before { 614 .glyphicon-plane:before {
615 content: "\e108"; 615 content: "\e108";
616 } 616 }
617 .glyphicon-calendar:before { 617 .glyphicon-calendar:before {
618 content: "\e109"; 618 content: "\e109";
619 } 619 }
620 .glyphicon-random:before { 620 .glyphicon-random:before {
621 content: "\e110"; 621 content: "\e110";
622 } 622 }
623 .glyphicon-comment:before { 623 .glyphicon-comment:before {
624 content: "\e111"; 624 content: "\e111";
625 } 625 }
626 .glyphicon-magnet:before { 626 .glyphicon-magnet:before {
627 content: "\e112"; 627 content: "\e112";
628 } 628 }
629 .glyphicon-chevron-up:before { 629 .glyphicon-chevron-up:before {
630 content: "\e113"; 630 content: "\e113";
631 } 631 }
632 .glyphicon-chevron-down:before { 632 .glyphicon-chevron-down:before {
633 content: "\e114"; 633 content: "\e114";
634 } 634 }
635 .glyphicon-retweet:before { 635 .glyphicon-retweet:before {
636 content: "\e115"; 636 content: "\e115";
637 } 637 }
638 .glyphicon-shopping-cart:before { 638 .glyphicon-shopping-cart:before {
639 content: "\e116"; 639 content: "\e116";
640 } 640 }
641 .glyphicon-folder-close:before { 641 .glyphicon-folder-close:before {
642 content: "\e117"; 642 content: "\e117";
643 } 643 }
644 .glyphicon-folder-open:before { 644 .glyphicon-folder-open:before {
645 content: "\e118"; 645 content: "\e118";
646 } 646 }
647 .glyphicon-resize-vertical:before { 647 .glyphicon-resize-vertical:before {
648 content: "\e119"; 648 content: "\e119";
649 } 649 }
650 .glyphicon-resize-horizontal:before { 650 .glyphicon-resize-horizontal:before {
651 content: "\e120"; 651 content: "\e120";
652 } 652 }
653 .glyphicon-hdd:before { 653 .glyphicon-hdd:before {
654 content: "\e121"; 654 content: "\e121";
655 } 655 }
656 .glyphicon-bullhorn:before { 656 .glyphicon-bullhorn:before {
657 content: "\e122"; 657 content: "\e122";
658 } 658 }
659 .glyphicon-bell:before { 659 .glyphicon-bell:before {
660 content: "\e123"; 660 content: "\e123";
661 } 661 }
662 .glyphicon-certificate:before { 662 .glyphicon-certificate:before {
663 content: "\e124"; 663 content: "\e124";
664 } 664 }
665 .glyphicon-thumbs-up:before { 665 .glyphicon-thumbs-up:before {
666 content: "\e125"; 666 content: "\e125";
667 } 667 }
668 .glyphicon-thumbs-down:before { 668 .glyphicon-thumbs-down:before {
669 content: "\e126"; 669 content: "\e126";
670 } 670 }
671 .glyphicon-hand-right:before { 671 .glyphicon-hand-right:before {
672 content: "\e127"; 672 content: "\e127";
673 } 673 }
674 .glyphicon-hand-left:before { 674 .glyphicon-hand-left:before {
675 content: "\e128"; 675 content: "\e128";
676 } 676 }
677 .glyphicon-hand-up:before { 677 .glyphicon-hand-up:before {
678 content: "\e129"; 678 content: "\e129";
679 } 679 }
680 .glyphicon-hand-down:before { 680 .glyphicon-hand-down:before {
681 content: "\e130"; 681 content: "\e130";
682 } 682 }
683 .glyphicon-circle-arrow-right:before { 683 .glyphicon-circle-arrow-right:before {
684 content: "\e131"; 684 content: "\e131";
685 } 685 }
686 .glyphicon-circle-arrow-left:before { 686 .glyphicon-circle-arrow-left:before {
687 content: "\e132"; 687 content: "\e132";
688 } 688 }
689 .glyphicon-circle-arrow-up:before { 689 .glyphicon-circle-arrow-up:before {
690 content: "\e133"; 690 content: "\e133";
691 } 691 }
692 .glyphicon-circle-arrow-down:before { 692 .glyphicon-circle-arrow-down:before {
693 content: "\e134"; 693 content: "\e134";
694 } 694 }
695 .glyphicon-globe:before { 695 .glyphicon-globe:before {
696 content: "\e135"; 696 content: "\e135";
697 } 697 }
698 .glyphicon-wrench:before { 698 .glyphicon-wrench:before {
699 content: "\e136"; 699 content: "\e136";
700 } 700 }
701 .glyphicon-tasks:before { 701 .glyphicon-tasks:before {
702 content: "\e137"; 702 content: "\e137";
703 } 703 }
704 .glyphicon-filter:before { 704 .glyphicon-filter:before {
705 content: "\e138"; 705 content: "\e138";
706 } 706 }
707 .glyphicon-briefcase:before { 707 .glyphicon-briefcase:before {
708 content: "\e139"; 708 content: "\e139";
709 } 709 }
710 .glyphicon-fullscreen:before { 710 .glyphicon-fullscreen:before {
711 content: "\e140"; 711 content: "\e140";
712 } 712 }
713 .glyphicon-dashboard:before { 713 .glyphicon-dashboard:before {
714 content: "\e141"; 714 content: "\e141";
715 } 715 }
716 .glyphicon-paperclip:before { 716 .glyphicon-paperclip:before {
717 content: "\e142"; 717 content: "\e142";
718 } 718 }
719 .glyphicon-heart-empty:before { 719 .glyphicon-heart-empty:before {
720 content: "\e143"; 720 content: "\e143";
721 } 721 }
722 .glyphicon-link:before { 722 .glyphicon-link:before {
723 content: "\e144"; 723 content: "\e144";
724 } 724 }
725 .glyphicon-phone:before { 725 .glyphicon-phone:before {
726 content: "\e145"; 726 content: "\e145";
727 } 727 }
728 .glyphicon-pushpin:before { 728 .glyphicon-pushpin:before {
729 content: "\e146"; 729 content: "\e146";
730 } 730 }
731 .glyphicon-usd:before { 731 .glyphicon-usd:before {
732 content: "\e148"; 732 content: "\e148";
733 } 733 }
734 .glyphicon-gbp:before { 734 .glyphicon-gbp:before {
735 content: "\e149"; 735 content: "\e149";
736 } 736 }
737 .glyphicon-sort:before { 737 .glyphicon-sort:before {
738 content: "\e150"; 738 content: "\e150";
739 } 739 }
740 .glyphicon-sort-by-alphabet:before { 740 .glyphicon-sort-by-alphabet:before {
741 content: "\e151"; 741 content: "\e151";
742 } 742 }
743 .glyphicon-sort-by-alphabet-alt:before { 743 .glyphicon-sort-by-alphabet-alt:before {
744 content: "\e152"; 744 content: "\e152";
745 } 745 }
746 .glyphicon-sort-by-order:before { 746 .glyphicon-sort-by-order:before {
747 content: "\e153"; 747 content: "\e153";
748 } 748 }
749 .glyphicon-sort-by-order-alt:before { 749 .glyphicon-sort-by-order-alt:before {
750 content: "\e154"; 750 content: "\e154";
751 } 751 }
752 .glyphicon-sort-by-attributes:before { 752 .glyphicon-sort-by-attributes:before {
753 content: "\e155"; 753 content: "\e155";
754 } 754 }
755 .glyphicon-sort-by-attributes-alt:before { 755 .glyphicon-sort-by-attributes-alt:before {
756 content: "\e156"; 756 content: "\e156";
757 } 757 }
758 .glyphicon-unchecked:before { 758 .glyphicon-unchecked:before {
759 content: "\e157"; 759 content: "\e157";
760 } 760 }
761 .glyphicon-expand:before { 761 .glyphicon-expand:before {
762 content: "\e158"; 762 content: "\e158";
763 } 763 }
764 .glyphicon-collapse-down:before { 764 .glyphicon-collapse-down:before {
765 content: "\e159"; 765 content: "\e159";
766 } 766 }
767 .glyphicon-collapse-up:before { 767 .glyphicon-collapse-up:before {
768 content: "\e160"; 768 content: "\e160";
769 } 769 }
770 .glyphicon-log-in:before { 770 .glyphicon-log-in:before {
771 content: "\e161"; 771 content: "\e161";
772 } 772 }
773 .glyphicon-flash:before { 773 .glyphicon-flash:before {
774 content: "\e162"; 774 content: "\e162";
775 } 775 }
776 .glyphicon-log-out:before { 776 .glyphicon-log-out:before {
777 content: "\e163"; 777 content: "\e163";
778 } 778 }
779 .glyphicon-new-window:before { 779 .glyphicon-new-window:before {
780 content: "\e164"; 780 content: "\e164";
781 } 781 }
782 .glyphicon-record:before { 782 .glyphicon-record:before {
783 content: "\e165"; 783 content: "\e165";
784 } 784 }
785 .glyphicon-save:before { 785 .glyphicon-save:before {
786 content: "\e166"; 786 content: "\e166";
787 } 787 }
788 .glyphicon-open:before { 788 .glyphicon-open:before {
789 content: "\e167"; 789 content: "\e167";
790 } 790 }
791 .glyphicon-saved:before { 791 .glyphicon-saved:before {
792 content: "\e168"; 792 content: "\e168";
793 } 793 }
794 .glyphicon-import:before { 794 .glyphicon-import:before {
795 content: "\e169"; 795 content: "\e169";
796 } 796 }
797 .glyphicon-export:before { 797 .glyphicon-export:before {
798 content: "\e170"; 798 content: "\e170";
799 } 799 }
800 .glyphicon-send:before { 800 .glyphicon-send:before {
801 content: "\e171"; 801 content: "\e171";
802 } 802 }
803 .glyphicon-floppy-disk:before { 803 .glyphicon-floppy-disk:before {
804 content: "\e172"; 804 content: "\e172";
805 } 805 }
806 .glyphicon-floppy-saved:before { 806 .glyphicon-floppy-saved:before {
807 content: "\e173"; 807 content: "\e173";
808 } 808 }
809 .glyphicon-floppy-remove:before { 809 .glyphicon-floppy-remove:before {
810 content: "\e174"; 810 content: "\e174";
811 } 811 }
812 .glyphicon-floppy-save:before { 812 .glyphicon-floppy-save:before {
813 content: "\e175"; 813 content: "\e175";
814 } 814 }
815 .glyphicon-floppy-open:before { 815 .glyphicon-floppy-open:before {
816 content: "\e176"; 816 content: "\e176";
817 } 817 }
818 .glyphicon-credit-card:before { 818 .glyphicon-credit-card:before {
819 content: "\e177"; 819 content: "\e177";
820 } 820 }
821 .glyphicon-transfer:before { 821 .glyphicon-transfer:before {
822 content: "\e178"; 822 content: "\e178";
823 } 823 }
824 .glyphicon-cutlery:before { 824 .glyphicon-cutlery:before {
825 content: "\e179"; 825 content: "\e179";
826 } 826 }
827 .glyphicon-header:before { 827 .glyphicon-header:before {
828 content: "\e180"; 828 content: "\e180";
829 } 829 }
830 .glyphicon-compressed:before { 830 .glyphicon-compressed:before {
831 content: "\e181"; 831 content: "\e181";
832 } 832 }
833 .glyphicon-earphone:before { 833 .glyphicon-earphone:before {
834 content: "\e182"; 834 content: "\e182";
835 } 835 }
836 .glyphicon-phone-alt:before { 836 .glyphicon-phone-alt:before {
837 content: "\e183"; 837 content: "\e183";
838 } 838 }
839 .glyphicon-tower:before { 839 .glyphicon-tower:before {
840 content: "\e184"; 840 content: "\e184";
841 } 841 }
842 .glyphicon-stats:before { 842 .glyphicon-stats:before {
843 content: "\e185"; 843 content: "\e185";
844 } 844 }
845 .glyphicon-sd-video:before { 845 .glyphicon-sd-video:before {
846 content: "\e186"; 846 content: "\e186";
847 } 847 }
848 .glyphicon-hd-video:before { 848 .glyphicon-hd-video:before {
849 content: "\e187"; 849 content: "\e187";
850 } 850 }
851 .glyphicon-subtitles:before { 851 .glyphicon-subtitles:before {
852 content: "\e188"; 852 content: "\e188";
853 } 853 }
854 .glyphicon-sound-stereo:before { 854 .glyphicon-sound-stereo:before {
855 content: "\e189"; 855 content: "\e189";
856 } 856 }
857 .glyphicon-sound-dolby:before { 857 .glyphicon-sound-dolby:before {
858 content: "\e190"; 858 content: "\e190";
859 } 859 }
860 .glyphicon-sound-5-1:before { 860 .glyphicon-sound-5-1:before {
861 content: "\e191"; 861 content: "\e191";
862 } 862 }
863 .glyphicon-sound-6-1:before { 863 .glyphicon-sound-6-1:before {
864 content: "\e192"; 864 content: "\e192";
865 } 865 }
866 .glyphicon-sound-7-1:before { 866 .glyphicon-sound-7-1:before {
867 content: "\e193"; 867 content: "\e193";
868 } 868 }
869 .glyphicon-copyright-mark:before { 869 .glyphicon-copyright-mark:before {
870 content: "\e194"; 870 content: "\e194";
871 } 871 }
872 .glyphicon-registration-mark:before { 872 .glyphicon-registration-mark:before {
873 content: "\e195"; 873 content: "\e195";
874 } 874 }
875 .glyphicon-cloud-download:before { 875 .glyphicon-cloud-download:before {
876 content: "\e197"; 876 content: "\e197";
877 } 877 }
878 .glyphicon-cloud-upload:before { 878 .glyphicon-cloud-upload:before {
879 content: "\e198"; 879 content: "\e198";
880 } 880 }
881 .glyphicon-tree-conifer:before { 881 .glyphicon-tree-conifer:before {
882 content: "\e199"; 882 content: "\e199";
883 } 883 }
884 .glyphicon-tree-deciduous:before { 884 .glyphicon-tree-deciduous:before {
885 content: "\e200"; 885 content: "\e200";
886 } 886 }
887 .glyphicon-cd:before { 887 .glyphicon-cd:before {
888 content: "\e201"; 888 content: "\e201";
889 } 889 }
890 .glyphicon-save-file:before { 890 .glyphicon-save-file:before {
891 content: "\e202"; 891 content: "\e202";
892 } 892 }
893 .glyphicon-open-file:before { 893 .glyphicon-open-file:before {
894 content: "\e203"; 894 content: "\e203";
895 } 895 }
896 .glyphicon-level-up:before { 896 .glyphicon-level-up:before {
897 content: "\e204"; 897 content: "\e204";
898 } 898 }
899 .glyphicon-copy:before { 899 .glyphicon-copy:before {
900 content: "\e205"; 900 content: "\e205";
901 } 901 }
902 .glyphicon-paste:before { 902 .glyphicon-paste:before {
903 content: "\e206"; 903 content: "\e206";
904 } 904 }
905 .glyphicon-alert:before { 905 .glyphicon-alert:before {
906 content: "\e209"; 906 content: "\e209";
907 } 907 }
908 .glyphicon-equalizer:before { 908 .glyphicon-equalizer:before {
909 content: "\e210"; 909 content: "\e210";
910 } 910 }
911 .glyphicon-king:before { 911 .glyphicon-king:before {
912 content: "\e211"; 912 content: "\e211";
913 } 913 }
914 .glyphicon-queen:before { 914 .glyphicon-queen:before {
915 content: "\e212"; 915 content: "\e212";
916 } 916 }
917 .glyphicon-pawn:before { 917 .glyphicon-pawn:before {
918 content: "\e213"; 918 content: "\e213";
919 } 919 }
920 .glyphicon-bishop:before { 920 .glyphicon-bishop:before {
921 content: "\e214"; 921 content: "\e214";
922 } 922 }
923 .glyphicon-knight:before { 923 .glyphicon-knight:before {
924 content: "\e215"; 924 content: "\e215";
925 } 925 }
926 .glyphicon-baby-formula:before { 926 .glyphicon-baby-formula:before {
927 content: "\e216"; 927 content: "\e216";
928 } 928 }
929 .glyphicon-tent:before { 929 .glyphicon-tent:before {
930 content: "\26fa"; 930 content: "\26fa";
931 } 931 }
932 .glyphicon-blackboard:before { 932 .glyphicon-blackboard:before {
933 content: "\e218"; 933 content: "\e218";
934 } 934 }
935 .glyphicon-bed:before { 935 .glyphicon-bed:before {
936 content: "\e219"; 936 content: "\e219";
937 } 937 }
938 .glyphicon-apple:before { 938 .glyphicon-apple:before {
939 content: "\f8ff"; 939 content: "\f8ff";
940 } 940 }
941 .glyphicon-erase:before { 941 .glyphicon-erase:before {
942 content: "\e221"; 942 content: "\e221";
943 } 943 }
944 .glyphicon-hourglass:before { 944 .glyphicon-hourglass:before {
945 content: "\231b"; 945 content: "\231b";
946 } 946 }
947 .glyphicon-lamp:before { 947 .glyphicon-lamp:before {
948 content: "\e223"; 948 content: "\e223";
949 } 949 }
950 .glyphicon-duplicate:before { 950 .glyphicon-duplicate:before {
951 content: "\e224"; 951 content: "\e224";
952 } 952 }
953 .glyphicon-piggy-bank:before { 953 .glyphicon-piggy-bank:before {
954 content: "\e225"; 954 content: "\e225";
955 } 955 }
956 .glyphicon-scissors:before { 956 .glyphicon-scissors:before {
957 content: "\e226"; 957 content: "\e226";
958 } 958 }
959 .glyphicon-bitcoin:before { 959 .glyphicon-bitcoin:before {
960 content: "\e227"; 960 content: "\e227";
961 } 961 }
962 .glyphicon-btc:before { 962 .glyphicon-btc:before {
963 content: "\e227"; 963 content: "\e227";
964 } 964 }
965 .glyphicon-xbt:before { 965 .glyphicon-xbt:before {
966 content: "\e227"; 966 content: "\e227";
967 } 967 }
968 .glyphicon-yen:before { 968 .glyphicon-yen:before {
969 content: "\00a5"; 969 content: "\00a5";
970 } 970 }
971 .glyphicon-jpy:before { 971 .glyphicon-jpy:before {
972 content: "\00a5"; 972 content: "\00a5";
973 } 973 }
974 .glyphicon-ruble:before { 974 .glyphicon-ruble:before {
975 content: "\20bd"; 975 content: "\20bd";
976 } 976 }
977 .glyphicon-rub:before { 977 .glyphicon-rub:before {
978 content: "\20bd"; 978 content: "\20bd";
979 } 979 }
980 .glyphicon-scale:before { 980 .glyphicon-scale:before {
981 content: "\e230"; 981 content: "\e230";
982 } 982 }
983 .glyphicon-ice-lolly:before { 983 .glyphicon-ice-lolly:before {
984 content: "\e231"; 984 content: "\e231";
985 } 985 }
986 .glyphicon-ice-lolly-tasted:before { 986 .glyphicon-ice-lolly-tasted:before {
987 content: "\e232"; 987 content: "\e232";
988 } 988 }
989 .glyphicon-education:before { 989 .glyphicon-education:before {
990 content: "\e233"; 990 content: "\e233";
991 } 991 }
992 .glyphicon-option-horizontal:before { 992 .glyphicon-option-horizontal:before {
993 content: "\e234"; 993 content: "\e234";
994 } 994 }
995 .glyphicon-option-vertical:before { 995 .glyphicon-option-vertical:before {
996 content: "\e235"; 996 content: "\e235";
997 } 997 }
998 .glyphicon-menu-hamburger:before { 998 .glyphicon-menu-hamburger:before {
999 content: "\e236"; 999 content: "\e236";
1000 } 1000 }
1001 .glyphicon-modal-window:before { 1001 .glyphicon-modal-window:before {
1002 content: "\e237"; 1002 content: "\e237";
1003 } 1003 }
1004 .glyphicon-oil:before { 1004 .glyphicon-oil:before {
1005 content: "\e238"; 1005 content: "\e238";
1006 } 1006 }
1007 .glyphicon-grain:before { 1007 .glyphicon-grain:before {
1008 content: "\e239"; 1008 content: "\e239";
1009 } 1009 }
1010 .glyphicon-sunglasses:before { 1010 .glyphicon-sunglasses:before {
1011 content: "\e240"; 1011 content: "\e240";
1012 } 1012 }
1013 .glyphicon-text-size:before { 1013 .glyphicon-text-size:before {
1014 content: "\e241"; 1014 content: "\e241";
1015 } 1015 }
1016 .glyphicon-text-color:before { 1016 .glyphicon-text-color:before {
1017 content: "\e242"; 1017 content: "\e242";
1018 } 1018 }
1019 .glyphicon-text-background:before { 1019 .glyphicon-text-background:before {
1020 content: "\e243"; 1020 content: "\e243";
1021 } 1021 }
1022 .glyphicon-object-align-top:before { 1022 .glyphicon-object-align-top:before {
1023 content: "\e244"; 1023 content: "\e244";
1024 } 1024 }
1025 .glyphicon-object-align-bottom:before { 1025 .glyphicon-object-align-bottom:before {
1026 content: "\e245"; 1026 content: "\e245";
1027 } 1027 }
1028 .glyphicon-object-align-horizontal:before { 1028 .glyphicon-object-align-horizontal:before {
1029 content: "\e246"; 1029 content: "\e246";
1030 } 1030 }
1031 .glyphicon-object-align-left:before { 1031 .glyphicon-object-align-left:before {
1032 content: "\e247"; 1032 content: "\e247";
1033 } 1033 }
1034 .glyphicon-object-align-vertical:before { 1034 .glyphicon-object-align-vertical:before {
1035 content: "\e248"; 1035 content: "\e248";
1036 } 1036 }
1037 .glyphicon-object-align-right:before { 1037 .glyphicon-object-align-right:before {
1038 content: "\e249"; 1038 content: "\e249";
1039 } 1039 }
1040 .glyphicon-triangle-right:before { 1040 .glyphicon-triangle-right:before {
1041 content: "\e250"; 1041 content: "\e250";
1042 } 1042 }
1043 .glyphicon-triangle-left:before { 1043 .glyphicon-triangle-left:before {
1044 content: "\e251"; 1044 content: "\e251";
1045 } 1045 }
1046 .glyphicon-triangle-bottom:before { 1046 .glyphicon-triangle-bottom:before {
1047 content: "\e252"; 1047 content: "\e252";
1048 } 1048 }
1049 .glyphicon-triangle-top:before { 1049 .glyphicon-triangle-top:before {
1050 content: "\e253"; 1050 content: "\e253";
1051 } 1051 }
1052 .glyphicon-console:before { 1052 .glyphicon-console:before {
1053 content: "\e254"; 1053 content: "\e254";
1054 } 1054 }
1055 .glyphicon-superscript:before { 1055 .glyphicon-superscript:before {
1056 content: "\e255"; 1056 content: "\e255";
1057 } 1057 }
1058 .glyphicon-subscript:before { 1058 .glyphicon-subscript:before {
1059 content: "\e256"; 1059 content: "\e256";
1060 } 1060 }
1061 .glyphicon-menu-left:before { 1061 .glyphicon-menu-left:before {
1062 content: "\e257"; 1062 content: "\e257";
1063 } 1063 }
1064 .glyphicon-menu-right:before { 1064 .glyphicon-menu-right:before {
1065 content: "\e258"; 1065 content: "\e258";
1066 } 1066 }
1067 .glyphicon-menu-down:before { 1067 .glyphicon-menu-down:before {
1068 content: "\e259"; 1068 content: "\e259";
1069 } 1069 }
1070 .glyphicon-menu-up:before { 1070 .glyphicon-menu-up:before {
1071 content: "\e260"; 1071 content: "\e260";
1072 } 1072 }
1073 * { 1073 * {
1074 -webkit-box-sizing: border-box; 1074 -webkit-box-sizing: border-box;
1075 -moz-box-sizing: border-box; 1075 -moz-box-sizing: border-box;
1076 box-sizing: border-box; 1076 box-sizing: border-box;
1077 } 1077 }
1078 *:before, 1078 *:before,
1079 *:after { 1079 *:after {
1080 -webkit-box-sizing: border-box; 1080 -webkit-box-sizing: border-box;
1081 -moz-box-sizing: border-box; 1081 -moz-box-sizing: border-box;
1082 box-sizing: border-box; 1082 box-sizing: border-box;
1083 } 1083 }
1084 html { 1084 html {
1085 font-size: 10px; 1085 font-size: 10px;
1086 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 1086 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1087 } 1087 }
1088 body { 1088 body {
1089 font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif; 1089 font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
1090 font-size: 13px; 1090 font-size: 13px;
1091 line-height: 1.5384616; 1091 line-height: 1.5384616;
1092 color: #333333; 1092 color: #333333;
1093 background-color: #eeeded; 1093 background-color: White;
1094 } 1094 }
1095 input, 1095 input,
1096 button, 1096 button,
1097 select, 1097 select,
1098 textarea { 1098 textarea {
1099 font-family: inherit; 1099 font-family: inherit;
1100 font-size: inherit; 1100 font-size: inherit;
1101 line-height: inherit; 1101 line-height: inherit;
1102 } 1102 }
1103 a { 1103 a {
1104 color: #1E88E5; 1104 color: #1E88E5;
1105 text-decoration: none; 1105 text-decoration: none;
1106 } 1106 }
1107 a:hover, 1107 a:hover,
1108 a:focus { 1108 a:focus {
1109 color: #166dba; 1109 color: #166dba;
1110 text-decoration: none; 1110 text-decoration: none;
1111 } 1111 }
1112 a:focus { 1112 a:focus {
1113 outline: 5px auto -webkit-focus-ring-color; 1113 outline: 5px auto -webkit-focus-ring-color;
1114 outline-offset: -2px; 1114 outline-offset: -2px;
1115 } 1115 }
1116 figure { 1116 figure {
1117 margin: 0; 1117 margin: 0;
1118 } 1118 }
1119 img { 1119 img {
1120 vertical-align: middle; 1120 vertical-align: middle;
1121 } 1121 }
1122 .img-responsive, 1122 .img-responsive,
1123 .thumbnail > img, 1123 .thumbnail > img,
1124 .thumbnail a > img, 1124 .thumbnail a > img,
1125 .carousel-inner > .item > img, 1125 .carousel-inner > .item > img,
1126 .carousel-inner > .item > a > img { 1126 .carousel-inner > .item > a > img {
1127 display: block; 1127 display: block;
1128 max-width: 100%; 1128 max-width: 100%;
1129 height: auto; 1129 height: auto;
1130 } 1130 }
1131 .img-rounded { 1131 .img-rounded {
1132 border-radius: 4px; 1132 border-radius: 4px;
1133 } 1133 }
1134 .img-thumbnail { 1134 .img-thumbnail {
1135 padding: 3px; 1135 padding: 3px;
1136 line-height: 1.5384616; 1136 line-height: 1.5384616;
1137 background-color: #fff; 1137 background-color: #fff;
1138 border: 1px solid #ddd; 1138 border: 1px solid #ddd;
1139 border-radius: 3px; 1139 border-radius: 3px;
1140 -webkit-transition: all 0.2s ease-in-out; 1140 -webkit-transition: all 0.2s ease-in-out;
1141 -o-transition: all 0.2s ease-in-out; 1141 -o-transition: all 0.2s ease-in-out;
1142 transition: all 0.2s ease-in-out; 1142 transition: all 0.2s ease-in-out;
1143 display: inline-block; 1143 display: inline-block;
1144 max-width: 100%; 1144 max-width: 100%;
1145 height: auto; 1145 height: auto;
1146 } 1146 }
1147 .img-circle { 1147 .img-circle {
1148 border-radius: 50%; 1148 border-radius: 50%;
1149 } 1149 }
1150 hr { 1150 hr {
1151 margin-top: 20px; 1151 margin-top: 20px;
1152 margin-bottom: 20px; 1152 margin-bottom: 20px;
1153 border: 0; 1153 border: 0;
1154 border-top: 1px solid #ddd; 1154 border-top: 1px solid #ddd;
1155 } 1155 }
1156 .sr-only { 1156 .sr-only {
1157 position: absolute; 1157 position: absolute;
1158 width: 1px; 1158 width: 1px;
1159 height: 1px; 1159 height: 1px;
1160 margin: -1px; 1160 margin: -1px;
1161 padding: 0; 1161 padding: 0;
1162 overflow: hidden; 1162 overflow: hidden;
1163 clip: rect(0, 0, 0, 0); 1163 clip: rect(0, 0, 0, 0);
1164 border: 0; 1164 border: 0;
1165 } 1165 }
1166 .sr-only-focusable:active, 1166 .sr-only-focusable:active,
1167 .sr-only-focusable:focus { 1167 .sr-only-focusable:focus {
1168 position: static; 1168 position: static;
1169 width: auto; 1169 width: auto;
1170 height: auto; 1170 height: auto;
1171 margin: 0; 1171 margin: 0;
1172 overflow: visible; 1172 overflow: visible;
1173 clip: auto; 1173 clip: auto;
1174 } 1174 }
1175 [role="button"] { 1175 [role="button"] {
1176 cursor: pointer; 1176 cursor: pointer;
1177 } 1177 }
1178 h1, 1178 h1,
1179 h2, 1179 h2,
1180 h3, 1180 h3,
1181 h4, 1181 h4,
1182 h5, 1182 h5,
1183 h6, 1183 h6,
1184 .h1, 1184 .h1,
1185 .h2, 1185 .h2,
1186 .h3, 1186 .h3,
1187 .h4, 1187 .h4,
1188 .h5, 1188 .h5,
1189 .h6 { 1189 .h6 {
1190 font-family: inherit; 1190 font-family: inherit;
1191 font-weight: 400; 1191 font-weight: 400;
1192 line-height: 1.5384616; 1192 line-height: 1.5384616;
1193 color: inherit; 1193 color: inherit;
1194 } 1194 }
1195 h1 small, 1195 h1 small,
1196 h2 small, 1196 h2 small,
1197 h3 small, 1197 h3 small,
1198 h4 small, 1198 h4 small,
1199 h5 small, 1199 h5 small,
1200 h6 small, 1200 h6 small,
1201 .h1 small, 1201 .h1 small,
1202 .h2 small, 1202 .h2 small,
1203 .h3 small, 1203 .h3 small,
1204 .h4 small, 1204 .h4 small,
1205 .h5 small, 1205 .h5 small,
1206 .h6 small, 1206 .h6 small,
1207 h1 .small, 1207 h1 .small,
1208 h2 .small, 1208 h2 .small,
1209 h3 .small, 1209 h3 .small,
1210 h4 .small, 1210 h4 .small,
1211 h5 .small, 1211 h5 .small,
1212 h6 .small, 1212 h6 .small,
1213 .h1 .small, 1213 .h1 .small,
1214 .h2 .small, 1214 .h2 .small,
1215 .h3 .small, 1215 .h3 .small,
1216 .h4 .small, 1216 .h4 .small,
1217 .h5 .small, 1217 .h5 .small,
1218 .h6 .small { 1218 .h6 .small {
1219 font-weight: normal; 1219 font-weight: normal;
1220 line-height: 1; 1220 line-height: 1;
1221 color: #999999; 1221 color: #999999;
1222 } 1222 }
1223 h1, 1223 h1,
1224 .h1, 1224 .h1,
1225 h2, 1225 h2,
1226 .h2, 1226 .h2,
1227 h3, 1227 h3,
1228 .h3 { 1228 .h3 {
1229 margin-top: 20px; 1229 margin-top: 20px;
1230 margin-bottom: 10px; 1230 margin-bottom: 10px;
1231 } 1231 }
1232 h1 small, 1232 h1 small,
1233 .h1 small, 1233 .h1 small,
1234 h2 small, 1234 h2 small,
1235 .h2 small, 1235 .h2 small,
1236 h3 small, 1236 h3 small,
1237 .h3 small, 1237 .h3 small,
1238 h1 .small, 1238 h1 .small,
1239 .h1 .small, 1239 .h1 .small,
1240 h2 .small, 1240 h2 .small,
1241 .h2 .small, 1241 .h2 .small,
1242 h3 .small, 1242 h3 .small,
1243 .h3 .small { 1243 .h3 .small {
1244 font-size: 65%; 1244 font-size: 65%;
1245 } 1245 }
1246 h4, 1246 h4,
1247 .h4, 1247 .h4,
1248 h5, 1248 h5,
1249 .h5, 1249 .h5,
1250 h6, 1250 h6,
1251 .h6 { 1251 .h6 {
1252 margin-top: 10px; 1252 margin-top: 10px;
1253 margin-bottom: 10px; 1253 margin-bottom: 10px;
1254 } 1254 }
1255 h4 small, 1255 h4 small,
1256 .h4 small, 1256 .h4 small,
1257 h5 small, 1257 h5 small,
1258 .h5 small, 1258 .h5 small,
1259 h6 small, 1259 h6 small,
1260 .h6 small, 1260 .h6 small,
1261 h4 .small, 1261 h4 .small,
1262 .h4 .small, 1262 .h4 .small,
1263 h5 .small, 1263 h5 .small,
1264 .h5 .small, 1264 .h5 .small,
1265 h6 .small, 1265 h6 .small,
1266 .h6 .small { 1266 .h6 .small {
1267 font-size: 75%; 1267 font-size: 75%;
1268 } 1268 }
1269 h1, 1269 h1,
1270 .h1 { 1270 .h1 {
1271 font-size: 25px; 1271 font-size: 25px;
1272 } 1272 }
1273 h2, 1273 h2,
1274 .h2 { 1274 .h2 {
1275 font-size: 23px; 1275 font-size: 23px;
1276 } 1276 }
1277 h3, 1277 h3,
1278 .h3 { 1278 .h3 {
1279 font-size: 21px; 1279 font-size: 21px;
1280 } 1280 }
1281 h4, 1281 h4,
1282 .h4 { 1282 .h4 {
1283 font-size: 19px; 1283 font-size: 19px;
1284 } 1284 }
1285 h5, 1285 h5,
1286 .h5 { 1286 .h5 {
1287 font-size: 17px; 1287 font-size: 17px;
1288 } 1288 }
1289 h6, 1289 h6,
1290 .h6 { 1290 .h6 {
1291 font-size: 15px; 1291 font-size: 15px;
1292 } 1292 }
1293 p { 1293 p {
1294 margin: 0 0 10px; 1294 margin: 0 0 10px;
1295 } 1295 }
1296 .lead { 1296 .lead {
1297 margin-bottom: 20px; 1297 margin-bottom: 20px;
1298 font-size: 14px; 1298 font-size: 14px;
1299 font-weight: 300; 1299 font-weight: 300;
1300 line-height: 1.4; 1300 line-height: 1.4;
1301 } 1301 }
1302 @media (min-width: 769px) { 1302 @media (min-width: 769px) {
1303 .lead { 1303 .lead {
1304 font-size: 19.5px; 1304 font-size: 19.5px;
1305 } 1305 }
1306 } 1306 }
1307 small, 1307 small,
1308 .small { 1308 .small {
1309 font-size: 92%; 1309 font-size: 92%;
1310 } 1310 }
1311 mark, 1311 mark,
1312 .mark { 1312 .mark {
1313 background-color: #FFF3E0; 1313 background-color: #FFF3E0;
1314 padding: .2em; 1314 padding: .2em;
1315 } 1315 }
1316 .text-left { 1316 .text-left {
1317 text-align: left; 1317 text-align: left;
1318 } 1318 }
1319 .text-right { 1319 .text-right {
1320 text-align: right; 1320 text-align: right;
1321 } 1321 }
1322 .text-center { 1322 .text-center {
1323 text-align: center; 1323 text-align: center;
1324 } 1324 }
1325 .text-justify { 1325 .text-justify {
1326 text-align: justify; 1326 text-align: justify;
1327 } 1327 }
1328 .text-nowrap { 1328 .text-nowrap {
1329 white-space: nowrap; 1329 white-space: nowrap;
1330 } 1330 }
1331 .text-lowercase { 1331 .text-lowercase {
1332 text-transform: lowercase; 1332 text-transform: lowercase;
1333 } 1333 }
1334 .text-uppercase { 1334 .text-uppercase {
1335 text-transform: uppercase; 1335 text-transform: uppercase;
1336 } 1336 }
1337 .text-capitalize { 1337 .text-capitalize {
1338 text-transform: capitalize; 1338 text-transform: capitalize;
1339 } 1339 }
1340 .text-muted { 1340 .text-muted {
1341 color: #999999; 1341 color: #999999;
1342 } 1342 }
1343 .text-primary { 1343 .text-primary {
1344 color: #2196F3; 1344 color: #2196F3;
1345 } 1345 }
1346 a.text-primary:hover, 1346 a.text-primary:hover,
1347 a.text-primary:focus { 1347 a.text-primary:focus {
1348 color: #0c7cd5; 1348 color: #0c7cd5;
1349 } 1349 }
1350 .text-success { 1350 .text-success {
1351 color: #43A047; 1351 color: #43A047;
1352 } 1352 }
1353 a.text-success:hover, 1353 a.text-success:hover,
1354 a.text-success:focus { 1354 a.text-success:focus {
1355 color: #347c37; 1355 color: #347c37;
1356 } 1356 }
1357 .text-info { 1357 .text-info {
1358 color: #00838F; 1358 color: #00838F;
1359 } 1359 }
1360 a.text-info:hover, 1360 a.text-info:hover,
1361 a.text-info:focus { 1361 a.text-info:focus {
1362 color: #00545c; 1362 color: #00545c;
1363 } 1363 }
1364 .text-warning { 1364 .text-warning {
1365 color: #EF6C00; 1365 color: #EF6C00;
1366 } 1366 }
1367 a.text-warning:hover, 1367 a.text-warning:hover,
1368 a.text-warning:focus { 1368 a.text-warning:focus {
1369 color: #bc5500; 1369 color: #bc5500;
1370 } 1370 }
1371 .text-danger { 1371 .text-danger {
1372 color: #D84315; 1372 color: #D84315;
1373 } 1373 }
1374 a.text-danger:hover, 1374 a.text-danger:hover,
1375 a.text-danger:focus { 1375 a.text-danger:focus {
1376 color: #aa3510; 1376 color: #aa3510;
1377 } 1377 }
1378 .bg-primary { 1378 .bg-primary {
1379 color: #fff; 1379 color: #fff;
1380 background-color: #2196F3; 1380 background-color: #2196F3;
1381 } 1381 }
1382 a.bg-primary:hover, 1382 a.bg-primary:hover,
1383 a.bg-primary:focus { 1383 a.bg-primary:focus {
1384 background-color: #0c7cd5; 1384 background-color: #0c7cd5;
1385 } 1385 }
1386 .bg-success { 1386 .bg-success {
1387 background-color: #E8F5E9; 1387 background-color: #E8F5E9;
1388 } 1388 }
1389 a.bg-success:hover, 1389 a.bg-success:hover,
1390 a.bg-success:focus { 1390 a.bg-success:focus {
1391 background-color: #c4e6c7; 1391 background-color: #c4e6c7;
1392 } 1392 }
1393 .bg-info { 1393 .bg-info {
1394 background-color: #E0F7FA; 1394 background-color: #E0F7FA;
1395 } 1395 }
1396 a.bg-info:hover, 1396 a.bg-info:hover,
1397 a.bg-info:focus { 1397 a.bg-info:focus {
1398 background-color: #b4ecf3; 1398 background-color: #b4ecf3;
1399 } 1399 }
1400 .bg-warning { 1400 .bg-warning {
1401 background-color: #FFF3E0; 1401 background-color: #FFF3E0;
1402 } 1402 }
1403 a.bg-warning:hover, 1403 a.bg-warning:hover,
1404 a.bg-warning:focus { 1404 a.bg-warning:focus {
1405 background-color: #ffdfad; 1405 background-color: #ffdfad;
1406 } 1406 }
1407 .bg-danger { 1407 .bg-danger {
1408 background-color: #FBE9E7; 1408 background-color: #FBE9E7;
1409 } 1409 }
1410 a.bg-danger:hover, 1410 a.bg-danger:hover,
1411 a.bg-danger:focus { 1411 a.bg-danger:focus {
1412 background-color: #f4c1bb; 1412 background-color: #f4c1bb;
1413 } 1413 }
1414 .page-header { 1414 .page-header {
1415 padding-bottom: 9px; 1415 padding-bottom: 9px;
1416 margin: 40px 0 20px; 1416 margin: 40px 0 20px;
1417 border-bottom: 1px solid #ddd; 1417 border-bottom: 1px solid #ddd;
1418 } 1418 }
1419 ul, 1419 ul,
1420 ol { 1420 ol {
1421 margin-top: 0; 1421 margin-top: 0;
1422 margin-bottom: 10px; 1422 margin-bottom: 10px;
1423 } 1423 }
1424 ul ul, 1424 ul ul,
1425 ol ul, 1425 ol ul,
1426 ul ol, 1426 ul ol,
1427 ol ol { 1427 ol ol {
1428 margin-bottom: 0; 1428 margin-bottom: 0;
1429 } 1429 }
1430 .list-unstyled { 1430 .list-unstyled {
1431 padding-left: 0; 1431 padding-left: 0;
1432 list-style: none; 1432 list-style: none;
1433 } 1433 }
1434 .list-inline { 1434 .list-inline {
1435 padding-left: 0; 1435 padding-left: 0;
1436 list-style: none; 1436 list-style: none;
1437 margin-left: -5px; 1437 margin-left: -5px;
1438 } 1438 }
1439 .list-inline > li { 1439 .list-inline > li {
1440 display: inline-block; 1440 display: inline-block;
1441 padding-left: 5px; 1441 padding-left: 5px;
1442 padding-right: 5px; 1442 padding-right: 5px;
1443 } 1443 }
1444 dl { 1444 dl {
1445 margin-top: 0; 1445 margin-top: 0;
1446 margin-bottom: 20px; 1446 margin-bottom: 20px;
1447 } 1447 }
1448 dt, 1448 dt,
1449 dd { 1449 dd {
1450 line-height: 1.5384616; 1450 line-height: 1.5384616;
1451 } 1451 }
1452 dt { 1452 dt {
1453 font-weight: bold; 1453 font-weight: bold;
1454 } 1454 }
1455 dd { 1455 dd {
1456 margin-left: 0; 1456 margin-left: 0;
1457 } 1457 }
1458 @media (min-width: 769px) { 1458 @media (min-width: 769px) {
1459 .dl-horizontal dt { 1459 .dl-horizontal dt {
1460 float: left; 1460 float: left;
1461 width: 160px; 1461 width: 160px;
1462 clear: left; 1462 clear: left;
1463 text-align: right; 1463 text-align: right;
1464 overflow: hidden; 1464 overflow: hidden;
1465 text-overflow: ellipsis; 1465 text-overflow: ellipsis;
1466 white-space: nowrap; 1466 white-space: nowrap;
1467 } 1467 }
1468 .dl-horizontal dd { 1468 .dl-horizontal dd {
1469 margin-left: 180px; 1469 margin-left: 180px;
1470 } 1470 }
1471 } 1471 }
1472 abbr[title], 1472 abbr[title],
1473 abbr[data-original-title] { 1473 abbr[data-original-title] {
1474 cursor: help; 1474 cursor: help;
1475 border-bottom: 1px dotted #999999; 1475 border-bottom: 1px dotted #999999;
1476 } 1476 }
1477 .initialism { 1477 .initialism {
1478 font-size: 90%; 1478 font-size: 90%;
1479 text-transform: uppercase; 1479 text-transform: uppercase;
1480 } 1480 }
1481 blockquote { 1481 blockquote {
1482 padding: 10px 20px; 1482 padding: 10px 20px;
1483 margin: 0 0 20px; 1483 margin: 0 0 20px;
1484 font-size: 13px; 1484 font-size: 13px;
1485 border-left: 5px solid #eeeeee; 1485 border-left: 5px solid #eeeeee;
1486 } 1486 }
1487 blockquote p:last-child, 1487 blockquote p:last-child,
1488 blockquote ul:last-child, 1488 blockquote ul:last-child,
1489 blockquote ol:last-child { 1489 blockquote ol:last-child {
1490 margin-bottom: 0; 1490 margin-bottom: 0;
1491 } 1491 }
1492 blockquote footer, 1492 blockquote footer,
1493 blockquote small, 1493 blockquote small,
1494 blockquote .small { 1494 blockquote .small {
1495 display: block; 1495 display: block;
1496 font-size: 80%; 1496 font-size: 80%;
1497 line-height: 1.5384616; 1497 line-height: 1.5384616;
1498 color: #999999; 1498 color: #999999;
1499 } 1499 }
1500 blockquote footer:before, 1500 blockquote footer:before,
1501 blockquote small:before, 1501 blockquote small:before,
1502 blockquote .small:before { 1502 blockquote .small:before {
1503 content: '\2014 \00A0'; 1503 content: '\2014 \00A0';
1504 } 1504 }
1505 .blockquote-reverse, 1505 .blockquote-reverse,
1506 blockquote.pull-right { 1506 blockquote.pull-right {
1507 padding-right: 15px; 1507 padding-right: 15px;
1508 padding-left: 0; 1508 padding-left: 0;
1509 border-right: 5px solid #eeeeee; 1509 border-right: 5px solid #eeeeee;
1510 border-left: 0; 1510 border-left: 0;
1511 text-align: right; 1511 text-align: right;
1512 } 1512 }
1513 .blockquote-reverse footer:before, 1513 .blockquote-reverse footer:before,
1514 blockquote.pull-right footer:before, 1514 blockquote.pull-right footer:before,
1515 .blockquote-reverse small:before, 1515 .blockquote-reverse small:before,
1516 blockquote.pull-right small:before, 1516 blockquote.pull-right small:before,
1517 .blockquote-reverse .small:before, 1517 .blockquote-reverse .small:before,
1518 blockquote.pull-right .small:before { 1518 blockquote.pull-right .small:before {
1519 content: ''; 1519 content: '';
1520 } 1520 }
1521 .blockquote-reverse footer:after, 1521 .blockquote-reverse footer:after,
1522 blockquote.pull-right footer:after, 1522 blockquote.pull-right footer:after,
1523 .blockquote-reverse small:after, 1523 .blockquote-reverse small:after,
1524 blockquote.pull-right small:after, 1524 blockquote.pull-right small:after,
1525 .blockquote-reverse .small:after, 1525 .blockquote-reverse .small:after,
1526 blockquote.pull-right .small:after { 1526 blockquote.pull-right .small:after {
1527 content: '\00A0 \2014'; 1527 content: '\00A0 \2014';
1528 } 1528 }
1529 address { 1529 address {
1530 margin-bottom: 20px; 1530 margin-bottom: 20px;
1531 font-style: normal; 1531 font-style: normal;
1532 line-height: 1.5384616; 1532 line-height: 1.5384616;
1533 } 1533 }
1534 code, 1534 code,
1535 kbd, 1535 kbd,
1536 pre, 1536 pre,
1537 samp { 1537 samp {
1538 font-family: Menlo, Monaco, Consolas, "Courier New", monospace; 1538 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1539 } 1539 }
1540 code { 1540 code {
1541 padding: 2px 4px; 1541 padding: 2px 4px;
1542 font-size: 90%; 1542 font-size: 90%;
1543 color: #c7254e; 1543 color: #c7254e;
1544 background-color: #f9f2f4; 1544 background-color: #f9f2f4;
1545 border-radius: 3px; 1545 border-radius: 3px;
1546 } 1546 }
1547 kbd { 1547 kbd {
1548 padding: 2px 4px; 1548 padding: 2px 4px;
1549 font-size: 90%; 1549 font-size: 90%;
1550 color: #fff; 1550 color: #fff;
1551 background-color: #333; 1551 background-color: #333;
1552 border-radius: 2px; 1552 border-radius: 2px;
1553 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); 1553 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
1554 } 1554 }
1555 kbd kbd { 1555 kbd kbd {
1556 padding: 0; 1556 padding: 0;
1557 font-size: 100%; 1557 font-size: 100%;
1558 font-weight: bold; 1558 font-weight: bold;
1559 box-shadow: none; 1559 box-shadow: none;
1560 } 1560 }
1561 pre { 1561 pre {
1562 display: block; 1562 display: block;
1563 padding: 9.5px; 1563 padding: 9.5px;
1564 margin: 0 0 10px; 1564 margin: 0 0 10px;
1565 font-size: 12px; 1565 font-size: 12px;
1566 line-height: 1.5384616; 1566 line-height: 1.5384616;
1567 word-break: break-all; 1567 word-break: break-all;
1568 word-wrap: break-word; 1568 word-wrap: break-word;
1569 color: #333333; 1569 color: #333333;
1570 background-color: #fcfcfc; 1570 background-color: #fcfcfc;
1571 border: 1px solid #ddd; 1571 border: 1px solid #ddd;
1572 border-radius: 3px; 1572 border-radius: 3px;
1573 } 1573 }
1574 pre code { 1574 pre code {
1575 padding: 0; 1575 padding: 0;
1576 font-size: inherit; 1576 font-size: inherit;
1577 color: inherit; 1577 color: inherit;
1578 white-space: pre-wrap; 1578 white-space: pre-wrap;
1579 background-color: transparent; 1579 background-color: transparent;
1580 border-radius: 0; 1580 border-radius: 0;
1581 } 1581 }
1582 .pre-scrollable { 1582 .pre-scrollable {
1583 max-height: 340px; 1583 max-height: 340px;
1584 overflow-y: scroll; 1584 overflow-y: scroll;
1585 } 1585 }
1586 .container { 1586 .container {
1587 margin-right: auto; 1587 margin-right: auto;
1588 margin-left: auto; 1588 margin-left: auto;
1589 padding-left: 10px; 1589 padding-left: 10px;
1590 padding-right: 10px; 1590 padding-right: 10px;
1591 } 1591 }
1592 @media (min-width: 769px) { 1592 @media (min-width: 769px) {
1593 .container { 1593 .container {
1594 width: 769px; 1594 width: 769px;
1595 } 1595 }
1596 } 1596 }
1597 @media (min-width: 1025px) { 1597 @media (min-width: 1025px) {
1598 .container { 1598 .container {
1599 width: 1025px; 1599 width: 1025px;
1600 } 1600 }
1601 } 1601 }
1602 @media (min-width: 1200px) { 1602 @media (min-width: 1200px) {
1603 .container { 1603 .container {
1604 width: 1200px; 1604 width: 1200px;
1605 } 1605 }
1606 } 1606 }
1607 .container-fluid { 1607 .container-fluid {
1608 margin-right: auto; 1608 margin-right: auto;
1609 margin-left: auto; 1609 margin-left: auto;
1610 padding-left: 10px; 1610 padding-left: 10px;
1611 padding-right: 10px; 1611 padding-right: 10px;
1612 } 1612 }
1613 .row { 1613 .row {
1614 margin-left: -10px; 1614 margin-left: -10px;
1615 margin-right: -10px; 1615 margin-right: -10px;
1616 } 1616 }
1617 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { 1617 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
1618 position: relative; 1618 position: relative;
1619 min-height: 1px; 1619 min-height: 1px;
1620 padding-left: 10px; 1620 padding-left: 10px;
1621 padding-right: 10px; 1621 padding-right: 10px;
1622 } 1622 }
1623 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { 1623 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
1624 float: left; 1624 float: left;
1625 } 1625 }
1626 .col-xs-12 { 1626 .col-xs-12 {
1627 width: 100%; 1627 width: 100%;
1628 } 1628 }
1629 .col-xs-11 { 1629 .col-xs-11 {
1630 width: 91.66666667%; 1630 width: 91.66666667%;
1631 } 1631 }
1632 .col-xs-10 { 1632 .col-xs-10 {
1633 width: 83.33333333%; 1633 width: 83.33333333%;
1634 } 1634 }
1635 .col-xs-9 { 1635 .col-xs-9 {
1636 width: 75%; 1636 width: 75%;
1637 } 1637 }
1638 .col-xs-8 { 1638 .col-xs-8 {
1639 width: 66.66666667%; 1639 width: 66.66666667%;
1640 } 1640 }
1641 .col-xs-7 { 1641 .col-xs-7 {
1642 width: 58.33333333%; 1642 width: 58.33333333%;
1643 } 1643 }
1644 .col-xs-6 { 1644 .col-xs-6 {
1645 width: 50%; 1645 width: 50%;
1646 } 1646 }
1647 .col-xs-5 { 1647 .col-xs-5 {
1648 width: 41.66666667%; 1648 width: 41.66666667%;
1649 } 1649 }
1650 .col-xs-4 { 1650 .col-xs-4 {
1651 width: 33.33333333%; 1651 width: 33.33333333%;
1652 } 1652 }
1653 .col-xs-3 { 1653 .col-xs-3 {
1654 width: 25%; 1654 width: 25%;
1655 } 1655 }
1656 .col-xs-2 { 1656 .col-xs-2 {
1657 width: 16.66666667%; 1657 width: 16.66666667%;
1658 } 1658 }
1659 .col-xs-1 { 1659 .col-xs-1 {
1660 width: 8.33333333%; 1660 width: 8.33333333%;
1661 } 1661 }
1662 .col-xs-pull-12 { 1662 .col-xs-pull-12 {
1663 right: 100%; 1663 right: 100%;
1664 } 1664 }
1665 .col-xs-pull-11 { 1665 .col-xs-pull-11 {
1666 right: 91.66666667%; 1666 right: 91.66666667%;
1667 } 1667 }
1668 .col-xs-pull-10 { 1668 .col-xs-pull-10 {
1669 right: 83.33333333%; 1669 right: 83.33333333%;
1670 } 1670 }
1671 .col-xs-pull-9 { 1671 .col-xs-pull-9 {
1672 right: 75%; 1672 right: 75%;
1673 } 1673 }
1674 .col-xs-pull-8 { 1674 .col-xs-pull-8 {
1675 right: 66.66666667%; 1675 right: 66.66666667%;
1676 } 1676 }
1677 .col-xs-pull-7 { 1677 .col-xs-pull-7 {
1678 right: 58.33333333%; 1678 right: 58.33333333%;
1679 } 1679 }
1680 .col-xs-pull-6 { 1680 .col-xs-pull-6 {
1681 right: 50%; 1681 right: 50%;
1682 } 1682 }
1683 .col-xs-pull-5 { 1683 .col-xs-pull-5 {
1684 right: 41.66666667%; 1684 right: 41.66666667%;
1685 } 1685 }
1686 .col-xs-pull-4 { 1686 .col-xs-pull-4 {
1687 right: 33.33333333%; 1687 right: 33.33333333%;
1688 } 1688 }
1689 .col-xs-pull-3 { 1689 .col-xs-pull-3 {
1690 right: 25%; 1690 right: 25%;
1691 } 1691 }
1692 .col-xs-pull-2 { 1692 .col-xs-pull-2 {
1693 right: 16.66666667%; 1693 right: 16.66666667%;
1694 } 1694 }
1695 .col-xs-pull-1 { 1695 .col-xs-pull-1 {
1696 right: 8.33333333%; 1696 right: 8.33333333%;
1697 } 1697 }
1698 .col-xs-pull-0 { 1698 .col-xs-pull-0 {
1699 right: auto; 1699 right: auto;
1700 } 1700 }
1701 .col-xs-push-12 { 1701 .col-xs-push-12 {
1702 left: 100%; 1702 left: 100%;
1703 } 1703 }
1704 .col-xs-push-11 { 1704 .col-xs-push-11 {
1705 left: 91.66666667%; 1705 left: 91.66666667%;
1706 } 1706 }
1707 .col-xs-push-10 { 1707 .col-xs-push-10 {
1708 left: 83.33333333%; 1708 left: 83.33333333%;
1709 } 1709 }
1710 .col-xs-push-9 { 1710 .col-xs-push-9 {
1711 left: 75%; 1711 left: 75%;
1712 } 1712 }
1713 .col-xs-push-8 { 1713 .col-xs-push-8 {
1714 left: 66.66666667%; 1714 left: 66.66666667%;
1715 } 1715 }
1716 .col-xs-push-7 { 1716 .col-xs-push-7 {
1717 left: 58.33333333%; 1717 left: 58.33333333%;
1718 } 1718 }
1719 .col-xs-push-6 { 1719 .col-xs-push-6 {
1720 left: 50%; 1720 left: 50%;
1721 } 1721 }
1722 .col-xs-push-5 { 1722 .col-xs-push-5 {
1723 left: 41.66666667%; 1723 left: 41.66666667%;
1724 } 1724 }
1725 .col-xs-push-4 { 1725 .col-xs-push-4 {
1726 left: 33.33333333%; 1726 left: 33.33333333%;
1727 } 1727 }
1728 .col-xs-push-3 { 1728 .col-xs-push-3 {
1729 left: 25%; 1729 left: 25%;
1730 } 1730 }
1731 .col-xs-push-2 { 1731 .col-xs-push-2 {
1732 left: 16.66666667%; 1732 left: 16.66666667%;
1733 } 1733 }
1734 .col-xs-push-1 { 1734 .col-xs-push-1 {
1735 left: 8.33333333%; 1735 left: 8.33333333%;
1736 } 1736 }
1737 .col-xs-push-0 { 1737 .col-xs-push-0 {
1738 left: auto; 1738 left: auto;
1739 } 1739 }
1740 .col-xs-offset-12 { 1740 .col-xs-offset-12 {
1741 margin-left: 100%; 1741 margin-left: 100%;
1742 } 1742 }
1743 .col-xs-offset-11 { 1743 .col-xs-offset-11 {
1744 margin-left: 91.66666667%; 1744 margin-left: 91.66666667%;
1745 } 1745 }
1746 .col-xs-offset-10 { 1746 .col-xs-offset-10 {
1747 margin-left: 83.33333333%; 1747 margin-left: 83.33333333%;
1748 } 1748 }
1749 .col-xs-offset-9 { 1749 .col-xs-offset-9 {
1750 margin-left: 75%; 1750 margin-left: 75%;
1751 } 1751 }
1752 .col-xs-offset-8 { 1752 .col-xs-offset-8 {
1753 margin-left: 66.66666667%; 1753 margin-left: 66.66666667%;
1754 } 1754 }
1755 .col-xs-offset-7 { 1755 .col-xs-offset-7 {
1756 margin-left: 58.33333333%; 1756 margin-left: 58.33333333%;
1757 } 1757 }
1758 .col-xs-offset-6 { 1758 .col-xs-offset-6 {
1759 margin-left: 50%; 1759 margin-left: 50%;
1760 } 1760 }
1761 .col-xs-offset-5 { 1761 .col-xs-offset-5 {
1762 margin-left: 41.66666667%; 1762 margin-left: 41.66666667%;
1763 } 1763 }
1764 .col-xs-offset-4 { 1764 .col-xs-offset-4 {
1765 margin-left: 33.33333333%; 1765 margin-left: 33.33333333%;
1766 } 1766 }
1767 .col-xs-offset-3 { 1767 .col-xs-offset-3 {
1768 margin-left: 25%; 1768 margin-left: 25%;
1769 } 1769 }
1770 .col-xs-offset-2 { 1770 .col-xs-offset-2 {
1771 margin-left: 16.66666667%; 1771 margin-left: 16.66666667%;
1772 } 1772 }
1773 .col-xs-offset-1 { 1773 .col-xs-offset-1 {
1774 margin-left: 8.33333333%; 1774 margin-left: 8.33333333%;
1775 } 1775 }
1776 .col-xs-offset-0 { 1776 .col-xs-offset-0 {
1777 margin-left: 0%; 1777 margin-left: 0%;
1778 } 1778 }
1779 @media (min-width: 769px) { 1779 @media (min-width: 769px) {
1780 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { 1780 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
1781 float: left; 1781 float: left;
1782 } 1782 }
1783 .col-sm-12 { 1783 .col-sm-12 {
1784 width: 100%; 1784 width: 100%;
1785 } 1785 }
1786 .col-sm-11 { 1786 .col-sm-11 {
1787 width: 91.66666667%; 1787 width: 91.66666667%;
1788 } 1788 }
1789 .col-sm-10 { 1789 .col-sm-10 {
1790 width: 83.33333333%; 1790 width: 83.33333333%;
1791 } 1791 }
1792 .col-sm-9 { 1792 .col-sm-9 {
1793 width: 75%; 1793 width: 75%;
1794 } 1794 }
1795 .col-sm-8 { 1795 .col-sm-8 {
1796 width: 66.66666667%; 1796 width: 66.66666667%;
1797 } 1797 }
1798 .col-sm-7 { 1798 .col-sm-7 {
1799 width: 58.33333333%; 1799 width: 58.33333333%;
1800 } 1800 }
1801 .col-sm-6 { 1801 .col-sm-6 {
1802 width: 50%; 1802 width: 50%;
1803 } 1803 }
1804 .col-sm-5 { 1804 .col-sm-5 {
1805 width: 41.66666667%; 1805 width: 41.66666667%;
1806 } 1806 }
1807 .col-sm-4 { 1807 .col-sm-4 {
1808 width: 33.33333333%; 1808 width: 33.33333333%;
1809 } 1809 }
1810 .col-sm-3 { 1810 .col-sm-3 {
1811 width: 25%; 1811 width: 25%;
1812 } 1812 }
1813 .col-sm-2 { 1813 .col-sm-2 {
1814 width: 16.66666667%; 1814 width: 16.66666667%;
1815 } 1815 }
1816 .col-sm-1 { 1816 .col-sm-1 {
1817 width: 8.33333333%; 1817 width: 8.33333333%;
1818 } 1818 }
1819 .col-sm-pull-12 { 1819 .col-sm-pull-12 {
1820 right: 100%; 1820 right: 100%;
1821 } 1821 }
1822 .col-sm-pull-11 { 1822 .col-sm-pull-11 {
1823 right: 91.66666667%; 1823 right: 91.66666667%;
1824 } 1824 }
1825 .col-sm-pull-10 { 1825 .col-sm-pull-10 {
1826 right: 83.33333333%; 1826 right: 83.33333333%;
1827 } 1827 }
1828 .col-sm-pull-9 { 1828 .col-sm-pull-9 {
1829 right: 75%; 1829 right: 75%;
1830 } 1830 }
1831 .col-sm-pull-8 { 1831 .col-sm-pull-8 {
1832 right: 66.66666667%; 1832 right: 66.66666667%;
1833 } 1833 }
1834 .col-sm-pull-7 { 1834 .col-sm-pull-7 {
1835 right: 58.33333333%; 1835 right: 58.33333333%;
1836 } 1836 }
1837 .col-sm-pull-6 { 1837 .col-sm-pull-6 {
1838 right: 50%; 1838 right: 50%;
1839 } 1839 }
1840 .col-sm-pull-5 { 1840 .col-sm-pull-5 {
1841 right: 41.66666667%; 1841 right: 41.66666667%;
1842 } 1842 }
1843 .col-sm-pull-4 { 1843 .col-sm-pull-4 {
1844 right: 33.33333333%; 1844 right: 33.33333333%;
1845 } 1845 }
1846 .col-sm-pull-3 { 1846 .col-sm-pull-3 {
1847 right: 25%; 1847 right: 25%;
1848 } 1848 }
1849 .col-sm-pull-2 { 1849 .col-sm-pull-2 {
1850 right: 16.66666667%; 1850 right: 16.66666667%;
1851 } 1851 }
1852 .col-sm-pull-1 { 1852 .col-sm-pull-1 {
1853 right: 8.33333333%; 1853 right: 8.33333333%;
1854 } 1854 }
1855 .col-sm-pull-0 { 1855 .col-sm-pull-0 {
1856 right: auto; 1856 right: auto;
1857 } 1857 }
1858 .col-sm-push-12 { 1858 .col-sm-push-12 {
1859 left: 100%; 1859 left: 100%;
1860 } 1860 }
1861 .col-sm-push-11 { 1861 .col-sm-push-11 {
1862 left: 91.66666667%; 1862 left: 91.66666667%;
1863 } 1863 }
1864 .col-sm-push-10 { 1864 .col-sm-push-10 {
1865 left: 83.33333333%; 1865 left: 83.33333333%;
1866 } 1866 }
1867 .col-sm-push-9 { 1867 .col-sm-push-9 {
1868 left: 75%; 1868 left: 75%;
1869 } 1869 }
1870 .col-sm-push-8 { 1870 .col-sm-push-8 {
1871 left: 66.66666667%; 1871 left: 66.66666667%;
1872 } 1872 }
1873 .col-sm-push-7 { 1873 .col-sm-push-7 {
1874 left: 58.33333333%; 1874 left: 58.33333333%;
1875 } 1875 }
1876 .col-sm-push-6 { 1876 .col-sm-push-6 {
1877 left: 50%; 1877 left: 50%;
1878 } 1878 }
1879 .col-sm-push-5 { 1879 .col-sm-push-5 {
1880 left: 41.66666667%; 1880 left: 41.66666667%;
1881 } 1881 }
1882 .col-sm-push-4 { 1882 .col-sm-push-4 {
1883 left: 33.33333333%; 1883 left: 33.33333333%;
1884 } 1884 }
1885 .col-sm-push-3 { 1885 .col-sm-push-3 {
1886 left: 25%; 1886 left: 25%;
1887 } 1887 }
1888 .col-sm-push-2 { 1888 .col-sm-push-2 {
1889 left: 16.66666667%; 1889 left: 16.66666667%;
1890 } 1890 }
1891 .col-sm-push-1 { 1891 .col-sm-push-1 {
1892 left: 8.33333333%; 1892 left: 8.33333333%;
1893 } 1893 }
1894 .col-sm-push-0 { 1894 .col-sm-push-0 {
1895 left: auto; 1895 left: auto;
1896 } 1896 }
1897 .col-sm-offset-12 { 1897 .col-sm-offset-12 {
1898 margin-left: 100%; 1898 margin-left: 100%;
1899 } 1899 }
1900 .col-sm-offset-11 { 1900 .col-sm-offset-11 {
1901 margin-left: 91.66666667%; 1901 margin-left: 91.66666667%;
1902 } 1902 }
1903 .col-sm-offset-10 { 1903 .col-sm-offset-10 {
1904 margin-left: 83.33333333%; 1904 margin-left: 83.33333333%;
1905 } 1905 }
1906 .col-sm-offset-9 { 1906 .col-sm-offset-9 {
1907 margin-left: 75%; 1907 margin-left: 75%;
1908 } 1908 }
1909 .col-sm-offset-8 { 1909 .col-sm-offset-8 {
1910 margin-left: 66.66666667%; 1910 margin-left: 66.66666667%;
1911 } 1911 }
1912 .col-sm-offset-7 { 1912 .col-sm-offset-7 {
1913 margin-left: 58.33333333%; 1913 margin-left: 58.33333333%;
1914 } 1914 }
1915 .col-sm-offset-6 { 1915 .col-sm-offset-6 {
1916 margin-left: 50%; 1916 margin-left: 50%;
1917 } 1917 }
1918 .col-sm-offset-5 { 1918 .col-sm-offset-5 {
1919 margin-left: 41.66666667%; 1919 margin-left: 41.66666667%;
1920 } 1920 }
1921 .col-sm-offset-4 { 1921 .col-sm-offset-4 {
1922 margin-left: 33.33333333%; 1922 margin-left: 33.33333333%;
1923 } 1923 }
1924 .col-sm-offset-3 { 1924 .col-sm-offset-3 {
1925 margin-left: 25%; 1925 margin-left: 25%;
1926 } 1926 }
1927 .col-sm-offset-2 { 1927 .col-sm-offset-2 {
1928 margin-left: 16.66666667%; 1928 margin-left: 16.66666667%;
1929 } 1929 }
1930 .col-sm-offset-1 { 1930 .col-sm-offset-1 {
1931 margin-left: 8.33333333%; 1931 margin-left: 8.33333333%;
1932 } 1932 }
1933 .col-sm-offset-0 { 1933 .col-sm-offset-0 {
1934 margin-left: 0%; 1934 margin-left: 0%;
1935 } 1935 }
1936 } 1936 }
1937 @media (min-width: 1025px) { 1937 @media (min-width: 1025px) {
1938 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { 1938 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
1939 float: left; 1939 float: left;
1940 } 1940 }
1941 .col-md-12 { 1941 .col-md-12 {
1942 width: 100%; 1942 width: 100%;
1943 } 1943 }
1944 .col-md-11 { 1944 .col-md-11 {
1945 width: 91.66666667%; 1945 width: 91.66666667%;
1946 } 1946 }
1947 .col-md-10 { 1947 .col-md-10 {
1948 width: 83.33333333%; 1948 width: 83.33333333%;
1949 } 1949 }
1950 .col-md-9 { 1950 .col-md-9 {
1951 width: 75%; 1951 width: 75%;
1952 } 1952 }
1953 .col-md-8 { 1953 .col-md-8 {
1954 width: 66.66666667%; 1954 width: 66.66666667%;
1955 } 1955 }
1956 .col-md-7 { 1956 .col-md-7 {
1957 width: 58.33333333%; 1957 width: 58.33333333%;
1958 } 1958 }
1959 .col-md-6 { 1959 .col-md-6 {
1960 width: 50%; 1960 width: 50%;
1961 } 1961 }
1962 .col-md-5 { 1962 .col-md-5 {
1963 width: 41.66666667%; 1963 width: 41.66666667%;
1964 } 1964 }
1965 .col-md-4 { 1965 .col-md-4 {
1966 width: 33.33333333%; 1966 width: 33.33333333%;
1967 } 1967 }
1968 .col-md-3 { 1968 .col-md-3 {
1969 width: 25%; 1969 width: 25%;
1970 } 1970 }
1971 .col-md-2 { 1971 .col-md-2 {
1972 width: 16.66666667%; 1972 width: 16.66666667%;
1973 } 1973 }
1974 .col-md-1 { 1974 .col-md-1 {
1975 width: 8.33333333%; 1975 width: 8.33333333%;
1976 } 1976 }
1977 .col-md-pull-12 { 1977 .col-md-pull-12 {
1978 right: 100%; 1978 right: 100%;
1979 } 1979 }
1980 .col-md-pull-11 { 1980 .col-md-pull-11 {
1981 right: 91.66666667%; 1981 right: 91.66666667%;
1982 } 1982 }
1983 .col-md-pull-10 { 1983 .col-md-pull-10 {
1984 right: 83.33333333%; 1984 right: 83.33333333%;
1985 } 1985 }
1986 .col-md-pull-9 { 1986 .col-md-pull-9 {
1987 right: 75%; 1987 right: 75%;
1988 } 1988 }
1989 .col-md-pull-8 { 1989 .col-md-pull-8 {
1990 right: 66.66666667%; 1990 right: 66.66666667%;
1991 } 1991 }
1992 .col-md-pull-7 { 1992 .col-md-pull-7 {
1993 right: 58.33333333%; 1993 right: 58.33333333%;
1994 } 1994 }
1995 .col-md-pull-6 { 1995 .col-md-pull-6 {
1996 right: 50%; 1996 right: 50%;
1997 } 1997 }
1998 .col-md-pull-5 { 1998 .col-md-pull-5 {
1999 right: 41.66666667%; 1999 right: 41.66666667%;
2000 } 2000 }
2001 .col-md-pull-4 { 2001 .col-md-pull-4 {
2002 right: 33.33333333%; 2002 right: 33.33333333%;
2003 } 2003 }
2004 .col-md-pull-3 { 2004 .col-md-pull-3 {
2005 right: 25%; 2005 right: 25%;
2006 } 2006 }
2007 .col-md-pull-2 { 2007 .col-md-pull-2 {
2008 right: 16.66666667%; 2008 right: 16.66666667%;
2009 } 2009 }
2010 .col-md-pull-1 { 2010 .col-md-pull-1 {
2011 right: 8.33333333%; 2011 right: 8.33333333%;
2012 } 2012 }
2013 .col-md-pull-0 { 2013 .col-md-pull-0 {
2014 right: auto; 2014 right: auto;
2015 } 2015 }
2016 .col-md-push-12 { 2016 .col-md-push-12 {
2017 left: 100%; 2017 left: 100%;
2018 } 2018 }
2019 .col-md-push-11 { 2019 .col-md-push-11 {
2020 left: 91.66666667%; 2020 left: 91.66666667%;
2021 } 2021 }
2022 .col-md-push-10 { 2022 .col-md-push-10 {
2023 left: 83.33333333%; 2023 left: 83.33333333%;
2024 } 2024 }
2025 .col-md-push-9 { 2025 .col-md-push-9 {
2026 left: 75%; 2026 left: 75%;
2027 } 2027 }
2028 .col-md-push-8 { 2028 .col-md-push-8 {
2029 left: 66.66666667%; 2029 left: 66.66666667%;
2030 } 2030 }
2031 .col-md-push-7 { 2031 .col-md-push-7 {
2032 left: 58.33333333%; 2032 left: 58.33333333%;
2033 } 2033 }
2034 .col-md-push-6 { 2034 .col-md-push-6 {
2035 left: 50%; 2035 left: 50%;
2036 } 2036 }
2037 .col-md-push-5 { 2037 .col-md-push-5 {
2038 left: 41.66666667%; 2038 left: 41.66666667%;
2039 } 2039 }
2040 .col-md-push-4 { 2040 .col-md-push-4 {
2041 left: 33.33333333%; 2041 left: 33.33333333%;
2042 } 2042 }
2043 .col-md-push-3 { 2043 .col-md-push-3 {
2044 left: 25%; 2044 left: 25%;
2045 } 2045 }
2046 .col-md-push-2 { 2046 .col-md-push-2 {
2047 left: 16.66666667%; 2047 left: 16.66666667%;
2048 } 2048 }
2049 .col-md-push-1 { 2049 .col-md-push-1 {
2050 left: 8.33333333%; 2050 left: 8.33333333%;
2051 } 2051 }
2052 .col-md-push-0 { 2052 .col-md-push-0 {
2053 left: auto; 2053 left: auto;
2054 } 2054 }
2055 .col-md-offset-12 { 2055 .col-md-offset-12 {
2056 margin-left: 100%; 2056 margin-left: 100%;
2057 } 2057 }
2058 .col-md-offset-11 { 2058 .col-md-offset-11 {
2059 margin-left: 91.66666667%; 2059 margin-left: 91.66666667%;
2060 } 2060 }
2061 .col-md-offset-10 { 2061 .col-md-offset-10 {
2062 margin-left: 83.33333333%; 2062 margin-left: 83.33333333%;
2063 } 2063 }
2064 .col-md-offset-9 { 2064 .col-md-offset-9 {
2065 margin-left: 75%; 2065 margin-left: 75%;
2066 } 2066 }
2067 .col-md-offset-8 { 2067 .col-md-offset-8 {
2068 margin-left: 66.66666667%; 2068 margin-left: 66.66666667%;
2069 } 2069 }
2070 .col-md-offset-7 { 2070 .col-md-offset-7 {
2071 margin-left: 58.33333333%; 2071 margin-left: 58.33333333%;
2072 } 2072 }
2073 .col-md-offset-6 { 2073 .col-md-offset-6 {
2074 margin-left: 50%; 2074 margin-left: 50%;
2075 } 2075 }
2076 .col-md-offset-5 { 2076 .col-md-offset-5 {
2077 margin-left: 41.66666667%; 2077 margin-left: 41.66666667%;
2078 } 2078 }
2079 .col-md-offset-4 { 2079 .col-md-offset-4 {
2080 margin-left: 33.33333333%; 2080 margin-left: 33.33333333%;
2081 } 2081 }
2082 .col-md-offset-3 { 2082 .col-md-offset-3 {
2083 margin-left: 25%; 2083 margin-left: 25%;
2084 } 2084 }
2085 .col-md-offset-2 { 2085 .col-md-offset-2 {
2086 margin-left: 16.66666667%; 2086 margin-left: 16.66666667%;
2087 } 2087 }
2088 .col-md-offset-1 { 2088 .col-md-offset-1 {
2089 margin-left: 8.33333333%; 2089 margin-left: 8.33333333%;
2090 } 2090 }
2091 .col-md-offset-0 { 2091 .col-md-offset-0 {
2092 margin-left: 0%; 2092 margin-left: 0%;
2093 } 2093 }
2094 } 2094 }
2095 @media (min-width: 1200px) { 2095 @media (min-width: 1200px) {
2096 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { 2096 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
2097 float: left; 2097 float: left;
2098 } 2098 }
2099 .col-lg-12 { 2099 .col-lg-12 {
2100 width: 100%; 2100 width: 100%;
2101 } 2101 }
2102 .col-lg-11 { 2102 .col-lg-11 {
2103 width: 91.66666667%; 2103 width: 91.66666667%;
2104 } 2104 }
2105 .col-lg-10 { 2105 .col-lg-10 {
2106 width: 83.33333333%; 2106 width: 83.33333333%;
2107 } 2107 }
2108 .col-lg-9 { 2108 .col-lg-9 {
2109 width: 75%; 2109 width: 75%;
2110 } 2110 }
2111 .col-lg-8 { 2111 .col-lg-8 {
2112 width: 66.66666667%; 2112 width: 66.66666667%;
2113 } 2113 }
2114 .col-lg-7 { 2114 .col-lg-7 {
2115 width: 58.33333333%; 2115 width: 58.33333333%;
2116 } 2116 }
2117 .col-lg-6 { 2117 .col-lg-6 {
2118 width: 50%; 2118 width: 50%;
2119 } 2119 }
2120 .col-lg-5 { 2120 .col-lg-5 {
2121 width: 41.66666667%; 2121 width: 41.66666667%;
2122 } 2122 }
2123 .col-lg-4 { 2123 .col-lg-4 {
2124 width: 33.33333333%; 2124 width: 33.33333333%;
2125 } 2125 }
2126 .col-lg-3 { 2126 .col-lg-3 {
2127 width: 25%; 2127 width: 25%;
2128 } 2128 }
2129 .col-lg-2 { 2129 .col-lg-2 {
2130 width: 16.66666667%; 2130 width: 16.66666667%;
2131 } 2131 }
2132 .col-lg-1 { 2132 .col-lg-1 {
2133 width: 8.33333333%; 2133 width: 8.33333333%;
2134 } 2134 }
2135 .col-lg-pull-12 { 2135 .col-lg-pull-12 {
2136 right: 100%; 2136 right: 100%;
2137 } 2137 }
2138 .col-lg-pull-11 { 2138 .col-lg-pull-11 {
2139 right: 91.66666667%; 2139 right: 91.66666667%;
2140 } 2140 }
2141 .col-lg-pull-10 { 2141 .col-lg-pull-10 {
2142 right: 83.33333333%; 2142 right: 83.33333333%;
2143 } 2143 }
2144 .col-lg-pull-9 { 2144 .col-lg-pull-9 {
2145 right: 75%; 2145 right: 75%;
2146 } 2146 }
2147 .col-lg-pull-8 { 2147 .col-lg-pull-8 {
2148 right: 66.66666667%; 2148 right: 66.66666667%;
2149 } 2149 }
2150 .col-lg-pull-7 { 2150 .col-lg-pull-7 {
2151 right: 58.33333333%; 2151 right: 58.33333333%;
2152 } 2152 }
2153 .col-lg-pull-6 { 2153 .col-lg-pull-6 {
2154 right: 50%; 2154 right: 50%;
2155 } 2155 }
2156 .col-lg-pull-5 { 2156 .col-lg-pull-5 {
2157 right: 41.66666667%; 2157 right: 41.66666667%;
2158 } 2158 }
2159 .col-lg-pull-4 { 2159 .col-lg-pull-4 {
2160 right: 33.33333333%; 2160 right: 33.33333333%;
2161 } 2161 }
2162 .col-lg-pull-3 { 2162 .col-lg-pull-3 {
2163 right: 25%; 2163 right: 25%;
2164 } 2164 }
2165 .col-lg-pull-2 { 2165 .col-lg-pull-2 {
2166 right: 16.66666667%; 2166 right: 16.66666667%;
2167 } 2167 }
2168 .col-lg-pull-1 { 2168 .col-lg-pull-1 {
2169 right: 8.33333333%; 2169 right: 8.33333333%;
2170 } 2170 }
2171 .col-lg-pull-0 { 2171 .col-lg-pull-0 {
2172 right: auto; 2172 right: auto;
2173 } 2173 }
2174 .col-lg-push-12 { 2174 .col-lg-push-12 {
2175 left: 100%; 2175 left: 100%;
2176 } 2176 }
2177 .col-lg-push-11 { 2177 .col-lg-push-11 {
2178 left: 91.66666667%; 2178 left: 91.66666667%;
2179 } 2179 }
2180 .col-lg-push-10 { 2180 .col-lg-push-10 {
2181 left: 83.33333333%; 2181 left: 83.33333333%;
2182 } 2182 }
2183 .col-lg-push-9 { 2183 .col-lg-push-9 {
2184 left: 75%; 2184 left: 75%;
2185 } 2185 }
2186 .col-lg-push-8 { 2186 .col-lg-push-8 {
2187 left: 66.66666667%; 2187 left: 66.66666667%;
2188 } 2188 }
2189 .col-lg-push-7 { 2189 .col-lg-push-7 {
2190 left: 58.33333333%; 2190 left: 58.33333333%;
2191 } 2191 }
2192 .col-lg-push-6 { 2192 .col-lg-push-6 {
2193 left: 50%; 2193 left: 50%;
2194 } 2194 }
2195 .col-lg-push-5 { 2195 .col-lg-push-5 {
2196 left: 41.66666667%; 2196 left: 41.66666667%;
2197 } 2197 }
2198 .col-lg-push-4 { 2198 .col-lg-push-4 {
2199 left: 33.33333333%; 2199 left: 33.33333333%;
2200 } 2200 }
2201 .col-lg-push-3 { 2201 .col-lg-push-3 {
2202 left: 25%; 2202 left: 25%;
2203 } 2203 }
2204 .col-lg-push-2 { 2204 .col-lg-push-2 {
2205 left: 16.66666667%; 2205 left: 16.66666667%;
2206 } 2206 }
2207 .col-lg-push-1 { 2207 .col-lg-push-1 {
2208 left: 8.33333333%; 2208 left: 8.33333333%;
2209 } 2209 }
2210 .col-lg-push-0 { 2210 .col-lg-push-0 {
2211 left: auto; 2211 left: auto;
2212 } 2212 }
2213 .col-lg-offset-12 { 2213 .col-lg-offset-12 {
2214 margin-left: 100%; 2214 margin-left: 100%;
2215 } 2215 }
2216 .col-lg-offset-11 { 2216 .col-lg-offset-11 {
2217 margin-left: 91.66666667%; 2217 margin-left: 91.66666667%;
2218 } 2218 }
2219 .col-lg-offset-10 { 2219 .col-lg-offset-10 {
2220 margin-left: 83.33333333%; 2220 margin-left: 83.33333333%;
2221 } 2221 }
2222 .col-lg-offset-9 { 2222 .col-lg-offset-9 {
2223 margin-left: 75%; 2223 margin-left: 75%;
2224 } 2224 }
2225 .col-lg-offset-8 { 2225 .col-lg-offset-8 {
2226 margin-left: 66.66666667%; 2226 margin-left: 66.66666667%;
2227 } 2227 }
2228 .col-lg-offset-7 { 2228 .col-lg-offset-7 {
2229 margin-left: 58.33333333%; 2229 margin-left: 58.33333333%;
2230 } 2230 }
2231 .col-lg-offset-6 { 2231 .col-lg-offset-6 {
2232 margin-left: 50%; 2232 margin-left: 50%;
2233 } 2233 }
2234 .col-lg-offset-5 { 2234 .col-lg-offset-5 {
2235 margin-left: 41.66666667%; 2235 margin-left: 41.66666667%;
2236 } 2236 }
2237 .col-lg-offset-4 { 2237 .col-lg-offset-4 {
2238 margin-left: 33.33333333%; 2238 margin-left: 33.33333333%;
2239 } 2239 }
2240 .col-lg-offset-3 { 2240 .col-lg-offset-3 {
2241 margin-left: 25%; 2241 margin-left: 25%;
2242 } 2242 }
2243 .col-lg-offset-2 { 2243 .col-lg-offset-2 {
2244 margin-left: 16.66666667%; 2244 margin-left: 16.66666667%;
2245 } 2245 }
2246 .col-lg-offset-1 { 2246 .col-lg-offset-1 {
2247 margin-left: 8.33333333%; 2247 margin-left: 8.33333333%;
2248 } 2248 }
2249 .col-lg-offset-0 { 2249 .col-lg-offset-0 {
2250 margin-left: 0%; 2250 margin-left: 0%;
2251 } 2251 }
2252 } 2252 }
2253 table { 2253 table {
2254 background-color: transparent; 2254 background-color: transparent;
2255 } 2255 }
2256 caption { 2256 caption {
2257 padding-top: 12px 20px; 2257 padding-top: 12px 20px;
2258 padding-bottom: 12px 20px; 2258 padding-bottom: 12px 20px;
2259 color: #999999; 2259 color: #999999;
2260 text-align: left; 2260 text-align: left;
2261 } 2261 }
2262 th { 2262 th {
2263 text-align: left; 2263 text-align: left;
2264 } 2264 }
2265 .table { 2265 .table {
2266 width: 100%; 2266 width: 100%;
2267 max-width: 100%; 2267 max-width: 100%;
2268 margin-bottom: 20px; 2268 margin-bottom: 20px;
2269 } 2269 }
2270 .table > thead > tr > th, 2270 .table > thead > tr > th,
2271 .table > tbody > tr > th, 2271 .table > tbody > tr > th,
2272 .table > tfoot > tr > th, 2272 .table > tfoot > tr > th,
2273 .table > thead > tr > td, 2273 .table > thead > tr > td,
2274 .table > tbody > tr > td, 2274 .table > tbody > tr > td,
2275 .table > tfoot > tr > td { 2275 .table > tfoot > tr > td {
2276 padding: 12px 20px; 2276 padding: 12px 20px;
2277 line-height: 1.5384616; 2277 line-height: 1.5384616;
2278 vertical-align: top; 2278 vertical-align: top;
2279 border-top: 1px solid #ddd; 2279 border-top: 1px solid #ddd;
2280 } 2280 }
2281 .table > thead > tr > th { 2281 .table > thead > tr > th {
2282 vertical-align: bottom; 2282 vertical-align: bottom;
2283 border-bottom: 2px solid #ddd; 2283 border-bottom: 2px solid #ddd;
2284 } 2284 }
2285 .table > caption + thead > tr:first-child > th, 2285 .table > caption + thead > tr:first-child > th,
2286 .table > colgroup + thead > tr:first-child > th, 2286 .table > colgroup + thead > tr:first-child > th,
2287 .table > thead:first-child > tr:first-child > th, 2287 .table > thead:first-child > tr:first-child > th,
2288 .table > caption + thead > tr:first-child > td, 2288 .table > caption + thead > tr:first-child > td,
2289 .table > colgroup + thead > tr:first-child > td, 2289 .table > colgroup + thead > tr:first-child > td,
2290 .table > thead:first-child > tr:first-child > td { 2290 .table > thead:first-child > tr:first-child > td {
2291 border-top: 0; 2291 border-top: 0;
2292 } 2292 }
2293 .table > tbody + tbody { 2293 .table > tbody + tbody {
2294 border-top: 2px solid #ddd; 2294 border-top: 2px solid #ddd;
2295 } 2295 }
2296 .table .table { 2296 .table .table {
2297 background-color: #eeeded; 2297 background-color: #eeeded;
2298 } 2298 }
2299 .table-condensed > thead > tr > th, 2299 .table-condensed > thead > tr > th,
2300 .table-condensed > tbody > tr > th, 2300 .table-condensed > tbody > tr > th,
2301 .table-condensed > tfoot > tr > th, 2301 .table-condensed > tfoot > tr > th,
2302 .table-condensed > thead > tr > td, 2302 .table-condensed > thead > tr > td,
2303 .table-condensed > tbody > tr > td, 2303 .table-condensed > tbody > tr > td,
2304 .table-condensed > tfoot > tr > td { 2304 .table-condensed > tfoot > tr > td {
2305 padding: 8px 20px; 2305 padding: 8px 20px;
2306 } 2306 }
2307 .table-bordered { 2307 .table-bordered {
2308 border: 1px solid #ddd; 2308 border: 1px solid #ddd;
2309 } 2309 }
2310 .table-bordered > thead > tr > th, 2310 .table-bordered > thead > tr > th,
2311 .table-bordered > tbody > tr > th, 2311 .table-bordered > tbody > tr > th,
2312 .table-bordered > tfoot > tr > th, 2312 .table-bordered > tfoot > tr > th,
2313 .table-bordered > thead > tr > td, 2313 .table-bordered > thead > tr > td,
2314 .table-bordered > tbody > tr > td, 2314 .table-bordered > tbody > tr > td,
2315 .table-bordered > tfoot > tr > td { 2315 .table-bordered > tfoot > tr > td {
2316 border: 1px solid #ddd; 2316 border: 1px solid #ddd;
2317 } 2317 }
2318 .table-bordered > thead > tr > th, 2318 .table-bordered > thead > tr > th,
2319 .table-bordered > thead > tr > td { 2319 .table-bordered > thead > tr > td {
2320 border-bottom-width: 2px; 2320 border-bottom-width: 2px;
2321 } 2321 }
2322 .table-striped > tbody > tr:nth-of-type(odd) { 2322 .table-striped > tbody > tr:nth-of-type(odd) {
2323 background-color: #fcfcfc; 2323 background-color: #fcfcfc;
2324 } 2324 }
2325 .table-hover > tbody > tr:hover { 2325 .table-hover > tbody > tr:hover {
2326 background-color: #f8f8f8; 2326 background-color: #f8f8f8;
2327 } 2327 }
2328 table col[class*="col-"] { 2328 table col[class*="col-"] {
2329 position: static; 2329 position: static;
2330 float: none; 2330 float: none;
2331 display: table-column; 2331 display: table-column;
2332 } 2332 }
2333 table td[class*="col-"], 2333 table td[class*="col-"],
2334 table th[class*="col-"] { 2334 table th[class*="col-"] {
2335 position: static; 2335 position: static;
2336 float: none; 2336 float: none;
2337 display: table-cell; 2337 display: table-cell;
2338 } 2338 }
2339 .table > thead > tr > td.active, 2339 .table > thead > tr > td.active,
2340 .table > tbody > tr > td.active, 2340 .table > tbody > tr > td.active,
2341 .table > tfoot > tr > td.active, 2341 .table > tfoot > tr > td.active,
2342 .table > thead > tr > th.active, 2342 .table > thead > tr > th.active,
2343 .table > tbody > tr > th.active, 2343 .table > tbody > tr > th.active,
2344 .table > tfoot > tr > th.active, 2344 .table > tfoot > tr > th.active,
2345 .table > thead > tr.active > td, 2345 .table > thead > tr.active > td,
2346 .table > tbody > tr.active > td, 2346 .table > tbody > tr.active > td,
2347 .table > tfoot > tr.active > td, 2347 .table > tfoot > tr.active > td,
2348 .table > thead > tr.active > th, 2348 .table > thead > tr.active > th,
2349 .table > tbody > tr.active > th, 2349 .table > tbody > tr.active > th,
2350 .table > tfoot > tr.active > th { 2350 .table > tfoot > tr.active > th {
2351 background-color: #f8f8f8; 2351 background-color: #f8f8f8;
2352 } 2352 }
2353 .table-hover > tbody > tr > td.active:hover, 2353 .table-hover > tbody > tr > td.active:hover,
2354 .table-hover > tbody > tr > th.active:hover, 2354 .table-hover > tbody > tr > th.active:hover,
2355 .table-hover > tbody > tr.active:hover > td, 2355 .table-hover > tbody > tr.active:hover > td,
2356 .table-hover > tbody > tr:hover > .active, 2356 .table-hover > tbody > tr:hover > .active,
2357 .table-hover > tbody > tr.active:hover > th { 2357 .table-hover > tbody > tr.active:hover > th {
2358 background-color: #ebebeb; 2358 background-color: #ebebeb;
2359 } 2359 }
2360 .table > thead > tr > td.success, 2360 .table > thead > tr > td.success,
2361 .table > tbody > tr > td.success, 2361 .table > tbody > tr > td.success,
2362 .table > tfoot > tr > td.success, 2362 .table > tfoot > tr > td.success,
2363 .table > thead > tr > th.success, 2363 .table > thead > tr > th.success,
2364 .table > tbody > tr > th.success, 2364 .table > tbody > tr > th.success,
2365 .table > tfoot > tr > th.success, 2365 .table > tfoot > tr > th.success,
2366 .table > thead > tr.success > td, 2366 .table > thead > tr.success > td,
2367 .table > tbody > tr.success > td, 2367 .table > tbody > tr.success > td,
2368 .table > tfoot > tr.success > td, 2368 .table > tfoot > tr.success > td,
2369 .table > thead > tr.success > th, 2369 .table > thead > tr.success > th,
2370 .table > tbody > tr.success > th, 2370 .table > tbody > tr.success > th,
2371 .table > tfoot > tr.success > th { 2371 .table > tfoot > tr.success > th {
2372 background-color: #E8F5E9; 2372 background-color: #E8F5E9;
2373 } 2373 }
2374 .table-hover > tbody > tr > td.success:hover, 2374 .table-hover > tbody > tr > td.success:hover,
2375 .table-hover > tbody > tr > th.success:hover, 2375 .table-hover > tbody > tr > th.success:hover,
2376 .table-hover > tbody > tr.success:hover > td, 2376 .table-hover > tbody > tr.success:hover > td,
2377 .table-hover > tbody > tr:hover > .success, 2377 .table-hover > tbody > tr:hover > .success,
2378 .table-hover > tbody > tr.success:hover > th { 2378 .table-hover > tbody > tr.success:hover > th {
2379 background-color: #d6edd8; 2379 background-color: #d6edd8;
2380 } 2380 }
2381 .table > thead > tr > td.info, 2381 .table > thead > tr > td.info,
2382 .table > tbody > tr > td.info, 2382 .table > tbody > tr > td.info,
2383 .table > tfoot > tr > td.info, 2383 .table > tfoot > tr > td.info,
2384 .table > thead > tr > th.info, 2384 .table > thead > tr > th.info,
2385 .table > tbody > tr > th.info, 2385 .table > tbody > tr > th.info,
2386 .table > tfoot > tr > th.info, 2386 .table > tfoot > tr > th.info,
2387 .table > thead > tr.info > td, 2387 .table > thead > tr.info > td,
2388 .table > tbody > tr.info > td, 2388 .table > tbody > tr.info > td,
2389 .table > tfoot > tr.info > td, 2389 .table > tfoot > tr.info > td,
2390 .table > thead > tr.info > th, 2390 .table > thead > tr.info > th,
2391 .table > tbody > tr.info > th, 2391 .table > tbody > tr.info > th,
2392 .table > tfoot > tr.info > th { 2392 .table > tfoot > tr.info > th {
2393 background-color: #E0F7FA; 2393 background-color: #E0F7FA;
2394 } 2394 }
2395 .table-hover > tbody > tr > td.info:hover, 2395 .table-hover > tbody > tr > td.info:hover,
2396 .table-hover > tbody > tr > th.info:hover, 2396 .table-hover > tbody > tr > th.info:hover,
2397 .table-hover > tbody > tr.info:hover > td, 2397 .table-hover > tbody > tr.info:hover > td,
2398 .table-hover > tbody > tr:hover > .info, 2398 .table-hover > tbody > tr:hover > .info,
2399 .table-hover > tbody > tr.info:hover > th { 2399 .table-hover > tbody > tr.info:hover > th {
2400 background-color: #caf1f6; 2400 background-color: #caf1f6;
2401 } 2401 }
2402 .table > thead > tr > td.warning, 2402 .table > thead > tr > td.warning,
2403 .table > tbody > tr > td.warning, 2403 .table > tbody > tr > td.warning,
2404 .table > tfoot > tr > td.warning, 2404 .table > tfoot > tr > td.warning,
2405 .table > thead > tr > th.warning, 2405 .table > thead > tr > th.warning,
2406 .table > tbody > tr > th.warning, 2406 .table > tbody > tr > th.warning,
2407 .table > tfoot > tr > th.warning, 2407 .table > tfoot > tr > th.warning,
2408 .table > thead > tr.warning > td, 2408 .table > thead > tr.warning > td,
2409 .table > tbody > tr.warning > td, 2409 .table > tbody > tr.warning > td,
2410 .table > tfoot > tr.warning > td, 2410 .table > tfoot > tr.warning > td,
2411 .table > thead > tr.warning > th, 2411 .table > thead > tr.warning > th,
2412 .table > tbody > tr.warning > th, 2412 .table > tbody > tr.warning > th,
2413 .table > tfoot > tr.warning > th { 2413 .table > tfoot > tr.warning > th {
2414 background-color: #FFF3E0; 2414 background-color: #FFF3E0;
2415 } 2415 }
2416 .table-hover > tbody > tr > td.warning:hover, 2416 .table-hover > tbody > tr > td.warning:hover,
2417 .table-hover > tbody > tr > th.warning:hover, 2417 .table-hover > tbody > tr > th.warning:hover,
2418 .table-hover > tbody > tr.warning:hover > td, 2418 .table-hover > tbody > tr.warning:hover > td,
2419 .table-hover > tbody > tr:hover > .warning, 2419 .table-hover > tbody > tr:hover > .warning,
2420 .table-hover > tbody > tr.warning:hover > th { 2420 .table-hover > tbody > tr.warning:hover > th {
2421 background-color: #ffe9c6; 2421 background-color: #ffe9c6;
2422 } 2422 }
2423 .table > thead > tr > td.danger, 2423 .table > thead > tr > td.danger,
2424 .table > tbody > tr > td.danger, 2424 .table > tbody > tr > td.danger,
2425 .table > tfoot > tr > td.danger, 2425 .table > tfoot > tr > td.danger,
2426 .table > thead > tr > th.danger, 2426 .table > thead > tr > th.danger,
2427 .table > tbody > tr > th.danger, 2427 .table > tbody > tr > th.danger,
2428 .table > tfoot > tr > th.danger, 2428 .table > tfoot > tr > th.danger,
2429 .table > thead > tr.danger > td, 2429 .table > thead > tr.danger > td,
2430 .table > tbody > tr.danger > td, 2430 .table > tbody > tr.danger > td,
2431 .table > tfoot > tr.danger > td, 2431 .table > tfoot > tr.danger > td,
2432 .table > thead > tr.danger > th, 2432 .table > thead > tr.danger > th,
2433 .table > tbody > tr.danger > th, 2433 .table > tbody > tr.danger > th,
2434 .table > tfoot > tr.danger > th { 2434 .table > tfoot > tr.danger > th {
2435 background-color: #FBE9E7; 2435 background-color: #FBE9E7;
2436 } 2436 }
2437 .table-hover > tbody > tr > td.danger:hover, 2437 .table-hover > tbody > tr > td.danger:hover,
2438 .table-hover > tbody > tr > th.danger:hover, 2438 .table-hover > tbody > tr > th.danger:hover,
2439 .table-hover > tbody > tr.danger:hover > td, 2439 .table-hover > tbody > tr.danger:hover > td,
2440 .table-hover > tbody > tr:hover > .danger, 2440 .table-hover > tbody > tr:hover > .danger,
2441 .table-hover > tbody > tr.danger:hover > th { 2441 .table-hover > tbody > tr.danger:hover > th {
2442 background-color: #f7d5d1; 2442 background-color: #f7d5d1;
2443 } 2443 }
2444 .table-responsive { 2444 .table-responsive {
2445 overflow-x: auto; 2445 overflow-x: auto;
2446 min-height: 0.01%; 2446 min-height: 0.01%;
2447 } 2447 }
2448 @media screen and (max-width: 768px) { 2448 @media screen and (max-width: 768px) {
2449 .table-responsive { 2449 .table-responsive {
2450 width: 100%; 2450 width: 100%;
2451 margin-bottom: 15px; 2451 margin-bottom: 15px;
2452 overflow-y: hidden; 2452 overflow-y: hidden;
2453 -ms-overflow-style: -ms-autohiding-scrollbar; 2453 -ms-overflow-style: -ms-autohiding-scrollbar;
2454 border: 1px solid #ddd; 2454 border: 1px solid #ddd;
2455 } 2455 }
2456 .table-responsive > .table { 2456 .table-responsive > .table {
2457 margin-bottom: 0; 2457 margin-bottom: 0;
2458 } 2458 }
2459 .table-responsive > .table > thead > tr > th, 2459 .table-responsive > .table > thead > tr > th,
2460 .table-responsive > .table > tbody > tr > th, 2460 .table-responsive > .table > tbody > tr > th,
2461 .table-responsive > .table > tfoot > tr > th, 2461 .table-responsive > .table > tfoot > tr > th,
2462 .table-responsive > .table > thead > tr > td, 2462 .table-responsive > .table > thead > tr > td,
2463 .table-responsive > .table > tbody > tr > td, 2463 .table-responsive > .table > tbody > tr > td,
2464 .table-responsive > .table > tfoot > tr > td { 2464 .table-responsive > .table > tfoot > tr > td {
2465 white-space: nowrap; 2465 white-space: nowrap;
2466 } 2466 }
2467 .table-responsive > .table-bordered { 2467 .table-responsive > .table-bordered {
2468 border: 0; 2468 border: 0;
2469 } 2469 }
2470 .table-responsive > .table-bordered > thead > tr > th:first-child, 2470 .table-responsive > .table-bordered > thead > tr > th:first-child,
2471 .table-responsive > .table-bordered > tbody > tr > th:first-child, 2471 .table-responsive > .table-bordered > tbody > tr > th:first-child,
2472 .table-responsive > .table-bordered > tfoot > tr > th:first-child, 2472 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
2473 .table-responsive > .table-bordered > thead > tr > td:first-child, 2473 .table-responsive > .table-bordered > thead > tr > td:first-child,
2474 .table-responsive > .table-bordered > tbody > tr > td:first-child, 2474 .table-responsive > .table-bordered > tbody > tr > td:first-child,
2475 .table-responsive > .table-bordered > tfoot > tr > td:first-child { 2475 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
2476 border-left: 0; 2476 border-left: 0;
2477 } 2477 }
2478 .table-responsive > .table-bordered > thead > tr > th:last-child, 2478 .table-responsive > .table-bordered > thead > tr > th:last-child,
2479 .table-responsive > .table-bordered > tbody > tr > th:last-child, 2479 .table-responsive > .table-bordered > tbody > tr > th:last-child,
2480 .table-responsive > .table-bordered > tfoot > tr > th:last-child, 2480 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
2481 .table-responsive > .table-bordered > thead > tr > td:last-child, 2481 .table-responsive > .table-bordered > thead > tr > td:last-child,
2482 .table-responsive > .table-bordered > tbody > tr > td:last-child, 2482 .table-responsive > .table-bordered > tbody > tr > td:last-child,
2483 .table-responsive > .table-bordered > tfoot > tr > td:last-child { 2483 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
2484 border-right: 0; 2484 border-right: 0;
2485 } 2485 }
2486 .table-responsive > .table-bordered > tbody > tr:last-child > th, 2486 .table-responsive > .table-bordered > tbody > tr:last-child > th,
2487 .table-responsive > .table-bordered > tfoot > tr:last-child > th, 2487 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
2488 .table-responsive > .table-bordered > tbody > tr:last-child > td, 2488 .table-responsive > .table-bordered > tbody > tr:last-child > td,
2489 .table-responsive > .table-bordered > tfoot > tr:last-child > td { 2489 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
2490 border-bottom: 0; 2490 border-bottom: 0;
2491 } 2491 }
2492 } 2492 }
2493 fieldset { 2493 fieldset {
2494 padding: 0; 2494 padding: 0;
2495 margin: 0; 2495 margin: 0;
2496 border: 0; 2496 border: 0;
2497 min-width: 0; 2497 min-width: 0;
2498 } 2498 }
2499 legend { 2499 legend {
2500 display: block; 2500 display: block;
2501 width: 100%; 2501 width: 100%;
2502 padding: 0; 2502 padding: 0;
2503 margin-bottom: 20px; 2503 margin-bottom: 20px;
2504 font-size: 19.5px; 2504 font-size: 19.5px;
2505 line-height: inherit; 2505 line-height: inherit;
2506 color: #333333; 2506 color: #333333;
2507 border: 0; 2507 border: 0;
2508 border-bottom: 1px solid #e5e5e5; 2508 border-bottom: 1px solid #e5e5e5;
2509 } 2509 }
2510 label { 2510 label {
2511 display: inline-block; 2511 display: inline-block;
2512 max-width: 100%; 2512 max-width: 100%;
2513 margin-bottom: 5px; 2513 margin-bottom: 5px;
2514 font-weight: bold; 2514 font-weight: bold;
2515 } 2515 }
2516 input[type="search"] { 2516 input[type="search"] {
2517 -webkit-box-sizing: border-box; 2517 -webkit-box-sizing: border-box;
2518 -moz-box-sizing: border-box; 2518 -moz-box-sizing: border-box;
2519 box-sizing: border-box; 2519 box-sizing: border-box;
2520 } 2520 }
2521 input[type="radio"], 2521 input[type="radio"],
2522 input[type="checkbox"] { 2522 input[type="checkbox"] {
2523 margin: 4px 0 0; 2523 margin: 4px 0 0;
2524 margin-top: 1px \9; 2524 margin-top: 1px \9;
2525 line-height: normal; 2525 line-height: normal;
2526 } 2526 }
2527 input[type="file"] { 2527 input[type="file"] {
2528 display: block; 2528 display: block;
2529 } 2529 }
2530 input[type="range"] { 2530 input[type="range"] {
2531 display: block; 2531 display: block;
2532 width: 100%; 2532 width: 100%;
2533 } 2533 }
2534 select[multiple], 2534 select[multiple],
2535 select[size] { 2535 select[size] {
2536 height: auto; 2536 height: auto;
2537 } 2537 }
2538 input[type="file"]:focus, 2538 input[type="file"]:focus,
2539 input[type="radio"]:focus, 2539 input[type="radio"]:focus,
2540 input[type="checkbox"]:focus { 2540 input[type="checkbox"]:focus {
2541 outline: 5px auto -webkit-focus-ring-color; 2541 outline: 5px auto -webkit-focus-ring-color;
2542 outline-offset: -2px; 2542 outline-offset: -2px;
2543 } 2543 }
2544 output { 2544 output {
2545 display: block; 2545 display: block;
2546 padding-top: 9px; 2546 padding-top: 9px;
2547 font-size: 13px; 2547 font-size: 13px;
2548 line-height: 1.5384616; 2548 line-height: 1.5384616;
2549 color: #333333; 2549 color: #333333;
2550 } 2550 }
2551 .form-control { 2551 .form-control {
2552 display: block; 2552 display: block;
2553 width: 100%; 2553 width: 100%;
2554 height: 38px; 2554 height: 38px;
2555 padding: 8px 16px; 2555 padding: 8px 16px;
2556 font-size: 13px; 2556 font-size: 13px;
2557 line-height: 1.5384616; 2557 line-height: 1.5384616;
2558 color: #333333; 2558 color: #333333;
2559 background-color: transparent; 2559 background-color: transparent;
2560 background-image: none; 2560 background-image: none;
2561 border: 1px solid #ddd; 2561 border: 1px solid #ddd;
2562 border-radius: 3px; 2562 border-radius: 3px;
2563 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2563 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2564 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2564 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2565 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2565 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2566 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2566 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2567 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2567 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2568 } 2568 }
2569 .form-control:focus { 2569 .form-control:focus {
2570 border-color: #ddd; 2570 border-color: #ddd;
2571 outline: 0; 2571 outline: 0;
2572 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 221, 221, 0.6); 2572 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 221, 221, 0.6);
2573 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 221, 221, 0.6); 2573 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 221, 221, 0.6);
2574 } 2574 }
2575 .form-control::-moz-placeholder { 2575 .form-control::-moz-placeholder {
2576 color: #999; 2576 color: #999;
2577 opacity: 1; 2577 opacity: 1;
2578 } 2578 }
2579 .form-control:-ms-input-placeholder { 2579 .form-control:-ms-input-placeholder {
2580 color: #999; 2580 color: #999;
2581 } 2581 }
2582 .form-control::-webkit-input-placeholder { 2582 .form-control::-webkit-input-placeholder {
2583 color: #999; 2583 color: #999;
2584 } 2584 }
2585 .form-control::-ms-expand { 2585 .form-control::-ms-expand {
2586 border: 0; 2586 border: 0;
2587 background-color: transparent; 2587 background-color: transparent;
2588 } 2588 }
2589 .form-control[disabled], 2589 .form-control[disabled],
2590 .form-control[readonly], 2590 .form-control[readonly],
2591 fieldset[disabled] .form-control { 2591 fieldset[disabled] .form-control {
2592 background-color: transparent; 2592 background-color: transparent;
2593 opacity: 1; 2593 opacity: 1;
2594 } 2594 }
2595 .form-control[disabled], 2595 .form-control[disabled],
2596 fieldset[disabled] .form-control { 2596 fieldset[disabled] .form-control {
2597 cursor: not-allowed; 2597 cursor: not-allowed;
2598 } 2598 }
2599 textarea.form-control { 2599 textarea.form-control {
2600 height: auto; 2600 height: auto;
2601 } 2601 }
2602 input[type="search"] { 2602 input[type="search"] {
2603 -webkit-appearance: none; 2603 -webkit-appearance: none;
2604 } 2604 }
2605 @media screen and (-webkit-min-device-pixel-ratio: 0) { 2605 @media screen and (-webkit-min-device-pixel-ratio: 0) {
2606 input[type="date"].form-control, 2606 input[type="date"].form-control,
2607 input[type="time"].form-control, 2607 input[type="time"].form-control,
2608 input[type="datetime-local"].form-control, 2608 input[type="datetime-local"].form-control,
2609 input[type="month"].form-control { 2609 input[type="month"].form-control {
2610 line-height: 38px; 2610 line-height: 38px;
2611 } 2611 }
2612 input[type="date"].input-sm, 2612 input[type="date"].input-sm,
2613 input[type="time"].input-sm, 2613 input[type="time"].input-sm,
2614 input[type="datetime-local"].input-sm, 2614 input[type="datetime-local"].input-sm,
2615 input[type="month"].input-sm, 2615 input[type="month"].input-sm,
2616 .input-group-sm input[type="date"], 2616 .input-group-sm input[type="date"],
2617 .input-group-sm input[type="time"], 2617 .input-group-sm input[type="time"],
2618 .input-group-sm input[type="datetime-local"], 2618 .input-group-sm input[type="datetime-local"],
2619 .input-group-sm input[type="month"] { 2619 .input-group-sm input[type="month"] {
2620 line-height: 36px; 2620 line-height: 36px;
2621 } 2621 }
2622 input[type="date"].input-lg, 2622 input[type="date"].input-lg,
2623 input[type="time"].input-lg, 2623 input[type="time"].input-lg,
2624 input[type="datetime-local"].input-lg, 2624 input[type="datetime-local"].input-lg,
2625 input[type="month"].input-lg, 2625 input[type="month"].input-lg,
2626 .input-group-lg input[type="date"], 2626 .input-group-lg input[type="date"],
2627 .input-group-lg input[type="time"], 2627 .input-group-lg input[type="time"],
2628 .input-group-lg input[type="datetime-local"], 2628 .input-group-lg input[type="datetime-local"],
2629 .input-group-lg input[type="month"] { 2629 .input-group-lg input[type="month"] {
2630 line-height: 40px; 2630 line-height: 40px;
2631 } 2631 }
2632 } 2632 }
2633 .form-group { 2633 .form-group {
2634 margin-bottom: 20px; 2634 margin-bottom: 20px;
2635 } 2635 }
2636 .radio, 2636 .radio,
2637 .checkbox { 2637 .checkbox {
2638 position: relative; 2638 position: relative;
2639 display: block; 2639 display: block;
2640 margin-top: 10px; 2640 margin-top: 10px;
2641 margin-bottom: 10px; 2641 margin-bottom: 10px;
2642 } 2642 }
2643 .radio label, 2643 .radio label,
2644 .checkbox label { 2644 .checkbox label {
2645 min-height: 20px; 2645 min-height: 20px;
2646 padding-left: 20px; 2646 padding-left: 20px;
2647 margin-bottom: 0; 2647 margin-bottom: 0;
2648 font-weight: normal; 2648 font-weight: normal;
2649 cursor: pointer; 2649 cursor: pointer;
2650 } 2650 }
2651 .radio input[type="radio"], 2651 .radio input[type="radio"],
2652 .radio-inline input[type="radio"], 2652 .radio-inline input[type="radio"],
2653 .checkbox input[type="checkbox"], 2653 .checkbox input[type="checkbox"],
2654 .checkbox-inline input[type="checkbox"] { 2654 .checkbox-inline input[type="checkbox"] {
2655 position: absolute; 2655 position: absolute;
2656 margin-left: -20px; 2656 margin-left: -20px;
2657 margin-top: 4px \9; 2657 margin-top: 4px \9;
2658 } 2658 }
2659 .radio + .radio, 2659 .radio + .radio,
2660 .checkbox + .checkbox { 2660 .checkbox + .checkbox {
2661 margin-top: -5px; 2661 margin-top: -5px;
2662 } 2662 }
2663 .radio-inline, 2663 .radio-inline,
2664 .checkbox-inline { 2664 .checkbox-inline {
2665 position: relative; 2665 position: relative;
2666 display: inline-block; 2666 display: inline-block;
2667 padding-left: 20px; 2667 padding-left: 20px;
2668 margin-bottom: 0; 2668 margin-bottom: 0;
2669 vertical-align: middle; 2669 vertical-align: middle;
2670 font-weight: normal; 2670 font-weight: normal;
2671 cursor: pointer; 2671 cursor: pointer;
2672 } 2672 }
2673 .radio-inline + .radio-inline, 2673 .radio-inline + .radio-inline,
2674 .checkbox-inline + .checkbox-inline { 2674 .checkbox-inline + .checkbox-inline {
2675 margin-top: 0; 2675 margin-top: 0;
2676 margin-left: 10px; 2676 margin-left: 10px;
2677 } 2677 }
2678 input[type="radio"][disabled], 2678 input[type="radio"][disabled],
2679 input[type="checkbox"][disabled], 2679 input[type="checkbox"][disabled],
2680 input[type="radio"].disabled, 2680 input[type="radio"].disabled,
2681 input[type="checkbox"].disabled, 2681 input[type="checkbox"].disabled,
2682 fieldset[disabled] input[type="radio"], 2682 fieldset[disabled] input[type="radio"],
2683 fieldset[disabled] input[type="checkbox"] { 2683 fieldset[disabled] input[type="checkbox"] {
2684 cursor: not-allowed; 2684 cursor: not-allowed;
2685 } 2685 }
2686 .radio-inline.disabled, 2686 .radio-inline.disabled,
2687 .checkbox-inline.disabled, 2687 .checkbox-inline.disabled,
2688 fieldset[disabled] .radio-inline, 2688 fieldset[disabled] .radio-inline,
2689 fieldset[disabled] .checkbox-inline { 2689 fieldset[disabled] .checkbox-inline {
2690 cursor: not-allowed; 2690 cursor: not-allowed;
2691 } 2691 }
2692 .radio.disabled label, 2692 .radio.disabled label,
2693 .checkbox.disabled label, 2693 .checkbox.disabled label,
2694 fieldset[disabled] .radio label, 2694 fieldset[disabled] .radio label,
2695 fieldset[disabled] .checkbox label { 2695 fieldset[disabled] .checkbox label {
2696 cursor: not-allowed; 2696 cursor: not-allowed;
2697 } 2697 }
2698 .form-control-static { 2698 .form-control-static {
2699 padding-top: 9px; 2699 padding-top: 9px;
2700 padding-bottom: 9px; 2700 padding-bottom: 9px;
2701 margin-bottom: 0; 2701 margin-bottom: 0;
2702 min-height: 33px; 2702 min-height: 33px;
2703 } 2703 }
2704 .form-control-static.input-lg, 2704 .form-control-static.input-lg,
2705 .form-control-static.input-sm { 2705 .form-control-static.input-sm {
2706 padding-left: 0; 2706 padding-left: 0;
2707 padding-right: 0; 2707 padding-right: 0;
2708 } 2708 }
2709 .input-sm { 2709 .input-sm {
2710 height: 36px; 2710 height: 36px;
2711 padding: 7px 14px; 2711 padding: 7px 14px;
2712 font-size: 12px; 2712 font-size: 12px;
2713 line-height: 1.6666667; 2713 line-height: 1.6666667;
2714 border-radius: 2px; 2714 border-radius: 2px;
2715 } 2715 }
2716 select.input-sm { 2716 select.input-sm {
2717 height: 36px; 2717 height: 36px;
2718 line-height: 36px; 2718 line-height: 36px;
2719 } 2719 }
2720 textarea.input-sm, 2720 textarea.input-sm,
2721 select[multiple].input-sm { 2721 select[multiple].input-sm {
2722 height: auto; 2722 height: auto;
2723 } 2723 }
2724 .form-group-sm .form-control { 2724 .form-group-sm .form-control {
2725 height: 36px; 2725 height: 36px;
2726 padding: 7px 14px; 2726 padding: 7px 14px;
2727 font-size: 12px; 2727 font-size: 12px;
2728 line-height: 1.6666667; 2728 line-height: 1.6666667;
2729 border-radius: 2px; 2729 border-radius: 2px;
2730 } 2730 }
2731 .form-group-sm select.form-control { 2731 .form-group-sm select.form-control {
2732 height: 36px; 2732 height: 36px;
2733 line-height: 36px; 2733 line-height: 36px;
2734 } 2734 }
2735 .form-group-sm textarea.form-control, 2735 .form-group-sm textarea.form-control,
2736 .form-group-sm select[multiple].form-control { 2736 .form-group-sm select[multiple].form-control {
2737 height: auto; 2737 height: auto;
2738 } 2738 }
2739 .form-group-sm .form-control-static { 2739 .form-group-sm .form-control-static {
2740 height: 36px; 2740 height: 36px;
2741 min-height: 32px; 2741 min-height: 32px;
2742 padding: 8px 14px; 2742 padding: 8px 14px;
2743 font-size: 12px; 2743 font-size: 12px;
2744 line-height: 1.6666667; 2744 line-height: 1.6666667;
2745 } 2745 }
2746 .input-lg { 2746 .input-lg {
2747 height: 40px; 2747 height: 40px;
2748 padding: 9px 18px; 2748 padding: 9px 18px;
2749 font-size: 14px; 2749 font-size: 14px;
2750 line-height: 1.4285715; 2750 line-height: 1.4285715;
2751 border-radius: 3px; 2751 border-radius: 3px;
2752 } 2752 }
2753 select.input-lg { 2753 select.input-lg {
2754 height: 40px; 2754 height: 40px;
2755 line-height: 40px; 2755 line-height: 40px;
2756 } 2756 }
2757 textarea.input-lg, 2757 textarea.input-lg,
2758 select[multiple].input-lg { 2758 select[multiple].input-lg {
2759 height: auto; 2759 height: auto;
2760 } 2760 }
2761 .form-group-lg .form-control { 2761 .form-group-lg .form-control {
2762 height: 40px; 2762 height: 40px;
2763 padding: 9px 18px; 2763 padding: 9px 18px;
2764 font-size: 14px; 2764 font-size: 14px;
2765 line-height: 1.4285715; 2765 line-height: 1.4285715;
2766 border-radius: 3px; 2766 border-radius: 3px;
2767 } 2767 }
2768 .form-group-lg select.form-control { 2768 .form-group-lg select.form-control {
2769 height: 40px; 2769 height: 40px;
2770 line-height: 40px; 2770 line-height: 40px;
2771 } 2771 }
2772 .form-group-lg textarea.form-control, 2772 .form-group-lg textarea.form-control,
2773 .form-group-lg select[multiple].form-control { 2773 .form-group-lg select[multiple].form-control {
2774 height: auto; 2774 height: auto;
2775 } 2775 }
2776 .form-group-lg .form-control-static { 2776 .form-group-lg .form-control-static {
2777 height: 40px; 2777 height: 40px;
2778 min-height: 34px; 2778 min-height: 34px;
2779 padding: 10px 18px; 2779 padding: 10px 18px;
2780 font-size: 14px; 2780 font-size: 14px;
2781 line-height: 1.4285715; 2781 line-height: 1.4285715;
2782 } 2782 }
2783 .has-feedback { 2783 .has-feedback {
2784 position: relative; 2784 position: relative;
2785 } 2785 }
2786 .has-feedback .form-control { 2786 .has-feedback .form-control {
2787 padding-right: 47.5px; 2787 padding-right: 47.5px;
2788 } 2788 }
2789 .form-control-feedback { 2789 .form-control-feedback {
2790 position: absolute; 2790 position: absolute;
2791 top: 0; 2791 top: 0;
2792 right: 0; 2792 right: 0;
2793 z-index: 2; 2793 z-index: 2;
2794 display: block; 2794 display: block;
2795 width: 38px; 2795 width: 38px;
2796 height: 38px; 2796 height: 38px;
2797 line-height: 38px; 2797 line-height: 38px;
2798 text-align: center; 2798 text-align: center;
2799 pointer-events: none; 2799 pointer-events: none;
2800 } 2800 }
2801 .input-lg + .form-control-feedback, 2801 .input-lg + .form-control-feedback,
2802 .input-group-lg + .form-control-feedback, 2802 .input-group-lg + .form-control-feedback,
2803 .form-group-lg .form-control + .form-control-feedback { 2803 .form-group-lg .form-control + .form-control-feedback {
2804 width: 40px; 2804 width: 40px;
2805 height: 40px; 2805 height: 40px;
2806 line-height: 40px; 2806 line-height: 40px;
2807 } 2807 }
2808 .input-sm + .form-control-feedback, 2808 .input-sm + .form-control-feedback,
2809 .input-group-sm + .form-control-feedback, 2809 .input-group-sm + .form-control-feedback,
2810 .form-group-sm .form-control + .form-control-feedback { 2810 .form-group-sm .form-control + .form-control-feedback {
2811 width: 36px; 2811 width: 36px;
2812 height: 36px; 2812 height: 36px;
2813 line-height: 36px; 2813 line-height: 36px;
2814 } 2814 }
2815 .has-success .help-block, 2815 .has-success .help-block,
2816 .has-success .control-label, 2816 .has-success .control-label,
2817 .has-success .radio, 2817 .has-success .radio,
2818 .has-success .checkbox, 2818 .has-success .checkbox,
2819 .has-success .radio-inline, 2819 .has-success .radio-inline,
2820 .has-success .checkbox-inline, 2820 .has-success .checkbox-inline,
2821 .has-success.radio label, 2821 .has-success.radio label,
2822 .has-success.checkbox label, 2822 .has-success.checkbox label,
2823 .has-success.radio-inline label, 2823 .has-success.radio-inline label,
2824 .has-success.checkbox-inline label { 2824 .has-success.checkbox-inline label {
2825 color: #43A047; 2825 color: #43A047;
2826 } 2826 }
2827 .has-success .form-control { 2827 .has-success .form-control {
2828 border-color: #43A047; 2828 border-color: #43A047;
2829 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2829 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2830 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2830 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2831 } 2831 }
2832 .has-success .form-control:focus { 2832 .has-success .form-control:focus {
2833 border-color: #347c37; 2833 border-color: #347c37;
2834 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7fca83; 2834 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7fca83;
2835 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7fca83; 2835 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7fca83;
2836 } 2836 }
2837 .has-success .input-group-addon { 2837 .has-success .input-group-addon {
2838 color: #43A047; 2838 color: #43A047;
2839 border-color: #43A047; 2839 border-color: #43A047;
2840 background-color: #E8F5E9; 2840 background-color: #E8F5E9;
2841 } 2841 }
2842 .has-success .form-control-feedback { 2842 .has-success .form-control-feedback {
2843 color: #43A047; 2843 color: #43A047;
2844 } 2844 }
2845 .has-warning .help-block, 2845 .has-warning .help-block,
2846 .has-warning .control-label, 2846 .has-warning .control-label,
2847 .has-warning .radio, 2847 .has-warning .radio,
2848 .has-warning .checkbox, 2848 .has-warning .checkbox,
2849 .has-warning .radio-inline, 2849 .has-warning .radio-inline,
2850 .has-warning .checkbox-inline, 2850 .has-warning .checkbox-inline,
2851 .has-warning.radio label, 2851 .has-warning.radio label,
2852 .has-warning.checkbox label, 2852 .has-warning.checkbox label,
2853 .has-warning.radio-inline label, 2853 .has-warning.radio-inline label,
2854 .has-warning.checkbox-inline label { 2854 .has-warning.checkbox-inline label {
2855 color: #EF6C00; 2855 color: #EF6C00;
2856 } 2856 }
2857 .has-warning .form-control { 2857 .has-warning .form-control {
2858 border-color: #EF6C00; 2858 border-color: #EF6C00;
2859 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2859 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2860 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2860 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2861 } 2861 }
2862 .has-warning .form-control:focus { 2862 .has-warning .form-control:focus {
2863 border-color: #bc5500; 2863 border-color: #bc5500;
2864 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa256; 2864 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa256;
2865 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa256; 2865 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa256;
2866 } 2866 }
2867 .has-warning .input-group-addon { 2867 .has-warning .input-group-addon {
2868 color: #EF6C00; 2868 color: #EF6C00;
2869 border-color: #EF6C00; 2869 border-color: #EF6C00;
2870 background-color: #FFF3E0; 2870 background-color: #FFF3E0;
2871 } 2871 }
2872 .has-warning .form-control-feedback { 2872 .has-warning .form-control-feedback {
2873 color: #EF6C00; 2873 color: #EF6C00;
2874 } 2874 }
2875 .has-error .help-block, 2875 .has-error .help-block,
2876 .has-error .control-label, 2876 .has-error .control-label,
2877 .has-error .radio, 2877 .has-error .radio,
2878 .has-error .checkbox, 2878 .has-error .checkbox,
2879 .has-error .radio-inline, 2879 .has-error .radio-inline,
2880 .has-error .checkbox-inline, 2880 .has-error .checkbox-inline,
2881 .has-error.radio label, 2881 .has-error.radio label,
2882 .has-error.checkbox label, 2882 .has-error.checkbox label,
2883 .has-error.radio-inline label, 2883 .has-error.radio-inline label,
2884 .has-error.checkbox-inline label { 2884 .has-error.checkbox-inline label {
2885 color: #D84315; 2885 color: #D84315;
2886 } 2886 }
2887 .has-error .form-control { 2887 .has-error .form-control {
2888 border-color: #D84315; 2888 border-color: #D84315;
2889 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2889 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2890 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2890 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2891 } 2891 }
2892 .has-error .form-control:focus { 2892 .has-error .form-control:focus {
2893 border-color: #aa3510; 2893 border-color: #aa3510;
2894 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08463; 2894 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08463;
2895 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08463; 2895 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08463;
2896 } 2896 }
2897 .has-error .input-group-addon { 2897 .has-error .input-group-addon {
2898 color: #D84315; 2898 color: #D84315;
2899 border-color: #D84315; 2899 border-color: #D84315;
2900 background-color: #FBE9E7; 2900 background-color: #FBE9E7;
2901 } 2901 }
2902 .has-error .form-control-feedback { 2902 .has-error .form-control-feedback {
2903 color: #D84315; 2903 color: #D84315;
2904 } 2904 }
2905 .has-feedback label ~ .form-control-feedback { 2905 .has-feedback label ~ .form-control-feedback {
2906 top: 25px; 2906 top: 25px;
2907 } 2907 }
2908 .has-feedback label.sr-only ~ .form-control-feedback { 2908 .has-feedback label.sr-only ~ .form-control-feedback {
2909 top: 0; 2909 top: 0;
2910 } 2910 }
2911 .help-block { 2911 .help-block {
2912 display: block; 2912 display: block;
2913 margin-top: 5px; 2913 margin-top: 5px;
2914 margin-bottom: 10px; 2914 margin-bottom: 10px;
2915 color: #737373; 2915 color: #737373;
2916 } 2916 }
2917 @media (min-width: 769px) { 2917 @media (min-width: 769px) {
2918 .form-inline .form-group { 2918 .form-inline .form-group {
2919 display: inline-block; 2919 display: inline-block;
2920 margin-bottom: 0; 2920 margin-bottom: 0;
2921 vertical-align: middle; 2921 vertical-align: middle;
2922 } 2922 }
2923 .form-inline .form-control { 2923 .form-inline .form-control {
2924 display: inline-block; 2924 display: inline-block;
2925 width: auto; 2925 width: auto;
2926 vertical-align: middle; 2926 vertical-align: middle;
2927 } 2927 }
2928 .form-inline .form-control-static { 2928 .form-inline .form-control-static {
2929 display: inline-block; 2929 display: inline-block;
2930 } 2930 }
2931 .form-inline .input-group { 2931 .form-inline .input-group {
2932 display: inline-table; 2932 display: inline-table;
2933 vertical-align: middle; 2933 vertical-align: middle;
2934 } 2934 }
2935 .form-inline .input-group .input-group-addon, 2935 .form-inline .input-group .input-group-addon,
2936 .form-inline .input-group .input-group-btn, 2936 .form-inline .input-group .input-group-btn,
2937 .form-inline .input-group .form-control { 2937 .form-inline .input-group .form-control {
2938 width: auto; 2938 width: auto;
2939 } 2939 }
2940 .form-inline .input-group > .form-control { 2940 .form-inline .input-group > .form-control {
2941 width: 100%; 2941 width: 100%;
2942 } 2942 }
2943 .form-inline .control-label { 2943 .form-inline .control-label {
2944 margin-bottom: 0; 2944 margin-bottom: 0;
2945 vertical-align: middle; 2945 vertical-align: middle;
2946 } 2946 }
2947 .form-inline .radio, 2947 .form-inline .radio,
2948 .form-inline .checkbox { 2948 .form-inline .checkbox {
2949 display: inline-block; 2949 display: inline-block;
2950 margin-top: 0; 2950 margin-top: 0;
2951 margin-bottom: 0; 2951 margin-bottom: 0;
2952 vertical-align: middle; 2952 vertical-align: middle;
2953 } 2953 }
2954 .form-inline .radio label, 2954 .form-inline .radio label,
2955 .form-inline .checkbox label { 2955 .form-inline .checkbox label {
2956 padding-left: 0; 2956 padding-left: 0;
2957 } 2957 }
2958 .form-inline .radio input[type="radio"], 2958 .form-inline .radio input[type="radio"],
2959 .form-inline .checkbox input[type="checkbox"] { 2959 .form-inline .checkbox input[type="checkbox"] {
2960 position: relative; 2960 position: relative;
2961 margin-left: 0; 2961 margin-left: 0;
2962 } 2962 }
2963 .form-inline .has-feedback .form-control-feedback { 2963 .form-inline .has-feedback .form-control-feedback {
2964 top: 0; 2964 top: 0;
2965 } 2965 }
2966 } 2966 }
2967 .form-horizontal .radio, 2967 .form-horizontal .radio,
2968 .form-horizontal .checkbox, 2968 .form-horizontal .checkbox,
2969 .form-horizontal .radio-inline, 2969 .form-horizontal .radio-inline,
2970 .form-horizontal .checkbox-inline { 2970 .form-horizontal .checkbox-inline {
2971 margin-top: 0; 2971 margin-top: 0;
2972 margin-bottom: 0; 2972 margin-bottom: 0;
2973 padding-top: 9px; 2973 padding-top: 9px;
2974 } 2974 }
2975 .form-horizontal .radio, 2975 .form-horizontal .radio,
2976 .form-horizontal .checkbox { 2976 .form-horizontal .checkbox {
2977 min-height: 29px; 2977 min-height: 29px;
2978 } 2978 }
2979 .form-horizontal .form-group { 2979 .form-horizontal .form-group {
2980 margin-left: -10px; 2980 margin-left: -10px;
2981 margin-right: -10px; 2981 margin-right: -10px;
2982 } 2982 }
2983 @media (min-width: 769px) { 2983 @media (min-width: 769px) {
2984 .form-horizontal .control-label { 2984 .form-horizontal .control-label {
2985 text-align: right; 2985 text-align: right;
2986 margin-bottom: 0; 2986 margin-bottom: 0;
2987 padding-top: 9px; 2987 padding-top: 9px;
2988 } 2988 }
2989 } 2989 }
2990 .form-horizontal .has-feedback .form-control-feedback { 2990 .form-horizontal .has-feedback .form-control-feedback {
2991 right: 10px; 2991 right: 10px;
2992 } 2992 }
2993 @media (min-width: 769px) { 2993 @media (min-width: 769px) {
2994 .form-horizontal .form-group-lg .control-label { 2994 .form-horizontal .form-group-lg .control-label {
2995 padding-top: 10px; 2995 padding-top: 10px;
2996 font-size: 14px; 2996 font-size: 14px;
2997 } 2997 }
2998 } 2998 }
2999 @media (min-width: 769px) { 2999 @media (min-width: 769px) {
3000 .form-horizontal .form-group-sm .control-label { 3000 .form-horizontal .form-group-sm .control-label {
3001 padding-top: 8px; 3001 padding-top: 8px;
3002 font-size: 12px; 3002 font-size: 12px;
3003 } 3003 }
3004 } 3004 }
3005 .btn { 3005 .btn {
3006 display: inline-block; 3006 display: inline-block;
3007 margin-bottom: 0; 3007 margin-bottom: 0;
3008 font-weight: normal; 3008 font-weight: normal;
3009 text-align: center; 3009 text-align: center;
3010 vertical-align: middle; 3010 vertical-align: middle;
3011 touch-action: manipulation; 3011 touch-action: manipulation;
3012 cursor: pointer; 3012 cursor: pointer;
3013 background-image: none; 3013 background-image: none;
3014 border: 1px solid transparent; 3014 border: 1px solid transparent;
3015 white-space: nowrap; 3015 white-space: nowrap;
3016 padding: 8px 16px; 3016 padding: 8px 16px;
3017 font-size: 13px; 3017 font-size: 13px;
3018 line-height: 1.5384616; 3018 line-height: 1.5384616;
3019 border-radius: 3px; 3019 border-radius: 3px;
3020 -webkit-user-select: none; 3020 -webkit-user-select: none;
3021 -moz-user-select: none; 3021 -moz-user-select: none;
3022 -ms-user-select: none; 3022 -ms-user-select: none;
3023 user-select: none; 3023 user-select: none;
3024 } 3024 }
3025 .btn:focus, 3025 .btn:focus,
3026 .btn:active:focus, 3026 .btn:active:focus,
3027 .btn.active:focus, 3027 .btn.active:focus,
3028 .btn.focus, 3028 .btn.focus,
3029 .btn:active.focus, 3029 .btn:active.focus,
3030 .btn.active.focus { 3030 .btn.active.focus {
3031 outline: 5px auto -webkit-focus-ring-color; 3031 outline: 5px auto -webkit-focus-ring-color;
3032 outline-offset: -2px; 3032 outline-offset: -2px;
3033 } 3033 }
3034 .btn:hover, 3034 .btn:hover,
3035 .btn:focus, 3035 .btn:focus,
3036 .btn.focus { 3036 .btn.focus {
3037 color: #333; 3037 color: #333;
3038 text-decoration: none; 3038 text-decoration: none;
3039 } 3039 }
3040 .btn:active, 3040 .btn:active,
3041 .btn.active { 3041 .btn.active {
3042 outline: 0; 3042 outline: 0;
3043 background-image: none; 3043 background-image: none;
3044 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3044 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3045 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3045 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3046 } 3046 }
3047 .btn.disabled, 3047 .btn.disabled,
3048 .btn[disabled], 3048 .btn[disabled],
3049 fieldset[disabled] .btn { 3049 fieldset[disabled] .btn {
3050 cursor: not-allowed; 3050 cursor: not-allowed;
3051 opacity: 0.65; 3051 opacity: 0.65;
3052 filter: alpha(opacity=65); 3052 filter: alpha(opacity=65);
3053 -webkit-box-shadow: none; 3053 -webkit-box-shadow: none;
3054 box-shadow: none; 3054 box-shadow: none;
3055 } 3055 }
3056 a.btn.disabled, 3056 a.btn.disabled,
3057 fieldset[disabled] a.btn { 3057 fieldset[disabled] a.btn {
3058 pointer-events: none; 3058 pointer-events: none;
3059 } 3059 }
3060 .btn-default { 3060 .btn-default {
3061 color: #333; 3061 color: #333;
3062 background-color: #f5f5f5; 3062 background-color: #f5f5f5;
3063 border-color: transparent; 3063 border-color: transparent;
3064 } 3064 }
3065 .btn-default:focus, 3065 .btn-default:focus,
3066 .btn-default.focus { 3066 .btn-default.focus {
3067 color: #333; 3067 color: #333;
3068 background-color: #dcdcdc; 3068 background-color: #dcdcdc;
3069 border-color: rgba(0, 0, 0, 0); 3069 border-color: rgba(0, 0, 0, 0);
3070 } 3070 }
3071 .btn-default:hover { 3071 .btn-default:hover {
3072 color: #333; 3072 color: #333;
3073 background-color: #dcdcdc; 3073 background-color: #dcdcdc;
3074 border-color: rgba(0, 0, 0, 0); 3074 border-color: rgba(0, 0, 0, 0);
3075 } 3075 }
3076 .btn-default:active, 3076 .btn-default:active,
3077 .btn-default.active, 3077 .btn-default.active,
3078 .open > .dropdown-toggle.btn-default { 3078 .open > .dropdown-toggle.btn-default {
3079 color: #333; 3079 color: #333;
3080 background-color: #dcdcdc; 3080 background-color: #dcdcdc;
3081 border-color: rgba(0, 0, 0, 0); 3081 border-color: rgba(0, 0, 0, 0);
3082 } 3082 }
3083 .btn-default:active:hover, 3083 .btn-default:active:hover,
3084 .btn-default.active:hover, 3084 .btn-default.active:hover,
3085 .open > .dropdown-toggle.btn-default:hover, 3085 .open > .dropdown-toggle.btn-default:hover,
3086 .btn-default:active:focus, 3086 .btn-default:active:focus,
3087 .btn-default.active:focus, 3087 .btn-default.active:focus,
3088 .open > .dropdown-toggle.btn-default:focus, 3088 .open > .dropdown-toggle.btn-default:focus,
3089 .btn-default:active.focus, 3089 .btn-default:active.focus,
3090 .btn-default.active.focus, 3090 .btn-default.active.focus,
3091 .open > .dropdown-toggle.btn-default.focus { 3091 .open > .dropdown-toggle.btn-default.focus {
3092 color: #333; 3092 color: #333;
3093 background-color: #cacaca; 3093 background-color: #cacaca;
3094 border-color: rgba(0, 0, 0, 0); 3094 border-color: rgba(0, 0, 0, 0);
3095 } 3095 }
3096 .btn-default:active, 3096 .btn-default:active,
3097 .btn-default.active, 3097 .btn-default.active,
3098 .open > .dropdown-toggle.btn-default { 3098 .open > .dropdown-toggle.btn-default {
3099 background-image: none; 3099 background-image: none;
3100 } 3100 }
3101 .btn-default.disabled:hover, 3101 .btn-default.disabled:hover,
3102 .btn-default[disabled]:hover, 3102 .btn-default[disabled]:hover,
3103 fieldset[disabled] .btn-default:hover, 3103 fieldset[disabled] .btn-default:hover,
3104 .btn-default.disabled:focus, 3104 .btn-default.disabled:focus,
3105 .btn-default[disabled]:focus, 3105 .btn-default[disabled]:focus,
3106 fieldset[disabled] .btn-default:focus, 3106 fieldset[disabled] .btn-default:focus,
3107 .btn-default.disabled.focus, 3107 .btn-default.disabled.focus,
3108 .btn-default[disabled].focus, 3108 .btn-default[disabled].focus,
3109 fieldset[disabled] .btn-default.focus { 3109 fieldset[disabled] .btn-default.focus {
3110 background-color: #f5f5f5; 3110 background-color: #f5f5f5;
3111 border-color: transparent; 3111 border-color: transparent;
3112 } 3112 }
3113 .btn-default .badge { 3113 .btn-default .badge {
3114 color: #f5f5f5; 3114 color: #f5f5f5;
3115 background-color: #333; 3115 background-color: #333;
3116 } 3116 }
3117 .btn-primary { 3117 .btn-primary {
3118 color: #fff; 3118 color: #fff;
3119 background-color: #2196F3; 3119 background-color: #2196F3;
3120 border-color: #2196F3; 3120 border-color: #2196F3;
3121 } 3121 }
3122 .btn-primary:focus, 3122 .btn-primary:focus,
3123 .btn-primary.focus { 3123 .btn-primary.focus {
3124 color: #fff; 3124 color: #fff;
3125 background-color: #0c7cd5; 3125 background-color: #0c7cd5;
3126 border-color: #08528d; 3126 border-color: #08528d;
3127 } 3127 }
3128 .btn-primary:hover { 3128 .btn-primary:hover {
3129 color: #fff; 3129 color: #fff;
3130 background-color: #0c7cd5; 3130 background-color: #0c7cd5;
3131 border-color: #0b76cc; 3131 border-color: #0b76cc;
3132 } 3132 }
3133 .btn-primary:active, 3133 .btn-primary:active,
3134 .btn-primary.active, 3134 .btn-primary.active,
3135 .open > .dropdown-toggle.btn-primary { 3135 .open > .dropdown-toggle.btn-primary {
3136 color: #fff; 3136 color: #fff;
3137 background-color: #0c7cd5; 3137 background-color: #0c7cd5;
3138 border-color: #0b76cc; 3138 border-color: #0b76cc;
3139 } 3139 }
3140 .btn-primary:active:hover, 3140 .btn-primary:active:hover,
3141 .btn-primary.active:hover, 3141 .btn-primary.active:hover,
3142 .open > .dropdown-toggle.btn-primary:hover, 3142 .open > .dropdown-toggle.btn-primary:hover,
3143 .btn-primary:active:focus, 3143 .btn-primary:active:focus,
3144 .btn-primary.active:focus, 3144 .btn-primary.active:focus,
3145 .open > .dropdown-toggle.btn-primary:focus, 3145 .open > .dropdown-toggle.btn-primary:focus,
3146 .btn-primary:active.focus, 3146 .btn-primary:active.focus,
3147 .btn-primary.active.focus, 3147 .btn-primary.active.focus,
3148 .open > .dropdown-toggle.btn-primary.focus { 3148 .open > .dropdown-toggle.btn-primary.focus {
3149 color: #fff; 3149 color: #fff;
3150 background-color: #0a68b4; 3150 background-color: #0a68b4;
3151 border-color: #08528d; 3151 border-color: #08528d;
3152 } 3152 }
3153 .btn-primary:active, 3153 .btn-primary:active,
3154 .btn-primary.active, 3154 .btn-primary.active,
3155 .open > .dropdown-toggle.btn-primary { 3155 .open > .dropdown-toggle.btn-primary {
3156 background-image: none; 3156 background-image: none;
3157 } 3157 }
3158 .btn-primary.disabled:hover, 3158 .btn-primary.disabled:hover,
3159 .btn-primary[disabled]:hover, 3159 .btn-primary[disabled]:hover,
3160 fieldset[disabled] .btn-primary:hover, 3160 fieldset[disabled] .btn-primary:hover,
3161 .btn-primary.disabled:focus, 3161 .btn-primary.disabled:focus,
3162 .btn-primary[disabled]:focus, 3162 .btn-primary[disabled]:focus,
3163 fieldset[disabled] .btn-primary:focus, 3163 fieldset[disabled] .btn-primary:focus,
3164 .btn-primary.disabled.focus, 3164 .btn-primary.disabled.focus,
3165 .btn-primary[disabled].focus, 3165 .btn-primary[disabled].focus,
3166 fieldset[disabled] .btn-primary.focus { 3166 fieldset[disabled] .btn-primary.focus {
3167 background-color: #2196F3; 3167 background-color: #2196F3;
3168 border-color: #2196F3; 3168 border-color: #2196F3;
3169 } 3169 }
3170 .btn-primary .badge { 3170 .btn-primary .badge {
3171 color: #2196F3; 3171 color: #2196F3;
3172 background-color: #fff; 3172 background-color: #fff;
3173 } 3173 }
3174 .btn-success { 3174 .btn-success {
3175 color: #fff; 3175 color: #fff;
3176 background-color: #4CAF50; 3176 background-color: #4CAF50;
3177 border-color: #4CAF50; 3177 border-color: #4CAF50;
3178 } 3178 }
3179 .btn-success:focus, 3179 .btn-success:focus,
3180 .btn-success.focus { 3180 .btn-success.focus {
3181 color: #fff; 3181 color: #fff;
3182 background-color: #3d8b40; 3182 background-color: #3d8b40;
3183 border-color: #255627; 3183 border-color: #255627;
3184 } 3184 }
3185 .btn-success:hover { 3185 .btn-success:hover {
3186 color: #fff; 3186 color: #fff;
3187 background-color: #3d8b40; 3187 background-color: #3d8b40;
3188 border-color: #39843c; 3188 border-color: #39843c;
3189 } 3189 }
3190 .btn-success:active, 3190 .btn-success:active,
3191 .btn-success.active, 3191 .btn-success.active,
3192 .open > .dropdown-toggle.btn-success { 3192 .open > .dropdown-toggle.btn-success {
3193 color: #fff; 3193 color: #fff;
3194 background-color: #3d8b40; 3194 background-color: #3d8b40;
3195 border-color: #39843c; 3195 border-color: #39843c;
3196 } 3196 }
3197 .btn-success:active:hover, 3197 .btn-success:active:hover,
3198 .btn-success.active:hover, 3198 .btn-success.active:hover,
3199 .open > .dropdown-toggle.btn-success:hover, 3199 .open > .dropdown-toggle.btn-success:hover,
3200 .btn-success:active:focus, 3200 .btn-success:active:focus,
3201 .btn-success.active:focus, 3201 .btn-success.active:focus,
3202 .open > .dropdown-toggle.btn-success:focus, 3202 .open > .dropdown-toggle.btn-success:focus,
3203 .btn-success:active.focus, 3203 .btn-success:active.focus,
3204 .btn-success.active.focus, 3204 .btn-success.active.focus,
3205 .open > .dropdown-toggle.btn-success.focus { 3205 .open > .dropdown-toggle.btn-success.focus {
3206 color: #fff; 3206 color: #fff;
3207 background-color: #327334; 3207 background-color: #327334;
3208 border-color: #255627; 3208 border-color: #255627;
3209 } 3209 }
3210 .btn-success:active, 3210 .btn-success:active,
3211 .btn-success.active, 3211 .btn-success.active,
3212 .open > .dropdown-toggle.btn-success { 3212 .open > .dropdown-toggle.btn-success {
3213 background-image: none; 3213 background-image: none;
3214 } 3214 }
3215 .btn-success.disabled:hover, 3215 .btn-success.disabled:hover,
3216 .btn-success[disabled]:hover, 3216 .btn-success[disabled]:hover,
3217 fieldset[disabled] .btn-success:hover, 3217 fieldset[disabled] .btn-success:hover,
3218 .btn-success.disabled:focus, 3218 .btn-success.disabled:focus,
3219 .btn-success[disabled]:focus, 3219 .btn-success[disabled]:focus,
3220 fieldset[disabled] .btn-success:focus, 3220 fieldset[disabled] .btn-success:focus,
3221 .btn-success.disabled.focus, 3221 .btn-success.disabled.focus,
3222 .btn-success[disabled].focus, 3222 .btn-success[disabled].focus,
3223 fieldset[disabled] .btn-success.focus { 3223 fieldset[disabled] .btn-success.focus {
3224 background-color: #4CAF50; 3224 background-color: #4CAF50;
3225 border-color: #4CAF50; 3225 border-color: #4CAF50;
3226 } 3226 }
3227 .btn-success .badge { 3227 .btn-success .badge {
3228 color: #4CAF50; 3228 color: #4CAF50;
3229 background-color: #fff; 3229 background-color: #fff;
3230 } 3230 }
3231 .btn-info { 3231 .btn-info {
3232 color: #fff; 3232 color: #fff;
3233 background-color: #00BCD4; 3233 background-color: #00BCD4;
3234 border-color: #00BCD4; 3234 border-color: #00BCD4;
3235 } 3235 }
3236 .btn-info:focus, 3236 .btn-info:focus,
3237 .btn-info.focus { 3237 .btn-info.focus {
3238 color: #fff; 3238 color: #fff;
3239 background-color: #008fa1; 3239 background-color: #008fa1;
3240 border-color: #004b55; 3240 border-color: #004b55;
3241 } 3241 }
3242 .btn-info:hover { 3242 .btn-info:hover {
3243 color: #fff; 3243 color: #fff;
3244 background-color: #008fa1; 3244 background-color: #008fa1;
3245 border-color: #008697; 3245 border-color: #008697;
3246 } 3246 }
3247 .btn-info:active, 3247 .btn-info:active,
3248 .btn-info.active, 3248 .btn-info.active,
3249 .open > .dropdown-toggle.btn-info { 3249 .open > .dropdown-toggle.btn-info {
3250 color: #fff; 3250 color: #fff;
3251 background-color: #008fa1; 3251 background-color: #008fa1;
3252 border-color: #008697; 3252 border-color: #008697;
3253 } 3253 }
3254 .btn-info:active:hover, 3254 .btn-info:active:hover,
3255 .btn-info.active:hover, 3255 .btn-info.active:hover,
3256 .open > .dropdown-toggle.btn-info:hover, 3256 .open > .dropdown-toggle.btn-info:hover,
3257 .btn-info:active:focus, 3257 .btn-info:active:focus,
3258 .btn-info.active:focus, 3258 .btn-info.active:focus,
3259 .open > .dropdown-toggle.btn-info:focus, 3259 .open > .dropdown-toggle.btn-info:focus,
3260 .btn-info:active.focus, 3260 .btn-info:active.focus,
3261 .btn-info.active.focus, 3261 .btn-info.active.focus,
3262 .open > .dropdown-toggle.btn-info.focus { 3262 .open > .dropdown-toggle.btn-info.focus {
3263 color: #fff; 3263 color: #fff;
3264 background-color: #006f7d; 3264 background-color: #006f7d;
3265 border-color: #004b55; 3265 border-color: #004b55;
3266 } 3266 }
3267 .btn-info:active, 3267 .btn-info:active,
3268 .btn-info.active, 3268 .btn-info.active,
3269 .open > .dropdown-toggle.btn-info { 3269 .open > .dropdown-toggle.btn-info {
3270 background-image: none; 3270 background-image: none;
3271 } 3271 }
3272 .btn-info.disabled:hover, 3272 .btn-info.disabled:hover,
3273 .btn-info[disabled]:hover, 3273 .btn-info[disabled]:hover,
3274 fieldset[disabled] .btn-info:hover, 3274 fieldset[disabled] .btn-info:hover,
3275 .btn-info.disabled:focus, 3275 .btn-info.disabled:focus,
3276 .btn-info[disabled]:focus, 3276 .btn-info[disabled]:focus,
3277 fieldset[disabled] .btn-info:focus, 3277 fieldset[disabled] .btn-info:focus,
3278 .btn-info.disabled.focus, 3278 .btn-info.disabled.focus,
3279 .btn-info[disabled].focus, 3279 .btn-info[disabled].focus,
3280 fieldset[disabled] .btn-info.focus { 3280 fieldset[disabled] .btn-info.focus {
3281 background-color: #00BCD4; 3281 background-color: #00BCD4;
3282 border-color: #00BCD4; 3282 border-color: #00BCD4;
3283 } 3283 }
3284 .btn-info .badge { 3284 .btn-info .badge {
3285 color: #00BCD4; 3285 color: #00BCD4;
3286 background-color: #fff; 3286 background-color: #fff;
3287 } 3287 }
3288 .btn-warning { 3288 .btn-warning {
3289 color: #fff; 3289 color: #fff;
3290 background-color: #FF5722; 3290 background-color: #FF5722;
3291 border-color: #FF5722; 3291 border-color: #FF5722;
3292 } 3292 }
3293 .btn-warning:focus, 3293 .btn-warning:focus,
3294 .btn-warning.focus { 3294 .btn-warning.focus {
3295 color: #fff; 3295 color: #fff;
3296 background-color: #ee3900; 3296 background-color: #ee3900;
3297 border-color: #a22700; 3297 border-color: #a22700;
3298 } 3298 }
3299 .btn-warning:hover { 3299 .btn-warning:hover {
3300 color: #fff; 3300 color: #fff;
3301 background-color: #ee3900; 3301 background-color: #ee3900;
3302 border-color: #e43700; 3302 border-color: #e43700;
3303 } 3303 }
3304 .btn-warning:active, 3304 .btn-warning:active,
3305 .btn-warning.active, 3305 .btn-warning.active,
3306 .open > .dropdown-toggle.btn-warning { 3306 .open > .dropdown-toggle.btn-warning {
3307 color: #fff; 3307 color: #fff;
3308 background-color: #ee3900; 3308 background-color: #ee3900;
3309 border-color: #e43700; 3309 border-color: #e43700;
3310 } 3310 }
3311 .btn-warning:active:hover, 3311 .btn-warning:active:hover,
3312 .btn-warning.active:hover, 3312 .btn-warning.active:hover,
3313 .open > .dropdown-toggle.btn-warning:hover, 3313 .open > .dropdown-toggle.btn-warning:hover,
3314 .btn-warning:active:focus, 3314 .btn-warning:active:focus,
3315 .btn-warning.active:focus, 3315 .btn-warning.active:focus,
3316 .open > .dropdown-toggle.btn-warning:focus, 3316 .open > .dropdown-toggle.btn-warning:focus,
3317 .btn-warning:active.focus, 3317 .btn-warning:active.focus,
3318 .btn-warning.active.focus, 3318 .btn-warning.active.focus,
3319 .open > .dropdown-toggle.btn-warning.focus { 3319 .open > .dropdown-toggle.btn-warning.focus {
3320 color: #fff; 3320 color: #fff;
3321 background-color: #ca3100; 3321 background-color: #ca3100;
3322 border-color: #a22700; 3322 border-color: #a22700;
3323 } 3323 }
3324 .btn-warning:active, 3324 .btn-warning:active,
3325 .btn-warning.active, 3325 .btn-warning.active,
3326 .open > .dropdown-toggle.btn-warning { 3326 .open > .dropdown-toggle.btn-warning {
3327 background-image: none; 3327 background-image: none;
3328 } 3328 }
3329 .btn-warning.disabled:hover, 3329 .btn-warning.disabled:hover,
3330 .btn-warning[disabled]:hover, 3330 .btn-warning[disabled]:hover,
3331 fieldset[disabled] .btn-warning:hover, 3331 fieldset[disabled] .btn-warning:hover,
3332 .btn-warning.disabled:focus, 3332 .btn-warning.disabled:focus,
3333 .btn-warning[disabled]:focus, 3333 .btn-warning[disabled]:focus,
3334 fieldset[disabled] .btn-warning:focus, 3334 fieldset[disabled] .btn-warning:focus,
3335 .btn-warning.disabled.focus, 3335 .btn-warning.disabled.focus,
3336 .btn-warning[disabled].focus, 3336 .btn-warning[disabled].focus,
3337 fieldset[disabled] .btn-warning.focus { 3337 fieldset[disabled] .btn-warning.focus {
3338 background-color: #FF5722; 3338 background-color: #FF5722;
3339 border-color: #FF5722; 3339 border-color: #FF5722;
3340 } 3340 }
3341 .btn-warning .badge { 3341 .btn-warning .badge {
3342 color: #FF5722; 3342 color: #FF5722;
3343 background-color: #fff; 3343 background-color: #fff;
3344 } 3344 }
3345 .btn-danger { 3345 .btn-danger {
3346 color: #fff; 3346 color: #fff;
3347 background-color: #F44336; 3347 background-color: #F44336;
3348 border-color: #F44336; 3348 border-color: #F44336;
3349 } 3349 }
3350 .btn-danger:focus, 3350 .btn-danger:focus,
3351 .btn-danger.focus { 3351 .btn-danger.focus {
3352 color: #fff; 3352 color: #fff;
3353 background-color: #ea1c0d; 3353 background-color: #ea1c0d;
3354 border-color: #a21309; 3354 border-color: #a21309;
3355 } 3355 }
3356 .btn-danger:hover { 3356 .btn-danger:hover {
3357 color: #fff; 3357 color: #fff;
3358 background-color: #ea1c0d; 3358 background-color: #ea1c0d;
3359 border-color: #e11b0c; 3359 border-color: #e11b0c;
3360 } 3360 }
3361 .btn-danger:active, 3361 .btn-danger:active,
3362 .btn-danger.active, 3362 .btn-danger.active,
3363 .open > .dropdown-toggle.btn-danger { 3363 .open > .dropdown-toggle.btn-danger {
3364 color: #fff; 3364 color: #fff;
3365 background-color: #ea1c0d; 3365 background-color: #ea1c0d;
3366 border-color: #e11b0c; 3366 border-color: #e11b0c;
3367 } 3367 }
3368 .btn-danger:active:hover, 3368 .btn-danger:active:hover,
3369 .btn-danger.active:hover, 3369 .btn-danger.active:hover,
3370 .open > .dropdown-toggle.btn-danger:hover, 3370 .open > .dropdown-toggle.btn-danger:hover,
3371 .btn-danger:active:focus, 3371 .btn-danger:active:focus,
3372 .btn-danger.active:focus, 3372 .btn-danger.active:focus,
3373 .open > .dropdown-toggle.btn-danger:focus, 3373 .open > .dropdown-toggle.btn-danger:focus,
3374 .btn-danger:active.focus, 3374 .btn-danger:active.focus,
3375 .btn-danger.active.focus, 3375 .btn-danger.active.focus,
3376 .open > .dropdown-toggle.btn-danger.focus { 3376 .open > .dropdown-toggle.btn-danger.focus {
3377 color: #fff; 3377 color: #fff;
3378 background-color: #c8180b; 3378 background-color: #c8180b;
3379 border-color: #a21309; 3379 border-color: #a21309;
3380 } 3380 }
3381 .btn-danger:active, 3381 .btn-danger:active,
3382 .btn-danger.active, 3382 .btn-danger.active,
3383 .open > .dropdown-toggle.btn-danger { 3383 .open > .dropdown-toggle.btn-danger {
3384 background-image: none; 3384 background-image: none;
3385 } 3385 }
3386 .btn-danger.disabled:hover, 3386 .btn-danger.disabled:hover,
3387 .btn-danger[disabled]:hover, 3387 .btn-danger[disabled]:hover,
3388 fieldset[disabled] .btn-danger:hover, 3388 fieldset[disabled] .btn-danger:hover,
3389 .btn-danger.disabled:focus, 3389 .btn-danger.disabled:focus,
3390 .btn-danger[disabled]:focus, 3390 .btn-danger[disabled]:focus,
3391 fieldset[disabled] .btn-danger:focus, 3391 fieldset[disabled] .btn-danger:focus,
3392 .btn-danger.disabled.focus, 3392 .btn-danger.disabled.focus,
3393 .btn-danger[disabled].focus, 3393 .btn-danger[disabled].focus,
3394 fieldset[disabled] .btn-danger.focus { 3394 fieldset[disabled] .btn-danger.focus {
3395 background-color: #F44336; 3395 background-color: #F44336;
3396 border-color: #F44336; 3396 border-color: #F44336;
3397 } 3397 }
3398 .btn-danger .badge { 3398 .btn-danger .badge {
3399 color: #F44336; 3399 color: #F44336;
3400 background-color: #fff; 3400 background-color: #fff;
3401 } 3401 }
3402 .btn-link { 3402 .btn-link {
3403 color: #1E88E5; 3403 color: #1E88E5;
3404 font-weight: normal; 3404 font-weight: normal;
3405 border-radius: 0; 3405 border-radius: 0;
3406 } 3406 }
3407 .btn-link, 3407 .btn-link,
3408 .btn-link:active, 3408 .btn-link:active,
3409 .btn-link.active, 3409 .btn-link.active,
3410 .btn-link[disabled], 3410 .btn-link[disabled],
3411 fieldset[disabled] .btn-link { 3411 fieldset[disabled] .btn-link {
3412 background-color: transparent; 3412 background-color: transparent;
3413 -webkit-box-shadow: none; 3413 -webkit-box-shadow: none;
3414 box-shadow: none; 3414 box-shadow: none;
3415 } 3415 }
3416 .btn-link, 3416 .btn-link,
3417 .btn-link:hover, 3417 .btn-link:hover,
3418 .btn-link:focus, 3418 .btn-link:focus,
3419 .btn-link:active { 3419 .btn-link:active {
3420 border-color: transparent; 3420 border-color: transparent;
3421 } 3421 }
3422 .btn-link:hover, 3422 .btn-link:hover,
3423 .btn-link:focus { 3423 .btn-link:focus {
3424 color: #166dba; 3424 color: #166dba;
3425 text-decoration: none; 3425 text-decoration: none;
3426 background-color: transparent; 3426 background-color: transparent;
3427 } 3427 }
3428 .btn-link[disabled]:hover, 3428 .btn-link[disabled]:hover,
3429 fieldset[disabled] .btn-link:hover, 3429 fieldset[disabled] .btn-link:hover,
3430 .btn-link[disabled]:focus, 3430 .btn-link[disabled]:focus,
3431 fieldset[disabled] .btn-link:focus { 3431 fieldset[disabled] .btn-link:focus {
3432 color: #999999; 3432 color: #999999;
3433 text-decoration: none; 3433 text-decoration: none;
3434 } 3434 }
3435 .btn-lg, 3435 .btn-lg,
3436 .btn-group-lg > .btn { 3436 .btn-group-lg > .btn {
3437 padding: 9px 18px; 3437 padding: 9px 18px;
3438 font-size: 14px; 3438 font-size: 14px;
3439 line-height: 1.4285715; 3439 line-height: 1.4285715;
3440 border-radius: 4px; 3440 border-radius: 4px;
3441 } 3441 }
3442 .btn-sm, 3442 .btn-sm,
3443 .btn-group-sm > .btn { 3443 .btn-group-sm > .btn {
3444 padding: 7px 14px; 3444 padding: 7px 14px;
3445 font-size: 12px; 3445 font-size: 12px;
3446 line-height: 1.6666667; 3446 line-height: 1.6666667;
3447 border-radius: 2px; 3447 border-radius: 2px;
3448 } 3448 }
3449 .btn-xs, 3449 .btn-xs,
3450 .btn-group-xs > .btn { 3450 .btn-group-xs > .btn {
3451 padding: 6px 12px; 3451 padding: 6px 12px;
3452 font-size: 12px; 3452 font-size: 12px;
3453 line-height: 1.6666667; 3453 line-height: 1.6666667;
3454 border-radius: 2px; 3454 border-radius: 2px;
3455 } 3455 }
3456 .btn-block { 3456 .btn-block {
3457 display: block; 3457 display: block;
3458 width: 100%; 3458 width: 100%;
3459 } 3459 }
3460 .btn-block + .btn-block { 3460 .btn-block + .btn-block {
3461 margin-top: 5px; 3461 margin-top: 5px;
3462 } 3462 }
3463 input[type="submit"].btn-block, 3463 input[type="submit"].btn-block,
3464 input[type="reset"].btn-block, 3464 input[type="reset"].btn-block,
3465 input[type="button"].btn-block { 3465 input[type="button"].btn-block {
3466 width: 100%; 3466 width: 100%;
3467 } 3467 }
3468 .fade { 3468 .fade {
3469 opacity: 0; 3469 opacity: 0;
3470 -webkit-transition: opacity 0.15s linear; 3470 -webkit-transition: opacity 0.15s linear;
3471 -o-transition: opacity 0.15s linear; 3471 -o-transition: opacity 0.15s linear;
3472 transition: opacity 0.15s linear; 3472 transition: opacity 0.15s linear;
3473 } 3473 }
3474 .fade.in { 3474 .fade.in {
3475 opacity: 1; 3475 opacity: 1;
3476 } 3476 }
3477 .collapse { 3477 .collapse {
3478 display: none; 3478 display: none;
3479 } 3479 }
3480 .collapse.in { 3480 .collapse.in {
3481 display: block; 3481 display: block;
3482 } 3482 }
3483 tr.collapse.in { 3483 tr.collapse.in {
3484 display: table-row; 3484 display: table-row;
3485 } 3485 }
3486 tbody.collapse.in { 3486 tbody.collapse.in {
3487 display: table-row-group; 3487 display: table-row-group;
3488 } 3488 }
3489 .collapsing { 3489 .collapsing {
3490 position: relative; 3490 position: relative;
3491 height: 0; 3491 height: 0;
3492 overflow: hidden; 3492 overflow: hidden;
3493 -webkit-transition-property: height, visibility; 3493 -webkit-transition-property: height, visibility;
3494 transition-property: height, visibility; 3494 transition-property: height, visibility;
3495 -webkit-transition-duration: 0.35s; 3495 -webkit-transition-duration: 0.35s;
3496 transition-duration: 0.35s; 3496 transition-duration: 0.35s;
3497 -webkit-transition-timing-function: ease; 3497 -webkit-transition-timing-function: ease;
3498 transition-timing-function: ease; 3498 transition-timing-function: ease;
3499 } 3499 }
3500 .caret { 3500 .caret {
3501 display: inline-block; 3501 display: inline-block;
3502 width: 0; 3502 width: 0;
3503 height: 0; 3503 height: 0;
3504 margin-left: 2px; 3504 margin-left: 2px;
3505 vertical-align: middle; 3505 vertical-align: middle;
3506 border-top: 4px dashed; 3506 border-top: 4px dashed;
3507 border-top: 4px solid \9; 3507 border-top: 4px solid \9;
3508 border-right: 4px solid transparent; 3508 border-right: 4px solid transparent;
3509 border-left: 4px solid transparent; 3509 border-left: 4px solid transparent;
3510 } 3510 }
3511 .dropup, 3511 .dropup,
3512 .dropdown { 3512 .dropdown {
3513 position: relative; 3513 position: relative;
3514 } 3514 }
3515 .dropdown-toggle:focus { 3515 .dropdown-toggle:focus {
3516 outline: 0; 3516 outline: 0;
3517 } 3517 }
3518 .dropdown-menu { 3518 .dropdown-menu {
3519 position: absolute; 3519 position: absolute;
3520 top: 100%; 3520 top: 100%;
3521 left: 0; 3521 left: 0;
3522 z-index: 1000; 3522 z-index: 1000;
3523 display: none; 3523 display: none;
3524 float: left; 3524 float: left;
3525 min-width: 160px; 3525 min-width: 160px;
3526 padding: 5px 0; 3526 padding: 5px 0;
3527 margin: 2px 0 0; 3527 margin: 2px 0 0;
3528 list-style: none; 3528 list-style: none;
3529 font-size: 13px; 3529 font-size: 13px;
3530 text-align: left; 3530 text-align: left;
3531 background-color: #fff; 3531 background-color: #fff;
3532 border: 1px solid transparent; 3532 border: 1px solid transparent;
3533 border-radius: 3px; 3533 border-radius: 3px;
3534 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 3534 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3535 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 3535 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3536 background-clip: padding-box; 3536 background-clip: padding-box;
3537 } 3537 }
3538 .dropdown-menu.pull-right { 3538 .dropdown-menu.pull-right {
3539 right: 0; 3539 right: 0;
3540 left: auto; 3540 left: auto;
3541 } 3541 }
3542 .dropdown-menu .divider { 3542 .dropdown-menu .divider {
3543 height: 1px; 3543 height: 1px;
3544 margin: 9px 0; 3544 margin: 9px 0;
3545 overflow: hidden; 3545 overflow: hidden;
3546 background-color: #e5e5e5; 3546 background-color: #e5e5e5;
3547 } 3547 }
3548 .dropdown-menu > li > a { 3548 .dropdown-menu > li > a {
3549 display: block; 3549 display: block;
3550 padding: 3px 20px; 3550 padding: 3px 20px;
3551 clear: both; 3551 clear: both;
3552 font-weight: normal; 3552 font-weight: normal;
3553 line-height: 1.5384616; 3553 line-height: 1.5384616;
3554 color: #333333; 3554 color: #333333;
3555 white-space: nowrap; 3555 white-space: nowrap;
3556 } 3556 }
3557 .dropdown-menu > li > a:hover, 3557 .dropdown-menu > li > a:hover,
3558 .dropdown-menu > li > a:focus { 3558 .dropdown-menu > li > a:focus {
3559 text-decoration: none; 3559 text-decoration: none;
3560 color: #333333; 3560 color: #333333;
3561 background-color: #f5f5f5; 3561 background-color: #f5f5f5;
3562 } 3562 }
3563 .dropdown-menu > .active > a, 3563 .dropdown-menu > .active > a,
3564 .dropdown-menu > .active > a:hover, 3564 .dropdown-menu > .active > a:hover,
3565 .dropdown-menu > .active > a:focus { 3565 .dropdown-menu > .active > a:focus {
3566 color: #fff; 3566 color: #fff;
3567 text-decoration: none; 3567 text-decoration: none;
3568 outline: 0; 3568 outline: 0;
3569 background-color: #26A69A; 3569 background-color: #26A69A;
3570 } 3570 }
3571 .dropdown-menu > .disabled > a, 3571 .dropdown-menu > .disabled > a,
3572 .dropdown-menu > .disabled > a:hover, 3572 .dropdown-menu > .disabled > a:hover,
3573 .dropdown-menu > .disabled > a:focus { 3573 .dropdown-menu > .disabled > a:focus {
3574 color: #999999; 3574 color: #999999;
3575 } 3575 }
3576 .dropdown-menu > .disabled > a:hover, 3576 .dropdown-menu > .disabled > a:hover,
3577 .dropdown-menu > .disabled > a:focus { 3577 .dropdown-menu > .disabled > a:focus {
3578 text-decoration: none; 3578 text-decoration: none;
3579 background-color: transparent; 3579 background-color: transparent;
3580 background-image: none; 3580 background-image: none;
3581 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 3581 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3582 cursor: not-allowed; 3582 cursor: not-allowed;
3583 } 3583 }
3584 .open > .dropdown-menu { 3584 .open > .dropdown-menu {
3585 display: block; 3585 display: block;
3586 } 3586 }
3587 .open > a { 3587 .open > a {
3588 outline: 0; 3588 outline: 0;
3589 } 3589 }
3590 .dropdown-menu-right { 3590 .dropdown-menu-right {
3591 left: auto; 3591 left: auto;
3592 right: 0; 3592 right: 0;
3593 } 3593 }
3594 .dropdown-menu-left { 3594 .dropdown-menu-left {
3595 left: 0; 3595 left: 0;
3596 right: auto; 3596 right: auto;
3597 } 3597 }
3598 .dropdown-header { 3598 .dropdown-header {
3599 display: block; 3599 display: block;
3600 padding: 3px 20px; 3600 padding: 3px 20px;
3601 font-size: 12px; 3601 font-size: 12px;
3602 line-height: 1.5384616; 3602 line-height: 1.5384616;
3603 color: #333333; 3603 color: #333333;
3604 white-space: nowrap; 3604 white-space: nowrap;
3605 } 3605 }
3606 .dropdown-backdrop { 3606 .dropdown-backdrop {
3607 position: fixed; 3607 position: fixed;
3608 left: 0; 3608 left: 0;
3609 right: 0; 3609 right: 0;
3610 bottom: 0; 3610 bottom: 0;
3611 top: 0; 3611 top: 0;
3612 z-index: 990; 3612 z-index: 990;
3613 } 3613 }
3614 .pull-right > .dropdown-menu { 3614 .pull-right > .dropdown-menu {
3615 right: 0; 3615 right: 0;
3616 left: auto; 3616 left: auto;
3617 } 3617 }
3618 .dropup .caret, 3618 .dropup .caret,
3619 .navbar-fixed-bottom .dropdown .caret { 3619 .navbar-fixed-bottom .dropdown .caret {
3620 border-top: 0; 3620 border-top: 0;
3621 border-bottom: 4px dashed; 3621 border-bottom: 4px dashed;
3622 border-bottom: 4px solid \9; 3622 border-bottom: 4px solid \9;
3623 content: ""; 3623 content: "";
3624 } 3624 }
3625 .dropup .dropdown-menu, 3625 .dropup .dropdown-menu,
3626 .navbar-fixed-bottom .dropdown .dropdown-menu { 3626 .navbar-fixed-bottom .dropdown .dropdown-menu {
3627 top: auto; 3627 top: auto;
3628 bottom: 100%; 3628 bottom: 100%;
3629 margin-bottom: 2px; 3629 margin-bottom: 2px;
3630 } 3630 }
3631 @media (min-width: 769px) { 3631 @media (min-width: 769px) {
3632 .navbar-right .dropdown-menu { 3632 .navbar-right .dropdown-menu {
3633 left: auto; 3633 left: auto;
3634 right: 0; 3634 right: 0;
3635 } 3635 }
3636 .navbar-right .dropdown-menu-left { 3636 .navbar-right .dropdown-menu-left {
3637 left: 0; 3637 left: 0;
3638 right: auto; 3638 right: auto;
3639 } 3639 }
3640 } 3640 }
3641 .btn-group, 3641 .btn-group,
3642 .btn-group-vertical { 3642 .btn-group-vertical {
3643 position: relative; 3643 position: relative;
3644 display: inline-block; 3644 display: inline-block;
3645 vertical-align: middle; 3645 vertical-align: middle;
3646 } 3646 }
3647 .btn-group > .btn, 3647 .btn-group > .btn,
3648 .btn-group-vertical > .btn { 3648 .btn-group-vertical > .btn {
3649 position: relative; 3649 position: relative;
3650 float: left; 3650 float: left;
3651 } 3651 }
3652 .btn-group > .btn:hover, 3652 .btn-group > .btn:hover,
3653 .btn-group-vertical > .btn:hover, 3653 .btn-group-vertical > .btn:hover,
3654 .btn-group > .btn:focus, 3654 .btn-group > .btn:focus,
3655 .btn-group-vertical > .btn:focus, 3655 .btn-group-vertical > .btn:focus,
3656 .btn-group > .btn:active, 3656 .btn-group > .btn:active,
3657 .btn-group-vertical > .btn:active, 3657 .btn-group-vertical > .btn:active,
3658 .btn-group > .btn.active, 3658 .btn-group > .btn.active,
3659 .btn-group-vertical > .btn.active { 3659 .btn-group-vertical > .btn.active {
3660 z-index: 2; 3660 z-index: 2;
3661 } 3661 }
3662 .btn-group .btn + .btn, 3662 .btn-group .btn + .btn,
3663 .btn-group .btn + .btn-group, 3663 .btn-group .btn + .btn-group,
3664 .btn-group .btn-group + .btn, 3664 .btn-group .btn-group + .btn,
3665 .btn-group .btn-group + .btn-group { 3665 .btn-group .btn-group + .btn-group {
3666 margin-left: -1px; 3666 margin-left: -1px;
3667 } 3667 }
3668 .btn-toolbar { 3668 .btn-toolbar {
3669 margin-left: -5px; 3669 margin-left: -5px;
3670 } 3670 }
3671 .btn-toolbar .btn, 3671 .btn-toolbar .btn,
3672 .btn-toolbar .btn-group, 3672 .btn-toolbar .btn-group,
3673 .btn-toolbar .input-group { 3673 .btn-toolbar .input-group {
3674 float: left; 3674 float: left;
3675 } 3675 }
3676 .btn-toolbar > .btn, 3676 .btn-toolbar > .btn,
3677 .btn-toolbar > .btn-group, 3677 .btn-toolbar > .btn-group,
3678 .btn-toolbar > .input-group { 3678 .btn-toolbar > .input-group {
3679 margin-left: 5px; 3679 margin-left: 5px;
3680 } 3680 }
3681 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { 3681 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3682 border-radius: 0; 3682 border-radius: 0;
3683 } 3683 }
3684 .btn-group > .btn:first-child { 3684 .btn-group > .btn:first-child {
3685 margin-left: 0; 3685 margin-left: 0;
3686 } 3686 }
3687 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { 3687 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3688 border-bottom-right-radius: 0; 3688 border-bottom-right-radius: 0;
3689 border-top-right-radius: 0; 3689 border-top-right-radius: 0;
3690 } 3690 }
3691 .btn-group > .btn:last-child:not(:first-child), 3691 .btn-group > .btn:last-child:not(:first-child),
3692 .btn-group > .dropdown-toggle:not(:first-child) { 3692 .btn-group > .dropdown-toggle:not(:first-child) {
3693 border-bottom-left-radius: 0; 3693 border-bottom-left-radius: 0;
3694 border-top-left-radius: 0; 3694 border-top-left-radius: 0;
3695 } 3695 }
3696 .btn-group > .btn-group { 3696 .btn-group > .btn-group {
3697 float: left; 3697 float: left;
3698 } 3698 }
3699 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { 3699 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3700 border-radius: 0; 3700 border-radius: 0;
3701 } 3701 }
3702 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, 3702 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
3703 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 3703 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3704 border-bottom-right-radius: 0; 3704 border-bottom-right-radius: 0;
3705 border-top-right-radius: 0; 3705 border-top-right-radius: 0;
3706 } 3706 }
3707 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { 3707 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
3708 border-bottom-left-radius: 0; 3708 border-bottom-left-radius: 0;
3709 border-top-left-radius: 0; 3709 border-top-left-radius: 0;
3710 } 3710 }
3711 .btn-group .dropdown-toggle:active, 3711 .btn-group .dropdown-toggle:active,
3712 .btn-group.open .dropdown-toggle { 3712 .btn-group.open .dropdown-toggle {
3713 outline: 0; 3713 outline: 0;
3714 } 3714 }
3715 .btn-group > .btn + .dropdown-toggle { 3715 .btn-group > .btn + .dropdown-toggle {
3716 padding-left: 8px; 3716 padding-left: 8px;
3717 padding-right: 8px; 3717 padding-right: 8px;
3718 } 3718 }
3719 .btn-group > .btn-lg + .dropdown-toggle { 3719 .btn-group > .btn-lg + .dropdown-toggle {
3720 padding-left: 12px; 3720 padding-left: 12px;
3721 padding-right: 12px; 3721 padding-right: 12px;
3722 } 3722 }
3723 .btn-group.open .dropdown-toggle { 3723 .btn-group.open .dropdown-toggle {
3724 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3724 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3725 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3725 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3726 } 3726 }
3727 .btn-group.open .dropdown-toggle.btn-link { 3727 .btn-group.open .dropdown-toggle.btn-link {
3728 -webkit-box-shadow: none; 3728 -webkit-box-shadow: none;
3729 box-shadow: none; 3729 box-shadow: none;
3730 } 3730 }
3731 .btn .caret { 3731 .btn .caret {
3732 margin-left: 0; 3732 margin-left: 0;
3733 } 3733 }
3734 .btn-lg .caret { 3734 .btn-lg .caret {
3735 border-width: 5px 5px 0; 3735 border-width: 5px 5px 0;
3736 border-bottom-width: 0; 3736 border-bottom-width: 0;
3737 } 3737 }
3738 .dropup .btn-lg .caret { 3738 .dropup .btn-lg .caret {
3739 border-width: 0 5px 5px; 3739 border-width: 0 5px 5px;
3740 } 3740 }
3741 .btn-group-vertical > .btn, 3741 .btn-group-vertical > .btn,
3742 .btn-group-vertical > .btn-group, 3742 .btn-group-vertical > .btn-group,
3743 .btn-group-vertical > .btn-group > .btn { 3743 .btn-group-vertical > .btn-group > .btn {
3744 display: block; 3744 display: block;
3745 float: none; 3745 float: none;
3746 width: 100%; 3746 width: 100%;
3747 max-width: 100%; 3747 max-width: 100%;
3748 } 3748 }
3749 .btn-group-vertical > .btn-group > .btn { 3749 .btn-group-vertical > .btn-group > .btn {
3750 float: none; 3750 float: none;
3751 } 3751 }
3752 .btn-group-vertical > .btn + .btn, 3752 .btn-group-vertical > .btn + .btn,
3753 .btn-group-vertical > .btn + .btn-group, 3753 .btn-group-vertical > .btn + .btn-group,
3754 .btn-group-vertical > .btn-group + .btn, 3754 .btn-group-vertical > .btn-group + .btn,
3755 .btn-group-vertical > .btn-group + .btn-group { 3755 .btn-group-vertical > .btn-group + .btn-group {
3756 margin-top: -1px; 3756 margin-top: -1px;
3757 margin-left: 0; 3757 margin-left: 0;
3758 } 3758 }
3759 .btn-group-vertical > .btn:not(:first-child):not(:last-child) { 3759 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3760 border-radius: 0; 3760 border-radius: 0;
3761 } 3761 }
3762 .btn-group-vertical > .btn:first-child:not(:last-child) { 3762 .btn-group-vertical > .btn:first-child:not(:last-child) {
3763 border-top-right-radius: 3px; 3763 border-top-right-radius: 3px;
3764 border-top-left-radius: 3px; 3764 border-top-left-radius: 3px;
3765 border-bottom-right-radius: 0; 3765 border-bottom-right-radius: 0;
3766 border-bottom-left-radius: 0; 3766 border-bottom-left-radius: 0;
3767 } 3767 }
3768 .btn-group-vertical > .btn:last-child:not(:first-child) { 3768 .btn-group-vertical > .btn:last-child:not(:first-child) {
3769 border-top-right-radius: 0; 3769 border-top-right-radius: 0;
3770 border-top-left-radius: 0; 3770 border-top-left-radius: 0;
3771 border-bottom-right-radius: 3px; 3771 border-bottom-right-radius: 3px;
3772 border-bottom-left-radius: 3px; 3772 border-bottom-left-radius: 3px;
3773 } 3773 }
3774 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { 3774 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3775 border-radius: 0; 3775 border-radius: 0;
3776 } 3776 }
3777 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, 3777 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
3778 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 3778 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3779 border-bottom-right-radius: 0; 3779 border-bottom-right-radius: 0;
3780 border-bottom-left-radius: 0; 3780 border-bottom-left-radius: 0;
3781 } 3781 }
3782 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { 3782 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3783 border-top-right-radius: 0; 3783 border-top-right-radius: 0;
3784 border-top-left-radius: 0; 3784 border-top-left-radius: 0;
3785 } 3785 }
3786 .btn-group-justified { 3786 .btn-group-justified {
3787 display: table; 3787 display: table;
3788 width: 100%; 3788 width: 100%;
3789 table-layout: fixed; 3789 table-layout: fixed;
3790 border-collapse: separate; 3790 border-collapse: separate;
3791 } 3791 }
3792 .btn-group-justified > .btn, 3792 .btn-group-justified > .btn,
3793 .btn-group-justified > .btn-group { 3793 .btn-group-justified > .btn-group {
3794 float: none; 3794 float: none;
3795 display: table-cell; 3795 display: table-cell;
3796 width: 1%; 3796 width: 1%;
3797 } 3797 }
3798 .btn-group-justified > .btn-group .btn { 3798 .btn-group-justified > .btn-group .btn {
3799 width: 100%; 3799 width: 100%;
3800 } 3800 }
3801 .btn-group-justified > .btn-group .dropdown-menu { 3801 .btn-group-justified > .btn-group .dropdown-menu {
3802 left: auto; 3802 left: auto;
3803 } 3803 }
3804 [data-toggle="buttons"] > .btn input[type="radio"], 3804 [data-toggle="buttons"] > .btn input[type="radio"],
3805 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], 3805 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
3806 [data-toggle="buttons"] > .btn input[type="checkbox"], 3806 [data-toggle="buttons"] > .btn input[type="checkbox"],
3807 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { 3807 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
3808 position: absolute; 3808 position: absolute;
3809 clip: rect(0, 0, 0, 0); 3809 clip: rect(0, 0, 0, 0);
3810 pointer-events: none; 3810 pointer-events: none;
3811 } 3811 }
3812 .input-group { 3812 .input-group {
3813 position: relative; 3813 position: relative;
3814 display: table; 3814 display: table;
3815 border-collapse: separate; 3815 border-collapse: separate;
3816 } 3816 }
3817 .input-group[class*="col-"] { 3817 .input-group[class*="col-"] {
3818 float: none; 3818 float: none;
3819 padding-left: 0; 3819 padding-left: 0;
3820 padding-right: 0; 3820 padding-right: 0;
3821 } 3821 }
3822 .input-group .form-control { 3822 .input-group .form-control {
3823 position: relative; 3823 position: relative;
3824 z-index: 2; 3824 z-index: 2;
3825 float: left; 3825 float: left;
3826 width: 100%; 3826 width: 100%;
3827 margin-bottom: 0; 3827 margin-bottom: 0;
3828 } 3828 }
3829 .input-group .form-control:focus { 3829 .input-group .form-control:focus {
3830 z-index: 3; 3830 z-index: 3;
3831 } 3831 }
3832 .input-group-lg > .form-control, 3832 .input-group-lg > .form-control,
3833 .input-group-lg > .input-group-addon, 3833 .input-group-lg > .input-group-addon,
3834 .input-group-lg > .input-group-btn > .btn { 3834 .input-group-lg > .input-group-btn > .btn {
3835 height: 40px; 3835 height: 40px;
3836 padding: 9px 18px; 3836 padding: 9px 18px;
3837 font-size: 14px; 3837 font-size: 14px;
3838 line-height: 1.4285715; 3838 line-height: 1.4285715;
3839 border-radius: 3px; 3839 border-radius: 3px;
3840 } 3840 }
3841 select.input-group-lg > .form-control, 3841 select.input-group-lg > .form-control,
3842 select.input-group-lg > .input-group-addon, 3842 select.input-group-lg > .input-group-addon,
3843 select.input-group-lg > .input-group-btn > .btn { 3843 select.input-group-lg > .input-group-btn > .btn {
3844 height: 40px; 3844 height: 40px;
3845 line-height: 40px; 3845 line-height: 40px;
3846 } 3846 }
3847 textarea.input-group-lg > .form-control, 3847 textarea.input-group-lg > .form-control,
3848 textarea.input-group-lg > .input-group-addon, 3848 textarea.input-group-lg > .input-group-addon,
3849 textarea.input-group-lg > .input-group-btn > .btn, 3849 textarea.input-group-lg > .input-group-btn > .btn,
3850 select[multiple].input-group-lg > .form-control, 3850 select[multiple].input-group-lg > .form-control,
3851 select[multiple].input-group-lg > .input-group-addon, 3851 select[multiple].input-group-lg > .input-group-addon,
3852 select[multiple].input-group-lg > .input-group-btn > .btn { 3852 select[multiple].input-group-lg > .input-group-btn > .btn {
3853 height: auto; 3853 height: auto;
3854 } 3854 }
3855 .input-group-sm > .form-control, 3855 .input-group-sm > .form-control,
3856 .input-group-sm > .input-group-addon, 3856 .input-group-sm > .input-group-addon,
3857 .input-group-sm > .input-group-btn > .btn { 3857 .input-group-sm > .input-group-btn > .btn {
3858 height: 36px; 3858 height: 36px;
3859 padding: 7px 14px; 3859 padding: 7px 14px;
3860 font-size: 12px; 3860 font-size: 12px;
3861 line-height: 1.6666667; 3861 line-height: 1.6666667;
3862 border-radius: 2px; 3862 border-radius: 2px;
3863 } 3863 }
3864 select.input-group-sm > .form-control, 3864 select.input-group-sm > .form-control,
3865 select.input-group-sm > .input-group-addon, 3865 select.input-group-sm > .input-group-addon,
3866 select.input-group-sm > .input-group-btn > .btn { 3866 select.input-group-sm > .input-group-btn > .btn {
3867 height: 36px; 3867 height: 36px;
3868 line-height: 36px; 3868 line-height: 36px;
3869 } 3869 }
3870 textarea.input-group-sm > .form-control, 3870 textarea.input-group-sm > .form-control,
3871 textarea.input-group-sm > .input-group-addon, 3871 textarea.input-group-sm > .input-group-addon,
3872 textarea.input-group-sm > .input-group-btn > .btn, 3872 textarea.input-group-sm > .input-group-btn > .btn,
3873 select[multiple].input-group-sm > .form-control, 3873 select[multiple].input-group-sm > .form-control,
3874 select[multiple].input-group-sm > .input-group-addon, 3874 select[multiple].input-group-sm > .input-group-addon,
3875 select[multiple].input-group-sm > .input-group-btn > .btn { 3875 select[multiple].input-group-sm > .input-group-btn > .btn {
3876 height: auto; 3876 height: auto;
3877 } 3877 }
3878 .input-group-addon, 3878 .input-group-addon,
3879 .input-group-btn, 3879 .input-group-btn,
3880 .input-group .form-control { 3880 .input-group .form-control {
3881 display: table-cell; 3881 display: table-cell;
3882 } 3882 }
3883 .input-group-addon:not(:first-child):not(:last-child), 3883 .input-group-addon:not(:first-child):not(:last-child),
3884 .input-group-btn:not(:first-child):not(:last-child), 3884 .input-group-btn:not(:first-child):not(:last-child),
3885 .input-group .form-control:not(:first-child):not(:last-child) { 3885 .input-group .form-control:not(:first-child):not(:last-child) {
3886 border-radius: 0; 3886 border-radius: 0;
3887 } 3887 }
3888 .input-group-addon, 3888 .input-group-addon,
3889 .input-group-btn { 3889 .input-group-btn {
3890 width: 1%; 3890 width: 1%;
3891 white-space: nowrap; 3891 white-space: nowrap;
3892 vertical-align: middle; 3892 vertical-align: middle;
3893 } 3893 }
3894 .input-group-addon { 3894 .input-group-addon {
3895 padding: 8px 16px; 3895 padding: 8px 16px;
3896 font-size: 13px; 3896 font-size: 13px;
3897 font-weight: normal; 3897 font-weight: normal;
3898 line-height: 1; 3898 line-height: 1;
3899 color: #333333; 3899 color: #333333;
3900 text-align: center; 3900 text-align: center;
3901 background-color: transparent; 3901 background-color: transparent;
3902 border: 1px solid transparent; 3902 border: 1px solid transparent;
3903 border-radius: 3px; 3903 border-radius: 3px;
3904 } 3904 }
3905 .input-group-addon.input-sm { 3905 .input-group-addon.input-sm {
3906 padding: 7px 14px; 3906 padding: 7px 14px;
3907 font-size: 12px; 3907 font-size: 12px;
3908 border-radius: 2px; 3908 border-radius: 2px;
3909 } 3909 }
3910 .input-group-addon.input-lg { 3910 .input-group-addon.input-lg {
3911 padding: 9px 18px; 3911 padding: 9px 18px;
3912 font-size: 14px; 3912 font-size: 14px;
3913 border-radius: 3px; 3913 border-radius: 3px;
3914 } 3914 }
3915 .input-group-addon input[type="radio"], 3915 .input-group-addon input[type="radio"],
3916 .input-group-addon input[type="checkbox"] { 3916 .input-group-addon input[type="checkbox"] {
3917 margin-top: 0; 3917 margin-top: 0;
3918 } 3918 }
3919 .input-group .form-control:first-child, 3919 .input-group .form-control:first-child,
3920 .input-group-addon:first-child, 3920 .input-group-addon:first-child,
3921 .input-group-btn:first-child > .btn, 3921 .input-group-btn:first-child > .btn,
3922 .input-group-btn:first-child > .btn-group > .btn, 3922 .input-group-btn:first-child > .btn-group > .btn,
3923 .input-group-btn:first-child > .dropdown-toggle, 3923 .input-group-btn:first-child > .dropdown-toggle,
3924 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), 3924 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
3925 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { 3925 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3926 border-bottom-right-radius: 0; 3926 border-bottom-right-radius: 0;
3927 border-top-right-radius: 0; 3927 border-top-right-radius: 0;
3928 } 3928 }
3929 .input-group-addon:first-child { 3929 .input-group-addon:first-child {
3930 border-right: 0; 3930 border-right: 0;
3931 } 3931 }
3932 .input-group .form-control:last-child, 3932 .input-group .form-control:last-child,
3933 .input-group-addon:last-child, 3933 .input-group-addon:last-child,
3934 .input-group-btn:last-child > .btn, 3934 .input-group-btn:last-child > .btn,
3935 .input-group-btn:last-child > .btn-group > .btn, 3935 .input-group-btn:last-child > .btn-group > .btn,
3936 .input-group-btn:last-child > .dropdown-toggle, 3936 .input-group-btn:last-child > .dropdown-toggle,
3937 .input-group-btn:first-child > .btn:not(:first-child), 3937 .input-group-btn:first-child > .btn:not(:first-child),
3938 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { 3938 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
3939 border-bottom-left-radius: 0; 3939 border-bottom-left-radius: 0;
3940 border-top-left-radius: 0; 3940 border-top-left-radius: 0;
3941 } 3941 }
3942 .input-group-addon:last-child { 3942 .input-group-addon:last-child {
3943 border-left: 0; 3943 border-left: 0;
3944 } 3944 }
3945 .input-group-btn { 3945 .input-group-btn {
3946 position: relative; 3946 position: relative;
3947 font-size: 0; 3947 font-size: 0;
3948 white-space: nowrap; 3948 white-space: nowrap;
3949 } 3949 }
3950 .input-group-btn > .btn { 3950 .input-group-btn > .btn {
3951 position: relative; 3951 position: relative;
3952 } 3952 }
3953 .input-group-btn > .btn + .btn { 3953 .input-group-btn > .btn + .btn {
3954 margin-left: -1px; 3954 margin-left: -1px;
3955 } 3955 }
3956 .input-group-btn > .btn:hover, 3956 .input-group-btn > .btn:hover,
3957 .input-group-btn > .btn:focus, 3957 .input-group-btn > .btn:focus,
3958 .input-group-btn > .btn:active { 3958 .input-group-btn > .btn:active {
3959 z-index: 2; 3959 z-index: 2;
3960 } 3960 }
3961 .input-group-btn:first-child > .btn, 3961 .input-group-btn:first-child > .btn,
3962 .input-group-btn:first-child > .btn-group { 3962 .input-group-btn:first-child > .btn-group {
3963 margin-right: -1px; 3963 margin-right: -1px;
3964 } 3964 }
3965 .input-group-btn:last-child > .btn, 3965 .input-group-btn:last-child > .btn,
3966 .input-group-btn:last-child > .btn-group { 3966 .input-group-btn:last-child > .btn-group {
3967 z-index: 2; 3967 z-index: 2;
3968 margin-left: -1px; 3968 margin-left: -1px;
3969 } 3969 }
3970 .nav { 3970 .nav {
3971 margin-bottom: 0; 3971 margin-bottom: 0;
3972 padding-left: 0; 3972 padding-left: 0;
3973 list-style: none; 3973 list-style: none;
3974 } 3974 }
3975 .nav > li { 3975 .nav > li {
3976 position: relative; 3976 position: relative;
3977 display: block; 3977 display: block;
3978 } 3978 }
3979 .nav > li > a { 3979 .nav > li > a {
3980 position: relative; 3980 position: relative;
3981 display: block; 3981 display: block;
3982 padding: 12px 16px; 3982 padding: 12px 16px;
3983 } 3983 }
3984 .nav > li > a:hover, 3984 .nav > li > a:hover,
3985 .nav > li > a:focus { 3985 .nav > li > a:focus {
3986 text-decoration: none; 3986 text-decoration: none;
3987 background-color: #f5f5f5; 3987 background-color: #f5f5f5;
3988 } 3988 }
3989 .nav > li.disabled > a { 3989 .nav > li.disabled > a {
3990 color: #999999; 3990 color: #999999;
3991 } 3991 }
3992 .nav > li.disabled > a:hover, 3992 .nav > li.disabled > a:hover,
3993 .nav > li.disabled > a:focus { 3993 .nav > li.disabled > a:focus {
3994 color: #999999; 3994 color: #999999;
3995 text-decoration: none; 3995 text-decoration: none;
3996 background-color: transparent; 3996 background-color: transparent;
3997 cursor: not-allowed; 3997 cursor: not-allowed;
3998 } 3998 }
3999 .nav .open > a, 3999 .nav .open > a,
4000 .nav .open > a:hover, 4000 .nav .open > a:hover,
4001 .nav .open > a:focus { 4001 .nav .open > a:focus {
4002 background-color: #f5f5f5; 4002 background-color: #f5f5f5;
4003 border-color: #1E88E5; 4003 border-color: #1E88E5;
4004 } 4004 }
4005 .nav .nav-divider { 4005 .nav .nav-divider {
4006 height: 1px; 4006 height: 1px;
4007 margin: 9px 0; 4007 margin: 9px 0;
4008 overflow: hidden; 4008 overflow: hidden;
4009 background-color: #e5e5e5; 4009 background-color: #e5e5e5;
4010 } 4010 }
4011 .nav > li > a > img { 4011 .nav > li > a > img {
4012 max-width: none; 4012 max-width: none;
4013 } 4013 }
4014 .nav-tabs { 4014 .nav-tabs {
4015 border-bottom: 1px solid #ddd; 4015 border-bottom: 1px solid #ddd;
4016 } 4016 }
4017 .nav-tabs > li { 4017 .nav-tabs > li {
4018 float: left; 4018 float: left;
4019 margin-bottom: -1px; 4019 margin-bottom: -1px;
4020 } 4020 }
4021 .nav-tabs > li > a { 4021 .nav-tabs > li > a {
4022 margin-right: 2px; 4022 margin-right: 2px;
4023 line-height: 1.5384616; 4023 line-height: 1.5384616;
4024 border: 1px solid transparent; 4024 border: 1px solid transparent;
4025 border-radius: 3px 3px 0 0; 4025 border-radius: 3px 3px 0 0;
4026 } 4026 }
4027 .nav-tabs > li > a:hover { 4027 .nav-tabs > li > a:hover {
4028 border-color: transparent transparent #ddd; 4028 border-color: transparent transparent #ddd;
4029 } 4029 }
4030 .nav-tabs > li.active > a, 4030 .nav-tabs > li.active > a,
4031 .nav-tabs > li.active > a:hover, 4031 .nav-tabs > li.active > a:hover,
4032 .nav-tabs > li.active > a:focus { 4032 .nav-tabs > li.active > a:focus {
4033 color: #333333; 4033 color: #333333;
4034 background-color: #fff; 4034 background-color: #fff;
4035 border: 1px solid #ddd; 4035 border: 1px solid #ddd;
4036 border-bottom-color: transparent; 4036 border-bottom-color: transparent;
4037 cursor: default; 4037 cursor: default;
4038 } 4038 }
4039 .nav-tabs.nav-justified { 4039 .nav-tabs.nav-justified {
4040 width: 100%; 4040 width: 100%;
4041 border-bottom: 0; 4041 border-bottom: 0;
4042 } 4042 }
4043 .nav-tabs.nav-justified > li { 4043 .nav-tabs.nav-justified > li {
4044 float: none; 4044 float: none;
4045 } 4045 }
4046 .nav-tabs.nav-justified > li > a { 4046 .nav-tabs.nav-justified > li > a {
4047 text-align: center; 4047 text-align: center;
4048 margin-bottom: 5px; 4048 margin-bottom: 5px;
4049 } 4049 }
4050 .nav-tabs.nav-justified > .dropdown .dropdown-menu { 4050 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
4051 top: auto; 4051 top: auto;
4052 left: auto; 4052 left: auto;
4053 } 4053 }
4054 @media (min-width: 769px) { 4054 @media (min-width: 769px) {
4055 .nav-tabs.nav-justified > li { 4055 .nav-tabs.nav-justified > li {
4056 display: table-cell; 4056 display: table-cell;
4057 width: 1%; 4057 width: 1%;
4058 } 4058 }
4059 .nav-tabs.nav-justified > li > a { 4059 .nav-tabs.nav-justified > li > a {
4060 margin-bottom: 0; 4060 margin-bottom: 0;
4061 } 4061 }
4062 } 4062 }
4063 .nav-tabs.nav-justified > li > a { 4063 .nav-tabs.nav-justified > li > a {
4064 margin-right: 0; 4064 margin-right: 0;
4065 border-radius: 3px; 4065 border-radius: 3px;
4066 } 4066 }
4067 .nav-tabs.nav-justified > .active > a, 4067 .nav-tabs.nav-justified > .active > a,
4068 .nav-tabs.nav-justified > .active > a:hover, 4068 .nav-tabs.nav-justified > .active > a:hover,
4069 .nav-tabs.nav-justified > .active > a:focus { 4069 .nav-tabs.nav-justified > .active > a:focus {
4070 border: 1px solid #ddd; 4070 border: 1px solid #ddd;
4071 } 4071 }
4072 @media (min-width: 769px) { 4072 @media (min-width: 769px) {
4073 .nav-tabs.nav-justified > li > a { 4073 .nav-tabs.nav-justified > li > a {
4074 border-bottom: 1px solid #ddd; 4074 border-bottom: 1px solid #ddd;
4075 border-radius: 3px 3px 0 0; 4075 border-radius: 3px 3px 0 0;
4076 } 4076 }
4077 .nav-tabs.nav-justified > .active > a, 4077 .nav-tabs.nav-justified > .active > a,
4078 .nav-tabs.nav-justified > .active > a:hover, 4078 .nav-tabs.nav-justified > .active > a:hover,
4079 .nav-tabs.nav-justified > .active > a:focus { 4079 .nav-tabs.nav-justified > .active > a:focus {
4080 border-bottom-color: #fff; 4080 border-bottom-color: #fff;
4081 } 4081 }
4082 } 4082 }
4083 .nav-pills > li { 4083 .nav-pills > li {
4084 float: left; 4084 float: left;
4085 } 4085 }
4086 .nav-pills > li > a { 4086 .nav-pills > li > a {
4087 border-radius: 3px; 4087 border-radius: 3px;
4088 } 4088 }
4089 .nav-pills > li + li { 4089 .nav-pills > li + li {
4090 margin-left: 2px; 4090 margin-left: 2px;
4091 } 4091 }
4092 .nav-pills > li.active > a, 4092 .nav-pills > li.active > a,
4093 .nav-pills > li.active > a:hover, 4093 .nav-pills > li.active > a:hover,
4094 .nav-pills > li.active > a:focus { 4094 .nav-pills > li.active > a:focus {
4095 color: #fff; 4095 color: #fff;
4096 background-color: #26A69A; 4096 background-color: #26A69A;
4097 } 4097 }
4098 .nav-stacked > li { 4098 .nav-stacked > li {
4099 float: none; 4099 float: none;
4100 } 4100 }
4101 .nav-stacked > li + li { 4101 .nav-stacked > li + li {
4102 margin-top: 2px; 4102 margin-top: 2px;
4103 margin-left: 0; 4103 margin-left: 0;
4104 } 4104 }
4105 .nav-justified { 4105 .nav-justified {
4106 width: 100%; 4106 width: 100%;
4107 } 4107 }
4108 .nav-justified > li { 4108 .nav-justified > li {
4109 float: none; 4109 float: none;
4110 } 4110 }
4111 .nav-justified > li > a { 4111 .nav-justified > li > a {
4112 text-align: center; 4112 text-align: center;
4113 margin-bottom: 5px; 4113 margin-bottom: 5px;
4114 } 4114 }
4115 .nav-justified > .dropdown .dropdown-menu { 4115 .nav-justified > .dropdown .dropdown-menu {
4116 top: auto; 4116 top: auto;
4117 left: auto; 4117 left: auto;
4118 } 4118 }
4119 @media (min-width: 769px) { 4119 @media (min-width: 769px) {
4120 .nav-justified > li { 4120 .nav-justified > li {
4121 display: table-cell; 4121 display: table-cell;
4122 width: 1%; 4122 width: 1%;
4123 } 4123 }
4124 .nav-justified > li > a { 4124 .nav-justified > li > a {
4125 margin-bottom: 0; 4125 margin-bottom: 0;
4126 } 4126 }
4127 } 4127 }
4128 .nav-tabs-justified { 4128 .nav-tabs-justified {
4129 border-bottom: 0; 4129 border-bottom: 0;
4130 } 4130 }
4131 .nav-tabs-justified > li > a { 4131 .nav-tabs-justified > li > a {
4132 margin-right: 0; 4132 margin-right: 0;
4133 border-radius: 3px; 4133 border-radius: 3px;
4134 } 4134 }
4135 .nav-tabs-justified > .active > a, 4135 .nav-tabs-justified > .active > a,
4136 .nav-tabs-justified > .active > a:hover, 4136 .nav-tabs-justified > .active > a:hover,
4137 .nav-tabs-justified > .active > a:focus { 4137 .nav-tabs-justified > .active > a:focus {
4138 border: 1px solid #ddd; 4138 border: 1px solid #ddd;
4139 } 4139 }
4140 @media (min-width: 769px) { 4140 @media (min-width: 769px) {
4141 .nav-tabs-justified > li > a { 4141 .nav-tabs-justified > li > a {
4142 border-bottom: 1px solid #ddd; 4142 border-bottom: 1px solid #ddd;
4143 border-radius: 3px 3px 0 0; 4143 border-radius: 3px 3px 0 0;
4144 } 4144 }
4145 .nav-tabs-justified > .active > a, 4145 .nav-tabs-justified > .active > a,
4146 .nav-tabs-justified > .active > a:hover, 4146 .nav-tabs-justified > .active > a:hover,
4147 .nav-tabs-justified > .active > a:focus { 4147 .nav-tabs-justified > .active > a:focus {
4148 border-bottom-color: #fff; 4148 border-bottom-color: #fff;
4149 } 4149 }
4150 } 4150 }
4151 .tab-content > .tab-pane { 4151 .tab-content > .tab-pane {
4152 display: none; 4152 display: none;
4153 } 4153 }
4154 .tab-content > .active { 4154 .tab-content > .active {
4155 display: block; 4155 display: block;
4156 } 4156 }
4157 .nav-tabs .dropdown-menu { 4157 .nav-tabs .dropdown-menu {
4158 margin-top: -1px; 4158 margin-top: -1px;
4159 border-top-right-radius: 0; 4159 border-top-right-radius: 0;
4160 border-top-left-radius: 0; 4160 border-top-left-radius: 0;
4161 } 4161 }
4162 .navbar { 4162 .navbar {
4163 position: relative; 4163 position: relative;
4164 min-height: 50px; 4164 min-height: 50px;
4165 margin-bottom: 20px; 4165 margin-bottom: 20px;
4166 border: 1px solid transparent; 4166 border: 1px solid transparent;
4167 } 4167 }
4168 @media (min-width: 769px) { 4168 @media (min-width: 769px) {
4169 .navbar { 4169 .navbar {
4170 border-radius: 0; 4170 border-radius: 0;
4171 } 4171 }
4172 } 4172 }
4173 @media (min-width: 769px) { 4173 @media (min-width: 769px) {
4174 .navbar-header { 4174 .navbar-header {
4175 float: left; 4175 float: left;
4176 } 4176 }
4177 } 4177 }
4178 .navbar-collapse { 4178 .navbar-collapse {
4179 overflow-x: visible; 4179 overflow-x: visible;
4180 padding-right: 20px; 4180 padding-right: 20px;
4181 padding-left: 20px; 4181 padding-left: 20px;
4182 border-top: 1px solid transparent; 4182 border-top: 1px solid transparent;
4183 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); 4183 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
4184 -webkit-overflow-scrolling: touch; 4184 -webkit-overflow-scrolling: touch;
4185 } 4185 }
4186 .navbar-collapse.in { 4186 .navbar-collapse.in {
4187 overflow-y: auto; 4187 overflow-y: auto;
4188 } 4188 }
4189 @media (min-width: 769px) { 4189 @media (min-width: 769px) {
4190 .navbar-collapse { 4190 .navbar-collapse {
4191 width: auto; 4191 width: auto;
4192 border-top: 0; 4192 border-top: 0;
4193 box-shadow: none; 4193 box-shadow: none;
4194 } 4194 }
4195 .navbar-collapse.collapse { 4195 .navbar-collapse.collapse {
4196 display: block !important; 4196 display: block !important;
4197 height: auto !important; 4197 height: auto !important;
4198 padding-bottom: 0; 4198 padding-bottom: 0;
4199 overflow: visible !important; 4199 overflow: visible !important;
4200 } 4200 }
4201 .navbar-collapse.in { 4201 .navbar-collapse.in {
4202 overflow-y: visible; 4202 overflow-y: visible;
4203 } 4203 }
4204 .navbar-fixed-top .navbar-collapse, 4204 .navbar-fixed-top .navbar-collapse,
4205 .navbar-static-top .navbar-collapse, 4205 .navbar-static-top .navbar-collapse,
4206 .navbar-fixed-bottom .navbar-collapse { 4206 .navbar-fixed-bottom .navbar-collapse {
4207 padding-left: 0; 4207 padding-left: 0;
4208 padding-right: 0; 4208 padding-right: 0;
4209 } 4209 }
4210 } 4210 }
4211 .navbar-fixed-top .navbar-collapse, 4211 .navbar-fixed-top .navbar-collapse,
4212 .navbar-fixed-bottom .navbar-collapse { 4212 .navbar-fixed-bottom .navbar-collapse {
4213 max-height: 340px; 4213 max-height: 340px;
4214 } 4214 }
4215 @media (max-device-width: 480px) and (orientation: landscape) { 4215 @media (max-device-width: 480px) and (orientation: landscape) {
4216 .navbar-fixed-top .navbar-collapse, 4216 .navbar-fixed-top .navbar-collapse,
4217 .navbar-fixed-bottom .navbar-collapse { 4217 .navbar-fixed-bottom .navbar-collapse {
4218 max-height: 200px; 4218 max-height: 200px;
4219 } 4219 }
4220 } 4220 }
4221 .container > .navbar-header, 4221 .container > .navbar-header,
4222 .container-fluid > .navbar-header, 4222 .container-fluid > .navbar-header,
4223 .container > .navbar-collapse, 4223 .container > .navbar-collapse,
4224 .container-fluid > .navbar-collapse { 4224 .container-fluid > .navbar-collapse {
4225 margin-right: -20px; 4225 margin-right: -20px;
4226 margin-left: -20px; 4226 margin-left: -20px;
4227 } 4227 }
4228 @media (min-width: 769px) { 4228 @media (min-width: 769px) {
4229 .container > .navbar-header, 4229 .container > .navbar-header,
4230 .container-fluid > .navbar-header, 4230 .container-fluid > .navbar-header,
4231 .container > .navbar-collapse, 4231 .container > .navbar-collapse,
4232 .container-fluid > .navbar-collapse { 4232 .container-fluid > .navbar-collapse {
4233 margin-right: 0; 4233 margin-right: 0;
4234 margin-left: 0; 4234 margin-left: 0;
4235 } 4235 }
4236 } 4236 }
4237 .navbar-static-top { 4237 .navbar-static-top {
4238 z-index: 1000; 4238 z-index: 1000;
4239 border-width: 0 0 1px; 4239 border-width: 0 0 1px;
4240 } 4240 }
4241 @media (min-width: 769px) { 4241 @media (min-width: 769px) {
4242 .navbar-static-top { 4242 .navbar-static-top {
4243 border-radius: 0; 4243 border-radius: 0;
4244 } 4244 }
4245 } 4245 }
4246 .navbar-fixed-top, 4246 .navbar-fixed-top,
4247 .navbar-fixed-bottom { 4247 .navbar-fixed-bottom {
4248 position: fixed; 4248 position: fixed;
4249 right: 0; 4249 right: 0;
4250 left: 0; 4250 left: 0;
4251 z-index: 1030; 4251 z-index: 1030;
4252 } 4252 }
4253 @media (min-width: 769px) { 4253 @media (min-width: 769px) {
4254 .navbar-fixed-top, 4254 .navbar-fixed-top,
4255 .navbar-fixed-bottom { 4255 .navbar-fixed-bottom {
4256 border-radius: 0; 4256 border-radius: 0;
4257 } 4257 }
4258 } 4258 }
4259 .navbar-fixed-top { 4259 .navbar-fixed-top {
4260 top: 0; 4260 top: 0;
4261 border-width: 0 0 1px; 4261 border-width: 0 0 1px;
4262 } 4262 }
4263 .navbar-fixed-bottom { 4263 .navbar-fixed-bottom {
4264 bottom: 0; 4264 bottom: 0;
4265 margin-bottom: 0; 4265 margin-bottom: 0;
4266 border-width: 1px 0 0; 4266 border-width: 1px 0 0;
4267 } 4267 }
4268 .navbar-brand { 4268 .navbar-brand {
4269 float: left; 4269 float: left;
4270 padding: 15px 20px; 4270 padding: 15px 20px;
4271 font-size: 14px; 4271 font-size: 14px;
4272 line-height: 20px; 4272 line-height: 20px;
4273 height: 50px; 4273 height: 50px;
4274 } 4274 }
4275 .navbar-brand:hover, 4275 .navbar-brand:hover,
4276 .navbar-brand:focus { 4276 .navbar-brand:focus {
4277 text-decoration: none; 4277 text-decoration: none;
4278 } 4278 }
4279 .navbar-brand > img { 4279 .navbar-brand > img {
4280 display: block; 4280 display: block;
4281 } 4281 }
4282 @media (min-width: 769px) { 4282 @media (min-width: 769px) {
4283 .navbar > .container .navbar-brand, 4283 .navbar > .container .navbar-brand,
4284 .navbar > .container-fluid .navbar-brand { 4284 .navbar > .container-fluid .navbar-brand {
4285 margin-left: -20px; 4285 margin-left: -20px;
4286 } 4286 }
4287 } 4287 }
4288 .navbar-toggle { 4288 .navbar-toggle {
4289 position: relative; 4289 position: relative;
4290 float: right; 4290 float: right;
4291 margin-right: 20px; 4291 margin-right: 20px;
4292 padding: 9px 10px; 4292 padding: 9px 10px;
4293 margin-top: 8px; 4293 margin-top: 8px;
4294 margin-bottom: 8px; 4294 margin-bottom: 8px;
4295 background-color: transparent; 4295 background-color: transparent;
4296 background-image: none; 4296 background-image: none;
4297 border: 1px solid transparent; 4297 border: 1px solid transparent;
4298 border-radius: 3px; 4298 border-radius: 3px;
4299 } 4299 }
4300 .navbar-toggle:focus { 4300 .navbar-toggle:focus {
4301 outline: 0; 4301 outline: 0;
4302 } 4302 }
4303 .navbar-toggle .icon-bar { 4303 .navbar-toggle .icon-bar {
4304 display: block; 4304 display: block;
4305 width: 22px; 4305 width: 22px;
4306 height: 2px; 4306 height: 2px;
4307 border-radius: 1px; 4307 border-radius: 1px;
4308 } 4308 }
4309 .navbar-toggle .icon-bar + .icon-bar { 4309 .navbar-toggle .icon-bar + .icon-bar {
4310 margin-top: 4px; 4310 margin-top: 4px;
4311 } 4311 }
4312 @media (min-width: 769px) { 4312 @media (min-width: 769px) {
4313 .navbar-toggle { 4313 .navbar-toggle {
4314 display: none; 4314 display: none;
4315 } 4315 }
4316 } 4316 }
4317 .navbar-nav { 4317 .navbar-nav {
4318 margin: 7.5px -20px; 4318 margin: 7.5px -20px;
4319 } 4319 }
4320 .navbar-nav > li > a { 4320 .navbar-nav > li > a {
4321 padding-top: 10px; 4321 padding-top: 10px;
4322 padding-bottom: 10px; 4322 padding-bottom: 10px;
4323 line-height: 20px; 4323 line-height: 20px;
4324 } 4324 }
4325 @media (max-width: 768px) { 4325 @media (max-width: 768px) {
4326 .navbar-nav .open .dropdown-menu { 4326 .navbar-nav .open .dropdown-menu {
4327 position: static; 4327 position: static;
4328 float: none; 4328 float: none;
4329 width: auto; 4329 width: auto;
4330 margin-top: 0; 4330 margin-top: 0;
4331 background-color: transparent; 4331 background-color: transparent;
4332 border: 0; 4332 border: 0;
4333 box-shadow: none; 4333 box-shadow: none;
4334 } 4334 }
4335 .navbar-nav .open .dropdown-menu > li > a, 4335 .navbar-nav .open .dropdown-menu > li > a,
4336 .navbar-nav .open .dropdown-menu .dropdown-header { 4336 .navbar-nav .open .dropdown-menu .dropdown-header {
4337 padding: 5px 15px 5px 25px; 4337 padding: 5px 15px 5px 25px;
4338 } 4338 }
4339 .navbar-nav .open .dropdown-menu > li > a { 4339 .navbar-nav .open .dropdown-menu > li > a {
4340 line-height: 20px; 4340 line-height: 20px;
4341 } 4341 }
4342 .navbar-nav .open .dropdown-menu > li > a:hover, 4342 .navbar-nav .open .dropdown-menu > li > a:hover,
4343 .navbar-nav .open .dropdown-menu > li > a:focus { 4343 .navbar-nav .open .dropdown-menu > li > a:focus {
4344 background-image: none; 4344 background-image: none;
4345 } 4345 }
4346 } 4346 }
4347 @media (min-width: 769px) { 4347 @media (min-width: 769px) {
4348 .navbar-nav { 4348 .navbar-nav {
4349 float: left; 4349 float: left;
4350 margin: 0; 4350 margin: 0;
4351 } 4351 }
4352 .navbar-nav > li { 4352 .navbar-nav > li {
4353 float: left; 4353 float: left;
4354 } 4354 }
4355 .navbar-nav > li > a { 4355 .navbar-nav > li > a {
4356 padding-top: 15px; 4356 padding-top: 15px;
4357 padding-bottom: 15px; 4357 padding-bottom: 15px;
4358 } 4358 }
4359 } 4359 }
4360 .navbar-form { 4360 .navbar-form {
4361 margin-left: -20px; 4361 margin-left: -20px;
4362 margin-right: -20px; 4362 margin-right: -20px;
4363 padding: 10px 20px; 4363 padding: 10px 20px;
4364 border-top: 1px solid transparent; 4364 border-top: 1px solid transparent;
4365 border-bottom: 1px solid transparent; 4365 border-bottom: 1px solid transparent;
4366 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 4366 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4367 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 4367 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4368 margin-top: 6px; 4368 margin-top: 6px;
4369 margin-bottom: 6px; 4369 margin-bottom: 6px;
4370 } 4370 }
4371 @media (min-width: 769px) { 4371 @media (min-width: 769px) {
4372 .navbar-form .form-group { 4372 .navbar-form .form-group {
4373 display: inline-block; 4373 display: inline-block;
4374 margin-bottom: 0; 4374 margin-bottom: 0;
4375 vertical-align: middle; 4375 vertical-align: middle;
4376 } 4376 }
4377 .navbar-form .form-control { 4377 .navbar-form .form-control {
4378 display: inline-block; 4378 display: inline-block;
4379 width: auto; 4379 width: auto;
4380 vertical-align: middle; 4380 vertical-align: middle;
4381 } 4381 }
4382 .navbar-form .form-control-static { 4382 .navbar-form .form-control-static {
4383 display: inline-block; 4383 display: inline-block;
4384 } 4384 }
4385 .navbar-form .input-group { 4385 .navbar-form .input-group {
4386 display: inline-table; 4386 display: inline-table;
4387 vertical-align: middle; 4387 vertical-align: middle;
4388 } 4388 }
4389 .navbar-form .input-group .input-group-addon, 4389 .navbar-form .input-group .input-group-addon,
4390 .navbar-form .input-group .input-group-btn, 4390 .navbar-form .input-group .input-group-btn,
4391 .navbar-form .input-group .form-control { 4391 .navbar-form .input-group .form-control {
4392 width: auto; 4392 width: auto;
4393 } 4393 }
4394 .navbar-form .input-group > .form-control { 4394 .navbar-form .input-group > .form-control {
4395 width: 100%; 4395 width: 100%;
4396 } 4396 }
4397 .navbar-form .control-label { 4397 .navbar-form .control-label {
4398 margin-bottom: 0; 4398 margin-bottom: 0;
4399 vertical-align: middle; 4399 vertical-align: middle;
4400 } 4400 }
4401 .navbar-form .radio, 4401 .navbar-form .radio,
4402 .navbar-form .checkbox { 4402 .navbar-form .checkbox {
4403 display: inline-block; 4403 display: inline-block;
4404 margin-top: 0; 4404 margin-top: 0;
4405 margin-bottom: 0; 4405 margin-bottom: 0;
4406 vertical-align: middle; 4406 vertical-align: middle;
4407 } 4407 }
4408 .navbar-form .radio label, 4408 .navbar-form .radio label,
4409 .navbar-form .checkbox label { 4409 .navbar-form .checkbox label {
4410 padding-left: 0; 4410 padding-left: 0;
4411 } 4411 }
4412 .navbar-form .radio input[type="radio"], 4412 .navbar-form .radio input[type="radio"],
4413 .navbar-form .checkbox input[type="checkbox"] { 4413 .navbar-form .checkbox input[type="checkbox"] {
4414 position: relative; 4414 position: relative;
4415 margin-left: 0; 4415 margin-left: 0;
4416 } 4416 }
4417 .navbar-form .has-feedback .form-control-feedback { 4417 .navbar-form .has-feedback .form-control-feedback {
4418 top: 0; 4418 top: 0;
4419 } 4419 }
4420 } 4420 }
4421 @media (max-width: 768px) { 4421 @media (max-width: 768px) {
4422 .navbar-form .form-group { 4422 .navbar-form .form-group {
4423 margin-bottom: 5px; 4423 margin-bottom: 5px;
4424 } 4424 }
4425 .navbar-form .form-group:last-child { 4425 .navbar-form .form-group:last-child {
4426 margin-bottom: 0; 4426 margin-bottom: 0;
4427 } 4427 }
4428 } 4428 }
4429 @media (min-width: 769px) { 4429 @media (min-width: 769px) {
4430 .navbar-form { 4430 .navbar-form {
4431 width: auto; 4431 width: auto;
4432 border: 0; 4432 border: 0;
4433 margin-left: 0; 4433 margin-left: 0;
4434 margin-right: 0; 4434 margin-right: 0;
4435 padding-top: 0; 4435 padding-top: 0;
4436 padding-bottom: 0; 4436 padding-bottom: 0;
4437 -webkit-box-shadow: none; 4437 -webkit-box-shadow: none;
4438 box-shadow: none; 4438 box-shadow: none;
4439 } 4439 }
4440 } 4440 }
4441 .navbar-nav > li > .dropdown-menu { 4441 .navbar-nav > li > .dropdown-menu {
4442 margin-top: 0; 4442 margin-top: 0;
4443 border-top-right-radius: 0; 4443 border-top-right-radius: 0;
4444 border-top-left-radius: 0; 4444 border-top-left-radius: 0;
4445 } 4445 }
4446 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { 4446 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
4447 margin-bottom: 0; 4447 margin-bottom: 0;
4448 border-top-right-radius: 0; 4448 border-top-right-radius: 0;
4449 border-top-left-radius: 0; 4449 border-top-left-radius: 0;
4450 border-bottom-right-radius: 0; 4450 border-bottom-right-radius: 0;
4451 border-bottom-left-radius: 0; 4451 border-bottom-left-radius: 0;
4452 } 4452 }
4453 .navbar-btn { 4453 .navbar-btn {
4454 margin-top: 6px; 4454 margin-top: 6px;
4455 margin-bottom: 6px; 4455 margin-bottom: 6px;
4456 } 4456 }
4457 .navbar-btn.btn-sm { 4457 .navbar-btn.btn-sm {
4458 margin-top: 7px; 4458 margin-top: 7px;
4459 margin-bottom: 7px; 4459 margin-bottom: 7px;
4460 } 4460 }
4461 .navbar-btn.btn-xs { 4461 .navbar-btn.btn-xs {
4462 margin-top: 14px; 4462 margin-top: 14px;
4463 margin-bottom: 14px; 4463 margin-bottom: 14px;
4464 } 4464 }
4465 .navbar-text { 4465 .navbar-text {
4466 margin-top: 15px; 4466 margin-top: 15px;
4467 margin-bottom: 15px; 4467 margin-bottom: 15px;
4468 } 4468 }
4469 @media (min-width: 769px) { 4469 @media (min-width: 769px) {
4470 .navbar-text { 4470 .navbar-text {
4471 float: left; 4471 float: left;
4472 margin-left: 20px; 4472 margin-left: 20px;
4473 margin-right: 20px; 4473 margin-right: 20px;
4474 } 4474 }
4475 } 4475 }
4476 @media (min-width: 769px) { 4476 @media (min-width: 769px) {
4477 .navbar-left { 4477 .navbar-left {
4478 float: left !important; 4478 float: left !important;
4479 } 4479 }
4480 .navbar-right { 4480 .navbar-right {
4481 float: right !important; 4481 float: right !important;
4482 margin-right: -20px; 4482 margin-right: -20px;
4483 } 4483 }
4484 .navbar-right ~ .navbar-right { 4484 .navbar-right ~ .navbar-right {
4485 margin-right: 0; 4485 margin-right: 0;
4486 } 4486 }
4487 } 4487 }
4488 .navbar-default { 4488 .navbar-default {
4489 background-color: #fff; 4489 background-color: #fff;
4490 border-color: #ddd; 4490 border-color: #ddd;
4491 } 4491 }
4492 .navbar-default .navbar-brand { 4492 .navbar-default .navbar-brand {
4493 color: #777; 4493 color: #777;
4494 } 4494 }
4495 .navbar-default .navbar-brand:hover, 4495 .navbar-default .navbar-brand:hover,
4496 .navbar-default .navbar-brand:focus { 4496 .navbar-default .navbar-brand:focus {
4497 color: #5e5e5e; 4497 color: #5e5e5e;
4498 background-color: transparent; 4498 background-color: transparent;
4499 } 4499 }
4500 .navbar-default .navbar-text { 4500 .navbar-default .navbar-text {
4501 color: #777; 4501 color: #777;
4502 } 4502 }
4503 .navbar-default .navbar-nav > li > a { 4503 .navbar-default .navbar-nav > li > a {
4504 color: #777; 4504 color: #777;
4505 } 4505 }
4506 .navbar-default .navbar-nav > li > a:hover, 4506 .navbar-default .navbar-nav > li > a:hover,
4507 .navbar-default .navbar-nav > li > a:focus { 4507 .navbar-default .navbar-nav > li > a:focus {
4508 color: #333333; 4508 color: #333333;
4509 background-color: transparent; 4509 background-color: transparent;
4510 } 4510 }
4511 .navbar-default .navbar-nav > .active > a, 4511 .navbar-default .navbar-nav > .active > a,
4512 .navbar-default .navbar-nav > .active > a:hover, 4512 .navbar-default .navbar-nav > .active > a:hover,
4513 .navbar-default .navbar-nav > .active > a:focus { 4513 .navbar-default .navbar-nav > .active > a:focus {
4514 color: #333333; 4514 color: #333333;
4515 background-color: transparent; 4515 background-color: transparent;
4516 } 4516 }
4517 .navbar-default .navbar-nav > .disabled > a, 4517 .navbar-default .navbar-nav > .disabled > a,
4518 .navbar-default .navbar-nav > .disabled > a:hover, 4518 .navbar-default .navbar-nav > .disabled > a:hover,
4519 .navbar-default .navbar-nav > .disabled > a:focus { 4519 .navbar-default .navbar-nav > .disabled > a:focus {
4520 color: #999999; 4520 color: #999999;
4521 background-color: transparent; 4521 background-color: transparent;
4522 } 4522 }
4523 .navbar-default .navbar-toggle { 4523 .navbar-default .navbar-toggle {
4524 border-color: #ddd; 4524 border-color: #ddd;
4525 } 4525 }
4526 .navbar-default .navbar-toggle:hover, 4526 .navbar-default .navbar-toggle:hover,
4527 .navbar-default .navbar-toggle:focus { 4527 .navbar-default .navbar-toggle:focus {
4528 background-color: #ddd; 4528 background-color: #ddd;
4529 } 4529 }
4530 .navbar-default .navbar-toggle .icon-bar { 4530 .navbar-default .navbar-toggle .icon-bar {
4531 background-color: #888; 4531 background-color: #888;
4532 } 4532 }
4533 .navbar-default .navbar-collapse, 4533 .navbar-default .navbar-collapse,
4534 .navbar-default .navbar-form { 4534 .navbar-default .navbar-form {
4535 border-color: #ddd; 4535 border-color: #ddd;
4536 } 4536 }
4537 .navbar-default .navbar-nav > .open > a, 4537 .navbar-default .navbar-nav > .open > a,
4538 .navbar-default .navbar-nav > .open > a:hover, 4538 .navbar-default .navbar-nav > .open > a:hover,
4539 .navbar-default .navbar-nav > .open > a:focus { 4539 .navbar-default .navbar-nav > .open > a:focus {
4540 background-color: transparent; 4540 background-color: transparent;
4541 color: #333333; 4541 color: #333333;
4542 } 4542 }
4543 @media (max-width: 768px) { 4543 @media (max-width: 768px) {
4544 .navbar-default .navbar-nav .open .dropdown-menu > li > a { 4544 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
4545 color: #777; 4545 color: #777;
4546 } 4546 }
4547 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 4547 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4548 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { 4548 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4549 color: #333333; 4549 color: #333333;
4550 background-color: transparent; 4550 background-color: transparent;
4551 } 4551 }
4552 .navbar-default .navbar-nav .open .dropdown-menu > .active > a, 4552 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4553 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 4553 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4554 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { 4554 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4555 color: #333333; 4555 color: #333333;
4556 background-color: transparent; 4556 background-color: transparent;
4557 } 4557 }
4558 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, 4558 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4559 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, 4559 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4560 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { 4560 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4561 color: #999999; 4561 color: #999999;
4562 background-color: transparent; 4562 background-color: transparent;
4563 } 4563 }
4564 } 4564 }
4565 .navbar-default .navbar-link { 4565 .navbar-default .navbar-link {
4566 color: #777; 4566 color: #777;
4567 } 4567 }
4568 .navbar-default .navbar-link:hover { 4568 .navbar-default .navbar-link:hover {
4569 color: #333333; 4569 color: #333333;
4570 } 4570 }
4571 .navbar-default .btn-link { 4571 .navbar-default .btn-link {
4572 color: #777; 4572 color: #777;
4573 } 4573 }
4574 .navbar-default .btn-link:hover, 4574 .navbar-default .btn-link:hover,
4575 .navbar-default .btn-link:focus { 4575 .navbar-default .btn-link:focus {
4576 color: #333333; 4576 color: #333333;
4577 } 4577 }
4578 .navbar-default .btn-link[disabled]:hover, 4578 .navbar-default .btn-link[disabled]:hover,
4579 fieldset[disabled] .navbar-default .btn-link:hover, 4579 fieldset[disabled] .navbar-default .btn-link:hover,
4580 .navbar-default .btn-link[disabled]:focus, 4580 .navbar-default .btn-link[disabled]:focus,
4581 fieldset[disabled] .navbar-default .btn-link:focus { 4581 fieldset[disabled] .navbar-default .btn-link:focus {
4582 color: #999999; 4582 color: #999999;
4583 } 4583 }
4584 .navbar-inverse { 4584 .navbar-inverse {
4585 background-color: #273246; 4585 background-color: #273246;
4586 border-color: #273246; 4586 border-color: #273246;
4587 } 4587 }
4588 .navbar-inverse .navbar-brand { 4588 .navbar-inverse .navbar-brand {
4589 color: rgba(255, 255, 255, 0.9); 4589 color: rgba(255, 255, 255, 0.9);
4590 } 4590 }
4591 .navbar-inverse .navbar-brand:hover, 4591 .navbar-inverse .navbar-brand:hover,
4592 .navbar-inverse .navbar-brand:focus { 4592 .navbar-inverse .navbar-brand:focus {
4593 color: #fff; 4593 color: #fff;
4594 background-color: transparent; 4594 background-color: transparent;
4595 } 4595 }
4596 .navbar-inverse .navbar-text { 4596 .navbar-inverse .navbar-text {
4597 color: rgba(255, 255, 255, 0.9); 4597 color: rgba(255, 255, 255, 0.9);
4598 } 4598 }
4599 .navbar-inverse .navbar-nav > li > a { 4599 .navbar-inverse .navbar-nav > li > a {
4600 color: rgba(255, 255, 255, 0.9); 4600 color: rgba(255, 255, 255, 0.9);
4601 } 4601 }
4602 .navbar-inverse .navbar-nav > li > a:hover, 4602 .navbar-inverse .navbar-nav > li > a:hover,
4603 .navbar-inverse .navbar-nav > li > a:focus { 4603 .navbar-inverse .navbar-nav > li > a:focus {
4604 color: #fff; 4604 color: #fff;
4605 background-color: transparent; 4605 background-color: transparent;
4606 } 4606 }
4607 .navbar-inverse .navbar-nav > .active > a, 4607 .navbar-inverse .navbar-nav > .active > a,
4608 .navbar-inverse .navbar-nav > .active > a:hover, 4608 .navbar-inverse .navbar-nav > .active > a:hover,
4609 .navbar-inverse .navbar-nav > .active > a:focus { 4609 .navbar-inverse .navbar-nav > .active > a:focus {
4610 color: #fff; 4610 color: #fff;
4611 background-color: transparent; 4611 background-color: transparent;
4612 } 4612 }
4613 .navbar-inverse .navbar-nav > .disabled > a, 4613 .navbar-inverse .navbar-nav > .disabled > a,
4614 .navbar-inverse .navbar-nav > .disabled > a:hover, 4614 .navbar-inverse .navbar-nav > .disabled > a:hover,
4615 .navbar-inverse .navbar-nav > .disabled > a:focus { 4615 .navbar-inverse .navbar-nav > .disabled > a:focus {
4616 color: rgba(255, 255, 255, 0.6); 4616 color: rgba(255, 255, 255, 0.6);
4617 background-color: transparent; 4617 background-color: transparent;
4618 } 4618 }
4619 .navbar-inverse .navbar-toggle { 4619 .navbar-inverse .navbar-toggle {
4620 border-color: #333; 4620 border-color: #333;
4621 } 4621 }
4622 .navbar-inverse .navbar-toggle:hover, 4622 .navbar-inverse .navbar-toggle:hover,
4623 .navbar-inverse .navbar-toggle:focus { 4623 .navbar-inverse .navbar-toggle:focus {
4624 background-color: #333; 4624 background-color: #333;
4625 } 4625 }
4626 .navbar-inverse .navbar-toggle .icon-bar { 4626 .navbar-inverse .navbar-toggle .icon-bar {
4627 background-color: #fff; 4627 background-color: #fff;
4628 } 4628 }
4629 .navbar-inverse .navbar-collapse, 4629 .navbar-inverse .navbar-collapse,
4630 .navbar-inverse .navbar-form { 4630 .navbar-inverse .navbar-form {
4631 border-color: #1a222f; 4631 border-color: #1a222f;
4632 } 4632 }
4633 .navbar-inverse .navbar-nav > .open > a, 4633 .navbar-inverse .navbar-nav > .open > a,
4634 .navbar-inverse .navbar-nav > .open > a:hover, 4634 .navbar-inverse .navbar-nav > .open > a:hover,
4635 .navbar-inverse .navbar-nav > .open > a:focus { 4635 .navbar-inverse .navbar-nav > .open > a:focus {
4636 background-color: transparent; 4636 background-color: transparent;
4637 color: #fff; 4637 color: #fff;
4638 } 4638 }
4639 @media (max-width: 768px) { 4639 @media (max-width: 768px) {
4640 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { 4640 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4641 border-color: #273246; 4641 border-color: #273246;
4642 } 4642 }
4643 .navbar-inverse .navbar-nav .open .dropdown-menu .divider { 4643 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4644 background-color: #273246; 4644 background-color: #273246;
4645 } 4645 }
4646 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { 4646 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4647 color: rgba(255, 255, 255, 0.9); 4647 color: rgba(255, 255, 255, 0.9);
4648 } 4648 }
4649 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, 4649 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4650 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { 4650 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4651 color: #fff; 4651 color: #fff;
4652 background-color: transparent; 4652 background-color: transparent;
4653 } 4653 }
4654 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, 4654 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4655 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, 4655 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
4656 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { 4656 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4657 color: #fff; 4657 color: #fff;
4658 background-color: transparent; 4658 background-color: transparent;
4659 } 4659 }
4660 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, 4660 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4661 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, 4661 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4662 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { 4662 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4663 color: rgba(255, 255, 255, 0.6); 4663 color: rgba(255, 255, 255, 0.6);
4664 background-color: transparent; 4664 background-color: transparent;
4665 } 4665 }
4666 } 4666 }
4667 .navbar-inverse .navbar-link { 4667 .navbar-inverse .navbar-link {
4668 color: rgba(255, 255, 255, 0.9); 4668 color: rgba(255, 255, 255, 0.9);
4669 } 4669 }
4670 .navbar-inverse .navbar-link:hover { 4670 .navbar-inverse .navbar-link:hover {
4671 color: #fff; 4671 color: #fff;
4672 } 4672 }
4673 .navbar-inverse .btn-link { 4673 .navbar-inverse .btn-link {
4674 color: rgba(255, 255, 255, 0.9); 4674 color: rgba(255, 255, 255, 0.9);
4675 } 4675 }
4676 .navbar-inverse .btn-link:hover, 4676 .navbar-inverse .btn-link:hover,
4677 .navbar-inverse .btn-link:focus { 4677 .navbar-inverse .btn-link:focus {
4678 color: #fff; 4678 color: #fff;
4679 } 4679 }
4680 .navbar-inverse .btn-link[disabled]:hover, 4680 .navbar-inverse .btn-link[disabled]:hover,
4681 fieldset[disabled] .navbar-inverse .btn-link:hover, 4681 fieldset[disabled] .navbar-inverse .btn-link:hover,
4682 .navbar-inverse .btn-link[disabled]:focus, 4682 .navbar-inverse .btn-link[disabled]:focus,
4683 fieldset[disabled] .navbar-inverse .btn-link:focus { 4683 fieldset[disabled] .navbar-inverse .btn-link:focus {
4684 color: rgba(255, 255, 255, 0.6); 4684 color: rgba(255, 255, 255, 0.6);
4685 } 4685 }
4686 .breadcrumb { 4686 .breadcrumb {
4687 padding: 10px 0; 4687 padding: 10px 0;
4688 margin-bottom: 20px; 4688 margin-bottom: 20px;
4689 list-style: none; 4689 list-style: none;
4690 background-color: transparent; 4690 background-color: transparent;
4691 border-radius: 3px; 4691 border-radius: 3px;
4692 } 4692 }
4693 .breadcrumb > li { 4693 .breadcrumb > li {
4694 display: inline-block; 4694 display: inline-block;
4695 } 4695 }
4696 .breadcrumb > li + li:before { 4696 .breadcrumb > li + li:before {
4697 content: "/\00a0"; 4697 content: "/\00a0";
4698 padding: 0 5px; 4698 padding: 0 5px;
4699 color: #333333; 4699 color: #333333;
4700 } 4700 }
4701 .breadcrumb > .active { 4701 .breadcrumb > .active {
4702 color: #999999; 4702 color: #999999;
4703 } 4703 }
4704 .pagination { 4704 .pagination {
4705 display: inline-block; 4705 display: inline-block;
4706 padding-left: 0; 4706 padding-left: 0;
4707 margin: 20px 0; 4707 margin: 20px 0;
4708 border-radius: 3px; 4708 border-radius: 3px;
4709 } 4709 }
4710 .pagination > li { 4710 .pagination > li {
4711 display: inline; 4711 display: inline;
4712 } 4712 }
4713 .pagination > li > a, 4713 .pagination > li > a,
4714 .pagination > li > span { 4714 .pagination > li > span {
4715 position: relative; 4715 position: relative;
4716 float: left; 4716 float: left;
4717 padding: 8px 16px; 4717 padding: 8px 16px;
4718 line-height: 1.5384616; 4718 line-height: 1.5384616;
4719 text-decoration: none; 4719 text-decoration: none;
4720 color: #333333; 4720 color: #333333;
4721 background-color: #f5f5f5; 4721 background-color: #f5f5f5;
4722 border: 1px solid #ddd; 4722 border: 1px solid #ddd;
4723 margin-left: -1px; 4723 margin-left: -1px;
4724 } 4724 }
4725 .pagination > li:first-child > a, 4725 .pagination > li:first-child > a,
4726 .pagination > li:first-child > span { 4726 .pagination > li:first-child > span {
4727 margin-left: 0; 4727 margin-left: 0;
4728 border-bottom-left-radius: 3px; 4728 border-bottom-left-radius: 3px;
4729 border-top-left-radius: 3px; 4729 border-top-left-radius: 3px;
4730 } 4730 }
4731 .pagination > li:last-child > a, 4731 .pagination > li:last-child > a,
4732 .pagination > li:last-child > span { 4732 .pagination > li:last-child > span {
4733 border-bottom-right-radius: 3px; 4733 border-bottom-right-radius: 3px;
4734 border-top-right-radius: 3px; 4734 border-top-right-radius: 3px;
4735 } 4735 }
4736 .pagination > li > a:hover, 4736 .pagination > li > a:hover,
4737 .pagination > li > span:hover, 4737 .pagination > li > span:hover,
4738 .pagination > li > a:focus, 4738 .pagination > li > a:focus,
4739 .pagination > li > span:focus { 4739 .pagination > li > span:focus {
4740 z-index: 2; 4740 z-index: 2;
4741 color: #333333; 4741 color: #333333;
4742 background-color: #f5f5f5; 4742 background-color: #f5f5f5;
4743 border-color: #ddd; 4743 border-color: #ddd;
4744 } 4744 }
4745 .pagination > .active > a, 4745 .pagination > .active > a,
4746 .pagination > .active > span, 4746 .pagination > .active > span,
4747 .pagination > .active > a:hover, 4747 .pagination > .active > a:hover,
4748 .pagination > .active > span:hover, 4748 .pagination > .active > span:hover,
4749 .pagination > .active > a:focus, 4749 .pagination > .active > a:focus,
4750 .pagination > .active > span:focus { 4750 .pagination > .active > span:focus {
4751 z-index: 3; 4751 z-index: 3;
4752 color: #fff; 4752 color: #fff;
4753 background-color: #2196F3; 4753 background-color: #2196F3;
4754 border-color: #2196F3; 4754 border-color: #2196F3;
4755 cursor: default; 4755 cursor: default;
4756 } 4756 }
4757 .pagination > .disabled > span, 4757 .pagination > .disabled > span,
4758 .pagination > .disabled > span:hover, 4758 .pagination > .disabled > span:hover,
4759 .pagination > .disabled > span:focus, 4759 .pagination > .disabled > span:focus,
4760 .pagination > .disabled > a, 4760 .pagination > .disabled > a,
4761 .pagination > .disabled > a:hover, 4761 .pagination > .disabled > a:hover,
4762 .pagination > .disabled > a:focus { 4762 .pagination > .disabled > a:focus {
4763 color: #bbb; 4763 color: #bbb;
4764 background-color: #fcfcfc; 4764 background-color: #fcfcfc;
4765 border-color: #ddd; 4765 border-color: #ddd;
4766 cursor: not-allowed; 4766 cursor: not-allowed;
4767 } 4767 }
4768 .pagination-lg > li > a, 4768 .pagination-lg > li > a,
4769 .pagination-lg > li > span { 4769 .pagination-lg > li > span {
4770 padding: 9px 18px; 4770 padding: 9px 18px;
4771 font-size: 14px; 4771 font-size: 14px;
4772 line-height: 1.4285715; 4772 line-height: 1.4285715;
4773 } 4773 }
4774 .pagination-lg > li:first-child > a, 4774 .pagination-lg > li:first-child > a,
4775 .pagination-lg > li:first-child > span { 4775 .pagination-lg > li:first-child > span {
4776 border-bottom-left-radius: 4px; 4776 border-bottom-left-radius: 4px;
4777 border-top-left-radius: 4px; 4777 border-top-left-radius: 4px;
4778 } 4778 }
4779 .pagination-lg > li:last-child > a, 4779 .pagination-lg > li:last-child > a,
4780 .pagination-lg > li:last-child > span { 4780 .pagination-lg > li:last-child > span {
4781 border-bottom-right-radius: 4px; 4781 border-bottom-right-radius: 4px;
4782 border-top-right-radius: 4px; 4782 border-top-right-radius: 4px;
4783 } 4783 }
4784 .pagination-sm > li > a, 4784 .pagination-sm > li > a,
4785 .pagination-sm > li > span { 4785 .pagination-sm > li > span {
4786 padding: 7px 14px; 4786 padding: 7px 14px;
4787 font-size: 12px; 4787 font-size: 12px;
4788 line-height: 1.6666667; 4788 line-height: 1.6666667;
4789 } 4789 }
4790 .pagination-sm > li:first-child > a, 4790 .pagination-sm > li:first-child > a,
4791 .pagination-sm > li:first-child > span { 4791 .pagination-sm > li:first-child > span {
4792 border-bottom-left-radius: 2px; 4792 border-bottom-left-radius: 2px;
4793 border-top-left-radius: 2px; 4793 border-top-left-radius: 2px;
4794 } 4794 }
4795 .pagination-sm > li:last-child > a, 4795 .pagination-sm > li:last-child > a,
4796 .pagination-sm > li:last-child > span { 4796 .pagination-sm > li:last-child > span {
4797 border-bottom-right-radius: 2px; 4797 border-bottom-right-radius: 2px;
4798 border-top-right-radius: 2px; 4798 border-top-right-radius: 2px;
4799 } 4799 }
4800 .pager { 4800 .pager {
4801 padding-left: 0; 4801 padding-left: 0;
4802 margin: 20px 0; 4802 margin: 20px 0;
4803 list-style: none; 4803 list-style: none;
4804 text-align: center; 4804 text-align: center;
4805 } 4805 }
4806 .pager li { 4806 .pager li {
4807 display: inline; 4807 display: inline;
4808 } 4808 }
4809 .pager li > a, 4809 .pager li > a,
4810 .pager li > span { 4810 .pager li > span {
4811 display: inline-block; 4811 display: inline-block;
4812 padding: 5px 14px; 4812 padding: 5px 14px;
4813 background-color: #f5f5f5; 4813 background-color: #f5f5f5;
4814 border: 1px solid #ddd; 4814 border: 1px solid #ddd;
4815 border-radius: 3px; 4815 border-radius: 3px;
4816 } 4816 }
4817 .pager li > a:hover, 4817 .pager li > a:hover,
4818 .pager li > a:focus { 4818 .pager li > a:focus {
4819 text-decoration: none; 4819 text-decoration: none;
4820 background-color: #2196F3; 4820 background-color: #2196F3;
4821 } 4821 }
4822 .pager .next > a, 4822 .pager .next > a,
4823 .pager .next > span { 4823 .pager .next > span {
4824 float: right; 4824 float: right;
4825 } 4825 }
4826 .pager .previous > a, 4826 .pager .previous > a,
4827 .pager .previous > span { 4827 .pager .previous > span {
4828 float: left; 4828 float: left;
4829 } 4829 }
4830 .pager .disabled > a, 4830 .pager .disabled > a,
4831 .pager .disabled > a:hover, 4831 .pager .disabled > a:hover,
4832 .pager .disabled > a:focus, 4832 .pager .disabled > a:focus,
4833 .pager .disabled > span { 4833 .pager .disabled > span {
4834 color: #bbb; 4834 color: #bbb;
4835 background-color: #f5f5f5; 4835 background-color: #f5f5f5;
4836 cursor: not-allowed; 4836 cursor: not-allowed;
4837 } 4837 }
4838 .label { 4838 .label {
4839 display: inline; 4839 display: inline;
4840 padding: .2em .6em .3em; 4840 padding: .2em .6em .3em;
4841 font-size: 75%; 4841 font-size: 75%;
4842 font-weight: bold; 4842 font-weight: bold;
4843 line-height: 1; 4843 line-height: 1;
4844 color: #fff; 4844 color: #fff;
4845 text-align: center; 4845 text-align: center;
4846 white-space: nowrap; 4846 white-space: nowrap;
4847 vertical-align: baseline; 4847 vertical-align: baseline;
4848 border-radius: .25em; 4848 border-radius: .25em;
4849 } 4849 }
4850 a.label:hover, 4850 a.label:hover,
4851 a.label:focus { 4851 a.label:focus {
4852 color: #fff; 4852 color: #fff;
4853 text-decoration: none; 4853 text-decoration: none;
4854 cursor: pointer; 4854 cursor: pointer;
4855 } 4855 }
4856 .label:empty { 4856 .label:empty {
4857 display: none; 4857 display: none;
4858 } 4858 }
4859 .btn .label { 4859 .btn .label {
4860 position: relative; 4860 position: relative;
4861 top: -1px; 4861 top: -1px;
4862 } 4862 }
4863 .label-default { 4863 .label-default {
4864 background-color: #999999; 4864 background-color: #999999;
4865 } 4865 }
4866 .label-default[href]:hover, 4866 .label-default[href]:hover,
4867 .label-default[href]:focus { 4867 .label-default[href]:focus {
4868 background-color: #808080; 4868 background-color: #808080;
4869 } 4869 }
4870 .label-primary { 4870 .label-primary {
4871 background-color: #2196F3; 4871 background-color: #2196F3;
4872 } 4872 }
4873 .label-primary[href]:hover, 4873 .label-primary[href]:hover,
4874 .label-primary[href]:focus { 4874 .label-primary[href]:focus {
4875 background-color: #0c7cd5; 4875 background-color: #0c7cd5;
4876 } 4876 }
4877 .label-success { 4877 .label-success {
4878 background-color: #4CAF50; 4878 background-color: #4CAF50;
4879 } 4879 }
4880 .label-success[href]:hover, 4880 .label-success[href]:hover,
4881 .label-success[href]:focus { 4881 .label-success[href]:focus {
4882 background-color: #3d8b40; 4882 background-color: #3d8b40;
4883 } 4883 }
4884 .label-info { 4884 .label-info {
4885 background-color: #00BCD4; 4885 background-color: #00BCD4;
4886 } 4886 }
4887 .label-info[href]:hover, 4887 .label-info[href]:hover,
4888 .label-info[href]:focus { 4888 .label-info[href]:focus {
4889 background-color: #008fa1; 4889 background-color: #008fa1;
4890 } 4890 }
4891 .label-warning { 4891 .label-warning {
4892 background-color: #FF5722; 4892 background-color: #FF5722;
4893 } 4893 }
4894 .label-warning[href]:hover, 4894 .label-warning[href]:hover,
4895 .label-warning[href]:focus { 4895 .label-warning[href]:focus {
4896 background-color: #ee3900; 4896 background-color: #ee3900;
4897 } 4897 }
4898 .label-danger { 4898 .label-danger {
4899 background-color: #F44336; 4899 background-color: #F44336;
4900 } 4900 }
4901 .label-danger[href]:hover, 4901 .label-danger[href]:hover,
4902 .label-danger[href]:focus { 4902 .label-danger[href]:focus {
4903 background-color: #ea1c0d; 4903 background-color: #ea1c0d;
4904 } 4904 }
4905 .badge { 4905 .badge {
4906 display: inline-block; 4906 display: inline-block;
4907 min-width: 10px; 4907 min-width: 10px;
4908 padding: 3px 7px; 4908 padding: 3px 7px;
4909 font-size: 12px; 4909 font-size: 12px;
4910 font-weight: 500; 4910 font-weight: 500;
4911 color: #fff; 4911 color: #fff;
4912 line-height: 1.5384616; 4912 line-height: 1.5384616;
4913 vertical-align: middle; 4913 vertical-align: middle;
4914 white-space: nowrap; 4914 white-space: nowrap;
4915 text-align: center; 4915 text-align: center;
4916 background-color: #999999; 4916 background-color: #999999;
4917 border-radius: 10px; 4917 border-radius: 10px;
4918 } 4918 }
4919 .badge:empty { 4919 .badge:empty {
4920 display: none; 4920 display: none;
4921 } 4921 }
4922 .btn .badge { 4922 .btn .badge {
4923 position: relative; 4923 position: relative;
4924 top: -1px; 4924 top: -1px;
4925 } 4925 }
4926 .btn-xs .badge, 4926 .btn-xs .badge,
4927 .btn-group-xs > .btn .badge { 4927 .btn-group-xs > .btn .badge {
4928 top: 0; 4928 top: 0;
4929 padding: 1px 5px; 4929 padding: 1px 5px;
4930 } 4930 }
4931 a.badge:hover, 4931 a.badge:hover,
4932 a.badge:focus { 4932 a.badge:focus {
4933 color: #fff; 4933 color: #fff;
4934 text-decoration: none; 4934 text-decoration: none;
4935 cursor: pointer; 4935 cursor: pointer;
4936 } 4936 }
4937 .list-group-item.active > .badge, 4937 .list-group-item.active > .badge,
4938 .nav-pills > .active > a > .badge { 4938 .nav-pills > .active > a > .badge {
4939 color: #333333; 4939 color: #333333;
4940 background-color: #fff; 4940 background-color: #fff;
4941 } 4941 }
4942 .list-group-item > .badge { 4942 .list-group-item > .badge {
4943 float: right; 4943 float: right;
4944 } 4944 }
4945 .list-group-item > .badge + .badge { 4945 .list-group-item > .badge + .badge {
4946 margin-right: 5px; 4946 margin-right: 5px;
4947 } 4947 }
4948 .nav-pills > li > a > .badge { 4948 .nav-pills > li > a > .badge {
4949 margin-left: 3px; 4949 margin-left: 3px;
4950 } 4950 }
4951 .jumbotron { 4951 .jumbotron {
4952 padding-top: 30px; 4952 padding-top: 30px;
4953 padding-bottom: 30px; 4953 padding-bottom: 30px;
4954 margin-bottom: 30px; 4954 margin-bottom: 30px;
4955 color: inherit; 4955 color: inherit;
4956 background-color: #eeeeee; 4956 background-color: #eeeeee;
4957 } 4957 }
4958 .jumbotron h1, 4958 .jumbotron h1,
4959 .jumbotron .h1 { 4959 .jumbotron .h1 {
4960 color: inherit; 4960 color: inherit;
4961 } 4961 }
4962 .jumbotron p { 4962 .jumbotron p {
4963 margin-bottom: 15px; 4963 margin-bottom: 15px;
4964 font-size: 20px; 4964 font-size: 20px;
4965 font-weight: 200; 4965 font-weight: 200;
4966 } 4966 }
4967 .jumbotron > hr { 4967 .jumbotron > hr {
4968 border-top-color: #d5d5d5; 4968 border-top-color: #d5d5d5;
4969 } 4969 }
4970 .container .jumbotron, 4970 .container .jumbotron,
4971 .container-fluid .jumbotron { 4971 .container-fluid .jumbotron {
4972 border-radius: 4px; 4972 border-radius: 4px;
4973 padding-left: 10px; 4973 padding-left: 10px;
4974 padding-right: 10px; 4974 padding-right: 10px;
4975 } 4975 }
4976 .jumbotron .container { 4976 .jumbotron .container {
4977 max-width: 100%; 4977 max-width: 100%;
4978 } 4978 }
4979 @media screen and (min-width: 769px) { 4979 @media screen and (min-width: 769px) {
4980 .jumbotron { 4980 .jumbotron {
4981 padding-top: 48px; 4981 padding-top: 48px;
4982 padding-bottom: 48px; 4982 padding-bottom: 48px;
4983 } 4983 }
4984 .container .jumbotron, 4984 .container .jumbotron,
4985 .container-fluid .jumbotron { 4985 .container-fluid .jumbotron {
4986 padding-left: 60px; 4986 padding-left: 60px;
4987 padding-right: 60px; 4987 padding-right: 60px;
4988 } 4988 }
4989 .jumbotron h1, 4989 .jumbotron h1,
4990 .jumbotron .h1 { 4990 .jumbotron .h1 {
4991 font-size: 59px; 4991 font-size: 59px;
4992 } 4992 }
4993 } 4993 }
4994 .thumbnail { 4994 .thumbnail {
4995 display: block; 4995 display: block;
4996 padding: 3px; 4996 padding: 3px;
4997 margin-bottom: 20px; 4997 margin-bottom: 20px;
4998 line-height: 1.5384616; 4998 line-height: 1.5384616;
4999 background-color: #fff; 4999 background-color: #fff;
5000 border: 1px solid #ddd; 5000 border: 1px solid #ddd;
5001 border-radius: 3px; 5001 border-radius: 3px;
5002 -webkit-transition: border 0.2s ease-in-out; 5002 -webkit-transition: border 0.2s ease-in-out;
5003 -o-transition: border 0.2s ease-in-out; 5003 -o-transition: border 0.2s ease-in-out;
5004 transition: border 0.2s ease-in-out; 5004 transition: border 0.2s ease-in-out;
5005 } 5005 }
5006 .thumbnail > img, 5006 .thumbnail > img,
5007 .thumbnail a > img { 5007 .thumbnail a > img {
5008 margin-left: auto; 5008 margin-left: auto;
5009 margin-right: auto; 5009 margin-right: auto;
5010 } 5010 }
5011 a.thumbnail:hover, 5011 a.thumbnail:hover,
5012 a.thumbnail:focus, 5012 a.thumbnail:focus,
5013 a.thumbnail.active { 5013 a.thumbnail.active {
5014 border-color: #1E88E5; 5014 border-color: #1E88E5;
5015 } 5015 }
5016 .thumbnail .caption { 5016 .thumbnail .caption {
5017 padding: 20px; 5017 padding: 20px;
5018 color: #333333; 5018 color: #333333;
5019 } 5019 }
5020 .alert { 5020 .alert {
5021 padding: 15px; 5021 padding: 15px;
5022 margin-bottom: 20px; 5022 margin-bottom: 20px;
5023 border: 1px solid transparent; 5023 border: 1px solid transparent;
5024 border-radius: 3px; 5024 border-radius: 3px;
5025 } 5025 }
5026 .alert h4 { 5026 .alert h4 {
5027 margin-top: 0; 5027 margin-top: 0;
5028 color: inherit; 5028 color: inherit;
5029 } 5029 }
5030 .alert .alert-link { 5030 .alert .alert-link {
5031 font-weight: 500; 5031 font-weight: 500;
5032 } 5032 }
5033 .alert > p, 5033 .alert > p,
5034 .alert > ul { 5034 .alert > ul {
5035 margin-bottom: 0; 5035 margin-bottom: 0;
5036 } 5036 }
5037 .alert > p + p { 5037 .alert > p + p {
5038 margin-top: 5px; 5038 margin-top: 5px;
5039 } 5039 }
5040 .alert-dismissable, 5040 .alert-dismissable,
5041 .alert-dismissible { 5041 .alert-dismissible {
5042 padding-right: 35px; 5042 padding-right: 35px;
5043 } 5043 }
5044 .alert-dismissable .close, 5044 .alert-dismissable .close,
5045 .alert-dismissible .close { 5045 .alert-dismissible .close {
5046 position: relative; 5046 position: relative;
5047 top: -2px; 5047 top: -2px;
5048 right: -21px; 5048 right: -21px;
5049 color: inherit; 5049 color: inherit;
5050 } 5050 }
5051 .alert-success { 5051 .alert-success {
5052 background-color: #E8F5E9; 5052 background-color: #E8F5E9;
5053 border-color: #4CAF50; 5053 border-color: #4CAF50;
5054 color: #43A047; 5054 color: #43A047;
5055 } 5055 }
5056 .alert-success hr { 5056 .alert-success hr {
5057 border-top-color: #449d48; 5057 border-top-color: #449d48;
5058 } 5058 }
5059 .alert-success .alert-link { 5059 .alert-success .alert-link {
5060 color: #347c37; 5060 color: #347c37;
5061 } 5061 }
5062 .alert-info { 5062 .alert-info {
5063 background-color: #E0F7FA; 5063 background-color: #E0F7FA;
5064 border-color: #00BCD4; 5064 border-color: #00BCD4;
5065 color: #00838F; 5065 color: #00838F;
5066 } 5066 }
5067 .alert-info hr { 5067 .alert-info hr {
5068 border-top-color: #00a5bb; 5068 border-top-color: #00a5bb;
5069 } 5069 }
5070 .alert-info .alert-link { 5070 .alert-info .alert-link {
5071 color: #00545c; 5071 color: #00545c;
5072 } 5072 }
5073 .alert-warning { 5073 .alert-warning {
5074 background-color: #FFF3E0; 5074 background-color: #FFF3E0;
5075 border-color: #FF9800; 5075 border-color: #FF9800;
5076 color: #EF6C00; 5076 color: #EF6C00;
5077 } 5077 }
5078 .alert-warning hr { 5078 .alert-warning hr {
5079 border-top-color: #e68900; 5079 border-top-color: #e68900;
5080 } 5080 }
5081 .alert-warning .alert-link { 5081 .alert-warning .alert-link {
5082 color: #bc5500; 5082 color: #bc5500;
5083 } 5083 }
5084 .alert-danger { 5084 .alert-danger {
5085 background-color: #FBE9E7; 5085 background-color: #FBE9E7;
5086 border-color: #FF5722; 5086 border-color: #FF5722;
5087 color: #D84315; 5087 color: #D84315;
5088 } 5088 }
5089 .alert-danger hr { 5089 .alert-danger hr {
5090 border-top-color: #ff4408; 5090 border-top-color: #ff4408;
5091 } 5091 }
5092 .alert-danger .alert-link { 5092 .alert-danger .alert-link {
5093 color: #aa3510; 5093 color: #aa3510;
5094 } 5094 }
5095 @-webkit-keyframes progress-bar-stripes { 5095 @-webkit-keyframes progress-bar-stripes {
5096 from { 5096 from {
5097 background-position: 40px 0; 5097 background-position: 40px 0;
5098 } 5098 }
5099 to { 5099 to {
5100 background-position: 0 0; 5100 background-position: 0 0;
5101 } 5101 }
5102 } 5102 }
5103 @keyframes progress-bar-stripes { 5103 @keyframes progress-bar-stripes {
5104 from { 5104 from {
5105 background-position: 40px 0; 5105 background-position: 40px 0;
5106 } 5106 }
5107 to { 5107 to {
5108 background-position: 0 0; 5108 background-position: 0 0;
5109 } 5109 }
5110 } 5110 }
5111 .progress { 5111 .progress {
5112 overflow: hidden; 5112 overflow: hidden;
5113 height: 20px; 5113 height: 20px;
5114 margin-bottom: 20px; 5114 margin-bottom: 20px;
5115 background-color: #eeeeee; 5115 background-color: #eeeeee;
5116 border-radius: 3px; 5116 border-radius: 3px;
5117 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 5117 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5118 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 5118 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5119 } 5119 }
5120 .progress-bar { 5120 .progress-bar {
5121 float: left; 5121 float: left;
5122 width: 0%; 5122 width: 0%;
5123 height: 100%; 5123 height: 100%;
5124 font-size: 12px; 5124 font-size: 12px;
5125 line-height: 20px; 5125 line-height: 20px;
5126 color: #fff; 5126 color: #fff;
5127 text-align: center; 5127 text-align: center;
5128 background-color: #2196F3; 5128 background-color: #2196F3;
5129 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 5129 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5130 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 5130 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5131 -webkit-transition: width 0.6s ease; 5131 -webkit-transition: width 0.6s ease;
5132 -o-transition: width 0.6s ease; 5132 -o-transition: width 0.6s ease;
5133 transition: width 0.6s ease; 5133 transition: width 0.6s ease;
5134 } 5134 }
5135 .progress-striped .progress-bar, 5135 .progress-striped .progress-bar,
5136 .progress-bar-striped { 5136 .progress-bar-striped {
5137 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5137 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5138 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5138 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5139 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5139 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5140 background-size: 40px 40px; 5140 background-size: 40px 40px;
5141 } 5141 }
5142 .progress.active .progress-bar, 5142 .progress.active .progress-bar,
5143 .progress-bar.active { 5143 .progress-bar.active {
5144 -webkit-animation: progress-bar-stripes 2s linear infinite; 5144 -webkit-animation: progress-bar-stripes 2s linear infinite;
5145 -o-animation: progress-bar-stripes 2s linear infinite; 5145 -o-animation: progress-bar-stripes 2s linear infinite;
5146 animation: progress-bar-stripes 2s linear infinite; 5146 animation: progress-bar-stripes 2s linear infinite;
5147 } 5147 }
5148 .progress-bar-success { 5148 .progress-bar-success {
5149 background-color: #4CAF50; 5149 background-color: #4CAF50;
5150 } 5150 }
5151 .progress-striped .progress-bar-success { 5151 .progress-striped .progress-bar-success {
5152 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5152 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5153 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5153 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5154 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5154 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5155 } 5155 }
5156 .progress-bar-info { 5156 .progress-bar-info {
5157 background-color: #00BCD4; 5157 background-color: #00BCD4;
5158 } 5158 }
5159 .progress-striped .progress-bar-info { 5159 .progress-striped .progress-bar-info {
5160 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5160 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5161 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5161 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5162 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5162 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5163 } 5163 }
5164 .progress-bar-warning { 5164 .progress-bar-warning {
5165 background-color: #FF5722; 5165 background-color: #FF5722;
5166 } 5166 }
5167 .progress-striped .progress-bar-warning { 5167 .progress-striped .progress-bar-warning {
5168 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5168 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5169 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5169 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5170 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5170 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5171 } 5171 }
5172 .progress-bar-danger { 5172 .progress-bar-danger {
5173 background-color: #F44336; 5173 background-color: #F44336;
5174 } 5174 }
5175 .progress-striped .progress-bar-danger { 5175 .progress-striped .progress-bar-danger {
5176 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5176 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5177 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5177 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5178 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5178 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5179 } 5179 }
5180 .media { 5180 .media {
5181 margin-top: 15px; 5181 margin-top: 15px;
5182 } 5182 }
5183 .media:first-child { 5183 .media:first-child {
5184 margin-top: 0; 5184 margin-top: 0;
5185 } 5185 }
5186 .media, 5186 .media,
5187 .media-body { 5187 .media-body {
5188 zoom: 1; 5188 zoom: 1;
5189 overflow: hidden; 5189 overflow: hidden;
5190 } 5190 }
5191 .media-body { 5191 .media-body {
5192 width: 10000px; 5192 width: 10000px;
5193 } 5193 }
5194 .media-object { 5194 .media-object {
5195 display: block; 5195 display: block;
5196 } 5196 }
5197 .media-object.img-thumbnail { 5197 .media-object.img-thumbnail {
5198 max-width: none; 5198 max-width: none;
5199 } 5199 }
5200 .media-right, 5200 .media-right,
5201 .media > .pull-right { 5201 .media > .pull-right {
5202 padding-left: 10px; 5202 padding-left: 10px;
5203 } 5203 }
5204 .media-left, 5204 .media-left,
5205 .media > .pull-left { 5205 .media > .pull-left {
5206 padding-right: 10px; 5206 padding-right: 10px;
5207 } 5207 }
5208 .media-left, 5208 .media-left,
5209 .media-right, 5209 .media-right,
5210 .media-body { 5210 .media-body {
5211 display: table-cell; 5211 display: table-cell;
5212 vertical-align: top; 5212 vertical-align: top;
5213 } 5213 }
5214 .media-middle { 5214 .media-middle {
5215 vertical-align: middle; 5215 vertical-align: middle;
5216 } 5216 }
5217 .media-bottom { 5217 .media-bottom {
5218 vertical-align: bottom; 5218 vertical-align: bottom;
5219 } 5219 }
5220 .media-heading { 5220 .media-heading {
5221 margin-top: 0; 5221 margin-top: 0;
5222 margin-bottom: 5px; 5222 margin-bottom: 5px;
5223 } 5223 }
5224 .media-list { 5224 .media-list {
5225 padding-left: 0; 5225 padding-left: 0;
5226 list-style: none; 5226 list-style: none;
5227 } 5227 }
5228 .list-group { 5228 .list-group {
5229 margin-bottom: 20px; 5229 margin-bottom: 20px;
5230 padding-left: 0; 5230 padding-left: 0;
5231 } 5231 }
5232 .list-group-item { 5232 .list-group-item {
5233 position: relative; 5233 position: relative;
5234 display: block; 5234 display: block;
5235 padding: 10px 15px; 5235 padding: 10px 15px;
5236 margin-bottom: -1px; 5236 margin-bottom: -1px;
5237 background-color: #fff; 5237 background-color: #fff;
5238 border: 1px solid #ddd; 5238 border: 1px solid #ddd;
5239 } 5239 }
5240 .list-group-item:first-child { 5240 .list-group-item:first-child {
5241 border-top-right-radius: 0; 5241 border-top-right-radius: 0;
5242 border-top-left-radius: 0; 5242 border-top-left-radius: 0;
5243 } 5243 }
5244 .list-group-item:last-child { 5244 .list-group-item:last-child {
5245 margin-bottom: 0; 5245 margin-bottom: 0;
5246 border-bottom-right-radius: 0; 5246 border-bottom-right-radius: 0;
5247 border-bottom-left-radius: 0; 5247 border-bottom-left-radius: 0;
5248 } 5248 }
5249 a.list-group-item, 5249 a.list-group-item,
5250 button.list-group-item { 5250 button.list-group-item {
5251 color: #333333; 5251 color: #333333;
5252 } 5252 }
5253 a.list-group-item .list-group-item-heading, 5253 a.list-group-item .list-group-item-heading,
5254 button.list-group-item .list-group-item-heading { 5254 button.list-group-item .list-group-item-heading {
5255 color: #333; 5255 color: #333;
5256 } 5256 }
5257 a.list-group-item:hover, 5257 a.list-group-item:hover,
5258 button.list-group-item:hover, 5258 button.list-group-item:hover,
5259 a.list-group-item:focus, 5259 a.list-group-item:focus,
5260 button.list-group-item:focus { 5260 button.list-group-item:focus {
5261 text-decoration: none; 5261 text-decoration: none;
5262 color: #333333; 5262 color: #333333;
5263 background-color: #f5f5f5; 5263 background-color: #f5f5f5;
5264 } 5264 }
5265 button.list-group-item { 5265 button.list-group-item {
5266 width: 100%; 5266 width: 100%;
5267 text-align: left; 5267 text-align: left;
5268 } 5268 }
5269 .list-group-item.disabled, 5269 .list-group-item.disabled,
5270 .list-group-item.disabled:hover, 5270 .list-group-item.disabled:hover,
5271 .list-group-item.disabled:focus { 5271 .list-group-item.disabled:focus {
5272 background-color: transparent; 5272 background-color: transparent;
5273 color: #999999; 5273 color: #999999;
5274 cursor: not-allowed; 5274 cursor: not-allowed;
5275 } 5275 }
5276 .list-group-item.disabled .list-group-item-heading, 5276 .list-group-item.disabled .list-group-item-heading,
5277 .list-group-item.disabled:hover .list-group-item-heading, 5277 .list-group-item.disabled:hover .list-group-item-heading,
5278 .list-group-item.disabled:focus .list-group-item-heading { 5278 .list-group-item.disabled:focus .list-group-item-heading {
5279 color: inherit; 5279 color: inherit;
5280 } 5280 }
5281 .list-group-item.disabled .list-group-item-text, 5281 .list-group-item.disabled .list-group-item-text,
5282 .list-group-item.disabled:hover .list-group-item-text, 5282 .list-group-item.disabled:hover .list-group-item-text,
5283 .list-group-item.disabled:focus .list-group-item-text { 5283 .list-group-item.disabled:focus .list-group-item-text {
5284 color: #999999; 5284 color: #999999;
5285 } 5285 }
5286 .list-group-item.active, 5286 .list-group-item.active,
5287 .list-group-item.active:hover, 5287 .list-group-item.active:hover,
5288 .list-group-item.active:focus { 5288 .list-group-item.active:focus {
5289 z-index: 2; 5289 z-index: 2;
5290 color: #fff; 5290 color: #fff;
5291 background-color: #26A69A; 5291 background-color: #26A69A;
5292 border-color: #26A69A; 5292 border-color: #26A69A;
5293 } 5293 }
5294 .list-group-item.active .list-group-item-heading, 5294 .list-group-item.active .list-group-item-heading,
5295 .list-group-item.active:hover .list-group-item-heading, 5295 .list-group-item.active:hover .list-group-item-heading,
5296 .list-group-item.active:focus .list-group-item-heading, 5296 .list-group-item.active:focus .list-group-item-heading,
5297 .list-group-item.active .list-group-item-heading > small, 5297 .list-group-item.active .list-group-item-heading > small,
5298 .list-group-item.active:hover .list-group-item-heading > small, 5298 .list-group-item.active:hover .list-group-item-heading > small,
5299 .list-group-item.active:focus .list-group-item-heading > small, 5299 .list-group-item.active:focus .list-group-item-heading > small,
5300 .list-group-item.active .list-group-item-heading > .small, 5300 .list-group-item.active .list-group-item-heading > .small,
5301 .list-group-item.active:hover .list-group-item-heading > .small, 5301 .list-group-item.active:hover .list-group-item-heading > .small,
5302 .list-group-item.active:focus .list-group-item-heading > .small { 5302 .list-group-item.active:focus .list-group-item-heading > .small {
5303 color: inherit; 5303 color: inherit;
5304 } 5304 }
5305 .list-group-item.active .list-group-item-text, 5305 .list-group-item.active .list-group-item-text,
5306 .list-group-item.active:hover .list-group-item-text, 5306 .list-group-item.active:hover .list-group-item-text,
5307 .list-group-item.active:focus .list-group-item-text { 5307 .list-group-item.active:focus .list-group-item-text {
5308 color: #acece6; 5308 color: #acece6;
5309 } 5309 }
5310 .list-group-item-success { 5310 .list-group-item-success {
5311 color: #43A047; 5311 color: #43A047;
5312 background-color: #E8F5E9; 5312 background-color: #E8F5E9;
5313 } 5313 }
5314 a.list-group-item-success, 5314 a.list-group-item-success,
5315 button.list-group-item-success { 5315 button.list-group-item-success {
5316 color: #43A047; 5316 color: #43A047;
5317 } 5317 }
5318 a.list-group-item-success .list-group-item-heading, 5318 a.list-group-item-success .list-group-item-heading,
5319 button.list-group-item-success .list-group-item-heading { 5319 button.list-group-item-success .list-group-item-heading {
5320 color: inherit; 5320 color: inherit;
5321 } 5321 }
5322 a.list-group-item-success:hover, 5322 a.list-group-item-success:hover,
5323 button.list-group-item-success:hover, 5323 button.list-group-item-success:hover,
5324 a.list-group-item-success:focus, 5324 a.list-group-item-success:focus,
5325 button.list-group-item-success:focus { 5325 button.list-group-item-success:focus {
5326 color: #43A047; 5326 color: #43A047;
5327 background-color: #d6edd8; 5327 background-color: #d6edd8;
5328 } 5328 }
5329 a.list-group-item-success.active, 5329 a.list-group-item-success.active,
5330 button.list-group-item-success.active, 5330 button.list-group-item-success.active,
5331 a.list-group-item-success.active:hover, 5331 a.list-group-item-success.active:hover,
5332 button.list-group-item-success.active:hover, 5332 button.list-group-item-success.active:hover,
5333 a.list-group-item-success.active:focus, 5333 a.list-group-item-success.active:focus,
5334 button.list-group-item-success.active:focus { 5334 button.list-group-item-success.active:focus {
5335 color: #fff; 5335 color: #fff;
5336 background-color: #43A047; 5336 background-color: #43A047;
5337 border-color: #43A047; 5337 border-color: #43A047;
5338 } 5338 }
5339 .list-group-item-info { 5339 .list-group-item-info {
5340 color: #00838F; 5340 color: #00838F;
5341 background-color: #E0F7FA; 5341 background-color: #E0F7FA;
5342 } 5342 }
5343 a.list-group-item-info, 5343 a.list-group-item-info,
5344 button.list-group-item-info { 5344 button.list-group-item-info {
5345 color: #00838F; 5345 color: #00838F;
5346 } 5346 }
5347 a.list-group-item-info .list-group-item-heading, 5347 a.list-group-item-info .list-group-item-heading,
5348 button.list-group-item-info .list-group-item-heading { 5348 button.list-group-item-info .list-group-item-heading {
5349 color: inherit; 5349 color: inherit;
5350 } 5350 }
5351 a.list-group-item-info:hover, 5351 a.list-group-item-info:hover,
5352 button.list-group-item-info:hover, 5352 button.list-group-item-info:hover,
5353 a.list-group-item-info:focus, 5353 a.list-group-item-info:focus,
5354 button.list-group-item-info:focus { 5354 button.list-group-item-info:focus {
5355 color: #00838F; 5355 color: #00838F;
5356 background-color: #caf1f6; 5356 background-color: #caf1f6;
5357 } 5357 }
5358 a.list-group-item-info.active, 5358 a.list-group-item-info.active,
5359 button.list-group-item-info.active, 5359 button.list-group-item-info.active,
5360 a.list-group-item-info.active:hover, 5360 a.list-group-item-info.active:hover,
5361 button.list-group-item-info.active:hover, 5361 button.list-group-item-info.active:hover,
5362 a.list-group-item-info.active:focus, 5362 a.list-group-item-info.active:focus,
5363 button.list-group-item-info.active:focus { 5363 button.list-group-item-info.active:focus {
5364 color: #fff; 5364 color: #fff;
5365 background-color: #00838F; 5365 background-color: #00838F;
5366 border-color: #00838F; 5366 border-color: #00838F;
5367 } 5367 }
5368 .list-group-item-warning { 5368 .list-group-item-warning {
5369 color: #EF6C00; 5369 color: #EF6C00;
5370 background-color: #FFF3E0; 5370 background-color: #FFF3E0;
5371 } 5371 }
5372 a.list-group-item-warning, 5372 a.list-group-item-warning,
5373 button.list-group-item-warning { 5373 button.list-group-item-warning {
5374 color: #EF6C00; 5374 color: #EF6C00;
5375 } 5375 }
5376 a.list-group-item-warning .list-group-item-heading, 5376 a.list-group-item-warning .list-group-item-heading,
5377 button.list-group-item-warning .list-group-item-heading { 5377 button.list-group-item-warning .list-group-item-heading {
5378 color: inherit; 5378 color: inherit;
5379 } 5379 }
5380 a.list-group-item-warning:hover, 5380 a.list-group-item-warning:hover,
5381 button.list-group-item-warning:hover, 5381 button.list-group-item-warning:hover,
5382 a.list-group-item-warning:focus, 5382 a.list-group-item-warning:focus,
5383 button.list-group-item-warning:focus { 5383 button.list-group-item-warning:focus {
5384 color: #EF6C00; 5384 color: #EF6C00;
5385 background-color: #ffe9c6; 5385 background-color: #ffe9c6;
5386 } 5386 }
5387 a.list-group-item-warning.active, 5387 a.list-group-item-warning.active,
5388 button.list-group-item-warning.active, 5388 button.list-group-item-warning.active,
5389 a.list-group-item-warning.active:hover, 5389 a.list-group-item-warning.active:hover,
5390 button.list-group-item-warning.active:hover, 5390 button.list-group-item-warning.active:hover,
5391 a.list-group-item-warning.active:focus, 5391 a.list-group-item-warning.active:focus,
5392 button.list-group-item-warning.active:focus { 5392 button.list-group-item-warning.active:focus {
5393 color: #fff; 5393 color: #fff;
5394 background-color: #EF6C00; 5394 background-color: #EF6C00;
5395 border-color: #EF6C00; 5395 border-color: #EF6C00;
5396 } 5396 }
5397 .list-group-item-danger { 5397 .list-group-item-danger {
5398 color: #D84315; 5398 color: #D84315;
5399 background-color: #FBE9E7; 5399 background-color: #FBE9E7;
5400 } 5400 }
5401 a.list-group-item-danger, 5401 a.list-group-item-danger,
5402 button.list-group-item-danger { 5402 button.list-group-item-danger {
5403 color: #D84315; 5403 color: #D84315;
5404 } 5404 }
5405 a.list-group-item-danger .list-group-item-heading, 5405 a.list-group-item-danger .list-group-item-heading,
5406 button.list-group-item-danger .list-group-item-heading { 5406 button.list-group-item-danger .list-group-item-heading {
5407 color: inherit; 5407 color: inherit;
5408 } 5408 }
5409 a.list-group-item-danger:hover, 5409 a.list-group-item-danger:hover,
5410 button.list-group-item-danger:hover, 5410 button.list-group-item-danger:hover,
5411 a.list-group-item-danger:focus, 5411 a.list-group-item-danger:focus,
5412 button.list-group-item-danger:focus { 5412 button.list-group-item-danger:focus {
5413 color: #D84315; 5413 color: #D84315;
5414 background-color: #f7d5d1; 5414 background-color: #f7d5d1;
5415 } 5415 }
5416 a.list-group-item-danger.active, 5416 a.list-group-item-danger.active,
5417 button.list-group-item-danger.active, 5417 button.list-group-item-danger.active,
5418 a.list-group-item-danger.active:hover, 5418 a.list-group-item-danger.active:hover,
5419 button.list-group-item-danger.active:hover, 5419 button.list-group-item-danger.active:hover,
5420 a.list-group-item-danger.active:focus, 5420 a.list-group-item-danger.active:focus,
5421 button.list-group-item-danger.active:focus { 5421 button.list-group-item-danger.active:focus {
5422 color: #fff; 5422 color: #fff;
5423 background-color: #D84315; 5423 background-color: #D84315;
5424 border-color: #D84315; 5424 border-color: #D84315;
5425 } 5425 }
5426 .list-group-item-heading { 5426 .list-group-item-heading {
5427 margin-top: 0; 5427 margin-top: 0;
5428 margin-bottom: 5px; 5428 margin-bottom: 5px;
5429 } 5429 }
5430 .list-group-item-text { 5430 .list-group-item-text {
5431 margin-bottom: 0; 5431 margin-bottom: 0;
5432 line-height: 1.3; 5432 line-height: 1.3;
5433 } 5433 }
5434 .panel { 5434 .panel {
5435 margin-bottom: 20px; 5435 margin-bottom: 20px;
5436 background-color: #fff; 5436 background-color: #fff;
5437 border: 1px solid transparent; 5437 border: 1px solid transparent;
5438 border-radius: 3px; 5438 border-radius: 3px;
5439 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 5439 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5440 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 5440 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5441 } 5441 }
5442 .panel-body { 5442 .panel-body {
5443 padding: 20px; 5443 padding: 20px;
5444 } 5444 }
5445 .panel-heading { 5445 .panel-heading {
5446 padding: 15px 20px; 5446 padding: 15px 20px;
5447 border-bottom: 1px solid transparent; 5447 border-bottom: 1px solid transparent;
5448 border-top-right-radius: 2px; 5448 border-top-right-radius: 2px;
5449 border-top-left-radius: 2px; 5449 border-top-left-radius: 2px;
5450 } 5450 }
5451 .panel-heading > .dropdown .dropdown-toggle { 5451 .panel-heading > .dropdown .dropdown-toggle {
5452 color: inherit; 5452 color: inherit;
5453 } 5453 }
5454 .panel-title { 5454 .panel-title {
5455 margin-top: 0; 5455 margin-top: 0;
5456 margin-bottom: 0; 5456 margin-bottom: 0;
5457 font-size: 15px; 5457 font-size: 15px;
5458 color: inherit; 5458 color: inherit;
5459 } 5459 }
5460 .panel-title > a, 5460 .panel-title > a,
5461 .panel-title > small, 5461 .panel-title > small,
5462 .panel-title > .small, 5462 .panel-title > .small,
5463 .panel-title > small > a, 5463 .panel-title > small > a,
5464 .panel-title > .small > a { 5464 .panel-title > .small > a {
5465 color: inherit; 5465 color: inherit;
5466 } 5466 }
5467 .panel-footer { 5467 .panel-footer {
5468 padding: 8px 20px; 5468 padding: 8px 20px;
5469 background-color: #fcfcfc; 5469 background-color: #fcfcfc;
5470 border-top: 1px solid #ddd; 5470 border-top: 1px solid #ddd;
5471 border-bottom-right-radius: 2px; 5471 border-bottom-right-radius: 2px;
5472 border-bottom-left-radius: 2px; 5472 border-bottom-left-radius: 2px;
5473 } 5473 }
5474 .panel > .list-group, 5474 .panel > .list-group,
5475 .panel > .panel-collapse > .list-group { 5475 .panel > .panel-collapse > .list-group {
5476 margin-bottom: 0; 5476 margin-bottom: 0;
5477 } 5477 }
5478 .panel > .list-group .list-group-item, 5478 .panel > .list-group .list-group-item,
5479 .panel > .panel-collapse > .list-group .list-group-item { 5479 .panel > .panel-collapse > .list-group .list-group-item {
5480 border-width: 1px 0; 5480 border-width: 1px 0;
5481 border-radius: 0; 5481 border-radius: 0;
5482 } 5482 }
5483 .panel > .list-group:first-child .list-group-item:first-child, 5483 .panel > .list-group:first-child .list-group-item:first-child,
5484 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { 5484 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
5485 border-top: 0; 5485 border-top: 0;
5486 border-top-right-radius: 2px; 5486 border-top-right-radius: 2px;
5487 border-top-left-radius: 2px; 5487 border-top-left-radius: 2px;
5488 } 5488 }
5489 .panel > .list-group:last-child .list-group-item:last-child, 5489 .panel > .list-group:last-child .list-group-item:last-child,
5490 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { 5490 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
5491 border-bottom: 0; 5491 border-bottom: 0;
5492 border-bottom-right-radius: 2px; 5492 border-bottom-right-radius: 2px;
5493 border-bottom-left-radius: 2px; 5493 border-bottom-left-radius: 2px;
5494 } 5494 }
5495 .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { 5495 .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
5496 border-top-right-radius: 0; 5496 border-top-right-radius: 0;
5497 border-top-left-radius: 0; 5497 border-top-left-radius: 0;
5498 } 5498 }
5499 .panel-heading + .list-group .list-group-item:first-child { 5499 .panel-heading + .list-group .list-group-item:first-child {
5500 border-top-width: 0; 5500 border-top-width: 0;
5501 } 5501 }
5502 .list-group + .panel-footer { 5502 .list-group + .panel-footer {
5503 border-top-width: 0; 5503 border-top-width: 0;
5504 } 5504 }
5505 .panel > .table, 5505 .panel > .table,
5506 .panel > .table-responsive > .table, 5506 .panel > .table-responsive > .table,
5507 .panel > .panel-collapse > .table { 5507 .panel > .panel-collapse > .table {
5508 margin-bottom: 0; 5508 margin-bottom: 0;
5509 } 5509 }
5510 .panel > .table caption, 5510 .panel > .table caption,
5511 .panel > .table-responsive > .table caption, 5511 .panel > .table-responsive > .table caption,
5512 .panel > .panel-collapse > .table caption { 5512 .panel > .panel-collapse > .table caption {
5513 padding-left: 20px; 5513 padding-left: 20px;
5514 padding-right: 20px; 5514 padding-right: 20px;
5515 } 5515 }
5516 .panel > .table:first-child, 5516 .panel > .table:first-child,
5517 .panel > .table-responsive:first-child > .table:first-child { 5517 .panel > .table-responsive:first-child > .table:first-child {
5518 border-top-right-radius: 2px; 5518 border-top-right-radius: 2px;
5519 border-top-left-radius: 2px; 5519 border-top-left-radius: 2px;
5520 } 5520 }
5521 .panel > .table:first-child > thead:first-child > tr:first-child, 5521 .panel > .table:first-child > thead:first-child > tr:first-child,
5522 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, 5522 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
5523 .panel > .table:first-child > tbody:first-child > tr:first-child, 5523 .panel > .table:first-child > tbody:first-child > tr:first-child,
5524 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { 5524 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
5525 border-top-left-radius: 2px; 5525 border-top-left-radius: 2px;
5526 border-top-right-radius: 2px; 5526 border-top-right-radius: 2px;
5527 } 5527 }
5528 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, 5528 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
5529 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, 5529 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
5530 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, 5530 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5531 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, 5531 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5532 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, 5532 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
5533 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, 5533 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
5534 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, 5534 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
5535 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { 5535 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
5536 border-top-left-radius: 2px; 5536 border-top-left-radius: 2px;
5537 } 5537 }
5538 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, 5538 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
5539 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, 5539 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
5540 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, 5540 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5541 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, 5541 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5542 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, 5542 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
5543 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, 5543 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
5544 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, 5544 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
5545 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { 5545 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
5546 border-top-right-radius: 2px; 5546 border-top-right-radius: 2px;
5547 } 5547 }
5548 .panel > .table:last-child, 5548 .panel > .table:last-child,
5549 .panel > .table-responsive:last-child > .table:last-child { 5549 .panel > .table-responsive:last-child > .table:last-child {
5550 border-bottom-right-radius: 2px; 5550 border-bottom-right-radius: 2px;
5551 border-bottom-left-radius: 2px; 5551 border-bottom-left-radius: 2px;
5552 } 5552 }
5553 .panel > .table:last-child > tbody:last-child > tr:last-child, 5553 .panel > .table:last-child > tbody:last-child > tr:last-child,
5554 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, 5554 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
5555 .panel > .table:last-child > tfoot:last-child > tr:last-child, 5555 .panel > .table:last-child > tfoot:last-child > tr:last-child,
5556 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { 5556 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
5557 border-bottom-left-radius: 2px; 5557 border-bottom-left-radius: 2px;
5558 border-bottom-right-radius: 2px; 5558 border-bottom-right-radius: 2px;
5559 } 5559 }
5560 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, 5560 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5561 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, 5561 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5562 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 5562 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5563 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 5563 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5564 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, 5564 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5565 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, 5565 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5566 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, 5566 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
5567 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { 5567 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
5568 border-bottom-left-radius: 2px; 5568 border-bottom-left-radius: 2px;
5569 } 5569 }
5570 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, 5570 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5571 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, 5571 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5572 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 5572 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5573 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 5573 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5574 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, 5574 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5575 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, 5575 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5576 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, 5576 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
5577 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { 5577 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
5578 border-bottom-right-radius: 2px; 5578 border-bottom-right-radius: 2px;
5579 } 5579 }
5580 .panel > .panel-body + .table, 5580 .panel > .panel-body + .table,
5581 .panel > .panel-body + .table-responsive, 5581 .panel > .panel-body + .table-responsive,
5582 .panel > .table + .panel-body, 5582 .panel > .table + .panel-body,
5583 .panel > .table-responsive + .panel-body { 5583 .panel > .table-responsive + .panel-body {
5584 border-top: 1px solid #ddd; 5584 border-top: 1px solid #ddd;
5585 } 5585 }
5586 .panel > .table > tbody:first-child > tr:first-child th, 5586 .panel > .table > tbody:first-child > tr:first-child th,
5587 .panel > .table > tbody:first-child > tr:first-child td { 5587 .panel > .table > tbody:first-child > tr:first-child td {
5588 border-top: 0; 5588 border-top: 0;
5589 } 5589 }
5590 .panel > .table-bordered, 5590 .panel > .table-bordered,
5591 .panel > .table-responsive > .table-bordered { 5591 .panel > .table-responsive > .table-bordered {
5592 border: 0; 5592 border: 0;
5593 } 5593 }
5594 .panel > .table-bordered > thead > tr > th:first-child, 5594 .panel > .table-bordered > thead > tr > th:first-child,
5595 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, 5595 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
5596 .panel > .table-bordered > tbody > tr > th:first-child, 5596 .panel > .table-bordered > tbody > tr > th:first-child,
5597 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, 5597 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
5598 .panel > .table-bordered > tfoot > tr > th:first-child, 5598 .panel > .table-bordered > tfoot > tr > th:first-child,
5599 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, 5599 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
5600 .panel > .table-bordered > thead > tr > td:first-child, 5600 .panel > .table-bordered > thead > tr > td:first-child,
5601 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, 5601 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
5602 .panel > .table-bordered > tbody > tr > td:first-child, 5602 .panel > .table-bordered > tbody > tr > td:first-child,
5603 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, 5603 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
5604 .panel > .table-bordered > tfoot > tr > td:first-child, 5604 .panel > .table-bordered > tfoot > tr > td:first-child,
5605 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { 5605 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
5606 border-left: 0; 5606 border-left: 0;
5607 } 5607 }
5608 .panel > .table-bordered > thead > tr > th:last-child, 5608 .panel > .table-bordered > thead > tr > th:last-child,
5609 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, 5609 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
5610 .panel > .table-bordered > tbody > tr > th:last-child, 5610 .panel > .table-bordered > tbody > tr > th:last-child,
5611 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, 5611 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
5612 .panel > .table-bordered > tfoot > tr > th:last-child, 5612 .panel > .table-bordered > tfoot > tr > th:last-child,
5613 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, 5613 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
5614 .panel > .table-bordered > thead > tr > td:last-child, 5614 .panel > .table-bordered > thead > tr > td:last-child,
5615 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, 5615 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
5616 .panel > .table-bordered > tbody > tr > td:last-child, 5616 .panel > .table-bordered > tbody > tr > td:last-child,
5617 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, 5617 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
5618 .panel > .table-bordered > tfoot > tr > td:last-child, 5618 .panel > .table-bordered > tfoot > tr > td:last-child,
5619 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { 5619 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
5620 border-right: 0; 5620 border-right: 0;
5621 } 5621 }
5622 .panel > .table-bordered > thead > tr:first-child > td, 5622 .panel > .table-bordered > thead > tr:first-child > td,
5623 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, 5623 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
5624 .panel > .table-bordered > tbody > tr:first-child > td, 5624 .panel > .table-bordered > tbody > tr:first-child > td,
5625 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, 5625 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
5626 .panel > .table-bordered > thead > tr:first-child > th, 5626 .panel > .table-bordered > thead > tr:first-child > th,
5627 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, 5627 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
5628 .panel > .table-bordered > tbody > tr:first-child > th, 5628 .panel > .table-bordered > tbody > tr:first-child > th,
5629 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { 5629 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
5630 border-bottom: 0; 5630 border-bottom: 0;
5631 } 5631 }
5632 .panel > .table-bordered > tbody > tr:last-child > td, 5632 .panel > .table-bordered > tbody > tr:last-child > td,
5633 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, 5633 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
5634 .panel > .table-bordered > tfoot > tr:last-child > td, 5634 .panel > .table-bordered > tfoot > tr:last-child > td,
5635 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, 5635 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
5636 .panel > .table-bordered > tbody > tr:last-child > th, 5636 .panel > .table-bordered > tbody > tr:last-child > th,
5637 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, 5637 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
5638 .panel > .table-bordered > tfoot > tr:last-child > th, 5638 .panel > .table-bordered > tfoot > tr:last-child > th,
5639 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { 5639 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
5640 border-bottom: 0; 5640 border-bottom: 0;
5641 } 5641 }
5642 .panel > .table-responsive { 5642 .panel > .table-responsive {
5643 border: 0; 5643 border: 0;
5644 margin-bottom: 0; 5644 margin-bottom: 0;
5645 } 5645 }
5646 .panel-group { 5646 .panel-group {
5647 margin-bottom: 20px; 5647 margin-bottom: 20px;
5648 } 5648 }
5649 .panel-group .panel { 5649 .panel-group .panel {
5650 margin-bottom: 0; 5650 margin-bottom: 0;
5651 border-radius: 3px; 5651 border-radius: 3px;
5652 } 5652 }
5653 .panel-group .panel + .panel { 5653 .panel-group .panel + .panel {
5654 margin-top: 5px; 5654 margin-top: 5px;
5655 } 5655 }
5656 .panel-group .panel-heading { 5656 .panel-group .panel-heading {
5657 border-bottom: 0; 5657 border-bottom: 0;
5658 } 5658 }
5659 .panel-group .panel-heading + .panel-collapse > .panel-body, 5659 .panel-group .panel-heading + .panel-collapse > .panel-body,
5660 .panel-group .panel-heading + .panel-collapse > .list-group { 5660 .panel-group .panel-heading + .panel-collapse > .list-group {
5661 border-top: 1px solid #ddd; 5661 border-top: 1px solid #ddd;
5662 } 5662 }
5663 .panel-group .panel-footer { 5663 .panel-group .panel-footer {
5664 border-top: 0; 5664 border-top: 0;
5665 } 5665 }
5666 .panel-group .panel-footer + .panel-collapse .panel-body { 5666 .panel-group .panel-footer + .panel-collapse .panel-body {
5667 border-bottom: 1px solid #ddd; 5667 border-bottom: 1px solid #ddd;
5668 } 5668 }
5669 .panel-default { 5669 .panel-default {
5670 border-color: #ddd; 5670 border-color: #ddd;
5671 } 5671 }
5672 .panel-default > .panel-heading { 5672 .panel-default > .panel-heading {
5673 color: #333333; 5673 color: #333333;
5674 background-color: #fcfcfc; 5674 background-color: #fcfcfc;
5675 border-color: #ddd; 5675 border-color: #ddd;
5676 } 5676 }
5677 .panel-default > .panel-heading + .panel-collapse > .panel-body { 5677 .panel-default > .panel-heading + .panel-collapse > .panel-body {
5678 border-top-color: #ddd; 5678 border-top-color: #ddd;
5679 } 5679 }
5680 .panel-default > .panel-heading .badge { 5680 .panel-default > .panel-heading .badge {
5681 color: #fcfcfc; 5681 color: #fcfcfc;
5682 background-color: #333333; 5682 background-color: #333333;
5683 } 5683 }
5684 .panel-default > .panel-footer + .panel-collapse > .panel-body { 5684 .panel-default > .panel-footer + .panel-collapse > .panel-body {
5685 border-bottom-color: #ddd; 5685 border-bottom-color: #ddd;
5686 } 5686 }
5687 .panel-primary { 5687 .panel-primary {
5688 border-color: #2196F3; 5688 border-color: #2196F3;
5689 } 5689 }
5690 .panel-primary > .panel-heading { 5690 .panel-primary > .panel-heading {
5691 color: #fff; 5691 color: #fff;
5692 background-color: #2196F3; 5692 background-color: #2196F3;
5693 border-color: #2196F3; 5693 border-color: #2196F3;
5694 } 5694 }
5695 .panel-primary > .panel-heading + .panel-collapse > .panel-body { 5695 .panel-primary > .panel-heading + .panel-collapse > .panel-body {
5696 border-top-color: #2196F3; 5696 border-top-color: #2196F3;
5697 } 5697 }
5698 .panel-primary > .panel-heading .badge { 5698 .panel-primary > .panel-heading .badge {
5699 color: #2196F3; 5699 color: #2196F3;
5700 background-color: #fff; 5700 background-color: #fff;
5701 } 5701 }
5702 .panel-primary > .panel-footer + .panel-collapse > .panel-body { 5702 .panel-primary > .panel-footer + .panel-collapse > .panel-body {
5703 border-bottom-color: #2196F3; 5703 border-bottom-color: #2196F3;
5704 } 5704 }
5705 .panel-success { 5705 .panel-success {
5706 border-color: #4CAF50; 5706 border-color: #4CAF50;
5707 } 5707 }
5708 .panel-success > .panel-heading { 5708 .panel-success > .panel-heading {
5709 color: #fff; 5709 color: #fff;
5710 background-color: #4CAF50; 5710 background-color: #4CAF50;
5711 border-color: #4CAF50; 5711 border-color: #4CAF50;
5712 } 5712 }
5713 .panel-success > .panel-heading + .panel-collapse > .panel-body { 5713 .panel-success > .panel-heading + .panel-collapse > .panel-body {
5714 border-top-color: #4CAF50; 5714 border-top-color: #4CAF50;
5715 } 5715 }
5716 .panel-success > .panel-heading .badge { 5716 .panel-success > .panel-heading .badge {
5717 color: #4CAF50; 5717 color: #4CAF50;
5718 background-color: #fff; 5718 background-color: #fff;
5719 } 5719 }
5720 .panel-success > .panel-footer + .panel-collapse > .panel-body { 5720 .panel-success > .panel-footer + .panel-collapse > .panel-body {
5721 border-bottom-color: #4CAF50; 5721 border-bottom-color: #4CAF50;
5722 } 5722 }
5723 .panel-info { 5723 .panel-info {
5724 border-color: #00BCD4; 5724 border-color: #00BCD4;
5725 } 5725 }
5726 .panel-info > .panel-heading { 5726 .panel-info > .panel-heading {
5727 color: #fff; 5727 color: #fff;
5728 background-color: #00BCD4; 5728 background-color: #00BCD4;
5729 border-color: #00BCD4; 5729 border-color: #00BCD4;
5730 } 5730 }
5731 .panel-info > .panel-heading + .panel-collapse > .panel-body { 5731 .panel-info > .panel-heading + .panel-collapse > .panel-body {
5732 border-top-color: #00BCD4; 5732 border-top-color: #00BCD4;
5733 } 5733 }
5734 .panel-info > .panel-heading .badge { 5734 .panel-info > .panel-heading .badge {
5735 color: #00BCD4; 5735 color: #00BCD4;
5736 background-color: #fff; 5736 background-color: #fff;
5737 } 5737 }
5738 .panel-info > .panel-footer + .panel-collapse > .panel-body { 5738 .panel-info > .panel-footer + .panel-collapse > .panel-body {
5739 border-bottom-color: #00BCD4; 5739 border-bottom-color: #00BCD4;
5740 } 5740 }
5741 .panel-warning { 5741 .panel-warning {
5742 border-color: #FF5722; 5742 border-color: #FF5722;
5743 } 5743 }
5744 .panel-warning > .panel-heading { 5744 .panel-warning > .panel-heading {
5745 color: #fff; 5745 color: #fff;
5746 background-color: #FF5722; 5746 background-color: #FF5722;
5747 border-color: #FF5722; 5747 border-color: #FF5722;
5748 } 5748 }
5749 .panel-warning > .panel-heading + .panel-collapse > .panel-body { 5749 .panel-warning > .panel-heading + .panel-collapse > .panel-body {
5750 border-top-color: #FF5722; 5750 border-top-color: #FF5722;
5751 } 5751 }
5752 .panel-warning > .panel-heading .badge { 5752 .panel-warning > .panel-heading .badge {
5753 color: #FF5722; 5753 color: #FF5722;
5754 background-color: #fff; 5754 background-color: #fff;
5755 } 5755 }
5756 .panel-warning > .panel-footer + .panel-collapse > .panel-body { 5756 .panel-warning > .panel-footer + .panel-collapse > .panel-body {
5757 border-bottom-color: #FF5722; 5757 border-bottom-color: #FF5722;
5758 } 5758 }
5759 .panel-danger { 5759 .panel-danger {
5760 border-color: #F44336; 5760 border-color: #F44336;
5761 } 5761 }
5762 .panel-danger > .panel-heading { 5762 .panel-danger > .panel-heading {
5763 color: #fff; 5763 color: #fff;
5764 background-color: #F44336; 5764 background-color: #F44336;
5765 border-color: #F44336; 5765 border-color: #F44336;
5766 } 5766 }
5767 .panel-danger > .panel-heading + .panel-collapse > .panel-body { 5767 .panel-danger > .panel-heading + .panel-collapse > .panel-body {
5768 border-top-color: #F44336; 5768 border-top-color: #F44336;
5769 } 5769 }
5770 .panel-danger > .panel-heading .badge { 5770 .panel-danger > .panel-heading .badge {
5771 color: #F44336; 5771 color: #F44336;
5772 background-color: #fff; 5772 background-color: #fff;
5773 } 5773 }
5774 .panel-danger > .panel-footer + .panel-collapse > .panel-body { 5774 .panel-danger > .panel-footer + .panel-collapse > .panel-body {
5775 border-bottom-color: #F44336; 5775 border-bottom-color: #F44336;
5776 } 5776 }
5777 .embed-responsive { 5777 .embed-responsive {
5778 position: relative; 5778 position: relative;
5779 display: block; 5779 display: block;
5780 height: 0; 5780 height: 0;
5781 padding: 0; 5781 padding: 0;
5782 overflow: hidden; 5782 overflow: hidden;
5783 } 5783 }
5784 .embed-responsive .embed-responsive-item, 5784 .embed-responsive .embed-responsive-item,
5785 .embed-responsive iframe, 5785 .embed-responsive iframe,
5786 .embed-responsive embed, 5786 .embed-responsive embed,
5787 .embed-responsive object, 5787 .embed-responsive object,
5788 .embed-responsive video { 5788 .embed-responsive video {
5789 position: absolute; 5789 position: absolute;
5790 top: 0; 5790 top: 0;
5791 left: 0; 5791 left: 0;
5792 bottom: 0; 5792 bottom: 0;
5793 height: 100%; 5793 height: 100%;
5794 width: 100%; 5794 width: 100%;
5795 border: 0; 5795 border: 0;
5796 } 5796 }
5797 .embed-responsive-16by9 { 5797 .embed-responsive-16by9 {
5798 padding-bottom: 56.25%; 5798 padding-bottom: 56.25%;
5799 } 5799 }
5800 .embed-responsive-4by3 { 5800 .embed-responsive-4by3 {
5801 padding-bottom: 75%; 5801 padding-bottom: 75%;
5802 } 5802 }
5803 .well { 5803 .well {
5804 min-height: 20px; 5804 min-height: 20px;
5805 padding: 19px; 5805 padding: 19px;
5806 margin-bottom: 20px; 5806 margin-bottom: 20px;
5807 background-color: #fdfdfd; 5807 background-color: #fdfdfd;
5808 border: 1px solid #ddd; 5808 border: 1px solid #ddd;
5809 border-radius: 3px; 5809 border-radius: 3px;
5810 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 5810 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5811 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 5811 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5812 } 5812 }
5813 .well blockquote { 5813 .well blockquote {
5814 border-color: #ddd; 5814 border-color: #ddd;
5815 border-color: rgba(0, 0, 0, 0.15); 5815 border-color: rgba(0, 0, 0, 0.15);
5816 } 5816 }
5817 .well-lg { 5817 .well-lg {
5818 padding: 24px; 5818 padding: 24px;
5819 border-radius: 4px; 5819 border-radius: 4px;
5820 } 5820 }
5821 .well-sm { 5821 .well-sm {
5822 padding: 9px; 5822 padding: 9px;
5823 border-radius: 2px; 5823 border-radius: 2px;
5824 } 5824 }
5825 .close { 5825 .close {
5826 float: right; 5826 float: right;
5827 font-size: 19.5px; 5827 font-size: 19.5px;
5828 font-weight: 300; 5828 font-weight: 300;
5829 line-height: 1; 5829 line-height: 1;
5830 color: #000; 5830 color: #000;
5831 text-shadow: none; 5831 text-shadow: none;
5832 opacity: 0.2; 5832 opacity: 0.2;
5833 filter: alpha(opacity=20); 5833 filter: alpha(opacity=20);
5834 } 5834 }
5835 .close:hover, 5835 .close:hover,
5836 .close:focus { 5836 .close:focus {
5837 color: #000; 5837 color: #000;
5838 text-decoration: none; 5838 text-decoration: none;
5839 cursor: pointer; 5839 cursor: pointer;
5840 opacity: 0.5; 5840 opacity: 0.5;
5841 filter: alpha(opacity=50); 5841 filter: alpha(opacity=50);
5842 } 5842 }
5843 button.close { 5843 button.close {
5844 padding: 0; 5844 padding: 0;
5845 cursor: pointer; 5845 cursor: pointer;
5846 background: transparent; 5846 background: transparent;
5847 border: 0; 5847 border: 0;
5848 -webkit-appearance: none; 5848 -webkit-appearance: none;
5849 } 5849 }
5850 .modal-open { 5850 .modal-open {
5851 overflow: hidden; 5851 overflow: hidden;
5852 } 5852 }
5853 .modal { 5853 .modal {
5854 display: none; 5854 display: none;
5855 overflow: hidden; 5855 overflow: hidden;
5856 position: fixed; 5856 position: fixed;
5857 top: 0; 5857 top: 0;
5858 right: 0; 5858 right: 0;
5859 bottom: 0; 5859 bottom: 0;
5860 left: 0; 5860 left: 0;
5861 z-index: 1050; 5861 z-index: 1050;
5862 -webkit-overflow-scrolling: touch; 5862 -webkit-overflow-scrolling: touch;
5863 outline: 0; 5863 outline: 0;
5864 } 5864 }
5865 .modal.fade .modal-dialog { 5865 .modal.fade .modal-dialog {
5866 -webkit-transform: translate(0, -25%); 5866 -webkit-transform: translate(0, -25%);
5867 -ms-transform: translate(0, -25%); 5867 -ms-transform: translate(0, -25%);
5868 -o-transform: translate(0, -25%); 5868 -o-transform: translate(0, -25%);
5869 transform: translate(0, -25%); 5869 transform: translate(0, -25%);
5870 -webkit-transition: -webkit-transform 0.3s ease-out; 5870 -webkit-transition: -webkit-transform 0.3s ease-out;
5871 -moz-transition: -moz-transform 0.3s ease-out; 5871 -moz-transition: -moz-transform 0.3s ease-out;
5872 -o-transition: -o-transform 0.3s ease-out; 5872 -o-transition: -o-transform 0.3s ease-out;
5873 transition: transform 0.3s ease-out; 5873 transition: transform 0.3s ease-out;
5874 } 5874 }
5875 .modal.in .modal-dialog { 5875 .modal.in .modal-dialog {
5876 -webkit-transform: translate(0, 0); 5876 -webkit-transform: translate(0, 0);
5877 -ms-transform: translate(0, 0); 5877 -ms-transform: translate(0, 0);
5878 -o-transform: translate(0, 0); 5878 -o-transform: translate(0, 0);
5879 transform: translate(0, 0); 5879 transform: translate(0, 0);
5880 } 5880 }
5881 .modal-open .modal { 5881 .modal-open .modal {
5882 overflow-x: hidden; 5882 overflow-x: hidden;
5883 overflow-y: auto; 5883 overflow-y: auto;
5884 } 5884 }
5885 .modal-dialog { 5885 .modal-dialog {
5886 position: relative; 5886 position: relative;
5887 width: auto; 5887 width: auto;
5888 margin: 10px; 5888 margin: 10px;
5889 } 5889 }
5890 .modal-content { 5890 .modal-content {
5891 position: relative; 5891 position: relative;
5892 background-color: #fff; 5892 background-color: #fff;
5893 border: 1px solid #999; 5893 border: 1px solid #999;
5894 border: 1px solid transparent; 5894 border: 1px solid transparent;
5895 border-radius: 4px; 5895 border-radius: 4px;
5896 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 5896 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5897 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 5897 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5898 background-clip: padding-box; 5898 background-clip: padding-box;
5899 outline: 0; 5899 outline: 0;
5900 } 5900 }
5901 .modal-backdrop { 5901 .modal-backdrop {
5902 position: fixed; 5902 position: fixed;
5903 top: 0; 5903 top: 0;
5904 right: 0; 5904 right: 0;
5905 bottom: 0; 5905 bottom: 0;
5906 left: 0; 5906 left: 0;
5907 z-index: 1040; 5907 z-index: 1040;
5908 background-color: #000; 5908 background-color: #000;
5909 } 5909 }
5910 .modal-backdrop.fade { 5910 .modal-backdrop.fade {
5911 opacity: 0; 5911 opacity: 0;
5912 filter: alpha(opacity=0); 5912 filter: alpha(opacity=0);
5913 } 5913 }
5914 .modal-backdrop.in { 5914 .modal-backdrop.in {
5915 opacity: 0.5; 5915 opacity: 0.5;
5916 filter: alpha(opacity=50); 5916 filter: alpha(opacity=50);
5917 } 5917 }
5918 .modal-header { 5918 .modal-header {
5919 padding: 20px; 5919 padding: 20px;
5920 border-bottom: 1px solid transparent; 5920 border-bottom: 1px solid transparent;
5921 } 5921 }
5922 .modal-header .close { 5922 .modal-header .close {
5923 margin-top: -2px; 5923 margin-top: -2px;
5924 } 5924 }
5925 .modal-title { 5925 .modal-title {
5926 margin: 0; 5926 margin: 0;
5927 line-height: 1.5384616; 5927 line-height: 1.5384616;
5928 } 5928 }
5929 .modal-body { 5929 .modal-body {
5930 position: relative; 5930 position: relative;
5931 padding: 20px; 5931 padding: 20px;
5932 } 5932 }
5933 .modal-footer { 5933 .modal-footer {
5934 padding: 20px; 5934 padding: 20px;
5935 text-align: right; 5935 text-align: right;
5936 border-top: 1px solid transparent; 5936 border-top: 1px solid transparent;
5937 } 5937 }
5938 .modal-footer .btn + .btn { 5938 .modal-footer .btn + .btn {
5939 margin-left: 5px; 5939 margin-left: 5px;
5940 margin-bottom: 0; 5940 margin-bottom: 0;
5941 } 5941 }
5942 .modal-footer .btn-group .btn + .btn { 5942 .modal-footer .btn-group .btn + .btn {
5943 margin-left: -1px; 5943 margin-left: -1px;
5944 } 5944 }
5945 .modal-footer .btn-block + .btn-block { 5945 .modal-footer .btn-block + .btn-block {
5946 margin-left: 0; 5946 margin-left: 0;
5947 } 5947 }
5948 .modal-scrollbar-measure { 5948 .modal-scrollbar-measure {
5949 position: absolute; 5949 position: absolute;
5950 top: -9999px; 5950 top: -9999px;
5951 width: 50px; 5951 width: 50px;
5952 height: 50px; 5952 height: 50px;
5953 overflow: scroll; 5953 overflow: scroll;
5954 } 5954 }
5955 @media (min-width: 769px) { 5955 @media (min-width: 769px) {
5956 .modal-dialog { 5956 .modal-dialog {
5957 width: 600px; 5957 width: 600px;
5958 margin: 30px auto; 5958 margin: 30px auto;
5959 } 5959 }
5960 .modal-content { 5960 .modal-content {
5961 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 5961 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
5962 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 5962 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
5963 } 5963 }
5964 .modal-sm { 5964 .modal-sm {
5965 width: 400px; 5965 width: 400px;
5966 } 5966 }
5967 } 5967 }
5968 @media (min-width: 1025px) { 5968 @media (min-width: 1025px) {
5969 .modal-lg { 5969 .modal-lg {
5970 width: 900px; 5970 width: 900px;
5971 } 5971 }
5972 } 5972 }
5973 .tooltip { 5973 .tooltip {
5974 position: absolute; 5974 position: absolute;
5975 z-index: 1070; 5975 z-index: 1070;
5976 display: block; 5976 display: block;
5977 font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif; 5977 font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
5978 font-style: normal; 5978 font-style: normal;
5979 font-weight: normal; 5979 font-weight: normal;
5980 letter-spacing: normal; 5980 letter-spacing: normal;
5981 line-break: auto; 5981 line-break: auto;
5982 line-height: 1.5384616; 5982 line-height: 1.5384616;
5983 text-align: left; 5983 text-align: left;
5984 text-align: start; 5984 text-align: start;
5985 text-decoration: none; 5985 text-decoration: none;
5986 text-shadow: none; 5986 text-shadow: none;
5987 text-transform: none; 5987 text-transform: none;
5988 white-space: normal; 5988 white-space: normal;
5989 word-break: normal; 5989 word-break: normal;
5990 word-spacing: normal; 5990 word-spacing: normal;
5991 word-wrap: normal; 5991 word-wrap: normal;
5992 font-size: 12px; 5992 font-size: 12px;
5993 opacity: 0; 5993 opacity: 0;
5994 filter: alpha(opacity=0); 5994 filter: alpha(opacity=0);
5995 } 5995 }
5996 .tooltip.in { 5996 .tooltip.in {
5997 opacity: 1; 5997 opacity: 1;
5998 filter: alpha(opacity=100); 5998 filter: alpha(opacity=100);
5999 } 5999 }
6000 .tooltip.top { 6000 .tooltip.top {
6001 margin-top: -3px; 6001 margin-top: -3px;
6002 padding: 4px 0; 6002 padding: 4px 0;
6003 } 6003 }
6004 .tooltip.right { 6004 .tooltip.right {
6005 margin-left: 3px; 6005 margin-left: 3px;
6006 padding: 0 4px; 6006 padding: 0 4px;
6007 } 6007 }
6008 .tooltip.bottom { 6008 .tooltip.bottom {
6009 margin-top: 3px; 6009 margin-top: 3px;
6010 padding: 4px 0; 6010 padding: 4px 0;
6011 } 6011 }
6012 .tooltip.left { 6012 .tooltip.left {
6013 margin-left: -3px; 6013 margin-left: -3px;
6014 padding: 0 4px; 6014 padding: 0 4px;
6015 } 6015 }
6016 .tooltip-inner { 6016 .tooltip-inner {
6017 max-width: 200px; 6017 max-width: 200px;
6018 padding: 3px 8px; 6018 padding: 3px 8px;
6019 color: #fff; 6019 color: #fff;
6020 text-align: center; 6020 text-align: center;
6021 background-color: #333; 6021 background-color: #333;
6022 border-radius: 3px; 6022 border-radius: 3px;
6023 } 6023 }
6024 .tooltip-arrow { 6024 .tooltip-arrow {
6025 position: absolute; 6025 position: absolute;
6026 width: 0; 6026 width: 0;
6027 height: 0; 6027 height: 0;
6028 border-color: transparent; 6028 border-color: transparent;
6029 border-style: solid; 6029 border-style: solid;
6030 } 6030 }
6031 .tooltip.top .tooltip-arrow { 6031 .tooltip.top .tooltip-arrow {
6032 bottom: 0; 6032 bottom: 0;
6033 left: 50%; 6033 left: 50%;
6034 margin-left: -4px; 6034 margin-left: -4px;
6035 border-width: 4px 4px 0; 6035 border-width: 4px 4px 0;
6036 border-top-color: #333; 6036 border-top-color: #333;
6037 } 6037 }
6038 .tooltip.top-left .tooltip-arrow { 6038 .tooltip.top-left .tooltip-arrow {
6039 bottom: 0; 6039 bottom: 0;
6040 right: 4px; 6040 right: 4px;
6041 margin-bottom: -4px; 6041 margin-bottom: -4px;
6042 border-width: 4px 4px 0; 6042 border-width: 4px 4px 0;
6043 border-top-color: #333; 6043 border-top-color: #333;
6044 } 6044 }
6045 .tooltip.top-right .tooltip-arrow { 6045 .tooltip.top-right .tooltip-arrow {
6046 bottom: 0; 6046 bottom: 0;
6047 left: 4px; 6047 left: 4px;
6048 margin-bottom: -4px; 6048 margin-bottom: -4px;
6049 border-width: 4px 4px 0; 6049 border-width: 4px 4px 0;
6050 border-top-color: #333; 6050 border-top-color: #333;
6051 } 6051 }
6052 .tooltip.right .tooltip-arrow { 6052 .tooltip.right .tooltip-arrow {
6053 top: 50%; 6053 top: 50%;
6054 left: 0; 6054 left: 0;
6055 margin-top: -4px; 6055 margin-top: -4px;
6056 border-width: 4px 4px 4px 0; 6056 border-width: 4px 4px 4px 0;
6057 border-right-color: #333; 6057 border-right-color: #333;
6058 } 6058 }
6059 .tooltip.left .tooltip-arrow { 6059 .tooltip.left .tooltip-arrow {
6060 top: 50%; 6060 top: 50%;
6061 right: 0; 6061 right: 0;
6062 margin-top: -4px; 6062 margin-top: -4px;
6063 border-width: 4px 0 4px 4px; 6063 border-width: 4px 0 4px 4px;
6064 border-left-color: #333; 6064 border-left-color: #333;
6065 } 6065 }
6066 .tooltip.bottom .tooltip-arrow { 6066 .tooltip.bottom .tooltip-arrow {
6067 top: 0; 6067 top: 0;
6068 left: 50%; 6068 left: 50%;
6069 margin-left: -4px; 6069 margin-left: -4px;
6070 border-width: 0 4px 4px; 6070 border-width: 0 4px 4px;
6071 border-bottom-color: #333; 6071 border-bottom-color: #333;
6072 } 6072 }
6073 .tooltip.bottom-left .tooltip-arrow { 6073 .tooltip.bottom-left .tooltip-arrow {
6074 top: 0; 6074 top: 0;
6075 right: 4px; 6075 right: 4px;
6076 margin-top: -4px; 6076 margin-top: -4px;
6077 border-width: 0 4px 4px; 6077 border-width: 0 4px 4px;
6078 border-bottom-color: #333; 6078 border-bottom-color: #333;
6079 } 6079 }
6080 .tooltip.bottom-right .tooltip-arrow { 6080 .tooltip.bottom-right .tooltip-arrow {
6081 top: 0; 6081 top: 0;
6082 left: 4px; 6082 left: 4px;
6083 margin-top: -4px; 6083 margin-top: -4px;
6084 border-width: 0 4px 4px; 6084 border-width: 0 4px 4px;
6085 border-bottom-color: #333; 6085 border-bottom-color: #333;
6086 } 6086 }
6087 .popover { 6087 .popover {
6088 position: absolute; 6088 position: absolute;
6089 top: 0; 6089 top: 0;
6090 left: 0; 6090 left: 0;
6091 z-index: 1060; 6091 z-index: 1060;
6092 display: none; 6092 display: none;
6093 max-width: 276px; 6093 max-width: 276px;
6094 padding: 1px; 6094 padding: 1px;
6095 font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif; 6095 font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
6096 font-style: normal; 6096 font-style: normal;
6097 font-weight: normal; 6097 font-weight: normal;
6098 letter-spacing: normal; 6098 letter-spacing: normal;
6099 line-break: auto; 6099 line-break: auto;
6100 line-height: 1.5384616; 6100 line-height: 1.5384616;
6101 text-align: left; 6101 text-align: left;
6102 text-align: start; 6102 text-align: start;
6103 text-decoration: none; 6103 text-decoration: none;
6104 text-shadow: none; 6104 text-shadow: none;
6105 text-transform: none; 6105 text-transform: none;
6106 white-space: normal; 6106 white-space: normal;
6107 word-break: normal; 6107 word-break: normal;
6108 word-spacing: normal; 6108 word-spacing: normal;
6109 word-wrap: normal; 6109 word-wrap: normal;
6110 font-size: 13px; 6110 font-size: 13px;
6111 background-color: #fff; 6111 background-color: #fff;
6112 background-clip: padding-box; 6112 background-clip: padding-box;
6113 border: 1px solid #ccc; 6113 border: 1px solid #ccc;
6114 border-radius: 4px; 6114 border-radius: 4px;
6115 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 6115 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6116 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 6116 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6117 } 6117 }
6118 .popover.top { 6118 .popover.top {
6119 margin-top: -5px; 6119 margin-top: -5px;
6120 } 6120 }
6121 .popover.right { 6121 .popover.right {
6122 margin-left: 5px; 6122 margin-left: 5px;
6123 } 6123 }
6124 .popover.bottom { 6124 .popover.bottom {
6125 margin-top: 5px; 6125 margin-top: 5px;
6126 } 6126 }
6127 .popover.left { 6127 .popover.left {
6128 margin-left: -5px; 6128 margin-left: -5px;
6129 } 6129 }
6130 .popover-title { 6130 .popover-title {
6131 margin: 0; 6131 margin: 0;
6132 padding: 8px 14px; 6132 padding: 8px 14px;
6133 font-size: 13px; 6133 font-size: 13px;
6134 background-color: transparent; 6134 background-color: transparent;
6135 border-bottom: 1px solid rgba(0, 0, 0, 0); 6135 border-bottom: 1px solid rgba(0, 0, 0, 0);
6136 border-radius: 3px 3px 0 0; 6136 border-radius: 3px 3px 0 0;
6137 } 6137 }
6138 .popover-content { 6138 .popover-content {
6139 padding: 9px 14px; 6139 padding: 9px 14px;
6140 } 6140 }
6141 .popover > .arrow, 6141 .popover > .arrow,
6142 .popover > .arrow:after { 6142 .popover > .arrow:after {
6143 position: absolute; 6143 position: absolute;
6144 display: block; 6144 display: block;
6145 width: 0; 6145 width: 0;
6146 height: 0; 6146 height: 0;
6147 border-color: transparent; 6147 border-color: transparent;
6148 border-style: solid; 6148 border-style: solid;
6149 } 6149 }
6150 .popover > .arrow { 6150 .popover > .arrow {
6151 border-width: 6px; 6151 border-width: 6px;
6152 } 6152 }
6153 .popover > .arrow:after { 6153 .popover > .arrow:after {
6154 border-width: 5px; 6154 border-width: 5px;
6155 content: ""; 6155 content: "";
6156 } 6156 }
6157 .popover.top > .arrow { 6157 .popover.top > .arrow {
6158 left: 50%; 6158 left: 50%;
6159 margin-left: -6px; 6159 margin-left: -6px;
6160 border-bottom-width: 0; 6160 border-bottom-width: 0;
6161 border-top-color: #999999; 6161 border-top-color: #999999;
6162 border-top-color: #b3b3b3; 6162 border-top-color: #b3b3b3;
6163 bottom: -6px; 6163 bottom: -6px;
6164 } 6164 }
6165 .popover.top > .arrow:after { 6165 .popover.top > .arrow:after {
6166 content: " "; 6166 content: " ";
6167 bottom: 1px; 6167 bottom: 1px;
6168 margin-left: -5px; 6168 margin-left: -5px;
6169 border-bottom-width: 0; 6169 border-bottom-width: 0;
6170 border-top-color: #fff; 6170 border-top-color: #fff;
6171 } 6171 }
6172 .popover.right > .arrow { 6172 .popover.right > .arrow {
6173 top: 50%; 6173 top: 50%;
6174 left: -6px; 6174 left: -6px;
6175 margin-top: -6px; 6175 margin-top: -6px;
6176 border-left-width: 0; 6176 border-left-width: 0;
6177 border-right-color: #999999; 6177 border-right-color: #999999;
6178 border-right-color: #b3b3b3; 6178 border-right-color: #b3b3b3;
6179 } 6179 }
6180 .popover.right > .arrow:after { 6180 .popover.right > .arrow:after {
6181 content: " "; 6181 content: " ";
6182 left: 1px; 6182 left: 1px;
6183 bottom: -5px; 6183 bottom: -5px;
6184 border-left-width: 0; 6184 border-left-width: 0;
6185 border-right-color: #fff; 6185 border-right-color: #fff;
6186 } 6186 }
6187 .popover.bottom > .arrow { 6187 .popover.bottom > .arrow {
6188 left: 50%; 6188 left: 50%;
6189 margin-left: -6px; 6189 margin-left: -6px;
6190 border-top-width: 0; 6190 border-top-width: 0;
6191 border-bottom-color: #999999; 6191 border-bottom-color: #999999;
6192 border-bottom-color: #b3b3b3; 6192 border-bottom-color: #b3b3b3;
6193 top: -6px; 6193 top: -6px;
6194 } 6194 }
6195 .popover.bottom > .arrow:after { 6195 .popover.bottom > .arrow:after {
6196 content: " "; 6196 content: " ";
6197 top: 1px; 6197 top: 1px;
6198 margin-left: -5px; 6198 margin-left: -5px;
6199 border-top-width: 0; 6199 border-top-width: 0;
6200 border-bottom-color: #fff; 6200 border-bottom-color: #fff;
6201 } 6201 }
6202 .popover.left > .arrow { 6202 .popover.left > .arrow {
6203 top: 50%; 6203 top: 50%;
6204 right: -6px; 6204 right: -6px;
6205 margin-top: -6px; 6205 margin-top: -6px;
6206 border-right-width: 0; 6206 border-right-width: 0;
6207 border-left-color: #999999; 6207 border-left-color: #999999;
6208 border-left-color: #b3b3b3; 6208 border-left-color: #b3b3b3;
6209 } 6209 }
6210 .popover.left > .arrow:after { 6210 .popover.left > .arrow:after {
6211 content: " "; 6211 content: " ";
6212 right: 1px; 6212 right: 1px;
6213 border-right-width: 0; 6213 border-right-width: 0;
6214 border-left-color: #fff; 6214 border-left-color: #fff;
6215 bottom: -5px; 6215 bottom: -5px;
6216 } 6216 }
6217 .carousel { 6217 .carousel {
6218 position: relative; 6218 position: relative;
6219 } 6219 }
6220 .carousel-inner { 6220 .carousel-inner {
6221 position: relative; 6221 position: relative;
6222 overflow: hidden; 6222 overflow: hidden;
6223 width: 100%; 6223 width: 100%;
6224 } 6224 }
6225 .carousel-inner > .item { 6225 .carousel-inner > .item {
6226 display: none; 6226 display: none;
6227 position: relative; 6227 position: relative;
6228 -webkit-transition: 0.6s ease-in-out left; 6228 -webkit-transition: 0.6s ease-in-out left;
6229 -o-transition: 0.6s ease-in-out left; 6229 -o-transition: 0.6s ease-in-out left;
6230 transition: 0.6s ease-in-out left; 6230 transition: 0.6s ease-in-out left;
6231 } 6231 }
6232 .carousel-inner > .item > img, 6232 .carousel-inner > .item > img,
6233 .carousel-inner > .item > a > img { 6233 .carousel-inner > .item > a > img {
6234 line-height: 1; 6234 line-height: 1;
6235 } 6235 }
6236 @media all and (transform-3d), (-webkit-transform-3d) { 6236 @media all and (transform-3d), (-webkit-transform-3d) {
6237 .carousel-inner > .item { 6237 .carousel-inner > .item {
6238 -webkit-transition: -webkit-transform 0.6s ease-in-out; 6238 -webkit-transition: -webkit-transform 0.6s ease-in-out;
6239 -moz-transition: -moz-transform 0.6s ease-in-out; 6239 -moz-transition: -moz-transform 0.6s ease-in-out;
6240 -o-transition: -o-transform 0.6s ease-in-out; 6240 -o-transition: -o-transform 0.6s ease-in-out;
6241 transition: transform 0.6s ease-in-out; 6241 transition: transform 0.6s ease-in-out;
6242 -webkit-backface-visibility: hidden; 6242 -webkit-backface-visibility: hidden;
6243 -moz-backface-visibility: hidden; 6243 -moz-backface-visibility: hidden;
6244 backface-visibility: hidden; 6244 backface-visibility: hidden;
6245 -webkit-perspective: 1000px; 6245 -webkit-perspective: 1000px;
6246 -moz-perspective: 1000px; 6246 -moz-perspective: 1000px;
6247 perspective: 1000px; 6247 perspective: 1000px;
6248 } 6248 }
6249 .carousel-inner > .item.next, 6249 .carousel-inner > .item.next,
6250 .carousel-inner > .item.active.right { 6250 .carousel-inner > .item.active.right {
6251 -webkit-transform: translate3d(100%, 0, 0); 6251 -webkit-transform: translate3d(100%, 0, 0);
6252 transform: translate3d(100%, 0, 0); 6252 transform: translate3d(100%, 0, 0);
6253 left: 0; 6253 left: 0;
6254 } 6254 }
6255 .carousel-inner > .item.prev, 6255 .carousel-inner > .item.prev,
6256 .carousel-inner > .item.active.left { 6256 .carousel-inner > .item.active.left {
6257 -webkit-transform: translate3d(-100%, 0, 0); 6257 -webkit-transform: translate3d(-100%, 0, 0);
6258 transform: translate3d(-100%, 0, 0); 6258 transform: translate3d(-100%, 0, 0);
6259 left: 0; 6259 left: 0;
6260 } 6260 }
6261 .carousel-inner > .item.next.left, 6261 .carousel-inner > .item.next.left,
6262 .carousel-inner > .item.prev.right, 6262 .carousel-inner > .item.prev.right,
6263 .carousel-inner > .item.active { 6263 .carousel-inner > .item.active {
6264 -webkit-transform: translate3d(0, 0, 0); 6264 -webkit-transform: translate3d(0, 0, 0);
6265 transform: translate3d(0, 0, 0); 6265 transform: translate3d(0, 0, 0);
6266 left: 0; 6266 left: 0;
6267 } 6267 }
6268 } 6268 }
6269 .carousel-inner > .active, 6269 .carousel-inner > .active,
6270 .carousel-inner > .next, 6270 .carousel-inner > .next,
6271 .carousel-inner > .prev { 6271 .carousel-inner > .prev {
6272 display: block; 6272 display: block;
6273 } 6273 }
6274 .carousel-inner > .active { 6274 .carousel-inner > .active {
6275 left: 0; 6275 left: 0;
6276 } 6276 }
6277 .carousel-inner > .next, 6277 .carousel-inner > .next,
6278 .carousel-inner > .prev { 6278 .carousel-inner > .prev {
6279 position: absolute; 6279 position: absolute;
6280 top: 0; 6280 top: 0;
6281 width: 100%; 6281 width: 100%;
6282 } 6282 }
6283 .carousel-inner > .next { 6283 .carousel-inner > .next {
6284 left: 100%; 6284 left: 100%;
6285 } 6285 }
6286 .carousel-inner > .prev { 6286 .carousel-inner > .prev {
6287 left: -100%; 6287 left: -100%;
6288 } 6288 }
6289 .carousel-inner > .next.left, 6289 .carousel-inner > .next.left,
6290 .carousel-inner > .prev.right { 6290 .carousel-inner > .prev.right {
6291 left: 0; 6291 left: 0;
6292 } 6292 }
6293 .carousel-inner > .active.left { 6293 .carousel-inner > .active.left {
6294 left: -100%; 6294 left: -100%;
6295 } 6295 }
6296 .carousel-inner > .active.right { 6296 .carousel-inner > .active.right {
6297 left: 100%; 6297 left: 100%;
6298 } 6298 }
6299 .carousel-control { 6299 .carousel-control {
6300 position: absolute; 6300 position: absolute;
6301 top: 0; 6301 top: 0;
6302 left: 0; 6302 left: 0;
6303 bottom: 0; 6303 bottom: 0;
6304 width: 15%; 6304 width: 15%;
6305 opacity: 0.5; 6305 opacity: 0.5;
6306 filter: alpha(opacity=50); 6306 filter: alpha(opacity=50);
6307 font-size: 20px; 6307 font-size: 20px;
6308 color: #fff; 6308 color: #fff;
6309 text-align: center; 6309 text-align: center;
6310 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); 6310 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6311 background-color: rgba(0, 0, 0, 0); 6311 background-color: rgba(0, 0, 0, 0);
6312 } 6312 }
6313 .carousel-control.left { 6313 .carousel-control.left {
6314 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6314 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6315 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6315 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6316 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6316 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6317 background-repeat: repeat-x; 6317 background-repeat: repeat-x;
6318 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); 6318 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
6319 } 6319 }
6320 .carousel-control.right { 6320 .carousel-control.right {
6321 left: auto; 6321 left: auto;
6322 right: 0; 6322 right: 0;
6323 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6323 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6324 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6324 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6325 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6325 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6326 background-repeat: repeat-x; 6326 background-repeat: repeat-x;
6327 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); 6327 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
6328 } 6328 }
6329 .carousel-control:hover, 6329 .carousel-control:hover,
6330 .carousel-control:focus { 6330 .carousel-control:focus {
6331 outline: 0; 6331 outline: 0;
6332 color: #fff; 6332 color: #fff;
6333 text-decoration: none; 6333 text-decoration: none;
6334 opacity: 0.9; 6334 opacity: 0.9;
6335 filter: alpha(opacity=90); 6335 filter: alpha(opacity=90);
6336 } 6336 }
6337 .carousel-control .icon-prev, 6337 .carousel-control .icon-prev,
6338 .carousel-control .icon-next, 6338 .carousel-control .icon-next,
6339 .carousel-control .glyphicon-chevron-left, 6339 .carousel-control .glyphicon-chevron-left,
6340 .carousel-control .glyphicon-chevron-right { 6340 .carousel-control .glyphicon-chevron-right {
6341 position: absolute; 6341 position: absolute;
6342 top: 50%; 6342 top: 50%;
6343 margin-top: -10px; 6343 margin-top: -10px;
6344 z-index: 5; 6344 z-index: 5;
6345 display: inline-block; 6345 display: inline-block;
6346 } 6346 }
6347 .carousel-control .icon-prev, 6347 .carousel-control .icon-prev,
6348 .carousel-control .glyphicon-chevron-left { 6348 .carousel-control .glyphicon-chevron-left {
6349 left: 50%; 6349 left: 50%;
6350 margin-left: -10px; 6350 margin-left: -10px;
6351 } 6351 }
6352 .carousel-control .icon-next, 6352 .carousel-control .icon-next,
6353 .carousel-control .glyphicon-chevron-right { 6353 .carousel-control .glyphicon-chevron-right {
6354 right: 50%; 6354 right: 50%;
6355 margin-right: -10px; 6355 margin-right: -10px;
6356 } 6356 }
6357 .carousel-control .icon-prev, 6357 .carousel-control .icon-prev,
6358 .carousel-control .icon-next { 6358 .carousel-control .icon-next {
6359 width: 20px; 6359 width: 20px;
6360 height: 20px; 6360 height: 20px;
6361 line-height: 1; 6361 line-height: 1;
6362 font-family: serif; 6362 font-family: serif;
6363 } 6363 }
6364 .carousel-control .icon-prev:before { 6364 .carousel-control .icon-prev:before {
6365 content: '\2039'; 6365 content: '\2039';
6366 } 6366 }
6367 .carousel-control .icon-next:before { 6367 .carousel-control .icon-next:before {
6368 content: '\203a'; 6368 content: '\203a';
6369 } 6369 }
6370 .carousel-indicators { 6370 .carousel-indicators {
6371 position: absolute; 6371 position: absolute;
6372 bottom: 10px; 6372 bottom: 10px;
6373 left: 50%; 6373 left: 50%;
6374 z-index: 15; 6374 z-index: 15;
6375 width: 60%; 6375 width: 60%;
6376 margin-left: -30%; 6376 margin-left: -30%;
6377 padding-left: 0; 6377 padding-left: 0;
6378 list-style: none; 6378 list-style: none;
6379 text-align: center; 6379 text-align: center;
6380 } 6380 }
6381 .carousel-indicators li { 6381 .carousel-indicators li {
6382 display: inline-block; 6382 display: inline-block;
6383 width: 10px; 6383 width: 10px;
6384 height: 10px; 6384 height: 10px;
6385 margin: 1px; 6385 margin: 1px;
6386 text-indent: -999px; 6386 text-indent: -999px;
6387 border: 1px solid #fff; 6387 border: 1px solid #fff;
6388 border-radius: 10px; 6388 border-radius: 10px;
6389 cursor: pointer; 6389 cursor: pointer;
6390 background-color: #000 \9; 6390 background-color: #000 \9;
6391 background-color: rgba(0, 0, 0, 0); 6391 background-color: rgba(0, 0, 0, 0);
6392 } 6392 }
6393 .carousel-indicators .active { 6393 .carousel-indicators .active {
6394 margin: 0; 6394 margin: 0;
6395 width: 12px; 6395 width: 12px;
6396 height: 12px; 6396 height: 12px;
6397 background-color: #fff; 6397 background-color: #fff;
6398 } 6398 }
6399 .carousel-caption { 6399 .carousel-caption {
6400 position: absolute; 6400 position: absolute;
6401 left: 15%; 6401 left: 15%;
6402 right: 15%; 6402 right: 15%;
6403 bottom: 20px; 6403 bottom: 20px;
6404 z-index: 10; 6404 z-index: 10;
6405 padding-top: 20px; 6405 padding-top: 20px;
6406 padding-bottom: 20px; 6406 padding-bottom: 20px;
6407 color: #fff; 6407 color: #fff;
6408 text-align: center; 6408 text-align: center;
6409 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); 6409 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6410 } 6410 }
6411 .carousel-caption .btn { 6411 .carousel-caption .btn {
6412 text-shadow: none; 6412 text-shadow: none;
6413 } 6413 }
6414 @media screen and (min-width: 769px) { 6414 @media screen and (min-width: 769px) {
6415 .carousel-control .glyphicon-chevron-left, 6415 .carousel-control .glyphicon-chevron-left,
6416 .carousel-control .glyphicon-chevron-right, 6416 .carousel-control .glyphicon-chevron-right,
6417 .carousel-control .icon-prev, 6417 .carousel-control .icon-prev,
6418 .carousel-control .icon-next { 6418 .carousel-control .icon-next {
6419 width: 30px; 6419 width: 30px;
6420 height: 30px; 6420 height: 30px;
6421 margin-top: -10px; 6421 margin-top: -10px;
6422 font-size: 30px; 6422 font-size: 30px;
6423 } 6423 }
6424 .carousel-control .glyphicon-chevron-left, 6424 .carousel-control .glyphicon-chevron-left,
6425 .carousel-control .icon-prev { 6425 .carousel-control .icon-prev {
6426 margin-left: -10px; 6426 margin-left: -10px;
6427 } 6427 }
6428 .carousel-control .glyphicon-chevron-right, 6428 .carousel-control .glyphicon-chevron-right,
6429 .carousel-control .icon-next { 6429 .carousel-control .icon-next {
6430 margin-right: -10px; 6430 margin-right: -10px;
6431 } 6431 }
6432 .carousel-caption { 6432 .carousel-caption {
6433 left: 20%; 6433 left: 20%;
6434 right: 20%; 6434 right: 20%;
6435 padding-bottom: 30px; 6435 padding-bottom: 30px;
6436 } 6436 }
6437 .carousel-indicators { 6437 .carousel-indicators {
6438 bottom: 20px; 6438 bottom: 20px;
6439 } 6439 }
6440 } 6440 }
6441 .clearfix:before, 6441 .clearfix:before,
6442 .clearfix:after, 6442 .clearfix:after,
6443 .dl-horizontal dd:before, 6443 .dl-horizontal dd:before,
6444 .dl-horizontal dd:after, 6444 .dl-horizontal dd:after,
6445 .container:before, 6445 .container:before,
6446 .container:after, 6446 .container:after,
6447 .container-fluid:before, 6447 .container-fluid:before,
6448 .container-fluid:after, 6448 .container-fluid:after,
6449 .row:before, 6449 .row:before,
6450 .row:after, 6450 .row:after,
6451 .form-horizontal .form-group:before, 6451 .form-horizontal .form-group:before,
6452 .form-horizontal .form-group:after, 6452 .form-horizontal .form-group:after,
6453 .btn-toolbar:before, 6453 .btn-toolbar:before,
6454 .btn-toolbar:after, 6454 .btn-toolbar:after,
6455 .btn-group-vertical > .btn-group:before, 6455 .btn-group-vertical > .btn-group:before,
6456 .btn-group-vertical > .btn-group:after, 6456 .btn-group-vertical > .btn-group:after,
6457 .nav:before, 6457 .nav:before,
6458 .nav:after, 6458 .nav:after,
6459 .navbar:before, 6459 .navbar:before,
6460 .navbar:after, 6460 .navbar:after,
6461 .navbar-header:before, 6461 .navbar-header:before,
6462 .navbar-header:after, 6462 .navbar-header:after,
6463 .navbar-collapse:before, 6463 .navbar-collapse:before,
6464 .navbar-collapse:after, 6464 .navbar-collapse:after,
6465 .pager:before, 6465 .pager:before,
6466 .pager:after, 6466 .pager:after,
6467 .panel-body:before, 6467 .panel-body:before,
6468 .panel-body:after, 6468 .panel-body:after,
6469 .modal-header:before, 6469 .modal-header:before,
6470 .modal-header:after, 6470 .modal-header:after,
6471 .modal-footer:before, 6471 .modal-footer:before,
6472 .modal-footer:after { 6472 .modal-footer:after {
6473 content: " "; 6473 content: " ";
6474 display: table; 6474 display: table;
6475 } 6475 }
6476 .clearfix:after, 6476 .clearfix:after,
6477 .dl-horizontal dd:after, 6477 .dl-horizontal dd:after,
6478 .container:after, 6478 .container:after,
6479 .container-fluid:after, 6479 .container-fluid:after,
6480 .row:after, 6480 .row:after,
6481 .form-horizontal .form-group:after, 6481 .form-horizontal .form-group:after,
6482 .btn-toolbar:after, 6482 .btn-toolbar:after,
6483 .btn-group-vertical > .btn-group:after, 6483 .btn-group-vertical > .btn-group:after,
6484 .nav:after, 6484 .nav:after,
6485 .navbar:after, 6485 .navbar:after,
6486 .navbar-header:after, 6486 .navbar-header:after,
6487 .navbar-collapse:after, 6487 .navbar-collapse:after,
6488 .pager:after, 6488 .pager:after,
6489 .panel-body:after, 6489 .panel-body:after,
6490 .modal-header:after, 6490 .modal-header:after,
6491 .modal-footer:after { 6491 .modal-footer:after {
6492 clear: both; 6492 clear: both;
6493 } 6493 }
6494 .center-block { 6494 .center-block {
6495 display: block; 6495 display: block;
6496 margin-left: auto; 6496 margin-left: auto;
6497 margin-right: auto; 6497 margin-right: auto;
6498 } 6498 }
6499 .pull-right { 6499 .pull-right {
6500 float: right !important; 6500 float: right !important;
6501 } 6501 }
6502 .pull-left { 6502 .pull-left {
6503 float: left !important; 6503 float: left !important;
6504 } 6504 }
6505 .hide { 6505 .hide {
6506 display: none !important; 6506 display: none !important;
6507 } 6507 }
6508 .show { 6508 .show {
6509 display: block !important; 6509 display: block !important;
6510 } 6510 }
6511 .invisible { 6511 .invisible {
6512 visibility: hidden; 6512 visibility: hidden;
6513 } 6513 }
6514 .text-hide { 6514 .text-hide {
6515 font: 0/0 a; 6515 font: 0/0 a;
6516 color: transparent; 6516 color: transparent;
6517 text-shadow: none; 6517 text-shadow: none;
6518 background-color: transparent; 6518 background-color: transparent;
6519 border: 0; 6519 border: 0;
6520 } 6520 }
6521 .hidden { 6521 .hidden {
6522 display: none !important; 6522 display: none !important;
6523 } 6523 }
6524 .affix { 6524 .affix {
6525 position: fixed; 6525 position: fixed;
6526 } 6526 }
6527 @-ms-viewport { 6527 @-ms-viewport {
6528 width: device-width; 6528 width: device-width;
6529 } 6529 }
6530 .visible-xs, 6530 .visible-xs,
6531 .visible-sm, 6531 .visible-sm,
6532 .visible-md, 6532 .visible-md,
6533 .visible-lg { 6533 .visible-lg {
6534 display: none !important; 6534 display: none !important;
6535 } 6535 }
6536 .visible-xs-block, 6536 .visible-xs-block,
6537 .visible-xs-inline, 6537 .visible-xs-inline,
6538 .visible-xs-inline-block, 6538 .visible-xs-inline-block,
6539 .visible-sm-block, 6539 .visible-sm-block,
6540 .visible-sm-inline, 6540 .visible-sm-inline,
6541 .visible-sm-inline-block, 6541 .visible-sm-inline-block,
6542 .visible-md-block, 6542 .visible-md-block,
6543 .visible-md-inline, 6543 .visible-md-inline,
6544 .visible-md-inline-block, 6544 .visible-md-inline-block,
6545 .visible-lg-block, 6545 .visible-lg-block,
6546 .visible-lg-inline, 6546 .visible-lg-inline,
6547 .visible-lg-inline-block { 6547 .visible-lg-inline-block {
6548 display: none !important; 6548 display: none !important;
6549 } 6549 }
6550 @media (max-width: 768px) { 6550 @media (max-width: 768px) {
6551 .visible-xs { 6551 .visible-xs {
6552 display: block !important; 6552 display: block !important;
6553 } 6553 }
6554 table.visible-xs { 6554 table.visible-xs {
6555 display: table !important; 6555 display: table !important;
6556 } 6556 }
6557 tr.visible-xs { 6557 tr.visible-xs {
6558 display: table-row !important; 6558 display: table-row !important;
6559 } 6559 }
6560 th.visible-xs, 6560 th.visible-xs,
6561 td.visible-xs { 6561 td.visible-xs {
6562 display: table-cell !important; 6562 display: table-cell !important;
6563 } 6563 }
6564 } 6564 }
6565 @media (max-width: 768px) { 6565 @media (max-width: 768px) {
6566 .visible-xs-block { 6566 .visible-xs-block {
6567 display: block !important; 6567 display: block !important;
6568 } 6568 }
6569 } 6569 }
6570 @media (max-width: 768px) { 6570 @media (max-width: 768px) {
6571 .visible-xs-inline { 6571 .visible-xs-inline {
6572 display: inline !important; 6572 display: inline !important;
6573 } 6573 }
6574 } 6574 }
6575 @media (max-width: 768px) { 6575 @media (max-width: 768px) {
6576 .visible-xs-inline-block { 6576 .visible-xs-inline-block {
6577 display: inline-block !important; 6577 display: inline-block !important;
6578 } 6578 }
6579 } 6579 }
6580 @media (min-width: 769px) and (max-width: 1024px) { 6580 @media (min-width: 769px) and (max-width: 1024px) {
6581 .visible-sm { 6581 .visible-sm {
6582 display: block !important; 6582 display: block !important;
6583 } 6583 }
6584 table.visible-sm { 6584 table.visible-sm {
6585 display: table !important; 6585 display: table !important;
6586 } 6586 }
6587 tr.visible-sm { 6587 tr.visible-sm {
6588 display: table-row !important; 6588 display: table-row !important;
6589 } 6589 }
6590 th.visible-sm, 6590 th.visible-sm,
6591 td.visible-sm { 6591 td.visible-sm {
6592 display: table-cell !important; 6592 display: table-cell !important;
6593 } 6593 }
6594 } 6594 }
6595 @media (min-width: 769px) and (max-width: 1024px) { 6595 @media (min-width: 769px) and (max-width: 1024px) {
6596 .visible-sm-block { 6596 .visible-sm-block {
6597 display: block !important; 6597 display: block !important;
6598 } 6598 }
6599 } 6599 }
6600 @media (min-width: 769px) and (max-width: 1024px) { 6600 @media (min-width: 769px) and (max-width: 1024px) {
6601 .visible-sm-inline { 6601 .visible-sm-inline {
6602 display: inline !important; 6602 display: inline !important;
6603 } 6603 }
6604 } 6604 }
6605 @media (min-width: 769px) and (max-width: 1024px) { 6605 @media (min-width: 769px) and (max-width: 1024px) {
6606 .visible-sm-inline-block { 6606 .visible-sm-inline-block {
6607 display: inline-block !important; 6607 display: inline-block !important;
6608 } 6608 }
6609 } 6609 }
6610 @media (min-width: 1025px) and (max-width: 1199px) { 6610 @media (min-width: 1025px) and (max-width: 1199px) {
6611 .visible-md { 6611 .visible-md {
6612 display: block !important; 6612 display: block !important;
6613 } 6613 }
6614 table.visible-md { 6614 table.visible-md {
6615 display: table !important; 6615 display: table !important;
6616 } 6616 }
6617 tr.visible-md { 6617 tr.visible-md {
6618 display: table-row !important; 6618 display: table-row !important;
6619 } 6619 }
6620 th.visible-md, 6620 th.visible-md,
6621 td.visible-md { 6621 td.visible-md {
6622 display: table-cell !important; 6622 display: table-cell !important;
6623 } 6623 }
6624 } 6624 }
6625 @media (min-width: 1025px) and (max-width: 1199px) { 6625 @media (min-width: 1025px) and (max-width: 1199px) {
6626 .visible-md-block { 6626 .visible-md-block {
6627 display: block !important; 6627 display: block !important;
6628 } 6628 }
6629 } 6629 }
6630 @media (min-width: 1025px) and (max-width: 1199px) { 6630 @media (min-width: 1025px) and (max-width: 1199px) {
6631 .visible-md-inline { 6631 .visible-md-inline {
6632 display: inline !important; 6632 display: inline !important;
6633 } 6633 }
6634 } 6634 }
6635 @media (min-width: 1025px) and (max-width: 1199px) { 6635 @media (min-width: 1025px) and (max-width: 1199px) {
6636 .visible-md-inline-block { 6636 .visible-md-inline-block {
6637 display: inline-block !important; 6637 display: inline-block !important;
6638 } 6638 }
6639 } 6639 }
6640 @media (min-width: 1200px) { 6640 @media (min-width: 1200px) {
6641 .visible-lg { 6641 .visible-lg {
6642 display: block !important; 6642 display: block !important;
6643 } 6643 }
6644 table.visible-lg { 6644 table.visible-lg {
6645 display: table !important; 6645 display: table !important;
6646 } 6646 }
6647 tr.visible-lg { 6647 tr.visible-lg {
6648 display: table-row !important; 6648 display: table-row !important;
6649 } 6649 }
6650 th.visible-lg, 6650 th.visible-lg,
6651 td.visible-lg { 6651 td.visible-lg {
6652 display: table-cell !important; 6652 display: table-cell !important;
6653 } 6653 }
6654 } 6654 }
6655 @media (min-width: 1200px) { 6655 @media (min-width: 1200px) {
6656 .visible-lg-block { 6656 .visible-lg-block {
6657 display: block !important; 6657 display: block !important;
6658 } 6658 }
6659 } 6659 }
6660 @media (min-width: 1200px) { 6660 @media (min-width: 1200px) {
6661 .visible-lg-inline { 6661 .visible-lg-inline {
6662 display: inline !important; 6662 display: inline !important;
6663 } 6663 }
6664 } 6664 }
6665 @media (min-width: 1200px) { 6665 @media (min-width: 1200px) {
6666 .visible-lg-inline-block { 6666 .visible-lg-inline-block {
6667 display: inline-block !important; 6667 display: inline-block !important;
6668 } 6668 }
6669 } 6669 }
6670 @media (max-width: 768px) { 6670 @media (max-width: 768px) {
6671 .hidden-xs { 6671 .hidden-xs {
6672 display: none !important; 6672 display: none !important;
6673 } 6673 }
6674 } 6674 }
6675 @media (min-width: 769px) and (max-width: 1024px) { 6675 @media (min-width: 769px) and (max-width: 1024px) {
6676 .hidden-sm { 6676 .hidden-sm {
6677 display: none !important; 6677 display: none !important;
6678 } 6678 }
6679 } 6679 }
6680 @media (min-width: 1025px) and (max-width: 1199px) { 6680 @media (min-width: 1025px) and (max-width: 1199px) {
6681 .hidden-md { 6681 .hidden-md {
6682 display: none !important; 6682 display: none !important;
6683 } 6683 }
6684 } 6684 }
6685 @media (min-width: 1200px) { 6685 @media (min-width: 1200px) {
6686 .hidden-lg { 6686 .hidden-lg {
6687 display: none !important; 6687 display: none !important;
6688 } 6688 }
6689 } 6689 }
6690 .visible-print { 6690 .visible-print {
6691 display: none !important; 6691 display: none !important;
6692 } 6692 }
6693 @media print { 6693 @media print {
6694 .visible-print { 6694 .visible-print {
6695 display: block !important; 6695 display: block !important;
6696 } 6696 }
6697 table.visible-print { 6697 table.visible-print {
6698 display: table !important; 6698 display: table !important;
6699 } 6699 }
6700 tr.visible-print { 6700 tr.visible-print {
6701 display: table-row !important; 6701 display: table-row !important;
6702 } 6702 }
6703 th.visible-print, 6703 th.visible-print,
6704 td.visible-print { 6704 td.visible-print {
6705 display: table-cell !important; 6705 display: table-cell !important;
6706 } 6706 }
6707 } 6707 }
6708 .visible-print-block { 6708 .visible-print-block {
6709 display: none !important; 6709 display: none !important;
6710 } 6710 }
6711 @media print { 6711 @media print {
6712 .visible-print-block { 6712 .visible-print-block {
6713 display: block !important; 6713 display: block !important;
6714 } 6714 }
6715 } 6715 }
6716 .visible-print-inline { 6716 .visible-print-inline {
6717 display: none !important; 6717 display: none !important;
6718 } 6718 }
6719 @media print { 6719 @media print {
6720 .visible-print-inline { 6720 .visible-print-inline {
6721 display: inline !important; 6721 display: inline !important;
6722 } 6722 }
6723 } 6723 }
6724 .visible-print-inline-block { 6724 .visible-print-inline-block {
6725 display: none !important; 6725 display: none !important;
6726 } 6726 }
6727 @media print { 6727 @media print {
6728 .visible-print-inline-block { 6728 .visible-print-inline-block {
6729 display: inline-block !important; 6729 display: inline-block !important;
6730 } 6730 }
6731 } 6731 }
6732 @media print { 6732 @media print {
6733 .hidden-print { 6733 .hidden-print {
6734 display: none !important; 6734 display: none !important;
6735 } 6735 }
6736 } 6736 }
6737 6737
imports/client/views/nonOrg/enter/SignupView.js
1 import React from 'react'; 1 import React from 'react';
2 import { Link } from 'react-router'; 2 import { Link } from 'react-router';
3 import { Row, Col, FormGroup, 3 import { Row, Col, FormGroup,
4 ControlLabel, FormControl, 4 ControlLabel, FormControl,
5 InputGroup, Button } from 'react-bootstrap'; 5 InputGroup, Button } from 'react-bootstrap';
6 import handleSignup from './signup'; 6 import handleSignup from './signup';
7 import { Orgs } from '/imports/collections/orgs/index'; 7 import { Orgs } from '/imports/collections/orgs/index';
8 import './signup.css' 8 import './signup.css';
9 9
10 export default class Signup extends React.Component { 10 export default class Signup extends React.Component {
11 constructor(props) { 11 constructor(props) {
12 super(props); 12 super(props);
13 this.state = { 13 this.state = {
14 orgSlug: "" 14 orgSlug: ""
15 }; 15 };
16 } 16 }
17 componentWillMount(){ 17 componentWillMount(){
18 Meteor.subscribe('allOrgsSlug'); 18 Meteor.subscribe('allOrgsSlug');
19 } 19 }
20 20
21 componentDidMount() { 21 componentDidMount() {
22 handleSignup({ component: this }); 22 handleSignup({ component: this });
23 } 23 }
24 handleChange(e) { 24 handleChange(e) {
25 this.setState({ orgSlug: e.target.value }); 25 this.setState({ orgSlug: e.target.value });
26 } 26 }
27 handleSubmit(event) { 27 handleSubmit(event) {
28 event.preventDefault(); 28 event.preventDefault();
29 } 29 }
30 checkExistingOrgSlug() { 30 checkExistingOrgSlug() {
31 if(this.state.orgSlug==""){return null} 31 if(this.state.orgSlug==""){return null}
32 searchOrg = Orgs.find({slug:this.state.orgSlug}).fetch(); 32 searchOrg = Orgs.find({slug:this.state.orgSlug}).fetch();
33 if(searchOrg.length>0){ 33 if(searchOrg.length>0){
34 return "error" 34 return "error"
35 }else{ 35 }else{
36 return "success" 36 return "success"
37 } 37 }
38 } 38 }
39 render() { 39 render() {
40 return ( 40 return (
41 <div className="Signup"> 41 <div className="Signup">
42 <Row> 42 <Row>
43 <Col xs={ 12 } sm={ 6 } md={ 4 }> 43 <Col md={ 12 }>
44 <h4 className="page-header">Sign Up</h4> 44 <h4 className="page-header">Sign Up</h4>
45 <form 45 <form
46 ref={ form => (this.signupForm = form) } 46 ref={ form => (this.signupForm = form) }
47 onSubmit={ this.handleSubmit } 47 onSubmit={ this.handleSubmit }
48 > 48 >
49 <Row> 49 <Row>
50 <Col xs={ 12 } sm={ 12 }> 50 <Col xs={ 10 } sm={ 10 }>
51 <FormGroup controlId="orgSlugField" validationState={this.checkExistingOrgSlug()}> 51 <FormGroup controlId="orgSlugField" validationState={this.checkExistingOrgSlug()}>
52 <ControlLabel>Organisation name</ControlLabel> 52 <ControlLabel>Organisation URL</ControlLabel>
53 <InputGroup> 53 <InputGroup>
54 <FormControl 54 <FormControl
55 type ="text" 55 type ="text"
56 ref ="orgSlug" 56 ref ="orgSlug"
57 name ="orgSlug" 57 name ="orgSlug"
58 placeholder ="School URL" 58 placeholder ="Organisation URL"
59 onChange = {(e) => this.handleChange(e)} 59 onChange = {(e) => this.handleChange(e)}
60 /> 60 />
61 <InputGroup.Addon>@yd.com</InputGroup.Addon> 61 <InputGroup.Addon>@yd.com</InputGroup.Addon>
62 </InputGroup> 62 </InputGroup>
63 </FormGroup> 63 </FormGroup>
64 </Col> 64 </Col>
65 </Row> 65 </Row>
66 <Row> 66 <Row>
67 <Col xs={ 6 } sm={ 6 }> 67 <Col xs={ 6 } sm={ 6 }>
68 <FormGroup> 68 <FormGroup>
69 <ControlLabel>First Name</ControlLabel> 69 <ControlLabel>Organisation Name</ControlLabel>
70 <FormControl 70 <FormControl
71 type="text" 71 type="text"
72 ref="orgName" 72 ref="orgName"
73 name="orgName" 73 name="orgName"
74 placeholder="School Name" 74 placeholder="Organisation Name"
75 /> 75 />
76 </FormGroup> 76 </FormGroup>
77 </Col> 77 </Col>
78 </Row> 78 </Row>
79 <Row> 79 <Row>
80 <Col xs={ 6 } sm={ 6 }> 80 <Col xs={ 6 } sm={ 6 }>
81 <FormGroup> 81 <FormGroup>
82 <ControlLabel>First Name</ControlLabel> 82 <ControlLabel>First Name</ControlLabel>
83 <FormControl 83 <FormControl
84 type="text" 84 type="text"
85 ref="firstName" 85 ref="firstName"
86 name="firstName" 86 name="firstName"
87 placeholder="First Name" 87 placeholder="First Name"
88 /> 88 />
89 </FormGroup> 89 </FormGroup>
90 </Col> 90 </Col>
91 <Col xs={ 6 } sm={ 6 }> 91 <Col xs={ 6 } sm={ 6 }>
92 <FormGroup> 92 <FormGroup>
93 <ControlLabel>Last Name</ControlLabel> 93 <ControlLabel>Last Name</ControlLabel>
94 <FormControl 94 <FormControl
95 type="text" 95 type="text"
96 ref="lastName" 96 ref="lastName"
97 name="lastName" 97 name="lastName"
98 placeholder="Last Name" 98 placeholder="Last Name"
99 /> 99 />
100 </FormGroup> 100 </FormGroup>
101 </Col> 101 </Col>
102 </Row> 102 </Row>
103 <FormGroup> 103 <FormGroup>
104 <ControlLabel>Email Address</ControlLabel> 104 <ControlLabel>Email Address</ControlLabel>
105 <FormControl 105 <FormControl
106 type="text" 106 type="text"
107 ref="emailAddress" 107 ref="emailAddress"
108 name="emailAddress" 108 name="emailAddress"
109 placeholder="Email Address" 109 placeholder="Email Address"
110 /> 110 />
111 </FormGroup> 111 </FormGroup>
112 <FormGroup> 112 <FormGroup>
113 <ControlLabel>Password</ControlLabel> 113 <ControlLabel>Password</ControlLabel>
114 <FormControl 114 <FormControl
115 type="password" 115 type="password"
116 ref="password" 116 ref="password"
117 name="password" 117 name="password"
118 placeholder="Password" 118 placeholder="Password"
119 /> 119 />
120 </FormGroup> 120 </FormGroup>
121 <Button type="submit" bsStyle="success">Sign Up</Button> 121 <Col md={12}
122 <Button type="submit" className='bheader' bsStyle="success">Sign Up</Button></Col>
122 </form> 123 </form>
123 <p>Already have an account? <Link to="/login">Log In</Link>.</p> 124 </Col>
124 </Col>
125 </Row> 125 </Row>
126 </div> 126 </div>
127 ); 127 );
128 } 128 }
129 } 129 }
imports/client/views/nonOrg/enter/signup.css
1 .Signup .row div{ 1 .Signup
2 display: block; 2 {
3 margin: auto; 3 background-color: white;
4 left: 27%; 4 margin: auto;
5 width: 40%;
6 border: 3px solid #73AD21;
7 padding: 10px;
8 }
9
10 .page-header .bheader
11 {
12 text-align: center;
5 } 13 }
6 14
imports/client/views/org/enter/LoginPane.js
1 import React from 'react'; 1 import React from 'react';
2 import { Link } from 'react-router'; 2 import { Link } from 'react-router';
3 import { ActionButton } from '/imports/client/components/ActionButton'; 3 import { ActionButton } from '/imports/client/components/ActionButton';
4 import { setQueryParam } from '/imports/client/app/utils/setQueryParam'; 4 import { setQueryParam } from '/imports/client/app/utils/setQueryParam';
5 import { Button, Form, FormGroup, Label, Input, FormText, Col } from 'reactstrap'; 5 import { Button, Form, FormGroup, Label, Input, FormText, Col } from 'reactstrap';
6 import { Alert } from 'reactstrap'; 6 import { Alert } from 'reactstrap';
7 import 'velocity-animate'; 7 import 'velocity-animate';
8 import 'velocity-animate/velocity.ui'; 8 import 'velocity-animate/velocity.ui';
9 import { VelocityComponent, VelocityTransitionGroup, velocityHelpers } from 'velocity-react'; 9 import { VelocityComponent, VelocityTransitionGroup, velocityHelpers } from 'velocity-react';
10 import './loginpane.css';
10 import ReactSVG from 'react-svg' 11 import ReactSVG from 'react-svg'
11 12
12 13
14
13 export class LoginPane extends React.Component { 15 export class LoginPane extends React.Component {
14 16
15 render() { 17 render() {
16 return ( 18 return (
17 <Col lg={{ size: 6, pull: 2, push: 2, offset: 1 }} md={{ size: 9, pull: 1, push: 1 }} sm={{ size: 10, push: 1, pull: 1 }}> 19 <Col md={12} >
18 <VelocityTransitionGroup enter={{ animation: "transition.slideRightIn"}} leave={{animation: "transition.fadeOut" }} runOnMount={true}> 20 <VelocityTransitionGroup enter={{ animation: "transition.slideRightIn"}} leave={{animation: "transition.fadeOut" }} runOnMount={true}>
19 <div className="enterPane__centerVerticallyWrapper"> 21 <div className="enterPane__centerVerticallyWrapper">
20 <Link 22 <Link
21 to={ setQueryParam(this.props.location, { enter: 'login' }) }> 23 to={ setQueryParam(this.props.location, { enter: 'login' }) }>
22 <ReactSVG 24 <ReactSVG
23 path="/files/images/svg/logo2--white.svg" 25 path="/files/images/svg/logo2--white.svg"
24 className="enterPane__logo" 26 className="enterPane__logo"
25 /> 27 />
26 </Link> 28 </Link>
27 <div className="enterPane__box"> 29 <div className="enterPane__box">
28 <div className="enterPane__header"> 30 <div className="enterPane__header">
29 Login 31 Login
30 </div> 32 </div>
31 <Alert color="danger" isOpen={ this.props.data.visible || this.props.data.error.length !== 0 }> 33 <Alert color="danger" isOpen={ this.props.data.visible || this.props.data.error.length !== 0 }>
32 { this.props.data.error } 34 { this.props.data.error }
33 </Alert> 35 </Alert>
34 <Alert color="success" isOpen={ this.props.data.visible || this.props.data.message.length !== 0 }> 36 <Alert color="success" isOpen={ this.props.data.visible || this.props.data.message.length !== 0 }>
35 { this.props.data.message } 37 { this.props.data.message }
36 </Alert> 38 </Alert>
37 <Form onSubmit={ (e) => this.props.onLogin(e) }> 39 <Form onSubmit={ (e) => this.props.onLogin(e) }>
40 <Col md={12}>
38 <FormGroup> 41 <FormGroup>
39 <Input type="email" size="lg" 42 <Input type="email" size="lg"
40 value={ this.props.data.email } 43 value={ this.props.data.email }
41 onChange={ (e) => this.props.onUpdate('email', e.currentTarget.value) } 44 onChange={ (e) => this.props.onUpdate('email', e.currentTarget.value) }
42 name="email" 45 name="email"
43 id="email" 46 id="email"
44 placeholder="Enter your email" /> 47 placeholder="Enter your email" />
45 </FormGroup> 48 </FormGroup></Col>
49 <Col md={12}>
46 <FormGroup> 50 <FormGroup>
47 <Input type="password" size="lg" 51 <Input type="password" size="lg"
48 value={ this.props.data.password } 52 value={ this.props.data.password }
49 onChange={ (e) => this.props.onUpdate('password', e.currentTarget.value) } 53 onChange={ (e) => this.props.onUpdate('password', e.currentTarget.value) }
50 name="password" 54 name="password"
51 id="password" 55 id="password"
52 placeholder="Enter your password" /> 56 placeholder="Enter your password" />
53 </FormGroup> 57 </FormGroup>
58 </Col>
59 <Col md={12}>
54 <FormGroup> 60 <FormGroup>
55 <ActionButton 61 <ActionButton
56 loading={ this.props.data.loading }> 62 loading={ this.props.data.loading }>
57 <Button 63 <Button
58 color="success" size="lg" 64 color="success" size="sm"
59 type="submit" 65 type="submit"
60 block> 66 block>
61 Log in 67 Log in
62 </Button> 68 </Button>
63 </ActionButton> 69 </ActionButton>
64 </FormGroup> 70 </FormGroup>
71 </Col>
65 <FormGroup className="enterPane__formGroupLogin--center"> 72 <FormGroup className="enterPane__formGroupLogin--center">
66 <Link className="enterPane__link" 73 <Link className="enterPane__link"
67 to={ setQueryParam(this.props.location, { enter: 'forgot' }) }> 74 to={ setQueryParam(this.props.location, { enter: 'forgot' }) }>
68 Forgotten password? 75 Forgotten password?
69 </Link> 76 </Link>
70 </FormGroup> 77 </FormGroup>
71 </Form> 78 </Form>
72 </div> 79 </div>
73 </div> 80 </div>
74 </VelocityTransitionGroup> 81 </VelocityTransitionGroup>
75 </Col> 82 </Col>
76 ); 83 );
77 } 84 }
78 } 85 }
79 86
imports/client/views/org/enter/loginpane.css
File was created 1 .enterPane__box{
2 background-color: white;
3 margin: auto;
4 width: 30%;
5 border: 3px solid #73AD21;
6 padding: 10px;
7 }
8
9 .enterPane__header{
10 text-align: center;
11 font-weight: bold;
12 }
13
public/css/assets/css/bootstrap.css
1 /* ------------------------------------------------------------------------------ 1 /* ------------------------------------------------------------------------------
2 * 2 *
3 * # Bootstrap file imports 3 * # Bootstrap file imports
4 * 4 *
5 * Import all main Bootstrap files. Bootstrap version 3.3.5 5 * Import all main Bootstrap files. Bootstrap version 3.3.5
6 * 6 *
7 * Version: 1.1 7 * Version: 1.1
8 * Latest update: Feb 5, 2016 8 * Latest update: Feb 5, 2016
9 * 9 *
10 * ---------------------------------------------------------------------------- */ 10 * ---------------------------------------------------------------------------- */
11 /* ------------------------------------------------------------------------------ 11 /* ------------------------------------------------------------------------------
12 * 12 *
13 * # Global less file 13 * # Global less file
14 * 14 *
15 * Common less file with imports of plugins and pages 15 * Common less file with imports of plugins and pages
16 * 16 *
17 * Version: 1.0 17 * Version: 1.0
18 * Latest update: Feb 5, 2016 18 * Latest update: Feb 5, 2016
19 * 19 *
20 * ---------------------------------------------------------------------------- */ 20 * ---------------------------------------------------------------------------- */
21 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ 21 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
22 html { 22 html {
23 font-family: sans-serif; 23 font-family: sans-serif;
24 -ms-text-size-adjust: 100%; 24 -ms-text-size-adjust: 100%;
25 -webkit-text-size-adjust: 100%; 25 -webkit-text-size-adjust: 100%;
26 } 26 }
27 body { 27 body {
28 margin: 0; 28 margin: 0;
29 } 29 }
30 article, 30 article,
31 aside, 31 aside,
32 details, 32 details,
33 figcaption, 33 figcaption,
34 figure, 34 figure,
35 footer, 35 footer,
36 header, 36 header,
37 hgroup, 37 hgroup,
38 main, 38 main,
39 menu, 39 menu,
40 nav, 40 nav,
41 section, 41 section,
42 summary { 42 summary {
43 display: block; 43 display: block;
44 } 44 }
45 audio, 45 audio,
46 canvas, 46 canvas,
47 progress, 47 progress,
48 video { 48 video {
49 display: inline-block; 49 display: inline-block;
50 vertical-align: baseline; 50 vertical-align: baseline;
51 } 51 }
52 audio:not([controls]) { 52 audio:not([controls]) {
53 display: none; 53 display: none;
54 height: 0; 54 height: 0;
55 } 55 }
56 [hidden], 56 [hidden],
57 template { 57 template {
58 display: none; 58 display: none;
59 } 59 }
60 a { 60 a {
61 background-color: transparent; 61 background-color: transparent;
62 } 62 }
63 a:active, 63 a:active,
64 a:hover { 64 a:hover {
65 outline: 0; 65 outline: 0;
66 } 66 }
67 abbr[title] { 67 abbr[title] {
68 border-bottom: 1px dotted; 68 border-bottom: 1px dotted;
69 } 69 }
70 b, 70 b,
71 strong { 71 strong {
72 font-weight: bold; 72 font-weight: bold;
73 } 73 }
74 dfn { 74 dfn {
75 font-style: italic; 75 font-style: italic;
76 } 76 }
77 h1 { 77 h1 {
78 font-size: 2em; 78 font-size: 2em;
79 margin: 0.67em 0; 79 margin: 0.67em 0;
80 } 80 }
81 mark { 81 mark {
82 background: #ff0; 82 background: #ff0;
83 color: #000; 83 color: #000;
84 } 84 }
85 small { 85 small {
86 font-size: 80%; 86 font-size: 80%;
87 } 87 }
88 sub, 88 sub,
89 sup { 89 sup {
90 font-size: 75%; 90 font-size: 75%;
91 line-height: 0; 91 line-height: 0;
92 position: relative; 92 position: relative;
93 vertical-align: baseline; 93 vertical-align: baseline;
94 } 94 }
95 sup { 95 sup {
96 top: -0.5em; 96 top: -0.5em;
97 } 97 }
98 sub { 98 sub {
99 bottom: -0.25em; 99 bottom: -0.25em;
100 } 100 }
101 img { 101 img {
102 border: 0; 102 border: 0;
103 } 103 }
104 svg:not(:root) { 104 svg:not(:root) {
105 overflow: hidden; 105 overflow: hidden;
106 } 106 }
107 figure { 107 figure {
108 margin: 1em 40px; 108 margin: 1em 40px;
109 } 109 }
110 hr { 110 hr {
111 box-sizing: content-box; 111 box-sizing: content-box;
112 height: 0; 112 height: 0;
113 } 113 }
114 pre { 114 pre {
115 overflow: auto; 115 overflow: auto;
116 } 116 }
117 code, 117 code,
118 kbd, 118 kbd,
119 pre, 119 pre,
120 samp { 120 samp {
121 font-family: monospace, monospace; 121 font-family: monospace, monospace;
122 font-size: 1em; 122 font-size: 1em;
123 } 123 }
124 button, 124 button,
125 input, 125 input,
126 optgroup, 126 optgroup,
127 select, 127 select,
128 textarea { 128 textarea {
129 color: inherit; 129 color: inherit;
130 font: inherit; 130 font: inherit;
131 margin: 0; 131 margin: 0;
132 } 132 }
133 button { 133 button {
134 overflow: visible; 134 overflow: visible;
135 } 135 }
136 button, 136 button,
137 select { 137 select {
138 text-transform: none; 138 text-transform: none;
139 } 139 }
140 button, 140 button,
141 html input[type="button"], 141 html input[type="button"],
142 input[type="reset"], 142 input[type="reset"],
143 input[type="submit"] { 143 input[type="submit"] {
144 -webkit-appearance: button; 144 -webkit-appearance: button;
145 cursor: pointer; 145 cursor: pointer;
146 } 146 }
147 button[disabled], 147 button[disabled],
148 html input[disabled] { 148 html input[disabled] {
149 cursor: default; 149 cursor: default;
150 } 150 }
151 button::-moz-focus-inner, 151 button::-moz-focus-inner,
152 input::-moz-focus-inner { 152 input::-moz-focus-inner {
153 border: 0; 153 border: 0;
154 padding: 0; 154 padding: 0;
155 } 155 }
156 input { 156 input {
157 line-height: normal; 157 line-height: normal;
158 } 158 }
159 input[type="checkbox"], 159 input[type="checkbox"],
160 input[type="radio"] { 160 input[type="radio"] {
161 box-sizing: border-box; 161 box-sizing: border-box;
162 padding: 0; 162 padding: 0;
163 } 163 }
164 input[type="number"]::-webkit-inner-spin-button, 164 input[type="number"]::-webkit-inner-spin-button,
165 input[type="number"]::-webkit-outer-spin-button { 165 input[type="number"]::-webkit-outer-spin-button {
166 height: auto; 166 height: auto;
167 } 167 }
168 input[type="search"] { 168 input[type="search"] {
169 -webkit-appearance: textfield; 169 -webkit-appearance: textfield;
170 box-sizing: content-box; 170 box-sizing: content-box;
171 } 171 }
172 input[type="search"]::-webkit-search-cancel-button, 172 input[type="search"]::-webkit-search-cancel-button,
173 input[type="search"]::-webkit-search-decoration { 173 input[type="search"]::-webkit-search-decoration {
174 -webkit-appearance: none; 174 -webkit-appearance: none;
175 } 175 }
176 fieldset { 176 fieldset {
177 border: 1px solid #c0c0c0; 177 border: 1px solid #c0c0c0;
178 margin: 0 2px; 178 margin: 0 2px;
179 padding: 0.35em 0.625em 0.75em; 179 padding: 0.35em 0.625em 0.75em;
180 } 180 }
181 legend { 181 legend {
182 border: 0; 182 border: 0;
183 padding: 0; 183 padding: 0;
184 } 184 }
185 textarea { 185 textarea {
186 overflow: auto; 186 overflow: auto;
187 } 187 }
188 optgroup { 188 optgroup {
189 font-weight: bold; 189 font-weight: bold;
190 } 190 }
191 table { 191 table {
192 border-collapse: collapse; 192 border-collapse: collapse;
193 border-spacing: 0; 193 border-spacing: 0;
194 } 194 }
195 td, 195 td,
196 th { 196 th {
197 padding: 0; 197 padding: 0;
198 } 198 }
199 /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ 199 /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
200 @media print { 200 @media print {
201 *, 201 *,
202 *:before, 202 *:before,
203 *:after { 203 *:after {
204 background: transparent !important; 204 background: transparent !important;
205 color: #000 !important; 205 color: #000 !important;
206 box-shadow: none !important; 206 box-shadow: none !important;
207 text-shadow: none !important; 207 text-shadow: none !important;
208 } 208 }
209 a, 209 a,
210 a:visited { 210 a:visited {
211 text-decoration: underline; 211 text-decoration: underline;
212 } 212 }
213 a[href]:after { 213 a[href]:after {
214 content: " (" attr(href) ")"; 214 content: " (" attr(href) ")";
215 } 215 }
216 abbr[title]:after { 216 abbr[title]:after {
217 content: " (" attr(title) ")"; 217 content: " (" attr(title) ")";
218 } 218 }
219 a[href^="#"]:after, 219 a[href^="#"]:after,
220 a[href^="javascript:"]:after { 220 a[href^="javascript:"]:after {
221 content: ""; 221 content: "";
222 } 222 }
223 pre, 223 pre,
224 blockquote { 224 blockquote {
225 border: 1px solid #999; 225 border: 1px solid #999;
226 page-break-inside: avoid; 226 page-break-inside: avoid;
227 } 227 }
228 thead { 228 thead {
229 display: table-header-group; 229 display: table-header-group;
230 } 230 }
231 tr, 231 tr,
232 img { 232 img {
233 page-break-inside: avoid; 233 page-break-inside: avoid;
234 } 234 }
235 img { 235 img {
236 max-width: 100% !important; 236 max-width: 100% !important;
237 } 237 }
238 p, 238 p,
239 h2, 239 h2,
240 h3 { 240 h3 {
241 orphans: 3; 241 orphans: 3;
242 widows: 3; 242 widows: 3;
243 } 243 }
244 h2, 244 h2,
245 h3 { 245 h3 {
246 page-break-after: avoid; 246 page-break-after: avoid;
247 } 247 }
248 .navbar { 248 .navbar {
249 display: none; 249 display: none;
250 } 250 }
251 .btn > .caret, 251 .btn > .caret,
252 .dropup > .btn > .caret { 252 .dropup > .btn > .caret {
253 border-top-color: #000 !important; 253 border-top-color: #000 !important;
254 } 254 }
255 .label { 255 .label {
256 border: 1px solid #000; 256 border: 1px solid #000;
257 } 257 }
258 .table { 258 .table {
259 border-collapse: collapse !important; 259 border-collapse: collapse !important;
260 } 260 }
261 .table td, 261 .table td,
262 .table th { 262 .table th {
263 background-color: #fff !important; 263 background-color: #fff !important;
264 } 264 }
265 .table-bordered th, 265 .table-bordered th,
266 .table-bordered td { 266 .table-bordered td {
267 border: 1px solid #ddd !important; 267 border: 1px solid #ddd !important;
268 } 268 }
269 } 269 }
270 @font-face { 270 @font-face {
271 font-family: 'Glyphicons Halflings'; 271 font-family: 'Glyphicons Halflings';
272 src: url('../css/icons/glyphicons/glyphicons-halflings-regular.eot'); 272 src: url('../css/icons/glyphicons/glyphicons-halflings-regular.eot');
273 src: url('../css/icons/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../css/icons/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../css/icons/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../css/icons/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../css/icons/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); 273 src: url('../css/icons/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../css/icons/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../css/icons/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../css/icons/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../css/icons/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
274 } 274 }
275 .glyphicon { 275 .glyphicon {
276 position: relative; 276 position: relative;
277 top: 1px; 277 top: 1px;
278 display: inline-block; 278 display: inline-block;
279 font-family: 'Glyphicons Halflings'; 279 font-family: 'Glyphicons Halflings';
280 font-style: normal; 280 font-style: normal;
281 font-weight: normal; 281 font-weight: normal;
282 line-height: 1; 282 line-height: 1;
283 -webkit-font-smoothing: antialiased; 283 -webkit-font-smoothing: antialiased;
284 -moz-osx-font-smoothing: grayscale; 284 -moz-osx-font-smoothing: grayscale;
285 } 285 }
286 .glyphicon-asterisk:before { 286 .glyphicon-asterisk:before {
287 content: "\002a"; 287 content: "\002a";
288 } 288 }
289 .glyphicon-plus:before { 289 .glyphicon-plus:before {
290 content: "\002b"; 290 content: "\002b";
291 } 291 }
292 .glyphicon-euro:before, 292 .glyphicon-euro:before,
293 .glyphicon-eur:before { 293 .glyphicon-eur:before {
294 content: "\20ac"; 294 content: "\20ac";
295 } 295 }
296 .glyphicon-minus:before { 296 .glyphicon-minus:before {
297 content: "\2212"; 297 content: "\2212";
298 } 298 }
299 .glyphicon-cloud:before { 299 .glyphicon-cloud:before {
300 content: "\2601"; 300 content: "\2601";
301 } 301 }
302 .glyphicon-envelope:before { 302 .glyphicon-envelope:before {
303 content: "\2709"; 303 content: "\2709";
304 } 304 }
305 .glyphicon-pencil:before { 305 .glyphicon-pencil:before {
306 content: "\270f"; 306 content: "\270f";
307 } 307 }
308 .glyphicon-glass:before { 308 .glyphicon-glass:before {
309 content: "\e001"; 309 content: "\e001";
310 } 310 }
311 .glyphicon-music:before { 311 .glyphicon-music:before {
312 content: "\e002"; 312 content: "\e002";
313 } 313 }
314 .glyphicon-search:before { 314 .glyphicon-search:before {
315 content: "\e003"; 315 content: "\e003";
316 } 316 }
317 .glyphicon-heart:before { 317 .glyphicon-heart:before {
318 content: "\e005"; 318 content: "\e005";
319 } 319 }
320 .glyphicon-star:before { 320 .glyphicon-star:before {
321 content: "\e006"; 321 content: "\e006";
322 } 322 }
323 .glyphicon-star-empty:before { 323 .glyphicon-star-empty:before {
324 content: "\e007"; 324 content: "\e007";
325 } 325 }
326 .glyphicon-user:before { 326 .glyphicon-user:before {
327 content: "\e008"; 327 content: "\e008";
328 } 328 }
329 .glyphicon-film:before { 329 .glyphicon-film:before {
330 content: "\e009"; 330 content: "\e009";
331 } 331 }
332 .glyphicon-th-large:before { 332 .glyphicon-th-large:before {
333 content: "\e010"; 333 content: "\e010";
334 } 334 }
335 .glyphicon-th:before { 335 .glyphicon-th:before {
336 content: "\e011"; 336 content: "\e011";
337 } 337 }
338 .glyphicon-th-list:before { 338 .glyphicon-th-list:before {
339 content: "\e012"; 339 content: "\e012";
340 } 340 }
341 .glyphicon-ok:before { 341 .glyphicon-ok:before {
342 content: "\e013"; 342 content: "\e013";
343 } 343 }
344 .glyphicon-remove:before { 344 .glyphicon-remove:before {
345 content: "\e014"; 345 content: "\e014";
346 } 346 }
347 .glyphicon-zoom-in:before { 347 .glyphicon-zoom-in:before {
348 content: "\e015"; 348 content: "\e015";
349 } 349 }
350 .glyphicon-zoom-out:before { 350 .glyphicon-zoom-out:before {
351 content: "\e016"; 351 content: "\e016";
352 } 352 }
353 .glyphicon-off:before { 353 .glyphicon-off:before {
354 content: "\e017"; 354 content: "\e017";
355 } 355 }
356 .glyphicon-signal:before { 356 .glyphicon-signal:before {
357 content: "\e018"; 357 content: "\e018";
358 } 358 }
359 .glyphicon-cog:before { 359 .glyphicon-cog:before {
360 content: "\e019"; 360 content: "\e019";
361 } 361 }
362 .glyphicon-trash:before { 362 .glyphicon-trash:before {
363 content: "\e020"; 363 content: "\e020";
364 } 364 }
365 .glyphicon-home:before { 365 .glyphicon-home:before {
366 content: "\e021"; 366 content: "\e021";
367 } 367 }
368 .glyphicon-file:before { 368 .glyphicon-file:before {
369 content: "\e022"; 369 content: "\e022";
370 } 370 }
371 .glyphicon-time:before { 371 .glyphicon-time:before {
372 content: "\e023"; 372 content: "\e023";
373 } 373 }
374 .glyphicon-road:before { 374 .glyphicon-road:before {
375 content: "\e024"; 375 content: "\e024";
376 } 376 }
377 .glyphicon-download-alt:before { 377 .glyphicon-download-alt:before {
378 content: "\e025"; 378 content: "\e025";
379 } 379 }
380 .glyphicon-download:before { 380 .glyphicon-download:before {
381 content: "\e026"; 381 content: "\e026";
382 } 382 }
383 .glyphicon-upload:before { 383 .glyphicon-upload:before {
384 content: "\e027"; 384 content: "\e027";
385 } 385 }
386 .glyphicon-inbox:before { 386 .glyphicon-inbox:before {
387 content: "\e028"; 387 content: "\e028";
388 } 388 }
389 .glyphicon-play-circle:before { 389 .glyphicon-play-circle:before {
390 content: "\e029"; 390 content: "\e029";
391 } 391 }
392 .glyphicon-repeat:before { 392 .glyphicon-repeat:before {
393 content: "\e030"; 393 content: "\e030";
394 } 394 }
395 .glyphicon-refresh:before { 395 .glyphicon-refresh:before {
396 content: "\e031"; 396 content: "\e031";
397 } 397 }
398 .glyphicon-list-alt:before { 398 .glyphicon-list-alt:before {
399 content: "\e032"; 399 content: "\e032";
400 } 400 }
401 .glyphicon-lock:before { 401 .glyphicon-lock:before {
402 content: "\e033"; 402 content: "\e033";
403 } 403 }
404 .glyphicon-flag:before { 404 .glyphicon-flag:before {
405 content: "\e034"; 405 content: "\e034";
406 } 406 }
407 .glyphicon-headphones:before { 407 .glyphicon-headphones:before {
408 content: "\e035"; 408 content: "\e035";
409 } 409 }
410 .glyphicon-volume-off:before { 410 .glyphicon-volume-off:before {
411 content: "\e036"; 411 content: "\e036";
412 } 412 }
413 .glyphicon-volume-down:before { 413 .glyphicon-volume-down:before {
414 content: "\e037"; 414 content: "\e037";
415 } 415 }
416 .glyphicon-volume-up:before { 416 .glyphicon-volume-up:before {
417 content: "\e038"; 417 content: "\e038";
418 } 418 }
419 .glyphicon-qrcode:before { 419 .glyphicon-qrcode:before {
420 content: "\e039"; 420 content: "\e039";
421 } 421 }
422 .glyphicon-barcode:before { 422 .glyphicon-barcode:before {
423 content: "\e040"; 423 content: "\e040";
424 } 424 }
425 .glyphicon-tag:before { 425 .glyphicon-tag:before {
426 content: "\e041"; 426 content: "\e041";
427 } 427 }
428 .glyphicon-tags:before { 428 .glyphicon-tags:before {
429 content: "\e042"; 429 content: "\e042";
430 } 430 }
431 .glyphicon-book:before { 431 .glyphicon-book:before {
432 content: "\e043"; 432 content: "\e043";
433 } 433 }
434 .glyphicon-bookmark:before { 434 .glyphicon-bookmark:before {
435 content: "\e044"; 435 content: "\e044";
436 } 436 }
437 .glyphicon-print:before { 437 .glyphicon-print:before {
438 content: "\e045"; 438 content: "\e045";
439 } 439 }
440 .glyphicon-camera:before { 440 .glyphicon-camera:before {
441 content: "\e046"; 441 content: "\e046";
442 } 442 }
443 .glyphicon-font:before { 443 .glyphicon-font:before {
444 content: "\e047"; 444 content: "\e047";
445 } 445 }
446 .glyphicon-bold:before { 446 .glyphicon-bold:before {
447 content: "\e048"; 447 content: "\e048";
448 } 448 }
449 .glyphicon-italic:before { 449 .glyphicon-italic:before {
450 content: "\e049"; 450 content: "\e049";
451 } 451 }
452 .glyphicon-text-height:before { 452 .glyphicon-text-height:before {
453 content: "\e050"; 453 content: "\e050";
454 } 454 }
455 .glyphicon-text-width:before { 455 .glyphicon-text-width:before {
456 content: "\e051"; 456 content: "\e051";
457 } 457 }
458 .glyphicon-align-left:before { 458 .glyphicon-align-left:before {
459 content: "\e052"; 459 content: "\e052";
460 } 460 }
461 .glyphicon-align-center:before { 461 .glyphicon-align-center:before {
462 content: "\e053"; 462 content: "\e053";
463 } 463 }
464 .glyphicon-align-right:before { 464 .glyphicon-align-right:before {
465 content: "\e054"; 465 content: "\e054";
466 } 466 }
467 .glyphicon-align-justify:before { 467 .glyphicon-align-justify:before {
468 content: "\e055"; 468 content: "\e055";
469 } 469 }
470 .glyphicon-list:before { 470 .glyphicon-list:before {
471 content: "\e056"; 471 content: "\e056";
472 } 472 }
473 .glyphicon-indent-left:before { 473 .glyphicon-indent-left:before {
474 content: "\e057"; 474 content: "\e057";
475 } 475 }
476 .glyphicon-indent-right:before { 476 .glyphicon-indent-right:before {
477 content: "\e058"; 477 content: "\e058";
478 } 478 }
479 .glyphicon-facetime-video:before { 479 .glyphicon-facetime-video:before {
480 content: "\e059"; 480 content: "\e059";
481 } 481 }
482 .glyphicon-picture:before { 482 .glyphicon-picture:before {
483 content: "\e060"; 483 content: "\e060";
484 } 484 }
485 .glyphicon-map-marker:before { 485 .glyphicon-map-marker:before {
486 content: "\e062"; 486 content: "\e062";
487 } 487 }
488 .glyphicon-adjust:before { 488 .glyphicon-adjust:before {
489 content: "\e063"; 489 content: "\e063";
490 } 490 }
491 .glyphicon-tint:before { 491 .glyphicon-tint:before {
492 content: "\e064"; 492 content: "\e064";
493 } 493 }
494 .glyphicon-edit:before { 494 .glyphicon-edit:before {
495 content: "\e065"; 495 content: "\e065";
496 } 496 }
497 .glyphicon-share:before { 497 .glyphicon-share:before {
498 content: "\e066"; 498 content: "\e066";
499 } 499 }
500 .glyphicon-check:before { 500 .glyphicon-check:before {
501 content: "\e067"; 501 content: "\e067";
502 } 502 }
503 .glyphicon-move:before { 503 .glyphicon-move:before {
504 content: "\e068"; 504 content: "\e068";
505 } 505 }
506 .glyphicon-step-backward:before { 506 .glyphicon-step-backward:before {
507 content: "\e069"; 507 content: "\e069";
508 } 508 }
509 .glyphicon-fast-backward:before { 509 .glyphicon-fast-backward:before {
510 content: "\e070"; 510 content: "\e070";
511 } 511 }
512 .glyphicon-backward:before { 512 .glyphicon-backward:before {
513 content: "\e071"; 513 content: "\e071";
514 } 514 }
515 .glyphicon-play:before { 515 .glyphicon-play:before {
516 content: "\e072"; 516 content: "\e072";
517 } 517 }
518 .glyphicon-pause:before { 518 .glyphicon-pause:before {
519 content: "\e073"; 519 content: "\e073";
520 } 520 }
521 .glyphicon-stop:before { 521 .glyphicon-stop:before {
522 content: "\e074"; 522 content: "\e074";
523 } 523 }
524 .glyphicon-forward:before { 524 .glyphicon-forward:before {
525 content: "\e075"; 525 content: "\e075";
526 } 526 }
527 .glyphicon-fast-forward:before { 527 .glyphicon-fast-forward:before {
528 content: "\e076"; 528 content: "\e076";
529 } 529 }
530 .glyphicon-step-forward:before { 530 .glyphicon-step-forward:before {
531 content: "\e077"; 531 content: "\e077";
532 } 532 }
533 .glyphicon-eject:before { 533 .glyphicon-eject:before {
534 content: "\e078"; 534 content: "\e078";
535 } 535 }
536 .glyphicon-chevron-left:before { 536 .glyphicon-chevron-left:before {
537 content: "\e079"; 537 content: "\e079";
538 } 538 }
539 .glyphicon-chevron-right:before { 539 .glyphicon-chevron-right:before {
540 content: "\e080"; 540 content: "\e080";
541 } 541 }
542 .glyphicon-plus-sign:before { 542 .glyphicon-plus-sign:before {
543 content: "\e081"; 543 content: "\e081";
544 } 544 }
545 .glyphicon-minus-sign:before { 545 .glyphicon-minus-sign:before {
546 content: "\e082"; 546 content: "\e082";
547 } 547 }
548 .glyphicon-remove-sign:before { 548 .glyphicon-remove-sign:before {
549 content: "\e083"; 549 content: "\e083";
550 } 550 }
551 .glyphicon-ok-sign:before { 551 .glyphicon-ok-sign:before {
552 content: "\e084"; 552 content: "\e084";
553 } 553 }
554 .glyphicon-question-sign:before { 554 .glyphicon-question-sign:before {
555 content: "\e085"; 555 content: "\e085";
556 } 556 }
557 .glyphicon-info-sign:before { 557 .glyphicon-info-sign:before {
558 content: "\e086"; 558 content: "\e086";
559 } 559 }
560 .glyphicon-screenshot:before { 560 .glyphicon-screenshot:before {
561 content: "\e087"; 561 content: "\e087";
562 } 562 }
563 .glyphicon-remove-circle:before { 563 .glyphicon-remove-circle:before {
564 content: "\e088"; 564 content: "\e088";
565 } 565 }
566 .glyphicon-ok-circle:before { 566 .glyphicon-ok-circle:before {
567 content: "\e089"; 567 content: "\e089";
568 } 568 }
569 .glyphicon-ban-circle:before { 569 .glyphicon-ban-circle:before {
570 content: "\e090"; 570 content: "\e090";
571 } 571 }
572 .glyphicon-arrow-left:before { 572 .glyphicon-arrow-left:before {
573 content: "\e091"; 573 content: "\e091";
574 } 574 }
575 .glyphicon-arrow-right:before { 575 .glyphicon-arrow-right:before {
576 content: "\e092"; 576 content: "\e092";
577 } 577 }
578 .glyphicon-arrow-up:before { 578 .glyphicon-arrow-up:before {
579 content: "\e093"; 579 content: "\e093";
580 } 580 }
581 .glyphicon-arrow-down:before { 581 .glyphicon-arrow-down:before {
582 content: "\e094"; 582 content: "\e094";
583 } 583 }
584 .glyphicon-share-alt:before { 584 .glyphicon-share-alt:before {
585 content: "\e095"; 585 content: "\e095";
586 } 586 }
587 .glyphicon-resize-full:before { 587 .glyphicon-resize-full:before {
588 content: "\e096"; 588 content: "\e096";
589 } 589 }
590 .glyphicon-resize-small:before { 590 .glyphicon-resize-small:before {
591 content: "\e097"; 591 content: "\e097";
592 } 592 }
593 .glyphicon-exclamation-sign:before { 593 .glyphicon-exclamation-sign:before {
594 content: "\e101"; 594 content: "\e101";
595 } 595 }
596 .glyphicon-gift:before { 596 .glyphicon-gift:before {
597 content: "\e102"; 597 content: "\e102";
598 } 598 }
599 .glyphicon-leaf:before { 599 .glyphicon-leaf:before {
600 content: "\e103"; 600 content: "\e103";
601 } 601 }
602 .glyphicon-fire:before { 602 .glyphicon-fire:before {
603 content: "\e104"; 603 content: "\e104";
604 } 604 }
605 .glyphicon-eye-open:before { 605 .glyphicon-eye-open:before {
606 content: "\e105"; 606 content: "\e105";
607 } 607 }
608 .glyphicon-eye-close:before { 608 .glyphicon-eye-close:before {
609 content: "\e106"; 609 content: "\e106";
610 } 610 }
611 .glyphicon-warning-sign:before { 611 .glyphicon-warning-sign:before {
612 content: "\e107"; 612 content: "\e107";
613 } 613 }
614 .glyphicon-plane:before { 614 .glyphicon-plane:before {
615 content: "\e108"; 615 content: "\e108";
616 } 616 }
617 .glyphicon-calendar:before { 617 .glyphicon-calendar:before {
618 content: "\e109"; 618 content: "\e109";
619 } 619 }
620 .glyphicon-random:before { 620 .glyphicon-random:before {
621 content: "\e110"; 621 content: "\e110";
622 } 622 }
623 .glyphicon-comment:before { 623 .glyphicon-comment:before {
624 content: "\e111"; 624 content: "\e111";
625 } 625 }
626 .glyphicon-magnet:before { 626 .glyphicon-magnet:before {
627 content: "\e112"; 627 content: "\e112";
628 } 628 }
629 .glyphicon-chevron-up:before { 629 .glyphicon-chevron-up:before {
630 content: "\e113"; 630 content: "\e113";
631 } 631 }
632 .glyphicon-chevron-down:before { 632 .glyphicon-chevron-down:before {
633 content: "\e114"; 633 content: "\e114";
634 } 634 }
635 .glyphicon-retweet:before { 635 .glyphicon-retweet:before {
636 content: "\e115"; 636 content: "\e115";
637 } 637 }
638 .glyphicon-shopping-cart:before { 638 .glyphicon-shopping-cart:before {
639 content: "\e116"; 639 content: "\e116";
640 } 640 }
641 .glyphicon-folder-close:before { 641 .glyphicon-folder-close:before {
642 content: "\e117"; 642 content: "\e117";
643 } 643 }
644 .glyphicon-folder-open:before { 644 .glyphicon-folder-open:before {
645 content: "\e118"; 645 content: "\e118";
646 } 646 }
647 .glyphicon-resize-vertical:before { 647 .glyphicon-resize-vertical:before {
648 content: "\e119"; 648 content: "\e119";
649 } 649 }
650 .glyphicon-resize-horizontal:before { 650 .glyphicon-resize-horizontal:before {
651 content: "\e120"; 651 content: "\e120";
652 } 652 }
653 .glyphicon-hdd:before { 653 .glyphicon-hdd:before {
654 content: "\e121"; 654 content: "\e121";
655 } 655 }
656 .glyphicon-bullhorn:before { 656 .glyphicon-bullhorn:before {
657 content: "\e122"; 657 content: "\e122";
658 } 658 }
659 .glyphicon-bell:before { 659 .glyphicon-bell:before {
660 content: "\e123"; 660 content: "\e123";
661 } 661 }
662 .glyphicon-certificate:before { 662 .glyphicon-certificate:before {
663 content: "\e124"; 663 content: "\e124";
664 } 664 }
665 .glyphicon-thumbs-up:before { 665 .glyphicon-thumbs-up:before {
666 content: "\e125"; 666 content: "\e125";
667 } 667 }
668 .glyphicon-thumbs-down:before { 668 .glyphicon-thumbs-down:before {
669 content: "\e126"; 669 content: "\e126";
670 } 670 }
671 .glyphicon-hand-right:before { 671 .glyphicon-hand-right:before {
672 content: "\e127"; 672 content: "\e127";
673 } 673 }
674 .glyphicon-hand-left:before { 674 .glyphicon-hand-left:before {
675 content: "\e128"; 675 content: "\e128";
676 } 676 }
677 .glyphicon-hand-up:before { 677 .glyphicon-hand-up:before {
678 content: "\e129"; 678 content: "\e129";
679 } 679 }
680 .glyphicon-hand-down:before { 680 .glyphicon-hand-down:before {
681 content: "\e130"; 681 content: "\e130";
682 } 682 }
683 .glyphicon-circle-arrow-right:before { 683 .glyphicon-circle-arrow-right:before {
684 content: "\e131"; 684 content: "\e131";
685 } 685 }
686 .glyphicon-circle-arrow-left:before { 686 .glyphicon-circle-arrow-left:before {
687 content: "\e132"; 687 content: "\e132";
688 } 688 }
689 .glyphicon-circle-arrow-up:before { 689 .glyphicon-circle-arrow-up:before {
690 content: "\e133"; 690 content: "\e133";
691 } 691 }
692 .glyphicon-circle-arrow-down:before { 692 .glyphicon-circle-arrow-down:before {
693 content: "\e134"; 693 content: "\e134";
694 } 694 }
695 .glyphicon-globe:before { 695 .glyphicon-globe:before {
696 content: "\e135"; 696 content: "\e135";
697 } 697 }
698 .glyphicon-wrench:before { 698 .glyphicon-wrench:before {
699 content: "\e136"; 699 content: "\e136";
700 } 700 }
701 .glyphicon-tasks:before { 701 .glyphicon-tasks:before {
702 content: "\e137"; 702 content: "\e137";
703 } 703 }
704 .glyphicon-filter:before { 704 .glyphicon-filter:before {
705 content: "\e138"; 705 content: "\e138";
706 } 706 }
707 .glyphicon-briefcase:before { 707 .glyphicon-briefcase:before {
708 content: "\e139"; 708 content: "\e139";
709 } 709 }
710 .glyphicon-fullscreen:before { 710 .glyphicon-fullscreen:before {
711 content: "\e140"; 711 content: "\e140";
712 } 712 }
713 .glyphicon-dashboard:before { 713 .glyphicon-dashboard:before {
714 content: "\e141"; 714 content: "\e141";
715 } 715 }
716 .glyphicon-paperclip:before { 716 .glyphicon-paperclip:before {
717 content: "\e142"; 717 content: "\e142";
718 } 718 }
719 .glyphicon-heart-empty:before { 719 .glyphicon-heart-empty:before {
720 content: "\e143"; 720 content: "\e143";
721 } 721 }
722 .glyphicon-link:before { 722 .glyphicon-link:before {
723 content: "\e144"; 723 content: "\e144";
724 } 724 }
725 .glyphicon-phone:before { 725 .glyphicon-phone:before {
726 content: "\e145"; 726 content: "\e145";
727 } 727 }
728 .glyphicon-pushpin:before { 728 .glyphicon-pushpin:before {
729 content: "\e146"; 729 content: "\e146";
730 } 730 }
731 .glyphicon-usd:before { 731 .glyphicon-usd:before {
732 content: "\e148"; 732 content: "\e148";
733 } 733 }
734 .glyphicon-gbp:before { 734 .glyphicon-gbp:before {
735 content: "\e149"; 735 content: "\e149";
736 } 736 }
737 .glyphicon-sort:before { 737 .glyphicon-sort:before {
738 content: "\e150"; 738 content: "\e150";
739 } 739 }
740 .glyphicon-sort-by-alphabet:before { 740 .glyphicon-sort-by-alphabet:before {
741 content: "\e151"; 741 content: "\e151";
742 } 742 }
743 .glyphicon-sort-by-alphabet-alt:before { 743 .glyphicon-sort-by-alphabet-alt:before {
744 content: "\e152"; 744 content: "\e152";
745 } 745 }
746 .glyphicon-sort-by-order:before { 746 .glyphicon-sort-by-order:before {
747 content: "\e153"; 747 content: "\e153";
748 } 748 }
749 .glyphicon-sort-by-order-alt:before { 749 .glyphicon-sort-by-order-alt:before {
750 content: "\e154"; 750 content: "\e154";
751 } 751 }
752 .glyphicon-sort-by-attributes:before { 752 .glyphicon-sort-by-attributes:before {
753 content: "\e155"; 753 content: "\e155";
754 } 754 }
755 .glyphicon-sort-by-attributes-alt:before { 755 .glyphicon-sort-by-attributes-alt:before {
756 content: "\e156"; 756 content: "\e156";
757 } 757 }
758 .glyphicon-unchecked:before { 758 .glyphicon-unchecked:before {
759 content: "\e157"; 759 content: "\e157";
760 } 760 }
761 .glyphicon-expand:before { 761 .glyphicon-expand:before {
762 content: "\e158"; 762 content: "\e158";
763 } 763 }
764 .glyphicon-collapse-down:before { 764 .glyphicon-collapse-down:before {
765 content: "\e159"; 765 content: "\e159";
766 } 766 }
767 .glyphicon-collapse-up:before { 767 .glyphicon-collapse-up:before {
768 content: "\e160"; 768 content: "\e160";
769 } 769 }
770 .glyphicon-log-in:before { 770 .glyphicon-log-in:before {
771 content: "\e161"; 771 content: "\e161";
772 } 772 }
773 .glyphicon-flash:before { 773 .glyphicon-flash:before {
774 content: "\e162"; 774 content: "\e162";
775 } 775 }
776 .glyphicon-log-out:before { 776 .glyphicon-log-out:before {
777 content: "\e163"; 777 content: "\e163";
778 } 778 }
779 .glyphicon-new-window:before { 779 .glyphicon-new-window:before {
780 content: "\e164"; 780 content: "\e164";
781 } 781 }
782 .glyphicon-record:before { 782 .glyphicon-record:before {
783 content: "\e165"; 783 content: "\e165";
784 } 784 }
785 .glyphicon-save:before { 785 .glyphicon-save:before {
786 content: "\e166"; 786 content: "\e166";
787 } 787 }
788 .glyphicon-open:before { 788 .glyphicon-open:before {
789 content: "\e167"; 789 content: "\e167";
790 } 790 }
791 .glyphicon-saved:before { 791 .glyphicon-saved:before {
792 content: "\e168"; 792 content: "\e168";
793 } 793 }
794 .glyphicon-import:before { 794 .glyphicon-import:before {
795 content: "\e169"; 795 content: "\e169";
796 } 796 }
797 .glyphicon-export:before { 797 .glyphicon-export:before {
798 content: "\e170"; 798 content: "\e170";
799 } 799 }
800 .glyphicon-send:before { 800 .glyphicon-send:before {
801 content: "\e171"; 801 content: "\e171";
802 } 802 }
803 .glyphicon-floppy-disk:before { 803 .glyphicon-floppy-disk:before {
804 content: "\e172"; 804 content: "\e172";
805 } 805 }
806 .glyphicon-floppy-saved:before { 806 .glyphicon-floppy-saved:before {
807 content: "\e173"; 807 content: "\e173";
808 } 808 }
809 .glyphicon-floppy-remove:before { 809 .glyphicon-floppy-remove:before {
810 content: "\e174"; 810 content: "\e174";
811 } 811 }
812 .glyphicon-floppy-save:before { 812 .glyphicon-floppy-save:before {
813 content: "\e175"; 813 content: "\e175";
814 } 814 }
815 .glyphicon-floppy-open:before { 815 .glyphicon-floppy-open:before {
816 content: "\e176"; 816 content: "\e176";
817 } 817 }
818 .glyphicon-credit-card:before { 818 .glyphicon-credit-card:before {
819 content: "\e177"; 819 content: "\e177";
820 } 820 }
821 .glyphicon-transfer:before { 821 .glyphicon-transfer:before {
822 content: "\e178"; 822 content: "\e178";
823 } 823 }
824 .glyphicon-cutlery:before { 824 .glyphicon-cutlery:before {
825 content: "\e179"; 825 content: "\e179";
826 } 826 }
827 .glyphicon-header:before { 827 .glyphicon-header:before {
828 content: "\e180"; 828 content: "\e180";
829 } 829 }
830 .glyphicon-compressed:before { 830 .glyphicon-compressed:before {
831 content: "\e181"; 831 content: "\e181";
832 } 832 }
833 .glyphicon-earphone:before { 833 .glyphicon-earphone:before {
834 content: "\e182"; 834 content: "\e182";
835 } 835 }
836 .glyphicon-phone-alt:before { 836 .glyphicon-phone-alt:before {
837 content: "\e183"; 837 content: "\e183";
838 } 838 }
839 .glyphicon-tower:before { 839 .glyphicon-tower:before {
840 content: "\e184"; 840 content: "\e184";
841 } 841 }
842 .glyphicon-stats:before { 842 .glyphicon-stats:before {
843 content: "\e185"; 843 content: "\e185";
844 } 844 }
845 .glyphicon-sd-video:before { 845 .glyphicon-sd-video:before {
846 content: "\e186"; 846 content: "\e186";
847 } 847 }
848 .glyphicon-hd-video:before { 848 .glyphicon-hd-video:before {
849 content: "\e187"; 849 content: "\e187";
850 } 850 }
851 .glyphicon-subtitles:before { 851 .glyphicon-subtitles:before {
852 content: "\e188"; 852 content: "\e188";
853 } 853 }
854 .glyphicon-sound-stereo:before { 854 .glyphicon-sound-stereo:before {
855 content: "\e189"; 855 content: "\e189";
856 } 856 }
857 .glyphicon-sound-dolby:before { 857 .glyphicon-sound-dolby:before {
858 content: "\e190"; 858 content: "\e190";
859 } 859 }
860 .glyphicon-sound-5-1:before { 860 .glyphicon-sound-5-1:before {
861 content: "\e191"; 861 content: "\e191";
862 } 862 }
863 .glyphicon-sound-6-1:before { 863 .glyphicon-sound-6-1:before {
864 content: "\e192"; 864 content: "\e192";
865 } 865 }
866 .glyphicon-sound-7-1:before { 866 .glyphicon-sound-7-1:before {
867 content: "\e193"; 867 content: "\e193";
868 } 868 }
869 .glyphicon-copyright-mark:before { 869 .glyphicon-copyright-mark:before {
870 content: "\e194"; 870 content: "\e194";
871 } 871 }
872 .glyphicon-registration-mark:before { 872 .glyphicon-registration-mark:before {
873 content: "\e195"; 873 content: "\e195";
874 } 874 }
875 .glyphicon-cloud-download:before { 875 .glyphicon-cloud-download:before {
876 content: "\e197"; 876 content: "\e197";
877 } 877 }
878 .glyphicon-cloud-upload:before { 878 .glyphicon-cloud-upload:before {
879 content: "\e198"; 879 content: "\e198";
880 } 880 }
881 .glyphicon-tree-conifer:before { 881 .glyphicon-tree-conifer:before {
882 content: "\e199"; 882 content: "\e199";
883 } 883 }
884 .glyphicon-tree-deciduous:before { 884 .glyphicon-tree-deciduous:before {
885 content: "\e200"; 885 content: "\e200";
886 } 886 }
887 .glyphicon-cd:before { 887 .glyphicon-cd:before {
888 content: "\e201"; 888 content: "\e201";
889 } 889 }
890 .glyphicon-save-file:before { 890 .glyphicon-save-file:before {
891 content: "\e202"; 891 content: "\e202";
892 } 892 }
893 .glyphicon-open-file:before { 893 .glyphicon-open-file:before {
894 content: "\e203"; 894 content: "\e203";
895 } 895 }
896 .glyphicon-level-up:before { 896 .glyphicon-level-up:before {
897 content: "\e204"; 897 content: "\e204";
898 } 898 }
899 .glyphicon-copy:before { 899 .glyphicon-copy:before {
900 content: "\e205"; 900 content: "\e205";
901 } 901 }
902 .glyphicon-paste:before { 902 .glyphicon-paste:before {
903 content: "\e206"; 903 content: "\e206";
904 } 904 }
905 .glyphicon-alert:before { 905 .glyphicon-alert:before {
906 content: "\e209"; 906 content: "\e209";
907 } 907 }
908 .glyphicon-equalizer:before { 908 .glyphicon-equalizer:before {
909 content: "\e210"; 909 content: "\e210";
910 } 910 }
911 .glyphicon-king:before { 911 .glyphicon-king:before {
912 content: "\e211"; 912 content: "\e211";
913 } 913 }
914 .glyphicon-queen:before { 914 .glyphicon-queen:before {
915 content: "\e212"; 915 content: "\e212";
916 } 916 }
917 .glyphicon-pawn:before { 917 .glyphicon-pawn:before {
918 content: "\e213"; 918 content: "\e213";
919 } 919 }
920 .glyphicon-bishop:before { 920 .glyphicon-bishop:before {
921 content: "\e214"; 921 content: "\e214";
922 } 922 }
923 .glyphicon-knight:before { 923 .glyphicon-knight:before {
924 content: "\e215"; 924 content: "\e215";
925 } 925 }
926 .glyphicon-baby-formula:before { 926 .glyphicon-baby-formula:before {
927 content: "\e216"; 927 content: "\e216";
928 } 928 }
929 .glyphicon-tent:before { 929 .glyphicon-tent:before {
930 content: "\26fa"; 930 content: "\26fa";
931 } 931 }
932 .glyphicon-blackboard:before { 932 .glyphicon-blackboard:before {
933 content: "\e218"; 933 content: "\e218";
934 } 934 }
935 .glyphicon-bed:before { 935 .glyphicon-bed:before {
936 content: "\e219"; 936 content: "\e219";
937 } 937 }
938 .glyphicon-apple:before { 938 .glyphicon-apple:before {
939 content: "\f8ff"; 939 content: "\f8ff";
940 } 940 }
941 .glyphicon-erase:before { 941 .glyphicon-erase:before {
942 content: "\e221"; 942 content: "\e221";
943 } 943 }
944 .glyphicon-hourglass:before { 944 .glyphicon-hourglass:before {
945 content: "\231b"; 945 content: "\231b";
946 } 946 }
947 .glyphicon-lamp:before { 947 .glyphicon-lamp:before {
948 content: "\e223"; 948 content: "\e223";
949 } 949 }
950 .glyphicon-duplicate:before { 950 .glyphicon-duplicate:before {
951 content: "\e224"; 951 content: "\e224";
952 } 952 }
953 .glyphicon-piggy-bank:before { 953 .glyphicon-piggy-bank:before {
954 content: "\e225"; 954 content: "\e225";
955 } 955 }
956 .glyphicon-scissors:before { 956 .glyphicon-scissors:before {
957 content: "\e226"; 957 content: "\e226";
958 } 958 }
959 .glyphicon-bitcoin:before { 959 .glyphicon-bitcoin:before {
960 content: "\e227"; 960 content: "\e227";
961 } 961 }
962 .glyphicon-btc:before { 962 .glyphicon-btc:before {
963 content: "\e227"; 963 content: "\e227";
964 } 964 }
965 .glyphicon-xbt:before { 965 .glyphicon-xbt:before {
966 content: "\e227"; 966 content: "\e227";
967 } 967 }
968 .glyphicon-yen:before { 968 .glyphicon-yen:before {
969 content: "\00a5"; 969 content: "\00a5";
970 } 970 }
971 .glyphicon-jpy:before { 971 .glyphicon-jpy:before {
972 content: "\00a5"; 972 content: "\00a5";
973 } 973 }
974 .glyphicon-ruble:before { 974 .glyphicon-ruble:before {
975 content: "\20bd"; 975 content: "\20bd";
976 } 976 }
977 .glyphicon-rub:before { 977 .glyphicon-rub:before {
978 content: "\20bd"; 978 content: "\20bd";
979 } 979 }
980 .glyphicon-scale:before { 980 .glyphicon-scale:before {
981 content: "\e230"; 981 content: "\e230";
982 } 982 }
983 .glyphicon-ice-lolly:before { 983 .glyphicon-ice-lolly:before {
984 content: "\e231"; 984 content: "\e231";
985 } 985 }
986 .glyphicon-ice-lolly-tasted:before { 986 .glyphicon-ice-lolly-tasted:before {
987 content: "\e232"; 987 content: "\e232";
988 } 988 }
989 .glyphicon-education:before { 989 .glyphicon-education:before {
990 content: "\e233"; 990 content: "\e233";
991 } 991 }
992 .glyphicon-option-horizontal:before { 992 .glyphicon-option-horizontal:before {
993 content: "\e234"; 993 content: "\e234";
994 } 994 }
995 .glyphicon-option-vertical:before { 995 .glyphicon-option-vertical:before {
996 content: "\e235"; 996 content: "\e235";
997 } 997 }
998 .glyphicon-menu-hamburger:before { 998 .glyphicon-menu-hamburger:before {
999 content: "\e236"; 999 content: "\e236";
1000 } 1000 }
1001 .glyphicon-modal-window:before { 1001 .glyphicon-modal-window:before {
1002 content: "\e237"; 1002 content: "\e237";
1003 } 1003 }
1004 .glyphicon-oil:before { 1004 .glyphicon-oil:before {
1005 content: "\e238"; 1005 content: "\e238";
1006 } 1006 }
1007 .glyphicon-grain:before { 1007 .glyphicon-grain:before {
1008 content: "\e239"; 1008 content: "\e239";
1009 } 1009 }
1010 .glyphicon-sunglasses:before { 1010 .glyphicon-sunglasses:before {
1011 content: "\e240"; 1011 content: "\e240";
1012 } 1012 }
1013 .glyphicon-text-size:before { 1013 .glyphicon-text-size:before {
1014 content: "\e241"; 1014 content: "\e241";
1015 } 1015 }
1016 .glyphicon-text-color:before { 1016 .glyphicon-text-color:before {
1017 content: "\e242"; 1017 content: "\e242";
1018 } 1018 }
1019 .glyphicon-text-background:before { 1019 .glyphicon-text-background:before {
1020 content: "\e243"; 1020 content: "\e243";
1021 } 1021 }
1022 .glyphicon-object-align-top:before { 1022 .glyphicon-object-align-top:before {
1023 content: "\e244"; 1023 content: "\e244";
1024 } 1024 }
1025 .glyphicon-object-align-bottom:before { 1025 .glyphicon-object-align-bottom:before {
1026 content: "\e245"; 1026 content: "\e245";
1027 } 1027 }
1028 .glyphicon-object-align-horizontal:before { 1028 .glyphicon-object-align-horizontal:before {
1029 content: "\e246"; 1029 content: "\e246";
1030 } 1030 }
1031 .glyphicon-object-align-left:before { 1031 .glyphicon-object-align-left:before {
1032 content: "\e247"; 1032 content: "\e247";
1033 } 1033 }
1034 .glyphicon-object-align-vertical:before { 1034 .glyphicon-object-align-vertical:before {
1035 content: "\e248"; 1035 content: "\e248";
1036 } 1036 }
1037 .glyphicon-object-align-right:before { 1037 .glyphicon-object-align-right:before {
1038 content: "\e249"; 1038 content: "\e249";
1039 } 1039 }
1040 .glyphicon-triangle-right:before { 1040 .glyphicon-triangle-right:before {
1041 content: "\e250"; 1041 content: "\e250";
1042 } 1042 }
1043 .glyphicon-triangle-left:before { 1043 .glyphicon-triangle-left:before {
1044 content: "\e251"; 1044 content: "\e251";
1045 } 1045 }
1046 .glyphicon-triangle-bottom:before { 1046 .glyphicon-triangle-bottom:before {
1047 content: "\e252"; 1047 content: "\e252";
1048 } 1048 }
1049 .glyphicon-triangle-top:before { 1049 .glyphicon-triangle-top:before {
1050 content: "\e253"; 1050 content: "\e253";
1051 } 1051 }
1052 .glyphicon-console:before { 1052 .glyphicon-console:before {
1053 content: "\e254"; 1053 content: "\e254";
1054 } 1054 }
1055 .glyphicon-superscript:before { 1055 .glyphicon-superscript:before {
1056 content: "\e255"; 1056 content: "\e255";
1057 } 1057 }
1058 .glyphicon-subscript:before { 1058 .glyphicon-subscript:before {
1059 content: "\e256"; 1059 content: "\e256";
1060 } 1060 }
1061 .glyphicon-menu-left:before { 1061 .glyphicon-menu-left:before {
1062 content: "\e257"; 1062 content: "\e257";
1063 } 1063 }
1064 .glyphicon-menu-right:before { 1064 .glyphicon-menu-right:before {
1065 content: "\e258"; 1065 content: "\e258";
1066 } 1066 }
1067 .glyphicon-menu-down:before { 1067 .glyphicon-menu-down:before {
1068 content: "\e259"; 1068 content: "\e259";
1069 } 1069 }
1070 .glyphicon-menu-up:before { 1070 .glyphicon-menu-up:before {
1071 content: "\e260"; 1071 content: "\e260";
1072 } 1072 }
1073 * { 1073 * {
1074 -webkit-box-sizing: border-box; 1074 -webkit-box-sizing: border-box;
1075 -moz-box-sizing: border-box; 1075 -moz-box-sizing: border-box;
1076 box-sizing: border-box; 1076 box-sizing: border-box;
1077 } 1077 }
1078 *:before, 1078 *:before,
1079 *:after { 1079 *:after {
1080 -webkit-box-sizing: border-box; 1080 -webkit-box-sizing: border-box;
1081 -moz-box-sizing: border-box; 1081 -moz-box-sizing: border-box;
1082 box-sizing: border-box; 1082 box-sizing: border-box;
1083 } 1083 }
1084 html { 1084 html {
1085 font-size: 10px; 1085 font-size: 10px;
1086 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 1086 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1087 } 1087 }
1088 body { 1088 body {
1089 font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif; 1089 font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
1090 font-size: 13px; 1090 font-size: 13px;
1091 line-height: 1.5384616; 1091 line-height: 1.5384616;
1092 color: #333333; 1092 color: #333333;
1093 background-color: #eeeded; 1093 background-color: white;
1094 } 1094 }
1095 input, 1095 input,
1096 button, 1096 button,
1097 select, 1097 select,
1098 textarea { 1098 textarea {
1099 font-family: inherit; 1099 font-family: inherit;
1100 font-size: inherit; 1100 font-size: inherit;
1101 line-height: inherit; 1101 line-height: inherit;
1102 } 1102 }
1103 a { 1103 a {
1104 color: #1E88E5; 1104 color: #1E88E5;
1105 text-decoration: none; 1105 text-decoration: none;
1106 } 1106 }
1107 a:hover, 1107 a:hover,
1108 a:focus { 1108 a:focus {
1109 color: #166dba; 1109 color: #166dba;
1110 text-decoration: none; 1110 text-decoration: none;
1111 } 1111 }
1112 a:focus { 1112 a:focus {
1113 outline: 5px auto -webkit-focus-ring-color; 1113 outline: 5px auto -webkit-focus-ring-color;
1114 outline-offset: -2px; 1114 outline-offset: -2px;
1115 } 1115 }
1116 figure { 1116 figure {
1117 margin: 0; 1117 margin: 0;
1118 } 1118 }
1119 img { 1119 img {
1120 vertical-align: middle; 1120 vertical-align: middle;
1121 } 1121 }
1122 .img-responsive, 1122 .img-responsive,
1123 .thumbnail > img, 1123 .thumbnail > img,
1124 .thumbnail a > img, 1124 .thumbnail a > img,
1125 .carousel-inner > .item > img, 1125 .carousel-inner > .item > img,
1126 .carousel-inner > .item > a > img { 1126 .carousel-inner > .item > a > img {
1127 display: block; 1127 display: block;
1128 max-width: 100%; 1128 max-width: 100%;
1129 height: auto; 1129 height: auto;
1130 } 1130 }
1131 .img-rounded { 1131 .img-rounded {
1132 border-radius: 4px; 1132 border-radius: 4px;
1133 } 1133 }
1134 .img-thumbnail { 1134 .img-thumbnail {
1135 padding: 3px; 1135 padding: 3px;
1136 line-height: 1.5384616; 1136 line-height: 1.5384616;
1137 background-color: #fff; 1137 background-color: #fff;
1138 border: 1px solid #ddd; 1138 border: 1px solid #ddd;
1139 border-radius: 3px; 1139 border-radius: 3px;
1140 -webkit-transition: all 0.2s ease-in-out; 1140 -webkit-transition: all 0.2s ease-in-out;
1141 -o-transition: all 0.2s ease-in-out; 1141 -o-transition: all 0.2s ease-in-out;
1142 transition: all 0.2s ease-in-out; 1142 transition: all 0.2s ease-in-out;
1143 display: inline-block; 1143 display: inline-block;
1144 max-width: 100%; 1144 max-width: 100%;
1145 height: auto; 1145 height: auto;
1146 } 1146 }
1147 .img-circle { 1147 .img-circle {
1148 border-radius: 50%; 1148 border-radius: 50%;
1149 } 1149 }
1150 hr { 1150 hr {
1151 margin-top: 20px; 1151 margin-top: 20px;
1152 margin-bottom: 20px; 1152 margin-bottom: 20px;
1153 border: 0; 1153 border: 0;
1154 border-top: 1px solid #ddd; 1154 border-top: 1px solid #ddd;
1155 } 1155 }
1156 .sr-only { 1156 .sr-only {
1157 position: absolute; 1157 position: absolute;
1158 width: 1px; 1158 width: 1px;
1159 height: 1px; 1159 height: 1px;
1160 margin: -1px; 1160 margin: -1px;
1161 padding: 0; 1161 padding: 0;
1162 overflow: hidden; 1162 overflow: hidden;
1163 clip: rect(0, 0, 0, 0); 1163 clip: rect(0, 0, 0, 0);
1164 border: 0; 1164 border: 0;
1165 } 1165 }
1166 .sr-only-focusable:active, 1166 .sr-only-focusable:active,
1167 .sr-only-focusable:focus { 1167 .sr-only-focusable:focus {
1168 position: static; 1168 position: static;
1169 width: auto; 1169 width: auto;
1170 height: auto; 1170 height: auto;
1171 margin: 0; 1171 margin: 0;
1172 overflow: visible; 1172 overflow: visible;
1173 clip: auto; 1173 clip: auto;
1174 } 1174 }
1175 [role="button"] { 1175 [role="button"] {
1176 cursor: pointer; 1176 cursor: pointer;
1177 } 1177 }
1178 h1, 1178 h1,
1179 h2, 1179 h2,
1180 h3, 1180 h3,
1181 h4, 1181 h4,
1182 h5, 1182 h5,
1183 h6, 1183 h6,
1184 .h1, 1184 .h1,
1185 .h2, 1185 .h2,
1186 .h3, 1186 .h3,
1187 .h4, 1187 .h4,
1188 .h5, 1188 .h5,
1189 .h6 { 1189 .h6 {
1190 font-family: inherit; 1190 font-family: inherit;
1191 font-weight: 400; 1191 font-weight: 400;
1192 line-height: 1.5384616; 1192 line-height: 1.5384616;
1193 color: inherit; 1193 color: inherit;
1194 } 1194 }
1195 h1 small, 1195 h1 small,
1196 h2 small, 1196 h2 small,
1197 h3 small, 1197 h3 small,
1198 h4 small, 1198 h4 small,
1199 h5 small, 1199 h5 small,
1200 h6 small, 1200 h6 small,
1201 .h1 small, 1201 .h1 small,
1202 .h2 small, 1202 .h2 small,
1203 .h3 small, 1203 .h3 small,
1204 .h4 small, 1204 .h4 small,
1205 .h5 small, 1205 .h5 small,
1206 .h6 small, 1206 .h6 small,
1207 h1 .small, 1207 h1 .small,
1208 h2 .small, 1208 h2 .small,
1209 h3 .small, 1209 h3 .small,
1210 h4 .small, 1210 h4 .small,
1211 h5 .small, 1211 h5 .small,
1212 h6 .small, 1212 h6 .small,
1213 .h1 .small, 1213 .h1 .small,
1214 .h2 .small, 1214 .h2 .small,
1215 .h3 .small, 1215 .h3 .small,
1216 .h4 .small, 1216 .h4 .small,
1217 .h5 .small, 1217 .h5 .small,
1218 .h6 .small { 1218 .h6 .small {
1219 font-weight: normal; 1219 font-weight: normal;
1220 line-height: 1; 1220 line-height: 1;
1221 color: #999999; 1221 color: #999999;
1222 } 1222 }
1223 h1, 1223 h1,
1224 .h1, 1224 .h1,
1225 h2, 1225 h2,
1226 .h2, 1226 .h2,
1227 h3, 1227 h3,
1228 .h3 { 1228 .h3 {
1229 margin-top: 20px; 1229 margin-top: 20px;
1230 margin-bottom: 10px; 1230 margin-bottom: 10px;
1231 } 1231 }
1232 h1 small, 1232 h1 small,
1233 .h1 small, 1233 .h1 small,
1234 h2 small, 1234 h2 small,
1235 .h2 small, 1235 .h2 small,
1236 h3 small, 1236 h3 small,
1237 .h3 small, 1237 .h3 small,
1238 h1 .small, 1238 h1 .small,
1239 .h1 .small, 1239 .h1 .small,
1240 h2 .small, 1240 h2 .small,
1241 .h2 .small, 1241 .h2 .small,
1242 h3 .small, 1242 h3 .small,
1243 .h3 .small { 1243 .h3 .small {
1244 font-size: 65%; 1244 font-size: 65%;
1245 } 1245 }
1246 h4, 1246 h4,
1247 .h4, 1247 .h4,
1248 h5, 1248 h5,
1249 .h5, 1249 .h5,
1250 h6, 1250 h6,
1251 .h6 { 1251 .h6 {
1252 margin-top: 10px; 1252 margin-top: 10px;
1253 margin-bottom: 10px; 1253 margin-bottom: 10px;
1254 } 1254 }
1255 h4 small, 1255 h4 small,
1256 .h4 small, 1256 .h4 small,
1257 h5 small, 1257 h5 small,
1258 .h5 small, 1258 .h5 small,
1259 h6 small, 1259 h6 small,
1260 .h6 small, 1260 .h6 small,
1261 h4 .small, 1261 h4 .small,
1262 .h4 .small, 1262 .h4 .small,
1263 h5 .small, 1263 h5 .small,
1264 .h5 .small, 1264 .h5 .small,
1265 h6 .small, 1265 h6 .small,
1266 .h6 .small { 1266 .h6 .small {
1267 font-size: 75%; 1267 font-size: 75%;
1268 } 1268 }
1269 h1, 1269 h1,
1270 .h1 { 1270 .h1 {
1271 font-size: 25px; 1271 font-size: 25px;
1272 } 1272 }
1273 h2, 1273 h2,
1274 .h2 { 1274 .h2 {
1275 font-size: 23px; 1275 font-size: 23px;
1276 } 1276 }
1277 h3, 1277 h3,
1278 .h3 { 1278 .h3 {
1279 font-size: 21px; 1279 font-size: 21px;
1280 } 1280 }
1281 h4, 1281 h4,
1282 .h4 { 1282 .h4 {
1283 font-size: 19px; 1283 font-size: 19px;
1284 } 1284 }
1285 h5, 1285 h5,
1286 .h5 { 1286 .h5 {
1287 font-size: 17px; 1287 font-size: 17px;
1288 } 1288 }
1289 h6, 1289 h6,
1290 .h6 { 1290 .h6 {
1291 font-size: 15px; 1291 font-size: 15px;
1292 } 1292 }
1293 p { 1293 p {
1294 margin: 0 0 10px; 1294 margin: 0 0 10px;
1295 } 1295 }
1296 .lead { 1296 .lead {
1297 margin-bottom: 20px; 1297 margin-bottom: 20px;
1298 font-size: 14px; 1298 font-size: 14px;
1299 font-weight: 300; 1299 font-weight: 300;
1300 line-height: 1.4; 1300 line-height: 1.4;
1301 } 1301 }
1302 @media (min-width: 769px) { 1302 @media (min-width: 769px) {
1303 .lead { 1303 .lead {
1304 font-size: 19.5px; 1304 font-size: 19.5px;
1305 } 1305 }
1306 } 1306 }
1307 small, 1307 small,
1308 .small { 1308 .small {
1309 font-size: 92%; 1309 font-size: 92%;
1310 } 1310 }
1311 mark, 1311 mark,
1312 .mark { 1312 .mark {
1313 background-color: #FFF3E0; 1313 background-color: #FFF3E0;
1314 padding: .2em; 1314 padding: .2em;
1315 } 1315 }
1316 .text-left { 1316 .text-left {
1317 text-align: left; 1317 text-align: left;
1318 } 1318 }
1319 .text-right { 1319 .text-right {
1320 text-align: right; 1320 text-align: right;
1321 } 1321 }
1322 .text-center { 1322 .text-center {
1323 text-align: center; 1323 text-align: center;
1324 } 1324 }
1325 .text-justify { 1325 .text-justify {
1326 text-align: justify; 1326 text-align: justify;
1327 } 1327 }
1328 .text-nowrap { 1328 .text-nowrap {
1329 white-space: nowrap; 1329 white-space: nowrap;
1330 } 1330 }
1331 .text-lowercase { 1331 .text-lowercase {
1332 text-transform: lowercase; 1332 text-transform: lowercase;
1333 } 1333 }
1334 .text-uppercase { 1334 .text-uppercase {
1335 text-transform: uppercase; 1335 text-transform: uppercase;
1336 } 1336 }
1337 .text-capitalize { 1337 .text-capitalize {
1338 text-transform: capitalize; 1338 text-transform: capitalize;
1339 } 1339 }
1340 .text-muted { 1340 .text-muted {
1341 color: #999999; 1341 color: #999999;
1342 } 1342 }
1343 .text-primary { 1343 .text-primary {
1344 color: #2196F3; 1344 color: #2196F3;
1345 } 1345 }
1346 a.text-primary:hover, 1346 a.text-primary:hover,
1347 a.text-primary:focus { 1347 a.text-primary:focus {
1348 color: #0c7cd5; 1348 color: #0c7cd5;
1349 } 1349 }
1350 .text-success { 1350 .text-success {
1351 color: #43A047; 1351 color: #43A047;
1352 } 1352 }
1353 a.text-success:hover, 1353 a.text-success:hover,
1354 a.text-success:focus { 1354 a.text-success:focus {
1355 color: #347c37; 1355 color: #347c37;
1356 } 1356 }
1357 .text-info { 1357 .text-info {
1358 color: #00838F; 1358 color: #00838F;
1359 } 1359 }
1360 a.text-info:hover, 1360 a.text-info:hover,
1361 a.text-info:focus { 1361 a.text-info:focus {
1362 color: #00545c; 1362 color: #00545c;
1363 } 1363 }
1364 .text-warning { 1364 .text-warning {
1365 color: #EF6C00; 1365 color: #EF6C00;
1366 } 1366 }
1367 a.text-warning:hover, 1367 a.text-warning:hover,
1368 a.text-warning:focus { 1368 a.text-warning:focus {
1369 color: #bc5500; 1369 color: #bc5500;
1370 } 1370 }
1371 .text-danger { 1371 .text-danger {
1372 color: #D84315; 1372 color: #D84315;
1373 } 1373 }
1374 a.text-danger:hover, 1374 a.text-danger:hover,
1375 a.text-danger:focus { 1375 a.text-danger:focus {
1376 color: #aa3510; 1376 color: #aa3510;
1377 } 1377 }
1378 .bg-primary { 1378 .bg-primary {
1379 color: #fff; 1379 color: #fff;
1380 background-color: #2196F3; 1380 background-color: #2196F3;
1381 } 1381 }
1382 a.bg-primary:hover, 1382 a.bg-primary:hover,
1383 a.bg-primary:focus { 1383 a.bg-primary:focus {
1384 background-color: #0c7cd5; 1384 background-color: #0c7cd5;
1385 } 1385 }
1386 .bg-success { 1386 .bg-success {
1387 background-color: #E8F5E9; 1387 background-color: #E8F5E9;
1388 } 1388 }
1389 a.bg-success:hover, 1389 a.bg-success:hover,
1390 a.bg-success:focus { 1390 a.bg-success:focus {
1391 background-color: #c4e6c7; 1391 background-color: #c4e6c7;
1392 } 1392 }
1393 .bg-info { 1393 .bg-info {
1394 background-color: #E0F7FA; 1394 background-color: #E0F7FA;
1395 } 1395 }
1396 a.bg-info:hover, 1396 a.bg-info:hover,
1397 a.bg-info:focus { 1397 a.bg-info:focus {
1398 background-color: #b4ecf3; 1398 background-color: #b4ecf3;
1399 } 1399 }
1400 .bg-warning { 1400 .bg-warning {
1401 background-color: #FFF3E0; 1401 background-color: #FFF3E0;
1402 } 1402 }
1403 a.bg-warning:hover, 1403 a.bg-warning:hover,
1404 a.bg-warning:focus { 1404 a.bg-warning:focus {
1405 background-color: #ffdfad; 1405 background-color: #ffdfad;
1406 } 1406 }
1407 .bg-danger { 1407 .bg-danger {
1408 background-color: #FBE9E7; 1408 background-color: #FBE9E7;
1409 } 1409 }
1410 a.bg-danger:hover, 1410 a.bg-danger:hover,
1411 a.bg-danger:focus { 1411 a.bg-danger:focus {
1412 background-color: #f4c1bb; 1412 background-color: #f4c1bb;
1413 } 1413 }
1414 .page-header { 1414 .page-header {
1415 padding-bottom: 9px; 1415 padding-bottom: 9px;
1416 margin: 40px 0 20px; 1416 margin: 40px 0 20px;
1417 border-bottom: 1px solid #ddd; 1417 border-bottom: 1px solid #ddd;
1418 } 1418 }
1419 ul, 1419 ul,
1420 ol { 1420 ol {
1421 margin-top: 0; 1421 margin-top: 0;
1422 margin-bottom: 10px; 1422 margin-bottom: 10px;
1423 } 1423 }
1424 ul ul, 1424 ul ul,
1425 ol ul, 1425 ol ul,
1426 ul ol, 1426 ul ol,
1427 ol ol { 1427 ol ol {
1428 margin-bottom: 0; 1428 margin-bottom: 0;
1429 } 1429 }
1430 .list-unstyled { 1430 .list-unstyled {
1431 padding-left: 0; 1431 padding-left: 0;
1432 list-style: none; 1432 list-style: none;
1433 } 1433 }
1434 .list-inline { 1434 .list-inline {
1435 padding-left: 0; 1435 padding-left: 0;
1436 list-style: none; 1436 list-style: none;
1437 margin-left: -5px; 1437 margin-left: -5px;
1438 } 1438 }
1439 .list-inline > li { 1439 .list-inline > li {
1440 display: inline-block; 1440 display: inline-block;
1441 padding-left: 5px; 1441 padding-left: 5px;
1442 padding-right: 5px; 1442 padding-right: 5px;
1443 } 1443 }
1444 dl { 1444 dl {
1445 margin-top: 0; 1445 margin-top: 0;
1446 margin-bottom: 20px; 1446 margin-bottom: 20px;
1447 } 1447 }
1448 dt, 1448 dt,
1449 dd { 1449 dd {
1450 line-height: 1.5384616; 1450 line-height: 1.5384616;
1451 } 1451 }
1452 dt { 1452 dt {
1453 font-weight: bold; 1453 font-weight: bold;
1454 } 1454 }
1455 dd { 1455 dd {
1456 margin-left: 0; 1456 margin-left: 0;
1457 } 1457 }
1458 @media (min-width: 769px) { 1458 @media (min-width: 769px) {
1459 .dl-horizontal dt { 1459 .dl-horizontal dt {
1460 float: left; 1460 float: left;
1461 width: 160px; 1461 width: 160px;
1462 clear: left; 1462 clear: left;
1463 text-align: right; 1463 text-align: right;
1464 overflow: hidden; 1464 overflow: hidden;
1465 text-overflow: ellipsis; 1465 text-overflow: ellipsis;
1466 white-space: nowrap; 1466 white-space: nowrap;
1467 } 1467 }
1468 .dl-horizontal dd { 1468 .dl-horizontal dd {
1469 margin-left: 180px; 1469 margin-left: 180px;
1470 } 1470 }
1471 } 1471 }
1472 abbr[title], 1472 abbr[title],
1473 abbr[data-original-title] { 1473 abbr[data-original-title] {
1474 cursor: help; 1474 cursor: help;
1475 border-bottom: 1px dotted #999999; 1475 border-bottom: 1px dotted #999999;
1476 } 1476 }
1477 .initialism { 1477 .initialism {
1478 font-size: 90%; 1478 font-size: 90%;
1479 text-transform: uppercase; 1479 text-transform: uppercase;
1480 } 1480 }
1481 blockquote { 1481 blockquote {
1482 padding: 10px 20px; 1482 padding: 10px 20px;
1483 margin: 0 0 20px; 1483 margin: 0 0 20px;
1484 font-size: 13px; 1484 font-size: 13px;
1485 border-left: 5px solid #eeeeee; 1485 border-left: 5px solid #eeeeee;
1486 } 1486 }
1487 blockquote p:last-child, 1487 blockquote p:last-child,
1488 blockquote ul:last-child, 1488 blockquote ul:last-child,
1489 blockquote ol:last-child { 1489 blockquote ol:last-child {
1490 margin-bottom: 0; 1490 margin-bottom: 0;
1491 } 1491 }
1492 blockquote footer, 1492 blockquote footer,
1493 blockquote small, 1493 blockquote small,
1494 blockquote .small { 1494 blockquote .small {
1495 display: block; 1495 display: block;
1496 font-size: 80%; 1496 font-size: 80%;
1497 line-height: 1.5384616; 1497 line-height: 1.5384616;
1498 color: #999999; 1498 color: #999999;
1499 } 1499 }
1500 blockquote footer:before, 1500 blockquote footer:before,
1501 blockquote small:before, 1501 blockquote small:before,
1502 blockquote .small:before { 1502 blockquote .small:before {
1503 content: '\2014 \00A0'; 1503 content: '\2014 \00A0';
1504 } 1504 }
1505 .blockquote-reverse, 1505 .blockquote-reverse,
1506 blockquote.pull-right { 1506 blockquote.pull-right {
1507 padding-right: 15px; 1507 padding-right: 15px;
1508 padding-left: 0; 1508 padding-left: 0;
1509 border-right: 5px solid #eeeeee; 1509 border-right: 5px solid #eeeeee;
1510 border-left: 0; 1510 border-left: 0;
1511 text-align: right; 1511 text-align: right;
1512 } 1512 }
1513 .blockquote-reverse footer:before, 1513 .blockquote-reverse footer:before,
1514 blockquote.pull-right footer:before, 1514 blockquote.pull-right footer:before,
1515 .blockquote-reverse small:before, 1515 .blockquote-reverse small:before,
1516 blockquote.pull-right small:before, 1516 blockquote.pull-right small:before,
1517 .blockquote-reverse .small:before, 1517 .blockquote-reverse .small:before,
1518 blockquote.pull-right .small:before { 1518 blockquote.pull-right .small:before {
1519 content: ''; 1519 content: '';
1520 } 1520 }
1521 .blockquote-reverse footer:after, 1521 .blockquote-reverse footer:after,
1522 blockquote.pull-right footer:after, 1522 blockquote.pull-right footer:after,
1523 .blockquote-reverse small:after, 1523 .blockquote-reverse small:after,
1524 blockquote.pull-right small:after, 1524 blockquote.pull-right small:after,
1525 .blockquote-reverse .small:after, 1525 .blockquote-reverse .small:after,
1526 blockquote.pull-right .small:after { 1526 blockquote.pull-right .small:after {
1527 content: '\00A0 \2014'; 1527 content: '\00A0 \2014';
1528 } 1528 }
1529 address { 1529 address {
1530 margin-bottom: 20px; 1530 margin-bottom: 20px;
1531 font-style: normal; 1531 font-style: normal;
1532 line-height: 1.5384616; 1532 line-height: 1.5384616;
1533 } 1533 }
1534 code, 1534 code,
1535 kbd, 1535 kbd,
1536 pre, 1536 pre,
1537 samp { 1537 samp {
1538 font-family: Menlo, Monaco, Consolas, "Courier New", monospace; 1538 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1539 } 1539 }
1540 code { 1540 code {
1541 padding: 2px 4px; 1541 padding: 2px 4px;
1542 font-size: 90%; 1542 font-size: 90%;
1543 color: #c7254e; 1543 color: #c7254e;
1544 background-color: #f9f2f4; 1544 background-color: #f9f2f4;
1545 border-radius: 3px; 1545 border-radius: 3px;
1546 } 1546 }
1547 kbd { 1547 kbd {
1548 padding: 2px 4px; 1548 padding: 2px 4px;
1549 font-size: 90%; 1549 font-size: 90%;
1550 color: #fff; 1550 color: #fff;
1551 background-color: #333; 1551 background-color: #333;
1552 border-radius: 2px; 1552 border-radius: 2px;
1553 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); 1553 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
1554 } 1554 }
1555 kbd kbd { 1555 kbd kbd {
1556 padding: 0; 1556 padding: 0;
1557 font-size: 100%; 1557 font-size: 100%;
1558 font-weight: bold; 1558 font-weight: bold;
1559 box-shadow: none; 1559 box-shadow: none;
1560 } 1560 }
1561 pre { 1561 pre {
1562 display: block; 1562 display: block;
1563 padding: 9.5px; 1563 padding: 9.5px;
1564 margin: 0 0 10px; 1564 margin: 0 0 10px;
1565 font-size: 12px; 1565 font-size: 12px;
1566 line-height: 1.5384616; 1566 line-height: 1.5384616;
1567 word-break: break-all; 1567 word-break: break-all;
1568 word-wrap: break-word; 1568 word-wrap: break-word;
1569 color: #333333; 1569 color: #333333;
1570 background-color: #fcfcfc; 1570 background-color: #fcfcfc;
1571 border: 1px solid #ddd; 1571 border: 1px solid #ddd;
1572 border-radius: 3px; 1572 border-radius: 3px;
1573 } 1573 }
1574 pre code { 1574 pre code {
1575 padding: 0; 1575 padding: 0;
1576 font-size: inherit; 1576 font-size: inherit;
1577 color: inherit; 1577 color: inherit;
1578 white-space: pre-wrap; 1578 white-space: pre-wrap;
1579 background-color: transparent; 1579 background-color: transparent;
1580 border-radius: 0; 1580 border-radius: 0;
1581 } 1581 }
1582 .pre-scrollable { 1582 .pre-scrollable {
1583 max-height: 340px; 1583 max-height: 340px;
1584 overflow-y: scroll; 1584 overflow-y: scroll;
1585 } 1585 }
1586 .container { 1586 .container {
1587 margin-right: auto; 1587 margin-right: auto;
1588 margin-left: auto; 1588 margin-left: auto;
1589 padding-left: 10px; 1589 padding-left: 10px;
1590 padding-right: 10px; 1590 padding-right: 10px;
1591 } 1591 }
1592 @media (min-width: 769px) { 1592 @media (min-width: 769px) {
1593 .container { 1593 .container {
1594 width: 769px; 1594 width: 769px;
1595 } 1595 }
1596 } 1596 }
1597 @media (min-width: 1025px) { 1597 @media (min-width: 1025px) {
1598 .container { 1598 .container {
1599 width: 1025px; 1599 width: 1025px;
1600 } 1600 }
1601 } 1601 }
1602 @media (min-width: 1200px) { 1602 @media (min-width: 1200px) {
1603 .container { 1603 .container {
1604 width: 1200px; 1604 width: 1200px;
1605 } 1605 }
1606 } 1606 }
1607 .container-fluid { 1607 .container-fluid {
1608 margin-right: auto; 1608 margin-right: auto;
1609 margin-left: auto; 1609 margin-left: auto;
1610 padding-left: 10px; 1610 padding-left: 10px;
1611 padding-right: 10px; 1611 padding-right: 10px;
1612 } 1612 }
1613 .row { 1613 .row {
1614 margin-left: -10px; 1614 margin-left: -10px;
1615 margin-right: -10px; 1615 margin-right: -10px;
1616 } 1616 }
1617 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { 1617 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
1618 position: relative; 1618 position: relative;
1619 min-height: 1px; 1619 min-height: 1px;
1620 padding-left: 10px; 1620 padding-left: 10px;
1621 padding-right: 10px; 1621 padding-right: 10px;
1622 } 1622 }
1623 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { 1623 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
1624 float: left; 1624 float: left;
1625 } 1625 }
1626 .col-xs-12 { 1626 .col-xs-12 {
1627 width: 100%; 1627 width: 100%;
1628 } 1628 }
1629 .col-xs-11 { 1629 .col-xs-11 {
1630 width: 91.66666667%; 1630 width: 91.66666667%;
1631 } 1631 }
1632 .col-xs-10 { 1632 .col-xs-10 {
1633 width: 83.33333333%; 1633 width: 83.33333333%;
1634 } 1634 }
1635 .col-xs-9 { 1635 .col-xs-9 {
1636 width: 75%; 1636 width: 75%;
1637 } 1637 }
1638 .col-xs-8 { 1638 .col-xs-8 {
1639 width: 66.66666667%; 1639 width: 66.66666667%;
1640 } 1640 }
1641 .col-xs-7 { 1641 .col-xs-7 {
1642 width: 58.33333333%; 1642 width: 58.33333333%;
1643 } 1643 }
1644 .col-xs-6 { 1644 .col-xs-6 {
1645 width: 50%; 1645 width: 50%;
1646 } 1646 }
1647 .col-xs-5 { 1647 .col-xs-5 {
1648 width: 41.66666667%; 1648 width: 41.66666667%;
1649 } 1649 }
1650 .col-xs-4 { 1650 .col-xs-4 {
1651 width: 33.33333333%; 1651 width: 33.33333333%;
1652 } 1652 }
1653 .col-xs-3 { 1653 .col-xs-3 {
1654 width: 25%; 1654 width: 25%;
1655 } 1655 }
1656 .col-xs-2 { 1656 .col-xs-2 {
1657 width: 16.66666667%; 1657 width: 16.66666667%;
1658 } 1658 }
1659 .col-xs-1 { 1659 .col-xs-1 {
1660 width: 8.33333333%; 1660 width: 8.33333333%;
1661 } 1661 }
1662 .col-xs-pull-12 { 1662 .col-xs-pull-12 {
1663 right: 100%; 1663 right: 100%;
1664 } 1664 }
1665 .col-xs-pull-11 { 1665 .col-xs-pull-11 {
1666 right: 91.66666667%; 1666 right: 91.66666667%;
1667 } 1667 }
1668 .col-xs-pull-10 { 1668 .col-xs-pull-10 {
1669 right: 83.33333333%; 1669 right: 83.33333333%;
1670 } 1670 }
1671 .col-xs-pull-9 { 1671 .col-xs-pull-9 {
1672 right: 75%; 1672 right: 75%;
1673 } 1673 }
1674 .col-xs-pull-8 { 1674 .col-xs-pull-8 {
1675 right: 66.66666667%; 1675 right: 66.66666667%;
1676 } 1676 }
1677 .col-xs-pull-7 { 1677 .col-xs-pull-7 {
1678 right: 58.33333333%; 1678 right: 58.33333333%;
1679 } 1679 }
1680 .col-xs-pull-6 { 1680 .col-xs-pull-6 {
1681 right: 50%; 1681 right: 50%;
1682 } 1682 }
1683 .col-xs-pull-5 { 1683 .col-xs-pull-5 {
1684 right: 41.66666667%; 1684 right: 41.66666667%;
1685 } 1685 }
1686 .col-xs-pull-4 { 1686 .col-xs-pull-4 {
1687 right: 33.33333333%; 1687 right: 33.33333333%;
1688 } 1688 }
1689 .col-xs-pull-3 { 1689 .col-xs-pull-3 {
1690 right: 25%; 1690 right: 25%;
1691 } 1691 }
1692 .col-xs-pull-2 { 1692 .col-xs-pull-2 {
1693 right: 16.66666667%; 1693 right: 16.66666667%;
1694 } 1694 }
1695 .col-xs-pull-1 { 1695 .col-xs-pull-1 {
1696 right: 8.33333333%; 1696 right: 8.33333333%;
1697 } 1697 }
1698 .col-xs-pull-0 { 1698 .col-xs-pull-0 {
1699 right: auto; 1699 right: auto;
1700 } 1700 }
1701 .col-xs-push-12 { 1701 .col-xs-push-12 {
1702 left: 100%; 1702 left: 100%;
1703 } 1703 }
1704 .col-xs-push-11 { 1704 .col-xs-push-11 {
1705 left: 91.66666667%; 1705 left: 91.66666667%;
1706 } 1706 }
1707 .col-xs-push-10 { 1707 .col-xs-push-10 {
1708 left: 83.33333333%; 1708 left: 83.33333333%;
1709 } 1709 }
1710 .col-xs-push-9 { 1710 .col-xs-push-9 {
1711 left: 75%; 1711 left: 75%;
1712 } 1712 }
1713 .col-xs-push-8 { 1713 .col-xs-push-8 {
1714 left: 66.66666667%; 1714 left: 66.66666667%;
1715 } 1715 }
1716 .col-xs-push-7 { 1716 .col-xs-push-7 {
1717 left: 58.33333333%; 1717 left: 58.33333333%;
1718 } 1718 }
1719 .col-xs-push-6 { 1719 .col-xs-push-6 {
1720 left: 50%; 1720 left: 50%;
1721 } 1721 }
1722 .col-xs-push-5 { 1722 .col-xs-push-5 {
1723 left: 41.66666667%; 1723 left: 41.66666667%;
1724 } 1724 }
1725 .col-xs-push-4 { 1725 .col-xs-push-4 {
1726 left: 33.33333333%; 1726 left: 33.33333333%;
1727 } 1727 }
1728 .col-xs-push-3 { 1728 .col-xs-push-3 {
1729 left: 25%; 1729 left: 25%;
1730 } 1730 }
1731 .col-xs-push-2 { 1731 .col-xs-push-2 {
1732 left: 16.66666667%; 1732 left: 16.66666667%;
1733 } 1733 }
1734 .col-xs-push-1 { 1734 .col-xs-push-1 {
1735 left: 8.33333333%; 1735 left: 8.33333333%;
1736 } 1736 }
1737 .col-xs-push-0 { 1737 .col-xs-push-0 {
1738 left: auto; 1738 left: auto;
1739 } 1739 }
1740 .col-xs-offset-12 { 1740 .col-xs-offset-12 {
1741 margin-left: 100%; 1741 margin-left: 100%;
1742 } 1742 }
1743 .col-xs-offset-11 { 1743 .col-xs-offset-11 {
1744 margin-left: 91.66666667%; 1744 margin-left: 91.66666667%;
1745 } 1745 }
1746 .col-xs-offset-10 { 1746 .col-xs-offset-10 {
1747 margin-left: 83.33333333%; 1747 margin-left: 83.33333333%;
1748 } 1748 }
1749 .col-xs-offset-9 { 1749 .col-xs-offset-9 {
1750 margin-left: 75%; 1750 margin-left: 75%;
1751 } 1751 }
1752 .col-xs-offset-8 { 1752 .col-xs-offset-8 {
1753 margin-left: 66.66666667%; 1753 margin-left: 66.66666667%;
1754 } 1754 }
1755 .col-xs-offset-7 { 1755 .col-xs-offset-7 {
1756 margin-left: 58.33333333%; 1756 margin-left: 58.33333333%;
1757 } 1757 }
1758 .col-xs-offset-6 { 1758 .col-xs-offset-6 {
1759 margin-left: 50%; 1759 margin-left: 50%;
1760 } 1760 }
1761 .col-xs-offset-5 { 1761 .col-xs-offset-5 {
1762 margin-left: 41.66666667%; 1762 margin-left: 41.66666667%;
1763 } 1763 }
1764 .col-xs-offset-4 { 1764 .col-xs-offset-4 {
1765 margin-left: 33.33333333%; 1765 margin-left: 33.33333333%;
1766 } 1766 }
1767 .col-xs-offset-3 { 1767 .col-xs-offset-3 {
1768 margin-left: 25%; 1768 margin-left: 25%;
1769 } 1769 }
1770 .col-xs-offset-2 { 1770 .col-xs-offset-2 {
1771 margin-left: 16.66666667%; 1771 margin-left: 16.66666667%;
1772 } 1772 }
1773 .col-xs-offset-1 { 1773 .col-xs-offset-1 {
1774 margin-left: 8.33333333%; 1774 margin-left: 8.33333333%;
1775 } 1775 }
1776 .col-xs-offset-0 { 1776 .col-xs-offset-0 {
1777 margin-left: 0%; 1777 margin-left: 0%;
1778 } 1778 }
1779 @media (min-width: 769px) { 1779 @media (min-width: 769px) {
1780 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { 1780 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
1781 float: left; 1781 float: left;
1782 } 1782 }
1783 .col-sm-12 { 1783 .col-sm-12 {
1784 width: 100%; 1784 width: 100%;
1785 } 1785 }
1786 .col-sm-11 { 1786 .col-sm-11 {
1787 width: 91.66666667%; 1787 width: 91.66666667%;
1788 } 1788 }
1789 .col-sm-10 { 1789 .col-sm-10 {
1790 width: 83.33333333%; 1790 width: 83.33333333%;
1791 } 1791 }
1792 .col-sm-9 { 1792 .col-sm-9 {
1793 width: 75%; 1793 width: 75%;
1794 } 1794 }
1795 .col-sm-8 { 1795 .col-sm-8 {
1796 width: 66.66666667%; 1796 width: 66.66666667%;
1797 } 1797 }
1798 .col-sm-7 { 1798 .col-sm-7 {
1799 width: 58.33333333%; 1799 width: 58.33333333%;
1800 } 1800 }
1801 .col-sm-6 { 1801 .col-sm-6 {
1802 width: 50%; 1802 width: 50%;
1803 } 1803 }
1804 .col-sm-5 { 1804 .col-sm-5 {
1805 width: 41.66666667%; 1805 width: 41.66666667%;
1806 } 1806 }
1807 .col-sm-4 { 1807 .col-sm-4 {
1808 width: 33.33333333%; 1808 width: 33.33333333%;
1809 } 1809 }
1810 .col-sm-3 { 1810 .col-sm-3 {
1811 width: 25%; 1811 width: 25%;
1812 } 1812 }
1813 .col-sm-2 { 1813 .col-sm-2 {
1814 width: 16.66666667%; 1814 width: 16.66666667%;
1815 } 1815 }
1816 .col-sm-1 { 1816 .col-sm-1 {
1817 width: 8.33333333%; 1817 width: 8.33333333%;
1818 } 1818 }
1819 .col-sm-pull-12 { 1819 .col-sm-pull-12 {
1820 right: 100%; 1820 right: 100%;
1821 } 1821 }
1822 .col-sm-pull-11 { 1822 .col-sm-pull-11 {
1823 right: 91.66666667%; 1823 right: 91.66666667%;
1824 } 1824 }
1825 .col-sm-pull-10 { 1825 .col-sm-pull-10 {
1826 right: 83.33333333%; 1826 right: 83.33333333%;
1827 } 1827 }
1828 .col-sm-pull-9 { 1828 .col-sm-pull-9 {
1829 right: 75%; 1829 right: 75%;
1830 } 1830 }
1831 .col-sm-pull-8 { 1831 .col-sm-pull-8 {
1832 right: 66.66666667%; 1832 right: 66.66666667%;
1833 } 1833 }
1834 .col-sm-pull-7 { 1834 .col-sm-pull-7 {
1835 right: 58.33333333%; 1835 right: 58.33333333%;
1836 } 1836 }
1837 .col-sm-pull-6 { 1837 .col-sm-pull-6 {
1838 right: 50%; 1838 right: 50%;
1839 } 1839 }
1840 .col-sm-pull-5 { 1840 .col-sm-pull-5 {
1841 right: 41.66666667%; 1841 right: 41.66666667%;
1842 } 1842 }
1843 .col-sm-pull-4 { 1843 .col-sm-pull-4 {
1844 right: 33.33333333%; 1844 right: 33.33333333%;
1845 } 1845 }
1846 .col-sm-pull-3 { 1846 .col-sm-pull-3 {
1847 right: 25%; 1847 right: 25%;
1848 } 1848 }
1849 .col-sm-pull-2 { 1849 .col-sm-pull-2 {
1850 right: 16.66666667%; 1850 right: 16.66666667%;
1851 } 1851 }
1852 .col-sm-pull-1 { 1852 .col-sm-pull-1 {
1853 right: 8.33333333%; 1853 right: 8.33333333%;
1854 } 1854 }
1855 .col-sm-pull-0 { 1855 .col-sm-pull-0 {
1856 right: auto; 1856 right: auto;
1857 } 1857 }
1858 .col-sm-push-12 { 1858 .col-sm-push-12 {
1859 left: 100%; 1859 left: 100%;
1860 } 1860 }
1861 .col-sm-push-11 { 1861 .col-sm-push-11 {
1862 left: 91.66666667%; 1862 left: 91.66666667%;
1863 } 1863 }
1864 .col-sm-push-10 { 1864 .col-sm-push-10 {
1865 left: 83.33333333%; 1865 left: 83.33333333%;
1866 } 1866 }
1867 .col-sm-push-9 { 1867 .col-sm-push-9 {
1868 left: 75%; 1868 left: 75%;
1869 } 1869 }
1870 .col-sm-push-8 { 1870 .col-sm-push-8 {
1871 left: 66.66666667%; 1871 left: 66.66666667%;
1872 } 1872 }
1873 .col-sm-push-7 { 1873 .col-sm-push-7 {
1874 left: 58.33333333%; 1874 left: 58.33333333%;
1875 } 1875 }
1876 .col-sm-push-6 { 1876 .col-sm-push-6 {
1877 left: 50%; 1877 left: 50%;
1878 } 1878 }
1879 .col-sm-push-5 { 1879 .col-sm-push-5 {
1880 left: 41.66666667%; 1880 left: 41.66666667%;
1881 } 1881 }
1882 .col-sm-push-4 { 1882 .col-sm-push-4 {
1883 left: 33.33333333%; 1883 left: 33.33333333%;
1884 } 1884 }
1885 .col-sm-push-3 { 1885 .col-sm-push-3 {
1886 left: 25%; 1886 left: 25%;
1887 } 1887 }
1888 .col-sm-push-2 { 1888 .col-sm-push-2 {
1889 left: 16.66666667%; 1889 left: 16.66666667%;
1890 } 1890 }
1891 .col-sm-push-1 { 1891 .col-sm-push-1 {
1892 left: 8.33333333%; 1892 left: 8.33333333%;
1893 } 1893 }
1894 .col-sm-push-0 { 1894 .col-sm-push-0 {
1895 left: auto; 1895 left: auto;
1896 } 1896 }
1897 .col-sm-offset-12 { 1897 .col-sm-offset-12 {
1898 margin-left: 100%; 1898 margin-left: 100%;
1899 } 1899 }
1900 .col-sm-offset-11 { 1900 .col-sm-offset-11 {
1901 margin-left: 91.66666667%; 1901 margin-left: 91.66666667%;
1902 } 1902 }
1903 .col-sm-offset-10 { 1903 .col-sm-offset-10 {
1904 margin-left: 83.33333333%; 1904 margin-left: 83.33333333%;
1905 } 1905 }
1906 .col-sm-offset-9 { 1906 .col-sm-offset-9 {
1907 margin-left: 75%; 1907 margin-left: 75%;
1908 } 1908 }
1909 .col-sm-offset-8 { 1909 .col-sm-offset-8 {
1910 margin-left: 66.66666667%; 1910 margin-left: 66.66666667%;
1911 } 1911 }
1912 .col-sm-offset-7 { 1912 .col-sm-offset-7 {
1913 margin-left: 58.33333333%; 1913 margin-left: 58.33333333%;
1914 } 1914 }
1915 .col-sm-offset-6 { 1915 .col-sm-offset-6 {
1916 margin-left: 50%; 1916 margin-left: 50%;
1917 } 1917 }
1918 .col-sm-offset-5 { 1918 .col-sm-offset-5 {
1919 margin-left: 41.66666667%; 1919 margin-left: 41.66666667%;
1920 } 1920 }
1921 .col-sm-offset-4 { 1921 .col-sm-offset-4 {
1922 margin-left: 33.33333333%; 1922 margin-left: 33.33333333%;
1923 } 1923 }
1924 .col-sm-offset-3 { 1924 .col-sm-offset-3 {
1925 margin-left: 25%; 1925 margin-left: 25%;
1926 } 1926 }
1927 .col-sm-offset-2 { 1927 .col-sm-offset-2 {
1928 margin-left: 16.66666667%; 1928 margin-left: 16.66666667%;
1929 } 1929 }
1930 .col-sm-offset-1 { 1930 .col-sm-offset-1 {
1931 margin-left: 8.33333333%; 1931 margin-left: 8.33333333%;
1932 } 1932 }
1933 .col-sm-offset-0 { 1933 .col-sm-offset-0 {
1934 margin-left: 0%; 1934 margin-left: 0%;
1935 } 1935 }
1936 } 1936 }
1937 @media (min-width: 1025px) { 1937 @media (min-width: 1025px) {
1938 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { 1938 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
1939 float: left; 1939 float: left;
1940 } 1940 }
1941 .col-md-12 { 1941 .col-md-12 {
1942 width: 100%; 1942 width: 100%;
1943 } 1943 }
1944 .col-md-11 { 1944 .col-md-11 {
1945 width: 91.66666667%; 1945 width: 91.66666667%;
1946 } 1946 }
1947 .col-md-10 { 1947 .col-md-10 {
1948 width: 83.33333333%; 1948 width: 83.33333333%;
1949 } 1949 }
1950 .col-md-9 { 1950 .col-md-9 {
1951 width: 75%; 1951 width: 75%;
1952 } 1952 }
1953 .col-md-8 { 1953 .col-md-8 {
1954 width: 66.66666667%; 1954 width: 66.66666667%;
1955 } 1955 }
1956 .col-md-7 { 1956 .col-md-7 {
1957 width: 58.33333333%; 1957 width: 58.33333333%;
1958 } 1958 }
1959 .col-md-6 { 1959 .col-md-6 {
1960 width: 50%; 1960 width: 50%;
1961 } 1961 }
1962 .col-md-5 { 1962 .col-md-5 {
1963 width: 41.66666667%; 1963 width: 41.66666667%;
1964 } 1964 }
1965 .col-md-4 { 1965 .col-md-4 {
1966 width: 33.33333333%; 1966 width: 33.33333333%;
1967 } 1967 }
1968 .col-md-3 { 1968 .col-md-3 {
1969 width: 25%; 1969 width: 25%;
1970 } 1970 }
1971 .col-md-2 { 1971 .col-md-2 {
1972 width: 16.66666667%; 1972 width: 16.66666667%;
1973 } 1973 }
1974 .col-md-1 { 1974 .col-md-1 {
1975 width: 8.33333333%; 1975 width: 8.33333333%;
1976 } 1976 }
1977 .col-md-pull-12 { 1977 .col-md-pull-12 {
1978 right: 100%; 1978 right: 100%;
1979 } 1979 }
1980 .col-md-pull-11 { 1980 .col-md-pull-11 {
1981 right: 91.66666667%; 1981 right: 91.66666667%;
1982 } 1982 }
1983 .col-md-pull-10 { 1983 .col-md-pull-10 {
1984 right: 83.33333333%; 1984 right: 83.33333333%;
1985 } 1985 }
1986 .col-md-pull-9 { 1986 .col-md-pull-9 {
1987 right: 75%; 1987 right: 75%;
1988 } 1988 }
1989 .col-md-pull-8 { 1989 .col-md-pull-8 {
1990 right: 66.66666667%; 1990 right: 66.66666667%;
1991 } 1991 }
1992 .col-md-pull-7 { 1992 .col-md-pull-7 {
1993 right: 58.33333333%; 1993 right: 58.33333333%;
1994 } 1994 }
1995 .col-md-pull-6 { 1995 .col-md-pull-6 {
1996 right: 50%; 1996 right: 50%;
1997 } 1997 }
1998 .col-md-pull-5 { 1998 .col-md-pull-5 {
1999 right: 41.66666667%; 1999 right: 41.66666667%;
2000 } 2000 }
2001 .col-md-pull-4 { 2001 .col-md-pull-4 {
2002 right: 33.33333333%; 2002 right: 33.33333333%;
2003 } 2003 }
2004 .col-md-pull-3 { 2004 .col-md-pull-3 {
2005 right: 25%; 2005 right: 25%;
2006 } 2006 }
2007 .col-md-pull-2 { 2007 .col-md-pull-2 {
2008 right: 16.66666667%; 2008 right: 16.66666667%;
2009 } 2009 }
2010 .col-md-pull-1 { 2010 .col-md-pull-1 {
2011 right: 8.33333333%; 2011 right: 8.33333333%;
2012 } 2012 }
2013 .col-md-pull-0 { 2013 .col-md-pull-0 {
2014 right: auto; 2014 right: auto;
2015 } 2015 }
2016 .col-md-push-12 { 2016 .col-md-push-12 {
2017 left: 100%; 2017 left: 100%;
2018 } 2018 }
2019 .col-md-push-11 { 2019 .col-md-push-11 {
2020 left: 91.66666667%; 2020 left: 91.66666667%;
2021 } 2021 }
2022 .col-md-push-10 { 2022 .col-md-push-10 {
2023 left: 83.33333333%; 2023 left: 83.33333333%;
2024 } 2024 }
2025 .col-md-push-9 { 2025 .col-md-push-9 {
2026 left: 75%; 2026 left: 75%;
2027 } 2027 }
2028 .col-md-push-8 { 2028 .col-md-push-8 {
2029 left: 66.66666667%; 2029 left: 66.66666667%;
2030 } 2030 }
2031 .col-md-push-7 { 2031 .col-md-push-7 {
2032 left: 58.33333333%; 2032 left: 58.33333333%;
2033 } 2033 }
2034 .col-md-push-6 { 2034 .col-md-push-6 {
2035 left: 50%; 2035 left: 50%;
2036 } 2036 }
2037 .col-md-push-5 { 2037 .col-md-push-5 {
2038 left: 41.66666667%; 2038 left: 41.66666667%;
2039 } 2039 }
2040 .col-md-push-4 { 2040 .col-md-push-4 {
2041 left: 33.33333333%; 2041 left: 33.33333333%;
2042 } 2042 }
2043 .col-md-push-3 { 2043 .col-md-push-3 {
2044 left: 25%; 2044 left: 25%;
2045 } 2045 }
2046 .col-md-push-2 { 2046 .col-md-push-2 {
2047 left: 16.66666667%; 2047 left: 16.66666667%;
2048 } 2048 }
2049 .col-md-push-1 { 2049 .col-md-push-1 {
2050 left: 8.33333333%; 2050 left: 8.33333333%;
2051 } 2051 }
2052 .col-md-push-0 { 2052 .col-md-push-0 {
2053 left: auto; 2053 left: auto;
2054 } 2054 }
2055 .col-md-offset-12 { 2055 .col-md-offset-12 {
2056 margin-left: 100%; 2056 margin-left: 100%;
2057 } 2057 }
2058 .col-md-offset-11 { 2058 .col-md-offset-11 {
2059 margin-left: 91.66666667%; 2059 margin-left: 91.66666667%;
2060 } 2060 }
2061 .col-md-offset-10 { 2061 .col-md-offset-10 {
2062 margin-left: 83.33333333%; 2062 margin-left: 83.33333333%;
2063 } 2063 }
2064 .col-md-offset-9 { 2064 .col-md-offset-9 {
2065 margin-left: 75%; 2065 margin-left: 75%;
2066 } 2066 }
2067 .col-md-offset-8 { 2067 .col-md-offset-8 {
2068 margin-left: 66.66666667%; 2068 margin-left: 66.66666667%;
2069 } 2069 }
2070 .col-md-offset-7 { 2070 .col-md-offset-7 {
2071 margin-left: 58.33333333%; 2071 margin-left: 58.33333333%;
2072 } 2072 }
2073 .col-md-offset-6 { 2073 .col-md-offset-6 {
2074 margin-left: 50%; 2074 margin-left: 50%;
2075 } 2075 }
2076 .col-md-offset-5 { 2076 .col-md-offset-5 {
2077 margin-left: 41.66666667%; 2077 margin-left: 41.66666667%;
2078 } 2078 }
2079 .col-md-offset-4 { 2079 .col-md-offset-4 {
2080 margin-left: 33.33333333%; 2080 margin-left: 33.33333333%;
2081 } 2081 }
2082 .col-md-offset-3 { 2082 .col-md-offset-3 {
2083 margin-left: 25%; 2083 margin-left: 25%;
2084 } 2084 }
2085 .col-md-offset-2 { 2085 .col-md-offset-2 {
2086 margin-left: 16.66666667%; 2086 margin-left: 16.66666667%;
2087 } 2087 }
2088 .col-md-offset-1 { 2088 .col-md-offset-1 {
2089 margin-left: 8.33333333%; 2089 margin-left: 8.33333333%;
2090 } 2090 }
2091 .col-md-offset-0 { 2091 .col-md-offset-0 {
2092 margin-left: 0%; 2092 margin-left: 0%;
2093 } 2093 }
2094 } 2094 }
2095 @media (min-width: 1200px) { 2095 @media (min-width: 1200px) {
2096 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { 2096 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
2097 float: left; 2097 float: left;
2098 } 2098 }
2099 .col-lg-12 { 2099 .col-lg-12 {
2100 width: 100%; 2100 width: 100%;
2101 } 2101 }
2102 .col-lg-11 { 2102 .col-lg-11 {
2103 width: 91.66666667%; 2103 width: 91.66666667%;
2104 } 2104 }
2105 .col-lg-10 { 2105 .col-lg-10 {
2106 width: 83.33333333%; 2106 width: 83.33333333%;
2107 } 2107 }
2108 .col-lg-9 { 2108 .col-lg-9 {
2109 width: 75%; 2109 width: 75%;
2110 } 2110 }
2111 .col-lg-8 { 2111 .col-lg-8 {
2112 width: 66.66666667%; 2112 width: 66.66666667%;
2113 } 2113 }
2114 .col-lg-7 { 2114 .col-lg-7 {
2115 width: 58.33333333%; 2115 width: 58.33333333%;
2116 } 2116 }
2117 .col-lg-6 { 2117 .col-lg-6 {
2118 width: 50%; 2118 width: 50%;
2119 } 2119 }
2120 .col-lg-5 { 2120 .col-lg-5 {
2121 width: 41.66666667%; 2121 width: 41.66666667%;
2122 } 2122 }
2123 .col-lg-4 { 2123 .col-lg-4 {
2124 width: 33.33333333%; 2124 width: 33.33333333%;
2125 } 2125 }
2126 .col-lg-3 { 2126 .col-lg-3 {
2127 width: 25%; 2127 width: 25%;
2128 } 2128 }
2129 .col-lg-2 { 2129 .col-lg-2 {
2130 width: 16.66666667%; 2130 width: 16.66666667%;
2131 } 2131 }
2132 .col-lg-1 { 2132 .col-lg-1 {
2133 width: 8.33333333%; 2133 width: 8.33333333%;
2134 } 2134 }
2135 .col-lg-pull-12 { 2135 .col-lg-pull-12 {
2136 right: 100%; 2136 right: 100%;
2137 } 2137 }
2138 .col-lg-pull-11 { 2138 .col-lg-pull-11 {
2139 right: 91.66666667%; 2139 right: 91.66666667%;
2140 } 2140 }
2141 .col-lg-pull-10 { 2141 .col-lg-pull-10 {
2142 right: 83.33333333%; 2142 right: 83.33333333%;
2143 } 2143 }
2144 .col-lg-pull-9 { 2144 .col-lg-pull-9 {
2145 right: 75%; 2145 right: 75%;
2146 } 2146 }
2147 .col-lg-pull-8 { 2147 .col-lg-pull-8 {
2148 right: 66.66666667%; 2148 right: 66.66666667%;
2149 } 2149 }
2150 .col-lg-pull-7 { 2150 .col-lg-pull-7 {
2151 right: 58.33333333%; 2151 right: 58.33333333%;
2152 } 2152 }
2153 .col-lg-pull-6 { 2153 .col-lg-pull-6 {
2154 right: 50%; 2154 right: 50%;
2155 } 2155 }
2156 .col-lg-pull-5 { 2156 .col-lg-pull-5 {
2157 right: 41.66666667%; 2157 right: 41.66666667%;
2158 } 2158 }
2159 .col-lg-pull-4 { 2159 .col-lg-pull-4 {
2160 right: 33.33333333%; 2160 right: 33.33333333%;
2161 } 2161 }
2162 .col-lg-pull-3 { 2162 .col-lg-pull-3 {
2163 right: 25%; 2163 right: 25%;
2164 } 2164 }
2165 .col-lg-pull-2 { 2165 .col-lg-pull-2 {
2166 right: 16.66666667%; 2166 right: 16.66666667%;
2167 } 2167 }
2168 .col-lg-pull-1 { 2168 .col-lg-pull-1 {
2169 right: 8.33333333%; 2169 right: 8.33333333%;
2170 } 2170 }
2171 .col-lg-pull-0 { 2171 .col-lg-pull-0 {
2172 right: auto; 2172 right: auto;
2173 } 2173 }
2174 .col-lg-push-12 { 2174 .col-lg-push-12 {
2175 left: 100%; 2175 left: 100%;
2176 } 2176 }
2177 .col-lg-push-11 { 2177 .col-lg-push-11 {
2178 left: 91.66666667%; 2178 left: 91.66666667%;
2179 } 2179 }
2180 .col-lg-push-10 { 2180 .col-lg-push-10 {
2181 left: 83.33333333%; 2181 left: 83.33333333%;
2182 } 2182 }
2183 .col-lg-push-9 { 2183 .col-lg-push-9 {
2184 left: 75%; 2184 left: 75%;
2185 } 2185 }
2186 .col-lg-push-8 { 2186 .col-lg-push-8 {
2187 left: 66.66666667%; 2187 left: 66.66666667%;
2188 } 2188 }
2189 .col-lg-push-7 { 2189 .col-lg-push-7 {
2190 left: 58.33333333%; 2190 left: 58.33333333%;
2191 } 2191 }
2192 .col-lg-push-6 { 2192 .col-lg-push-6 {
2193 left: 50%; 2193 left: 50%;
2194 } 2194 }
2195 .col-lg-push-5 { 2195 .col-lg-push-5 {
2196 left: 41.66666667%; 2196 left: 41.66666667%;
2197 } 2197 }
2198 .col-lg-push-4 { 2198 .col-lg-push-4 {
2199 left: 33.33333333%; 2199 left: 33.33333333%;
2200 } 2200 }
2201 .col-lg-push-3 { 2201 .col-lg-push-3 {
2202 left: 25%; 2202 left: 25%;
2203 } 2203 }
2204 .col-lg-push-2 { 2204 .col-lg-push-2 {
2205 left: 16.66666667%; 2205 left: 16.66666667%;
2206 } 2206 }
2207 .col-lg-push-1 { 2207 .col-lg-push-1 {
2208 left: 8.33333333%; 2208 left: 8.33333333%;
2209 } 2209 }
2210 .col-lg-push-0 { 2210 .col-lg-push-0 {
2211 left: auto; 2211 left: auto;
2212 } 2212 }
2213 .col-lg-offset-12 { 2213 .col-lg-offset-12 {
2214 margin-left: 100%; 2214 margin-left: 100%;
2215 } 2215 }
2216 .col-lg-offset-11 { 2216 .col-lg-offset-11 {
2217 margin-left: 91.66666667%; 2217 margin-left: 91.66666667%;
2218 } 2218 }
2219 .col-lg-offset-10 { 2219 .col-lg-offset-10 {
2220 margin-left: 83.33333333%; 2220 margin-left: 83.33333333%;
2221 } 2221 }
2222 .col-lg-offset-9 { 2222 .col-lg-offset-9 {
2223 margin-left: 75%; 2223 margin-left: 75%;
2224 } 2224 }
2225 .col-lg-offset-8 { 2225 .col-lg-offset-8 {
2226 margin-left: 66.66666667%; 2226 margin-left: 66.66666667%;
2227 } 2227 }
2228 .col-lg-offset-7 { 2228 .col-lg-offset-7 {
2229 margin-left: 58.33333333%; 2229 margin-left: 58.33333333%;
2230 } 2230 }
2231 .col-lg-offset-6 { 2231 .col-lg-offset-6 {
2232 margin-left: 50%; 2232 margin-left: 50%;
2233 } 2233 }
2234 .col-lg-offset-5 { 2234 .col-lg-offset-5 {
2235 margin-left: 41.66666667%; 2235 margin-left: 41.66666667%;
2236 } 2236 }
2237 .col-lg-offset-4 { 2237 .col-lg-offset-4 {
2238 margin-left: 33.33333333%; 2238 margin-left: 33.33333333%;
2239 } 2239 }
2240 .col-lg-offset-3 { 2240 .col-lg-offset-3 {
2241 margin-left: 25%; 2241 margin-left: 25%;
2242 } 2242 }
2243 .col-lg-offset-2 { 2243 .col-lg-offset-2 {
2244 margin-left: 16.66666667%; 2244 margin-left: 16.66666667%;
2245 } 2245 }
2246 .col-lg-offset-1 { 2246 .col-lg-offset-1 {
2247 margin-left: 8.33333333%; 2247 margin-left: 8.33333333%;
2248 } 2248 }
2249 .col-lg-offset-0 { 2249 .col-lg-offset-0 {
2250 margin-left: 0%; 2250 margin-left: 0%;
2251 } 2251 }
2252 } 2252 }
2253 table { 2253 table {
2254 background-color: transparent; 2254 background-color: transparent;
2255 } 2255 }
2256 caption { 2256 caption {
2257 padding-top: 12px 20px; 2257 padding-top: 12px 20px;
2258 padding-bottom: 12px 20px; 2258 padding-bottom: 12px 20px;
2259 color: #999999; 2259 color: #999999;
2260 text-align: left; 2260 text-align: left;
2261 } 2261 }
2262 th { 2262 th {
2263 text-align: left; 2263 text-align: left;
2264 } 2264 }
2265 .table { 2265 .table {
2266 width: 100%; 2266 width: 100%;
2267 max-width: 100%; 2267 max-width: 100%;
2268 margin-bottom: 20px; 2268 margin-bottom: 20px;
2269 } 2269 }
2270 .table > thead > tr > th, 2270 .table > thead > tr > th,
2271 .table > tbody > tr > th, 2271 .table > tbody > tr > th,
2272 .table > tfoot > tr > th, 2272 .table > tfoot > tr > th,
2273 .table > thead > tr > td, 2273 .table > thead > tr > td,
2274 .table > tbody > tr > td, 2274 .table > tbody > tr > td,
2275 .table > tfoot > tr > td { 2275 .table > tfoot > tr > td {
2276 padding: 12px 20px; 2276 padding: 12px 20px;
2277 line-height: 1.5384616; 2277 line-height: 1.5384616;
2278 vertical-align: top; 2278 vertical-align: top;
2279 border-top: 1px solid #ddd; 2279 border-top: 1px solid #ddd;
2280 } 2280 }
2281 .table > thead > tr > th { 2281 .table > thead > tr > th {
2282 vertical-align: bottom; 2282 vertical-align: bottom;
2283 border-bottom: 2px solid #ddd; 2283 border-bottom: 2px solid #ddd;
2284 } 2284 }
2285 .table > caption + thead > tr:first-child > th, 2285 .table > caption + thead > tr:first-child > th,
2286 .table > colgroup + thead > tr:first-child > th, 2286 .table > colgroup + thead > tr:first-child > th,
2287 .table > thead:first-child > tr:first-child > th, 2287 .table > thead:first-child > tr:first-child > th,
2288 .table > caption + thead > tr:first-child > td, 2288 .table > caption + thead > tr:first-child > td,
2289 .table > colgroup + thead > tr:first-child > td, 2289 .table > colgroup + thead > tr:first-child > td,
2290 .table > thead:first-child > tr:first-child > td { 2290 .table > thead:first-child > tr:first-child > td {
2291 border-top: 0; 2291 border-top: 0;
2292 } 2292 }
2293 .table > tbody + tbody { 2293 .table > tbody + tbody {
2294 border-top: 2px solid #ddd; 2294 border-top: 2px solid #ddd;
2295 } 2295 }
2296 .table .table { 2296 .table .table {
2297 background-color: #eeeded; 2297 background-color: #eeeded;
2298 } 2298 }
2299 .table-condensed > thead > tr > th, 2299 .table-condensed > thead > tr > th,
2300 .table-condensed > tbody > tr > th, 2300 .table-condensed > tbody > tr > th,
2301 .table-condensed > tfoot > tr > th, 2301 .table-condensed > tfoot > tr > th,
2302 .table-condensed > thead > tr > td, 2302 .table-condensed > thead > tr > td,
2303 .table-condensed > tbody > tr > td, 2303 .table-condensed > tbody > tr > td,
2304 .table-condensed > tfoot > tr > td { 2304 .table-condensed > tfoot > tr > td {
2305 padding: 8px 20px; 2305 padding: 8px 20px;
2306 } 2306 }
2307 .table-bordered { 2307 .table-bordered {
2308 border: 1px solid #ddd; 2308 border: 1px solid #ddd;
2309 } 2309 }
2310 .table-bordered > thead > tr > th, 2310 .table-bordered > thead > tr > th,
2311 .table-bordered > tbody > tr > th, 2311 .table-bordered > tbody > tr > th,
2312 .table-bordered > tfoot > tr > th, 2312 .table-bordered > tfoot > tr > th,
2313 .table-bordered > thead > tr > td, 2313 .table-bordered > thead > tr > td,
2314 .table-bordered > tbody > tr > td, 2314 .table-bordered > tbody > tr > td,
2315 .table-bordered > tfoot > tr > td { 2315 .table-bordered > tfoot > tr > td {
2316 border: 1px solid #ddd; 2316 border: 1px solid #ddd;
2317 } 2317 }
2318 .table-bordered > thead > tr > th, 2318 .table-bordered > thead > tr > th,
2319 .table-bordered > thead > tr > td { 2319 .table-bordered > thead > tr > td {
2320 border-bottom-width: 2px; 2320 border-bottom-width: 2px;
2321 } 2321 }
2322 .table-striped > tbody > tr:nth-of-type(odd) { 2322 .table-striped > tbody > tr:nth-of-type(odd) {
2323 background-color: #fcfcfc; 2323 background-color: #fcfcfc;
2324 } 2324 }
2325 .table-hover > tbody > tr:hover { 2325 .table-hover > tbody > tr:hover {
2326 background-color: #f8f8f8; 2326 background-color: #f8f8f8;
2327 } 2327 }
2328 table col[class*="col-"] { 2328 table col[class*="col-"] {
2329 position: static; 2329 position: static;
2330 float: none; 2330 float: none;
2331 display: table-column; 2331 display: table-column;
2332 } 2332 }
2333 table td[class*="col-"], 2333 table td[class*="col-"],
2334 table th[class*="col-"] { 2334 table th[class*="col-"] {
2335 position: static; 2335 position: static;
2336 float: none; 2336 float: none;
2337 display: table-cell; 2337 display: table-cell;
2338 } 2338 }
2339 .table > thead > tr > td.active, 2339 .table > thead > tr > td.active,
2340 .table > tbody > tr > td.active, 2340 .table > tbody > tr > td.active,
2341 .table > tfoot > tr > td.active, 2341 .table > tfoot > tr > td.active,
2342 .table > thead > tr > th.active, 2342 .table > thead > tr > th.active,
2343 .table > tbody > tr > th.active, 2343 .table > tbody > tr > th.active,
2344 .table > tfoot > tr > th.active, 2344 .table > tfoot > tr > th.active,
2345 .table > thead > tr.active > td, 2345 .table > thead > tr.active > td,
2346 .table > tbody > tr.active > td, 2346 .table > tbody > tr.active > td,
2347 .table > tfoot > tr.active > td, 2347 .table > tfoot > tr.active > td,
2348 .table > thead > tr.active > th, 2348 .table > thead > tr.active > th,
2349 .table > tbody > tr.active > th, 2349 .table > tbody > tr.active > th,
2350 .table > tfoot > tr.active > th { 2350 .table > tfoot > tr.active > th {
2351 background-color: #f8f8f8; 2351 background-color: #f8f8f8;
2352 } 2352 }
2353 .table-hover > tbody > tr > td.active:hover, 2353 .table-hover > tbody > tr > td.active:hover,
2354 .table-hover > tbody > tr > th.active:hover, 2354 .table-hover > tbody > tr > th.active:hover,
2355 .table-hover > tbody > tr.active:hover > td, 2355 .table-hover > tbody > tr.active:hover > td,
2356 .table-hover > tbody > tr:hover > .active, 2356 .table-hover > tbody > tr:hover > .active,
2357 .table-hover > tbody > tr.active:hover > th { 2357 .table-hover > tbody > tr.active:hover > th {
2358 background-color: #ebebeb; 2358 background-color: #ebebeb;
2359 } 2359 }
2360 .table > thead > tr > td.success, 2360 .table > thead > tr > td.success,
2361 .table > tbody > tr > td.success, 2361 .table > tbody > tr > td.success,
2362 .table > tfoot > tr > td.success, 2362 .table > tfoot > tr > td.success,
2363 .table > thead > tr > th.success, 2363 .table > thead > tr > th.success,
2364 .table > tbody > tr > th.success, 2364 .table > tbody > tr > th.success,
2365 .table > tfoot > tr > th.success, 2365 .table > tfoot > tr > th.success,
2366 .table > thead > tr.success > td, 2366 .table > thead > tr.success > td,
2367 .table > tbody > tr.success > td, 2367 .table > tbody > tr.success > td,
2368 .table > tfoot > tr.success > td, 2368 .table > tfoot > tr.success > td,
2369 .table > thead > tr.success > th, 2369 .table > thead > tr.success > th,
2370 .table > tbody > tr.success > th, 2370 .table > tbody > tr.success > th,
2371 .table > tfoot > tr.success > th { 2371 .table > tfoot > tr.success > th {
2372 background-color: #E8F5E9; 2372 background-color: #E8F5E9;
2373 } 2373 }
2374 .table-hover > tbody > tr > td.success:hover, 2374 .table-hover > tbody > tr > td.success:hover,
2375 .table-hover > tbody > tr > th.success:hover, 2375 .table-hover > tbody > tr > th.success:hover,
2376 .table-hover > tbody > tr.success:hover > td, 2376 .table-hover > tbody > tr.success:hover > td,
2377 .table-hover > tbody > tr:hover > .success, 2377 .table-hover > tbody > tr:hover > .success,
2378 .table-hover > tbody > tr.success:hover > th { 2378 .table-hover > tbody > tr.success:hover > th {
2379 background-color: #d6edd8; 2379 background-color: #d6edd8;
2380 } 2380 }
2381 .table > thead > tr > td.info, 2381 .table > thead > tr > td.info,
2382 .table > tbody > tr > td.info, 2382 .table > tbody > tr > td.info,
2383 .table > tfoot > tr > td.info, 2383 .table > tfoot > tr > td.info,
2384 .table > thead > tr > th.info, 2384 .table > thead > tr > th.info,
2385 .table > tbody > tr > th.info, 2385 .table > tbody > tr > th.info,
2386 .table > tfoot > tr > th.info, 2386 .table > tfoot > tr > th.info,
2387 .table > thead > tr.info > td, 2387 .table > thead > tr.info > td,
2388 .table > tbody > tr.info > td, 2388 .table > tbody > tr.info > td,
2389 .table > tfoot > tr.info > td, 2389 .table > tfoot > tr.info > td,
2390 .table > thead > tr.info > th, 2390 .table > thead > tr.info > th,
2391 .table > tbody > tr.info > th, 2391 .table > tbody > tr.info > th,
2392 .table > tfoot > tr.info > th { 2392 .table > tfoot > tr.info > th {
2393 background-color: #E0F7FA; 2393 background-color: #E0F7FA;
2394 } 2394 }
2395 .table-hover > tbody > tr > td.info:hover, 2395 .table-hover > tbody > tr > td.info:hover,
2396 .table-hover > tbody > tr > th.info:hover, 2396 .table-hover > tbody > tr > th.info:hover,
2397 .table-hover > tbody > tr.info:hover > td, 2397 .table-hover > tbody > tr.info:hover > td,
2398 .table-hover > tbody > tr:hover > .info, 2398 .table-hover > tbody > tr:hover > .info,
2399 .table-hover > tbody > tr.info:hover > th { 2399 .table-hover > tbody > tr.info:hover > th {
2400 background-color: #caf1f6; 2400 background-color: #caf1f6;
2401 } 2401 }
2402 .table > thead > tr > td.warning, 2402 .table > thead > tr > td.warning,
2403 .table > tbody > tr > td.warning, 2403 .table > tbody > tr > td.warning,
2404 .table > tfoot > tr > td.warning, 2404 .table > tfoot > tr > td.warning,
2405 .table > thead > tr > th.warning, 2405 .table > thead > tr > th.warning,
2406 .table > tbody > tr > th.warning, 2406 .table > tbody > tr > th.warning,
2407 .table > tfoot > tr > th.warning, 2407 .table > tfoot > tr > th.warning,
2408 .table > thead > tr.warning > td, 2408 .table > thead > tr.warning > td,
2409 .table > tbody > tr.warning > td, 2409 .table > tbody > tr.warning > td,
2410 .table > tfoot > tr.warning > td, 2410 .table > tfoot > tr.warning > td,
2411 .table > thead > tr.warning > th, 2411 .table > thead > tr.warning > th,
2412 .table > tbody > tr.warning > th, 2412 .table > tbody > tr.warning > th,
2413 .table > tfoot > tr.warning > th { 2413 .table > tfoot > tr.warning > th {
2414 background-color: #FFF3E0; 2414 background-color: #FFF3E0;
2415 } 2415 }
2416 .table-hover > tbody > tr > td.warning:hover, 2416 .table-hover > tbody > tr > td.warning:hover,
2417 .table-hover > tbody > tr > th.warning:hover, 2417 .table-hover > tbody > tr > th.warning:hover,
2418 .table-hover > tbody > tr.warning:hover > td, 2418 .table-hover > tbody > tr.warning:hover > td,
2419 .table-hover > tbody > tr:hover > .warning, 2419 .table-hover > tbody > tr:hover > .warning,
2420 .table-hover > tbody > tr.warning:hover > th { 2420 .table-hover > tbody > tr.warning:hover > th {
2421 background-color: #ffe9c6; 2421 background-color: #ffe9c6;
2422 } 2422 }
2423 .table > thead > tr > td.danger, 2423 .table > thead > tr > td.danger,
2424 .table > tbody > tr > td.danger, 2424 .table > tbody > tr > td.danger,
2425 .table > tfoot > tr > td.danger, 2425 .table > tfoot > tr > td.danger,
2426 .table > thead > tr > th.danger, 2426 .table > thead > tr > th.danger,
2427 .table > tbody > tr > th.danger, 2427 .table > tbody > tr > th.danger,
2428 .table > tfoot > tr > th.danger, 2428 .table > tfoot > tr > th.danger,
2429 .table > thead > tr.danger > td, 2429 .table > thead > tr.danger > td,
2430 .table > tbody > tr.danger > td, 2430 .table > tbody > tr.danger > td,
2431 .table > tfoot > tr.danger > td, 2431 .table > tfoot > tr.danger > td,
2432 .table > thead > tr.danger > th, 2432 .table > thead > tr.danger > th,
2433 .table > tbody > tr.danger > th, 2433 .table > tbody > tr.danger > th,
2434 .table > tfoot > tr.danger > th { 2434 .table > tfoot > tr.danger > th {
2435 background-color: #FBE9E7; 2435 background-color: #FBE9E7;
2436 } 2436 }
2437 .table-hover > tbody > tr > td.danger:hover, 2437 .table-hover > tbody > tr > td.danger:hover,
2438 .table-hover > tbody > tr > th.danger:hover, 2438 .table-hover > tbody > tr > th.danger:hover,
2439 .table-hover > tbody > tr.danger:hover > td, 2439 .table-hover > tbody > tr.danger:hover > td,
2440 .table-hover > tbody > tr:hover > .danger, 2440 .table-hover > tbody > tr:hover > .danger,
2441 .table-hover > tbody > tr.danger:hover > th { 2441 .table-hover > tbody > tr.danger:hover > th {
2442 background-color: #f7d5d1; 2442 background-color: #f7d5d1;
2443 } 2443 }
2444 .table-responsive { 2444 .table-responsive {
2445 overflow-x: auto; 2445 overflow-x: auto;
2446 min-height: 0.01%; 2446 min-height: 0.01%;
2447 } 2447 }
2448 @media screen and (max-width: 768px) { 2448 @media screen and (max-width: 768px) {
2449 .table-responsive { 2449 .table-responsive {
2450 width: 100%; 2450 width: 100%;
2451 margin-bottom: 15px; 2451 margin-bottom: 15px;
2452 overflow-y: hidden; 2452 overflow-y: hidden;
2453 -ms-overflow-style: -ms-autohiding-scrollbar; 2453 -ms-overflow-style: -ms-autohiding-scrollbar;
2454 border: 1px solid #ddd; 2454 border: 1px solid #ddd;
2455 } 2455 }
2456 .table-responsive > .table { 2456 .table-responsive > .table {
2457 margin-bottom: 0; 2457 margin-bottom: 0;
2458 } 2458 }
2459 .table-responsive > .table > thead > tr > th, 2459 .table-responsive > .table > thead > tr > th,
2460 .table-responsive > .table > tbody > tr > th, 2460 .table-responsive > .table > tbody > tr > th,
2461 .table-responsive > .table > tfoot > tr > th, 2461 .table-responsive > .table > tfoot > tr > th,
2462 .table-responsive > .table > thead > tr > td, 2462 .table-responsive > .table > thead > tr > td,
2463 .table-responsive > .table > tbody > tr > td, 2463 .table-responsive > .table > tbody > tr > td,
2464 .table-responsive > .table > tfoot > tr > td { 2464 .table-responsive > .table > tfoot > tr > td {
2465 white-space: nowrap; 2465 white-space: nowrap;
2466 } 2466 }
2467 .table-responsive > .table-bordered { 2467 .table-responsive > .table-bordered {
2468 border: 0; 2468 border: 0;
2469 } 2469 }
2470 .table-responsive > .table-bordered > thead > tr > th:first-child, 2470 .table-responsive > .table-bordered > thead > tr > th:first-child,
2471 .table-responsive > .table-bordered > tbody > tr > th:first-child, 2471 .table-responsive > .table-bordered > tbody > tr > th:first-child,
2472 .table-responsive > .table-bordered > tfoot > tr > th:first-child, 2472 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
2473 .table-responsive > .table-bordered > thead > tr > td:first-child, 2473 .table-responsive > .table-bordered > thead > tr > td:first-child,
2474 .table-responsive > .table-bordered > tbody > tr > td:first-child, 2474 .table-responsive > .table-bordered > tbody > tr > td:first-child,
2475 .table-responsive > .table-bordered > tfoot > tr > td:first-child { 2475 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
2476 border-left: 0; 2476 border-left: 0;
2477 } 2477 }
2478 .table-responsive > .table-bordered > thead > tr > th:last-child, 2478 .table-responsive > .table-bordered > thead > tr > th:last-child,
2479 .table-responsive > .table-bordered > tbody > tr > th:last-child, 2479 .table-responsive > .table-bordered > tbody > tr > th:last-child,
2480 .table-responsive > .table-bordered > tfoot > tr > th:last-child, 2480 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
2481 .table-responsive > .table-bordered > thead > tr > td:last-child, 2481 .table-responsive > .table-bordered > thead > tr > td:last-child,
2482 .table-responsive > .table-bordered > tbody > tr > td:last-child, 2482 .table-responsive > .table-bordered > tbody > tr > td:last-child,
2483 .table-responsive > .table-bordered > tfoot > tr > td:last-child { 2483 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
2484 border-right: 0; 2484 border-right: 0;
2485 } 2485 }
2486 .table-responsive > .table-bordered > tbody > tr:last-child > th, 2486 .table-responsive > .table-bordered > tbody > tr:last-child > th,
2487 .table-responsive > .table-bordered > tfoot > tr:last-child > th, 2487 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
2488 .table-responsive > .table-bordered > tbody > tr:last-child > td, 2488 .table-responsive > .table-bordered > tbody > tr:last-child > td,
2489 .table-responsive > .table-bordered > tfoot > tr:last-child > td { 2489 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
2490 border-bottom: 0; 2490 border-bottom: 0;
2491 } 2491 }
2492 } 2492 }
2493 fieldset { 2493 fieldset {
2494 padding: 0; 2494 padding: 0;
2495 margin: 0; 2495 margin: 0;
2496 border: 0; 2496 border: 0;
2497 min-width: 0; 2497 min-width: 0;
2498 } 2498 }
2499 legend { 2499 legend {
2500 display: block; 2500 display: block;
2501 width: 100%; 2501 width: 100%;
2502 padding: 0; 2502 padding: 0;
2503 margin-bottom: 20px; 2503 margin-bottom: 20px;
2504 font-size: 19.5px; 2504 font-size: 19.5px;
2505 line-height: inherit; 2505 line-height: inherit;
2506 color: #333333; 2506 color: #333333;
2507 border: 0; 2507 border: 0;
2508 border-bottom: 1px solid #e5e5e5; 2508 border-bottom: 1px solid #e5e5e5;
2509 } 2509 }
2510 label { 2510 label {
2511 display: inline-block; 2511 display: inline-block;
2512 max-width: 100%; 2512 max-width: 100%;
2513 margin-bottom: 5px; 2513 margin-bottom: 5px;
2514 font-weight: bold; 2514 font-weight: bold;
2515 } 2515 }
2516 input[type="search"] { 2516 input[type="search"] {
2517 -webkit-box-sizing: border-box; 2517 -webkit-box-sizing: border-box;
2518 -moz-box-sizing: border-box; 2518 -moz-box-sizing: border-box;
2519 box-sizing: border-box; 2519 box-sizing: border-box;
2520 } 2520 }
2521 input[type="radio"], 2521 input[type="radio"],
2522 input[type="checkbox"] { 2522 input[type="checkbox"] {
2523 margin: 4px 0 0; 2523 margin: 4px 0 0;
2524 margin-top: 1px \9; 2524 margin-top: 1px \9;
2525 line-height: normal; 2525 line-height: normal;
2526 } 2526 }
2527 input[type="file"] { 2527 input[type="file"] {
2528 display: block; 2528 display: block;
2529 } 2529 }
2530 input[type="range"] { 2530 input[type="range"] {
2531 display: block; 2531 display: block;
2532 width: 100%; 2532 width: 100%;
2533 } 2533 }
2534 select[multiple], 2534 select[multiple],
2535 select[size] { 2535 select[size] {
2536 height: auto; 2536 height: auto;
2537 } 2537 }
2538 input[type="file"]:focus, 2538 input[type="file"]:focus,
2539 input[type="radio"]:focus, 2539 input[type="radio"]:focus,
2540 input[type="checkbox"]:focus { 2540 input[type="checkbox"]:focus {
2541 outline: 5px auto -webkit-focus-ring-color; 2541 outline: 5px auto -webkit-focus-ring-color;
2542 outline-offset: -2px; 2542 outline-offset: -2px;
2543 } 2543 }
2544 output { 2544 output {
2545 display: block; 2545 display: block;
2546 padding-top: 9px; 2546 padding-top: 9px;
2547 font-size: 13px; 2547 font-size: 13px;
2548 line-height: 1.5384616; 2548 line-height: 1.5384616;
2549 color: #333333; 2549 color: #333333;
2550 } 2550 }
2551 .form-control { 2551 .form-control {
2552 display: block; 2552 display: block;
2553 width: 100%; 2553 width: 100%;
2554 height: 38px; 2554 height: 38px;
2555 padding: 8px 16px; 2555 padding: 8px 16px;
2556 font-size: 13px; 2556 font-size: 13px;
2557 line-height: 1.5384616; 2557 line-height: 1.5384616;
2558 color: #333333; 2558 color: #333333;
2559 background-color: transparent; 2559 background-color: transparent;
2560 background-image: none; 2560 background-image: none;
2561 border: 1px solid #ddd; 2561 border: 1px solid #ddd;
2562 border-radius: 3px; 2562 border-radius: 3px;
2563 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2563 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2564 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2564 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2565 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2565 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2566 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2566 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2567 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2567 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2568 } 2568 }
2569 .form-control:focus { 2569 .form-control:focus {
2570 border-color: #ddd; 2570 border-color: #ddd;
2571 outline: 0; 2571 outline: 0;
2572 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 221, 221, 0.6); 2572 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 221, 221, 0.6);
2573 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 221, 221, 0.6); 2573 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(221, 221, 221, 0.6);
2574 } 2574 }
2575 .form-control::-moz-placeholder { 2575 .form-control::-moz-placeholder {
2576 color: #999; 2576 color: #999;
2577 opacity: 1; 2577 opacity: 1;
2578 } 2578 }
2579 .form-control:-ms-input-placeholder { 2579 .form-control:-ms-input-placeholder {
2580 color: #999; 2580 color: #999;
2581 } 2581 }
2582 .form-control::-webkit-input-placeholder { 2582 .form-control::-webkit-input-placeholder {
2583 color: #999; 2583 color: #999;
2584 } 2584 }
2585 .form-control::-ms-expand { 2585 .form-control::-ms-expand {
2586 border: 0; 2586 border: 0;
2587 background-color: transparent; 2587 background-color: transparent;
2588 } 2588 }
2589 .form-control[disabled], 2589 .form-control[disabled],
2590 .form-control[readonly], 2590 .form-control[readonly],
2591 fieldset[disabled] .form-control { 2591 fieldset[disabled] .form-control {
2592 background-color: transparent; 2592 background-color: transparent;
2593 opacity: 1; 2593 opacity: 1;
2594 } 2594 }
2595 .form-control[disabled], 2595 .form-control[disabled],
2596 fieldset[disabled] .form-control { 2596 fieldset[disabled] .form-control {
2597 cursor: not-allowed; 2597 cursor: not-allowed;
2598 } 2598 }
2599 textarea.form-control { 2599 textarea.form-control {
2600 height: auto; 2600 height: auto;
2601 } 2601 }
2602 input[type="search"] { 2602 input[type="search"] {
2603 -webkit-appearance: none; 2603 -webkit-appearance: none;
2604 } 2604 }
2605 @media screen and (-webkit-min-device-pixel-ratio: 0) { 2605 @media screen and (-webkit-min-device-pixel-ratio: 0) {
2606 input[type="date"].form-control, 2606 input[type="date"].form-control,
2607 input[type="time"].form-control, 2607 input[type="time"].form-control,
2608 input[type="datetime-local"].form-control, 2608 input[type="datetime-local"].form-control,
2609 input[type="month"].form-control { 2609 input[type="month"].form-control {
2610 line-height: 38px; 2610 line-height: 38px;
2611 } 2611 }
2612 input[type="date"].input-sm, 2612 input[type="date"].input-sm,
2613 input[type="time"].input-sm, 2613 input[type="time"].input-sm,
2614 input[type="datetime-local"].input-sm, 2614 input[type="datetime-local"].input-sm,
2615 input[type="month"].input-sm, 2615 input[type="month"].input-sm,
2616 .input-group-sm input[type="date"], 2616 .input-group-sm input[type="date"],
2617 .input-group-sm input[type="time"], 2617 .input-group-sm input[type="time"],
2618 .input-group-sm input[type="datetime-local"], 2618 .input-group-sm input[type="datetime-local"],
2619 .input-group-sm input[type="month"] { 2619 .input-group-sm input[type="month"] {
2620 line-height: 36px; 2620 line-height: 36px;
2621 } 2621 }
2622 input[type="date"].input-lg, 2622 input[type="date"].input-lg,
2623 input[type="time"].input-lg, 2623 input[type="time"].input-lg,
2624 input[type="datetime-local"].input-lg, 2624 input[type="datetime-local"].input-lg,
2625 input[type="month"].input-lg, 2625 input[type="month"].input-lg,
2626 .input-group-lg input[type="date"], 2626 .input-group-lg input[type="date"],
2627 .input-group-lg input[type="time"], 2627 .input-group-lg input[type="time"],
2628 .input-group-lg input[type="datetime-local"], 2628 .input-group-lg input[type="datetime-local"],
2629 .input-group-lg input[type="month"] { 2629 .input-group-lg input[type="month"] {
2630 line-height: 40px; 2630 line-height: 40px;
2631 } 2631 }
2632 } 2632 }
2633 .form-group { 2633 .form-group {
2634 margin-bottom: 20px; 2634 margin-bottom: 20px;
2635 } 2635 }
2636 .radio, 2636 .radio,
2637 .checkbox { 2637 .checkbox {
2638 position: relative; 2638 position: relative;
2639 display: block; 2639 display: block;
2640 margin-top: 10px; 2640 margin-top: 10px;
2641 margin-bottom: 10px; 2641 margin-bottom: 10px;
2642 } 2642 }
2643 .radio label, 2643 .radio label,
2644 .checkbox label { 2644 .checkbox label {
2645 min-height: 20px; 2645 min-height: 20px;
2646 padding-left: 20px; 2646 padding-left: 20px;
2647 margin-bottom: 0; 2647 margin-bottom: 0;
2648 font-weight: normal; 2648 font-weight: normal;
2649 cursor: pointer; 2649 cursor: pointer;
2650 } 2650 }
2651 .radio input[type="radio"], 2651 .radio input[type="radio"],
2652 .radio-inline input[type="radio"], 2652 .radio-inline input[type="radio"],
2653 .checkbox input[type="checkbox"], 2653 .checkbox input[type="checkbox"],
2654 .checkbox-inline input[type="checkbox"] { 2654 .checkbox-inline input[type="checkbox"] {
2655 position: absolute; 2655 position: absolute;
2656 margin-left: -20px; 2656 margin-left: -20px;
2657 margin-top: 4px \9; 2657 margin-top: 4px \9;
2658 } 2658 }
2659 .radio + .radio, 2659 .radio + .radio,
2660 .checkbox + .checkbox { 2660 .checkbox + .checkbox {
2661 margin-top: -5px; 2661 margin-top: -5px;
2662 } 2662 }
2663 .radio-inline, 2663 .radio-inline,
2664 .checkbox-inline { 2664 .checkbox-inline {
2665 position: relative; 2665 position: relative;
2666 display: inline-block; 2666 display: inline-block;
2667 padding-left: 20px; 2667 padding-left: 20px;
2668 margin-bottom: 0; 2668 margin-bottom: 0;
2669 vertical-align: middle; 2669 vertical-align: middle;
2670 font-weight: normal; 2670 font-weight: normal;
2671 cursor: pointer; 2671 cursor: pointer;
2672 } 2672 }
2673 .radio-inline + .radio-inline, 2673 .radio-inline + .radio-inline,
2674 .checkbox-inline + .checkbox-inline { 2674 .checkbox-inline + .checkbox-inline {
2675 margin-top: 0; 2675 margin-top: 0;
2676 margin-left: 10px; 2676 margin-left: 10px;
2677 } 2677 }
2678 input[type="radio"][disabled], 2678 input[type="radio"][disabled],
2679 input[type="checkbox"][disabled], 2679 input[type="checkbox"][disabled],
2680 input[type="radio"].disabled, 2680 input[type="radio"].disabled,
2681 input[type="checkbox"].disabled, 2681 input[type="checkbox"].disabled,
2682 fieldset[disabled] input[type="radio"], 2682 fieldset[disabled] input[type="radio"],
2683 fieldset[disabled] input[type="checkbox"] { 2683 fieldset[disabled] input[type="checkbox"] {
2684 cursor: not-allowed; 2684 cursor: not-allowed;
2685 } 2685 }
2686 .radio-inline.disabled, 2686 .radio-inline.disabled,
2687 .checkbox-inline.disabled, 2687 .checkbox-inline.disabled,
2688 fieldset[disabled] .radio-inline, 2688 fieldset[disabled] .radio-inline,
2689 fieldset[disabled] .checkbox-inline { 2689 fieldset[disabled] .checkbox-inline {
2690 cursor: not-allowed; 2690 cursor: not-allowed;
2691 } 2691 }
2692 .radio.disabled label, 2692 .radio.disabled label,
2693 .checkbox.disabled label, 2693 .checkbox.disabled label,
2694 fieldset[disabled] .radio label, 2694 fieldset[disabled] .radio label,
2695 fieldset[disabled] .checkbox label { 2695 fieldset[disabled] .checkbox label {
2696 cursor: not-allowed; 2696 cursor: not-allowed;
2697 } 2697 }
2698 .form-control-static { 2698 .form-control-static {
2699 padding-top: 9px; 2699 padding-top: 9px;
2700 padding-bottom: 9px; 2700 padding-bottom: 9px;
2701 margin-bottom: 0; 2701 margin-bottom: 0;
2702 min-height: 33px; 2702 min-height: 33px;
2703 } 2703 }
2704 .form-control-static.input-lg, 2704 .form-control-static.input-lg,
2705 .form-control-static.input-sm { 2705 .form-control-static.input-sm {
2706 padding-left: 0; 2706 padding-left: 0;
2707 padding-right: 0; 2707 padding-right: 0;
2708 } 2708 }
2709 .input-sm { 2709 .input-sm {
2710 height: 36px; 2710 height: 36px;
2711 padding: 7px 14px; 2711 padding: 7px 14px;
2712 font-size: 12px; 2712 font-size: 12px;
2713 line-height: 1.6666667; 2713 line-height: 1.6666667;
2714 border-radius: 2px; 2714 border-radius: 2px;
2715 } 2715 }
2716 select.input-sm { 2716 select.input-sm {
2717 height: 36px; 2717 height: 36px;
2718 line-height: 36px; 2718 line-height: 36px;
2719 } 2719 }
2720 textarea.input-sm, 2720 textarea.input-sm,
2721 select[multiple].input-sm { 2721 select[multiple].input-sm {
2722 height: auto; 2722 height: auto;
2723 } 2723 }
2724 .form-group-sm .form-control { 2724 .form-group-sm .form-control {
2725 height: 36px; 2725 height: 36px;
2726 padding: 7px 14px; 2726 padding: 7px 14px;
2727 font-size: 12px; 2727 font-size: 12px;
2728 line-height: 1.6666667; 2728 line-height: 1.6666667;
2729 border-radius: 2px; 2729 border-radius: 2px;
2730 } 2730 }
2731 .form-group-sm select.form-control { 2731 .form-group-sm select.form-control {
2732 height: 36px; 2732 height: 36px;
2733 line-height: 36px; 2733 line-height: 36px;
2734 } 2734 }
2735 .form-group-sm textarea.form-control, 2735 .form-group-sm textarea.form-control,
2736 .form-group-sm select[multiple].form-control { 2736 .form-group-sm select[multiple].form-control {
2737 height: auto; 2737 height: auto;
2738 } 2738 }
2739 .form-group-sm .form-control-static { 2739 .form-group-sm .form-control-static {
2740 height: 36px; 2740 height: 36px;
2741 min-height: 32px; 2741 min-height: 32px;
2742 padding: 8px 14px; 2742 padding: 8px 14px;
2743 font-size: 12px; 2743 font-size: 12px;
2744 line-height: 1.6666667; 2744 line-height: 1.6666667;
2745 } 2745 }
2746 .input-lg { 2746 .input-lg {
2747 height: 40px; 2747 height: 40px;
2748 padding: 9px 18px; 2748 padding: 9px 18px;
2749 font-size: 14px; 2749 font-size: 14px;
2750 line-height: 1.4285715; 2750 line-height: 1.4285715;
2751 border-radius: 3px; 2751 border-radius: 3px;
2752 } 2752 }
2753 select.input-lg { 2753 select.input-lg {
2754 height: 40px; 2754 height: 40px;
2755 line-height: 40px; 2755 line-height: 40px;
2756 } 2756 }
2757 textarea.input-lg, 2757 textarea.input-lg,
2758 select[multiple].input-lg { 2758 select[multiple].input-lg {
2759 height: auto; 2759 height: auto;
2760 } 2760 }
2761 .form-group-lg .form-control { 2761 .form-group-lg .form-control {
2762 height: 40px; 2762 height: 40px;
2763 padding: 9px 18px; 2763 padding: 9px 18px;
2764 font-size: 14px; 2764 font-size: 14px;
2765 line-height: 1.4285715; 2765 line-height: 1.4285715;
2766 border-radius: 3px; 2766 border-radius: 3px;
2767 } 2767 }
2768 .form-group-lg select.form-control { 2768 .form-group-lg select.form-control {
2769 height: 40px; 2769 height: 40px;
2770 line-height: 40px; 2770 line-height: 40px;
2771 } 2771 }
2772 .form-group-lg textarea.form-control, 2772 .form-group-lg textarea.form-control,
2773 .form-group-lg select[multiple].form-control { 2773 .form-group-lg select[multiple].form-control {
2774 height: auto; 2774 height: auto;
2775 } 2775 }
2776 .form-group-lg .form-control-static { 2776 .form-group-lg .form-control-static {
2777 height: 40px; 2777 height: 40px;
2778 min-height: 34px; 2778 min-height: 34px;
2779 padding: 10px 18px; 2779 padding: 10px 18px;
2780 font-size: 14px; 2780 font-size: 14px;
2781 line-height: 1.4285715; 2781 line-height: 1.4285715;
2782 } 2782 }
2783 .has-feedback { 2783 .has-feedback {
2784 position: relative; 2784 position: relative;
2785 } 2785 }
2786 .has-feedback .form-control { 2786 .has-feedback .form-control {
2787 padding-right: 47.5px; 2787 padding-right: 47.5px;
2788 } 2788 }
2789 .form-control-feedback { 2789 .form-control-feedback {
2790 position: absolute; 2790 position: absolute;
2791 top: 0; 2791 top: 0;
2792 right: 0; 2792 right: 0;
2793 z-index: 2; 2793 z-index: 2;
2794 display: block; 2794 display: block;
2795 width: 38px; 2795 width: 38px;
2796 height: 38px; 2796 height: 38px;
2797 line-height: 38px; 2797 line-height: 38px;
2798 text-align: center; 2798 text-align: center;
2799 pointer-events: none; 2799 pointer-events: none;
2800 } 2800 }
2801 .input-lg + .form-control-feedback, 2801 .input-lg + .form-control-feedback,
2802 .input-group-lg + .form-control-feedback, 2802 .input-group-lg + .form-control-feedback,
2803 .form-group-lg .form-control + .form-control-feedback { 2803 .form-group-lg .form-control + .form-control-feedback {
2804 width: 40px; 2804 width: 40px;
2805 height: 40px; 2805 height: 40px;
2806 line-height: 40px; 2806 line-height: 40px;
2807 } 2807 }
2808 .input-sm + .form-control-feedback, 2808 .input-sm + .form-control-feedback,
2809 .input-group-sm + .form-control-feedback, 2809 .input-group-sm + .form-control-feedback,
2810 .form-group-sm .form-control + .form-control-feedback { 2810 .form-group-sm .form-control + .form-control-feedback {
2811 width: 36px; 2811 width: 36px;
2812 height: 36px; 2812 height: 36px;
2813 line-height: 36px; 2813 line-height: 36px;
2814 } 2814 }
2815 .has-success .help-block, 2815 .has-success .help-block,
2816 .has-success .control-label, 2816 .has-success .control-label,
2817 .has-success .radio, 2817 .has-success .radio,
2818 .has-success .checkbox, 2818 .has-success .checkbox,
2819 .has-success .radio-inline, 2819 .has-success .radio-inline,
2820 .has-success .checkbox-inline, 2820 .has-success .checkbox-inline,
2821 .has-success.radio label, 2821 .has-success.radio label,
2822 .has-success.checkbox label, 2822 .has-success.checkbox label,
2823 .has-success.radio-inline label, 2823 .has-success.radio-inline label,
2824 .has-success.checkbox-inline label { 2824 .has-success.checkbox-inline label {
2825 color: #43A047; 2825 color: #43A047;
2826 } 2826 }
2827 .has-success .form-control { 2827 .has-success .form-control {
2828 border-color: #43A047; 2828 border-color: #43A047;
2829 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2829 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2830 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2830 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2831 } 2831 }
2832 .has-success .form-control:focus { 2832 .has-success .form-control:focus {
2833 border-color: #347c37; 2833 border-color: #347c37;
2834 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7fca83; 2834 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7fca83;
2835 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7fca83; 2835 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7fca83;
2836 } 2836 }
2837 .has-success .input-group-addon { 2837 .has-success .input-group-addon {
2838 color: #43A047; 2838 color: #43A047;
2839 border-color: #43A047; 2839 border-color: #43A047;
2840 background-color: #E8F5E9; 2840 background-color: #E8F5E9;
2841 } 2841 }
2842 .has-success .form-control-feedback { 2842 .has-success .form-control-feedback {
2843 color: #43A047; 2843 color: #43A047;
2844 } 2844 }
2845 .has-warning .help-block, 2845 .has-warning .help-block,
2846 .has-warning .control-label, 2846 .has-warning .control-label,
2847 .has-warning .radio, 2847 .has-warning .radio,
2848 .has-warning .checkbox, 2848 .has-warning .checkbox,
2849 .has-warning .radio-inline, 2849 .has-warning .radio-inline,
2850 .has-warning .checkbox-inline, 2850 .has-warning .checkbox-inline,
2851 .has-warning.radio label, 2851 .has-warning.radio label,
2852 .has-warning.checkbox label, 2852 .has-warning.checkbox label,
2853 .has-warning.radio-inline label, 2853 .has-warning.radio-inline label,
2854 .has-warning.checkbox-inline label { 2854 .has-warning.checkbox-inline label {
2855 color: #EF6C00; 2855 color: #EF6C00;
2856 } 2856 }
2857 .has-warning .form-control { 2857 .has-warning .form-control {
2858 border-color: #EF6C00; 2858 border-color: #EF6C00;
2859 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2859 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2860 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2860 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2861 } 2861 }
2862 .has-warning .form-control:focus { 2862 .has-warning .form-control:focus {
2863 border-color: #bc5500; 2863 border-color: #bc5500;
2864 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa256; 2864 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa256;
2865 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa256; 2865 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa256;
2866 } 2866 }
2867 .has-warning .input-group-addon { 2867 .has-warning .input-group-addon {
2868 color: #EF6C00; 2868 color: #EF6C00;
2869 border-color: #EF6C00; 2869 border-color: #EF6C00;
2870 background-color: #FFF3E0; 2870 background-color: #FFF3E0;
2871 } 2871 }
2872 .has-warning .form-control-feedback { 2872 .has-warning .form-control-feedback {
2873 color: #EF6C00; 2873 color: #EF6C00;
2874 } 2874 }
2875 .has-error .help-block, 2875 .has-error .help-block,
2876 .has-error .control-label, 2876 .has-error .control-label,
2877 .has-error .radio, 2877 .has-error .radio,
2878 .has-error .checkbox, 2878 .has-error .checkbox,
2879 .has-error .radio-inline, 2879 .has-error .radio-inline,
2880 .has-error .checkbox-inline, 2880 .has-error .checkbox-inline,
2881 .has-error.radio label, 2881 .has-error.radio label,
2882 .has-error.checkbox label, 2882 .has-error.checkbox label,
2883 .has-error.radio-inline label, 2883 .has-error.radio-inline label,
2884 .has-error.checkbox-inline label { 2884 .has-error.checkbox-inline label {
2885 color: #D84315; 2885 color: #D84315;
2886 } 2886 }
2887 .has-error .form-control { 2887 .has-error .form-control {
2888 border-color: #D84315; 2888 border-color: #D84315;
2889 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2889 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2890 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2890 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2891 } 2891 }
2892 .has-error .form-control:focus { 2892 .has-error .form-control:focus {
2893 border-color: #aa3510; 2893 border-color: #aa3510;
2894 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08463; 2894 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08463;
2895 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08463; 2895 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08463;
2896 } 2896 }
2897 .has-error .input-group-addon { 2897 .has-error .input-group-addon {
2898 color: #D84315; 2898 color: #D84315;
2899 border-color: #D84315; 2899 border-color: #D84315;
2900 background-color: #FBE9E7; 2900 background-color: #FBE9E7;
2901 } 2901 }
2902 .has-error .form-control-feedback { 2902 .has-error .form-control-feedback {
2903 color: #D84315; 2903 color: #D84315;
2904 } 2904 }
2905 .has-feedback label ~ .form-control-feedback { 2905 .has-feedback label ~ .form-control-feedback {
2906 top: 25px; 2906 top: 25px;
2907 } 2907 }
2908 .has-feedback label.sr-only ~ .form-control-feedback { 2908 .has-feedback label.sr-only ~ .form-control-feedback {
2909 top: 0; 2909 top: 0;
2910 } 2910 }
2911 .help-block { 2911 .help-block {
2912 display: block; 2912 display: block;
2913 margin-top: 5px; 2913 margin-top: 5px;
2914 margin-bottom: 10px; 2914 margin-bottom: 10px;
2915 color: #737373; 2915 color: #737373;
2916 } 2916 }
2917 @media (min-width: 769px) { 2917 @media (min-width: 769px) {
2918 .form-inline .form-group { 2918 .form-inline .form-group {
2919 display: inline-block; 2919 display: inline-block;
2920 margin-bottom: 0; 2920 margin-bottom: 0;
2921 vertical-align: middle; 2921 vertical-align: middle;
2922 } 2922 }
2923 .form-inline .form-control { 2923 .form-inline .form-control {
2924 display: inline-block; 2924 display: inline-block;
2925 width: auto; 2925 width: auto;
2926 vertical-align: middle; 2926 vertical-align: middle;
2927 } 2927 }
2928 .form-inline .form-control-static { 2928 .form-inline .form-control-static {
2929 display: inline-block; 2929 display: inline-block;
2930 } 2930 }
2931 .form-inline .input-group { 2931 .form-inline .input-group {
2932 display: inline-table; 2932 display: inline-table;
2933 vertical-align: middle; 2933 vertical-align: middle;
2934 } 2934 }
2935 .form-inline .input-group .input-group-addon, 2935 .form-inline .input-group .input-group-addon,
2936 .form-inline .input-group .input-group-btn, 2936 .form-inline .input-group .input-group-btn,
2937 .form-inline .input-group .form-control { 2937 .form-inline .input-group .form-control {
2938 width: auto; 2938 width: auto;
2939 } 2939 }
2940 .form-inline .input-group > .form-control { 2940 .form-inline .input-group > .form-control {
2941 width: 100%; 2941 width: 100%;
2942 } 2942 }
2943 .form-inline .control-label { 2943 .form-inline .control-label {
2944 margin-bottom: 0; 2944 margin-bottom: 0;
2945 vertical-align: middle; 2945 vertical-align: middle;
2946 } 2946 }
2947 .form-inline .radio, 2947 .form-inline .radio,
2948 .form-inline .checkbox { 2948 .form-inline .checkbox {
2949 display: inline-block; 2949 display: inline-block;
2950 margin-top: 0; 2950 margin-top: 0;
2951 margin-bottom: 0; 2951 margin-bottom: 0;
2952 vertical-align: middle; 2952 vertical-align: middle;
2953 } 2953 }
2954 .form-inline .radio label, 2954 .form-inline .radio label,
2955 .form-inline .checkbox label { 2955 .form-inline .checkbox label {
2956 padding-left: 0; 2956 padding-left: 0;
2957 } 2957 }
2958 .form-inline .radio input[type="radio"], 2958 .form-inline .radio input[type="radio"],
2959 .form-inline .checkbox input[type="checkbox"] { 2959 .form-inline .checkbox input[type="checkbox"] {
2960 position: relative; 2960 position: relative;
2961 margin-left: 0; 2961 margin-left: 0;
2962 } 2962 }
2963 .form-inline .has-feedback .form-control-feedback { 2963 .form-inline .has-feedback .form-control-feedback {
2964 top: 0; 2964 top: 0;
2965 } 2965 }
2966 } 2966 }
2967 .form-horizontal .radio, 2967 .form-horizontal .radio,
2968 .form-horizontal .checkbox, 2968 .form-horizontal .checkbox,
2969 .form-horizontal .radio-inline, 2969 .form-horizontal .radio-inline,
2970 .form-horizontal .checkbox-inline { 2970 .form-horizontal .checkbox-inline {
2971 margin-top: 0; 2971 margin-top: 0;
2972 margin-bottom: 0; 2972 margin-bottom: 0;
2973 padding-top: 9px; 2973 padding-top: 9px;
2974 } 2974 }
2975 .form-horizontal .radio, 2975 .form-horizontal .radio,
2976 .form-horizontal .checkbox { 2976 .form-horizontal .checkbox {
2977 min-height: 29px; 2977 min-height: 29px;
2978 } 2978 }
2979 .form-horizontal .form-group { 2979 .form-horizontal .form-group {
2980 margin-left: -10px; 2980 margin-left: -10px;
2981 margin-right: -10px; 2981 margin-right: -10px;
2982 } 2982 }
2983 @media (min-width: 769px) { 2983 @media (min-width: 769px) {
2984 .form-horizontal .control-label { 2984 .form-horizontal .control-label {
2985 text-align: right; 2985 text-align: right;
2986 margin-bottom: 0; 2986 margin-bottom: 0;
2987 padding-top: 9px; 2987 padding-top: 9px;
2988 } 2988 }
2989 } 2989 }
2990 .form-horizontal .has-feedback .form-control-feedback { 2990 .form-horizontal .has-feedback .form-control-feedback {
2991 right: 10px; 2991 right: 10px;
2992 } 2992 }
2993 @media (min-width: 769px) { 2993 @media (min-width: 769px) {
2994 .form-horizontal .form-group-lg .control-label { 2994 .form-horizontal .form-group-lg .control-label {
2995 padding-top: 10px; 2995 padding-top: 10px;
2996 font-size: 14px; 2996 font-size: 14px;
2997 } 2997 }
2998 } 2998 }
2999 @media (min-width: 769px) { 2999 @media (min-width: 769px) {
3000 .form-horizontal .form-group-sm .control-label { 3000 .form-horizontal .form-group-sm .control-label {
3001 padding-top: 8px; 3001 padding-top: 8px;
3002 font-size: 12px; 3002 font-size: 12px;
3003 } 3003 }
3004 } 3004 }
3005 .btn { 3005 .btn {
3006 display: inline-block; 3006 display: inline-block;
3007 margin-bottom: 0; 3007 margin-bottom: 0;
3008 font-weight: normal; 3008 font-weight: normal;
3009 text-align: center; 3009 text-align: center;
3010 vertical-align: middle; 3010 vertical-align: middle;
3011 touch-action: manipulation; 3011 touch-action: manipulation;
3012 cursor: pointer; 3012 cursor: pointer;
3013 background-image: none; 3013 background-image: none;
3014 border: 1px solid transparent; 3014 border: 1px solid transparent;
3015 white-space: nowrap; 3015 white-space: nowrap;
3016 padding: 8px 16px; 3016 padding: 8px 16px;
3017 font-size: 13px; 3017 font-size: 13px;
3018 line-height: 1.5384616; 3018 line-height: 1.5384616;
3019 border-radius: 3px; 3019 border-radius: 3px;
3020 -webkit-user-select: none; 3020 -webkit-user-select: none;
3021 -moz-user-select: none; 3021 -moz-user-select: none;
3022 -ms-user-select: none; 3022 -ms-user-select: none;
3023 user-select: none; 3023 user-select: none;
3024 } 3024 }
3025 .btn:focus, 3025 .btn:focus,
3026 .btn:active:focus, 3026 .btn:active:focus,
3027 .btn.active:focus, 3027 .btn.active:focus,
3028 .btn.focus, 3028 .btn.focus,
3029 .btn:active.focus, 3029 .btn:active.focus,
3030 .btn.active.focus { 3030 .btn.active.focus {
3031 outline: 5px auto -webkit-focus-ring-color; 3031 outline: 5px auto -webkit-focus-ring-color;
3032 outline-offset: -2px; 3032 outline-offset: -2px;
3033 } 3033 }
3034 .btn:hover, 3034 .btn:hover,
3035 .btn:focus, 3035 .btn:focus,
3036 .btn.focus { 3036 .btn.focus {
3037 color: #333; 3037 color: #333;
3038 text-decoration: none; 3038 text-decoration: none;
3039 } 3039 }
3040 .btn:active, 3040 .btn:active,
3041 .btn.active { 3041 .btn.active {
3042 outline: 0; 3042 outline: 0;
3043 background-image: none; 3043 background-image: none;
3044 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3044 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3045 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3045 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3046 } 3046 }
3047 .btn.disabled, 3047 .btn.disabled,
3048 .btn[disabled], 3048 .btn[disabled],
3049 fieldset[disabled] .btn { 3049 fieldset[disabled] .btn {
3050 cursor: not-allowed; 3050 cursor: not-allowed;
3051 opacity: 0.65; 3051 opacity: 0.65;
3052 filter: alpha(opacity=65); 3052 filter: alpha(opacity=65);
3053 -webkit-box-shadow: none; 3053 -webkit-box-shadow: none;
3054 box-shadow: none; 3054 box-shadow: none;
3055 } 3055 }
3056 a.btn.disabled, 3056 a.btn.disabled,
3057 fieldset[disabled] a.btn { 3057 fieldset[disabled] a.btn {
3058 pointer-events: none; 3058 pointer-events: none;
3059 } 3059 }
3060 .btn-default { 3060 .btn-default {
3061 color: #333; 3061 color: #333;
3062 background-color: #f5f5f5; 3062 background-color: #f5f5f5;
3063 border-color: transparent; 3063 border-color: transparent;
3064 } 3064 }
3065 .btn-default:focus, 3065 .btn-default:focus,
3066 .btn-default.focus { 3066 .btn-default.focus {
3067 color: #333; 3067 color: #333;
3068 background-color: #dcdcdc; 3068 background-color: #dcdcdc;
3069 border-color: rgba(0, 0, 0, 0); 3069 border-color: rgba(0, 0, 0, 0);
3070 } 3070 }
3071 .btn-default:hover { 3071 .btn-default:hover {
3072 color: #333; 3072 color: #333;
3073 background-color: #dcdcdc; 3073 background-color: #dcdcdc;
3074 border-color: rgba(0, 0, 0, 0); 3074 border-color: rgba(0, 0, 0, 0);
3075 } 3075 }
3076 .btn-default:active, 3076 .btn-default:active,
3077 .btn-default.active, 3077 .btn-default.active,
3078 .open > .dropdown-toggle.btn-default { 3078 .open > .dropdown-toggle.btn-default {
3079 color: #333; 3079 color: #333;
3080 background-color: #dcdcdc; 3080 background-color: #dcdcdc;
3081 border-color: rgba(0, 0, 0, 0); 3081 border-color: rgba(0, 0, 0, 0);
3082 } 3082 }
3083 .btn-default:active:hover, 3083 .btn-default:active:hover,
3084 .btn-default.active:hover, 3084 .btn-default.active:hover,
3085 .open > .dropdown-toggle.btn-default:hover, 3085 .open > .dropdown-toggle.btn-default:hover,
3086 .btn-default:active:focus, 3086 .btn-default:active:focus,
3087 .btn-default.active:focus, 3087 .btn-default.active:focus,
3088 .open > .dropdown-toggle.btn-default:focus, 3088 .open > .dropdown-toggle.btn-default:focus,
3089 .btn-default:active.focus, 3089 .btn-default:active.focus,
3090 .btn-default.active.focus, 3090 .btn-default.active.focus,
3091 .open > .dropdown-toggle.btn-default.focus { 3091 .open > .dropdown-toggle.btn-default.focus {
3092 color: #333; 3092 color: #333;
3093 background-color: #cacaca; 3093 background-color: #cacaca;
3094 border-color: rgba(0, 0, 0, 0); 3094 border-color: rgba(0, 0, 0, 0);
3095 } 3095 }
3096 .btn-default:active, 3096 .btn-default:active,
3097 .btn-default.active, 3097 .btn-default.active,
3098 .open > .dropdown-toggle.btn-default { 3098 .open > .dropdown-toggle.btn-default {
3099 background-image: none; 3099 background-image: none;
3100 } 3100 }
3101 .btn-default.disabled:hover, 3101 .btn-default.disabled:hover,
3102 .btn-default[disabled]:hover, 3102 .btn-default[disabled]:hover,
3103 fieldset[disabled] .btn-default:hover, 3103 fieldset[disabled] .btn-default:hover,
3104 .btn-default.disabled:focus, 3104 .btn-default.disabled:focus,
3105 .btn-default[disabled]:focus, 3105 .btn-default[disabled]:focus,
3106 fieldset[disabled] .btn-default:focus, 3106 fieldset[disabled] .btn-default:focus,
3107 .btn-default.disabled.focus, 3107 .btn-default.disabled.focus,
3108 .btn-default[disabled].focus, 3108 .btn-default[disabled].focus,
3109 fieldset[disabled] .btn-default.focus { 3109 fieldset[disabled] .btn-default.focus {
3110 background-color: #f5f5f5; 3110 background-color: #f5f5f5;
3111 border-color: transparent; 3111 border-color: transparent;
3112 } 3112 }
3113 .btn-default .badge { 3113 .btn-default .badge {
3114 color: #f5f5f5; 3114 color: #f5f5f5;
3115 background-color: #333; 3115 background-color: #333;
3116 } 3116 }
3117 .btn-primary { 3117 .btn-primary {
3118 color: #fff; 3118 color: #fff;
3119 background-color: #2196F3; 3119 background-color: #2196F3;
3120 border-color: #2196F3; 3120 border-color: #2196F3;
3121 } 3121 }
3122 .btn-primary:focus, 3122 .btn-primary:focus,
3123 .btn-primary.focus { 3123 .btn-primary.focus {
3124 color: #fff; 3124 color: #fff;
3125 background-color: #0c7cd5; 3125 background-color: #0c7cd5;
3126 border-color: #08528d; 3126 border-color: #08528d;
3127 } 3127 }
3128 .btn-primary:hover { 3128 .btn-primary:hover {
3129 color: #fff; 3129 color: #fff;
3130 background-color: #0c7cd5; 3130 background-color: #0c7cd5;
3131 border-color: #0b76cc; 3131 border-color: #0b76cc;
3132 } 3132 }
3133 .btn-primary:active, 3133 .btn-primary:active,
3134 .btn-primary.active, 3134 .btn-primary.active,
3135 .open > .dropdown-toggle.btn-primary { 3135 .open > .dropdown-toggle.btn-primary {
3136 color: #fff; 3136 color: #fff;
3137 background-color: #0c7cd5; 3137 background-color: #0c7cd5;
3138 border-color: #0b76cc; 3138 border-color: #0b76cc;
3139 } 3139 }
3140 .btn-primary:active:hover, 3140 .btn-primary:active:hover,
3141 .btn-primary.active:hover, 3141 .btn-primary.active:hover,
3142 .open > .dropdown-toggle.btn-primary:hover, 3142 .open > .dropdown-toggle.btn-primary:hover,
3143 .btn-primary:active:focus, 3143 .btn-primary:active:focus,
3144 .btn-primary.active:focus, 3144 .btn-primary.active:focus,
3145 .open > .dropdown-toggle.btn-primary:focus, 3145 .open > .dropdown-toggle.btn-primary:focus,
3146 .btn-primary:active.focus, 3146 .btn-primary:active.focus,
3147 .btn-primary.active.focus, 3147 .btn-primary.active.focus,
3148 .open > .dropdown-toggle.btn-primary.focus { 3148 .open > .dropdown-toggle.btn-primary.focus {
3149 color: #fff; 3149 color: #fff;
3150 background-color: #0a68b4; 3150 background-color: #0a68b4;
3151 border-color: #08528d; 3151 border-color: #08528d;
3152 } 3152 }
3153 .btn-primary:active, 3153 .btn-primary:active,
3154 .btn-primary.active, 3154 .btn-primary.active,
3155 .open > .dropdown-toggle.btn-primary { 3155 .open > .dropdown-toggle.btn-primary {
3156 background-image: none; 3156 background-image: none;
3157 } 3157 }
3158 .btn-primary.disabled:hover, 3158 .btn-primary.disabled:hover,
3159 .btn-primary[disabled]:hover, 3159 .btn-primary[disabled]:hover,
3160 fieldset[disabled] .btn-primary:hover, 3160 fieldset[disabled] .btn-primary:hover,
3161 .btn-primary.disabled:focus, 3161 .btn-primary.disabled:focus,
3162 .btn-primary[disabled]:focus, 3162 .btn-primary[disabled]:focus,
3163 fieldset[disabled] .btn-primary:focus, 3163 fieldset[disabled] .btn-primary:focus,
3164 .btn-primary.disabled.focus, 3164 .btn-primary.disabled.focus,
3165 .btn-primary[disabled].focus, 3165 .btn-primary[disabled].focus,
3166 fieldset[disabled] .btn-primary.focus { 3166 fieldset[disabled] .btn-primary.focus {
3167 background-color: #2196F3; 3167 background-color: #2196F3;
3168 border-color: #2196F3; 3168 border-color: #2196F3;
3169 } 3169 }
3170 .btn-primary .badge { 3170 .btn-primary .badge {
3171 color: #2196F3; 3171 color: #2196F3;
3172 background-color: #fff; 3172 background-color: #fff;
3173 } 3173 }
3174 .btn-success { 3174 .btn-success {
3175 color: #fff; 3175 color: #fff;
3176 background-color: #4CAF50; 3176 background-color: #4CAF50;
3177 border-color: #4CAF50; 3177 border-color: #4CAF50;
3178 } 3178 }
3179 .btn-success:focus, 3179 .btn-success:focus,
3180 .btn-success.focus { 3180 .btn-success.focus {
3181 color: #fff; 3181 color: #fff;
3182 background-color: #3d8b40; 3182 background-color: #3d8b40;
3183 border-color: #255627; 3183 border-color: #255627;
3184 } 3184 }
3185 .btn-success:hover { 3185 .btn-success:hover {
3186 color: #fff; 3186 color: #fff;
3187 background-color: #3d8b40; 3187 background-color: #3d8b40;
3188 border-color: #39843c; 3188 border-color: #39843c;
3189 } 3189 }
3190 .btn-success:active, 3190 .btn-success:active,
3191 .btn-success.active, 3191 .btn-success.active,
3192 .open > .dropdown-toggle.btn-success { 3192 .open > .dropdown-toggle.btn-success {
3193 color: #fff; 3193 color: #fff;
3194 background-color: #3d8b40; 3194 background-color: #3d8b40;
3195 border-color: #39843c; 3195 border-color: #39843c;
3196 } 3196 }
3197 .btn-success:active:hover, 3197 .btn-success:active:hover,
3198 .btn-success.active:hover, 3198 .btn-success.active:hover,
3199 .open > .dropdown-toggle.btn-success:hover, 3199 .open > .dropdown-toggle.btn-success:hover,
3200 .btn-success:active:focus, 3200 .btn-success:active:focus,
3201 .btn-success.active:focus, 3201 .btn-success.active:focus,
3202 .open > .dropdown-toggle.btn-success:focus, 3202 .open > .dropdown-toggle.btn-success:focus,
3203 .btn-success:active.focus, 3203 .btn-success:active.focus,
3204 .btn-success.active.focus, 3204 .btn-success.active.focus,
3205 .open > .dropdown-toggle.btn-success.focus { 3205 .open > .dropdown-toggle.btn-success.focus {
3206 color: #fff; 3206 color: #fff;
3207 background-color: #327334; 3207 background-color: #327334;
3208 border-color: #255627; 3208 border-color: #255627;
3209 } 3209 }
3210 .btn-success:active, 3210 .btn-success:active,
3211 .btn-success.active, 3211 .btn-success.active,
3212 .open > .dropdown-toggle.btn-success { 3212 .open > .dropdown-toggle.btn-success {
3213 background-image: none; 3213 background-image: none;
3214 } 3214 }
3215 .btn-success.disabled:hover, 3215 .btn-success.disabled:hover,
3216 .btn-success[disabled]:hover, 3216 .btn-success[disabled]:hover,
3217 fieldset[disabled] .btn-success:hover, 3217 fieldset[disabled] .btn-success:hover,
3218 .btn-success.disabled:focus, 3218 .btn-success.disabled:focus,
3219 .btn-success[disabled]:focus, 3219 .btn-success[disabled]:focus,
3220 fieldset[disabled] .btn-success:focus, 3220 fieldset[disabled] .btn-success:focus,
3221 .btn-success.disabled.focus, 3221 .btn-success.disabled.focus,
3222 .btn-success[disabled].focus, 3222 .btn-success[disabled].focus,
3223 fieldset[disabled] .btn-success.focus { 3223 fieldset[disabled] .btn-success.focus {
3224 background-color: #4CAF50; 3224 background-color: #4CAF50;
3225 border-color: #4CAF50; 3225 border-color: #4CAF50;
3226 } 3226 }
3227 .btn-success .badge { 3227 .btn-success .badge {
3228 color: #4CAF50; 3228 color: #4CAF50;
3229 background-color: #fff; 3229 background-color: #fff;
3230 } 3230 }
3231 .btn-info { 3231 .btn-info {
3232 color: #fff; 3232 color: #fff;
3233 background-color: #00BCD4; 3233 background-color: #00BCD4;
3234 border-color: #00BCD4; 3234 border-color: #00BCD4;
3235 } 3235 }
3236 .btn-info:focus, 3236 .btn-info:focus,
3237 .btn-info.focus { 3237 .btn-info.focus {
3238 color: #fff; 3238 color: #fff;
3239 background-color: #008fa1; 3239 background-color: #008fa1;
3240 border-color: #004b55; 3240 border-color: #004b55;
3241 } 3241 }
3242 .btn-info:hover { 3242 .btn-info:hover {
3243 color: #fff; 3243 color: #fff;
3244 background-color: #008fa1; 3244 background-color: #008fa1;
3245 border-color: #008697; 3245 border-color: #008697;
3246 } 3246 }
3247 .btn-info:active, 3247 .btn-info:active,
3248 .btn-info.active, 3248 .btn-info.active,
3249 .open > .dropdown-toggle.btn-info { 3249 .open > .dropdown-toggle.btn-info {
3250 color: #fff; 3250 color: #fff;
3251 background-color: #008fa1; 3251 background-color: #008fa1;
3252 border-color: #008697; 3252 border-color: #008697;
3253 } 3253 }
3254 .btn-info:active:hover, 3254 .btn-info:active:hover,
3255 .btn-info.active:hover, 3255 .btn-info.active:hover,
3256 .open > .dropdown-toggle.btn-info:hover, 3256 .open > .dropdown-toggle.btn-info:hover,
3257 .btn-info:active:focus, 3257 .btn-info:active:focus,
3258 .btn-info.active:focus, 3258 .btn-info.active:focus,
3259 .open > .dropdown-toggle.btn-info:focus, 3259 .open > .dropdown-toggle.btn-info:focus,
3260 .btn-info:active.focus, 3260 .btn-info:active.focus,
3261 .btn-info.active.focus, 3261 .btn-info.active.focus,
3262 .open > .dropdown-toggle.btn-info.focus { 3262 .open > .dropdown-toggle.btn-info.focus {
3263 color: #fff; 3263 color: #fff;
3264 background-color: #006f7d; 3264 background-color: #006f7d;
3265 border-color: #004b55; 3265 border-color: #004b55;
3266 } 3266 }
3267 .btn-info:active, 3267 .btn-info:active,
3268 .btn-info.active, 3268 .btn-info.active,
3269 .open > .dropdown-toggle.btn-info { 3269 .open > .dropdown-toggle.btn-info {
3270 background-image: none; 3270 background-image: none;
3271 } 3271 }
3272 .btn-info.disabled:hover, 3272 .btn-info.disabled:hover,
3273 .btn-info[disabled]:hover, 3273 .btn-info[disabled]:hover,
3274 fieldset[disabled] .btn-info:hover, 3274 fieldset[disabled] .btn-info:hover,
3275 .btn-info.disabled:focus, 3275 .btn-info.disabled:focus,
3276 .btn-info[disabled]:focus, 3276 .btn-info[disabled]:focus,
3277 fieldset[disabled] .btn-info:focus, 3277 fieldset[disabled] .btn-info:focus,
3278 .btn-info.disabled.focus, 3278 .btn-info.disabled.focus,
3279 .btn-info[disabled].focus, 3279 .btn-info[disabled].focus,
3280 fieldset[disabled] .btn-info.focus { 3280 fieldset[disabled] .btn-info.focus {
3281 background-color: #00BCD4; 3281 background-color: #00BCD4;
3282 border-color: #00BCD4; 3282 border-color: #00BCD4;
3283 } 3283 }
3284 .btn-info .badge { 3284 .btn-info .badge {
3285 color: #00BCD4; 3285 color: #00BCD4;
3286 background-color: #fff; 3286 background-color: #fff;
3287 } 3287 }
3288 .btn-warning { 3288 .btn-warning {
3289 color: #fff; 3289 color: #fff;
3290 background-color: #FF5722; 3290 background-color: #FF5722;
3291 border-color: #FF5722; 3291 border-color: #FF5722;
3292 } 3292 }
3293 .btn-warning:focus, 3293 .btn-warning:focus,
3294 .btn-warning.focus { 3294 .btn-warning.focus {
3295 color: #fff; 3295 color: #fff;
3296 background-color: #ee3900; 3296 background-color: #ee3900;
3297 border-color: #a22700; 3297 border-color: #a22700;
3298 } 3298 }
3299 .btn-warning:hover { 3299 .btn-warning:hover {
3300 color: #fff; 3300 color: #fff;
3301 background-color: #ee3900; 3301 background-color: #ee3900;
3302 border-color: #e43700; 3302 border-color: #e43700;
3303 } 3303 }
3304 .btn-warning:active, 3304 .btn-warning:active,
3305 .btn-warning.active, 3305 .btn-warning.active,
3306 .open > .dropdown-toggle.btn-warning { 3306 .open > .dropdown-toggle.btn-warning {
3307 color: #fff; 3307 color: #fff;
3308 background-color: #ee3900; 3308 background-color: #ee3900;
3309 border-color: #e43700; 3309 border-color: #e43700;
3310 } 3310 }
3311 .btn-warning:active:hover, 3311 .btn-warning:active:hover,
3312 .btn-warning.active:hover, 3312 .btn-warning.active:hover,
3313 .open > .dropdown-toggle.btn-warning:hover, 3313 .open > .dropdown-toggle.btn-warning:hover,
3314 .btn-warning:active:focus, 3314 .btn-warning:active:focus,
3315 .btn-warning.active:focus, 3315 .btn-warning.active:focus,
3316 .open > .dropdown-toggle.btn-warning:focus, 3316 .open > .dropdown-toggle.btn-warning:focus,
3317 .btn-warning:active.focus, 3317 .btn-warning:active.focus,
3318 .btn-warning.active.focus, 3318 .btn-warning.active.focus,
3319 .open > .dropdown-toggle.btn-warning.focus { 3319 .open > .dropdown-toggle.btn-warning.focus {
3320 color: #fff; 3320 color: #fff;
3321 background-color: #ca3100; 3321 background-color: #ca3100;
3322 border-color: #a22700; 3322 border-color: #a22700;
3323 } 3323 }
3324 .btn-warning:active, 3324 .btn-warning:active,
3325 .btn-warning.active, 3325 .btn-warning.active,
3326 .open > .dropdown-toggle.btn-warning { 3326 .open > .dropdown-toggle.btn-warning {
3327 background-image: none; 3327 background-image: none;
3328 } 3328 }
3329 .btn-warning.disabled:hover, 3329 .btn-warning.disabled:hover,
3330 .btn-warning[disabled]:hover, 3330 .btn-warning[disabled]:hover,
3331 fieldset[disabled] .btn-warning:hover, 3331 fieldset[disabled] .btn-warning:hover,
3332 .btn-warning.disabled:focus, 3332 .btn-warning.disabled:focus,
3333 .btn-warning[disabled]:focus, 3333 .btn-warning[disabled]:focus,
3334 fieldset[disabled] .btn-warning:focus, 3334 fieldset[disabled] .btn-warning:focus,
3335 .btn-warning.disabled.focus, 3335 .btn-warning.disabled.focus,
3336 .btn-warning[disabled].focus, 3336 .btn-warning[disabled].focus,
3337 fieldset[disabled] .btn-warning.focus { 3337 fieldset[disabled] .btn-warning.focus {
3338 background-color: #FF5722; 3338 background-color: #FF5722;
3339 border-color: #FF5722; 3339 border-color: #FF5722;
3340 } 3340 }
3341 .btn-warning .badge { 3341 .btn-warning .badge {
3342 color: #FF5722; 3342 color: #FF5722;
3343 background-color: #fff; 3343 background-color: #fff;
3344 } 3344 }
3345 .btn-danger { 3345 .btn-danger {
3346 color: #fff; 3346 color: #fff;
3347 background-color: #F44336; 3347 background-color: #F44336;
3348 border-color: #F44336; 3348 border-color: #F44336;
3349 } 3349 }
3350 .btn-danger:focus, 3350 .btn-danger:focus,
3351 .btn-danger.focus { 3351 .btn-danger.focus {
3352 color: #fff; 3352 color: #fff;
3353 background-color: #ea1c0d; 3353 background-color: #ea1c0d;
3354 border-color: #a21309; 3354 border-color: #a21309;
3355 } 3355 }
3356 .btn-danger:hover { 3356 .btn-danger:hover {
3357 color: #fff; 3357 color: #fff;
3358 background-color: #ea1c0d; 3358 background-color: #ea1c0d;
3359 border-color: #e11b0c; 3359 border-color: #e11b0c;
3360 } 3360 }
3361 .btn-danger:active, 3361 .btn-danger:active,
3362 .btn-danger.active, 3362 .btn-danger.active,
3363 .open > .dropdown-toggle.btn-danger { 3363 .open > .dropdown-toggle.btn-danger {
3364 color: #fff; 3364 color: #fff;
3365 background-color: #ea1c0d; 3365 background-color: #ea1c0d;
3366 border-color: #e11b0c; 3366 border-color: #e11b0c;
3367 } 3367 }
3368 .btn-danger:active:hover, 3368 .btn-danger:active:hover,
3369 .btn-danger.active:hover, 3369 .btn-danger.active:hover,
3370 .open > .dropdown-toggle.btn-danger:hover, 3370 .open > .dropdown-toggle.btn-danger:hover,
3371 .btn-danger:active:focus, 3371 .btn-danger:active:focus,
3372 .btn-danger.active:focus, 3372 .btn-danger.active:focus,
3373 .open > .dropdown-toggle.btn-danger:focus, 3373 .open > .dropdown-toggle.btn-danger:focus,
3374 .btn-danger:active.focus, 3374 .btn-danger:active.focus,
3375 .btn-danger.active.focus, 3375 .btn-danger.active.focus,
3376 .open > .dropdown-toggle.btn-danger.focus { 3376 .open > .dropdown-toggle.btn-danger.focus {
3377 color: #fff; 3377 color: #fff;
3378 background-color: #c8180b; 3378 background-color: #c8180b;
3379 border-color: #a21309; 3379 border-color: #a21309;
3380 } 3380 }
3381 .btn-danger:active, 3381 .btn-danger:active,
3382 .btn-danger.active, 3382 .btn-danger.active,
3383 .open > .dropdown-toggle.btn-danger { 3383 .open > .dropdown-toggle.btn-danger {
3384 background-image: none; 3384 background-image: none;
3385 } 3385 }
3386 .btn-danger.disabled:hover, 3386 .btn-danger.disabled:hover,
3387 .btn-danger[disabled]:hover, 3387 .btn-danger[disabled]:hover,
3388 fieldset[disabled] .btn-danger:hover, 3388 fieldset[disabled] .btn-danger:hover,
3389 .btn-danger.disabled:focus, 3389 .btn-danger.disabled:focus,
3390 .btn-danger[disabled]:focus, 3390 .btn-danger[disabled]:focus,
3391 fieldset[disabled] .btn-danger:focus, 3391 fieldset[disabled] .btn-danger:focus,
3392 .btn-danger.disabled.focus, 3392 .btn-danger.disabled.focus,
3393 .btn-danger[disabled].focus, 3393 .btn-danger[disabled].focus,
3394 fieldset[disabled] .btn-danger.focus { 3394 fieldset[disabled] .btn-danger.focus {
3395 background-color: #F44336; 3395 background-color: #F44336;
3396 border-color: #F44336; 3396 border-color: #F44336;
3397 } 3397 }
3398 .btn-danger .badge { 3398 .btn-danger .badge {
3399 color: #F44336; 3399 color: #F44336;
3400 background-color: #fff; 3400 background-color: #fff;
3401 } 3401 }
3402 .btn-link { 3402 .btn-link {
3403 color: #1E88E5; 3403 color: #1E88E5;
3404 font-weight: normal; 3404 font-weight: normal;
3405 border-radius: 0; 3405 border-radius: 0;
3406 } 3406 }
3407 .btn-link, 3407 .btn-link,
3408 .btn-link:active, 3408 .btn-link:active,
3409 .btn-link.active, 3409 .btn-link.active,
3410 .btn-link[disabled], 3410 .btn-link[disabled],
3411 fieldset[disabled] .btn-link { 3411 fieldset[disabled] .btn-link {
3412 background-color: transparent; 3412 background-color: transparent;
3413 -webkit-box-shadow: none; 3413 -webkit-box-shadow: none;
3414 box-shadow: none; 3414 box-shadow: none;
3415 } 3415 }
3416 .btn-link, 3416 .btn-link,
3417 .btn-link:hover, 3417 .btn-link:hover,
3418 .btn-link:focus, 3418 .btn-link:focus,
3419 .btn-link:active { 3419 .btn-link:active {
3420 border-color: transparent; 3420 border-color: transparent;
3421 } 3421 }
3422 .btn-link:hover, 3422 .btn-link:hover,
3423 .btn-link:focus { 3423 .btn-link:focus {
3424 color: #166dba; 3424 color: #166dba;
3425 text-decoration: none; 3425 text-decoration: none;
3426 background-color: transparent; 3426 background-color: transparent;
3427 } 3427 }
3428 .btn-link[disabled]:hover, 3428 .btn-link[disabled]:hover,
3429 fieldset[disabled] .btn-link:hover, 3429 fieldset[disabled] .btn-link:hover,
3430 .btn-link[disabled]:focus, 3430 .btn-link[disabled]:focus,
3431 fieldset[disabled] .btn-link:focus { 3431 fieldset[disabled] .btn-link:focus {
3432 color: #999999; 3432 color: #999999;
3433 text-decoration: none; 3433 text-decoration: none;
3434 } 3434 }
3435 .btn-lg, 3435 .btn-lg,
3436 .btn-group-lg > .btn { 3436 .btn-group-lg > .btn {
3437 padding: 9px 18px; 3437 padding: 9px 18px;
3438 font-size: 14px; 3438 font-size: 14px;
3439 line-height: 1.4285715; 3439 line-height: 1.4285715;
3440 border-radius: 4px; 3440 border-radius: 4px;
3441 } 3441 }
3442 .btn-sm, 3442 .btn-sm,
3443 .btn-group-sm > .btn { 3443 .btn-group-sm > .btn {
3444 padding: 7px 14px; 3444 padding: 7px 14px;
3445 font-size: 12px; 3445 font-size: 12px;
3446 line-height: 1.6666667; 3446 line-height: 1.6666667;
3447 border-radius: 2px; 3447 border-radius: 2px;
3448 } 3448 }
3449 .btn-xs, 3449 .btn-xs,
3450 .btn-group-xs > .btn { 3450 .btn-group-xs > .btn {
3451 padding: 6px 12px; 3451 padding: 6px 12px;
3452 font-size: 12px; 3452 font-size: 12px;
3453 line-height: 1.6666667; 3453 line-height: 1.6666667;
3454 border-radius: 2px; 3454 border-radius: 2px;
3455 } 3455 }
3456 .btn-block { 3456 .btn-block {
3457 display: block; 3457 display: block;
3458 width: 100%; 3458 width: 100%;
3459 } 3459 }
3460 .btn-block + .btn-block { 3460 .btn-block + .btn-block {
3461 margin-top: 5px; 3461 margin-top: 5px;
3462 } 3462 }
3463 input[type="submit"].btn-block, 3463 input[type="submit"].btn-block,
3464 input[type="reset"].btn-block, 3464 input[type="reset"].btn-block,
3465 input[type="button"].btn-block { 3465 input[type="button"].btn-block {
3466 width: 100%; 3466 width: 100%;
3467 } 3467 }
3468 .fade { 3468 .fade {
3469 opacity: 0; 3469 opacity: 0;
3470 -webkit-transition: opacity 0.15s linear; 3470 -webkit-transition: opacity 0.15s linear;
3471 -o-transition: opacity 0.15s linear; 3471 -o-transition: opacity 0.15s linear;
3472 transition: opacity 0.15s linear; 3472 transition: opacity 0.15s linear;
3473 } 3473 }
3474 .fade.in { 3474 .fade.in {
3475 opacity: 1; 3475 opacity: 1;
3476 } 3476 }
3477 .collapse { 3477 .collapse {
3478 display: none; 3478 display: none;
3479 } 3479 }
3480 .collapse.in { 3480 .collapse.in {
3481 display: block; 3481 display: block;
3482 } 3482 }
3483 tr.collapse.in { 3483 tr.collapse.in {
3484 display: table-row; 3484 display: table-row;
3485 } 3485 }
3486 tbody.collapse.in { 3486 tbody.collapse.in {
3487 display: table-row-group; 3487 display: table-row-group;
3488 } 3488 }
3489 .collapsing { 3489 .collapsing {
3490 position: relative; 3490 position: relative;
3491 height: 0; 3491 height: 0;
3492 overflow: hidden; 3492 overflow: hidden;
3493 -webkit-transition-property: height, visibility; 3493 -webkit-transition-property: height, visibility;
3494 transition-property: height, visibility; 3494 transition-property: height, visibility;
3495 -webkit-transition-duration: 0.35s; 3495 -webkit-transition-duration: 0.35s;
3496 transition-duration: 0.35s; 3496 transition-duration: 0.35s;
3497 -webkit-transition-timing-function: ease; 3497 -webkit-transition-timing-function: ease;
3498 transition-timing-function: ease; 3498 transition-timing-function: ease;
3499 } 3499 }
3500 .caret { 3500 .caret {
3501 display: inline-block; 3501 display: inline-block;
3502 width: 0; 3502 width: 0;
3503 height: 0; 3503 height: 0;
3504 margin-left: 2px; 3504 margin-left: 2px;
3505 vertical-align: middle; 3505 vertical-align: middle;
3506 border-top: 4px dashed; 3506 border-top: 4px dashed;
3507 border-top: 4px solid \9; 3507 border-top: 4px solid \9;
3508 border-right: 4px solid transparent; 3508 border-right: 4px solid transparent;
3509 border-left: 4px solid transparent; 3509 border-left: 4px solid transparent;
3510 } 3510 }
3511 .dropup, 3511 .dropup,
3512 .dropdown { 3512 .dropdown {
3513 position: relative; 3513 position: relative;
3514 } 3514 }
3515 .dropdown-toggle:focus { 3515 .dropdown-toggle:focus {
3516 outline: 0; 3516 outline: 0;
3517 } 3517 }
3518 .dropdown-menu { 3518 .dropdown-menu {
3519 position: absolute; 3519 position: absolute;
3520 top: 100%; 3520 top: 100%;
3521 left: 0; 3521 left: 0;
3522 z-index: 1000; 3522 z-index: 1000;
3523 display: none; 3523 display: none;
3524 float: left; 3524 float: left;
3525 min-width: 160px; 3525 min-width: 160px;
3526 padding: 5px 0; 3526 padding: 5px 0;
3527 margin: 2px 0 0; 3527 margin: 2px 0 0;
3528 list-style: none; 3528 list-style: none;
3529 font-size: 13px; 3529 font-size: 13px;
3530 text-align: left; 3530 text-align: left;
3531 background-color: #fff; 3531 background-color: #fff;
3532 border: 1px solid transparent; 3532 border: 1px solid transparent;
3533 border-radius: 3px; 3533 border-radius: 3px;
3534 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 3534 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3535 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 3535 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3536 background-clip: padding-box; 3536 background-clip: padding-box;
3537 } 3537 }
3538 .dropdown-menu.pull-right { 3538 .dropdown-menu.pull-right {
3539 right: 0; 3539 right: 0;
3540 left: auto; 3540 left: auto;
3541 } 3541 }
3542 .dropdown-menu .divider { 3542 .dropdown-menu .divider {
3543 height: 1px; 3543 height: 1px;
3544 margin: 9px 0; 3544 margin: 9px 0;
3545 overflow: hidden; 3545 overflow: hidden;
3546 background-color: #e5e5e5; 3546 background-color: #e5e5e5;
3547 } 3547 }
3548 .dropdown-menu > li > a { 3548 .dropdown-menu > li > a {
3549 display: block; 3549 display: block;
3550 padding: 3px 20px; 3550 padding: 3px 20px;
3551 clear: both; 3551 clear: both;
3552 font-weight: normal; 3552 font-weight: normal;
3553 line-height: 1.5384616; 3553 line-height: 1.5384616;
3554 color: #333333; 3554 color: #333333;
3555 white-space: nowrap; 3555 white-space: nowrap;
3556 } 3556 }
3557 .dropdown-menu > li > a:hover, 3557 .dropdown-menu > li > a:hover,
3558 .dropdown-menu > li > a:focus { 3558 .dropdown-menu > li > a:focus {
3559 text-decoration: none; 3559 text-decoration: none;
3560 color: #333333; 3560 color: #333333;
3561 background-color: #f5f5f5; 3561 background-color: #f5f5f5;
3562 } 3562 }
3563 .dropdown-menu > .active > a, 3563 .dropdown-menu > .active > a,
3564 .dropdown-menu > .active > a:hover, 3564 .dropdown-menu > .active > a:hover,
3565 .dropdown-menu > .active > a:focus { 3565 .dropdown-menu > .active > a:focus {
3566 color: #fff; 3566 color: #fff;
3567 text-decoration: none; 3567 text-decoration: none;
3568 outline: 0; 3568 outline: 0;
3569 background-color: #26A69A; 3569 background-color: #26A69A;
3570 } 3570 }
3571 .dropdown-menu > .disabled > a, 3571 .dropdown-menu > .disabled > a,
3572 .dropdown-menu > .disabled > a:hover, 3572 .dropdown-menu > .disabled > a:hover,
3573 .dropdown-menu > .disabled > a:focus { 3573 .dropdown-menu > .disabled > a:focus {
3574 color: #999999; 3574 color: #999999;
3575 } 3575 }
3576 .dropdown-menu > .disabled > a:hover, 3576 .dropdown-menu > .disabled > a:hover,
3577 .dropdown-menu > .disabled > a:focus { 3577 .dropdown-menu > .disabled > a:focus {
3578 text-decoration: none; 3578 text-decoration: none;
3579 background-color: transparent; 3579 background-color: transparent;
3580 background-image: none; 3580 background-image: none;
3581 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 3581 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3582 cursor: not-allowed; 3582 cursor: not-allowed;
3583 } 3583 }
3584 .open > .dropdown-menu { 3584 .open > .dropdown-menu {
3585 display: block; 3585 display: block;
3586 } 3586 }
3587 .open > a { 3587 .open > a {
3588 outline: 0; 3588 outline: 0;
3589 } 3589 }
3590 .dropdown-menu-right { 3590 .dropdown-menu-right {
3591 left: auto; 3591 left: auto;
3592 right: 0; 3592 right: 0;
3593 } 3593 }
3594 .dropdown-menu-left { 3594 .dropdown-menu-left {
3595 left: 0; 3595 left: 0;
3596 right: auto; 3596 right: auto;
3597 } 3597 }
3598 .dropdown-header { 3598 .dropdown-header {
3599 display: block; 3599 display: block;
3600 padding: 3px 20px; 3600 padding: 3px 20px;
3601 font-size: 12px; 3601 font-size: 12px;
3602 line-height: 1.5384616; 3602 line-height: 1.5384616;
3603 color: #333333; 3603 color: #333333;
3604 white-space: nowrap; 3604 white-space: nowrap;
3605 } 3605 }
3606 .dropdown-backdrop { 3606 .dropdown-backdrop {
3607 position: fixed; 3607 position: fixed;
3608 left: 0; 3608 left: 0;
3609 right: 0; 3609 right: 0;
3610 bottom: 0; 3610 bottom: 0;
3611 top: 0; 3611 top: 0;
3612 z-index: 990; 3612 z-index: 990;
3613 } 3613 }
3614 .pull-right > .dropdown-menu { 3614 .pull-right > .dropdown-menu {
3615 right: 0; 3615 right: 0;
3616 left: auto; 3616 left: auto;
3617 } 3617 }
3618 .dropup .caret, 3618 .dropup .caret,
3619 .navbar-fixed-bottom .dropdown .caret { 3619 .navbar-fixed-bottom .dropdown .caret {
3620 border-top: 0; 3620 border-top: 0;
3621 border-bottom: 4px dashed; 3621 border-bottom: 4px dashed;
3622 border-bottom: 4px solid \9; 3622 border-bottom: 4px solid \9;
3623 content: ""; 3623 content: "";
3624 } 3624 }
3625 .dropup .dropdown-menu, 3625 .dropup .dropdown-menu,
3626 .navbar-fixed-bottom .dropdown .dropdown-menu { 3626 .navbar-fixed-bottom .dropdown .dropdown-menu {
3627 top: auto; 3627 top: auto;
3628 bottom: 100%; 3628 bottom: 100%;
3629 margin-bottom: 2px; 3629 margin-bottom: 2px;
3630 } 3630 }
3631 @media (min-width: 769px) { 3631 @media (min-width: 769px) {
3632 .navbar-right .dropdown-menu { 3632 .navbar-right .dropdown-menu {
3633 left: auto; 3633 left: auto;
3634 right: 0; 3634 right: 0;
3635 } 3635 }
3636 .navbar-right .dropdown-menu-left { 3636 .navbar-right .dropdown-menu-left {
3637 left: 0; 3637 left: 0;
3638 right: auto; 3638 right: auto;
3639 } 3639 }
3640 } 3640 }
3641 .btn-group, 3641 .btn-group,
3642 .btn-group-vertical { 3642 .btn-group-vertical {
3643 position: relative; 3643 position: relative;
3644 display: inline-block; 3644 display: inline-block;
3645 vertical-align: middle; 3645 vertical-align: middle;
3646 } 3646 }
3647 .btn-group > .btn, 3647 .btn-group > .btn,
3648 .btn-group-vertical > .btn { 3648 .btn-group-vertical > .btn {
3649 position: relative; 3649 position: relative;
3650 float: left; 3650 float: left;
3651 } 3651 }
3652 .btn-group > .btn:hover, 3652 .btn-group > .btn:hover,
3653 .btn-group-vertical > .btn:hover, 3653 .btn-group-vertical > .btn:hover,
3654 .btn-group > .btn:focus, 3654 .btn-group > .btn:focus,
3655 .btn-group-vertical > .btn:focus, 3655 .btn-group-vertical > .btn:focus,
3656 .btn-group > .btn:active, 3656 .btn-group > .btn:active,
3657 .btn-group-vertical > .btn:active, 3657 .btn-group-vertical > .btn:active,
3658 .btn-group > .btn.active, 3658 .btn-group > .btn.active,
3659 .btn-group-vertical > .btn.active { 3659 .btn-group-vertical > .btn.active {
3660 z-index: 2; 3660 z-index: 2;
3661 } 3661 }
3662 .btn-group .btn + .btn, 3662 .btn-group .btn + .btn,
3663 .btn-group .btn + .btn-group, 3663 .btn-group .btn + .btn-group,
3664 .btn-group .btn-group + .btn, 3664 .btn-group .btn-group + .btn,
3665 .btn-group .btn-group + .btn-group { 3665 .btn-group .btn-group + .btn-group {
3666 margin-left: -1px; 3666 margin-left: -1px;
3667 } 3667 }
3668 .btn-toolbar { 3668 .btn-toolbar {
3669 margin-left: -5px; 3669 margin-left: -5px;
3670 } 3670 }
3671 .btn-toolbar .btn, 3671 .btn-toolbar .btn,
3672 .btn-toolbar .btn-group, 3672 .btn-toolbar .btn-group,
3673 .btn-toolbar .input-group { 3673 .btn-toolbar .input-group {
3674 float: left; 3674 float: left;
3675 } 3675 }
3676 .btn-toolbar > .btn, 3676 .btn-toolbar > .btn,
3677 .btn-toolbar > .btn-group, 3677 .btn-toolbar > .btn-group,
3678 .btn-toolbar > .input-group { 3678 .btn-toolbar > .input-group {
3679 margin-left: 5px; 3679 margin-left: 5px;
3680 } 3680 }
3681 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { 3681 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3682 border-radius: 0; 3682 border-radius: 0;
3683 } 3683 }
3684 .btn-group > .btn:first-child { 3684 .btn-group > .btn:first-child {
3685 margin-left: 0; 3685 margin-left: 0;
3686 } 3686 }
3687 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { 3687 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3688 border-bottom-right-radius: 0; 3688 border-bottom-right-radius: 0;
3689 border-top-right-radius: 0; 3689 border-top-right-radius: 0;
3690 } 3690 }
3691 .btn-group > .btn:last-child:not(:first-child), 3691 .btn-group > .btn:last-child:not(:first-child),
3692 .btn-group > .dropdown-toggle:not(:first-child) { 3692 .btn-group > .dropdown-toggle:not(:first-child) {
3693 border-bottom-left-radius: 0; 3693 border-bottom-left-radius: 0;
3694 border-top-left-radius: 0; 3694 border-top-left-radius: 0;
3695 } 3695 }
3696 .btn-group > .btn-group { 3696 .btn-group > .btn-group {
3697 float: left; 3697 float: left;
3698 } 3698 }
3699 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { 3699 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3700 border-radius: 0; 3700 border-radius: 0;
3701 } 3701 }
3702 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, 3702 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
3703 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 3703 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3704 border-bottom-right-radius: 0; 3704 border-bottom-right-radius: 0;
3705 border-top-right-radius: 0; 3705 border-top-right-radius: 0;
3706 } 3706 }
3707 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { 3707 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
3708 border-bottom-left-radius: 0; 3708 border-bottom-left-radius: 0;
3709 border-top-left-radius: 0; 3709 border-top-left-radius: 0;
3710 } 3710 }
3711 .btn-group .dropdown-toggle:active, 3711 .btn-group .dropdown-toggle:active,
3712 .btn-group.open .dropdown-toggle { 3712 .btn-group.open .dropdown-toggle {
3713 outline: 0; 3713 outline: 0;
3714 } 3714 }
3715 .btn-group > .btn + .dropdown-toggle { 3715 .btn-group > .btn + .dropdown-toggle {
3716 padding-left: 8px; 3716 padding-left: 8px;
3717 padding-right: 8px; 3717 padding-right: 8px;
3718 } 3718 }
3719 .btn-group > .btn-lg + .dropdown-toggle { 3719 .btn-group > .btn-lg + .dropdown-toggle {
3720 padding-left: 12px; 3720 padding-left: 12px;
3721 padding-right: 12px; 3721 padding-right: 12px;
3722 } 3722 }
3723 .btn-group.open .dropdown-toggle { 3723 .btn-group.open .dropdown-toggle {
3724 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3724 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3725 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3725 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3726 } 3726 }
3727 .btn-group.open .dropdown-toggle.btn-link { 3727 .btn-group.open .dropdown-toggle.btn-link {
3728 -webkit-box-shadow: none; 3728 -webkit-box-shadow: none;
3729 box-shadow: none; 3729 box-shadow: none;
3730 } 3730 }
3731 .btn .caret { 3731 .btn .caret {
3732 margin-left: 0; 3732 margin-left: 0;
3733 } 3733 }
3734 .btn-lg .caret { 3734 .btn-lg .caret {
3735 border-width: 5px 5px 0; 3735 border-width: 5px 5px 0;
3736 border-bottom-width: 0; 3736 border-bottom-width: 0;
3737 } 3737 }
3738 .dropup .btn-lg .caret { 3738 .dropup .btn-lg .caret {
3739 border-width: 0 5px 5px; 3739 border-width: 0 5px 5px;
3740 } 3740 }
3741 .btn-group-vertical > .btn, 3741 .btn-group-vertical > .btn,
3742 .btn-group-vertical > .btn-group, 3742 .btn-group-vertical > .btn-group,
3743 .btn-group-vertical > .btn-group > .btn { 3743 .btn-group-vertical > .btn-group > .btn {
3744 display: block; 3744 display: block;
3745 float: none; 3745 float: none;
3746 width: 100%; 3746 width: 100%;
3747 max-width: 100%; 3747 max-width: 100%;
3748 } 3748 }
3749 .btn-group-vertical > .btn-group > .btn { 3749 .btn-group-vertical > .btn-group > .btn {
3750 float: none; 3750 float: none;
3751 } 3751 }
3752 .btn-group-vertical > .btn + .btn, 3752 .btn-group-vertical > .btn + .btn,
3753 .btn-group-vertical > .btn + .btn-group, 3753 .btn-group-vertical > .btn + .btn-group,
3754 .btn-group-vertical > .btn-group + .btn, 3754 .btn-group-vertical > .btn-group + .btn,
3755 .btn-group-vertical > .btn-group + .btn-group { 3755 .btn-group-vertical > .btn-group + .btn-group {
3756 margin-top: -1px; 3756 margin-top: -1px;
3757 margin-left: 0; 3757 margin-left: 0;
3758 } 3758 }
3759 .btn-group-vertical > .btn:not(:first-child):not(:last-child) { 3759 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3760 border-radius: 0; 3760 border-radius: 0;
3761 } 3761 }
3762 .btn-group-vertical > .btn:first-child:not(:last-child) { 3762 .btn-group-vertical > .btn:first-child:not(:last-child) {
3763 border-top-right-radius: 3px; 3763 border-top-right-radius: 3px;
3764 border-top-left-radius: 3px; 3764 border-top-left-radius: 3px;
3765 border-bottom-right-radius: 0; 3765 border-bottom-right-radius: 0;
3766 border-bottom-left-radius: 0; 3766 border-bottom-left-radius: 0;
3767 } 3767 }
3768 .btn-group-vertical > .btn:last-child:not(:first-child) { 3768 .btn-group-vertical > .btn:last-child:not(:first-child) {
3769 border-top-right-radius: 0; 3769 border-top-right-radius: 0;
3770 border-top-left-radius: 0; 3770 border-top-left-radius: 0;
3771 border-bottom-right-radius: 3px; 3771 border-bottom-right-radius: 3px;
3772 border-bottom-left-radius: 3px; 3772 border-bottom-left-radius: 3px;
3773 } 3773 }
3774 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { 3774 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3775 border-radius: 0; 3775 border-radius: 0;
3776 } 3776 }
3777 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, 3777 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
3778 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 3778 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3779 border-bottom-right-radius: 0; 3779 border-bottom-right-radius: 0;
3780 border-bottom-left-radius: 0; 3780 border-bottom-left-radius: 0;
3781 } 3781 }
3782 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { 3782 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3783 border-top-right-radius: 0; 3783 border-top-right-radius: 0;
3784 border-top-left-radius: 0; 3784 border-top-left-radius: 0;
3785 } 3785 }
3786 .btn-group-justified { 3786 .btn-group-justified {
3787 display: table; 3787 display: table;
3788 width: 100%; 3788 width: 100%;
3789 table-layout: fixed; 3789 table-layout: fixed;
3790 border-collapse: separate; 3790 border-collapse: separate;
3791 } 3791 }
3792 .btn-group-justified > .btn, 3792 .btn-group-justified > .btn,
3793 .btn-group-justified > .btn-group { 3793 .btn-group-justified > .btn-group {
3794 float: none; 3794 float: none;
3795 display: table-cell; 3795 display: table-cell;
3796 width: 1%; 3796 width: 1%;
3797 } 3797 }
3798 .btn-group-justified > .btn-group .btn { 3798 .btn-group-justified > .btn-group .btn {
3799 width: 100%; 3799 width: 100%;
3800 } 3800 }
3801 .btn-group-justified > .btn-group .dropdown-menu { 3801 .btn-group-justified > .btn-group .dropdown-menu {
3802 left: auto; 3802 left: auto;
3803 } 3803 }
3804 [data-toggle="buttons"] > .btn input[type="radio"], 3804 [data-toggle="buttons"] > .btn input[type="radio"],
3805 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], 3805 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
3806 [data-toggle="buttons"] > .btn input[type="checkbox"], 3806 [data-toggle="buttons"] > .btn input[type="checkbox"],
3807 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { 3807 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
3808 position: absolute; 3808 position: absolute;
3809 clip: rect(0, 0, 0, 0); 3809 clip: rect(0, 0, 0, 0);
3810 pointer-events: none; 3810 pointer-events: none;
3811 } 3811 }
3812 .input-group { 3812 .input-group {
3813 position: relative; 3813 position: relative;
3814 display: table; 3814 display: table;
3815 border-collapse: separate; 3815 border-collapse: separate;
3816 } 3816 }
3817 .input-group[class*="col-"] { 3817 .input-group[class*="col-"] {
3818 float: none; 3818 float: none;
3819 padding-left: 0; 3819 padding-left: 0;
3820 padding-right: 0; 3820 padding-right: 0;
3821 } 3821 }
3822 .input-group .form-control { 3822 .input-group .form-control {
3823 position: relative; 3823 position: relative;
3824 z-index: 2; 3824 z-index: 2;
3825 float: left; 3825 float: left;
3826 width: 100%; 3826 width: 100%;
3827 margin-bottom: 0; 3827 margin-bottom: 0;
3828 } 3828 }
3829 .input-group .form-control:focus { 3829 .input-group .form-control:focus {
3830 z-index: 3; 3830 z-index: 3;
3831 } 3831 }
3832 .input-group-lg > .form-control, 3832 .input-group-lg > .form-control,
3833 .input-group-lg > .input-group-addon, 3833 .input-group-lg > .input-group-addon,
3834 .input-group-lg > .input-group-btn > .btn { 3834 .input-group-lg > .input-group-btn > .btn {
3835 height: 40px; 3835 height: 40px;
3836 padding: 9px 18px; 3836 padding: 9px 18px;
3837 font-size: 14px; 3837 font-size: 14px;
3838 line-height: 1.4285715; 3838 line-height: 1.4285715;
3839 border-radius: 3px; 3839 border-radius: 3px;
3840 } 3840 }
3841 select.input-group-lg > .form-control, 3841 select.input-group-lg > .form-control,
3842 select.input-group-lg > .input-group-addon, 3842 select.input-group-lg > .input-group-addon,
3843 select.input-group-lg > .input-group-btn > .btn { 3843 select.input-group-lg > .input-group-btn > .btn {
3844 height: 40px; 3844 height: 40px;
3845 line-height: 40px; 3845 line-height: 40px;
3846 } 3846 }
3847 textarea.input-group-lg > .form-control, 3847 textarea.input-group-lg > .form-control,
3848 textarea.input-group-lg > .input-group-addon, 3848 textarea.input-group-lg > .input-group-addon,
3849 textarea.input-group-lg > .input-group-btn > .btn, 3849 textarea.input-group-lg > .input-group-btn > .btn,
3850 select[multiple].input-group-lg > .form-control, 3850 select[multiple].input-group-lg > .form-control,
3851 select[multiple].input-group-lg > .input-group-addon, 3851 select[multiple].input-group-lg > .input-group-addon,
3852 select[multiple].input-group-lg > .input-group-btn > .btn { 3852 select[multiple].input-group-lg > .input-group-btn > .btn {
3853 height: auto; 3853 height: auto;
3854 } 3854 }
3855 .input-group-sm > .form-control, 3855 .input-group-sm > .form-control,
3856 .input-group-sm > .input-group-addon, 3856 .input-group-sm > .input-group-addon,
3857 .input-group-sm > .input-group-btn > .btn { 3857 .input-group-sm > .input-group-btn > .btn {
3858 height: 36px; 3858 height: 36px;
3859 padding: 7px 14px; 3859 padding: 7px 14px;
3860 font-size: 12px; 3860 font-size: 12px;
3861 line-height: 1.6666667; 3861 line-height: 1.6666667;
3862 border-radius: 2px; 3862 border-radius: 2px;
3863 } 3863 }
3864 select.input-group-sm > .form-control, 3864 select.input-group-sm > .form-control,
3865 select.input-group-sm > .input-group-addon, 3865 select.input-group-sm > .input-group-addon,
3866 select.input-group-sm > .input-group-btn > .btn { 3866 select.input-group-sm > .input-group-btn > .btn {
3867 height: 36px; 3867 height: 36px;
3868 line-height: 36px; 3868 line-height: 36px;
3869 } 3869 }
3870 textarea.input-group-sm > .form-control, 3870 textarea.input-group-sm > .form-control,
3871 textarea.input-group-sm > .input-group-addon, 3871 textarea.input-group-sm > .input-group-addon,
3872 textarea.input-group-sm > .input-group-btn > .btn, 3872 textarea.input-group-sm > .input-group-btn > .btn,
3873 select[multiple].input-group-sm > .form-control, 3873 select[multiple].input-group-sm > .form-control,
3874 select[multiple].input-group-sm > .input-group-addon, 3874 select[multiple].input-group-sm > .input-group-addon,
3875 select[multiple].input-group-sm > .input-group-btn > .btn { 3875 select[multiple].input-group-sm > .input-group-btn > .btn {
3876 height: auto; 3876 height: auto;
3877 } 3877 }
3878 .input-group-addon, 3878 .input-group-addon,
3879 .input-group-btn, 3879 .input-group-btn,
3880 .input-group .form-control { 3880 .input-group .form-control {
3881 display: table-cell; 3881 display: table-cell;
3882 } 3882 }
3883 .input-group-addon:not(:first-child):not(:last-child), 3883 .input-group-addon:not(:first-child):not(:last-child),
3884 .input-group-btn:not(:first-child):not(:last-child), 3884 .input-group-btn:not(:first-child):not(:last-child),
3885 .input-group .form-control:not(:first-child):not(:last-child) { 3885 .input-group .form-control:not(:first-child):not(:last-child) {
3886 border-radius: 0; 3886 border-radius: 0;
3887 } 3887 }
3888 .input-group-addon, 3888 .input-group-addon,
3889 .input-group-btn { 3889 .input-group-btn {
3890 width: 1%; 3890 width: 1%;
3891 white-space: nowrap; 3891 white-space: nowrap;
3892 vertical-align: middle; 3892 vertical-align: middle;
3893 } 3893 }
3894 .input-group-addon { 3894 .input-group-addon {
3895 padding: 8px 16px; 3895 padding: 8px 16px;
3896 font-size: 13px; 3896 font-size: 13px;
3897 font-weight: normal; 3897 font-weight: normal;
3898 line-height: 1; 3898 line-height: 1;
3899 color: #333333; 3899 color: #333333;
3900 text-align: center; 3900 text-align: center;
3901 background-color: transparent; 3901 background-color: transparent;
3902 border: 1px solid transparent; 3902 border: 1px solid transparent;
3903 border-radius: 3px; 3903 border-radius: 3px;
3904 } 3904 }
3905 .input-group-addon.input-sm { 3905 .input-group-addon.input-sm {
3906 padding: 7px 14px; 3906 padding: 7px 14px;
3907 font-size: 12px; 3907 font-size: 12px;
3908 border-radius: 2px; 3908 border-radius: 2px;
3909 } 3909 }
3910 .input-group-addon.input-lg { 3910 .input-group-addon.input-lg {
3911 padding: 9px 18px; 3911 padding: 9px 18px;
3912 font-size: 14px; 3912 font-size: 14px;
3913 border-radius: 3px; 3913 border-radius: 3px;
3914 } 3914 }
3915 .input-group-addon input[type="radio"], 3915 .input-group-addon input[type="radio"],
3916 .input-group-addon input[type="checkbox"] { 3916 .input-group-addon input[type="checkbox"] {
3917 margin-top: 0; 3917 margin-top: 0;
3918 } 3918 }
3919 .input-group .form-control:first-child, 3919 .input-group .form-control:first-child,
3920 .input-group-addon:first-child, 3920 .input-group-addon:first-child,
3921 .input-group-btn:first-child > .btn, 3921 .input-group-btn:first-child > .btn,
3922 .input-group-btn:first-child > .btn-group > .btn, 3922 .input-group-btn:first-child > .btn-group > .btn,
3923 .input-group-btn:first-child > .dropdown-toggle, 3923 .input-group-btn:first-child > .dropdown-toggle,
3924 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), 3924 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
3925 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { 3925 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3926 border-bottom-right-radius: 0; 3926 border-bottom-right-radius: 0;
3927 border-top-right-radius: 0; 3927 border-top-right-radius: 0;
3928 } 3928 }
3929 .input-group-addon:first-child { 3929 .input-group-addon:first-child {
3930 border-right: 0; 3930 border-right: 0;
3931 } 3931 }
3932 .input-group .form-control:last-child, 3932 .input-group .form-control:last-child,
3933 .input-group-addon:last-child, 3933 .input-group-addon:last-child,
3934 .input-group-btn:last-child > .btn, 3934 .input-group-btn:last-child > .btn,
3935 .input-group-btn:last-child > .btn-group > .btn, 3935 .input-group-btn:last-child > .btn-group > .btn,
3936 .input-group-btn:last-child > .dropdown-toggle, 3936 .input-group-btn:last-child > .dropdown-toggle,
3937 .input-group-btn:first-child > .btn:not(:first-child), 3937 .input-group-btn:first-child > .btn:not(:first-child),
3938 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { 3938 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
3939 border-bottom-left-radius: 0; 3939 border-bottom-left-radius: 0;
3940 border-top-left-radius: 0; 3940 border-top-left-radius: 0;
3941 } 3941 }
3942 .input-group-addon:last-child { 3942 .input-group-addon:last-child {
3943 border-left: 0; 3943 border-left: 0;
3944 } 3944 }
3945 .input-group-btn { 3945 .input-group-btn {
3946 position: relative; 3946 position: relative;
3947 font-size: 0; 3947 font-size: 0;
3948 white-space: nowrap; 3948 white-space: nowrap;
3949 } 3949 }
3950 .input-group-btn > .btn { 3950 .input-group-btn > .btn {
3951 position: relative; 3951 position: relative;
3952 } 3952 }
3953 .input-group-btn > .btn + .btn { 3953 .input-group-btn > .btn + .btn {
3954 margin-left: -1px; 3954 margin-left: -1px;
3955 } 3955 }
3956 .input-group-btn > .btn:hover, 3956 .input-group-btn > .btn:hover,
3957 .input-group-btn > .btn:focus, 3957 .input-group-btn > .btn:focus,
3958 .input-group-btn > .btn:active { 3958 .input-group-btn > .btn:active {
3959 z-index: 2; 3959 z-index: 2;
3960 } 3960 }
3961 .input-group-btn:first-child > .btn, 3961 .input-group-btn:first-child > .btn,
3962 .input-group-btn:first-child > .btn-group { 3962 .input-group-btn:first-child > .btn-group {
3963 margin-right: -1px; 3963 margin-right: -1px;
3964 } 3964 }
3965 .input-group-btn:last-child > .btn, 3965 .input-group-btn:last-child > .btn,
3966 .input-group-btn:last-child > .btn-group { 3966 .input-group-btn:last-child > .btn-group {
3967 z-index: 2; 3967 z-index: 2;
3968 margin-left: -1px; 3968 margin-left: -1px;
3969 } 3969 }
3970 .nav { 3970 .nav {
3971 margin-bottom: 0; 3971 margin-bottom: 0;
3972 padding-left: 0; 3972 padding-left: 0;
3973 list-style: none; 3973 list-style: none;
3974 } 3974 }
3975 .nav > li { 3975 .nav > li {
3976 position: relative; 3976 position: relative;
3977 display: block; 3977 display: block;
3978 } 3978 }
3979 .nav > li > a { 3979 .nav > li > a {
3980 position: relative; 3980 position: relative;
3981 display: block; 3981 display: block;
3982 padding: 12px 16px; 3982 padding: 12px 16px;
3983 } 3983 }
3984 .nav > li > a:hover, 3984 .nav > li > a:hover,
3985 .nav > li > a:focus { 3985 .nav > li > a:focus {
3986 text-decoration: none; 3986 text-decoration: none;
3987 background-color: #f5f5f5; 3987 background-color: #f5f5f5;
3988 } 3988 }
3989 .nav > li.disabled > a { 3989 .nav > li.disabled > a {
3990 color: #999999; 3990 color: #999999;
3991 } 3991 }
3992 .nav > li.disabled > a:hover, 3992 .nav > li.disabled > a:hover,
3993 .nav > li.disabled > a:focus { 3993 .nav > li.disabled > a:focus {
3994 color: #999999; 3994 color: #999999;
3995 text-decoration: none; 3995 text-decoration: none;
3996 background-color: transparent; 3996 background-color: transparent;
3997 cursor: not-allowed; 3997 cursor: not-allowed;
3998 } 3998 }
3999 .nav .open > a, 3999 .nav .open > a,
4000 .nav .open > a:hover, 4000 .nav .open > a:hover,
4001 .nav .open > a:focus { 4001 .nav .open > a:focus {
4002 background-color: #f5f5f5; 4002 background-color: #f5f5f5;
4003 border-color: #1E88E5; 4003 border-color: #1E88E5;
4004 } 4004 }
4005 .nav .nav-divider { 4005 .nav .nav-divider {
4006 height: 1px; 4006 height: 1px;
4007 margin: 9px 0; 4007 margin: 9px 0;
4008 overflow: hidden; 4008 overflow: hidden;
4009 background-color: #e5e5e5; 4009 background-color: #e5e5e5;
4010 } 4010 }
4011 .nav > li > a > img { 4011 .nav > li > a > img {
4012 max-width: none; 4012 max-width: none;
4013 } 4013 }
4014 .nav-tabs { 4014 .nav-tabs {
4015 border-bottom: 1px solid #ddd; 4015 border-bottom: 1px solid #ddd;
4016 } 4016 }
4017 .nav-tabs > li { 4017 .nav-tabs > li {
4018 float: left; 4018 float: left;
4019 margin-bottom: -1px; 4019 margin-bottom: -1px;
4020 } 4020 }
4021 .nav-tabs > li > a { 4021 .nav-tabs > li > a {
4022 margin-right: 2px; 4022 margin-right: 2px;
4023 line-height: 1.5384616; 4023 line-height: 1.5384616;
4024 border: 1px solid transparent; 4024 border: 1px solid transparent;
4025 border-radius: 3px 3px 0 0; 4025 border-radius: 3px 3px 0 0;
4026 } 4026 }
4027 .nav-tabs > li > a:hover { 4027 .nav-tabs > li > a:hover {
4028 border-color: transparent transparent #ddd; 4028 border-color: transparent transparent #ddd;
4029 } 4029 }
4030 .nav-tabs > li.active > a, 4030 .nav-tabs > li.active > a,
4031 .nav-tabs > li.active > a:hover, 4031 .nav-tabs > li.active > a:hover,
4032 .nav-tabs > li.active > a:focus { 4032 .nav-tabs > li.active > a:focus {
4033 color: #333333; 4033 color: #333333;
4034 background-color: #fff; 4034 background-color: #fff;
4035 border: 1px solid #ddd; 4035 border: 1px solid #ddd;
4036 border-bottom-color: transparent; 4036 border-bottom-color: transparent;
4037 cursor: default; 4037 cursor: default;
4038 } 4038 }
4039 .nav-tabs.nav-justified { 4039 .nav-tabs.nav-justified {
4040 width: 100%; 4040 width: 100%;
4041 border-bottom: 0; 4041 border-bottom: 0;
4042 } 4042 }
4043 .nav-tabs.nav-justified > li { 4043 .nav-tabs.nav-justified > li {
4044 float: none; 4044 float: none;
4045 } 4045 }
4046 .nav-tabs.nav-justified > li > a { 4046 .nav-tabs.nav-justified > li > a {
4047 text-align: center; 4047 text-align: center;
4048 margin-bottom: 5px; 4048 margin-bottom: 5px;
4049 } 4049 }
4050 .nav-tabs.nav-justified > .dropdown .dropdown-menu { 4050 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
4051 top: auto; 4051 top: auto;
4052 left: auto; 4052 left: auto;
4053 } 4053 }
4054 @media (min-width: 769px) { 4054 @media (min-width: 769px) {
4055 .nav-tabs.nav-justified > li { 4055 .nav-tabs.nav-justified > li {
4056 display: table-cell; 4056 display: table-cell;
4057 width: 1%; 4057 width: 1%;
4058 } 4058 }
4059 .nav-tabs.nav-justified > li > a { 4059 .nav-tabs.nav-justified > li > a {
4060 margin-bottom: 0; 4060 margin-bottom: 0;
4061 } 4061 }
4062 } 4062 }
4063 .nav-tabs.nav-justified > li > a { 4063 .nav-tabs.nav-justified > li > a {
4064 margin-right: 0; 4064 margin-right: 0;
4065 border-radius: 3px; 4065 border-radius: 3px;
4066 } 4066 }
4067 .nav-tabs.nav-justified > .active > a, 4067 .nav-tabs.nav-justified > .active > a,
4068 .nav-tabs.nav-justified > .active > a:hover, 4068 .nav-tabs.nav-justified > .active > a:hover,
4069 .nav-tabs.nav-justified > .active > a:focus { 4069 .nav-tabs.nav-justified > .active > a:focus {
4070 border: 1px solid #ddd; 4070 border: 1px solid #ddd;
4071 } 4071 }
4072 @media (min-width: 769px) { 4072 @media (min-width: 769px) {
4073 .nav-tabs.nav-justified > li > a { 4073 .nav-tabs.nav-justified > li > a {
4074 border-bottom: 1px solid #ddd; 4074 border-bottom: 1px solid #ddd;
4075 border-radius: 3px 3px 0 0; 4075 border-radius: 3px 3px 0 0;
4076 } 4076 }
4077 .nav-tabs.nav-justified > .active > a, 4077 .nav-tabs.nav-justified > .active > a,
4078 .nav-tabs.nav-justified > .active > a:hover, 4078 .nav-tabs.nav-justified > .active > a:hover,
4079 .nav-tabs.nav-justified > .active > a:focus { 4079 .nav-tabs.nav-justified > .active > a:focus {
4080 border-bottom-color: #fff; 4080 border-bottom-color: #fff;
4081 } 4081 }
4082 } 4082 }
4083 .nav-pills > li { 4083 .nav-pills > li {
4084 float: left; 4084 float: left;
4085 } 4085 }
4086 .nav-pills > li > a { 4086 .nav-pills > li > a {
4087 border-radius: 3px; 4087 border-radius: 3px;
4088 } 4088 }
4089 .nav-pills > li + li { 4089 .nav-pills > li + li {
4090 margin-left: 2px; 4090 margin-left: 2px;
4091 } 4091 }
4092 .nav-pills > li.active > a, 4092 .nav-pills > li.active > a,
4093 .nav-pills > li.active > a:hover, 4093 .nav-pills > li.active > a:hover,
4094 .nav-pills > li.active > a:focus { 4094 .nav-pills > li.active > a:focus {
4095 color: #fff; 4095 color: #fff;
4096 background-color: #26A69A; 4096 background-color: #26A69A;
4097 } 4097 }
4098 .nav-stacked > li { 4098 .nav-stacked > li {
4099 float: none; 4099 float: none;
4100 } 4100 }
4101 .nav-stacked > li + li { 4101 .nav-stacked > li + li {
4102 margin-top: 2px; 4102 margin-top: 2px;
4103 margin-left: 0; 4103 margin-left: 0;
4104 } 4104 }
4105 .nav-justified { 4105 .nav-justified {
4106 width: 100%; 4106 width: 100%;
4107 } 4107 }
4108 .nav-justified > li { 4108 .nav-justified > li {
4109 float: none; 4109 float: none;
4110 } 4110 }
4111 .nav-justified > li > a { 4111 .nav-justified > li > a {
4112 text-align: center; 4112 text-align: center;
4113 margin-bottom: 5px; 4113 margin-bottom: 5px;
4114 } 4114 }
4115 .nav-justified > .dropdown .dropdown-menu { 4115 .nav-justified > .dropdown .dropdown-menu {
4116 top: auto; 4116 top: auto;
4117 left: auto; 4117 left: auto;
4118 } 4118 }
4119 @media (min-width: 769px) { 4119 @media (min-width: 769px) {
4120 .nav-justified > li { 4120 .nav-justified > li {
4121 display: table-cell; 4121 display: table-cell;
4122 width: 1%; 4122 width: 1%;
4123 } 4123 }
4124 .nav-justified > li > a { 4124 .nav-justified > li > a {
4125 margin-bottom: 0; 4125 margin-bottom: 0;
4126 } 4126 }
4127 } 4127 }
4128 .nav-tabs-justified { 4128 .nav-tabs-justified {
4129 border-bottom: 0; 4129 border-bottom: 0;
4130 } 4130 }
4131 .nav-tabs-justified > li > a { 4131 .nav-tabs-justified > li > a {
4132 margin-right: 0; 4132 margin-right: 0;
4133 border-radius: 3px; 4133 border-radius: 3px;
4134 } 4134 }
4135 .nav-tabs-justified > .active > a, 4135 .nav-tabs-justified > .active > a,
4136 .nav-tabs-justified > .active > a:hover, 4136 .nav-tabs-justified > .active > a:hover,
4137 .nav-tabs-justified > .active > a:focus { 4137 .nav-tabs-justified > .active > a:focus {
4138 border: 1px solid #ddd; 4138 border: 1px solid #ddd;
4139 } 4139 }
4140 @media (min-width: 769px) { 4140 @media (min-width: 769px) {
4141 .nav-tabs-justified > li > a { 4141 .nav-tabs-justified > li > a {
4142 border-bottom: 1px solid #ddd; 4142 border-bottom: 1px solid #ddd;
4143 border-radius: 3px 3px 0 0; 4143 border-radius: 3px 3px 0 0;
4144 } 4144 }
4145 .nav-tabs-justified > .active > a, 4145 .nav-tabs-justified > .active > a,
4146 .nav-tabs-justified > .active > a:hover, 4146 .nav-tabs-justified > .active > a:hover,
4147 .nav-tabs-justified > .active > a:focus { 4147 .nav-tabs-justified > .active > a:focus {
4148 border-bottom-color: #fff; 4148 border-bottom-color: #fff;
4149 } 4149 }
4150 } 4150 }
4151 .tab-content > .tab-pane { 4151 .tab-content > .tab-pane {
4152 display: none; 4152 display: none;
4153 } 4153 }
4154 .tab-content > .active { 4154 .tab-content > .active {
4155 display: block; 4155 display: block;
4156 } 4156 }
4157 .nav-tabs .dropdown-menu { 4157 .nav-tabs .dropdown-menu {
4158 margin-top: -1px; 4158 margin-top: -1px;
4159 border-top-right-radius: 0; 4159 border-top-right-radius: 0;
4160 border-top-left-radius: 0; 4160 border-top-left-radius: 0;
4161 } 4161 }
4162 .navbar { 4162 .navbar {
4163 position: relative; 4163 position: relative;
4164 min-height: 50px; 4164 min-height: 50px;
4165 margin-bottom: 20px; 4165 margin-bottom: 20px;
4166 border: 1px solid transparent; 4166 border: 1px solid transparent;
4167 } 4167 }
4168 @media (min-width: 769px) { 4168 @media (min-width: 769px) {
4169 .navbar { 4169 .navbar {
4170 border-radius: 0; 4170 border-radius: 0;
4171 } 4171 }
4172 } 4172 }
4173 @media (min-width: 769px) { 4173 @media (min-width: 769px) {
4174 .navbar-header { 4174 .navbar-header {
4175 float: left; 4175 float: left;
4176 } 4176 }
4177 } 4177 }
4178 .navbar-collapse { 4178 .navbar-collapse {
4179 overflow-x: visible; 4179 overflow-x: visible;
4180 padding-right: 20px; 4180 padding-right: 20px;
4181 padding-left: 20px; 4181 padding-left: 20px;
4182 border-top: 1px solid transparent; 4182 border-top: 1px solid transparent;
4183 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); 4183 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
4184 -webkit-overflow-scrolling: touch; 4184 -webkit-overflow-scrolling: touch;
4185 } 4185 }
4186 .navbar-collapse.in { 4186 .navbar-collapse.in {
4187 overflow-y: auto; 4187 overflow-y: auto;
4188 } 4188 }
4189 @media (min-width: 769px) { 4189 @media (min-width: 769px) {
4190 .navbar-collapse { 4190 .navbar-collapse {
4191 width: auto; 4191 width: auto;
4192 border-top: 0; 4192 border-top: 0;
4193 box-shadow: none; 4193 box-shadow: none;
4194 } 4194 }
4195 .navbar-collapse.collapse { 4195 .navbar-collapse.collapse {
4196 display: block !important; 4196 display: block !important;
4197 height: auto !important; 4197 height: auto !important;
4198 padding-bottom: 0; 4198 padding-bottom: 0;
4199 overflow: visible !important; 4199 overflow: visible !important;
4200 } 4200 }
4201 .navbar-collapse.in { 4201 .navbar-collapse.in {
4202 overflow-y: visible; 4202 overflow-y: visible;
4203 } 4203 }
4204 .navbar-fixed-top .navbar-collapse, 4204 .navbar-fixed-top .navbar-collapse,
4205 .navbar-static-top .navbar-collapse, 4205 .navbar-static-top .navbar-collapse,
4206 .navbar-fixed-bottom .navbar-collapse { 4206 .navbar-fixed-bottom .navbar-collapse {
4207 padding-left: 0; 4207 padding-left: 0;
4208 padding-right: 0; 4208 padding-right: 0;
4209 } 4209 }
4210 } 4210 }
4211 .navbar-fixed-top .navbar-collapse, 4211 .navbar-fixed-top .navbar-collapse,
4212 .navbar-fixed-bottom .navbar-collapse { 4212 .navbar-fixed-bottom .navbar-collapse {
4213 max-height: 340px; 4213 max-height: 340px;
4214 } 4214 }
4215 @media (max-device-width: 480px) and (orientation: landscape) { 4215 @media (max-device-width: 480px) and (orientation: landscape) {
4216 .navbar-fixed-top .navbar-collapse, 4216 .navbar-fixed-top .navbar-collapse,
4217 .navbar-fixed-bottom .navbar-collapse { 4217 .navbar-fixed-bottom .navbar-collapse {
4218 max-height: 200px; 4218 max-height: 200px;
4219 } 4219 }
4220 } 4220 }
4221 .container > .navbar-header, 4221 .container > .navbar-header,
4222 .container-fluid > .navbar-header, 4222 .container-fluid > .navbar-header,
4223 .container > .navbar-collapse, 4223 .container > .navbar-collapse,
4224 .container-fluid > .navbar-collapse { 4224 .container-fluid > .navbar-collapse {
4225 margin-right: -20px; 4225 margin-right: -20px;
4226 margin-left: -20px; 4226 margin-left: -20px;
4227 } 4227 }
4228 @media (min-width: 769px) { 4228 @media (min-width: 769px) {
4229 .container > .navbar-header, 4229 .container > .navbar-header,
4230 .container-fluid > .navbar-header, 4230 .container-fluid > .navbar-header,
4231 .container > .navbar-collapse, 4231 .container > .navbar-collapse,
4232 .container-fluid > .navbar-collapse { 4232 .container-fluid > .navbar-collapse {
4233 margin-right: 0; 4233 margin-right: 0;
4234 margin-left: 0; 4234 margin-left: 0;
4235 } 4235 }
4236 } 4236 }
4237 .navbar-static-top { 4237 .navbar-static-top {
4238 z-index: 1000; 4238 z-index: 1000;
4239 border-width: 0 0 1px; 4239 border-width: 0 0 1px;
4240 } 4240 }
4241 @media (min-width: 769px) { 4241 @media (min-width: 769px) {
4242 .navbar-static-top { 4242 .navbar-static-top {
4243 border-radius: 0; 4243 border-radius: 0;
4244 } 4244 }
4245 } 4245 }
4246 .navbar-fixed-top, 4246 .navbar-fixed-top,
4247 .navbar-fixed-bottom { 4247 .navbar-fixed-bottom {
4248 position: fixed; 4248 position: fixed;
4249 right: 0; 4249 right: 0;
4250 left: 0; 4250 left: 0;
4251 z-index: 1030; 4251 z-index: 1030;
4252 } 4252 }
4253 @media (min-width: 769px) { 4253 @media (min-width: 769px) {
4254 .navbar-fixed-top, 4254 .navbar-fixed-top,
4255 .navbar-fixed-bottom { 4255 .navbar-fixed-bottom {
4256 border-radius: 0; 4256 border-radius: 0;
4257 } 4257 }
4258 } 4258 }
4259 .navbar-fixed-top { 4259 .navbar-fixed-top {
4260 top: 0; 4260 top: 0;
4261 border-width: 0 0 1px; 4261 border-width: 0 0 1px;
4262 } 4262 }
4263 .navbar-fixed-bottom { 4263 .navbar-fixed-bottom {
4264 bottom: 0; 4264 bottom: 0;
4265 margin-bottom: 0; 4265 margin-bottom: 0;
4266 border-width: 1px 0 0; 4266 border-width: 1px 0 0;
4267 } 4267 }
4268 .navbar-brand { 4268 .navbar-brand {
4269 float: left; 4269 float: left;
4270 padding: 15px 20px; 4270 padding: 15px 20px;
4271 font-size: 14px; 4271 font-size: 14px;
4272 line-height: 20px; 4272 line-height: 20px;
4273 height: 50px; 4273 height: 50px;
4274 } 4274 }
4275 .navbar-brand:hover, 4275 .navbar-brand:hover,
4276 .navbar-brand:focus { 4276 .navbar-brand:focus {
4277 text-decoration: none; 4277 text-decoration: none;
4278 } 4278 }
4279 .navbar-brand > img { 4279 .navbar-brand > img {
4280 display: block; 4280 display: block;
4281 } 4281 }
4282 @media (min-width: 769px) { 4282 @media (min-width: 769px) {
4283 .navbar > .container .navbar-brand, 4283 .navbar > .container .navbar-brand,
4284 .navbar > .container-fluid .navbar-brand { 4284 .navbar > .container-fluid .navbar-brand {
4285 margin-left: -20px; 4285 margin-left: -20px;
4286 } 4286 }
4287 } 4287 }
4288 .navbar-toggle { 4288 .navbar-toggle {
4289 position: relative; 4289 position: relative;
4290 float: right; 4290 float: right;
4291 margin-right: 20px; 4291 margin-right: 20px;
4292 padding: 9px 10px; 4292 padding: 9px 10px;
4293 margin-top: 8px; 4293 margin-top: 8px;
4294 margin-bottom: 8px; 4294 margin-bottom: 8px;
4295 background-color: transparent; 4295 background-color: transparent;
4296 background-image: none; 4296 background-image: none;
4297 border: 1px solid transparent; 4297 border: 1px solid transparent;
4298 border-radius: 3px; 4298 border-radius: 3px;
4299 } 4299 }
4300 .navbar-toggle:focus { 4300 .navbar-toggle:focus {
4301 outline: 0; 4301 outline: 0;
4302 } 4302 }
4303 .navbar-toggle .icon-bar { 4303 .navbar-toggle .icon-bar {
4304 display: block; 4304 display: block;
4305 width: 22px; 4305 width: 22px;
4306 height: 2px; 4306 height: 2px;
4307 border-radius: 1px; 4307 border-radius: 1px;
4308 } 4308 }
4309 .navbar-toggle .icon-bar + .icon-bar { 4309 .navbar-toggle .icon-bar + .icon-bar {
4310 margin-top: 4px; 4310 margin-top: 4px;
4311 } 4311 }
4312 @media (min-width: 769px) { 4312 @media (min-width: 769px) {
4313 .navbar-toggle { 4313 .navbar-toggle {
4314 display: none; 4314 display: none;
4315 } 4315 }
4316 } 4316 }
4317 .navbar-nav { 4317 .navbar-nav {
4318 margin: 7.5px -20px; 4318 margin: 7.5px -20px;
4319 } 4319 }
4320 .navbar-nav > li > a { 4320 .navbar-nav > li > a {
4321 padding-top: 10px; 4321 padding-top: 10px;
4322 padding-bottom: 10px; 4322 padding-bottom: 10px;
4323 line-height: 20px; 4323 line-height: 20px;
4324 } 4324 }
4325 @media (max-width: 768px) { 4325 @media (max-width: 768px) {
4326 .navbar-nav .open .dropdown-menu { 4326 .navbar-nav .open .dropdown-menu {
4327 position: static; 4327 position: static;
4328 float: none; 4328 float: none;
4329 width: auto; 4329 width: auto;
4330 margin-top: 0; 4330 margin-top: 0;
4331 background-color: transparent; 4331 background-color: transparent;
4332 border: 0; 4332 border: 0;
4333 box-shadow: none; 4333 box-shadow: none;
4334 } 4334 }
4335 .navbar-nav .open .dropdown-menu > li > a, 4335 .navbar-nav .open .dropdown-menu > li > a,
4336 .navbar-nav .open .dropdown-menu .dropdown-header { 4336 .navbar-nav .open .dropdown-menu .dropdown-header {
4337 padding: 5px 15px 5px 25px; 4337 padding: 5px 15px 5px 25px;
4338 } 4338 }
4339 .navbar-nav .open .dropdown-menu > li > a { 4339 .navbar-nav .open .dropdown-menu > li > a {
4340 line-height: 20px; 4340 line-height: 20px;
4341 } 4341 }
4342 .navbar-nav .open .dropdown-menu > li > a:hover, 4342 .navbar-nav .open .dropdown-menu > li > a:hover,
4343 .navbar-nav .open .dropdown-menu > li > a:focus { 4343 .navbar-nav .open .dropdown-menu > li > a:focus {
4344 background-image: none; 4344 background-image: none;
4345 } 4345 }
4346 } 4346 }
4347 @media (min-width: 769px) { 4347 @media (min-width: 769px) {
4348 .navbar-nav { 4348 .navbar-nav {
4349 float: left; 4349 float: left;
4350 margin: 0; 4350 margin: 0;
4351 } 4351 }
4352 .navbar-nav > li { 4352 .navbar-nav > li {
4353 float: left; 4353 float: left;
4354 } 4354 }
4355 .navbar-nav > li > a { 4355 .navbar-nav > li > a {
4356 padding-top: 15px; 4356 padding-top: 15px;
4357 padding-bottom: 15px; 4357 padding-bottom: 15px;
4358 } 4358 }
4359 } 4359 }
4360 .navbar-form { 4360 .navbar-form {
4361 margin-left: -20px; 4361 margin-left: -20px;
4362 margin-right: -20px; 4362 margin-right: -20px;
4363 padding: 10px 20px; 4363 padding: 10px 20px;
4364 border-top: 1px solid transparent; 4364 border-top: 1px solid transparent;
4365 border-bottom: 1px solid transparent; 4365 border-bottom: 1px solid transparent;
4366 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 4366 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4367 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 4367 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4368 margin-top: 6px; 4368 margin-top: 6px;
4369 margin-bottom: 6px; 4369 margin-bottom: 6px;
4370 } 4370 }
4371 @media (min-width: 769px) { 4371 @media (min-width: 769px) {
4372 .navbar-form .form-group { 4372 .navbar-form .form-group {
4373 display: inline-block; 4373 display: inline-block;
4374 margin-bottom: 0; 4374 margin-bottom: 0;
4375 vertical-align: middle; 4375 vertical-align: middle;
4376 } 4376 }
4377 .navbar-form .form-control { 4377 .navbar-form .form-control {
4378 display: inline-block; 4378 display: inline-block;
4379 width: auto; 4379 width: auto;
4380 vertical-align: middle; 4380 vertical-align: middle;
4381 } 4381 }
4382 .navbar-form .form-control-static { 4382 .navbar-form .form-control-static {
4383 display: inline-block; 4383 display: inline-block;
4384 } 4384 }
4385 .navbar-form .input-group { 4385 .navbar-form .input-group {
4386 display: inline-table; 4386 display: inline-table;
4387 vertical-align: middle; 4387 vertical-align: middle;
4388 } 4388 }
4389 .navbar-form .input-group .input-group-addon, 4389 .navbar-form .input-group .input-group-addon,
4390 .navbar-form .input-group .input-group-btn, 4390 .navbar-form .input-group .input-group-btn,
4391 .navbar-form .input-group .form-control { 4391 .navbar-form .input-group .form-control {
4392 width: auto; 4392 width: auto;
4393 } 4393 }
4394 .navbar-form .input-group > .form-control { 4394 .navbar-form .input-group > .form-control {
4395 width: 100%; 4395 width: 100%;
4396 } 4396 }
4397 .navbar-form .control-label { 4397 .navbar-form .control-label {
4398 margin-bottom: 0; 4398 margin-bottom: 0;
4399 vertical-align: middle; 4399 vertical-align: middle;
4400 } 4400 }
4401 .navbar-form .radio, 4401 .navbar-form .radio,
4402 .navbar-form .checkbox { 4402 .navbar-form .checkbox {
4403 display: inline-block; 4403 display: inline-block;
4404 margin-top: 0; 4404 margin-top: 0;
4405 margin-bottom: 0; 4405 margin-bottom: 0;
4406 vertical-align: middle; 4406 vertical-align: middle;
4407 } 4407 }
4408 .navbar-form .radio label, 4408 .navbar-form .radio label,
4409 .navbar-form .checkbox label { 4409 .navbar-form .checkbox label {
4410 padding-left: 0; 4410 padding-left: 0;
4411 } 4411 }
4412 .navbar-form .radio input[type="radio"], 4412 .navbar-form .radio input[type="radio"],
4413 .navbar-form .checkbox input[type="checkbox"] { 4413 .navbar-form .checkbox input[type="checkbox"] {
4414 position: relative; 4414 position: relative;
4415 margin-left: 0; 4415 margin-left: 0;
4416 } 4416 }
4417 .navbar-form .has-feedback .form-control-feedback { 4417 .navbar-form .has-feedback .form-control-feedback {
4418 top: 0; 4418 top: 0;
4419 } 4419 }
4420 } 4420 }
4421 @media (max-width: 768px) { 4421 @media (max-width: 768px) {
4422 .navbar-form .form-group { 4422 .navbar-form .form-group {
4423 margin-bottom: 5px; 4423 margin-bottom: 5px;
4424 } 4424 }
4425 .navbar-form .form-group:last-child { 4425 .navbar-form .form-group:last-child {
4426 margin-bottom: 0; 4426 margin-bottom: 0;
4427 } 4427 }
4428 } 4428 }
4429 @media (min-width: 769px) { 4429 @media (min-width: 769px) {
4430 .navbar-form { 4430 .navbar-form {
4431 width: auto; 4431 width: auto;
4432 border: 0; 4432 border: 0;
4433 margin-left: 0; 4433 margin-left: 0;
4434 margin-right: 0; 4434 margin-right: 0;
4435 padding-top: 0; 4435 padding-top: 0;
4436 padding-bottom: 0; 4436 padding-bottom: 0;
4437 -webkit-box-shadow: none; 4437 -webkit-box-shadow: none;
4438 box-shadow: none; 4438 box-shadow: none;
4439 } 4439 }
4440 } 4440 }
4441 .navbar-nav > li > .dropdown-menu { 4441 .navbar-nav > li > .dropdown-menu {
4442 margin-top: 0; 4442 margin-top: 0;
4443 border-top-right-radius: 0; 4443 border-top-right-radius: 0;
4444 border-top-left-radius: 0; 4444 border-top-left-radius: 0;
4445 } 4445 }
4446 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { 4446 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
4447 margin-bottom: 0; 4447 margin-bottom: 0;
4448 border-top-right-radius: 0; 4448 border-top-right-radius: 0;
4449 border-top-left-radius: 0; 4449 border-top-left-radius: 0;
4450 border-bottom-right-radius: 0; 4450 border-bottom-right-radius: 0;
4451 border-bottom-left-radius: 0; 4451 border-bottom-left-radius: 0;
4452 } 4452 }
4453 .navbar-btn { 4453 .navbar-btn {
4454 margin-top: 6px; 4454 margin-top: 6px;
4455 margin-bottom: 6px; 4455 margin-bottom: 6px;
4456 } 4456 }
4457 .navbar-btn.btn-sm { 4457 .navbar-btn.btn-sm {
4458 margin-top: 7px; 4458 margin-top: 7px;
4459 margin-bottom: 7px; 4459 margin-bottom: 7px;
4460 } 4460 }
4461 .navbar-btn.btn-xs { 4461 .navbar-btn.btn-xs {
4462 margin-top: 14px; 4462 margin-top: 14px;
4463 margin-bottom: 14px; 4463 margin-bottom: 14px;
4464 } 4464 }
4465 .navbar-text { 4465 .navbar-text {
4466 margin-top: 15px; 4466 margin-top: 15px;
4467 margin-bottom: 15px; 4467 margin-bottom: 15px;
4468 } 4468 }
4469 @media (min-width: 769px) { 4469 @media (min-width: 769px) {
4470 .navbar-text { 4470 .navbar-text {
4471 float: left; 4471 float: left;
4472 margin-left: 20px; 4472 margin-left: 20px;
4473 margin-right: 20px; 4473 margin-right: 20px;
4474 } 4474 }
4475 } 4475 }
4476 @media (min-width: 769px) { 4476 @media (min-width: 769px) {
4477 .navbar-left { 4477 .navbar-left {
4478 float: left !important; 4478 float: left !important;
4479 } 4479 }
4480 .navbar-right { 4480 .navbar-right {
4481 float: right !important; 4481 float: right !important;
4482 margin-right: -20px; 4482 margin-right: -20px;
4483 } 4483 }
4484 .navbar-right ~ .navbar-right { 4484 .navbar-right ~ .navbar-right {
4485 margin-right: 0; 4485 margin-right: 0;
4486 } 4486 }
4487 } 4487 }
4488 .navbar-default { 4488 .navbar-default {
4489 background-color: #fff; 4489 background-color: #fff;
4490 border-color: #ddd; 4490 border-color: #ddd;
4491 } 4491 }
4492 .navbar-default .navbar-brand { 4492 .navbar-default .navbar-brand {
4493 color: #777; 4493 color: #777;
4494 } 4494 }
4495 .navbar-default .navbar-brand:hover, 4495 .navbar-default .navbar-brand:hover,
4496 .navbar-default .navbar-brand:focus { 4496 .navbar-default .navbar-brand:focus {
4497 color: #5e5e5e; 4497 color: #5e5e5e;
4498 background-color: transparent; 4498 background-color: transparent;
4499 } 4499 }
4500 .navbar-default .navbar-text { 4500 .navbar-default .navbar-text {
4501 color: #777; 4501 color: #777;
4502 } 4502 }
4503 .navbar-default .navbar-nav > li > a { 4503 .navbar-default .navbar-nav > li > a {
4504 color: #777; 4504 color: #777;
4505 } 4505 }
4506 .navbar-default .navbar-nav > li > a:hover, 4506 .navbar-default .navbar-nav > li > a:hover,
4507 .navbar-default .navbar-nav > li > a:focus { 4507 .navbar-default .navbar-nav > li > a:focus {
4508 color: #333333; 4508 color: #333333;
4509 background-color: transparent; 4509 background-color: transparent;
4510 } 4510 }
4511 .navbar-default .navbar-nav > .active > a, 4511 .navbar-default .navbar-nav > .active > a,
4512 .navbar-default .navbar-nav > .active > a:hover, 4512 .navbar-default .navbar-nav > .active > a:hover,
4513 .navbar-default .navbar-nav > .active > a:focus { 4513 .navbar-default .navbar-nav > .active > a:focus {
4514 color: #333333; 4514 color: #333333;
4515 background-color: transparent; 4515 background-color: transparent;
4516 } 4516 }
4517 .navbar-default .navbar-nav > .disabled > a, 4517 .navbar-default .navbar-nav > .disabled > a,
4518 .navbar-default .navbar-nav > .disabled > a:hover, 4518 .navbar-default .navbar-nav > .disabled > a:hover,
4519 .navbar-default .navbar-nav > .disabled > a:focus { 4519 .navbar-default .navbar-nav > .disabled > a:focus {
4520 color: #999999; 4520 color: #999999;
4521 background-color: transparent; 4521 background-color: transparent;
4522 } 4522 }
4523 .navbar-default .navbar-toggle { 4523 .navbar-default .navbar-toggle {
4524 border-color: #ddd; 4524 border-color: #ddd;
4525 } 4525 }
4526 .navbar-default .navbar-toggle:hover, 4526 .navbar-default .navbar-toggle:hover,
4527 .navbar-default .navbar-toggle:focus { 4527 .navbar-default .navbar-toggle:focus {
4528 background-color: #ddd; 4528 background-color: #ddd;
4529 } 4529 }
4530 .navbar-default .navbar-toggle .icon-bar { 4530 .navbar-default .navbar-toggle .icon-bar {
4531 background-color: #888; 4531 background-color: #888;
4532 } 4532 }
4533 .navbar-default .navbar-collapse, 4533 .navbar-default .navbar-collapse,
4534 .navbar-default .navbar-form { 4534 .navbar-default .navbar-form {
4535 border-color: #ddd; 4535 border-color: #ddd;
4536 } 4536 }
4537 .navbar-default .navbar-nav > .open > a, 4537 .navbar-default .navbar-nav > .open > a,
4538 .navbar-default .navbar-nav > .open > a:hover, 4538 .navbar-default .navbar-nav > .open > a:hover,
4539 .navbar-default .navbar-nav > .open > a:focus { 4539 .navbar-default .navbar-nav > .open > a:focus {
4540 background-color: transparent; 4540 background-color: transparent;
4541 color: #333333; 4541 color: #333333;
4542 } 4542 }
4543 @media (max-width: 768px) { 4543 @media (max-width: 768px) {
4544 .navbar-default .navbar-nav .open .dropdown-menu > li > a { 4544 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
4545 color: #777; 4545 color: #777;
4546 } 4546 }
4547 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 4547 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4548 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { 4548 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4549 color: #333333; 4549 color: #333333;
4550 background-color: transparent; 4550 background-color: transparent;
4551 } 4551 }
4552 .navbar-default .navbar-nav .open .dropdown-menu > .active > a, 4552 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4553 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 4553 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4554 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { 4554 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4555 color: #333333; 4555 color: #333333;
4556 background-color: transparent; 4556 background-color: transparent;
4557 } 4557 }
4558 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, 4558 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4559 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, 4559 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4560 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { 4560 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4561 color: #999999; 4561 color: #999999;
4562 background-color: transparent; 4562 background-color: transparent;
4563 } 4563 }
4564 } 4564 }
4565 .navbar-default .navbar-link { 4565 .navbar-default .navbar-link {
4566 color: #777; 4566 color: #777;
4567 } 4567 }
4568 .navbar-default .navbar-link:hover { 4568 .navbar-default .navbar-link:hover {
4569 color: #333333; 4569 color: #333333;
4570 } 4570 }
4571 .navbar-default .btn-link { 4571 .navbar-default .btn-link {
4572 color: #777; 4572 color: #777;
4573 } 4573 }
4574 .navbar-default .btn-link:hover, 4574 .navbar-default .btn-link:hover,
4575 .navbar-default .btn-link:focus { 4575 .navbar-default .btn-link:focus {
4576 color: #333333; 4576 color: #333333;
4577 } 4577 }
4578 .navbar-default .btn-link[disabled]:hover, 4578 .navbar-default .btn-link[disabled]:hover,
4579 fieldset[disabled] .navbar-default .btn-link:hover, 4579 fieldset[disabled] .navbar-default .btn-link:hover,
4580 .navbar-default .btn-link[disabled]:focus, 4580 .navbar-default .btn-link[disabled]:focus,
4581 fieldset[disabled] .navbar-default .btn-link:focus { 4581 fieldset[disabled] .navbar-default .btn-link:focus {
4582 color: #999999; 4582 color: #999999;
4583 } 4583 }
4584 .navbar-inverse { 4584 .navbar-inverse {
4585 background-color: #273246; 4585 background-color: #273246;
4586 border-color: #273246; 4586 border-color: #273246;
4587 } 4587 }
4588 .navbar-inverse .navbar-brand { 4588 .navbar-inverse .navbar-brand {
4589 color: rgba(255, 255, 255, 0.9); 4589 color: rgba(255, 255, 255, 0.9);
4590 } 4590 }
4591 .navbar-inverse .navbar-brand:hover, 4591 .navbar-inverse .navbar-brand:hover,
4592 .navbar-inverse .navbar-brand:focus { 4592 .navbar-inverse .navbar-brand:focus {
4593 color: #fff; 4593 color: #fff;
4594 background-color: transparent; 4594 background-color: transparent;
4595 } 4595 }
4596 .navbar-inverse .navbar-text { 4596 .navbar-inverse .navbar-text {
4597 color: rgba(255, 255, 255, 0.9); 4597 color: rgba(255, 255, 255, 0.9);
4598 } 4598 }
4599 .navbar-inverse .navbar-nav > li > a { 4599 .navbar-inverse .navbar-nav > li > a {
4600 color: rgba(255, 255, 255, 0.9); 4600 color: rgba(255, 255, 255, 0.9);
4601 } 4601 }
4602 .navbar-inverse .navbar-nav > li > a:hover, 4602 .navbar-inverse .navbar-nav > li > a:hover,
4603 .navbar-inverse .navbar-nav > li > a:focus { 4603 .navbar-inverse .navbar-nav > li > a:focus {
4604 color: #fff; 4604 color: #fff;
4605 background-color: transparent; 4605 background-color: transparent;
4606 } 4606 }
4607 .navbar-inverse .navbar-nav > .active > a, 4607 .navbar-inverse .navbar-nav > .active > a,
4608 .navbar-inverse .navbar-nav > .active > a:hover, 4608 .navbar-inverse .navbar-nav > .active > a:hover,
4609 .navbar-inverse .navbar-nav > .active > a:focus { 4609 .navbar-inverse .navbar-nav > .active > a:focus {
4610 color: #fff; 4610 color: #fff;
4611 background-color: transparent; 4611 background-color: transparent;
4612 } 4612 }
4613 .navbar-inverse .navbar-nav > .disabled > a, 4613 .navbar-inverse .navbar-nav > .disabled > a,
4614 .navbar-inverse .navbar-nav > .disabled > a:hover, 4614 .navbar-inverse .navbar-nav > .disabled > a:hover,
4615 .navbar-inverse .navbar-nav > .disabled > a:focus { 4615 .navbar-inverse .navbar-nav > .disabled > a:focus {
4616 color: rgba(255, 255, 255, 0.6); 4616 color: rgba(255, 255, 255, 0.6);
4617 background-color: transparent; 4617 background-color: transparent;
4618 } 4618 }
4619 .navbar-inverse .navbar-toggle { 4619 .navbar-inverse .navbar-toggle {
4620 border-color: #333; 4620 border-color: #333;
4621 } 4621 }
4622 .navbar-inverse .navbar-toggle:hover, 4622 .navbar-inverse .navbar-toggle:hover,
4623 .navbar-inverse .navbar-toggle:focus { 4623 .navbar-inverse .navbar-toggle:focus {
4624 background-color: #333; 4624 background-color: #333;
4625 } 4625 }
4626 .navbar-inverse .navbar-toggle .icon-bar { 4626 .navbar-inverse .navbar-toggle .icon-bar {
4627 background-color: #fff; 4627 background-color: #fff;
4628 } 4628 }
4629 .navbar-inverse .navbar-collapse, 4629 .navbar-inverse .navbar-collapse,
4630 .navbar-inverse .navbar-form { 4630 .navbar-inverse .navbar-form {
4631 border-color: #1a222f; 4631 border-color: #1a222f;
4632 } 4632 }
4633 .navbar-inverse .navbar-nav > .open > a, 4633 .navbar-inverse .navbar-nav > .open > a,
4634 .navbar-inverse .navbar-nav > .open > a:hover, 4634 .navbar-inverse .navbar-nav > .open > a:hover,
4635 .navbar-inverse .navbar-nav > .open > a:focus { 4635 .navbar-inverse .navbar-nav > .open > a:focus {
4636 background-color: transparent; 4636 background-color: transparent;
4637 color: #fff; 4637 color: #fff;
4638 } 4638 }
4639 @media (max-width: 768px) { 4639 @media (max-width: 768px) {
4640 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { 4640 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4641 border-color: #273246; 4641 border-color: #273246;
4642 } 4642 }
4643 .navbar-inverse .navbar-nav .open .dropdown-menu .divider { 4643 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4644 background-color: #273246; 4644 background-color: #273246;
4645 } 4645 }
4646 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { 4646 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4647 color: rgba(255, 255, 255, 0.9); 4647 color: rgba(255, 255, 255, 0.9);
4648 } 4648 }
4649 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, 4649 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4650 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { 4650 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4651 color: #fff; 4651 color: #fff;
4652 background-color: transparent; 4652 background-color: transparent;
4653 } 4653 }
4654 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, 4654 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4655 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, 4655 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
4656 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { 4656 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4657 color: #fff; 4657 color: #fff;
4658 background-color: transparent; 4658 background-color: transparent;
4659 } 4659 }
4660 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, 4660 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4661 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, 4661 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4662 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { 4662 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4663 color: rgba(255, 255, 255, 0.6); 4663 color: rgba(255, 255, 255, 0.6);
4664 background-color: transparent; 4664 background-color: transparent;
4665 } 4665 }
4666 } 4666 }
4667 .navbar-inverse .navbar-link { 4667 .navbar-inverse .navbar-link {
4668 color: rgba(255, 255, 255, 0.9); 4668 color: rgba(255, 255, 255, 0.9);
4669 } 4669 }
4670 .navbar-inverse .navbar-link:hover { 4670 .navbar-inverse .navbar-link:hover {
4671 color: #fff; 4671 color: #fff;
4672 } 4672 }
4673 .navbar-inverse .btn-link { 4673 .navbar-inverse .btn-link {
4674 color: rgba(255, 255, 255, 0.9); 4674 color: rgba(255, 255, 255, 0.9);
4675 } 4675 }
4676 .navbar-inverse .btn-link:hover, 4676 .navbar-inverse .btn-link:hover,
4677 .navbar-inverse .btn-link:focus { 4677 .navbar-inverse .btn-link:focus {
4678 color: #fff; 4678 color: #fff;
4679 } 4679 }
4680 .navbar-inverse .btn-link[disabled]:hover, 4680 .navbar-inverse .btn-link[disabled]:hover,
4681 fieldset[disabled] .navbar-inverse .btn-link:hover, 4681 fieldset[disabled] .navbar-inverse .btn-link:hover,
4682 .navbar-inverse .btn-link[disabled]:focus, 4682 .navbar-inverse .btn-link[disabled]:focus,
4683 fieldset[disabled] .navbar-inverse .btn-link:focus { 4683 fieldset[disabled] .navbar-inverse .btn-link:focus {
4684 color: rgba(255, 255, 255, 0.6); 4684 color: rgba(255, 255, 255, 0.6);
4685 } 4685 }
4686 .breadcrumb { 4686 .breadcrumb {
4687 padding: 10px 0; 4687 padding: 10px 0;
4688 margin-bottom: 20px; 4688 margin-bottom: 20px;
4689 list-style: none; 4689 list-style: none;
4690 background-color: transparent; 4690 background-color: transparent;
4691 border-radius: 3px; 4691 border-radius: 3px;
4692 } 4692 }
4693 .breadcrumb > li { 4693 .breadcrumb > li {
4694 display: inline-block; 4694 display: inline-block;
4695 } 4695 }
4696 .breadcrumb > li + li:before { 4696 .breadcrumb > li + li:before {
4697 content: "/\00a0"; 4697 content: "/\00a0";
4698 padding: 0 5px; 4698 padding: 0 5px;
4699 color: #333333; 4699 color: #333333;
4700 } 4700 }
4701 .breadcrumb > .active { 4701 .breadcrumb > .active {
4702 color: #999999; 4702 color: #999999;
4703 } 4703 }
4704 .pagination { 4704 .pagination {
4705 display: inline-block; 4705 display: inline-block;
4706 padding-left: 0; 4706 padding-left: 0;
4707 margin: 20px 0; 4707 margin: 20px 0;
4708 border-radius: 3px; 4708 border-radius: 3px;
4709 } 4709 }
4710 .pagination > li { 4710 .pagination > li {
4711 display: inline; 4711 display: inline;
4712 } 4712 }
4713 .pagination > li > a, 4713 .pagination > li > a,
4714 .pagination > li > span { 4714 .pagination > li > span {
4715 position: relative; 4715 position: relative;
4716 float: left; 4716 float: left;
4717 padding: 8px 16px; 4717 padding: 8px 16px;
4718 line-height: 1.5384616; 4718 line-height: 1.5384616;
4719 text-decoration: none; 4719 text-decoration: none;
4720 color: #333333; 4720 color: #333333;
4721 background-color: #f5f5f5; 4721 background-color: #f5f5f5;
4722 border: 1px solid #ddd; 4722 border: 1px solid #ddd;
4723 margin-left: -1px; 4723 margin-left: -1px;
4724 } 4724 }
4725 .pagination > li:first-child > a, 4725 .pagination > li:first-child > a,
4726 .pagination > li:first-child > span { 4726 .pagination > li:first-child > span {
4727 margin-left: 0; 4727 margin-left: 0;
4728 border-bottom-left-radius: 3px; 4728 border-bottom-left-radius: 3px;
4729 border-top-left-radius: 3px; 4729 border-top-left-radius: 3px;
4730 } 4730 }
4731 .pagination > li:last-child > a, 4731 .pagination > li:last-child > a,
4732 .pagination > li:last-child > span { 4732 .pagination > li:last-child > span {
4733 border-bottom-right-radius: 3px; 4733 border-bottom-right-radius: 3px;
4734 border-top-right-radius: 3px; 4734 border-top-right-radius: 3px;
4735 } 4735 }
4736 .pagination > li > a:hover, 4736 .pagination > li > a:hover,
4737 .pagination > li > span:hover, 4737 .pagination > li > span:hover,
4738 .pagination > li > a:focus, 4738 .pagination > li > a:focus,
4739 .pagination > li > span:focus { 4739 .pagination > li > span:focus {
4740 z-index: 2; 4740 z-index: 2;
4741 color: #333333; 4741 color: #333333;
4742 background-color: #f5f5f5; 4742 background-color: #f5f5f5;
4743 border-color: #ddd; 4743 border-color: #ddd;
4744 } 4744 }
4745 .pagination > .active > a, 4745 .pagination > .active > a,
4746 .pagination > .active > span, 4746 .pagination > .active > span,
4747 .pagination > .active > a:hover, 4747 .pagination > .active > a:hover,
4748 .pagination > .active > span:hover, 4748 .pagination > .active > span:hover,
4749 .pagination > .active > a:focus, 4749 .pagination > .active > a:focus,
4750 .pagination > .active > span:focus { 4750 .pagination > .active > span:focus {
4751 z-index: 3; 4751 z-index: 3;
4752 color: #fff; 4752 color: #fff;
4753 background-color: #2196F3; 4753 background-color: #2196F3;
4754 border-color: #2196F3; 4754 border-color: #2196F3;
4755 cursor: default; 4755 cursor: default;
4756 } 4756 }
4757 .pagination > .disabled > span, 4757 .pagination > .disabled > span,
4758 .pagination > .disabled > span:hover, 4758 .pagination > .disabled > span:hover,
4759 .pagination > .disabled > span:focus, 4759 .pagination > .disabled > span:focus,
4760 .pagination > .disabled > a, 4760 .pagination > .disabled > a,
4761 .pagination > .disabled > a:hover, 4761 .pagination > .disabled > a:hover,
4762 .pagination > .disabled > a:focus { 4762 .pagination > .disabled > a:focus {
4763 color: #bbb; 4763 color: #bbb;
4764 background-color: #fcfcfc; 4764 background-color: #fcfcfc;
4765 border-color: #ddd; 4765 border-color: #ddd;
4766 cursor: not-allowed; 4766 cursor: not-allowed;
4767 } 4767 }
4768 .pagination-lg > li > a, 4768 .pagination-lg > li > a,
4769 .pagination-lg > li > span { 4769 .pagination-lg > li > span {
4770 padding: 9px 18px; 4770 padding: 9px 18px;
4771 font-size: 14px; 4771 font-size: 14px;
4772 line-height: 1.4285715; 4772 line-height: 1.4285715;
4773 } 4773 }
4774 .pagination-lg > li:first-child > a, 4774 .pagination-lg > li:first-child > a,
4775 .pagination-lg > li:first-child > span { 4775 .pagination-lg > li:first-child > span {
4776 border-bottom-left-radius: 4px; 4776 border-bottom-left-radius: 4px;
4777 border-top-left-radius: 4px; 4777 border-top-left-radius: 4px;
4778 } 4778 }
4779 .pagination-lg > li:last-child > a, 4779 .pagination-lg > li:last-child > a,
4780 .pagination-lg > li:last-child > span { 4780 .pagination-lg > li:last-child > span {
4781 border-bottom-right-radius: 4px; 4781 border-bottom-right-radius: 4px;
4782 border-top-right-radius: 4px; 4782 border-top-right-radius: 4px;
4783 } 4783 }
4784 .pagination-sm > li > a, 4784 .pagination-sm > li > a,
4785 .pagination-sm > li > span { 4785 .pagination-sm > li > span {
4786 padding: 7px 14px; 4786 padding: 7px 14px;
4787 font-size: 12px; 4787 font-size: 12px;
4788 line-height: 1.6666667; 4788 line-height: 1.6666667;
4789 } 4789 }
4790 .pagination-sm > li:first-child > a, 4790 .pagination-sm > li:first-child > a,
4791 .pagination-sm > li:first-child > span { 4791 .pagination-sm > li:first-child > span {
4792 border-bottom-left-radius: 2px; 4792 border-bottom-left-radius: 2px;
4793 border-top-left-radius: 2px; 4793 border-top-left-radius: 2px;
4794 } 4794 }
4795 .pagination-sm > li:last-child > a, 4795 .pagination-sm > li:last-child > a,
4796 .pagination-sm > li:last-child > span { 4796 .pagination-sm > li:last-child > span {
4797 border-bottom-right-radius: 2px; 4797 border-bottom-right-radius: 2px;
4798 border-top-right-radius: 2px; 4798 border-top-right-radius: 2px;
4799 } 4799 }
4800 .pager { 4800 .pager {
4801 padding-left: 0; 4801 padding-left: 0;
4802 margin: 20px 0; 4802 margin: 20px 0;
4803 list-style: none; 4803 list-style: none;
4804 text-align: center; 4804 text-align: center;
4805 } 4805 }
4806 .pager li { 4806 .pager li {
4807 display: inline; 4807 display: inline;
4808 } 4808 }
4809 .pager li > a, 4809 .pager li > a,
4810 .pager li > span { 4810 .pager li > span {
4811 display: inline-block; 4811 display: inline-block;
4812 padding: 5px 14px; 4812 padding: 5px 14px;
4813 background-color: #f5f5f5; 4813 background-color: #f5f5f5;
4814 border: 1px solid #ddd; 4814 border: 1px solid #ddd;
4815 border-radius: 3px; 4815 border-radius: 3px;
4816 } 4816 }
4817 .pager li > a:hover, 4817 .pager li > a:hover,
4818 .pager li > a:focus { 4818 .pager li > a:focus {
4819 text-decoration: none; 4819 text-decoration: none;
4820 background-color: #2196F3; 4820 background-color: #2196F3;
4821 } 4821 }
4822 .pager .next > a, 4822 .pager .next > a,
4823 .pager .next > span { 4823 .pager .next > span {
4824 float: right; 4824 float: right;
4825 } 4825 }
4826 .pager .previous > a, 4826 .pager .previous > a,
4827 .pager .previous > span { 4827 .pager .previous > span {
4828 float: left; 4828 float: left;
4829 } 4829 }
4830 .pager .disabled > a, 4830 .pager .disabled > a,
4831 .pager .disabled > a:hover, 4831 .pager .disabled > a:hover,
4832 .pager .disabled > a:focus, 4832 .pager .disabled > a:focus,
4833 .pager .disabled > span { 4833 .pager .disabled > span {
4834 color: #bbb; 4834 color: #bbb;
4835 background-color: #f5f5f5; 4835 background-color: #f5f5f5;
4836 cursor: not-allowed; 4836 cursor: not-allowed;
4837 } 4837 }
4838 .label { 4838 .label {
4839 display: inline; 4839 display: inline;
4840 padding: .2em .6em .3em; 4840 padding: .2em .6em .3em;
4841 font-size: 75%; 4841 font-size: 75%;
4842 font-weight: bold; 4842 font-weight: bold;
4843 line-height: 1; 4843 line-height: 1;
4844 color: #fff; 4844 color: #fff;
4845 text-align: center; 4845 text-align: center;
4846 white-space: nowrap; 4846 white-space: nowrap;
4847 vertical-align: baseline; 4847 vertical-align: baseline;
4848 border-radius: .25em; 4848 border-radius: .25em;
4849 } 4849 }
4850 a.label:hover, 4850 a.label:hover,
4851 a.label:focus { 4851 a.label:focus {
4852 color: #fff; 4852 color: #fff;
4853 text-decoration: none; 4853 text-decoration: none;
4854 cursor: pointer; 4854 cursor: pointer;
4855 } 4855 }
4856 .label:empty { 4856 .label:empty {
4857 display: none; 4857 display: none;
4858 } 4858 }
4859 .btn .label { 4859 .btn .label {
4860 position: relative; 4860 position: relative;
4861 top: -1px; 4861 top: -1px;
4862 } 4862 }
4863 .label-default { 4863 .label-default {
4864 background-color: #999999; 4864 background-color: #999999;
4865 } 4865 }
4866 .label-default[href]:hover, 4866 .label-default[href]:hover,
4867 .label-default[href]:focus { 4867 .label-default[href]:focus {
4868 background-color: #808080; 4868 background-color: #808080;
4869 } 4869 }
4870 .label-primary { 4870 .label-primary {
4871 background-color: #2196F3; 4871 background-color: #2196F3;
4872 } 4872 }
4873 .label-primary[href]:hover, 4873 .label-primary[href]:hover,
4874 .label-primary[href]:focus { 4874 .label-primary[href]:focus {
4875 background-color: #0c7cd5; 4875 background-color: #0c7cd5;
4876 } 4876 }
4877 .label-success { 4877 .label-success {
4878 background-color: #4CAF50; 4878 background-color: #4CAF50;
4879 } 4879 }
4880 .label-success[href]:hover, 4880 .label-success[href]:hover,
4881 .label-success[href]:focus { 4881 .label-success[href]:focus {
4882 background-color: #3d8b40; 4882 background-color: #3d8b40;
4883 } 4883 }
4884 .label-info { 4884 .label-info {
4885 background-color: #00BCD4; 4885 background-color: #00BCD4;
4886 } 4886 }
4887 .label-info[href]:hover, 4887 .label-info[href]:hover,
4888 .label-info[href]:focus { 4888 .label-info[href]:focus {
4889 background-color: #008fa1; 4889 background-color: #008fa1;
4890 } 4890 }
4891 .label-warning { 4891 .label-warning {
4892 background-color: #FF5722; 4892 background-color: #FF5722;
4893 } 4893 }
4894 .label-warning[href]:hover, 4894 .label-warning[href]:hover,
4895 .label-warning[href]:focus { 4895 .label-warning[href]:focus {
4896 background-color: #ee3900; 4896 background-color: #ee3900;
4897 } 4897 }
4898 .label-danger { 4898 .label-danger {
4899 background-color: #F44336; 4899 background-color: #F44336;
4900 } 4900 }
4901 .label-danger[href]:hover, 4901 .label-danger[href]:hover,
4902 .label-danger[href]:focus { 4902 .label-danger[href]:focus {
4903 background-color: #ea1c0d; 4903 background-color: #ea1c0d;
4904 } 4904 }
4905 .badge { 4905 .badge {
4906 display: inline-block; 4906 display: inline-block;
4907 min-width: 10px; 4907 min-width: 10px;
4908 padding: 3px 7px; 4908 padding: 3px 7px;
4909 font-size: 12px; 4909 font-size: 12px;
4910 font-weight: 500; 4910 font-weight: 500;
4911 color: #fff; 4911 color: #fff;
4912 line-height: 1.5384616; 4912 line-height: 1.5384616;
4913 vertical-align: middle; 4913 vertical-align: middle;
4914 white-space: nowrap; 4914 white-space: nowrap;
4915 text-align: center; 4915 text-align: center;
4916 background-color: #999999; 4916 background-color: #999999;
4917 border-radius: 10px; 4917 border-radius: 10px;
4918 } 4918 }
4919 .badge:empty { 4919 .badge:empty {
4920 display: none; 4920 display: none;
4921 } 4921 }
4922 .btn .badge { 4922 .btn .badge {
4923 position: relative; 4923 position: relative;
4924 top: -1px; 4924 top: -1px;
4925 } 4925 }
4926 .btn-xs .badge, 4926 .btn-xs .badge,
4927 .btn-group-xs > .btn .badge { 4927 .btn-group-xs > .btn .badge {
4928 top: 0; 4928 top: 0;
4929 padding: 1px 5px; 4929 padding: 1px 5px;
4930 } 4930 }
4931 a.badge:hover, 4931 a.badge:hover,
4932 a.badge:focus { 4932 a.badge:focus {
4933 color: #fff; 4933 color: #fff;
4934 text-decoration: none; 4934 text-decoration: none;
4935 cursor: pointer; 4935 cursor: pointer;
4936 } 4936 }
4937 .list-group-item.active > .badge, 4937 .list-group-item.active > .badge,
4938 .nav-pills > .active > a > .badge { 4938 .nav-pills > .active > a > .badge {
4939 color: #333333; 4939 color: #333333;
4940 background-color: #fff; 4940 background-color: #fff;
4941 } 4941 }
4942 .list-group-item > .badge { 4942 .list-group-item > .badge {
4943 float: right; 4943 float: right;
4944 } 4944 }
4945 .list-group-item > .badge + .badge { 4945 .list-group-item > .badge + .badge {
4946 margin-right: 5px; 4946 margin-right: 5px;
4947 } 4947 }
4948 .nav-pills > li > a > .badge { 4948 .nav-pills > li > a > .badge {
4949 margin-left: 3px; 4949 margin-left: 3px;
4950 } 4950 }
4951 .jumbotron { 4951 .jumbotron {
4952 padding-top: 30px; 4952 padding-top: 30px;
4953 padding-bottom: 30px; 4953 padding-bottom: 30px;
4954 margin-bottom: 30px; 4954 margin-bottom: 30px;
4955 color: inherit; 4955 color: inherit;
4956 background-color: #eeeeee; 4956 background-color: #eeeeee;
4957 } 4957 }
4958 .jumbotron h1, 4958 .jumbotron h1,
4959 .jumbotron .h1 { 4959 .jumbotron .h1 {
4960 color: inherit; 4960 color: inherit;
4961 } 4961 }
4962 .jumbotron p { 4962 .jumbotron p {
4963 margin-bottom: 15px; 4963 margin-bottom: 15px;
4964 font-size: 20px; 4964 font-size: 20px;
4965 font-weight: 200; 4965 font-weight: 200;
4966 } 4966 }
4967 .jumbotron > hr { 4967 .jumbotron > hr {
4968 border-top-color: #d5d5d5; 4968 border-top-color: #d5d5d5;
4969 } 4969 }
4970 .container .jumbotron, 4970 .container .jumbotron,
4971 .container-fluid .jumbotron { 4971 .container-fluid .jumbotron {
4972 border-radius: 4px; 4972 border-radius: 4px;
4973 padding-left: 10px; 4973 padding-left: 10px;
4974 padding-right: 10px; 4974 padding-right: 10px;
4975 } 4975 }
4976 .jumbotron .container { 4976 .jumbotron .container {
4977 max-width: 100%; 4977 max-width: 100%;
4978 } 4978 }
4979 @media screen and (min-width: 769px) { 4979 @media screen and (min-width: 769px) {
4980 .jumbotron { 4980 .jumbotron {
4981 padding-top: 48px; 4981 padding-top: 48px;
4982 padding-bottom: 48px; 4982 padding-bottom: 48px;
4983 } 4983 }
4984 .container .jumbotron, 4984 .container .jumbotron,
4985 .container-fluid .jumbotron { 4985 .container-fluid .jumbotron {
4986 padding-left: 60px; 4986 padding-left: 60px;
4987 padding-right: 60px; 4987 padding-right: 60px;
4988 } 4988 }
4989 .jumbotron h1, 4989 .jumbotron h1,
4990 .jumbotron .h1 { 4990 .jumbotron .h1 {
4991 font-size: 59px; 4991 font-size: 59px;
4992 } 4992 }
4993 } 4993 }
4994 .thumbnail { 4994 .thumbnail {
4995 display: block; 4995 display: block;
4996 padding: 3px; 4996 padding: 3px;
4997 margin-bottom: 20px; 4997 margin-bottom: 20px;
4998 line-height: 1.5384616; 4998 line-height: 1.5384616;
4999 background-color: #fff; 4999 background-color: #fff;
5000 border: 1px solid #ddd; 5000 border: 1px solid #ddd;
5001 border-radius: 3px; 5001 border-radius: 3px;
5002 -webkit-transition: border 0.2s ease-in-out; 5002 -webkit-transition: border 0.2s ease-in-out;
5003 -o-transition: border 0.2s ease-in-out; 5003 -o-transition: border 0.2s ease-in-out;
5004 transition: border 0.2s ease-in-out; 5004 transition: border 0.2s ease-in-out;
5005 } 5005 }
5006 .thumbnail > img, 5006 .thumbnail > img,
5007 .thumbnail a > img { 5007 .thumbnail a > img {
5008 margin-left: auto; 5008 margin-left: auto;
5009 margin-right: auto; 5009 margin-right: auto;
5010 } 5010 }
5011 a.thumbnail:hover, 5011 a.thumbnail:hover,
5012 a.thumbnail:focus, 5012 a.thumbnail:focus,
5013 a.thumbnail.active { 5013 a.thumbnail.active {
5014 border-color: #1E88E5; 5014 border-color: #1E88E5;
5015 } 5015 }
5016 .thumbnail .caption { 5016 .thumbnail .caption {
5017 padding: 20px; 5017 padding: 20px;
5018 color: #333333; 5018 color: #333333;
5019 } 5019 }
5020 .alert { 5020 .alert {
5021 padding: 15px; 5021 padding: 15px;
5022 margin-bottom: 20px; 5022 margin-bottom: 20px;
5023 border: 1px solid transparent; 5023 border: 1px solid transparent;
5024 border-radius: 3px; 5024 border-radius: 3px;
5025 } 5025 }
5026 .alert h4 { 5026 .alert h4 {
5027 margin-top: 0; 5027 margin-top: 0;
5028 color: inherit; 5028 color: inherit;
5029 } 5029 }
5030 .alert .alert-link { 5030 .alert .alert-link {
5031 font-weight: 500; 5031 font-weight: 500;
5032 } 5032 }
5033 .alert > p, 5033 .alert > p,
5034 .alert > ul { 5034 .alert > ul {
5035 margin-bottom: 0; 5035 margin-bottom: 0;
5036 } 5036 }
5037 .alert > p + p { 5037 .alert > p + p {
5038 margin-top: 5px; 5038 margin-top: 5px;
5039 } 5039 }
5040 .alert-dismissable, 5040 .alert-dismissable,
5041 .alert-dismissible { 5041 .alert-dismissible {
5042 padding-right: 35px; 5042 padding-right: 35px;
5043 } 5043 }
5044 .alert-dismissable .close, 5044 .alert-dismissable .close,
5045 .alert-dismissible .close { 5045 .alert-dismissible .close {
5046 position: relative; 5046 position: relative;
5047 top: -2px; 5047 top: -2px;
5048 right: -21px; 5048 right: -21px;
5049 color: inherit; 5049 color: inherit;
5050 } 5050 }
5051 .alert-success { 5051 .alert-success {
5052 background-color: #E8F5E9; 5052 background-color: #E8F5E9;
5053 border-color: #4CAF50; 5053 border-color: #4CAF50;
5054 color: #43A047; 5054 color: #43A047;
5055 } 5055 }
5056 .alert-success hr { 5056 .alert-success hr {
5057 border-top-color: #449d48; 5057 border-top-color: #449d48;
5058 } 5058 }
5059 .alert-success .alert-link { 5059 .alert-success .alert-link {
5060 color: #347c37; 5060 color: #347c37;
5061 } 5061 }
5062 .alert-info { 5062 .alert-info {
5063 background-color: #E0F7FA; 5063 background-color: #E0F7FA;
5064 border-color: #00BCD4; 5064 border-color: #00BCD4;
5065 color: #00838F; 5065 color: #00838F;
5066 } 5066 }
5067 .alert-info hr { 5067 .alert-info hr {
5068 border-top-color: #00a5bb; 5068 border-top-color: #00a5bb;
5069 } 5069 }
5070 .alert-info .alert-link { 5070 .alert-info .alert-link {
5071 color: #00545c; 5071 color: #00545c;
5072 } 5072 }
5073 .alert-warning { 5073 .alert-warning {
5074 background-color: #FFF3E0; 5074 background-color: #FFF3E0;
5075 border-color: #FF9800; 5075 border-color: #FF9800;
5076 color: #EF6C00; 5076 color: #EF6C00;
5077 } 5077 }
5078 .alert-warning hr { 5078 .alert-warning hr {
5079 border-top-color: #e68900; 5079 border-top-color: #e68900;
5080 } 5080 }
5081 .alert-warning .alert-link { 5081 .alert-warning .alert-link {
5082 color: #bc5500; 5082 color: #bc5500;
5083 } 5083 }
5084 .alert-danger { 5084 .alert-danger {
5085 background-color: #FBE9E7; 5085 background-color: #FBE9E7;
5086 border-color: #FF5722; 5086 border-color: #FF5722;
5087 color: #D84315; 5087 color: #D84315;
5088 } 5088 }
5089 .alert-danger hr { 5089 .alert-danger hr {
5090 border-top-color: #ff4408; 5090 border-top-color: #ff4408;
5091 } 5091 }
5092 .alert-danger .alert-link { 5092 .alert-danger .alert-link {
5093 color: #aa3510; 5093 color: #aa3510;
5094 } 5094 }
5095 @-webkit-keyframes progress-bar-stripes { 5095 @-webkit-keyframes progress-bar-stripes {
5096 from { 5096 from {
5097 background-position: 40px 0; 5097 background-position: 40px 0;
5098 } 5098 }
5099 to { 5099 to {
5100 background-position: 0 0; 5100 background-position: 0 0;
5101 } 5101 }
5102 } 5102 }
5103 @keyframes progress-bar-stripes { 5103 @keyframes progress-bar-stripes {
5104 from { 5104 from {
5105 background-position: 40px 0; 5105 background-position: 40px 0;
5106 } 5106 }
5107 to { 5107 to {
5108 background-position: 0 0; 5108 background-position: 0 0;
5109 } 5109 }
5110 } 5110 }
5111 .progress { 5111 .progress {
5112 overflow: hidden; 5112 overflow: hidden;
5113 height: 20px; 5113 height: 20px;
5114 margin-bottom: 20px; 5114 margin-bottom: 20px;
5115 background-color: #eeeeee; 5115 background-color: #eeeeee;
5116 border-radius: 3px; 5116 border-radius: 3px;
5117 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 5117 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5118 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 5118 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5119 } 5119 }
5120 .progress-bar { 5120 .progress-bar {
5121 float: left; 5121 float: left;
5122 width: 0%; 5122 width: 0%;
5123 height: 100%; 5123 height: 100%;
5124 font-size: 12px; 5124 font-size: 12px;
5125 line-height: 20px; 5125 line-height: 20px;
5126 color: #fff; 5126 color: #fff;
5127 text-align: center; 5127 text-align: center;
5128 background-color: #2196F3; 5128 background-color: #2196F3;
5129 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 5129 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5130 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 5130 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5131 -webkit-transition: width 0.6s ease; 5131 -webkit-transition: width 0.6s ease;
5132 -o-transition: width 0.6s ease; 5132 -o-transition: width 0.6s ease;
5133 transition: width 0.6s ease; 5133 transition: width 0.6s ease;
5134 } 5134 }
5135 .progress-striped .progress-bar, 5135 .progress-striped .progress-bar,
5136 .progress-bar-striped { 5136 .progress-bar-striped {
5137 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5137 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5138 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5138 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5139 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5139 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5140 background-size: 40px 40px; 5140 background-size: 40px 40px;
5141 } 5141 }
5142 .progress.active .progress-bar, 5142 .progress.active .progress-bar,
5143 .progress-bar.active { 5143 .progress-bar.active {
5144 -webkit-animation: progress-bar-stripes 2s linear infinite; 5144 -webkit-animation: progress-bar-stripes 2s linear infinite;
5145 -o-animation: progress-bar-stripes 2s linear infinite; 5145 -o-animation: progress-bar-stripes 2s linear infinite;
5146 animation: progress-bar-stripes 2s linear infinite; 5146 animation: progress-bar-stripes 2s linear infinite;
5147 } 5147 }
5148 .progress-bar-success { 5148 .progress-bar-success {
5149 background-color: #4CAF50; 5149 background-color: #4CAF50;
5150 } 5150 }
5151 .progress-striped .progress-bar-success { 5151 .progress-striped .progress-bar-success {
5152 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5152 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5153 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5153 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5154 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5154 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5155 } 5155 }
5156 .progress-bar-info { 5156 .progress-bar-info {
5157 background-color: #00BCD4; 5157 background-color: #00BCD4;
5158 } 5158 }
5159 .progress-striped .progress-bar-info { 5159 .progress-striped .progress-bar-info {
5160 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5160 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5161 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5161 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5162 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5162 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5163 } 5163 }
5164 .progress-bar-warning { 5164 .progress-bar-warning {
5165 background-color: #FF5722; 5165 background-color: #FF5722;
5166 } 5166 }
5167 .progress-striped .progress-bar-warning { 5167 .progress-striped .progress-bar-warning {
5168 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5168 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5169 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5169 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5170 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5170 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5171 } 5171 }
5172 .progress-bar-danger { 5172 .progress-bar-danger {
5173 background-color: #F44336; 5173 background-color: #F44336;
5174 } 5174 }
5175 .progress-striped .progress-bar-danger { 5175 .progress-striped .progress-bar-danger {
5176 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5176 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5177 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5177 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5178 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5178 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5179 } 5179 }
5180 .media { 5180 .media {
5181 margin-top: 15px; 5181 margin-top: 15px;
5182 } 5182 }
5183 .media:first-child { 5183 .media:first-child {
5184 margin-top: 0; 5184 margin-top: 0;
5185 } 5185 }
5186 .media, 5186 .media,
5187 .media-body { 5187 .media-body {
5188 zoom: 1; 5188 zoom: 1;
5189 overflow: hidden; 5189 overflow: hidden;
5190 } 5190 }
5191 .media-body { 5191 .media-body {
5192 width: 10000px; 5192 width: 10000px;
5193 } 5193 }
5194 .media-object { 5194 .media-object {
5195 display: block; 5195 display: block;
5196 } 5196 }
5197 .media-object.img-thumbnail { 5197 .media-object.img-thumbnail {
5198 max-width: none; 5198 max-width: none;
5199 } 5199 }
5200 .media-right, 5200 .media-right,
5201 .media > .pull-right { 5201 .media > .pull-right {
5202 padding-left: 10px; 5202 padding-left: 10px;
5203 } 5203 }
5204 .media-left, 5204 .media-left,
5205 .media > .pull-left { 5205 .media > .pull-left {
5206 padding-right: 10px; 5206 padding-right: 10px;
5207 } 5207 }
5208 .media-left, 5208 .media-left,
5209 .media-right, 5209 .media-right,
5210 .media-body { 5210 .media-body {
5211 display: table-cell; 5211 display: table-cell;
5212 vertical-align: top; 5212 vertical-align: top;
5213 } 5213 }
5214 .media-middle { 5214 .media-middle {
5215 vertical-align: middle; 5215 vertical-align: middle;
5216 } 5216 }
5217 .media-bottom { 5217 .media-bottom {
5218 vertical-align: bottom; 5218 vertical-align: bottom;
5219 } 5219 }
5220 .media-heading { 5220 .media-heading {
5221 margin-top: 0; 5221 margin-top: 0;
5222 margin-bottom: 5px; 5222 margin-bottom: 5px;
5223 } 5223 }
5224 .media-list { 5224 .media-list {
5225 padding-left: 0; 5225 padding-left: 0;
5226 list-style: none; 5226 list-style: none;
5227 } 5227 }
5228 .list-group { 5228 .list-group {
5229 margin-bottom: 20px; 5229 margin-bottom: 20px;
5230 padding-left: 0; 5230 padding-left: 0;
5231 } 5231 }
5232 .list-group-item { 5232 .list-group-item {
5233 position: relative; 5233 position: relative;
5234 display: block; 5234 display: block;
5235 padding: 10px 15px; 5235 padding: 10px 15px;
5236 margin-bottom: -1px; 5236 margin-bottom: -1px;
5237 background-color: #fff; 5237 background-color: #fff;
5238 border: 1px solid #ddd; 5238 border: 1px solid #ddd;
5239 } 5239 }
5240 .list-group-item:first-child { 5240 .list-group-item:first-child {
5241 border-top-right-radius: 0; 5241 border-top-right-radius: 0;
5242 border-top-left-radius: 0; 5242 border-top-left-radius: 0;
5243 } 5243 }
5244 .list-group-item:last-child { 5244 .list-group-item:last-child {
5245 margin-bottom: 0; 5245 margin-bottom: 0;
5246 border-bottom-right-radius: 0; 5246 border-bottom-right-radius: 0;
5247 border-bottom-left-radius: 0; 5247 border-bottom-left-radius: 0;
5248 } 5248 }
5249 a.list-group-item, 5249 a.list-group-item,
5250 button.list-group-item { 5250 button.list-group-item {
5251 color: #333333; 5251 color: #333333;
5252 } 5252 }
5253 a.list-group-item .list-group-item-heading, 5253 a.list-group-item .list-group-item-heading,
5254 button.list-group-item .list-group-item-heading { 5254 button.list-group-item .list-group-item-heading {
5255 color: #333; 5255 color: #333;
5256 } 5256 }
5257 a.list-group-item:hover, 5257 a.list-group-item:hover,
5258 button.list-group-item:hover, 5258 button.list-group-item:hover,
5259 a.list-group-item:focus, 5259 a.list-group-item:focus,
5260 button.list-group-item:focus { 5260 button.list-group-item:focus {
5261 text-decoration: none; 5261 text-decoration: none;
5262 color: #333333; 5262 color: #333333;
5263 background-color: #f5f5f5; 5263 background-color: #f5f5f5;
5264 } 5264 }
5265 button.list-group-item { 5265 button.list-group-item {
5266 width: 100%; 5266 width: 100%;
5267 text-align: left; 5267 text-align: left;
5268 } 5268 }
5269 .list-group-item.disabled, 5269 .list-group-item.disabled,
5270 .list-group-item.disabled:hover, 5270 .list-group-item.disabled:hover,
5271 .list-group-item.disabled:focus { 5271 .list-group-item.disabled:focus {
5272 background-color: transparent; 5272 background-color: transparent;
5273 color: #999999; 5273 color: #999999;
5274 cursor: not-allowed; 5274 cursor: not-allowed;
5275 } 5275 }
5276 .list-group-item.disabled .list-group-item-heading, 5276 .list-group-item.disabled .list-group-item-heading,
5277 .list-group-item.disabled:hover .list-group-item-heading, 5277 .list-group-item.disabled:hover .list-group-item-heading,
5278 .list-group-item.disabled:focus .list-group-item-heading { 5278 .list-group-item.disabled:focus .list-group-item-heading {
5279 color: inherit; 5279 color: inherit;
5280 } 5280 }
5281 .list-group-item.disabled .list-group-item-text, 5281 .list-group-item.disabled .list-group-item-text,
5282 .list-group-item.disabled:hover .list-group-item-text, 5282 .list-group-item.disabled:hover .list-group-item-text,
5283 .list-group-item.disabled:focus .list-group-item-text { 5283 .list-group-item.disabled:focus .list-group-item-text {
5284 color: #999999; 5284 color: #999999;
5285 } 5285 }
5286 .list-group-item.active, 5286 .list-group-item.active,
5287 .list-group-item.active:hover, 5287 .list-group-item.active:hover,
5288 .list-group-item.active:focus { 5288 .list-group-item.active:focus {
5289 z-index: 2; 5289 z-index: 2;
5290 color: #fff; 5290 color: #fff;
5291 background-color: #26A69A; 5291 background-color: #26A69A;
5292 border-color: #26A69A; 5292 border-color: #26A69A;
5293 } 5293 }
5294 .list-group-item.active .list-group-item-heading, 5294 .list-group-item.active .list-group-item-heading,
5295 .list-group-item.active:hover .list-group-item-heading, 5295 .list-group-item.active:hover .list-group-item-heading,
5296 .list-group-item.active:focus .list-group-item-heading, 5296 .list-group-item.active:focus .list-group-item-heading,
5297 .list-group-item.active .list-group-item-heading > small, 5297 .list-group-item.active .list-group-item-heading > small,
5298 .list-group-item.active:hover .list-group-item-heading > small, 5298 .list-group-item.active:hover .list-group-item-heading > small,
5299 .list-group-item.active:focus .list-group-item-heading > small, 5299 .list-group-item.active:focus .list-group-item-heading > small,
5300 .list-group-item.active .list-group-item-heading > .small, 5300 .list-group-item.active .list-group-item-heading > .small,
5301 .list-group-item.active:hover .list-group-item-heading > .small, 5301 .list-group-item.active:hover .list-group-item-heading > .small,
5302 .list-group-item.active:focus .list-group-item-heading > .small { 5302 .list-group-item.active:focus .list-group-item-heading > .small {
5303 color: inherit; 5303 color: inherit;
5304 } 5304 }
5305 .list-group-item.active .list-group-item-text, 5305 .list-group-item.active .list-group-item-text,
5306 .list-group-item.active:hover .list-group-item-text, 5306 .list-group-item.active:hover .list-group-item-text,
5307 .list-group-item.active:focus .list-group-item-text { 5307 .list-group-item.active:focus .list-group-item-text {
5308 color: #acece6; 5308 color: #acece6;
5309 } 5309 }
5310 .list-group-item-success { 5310 .list-group-item-success {
5311 color: #43A047; 5311 color: #43A047;
5312 background-color: #E8F5E9; 5312 background-color: #E8F5E9;
5313 } 5313 }
5314 a.list-group-item-success, 5314 a.list-group-item-success,
5315 button.list-group-item-success { 5315 button.list-group-item-success {
5316 color: #43A047; 5316 color: #43A047;
5317 } 5317 }
5318 a.list-group-item-success .list-group-item-heading, 5318 a.list-group-item-success .list-group-item-heading,
5319 button.list-group-item-success .list-group-item-heading { 5319 button.list-group-item-success .list-group-item-heading {
5320 color: inherit; 5320 color: inherit;
5321 } 5321 }
5322 a.list-group-item-success:hover, 5322 a.list-group-item-success:hover,
5323 button.list-group-item-success:hover, 5323 button.list-group-item-success:hover,
5324 a.list-group-item-success:focus, 5324 a.list-group-item-success:focus,
5325 button.list-group-item-success:focus { 5325 button.list-group-item-success:focus {
5326 color: #43A047; 5326 color: #43A047;
5327 background-color: #d6edd8; 5327 background-color: #d6edd8;
5328 } 5328 }
5329 a.list-group-item-success.active, 5329 a.list-group-item-success.active,
5330 button.list-group-item-success.active, 5330 button.list-group-item-success.active,
5331 a.list-group-item-success.active:hover, 5331 a.list-group-item-success.active:hover,
5332 button.list-group-item-success.active:hover, 5332 button.list-group-item-success.active:hover,
5333 a.list-group-item-success.active:focus, 5333 a.list-group-item-success.active:focus,
5334 button.list-group-item-success.active:focus { 5334 button.list-group-item-success.active:focus {
5335 color: #fff; 5335 color: #fff;
5336 background-color: #43A047; 5336 background-color: #43A047;
5337 border-color: #43A047; 5337 border-color: #43A047;
5338 } 5338 }
5339 .list-group-item-info { 5339 .list-group-item-info {
5340 color: #00838F; 5340 color: #00838F;
5341 background-color: #E0F7FA; 5341 background-color: #E0F7FA;
5342 } 5342 }
5343 a.list-group-item-info, 5343 a.list-group-item-info,
5344 button.list-group-item-info { 5344 button.list-group-item-info {
5345 color: #00838F; 5345 color: #00838F;
5346 } 5346 }
5347 a.list-group-item-info .list-group-item-heading, 5347 a.list-group-item-info .list-group-item-heading,
5348 button.list-group-item-info .list-group-item-heading { 5348 button.list-group-item-info .list-group-item-heading {
5349 color: inherit; 5349 color: inherit;
5350 } 5350 }
5351 a.list-group-item-info:hover, 5351 a.list-group-item-info:hover,
5352 button.list-group-item-info:hover, 5352 button.list-group-item-info:hover,
5353 a.list-group-item-info:focus, 5353 a.list-group-item-info:focus,
5354 button.list-group-item-info:focus { 5354 button.list-group-item-info:focus {
5355 color: #00838F; 5355 color: #00838F;
5356 background-color: #caf1f6; 5356 background-color: #caf1f6;
5357 } 5357 }
5358 a.list-group-item-info.active, 5358 a.list-group-item-info.active,
5359 button.list-group-item-info.active, 5359 button.list-group-item-info.active,
5360 a.list-group-item-info.active:hover, 5360 a.list-group-item-info.active:hover,
5361 button.list-group-item-info.active:hover, 5361 button.list-group-item-info.active:hover,
5362 a.list-group-item-info.active:focus, 5362 a.list-group-item-info.active:focus,
5363 button.list-group-item-info.active:focus { 5363 button.list-group-item-info.active:focus {
5364 color: #fff; 5364 color: #fff;
5365 background-color: #00838F; 5365 background-color: #00838F;
5366 border-color: #00838F; 5366 border-color: #00838F;
5367 } 5367 }
5368 .list-group-item-warning { 5368 .list-group-item-warning {
5369 color: #EF6C00; 5369 color: #EF6C00;
5370 background-color: #FFF3E0; 5370 background-color: #FFF3E0;
5371 } 5371 }
5372 a.list-group-item-warning, 5372 a.list-group-item-warning,
5373 button.list-group-item-warning { 5373 button.list-group-item-warning {
5374 color: #EF6C00; 5374 color: #EF6C00;
5375 } 5375 }
5376 a.list-group-item-warning .list-group-item-heading, 5376 a.list-group-item-warning .list-group-item-heading,
5377 button.list-group-item-warning .list-group-item-heading { 5377 button.list-group-item-warning .list-group-item-heading {
5378 color: inherit; 5378 color: inherit;
5379 } 5379 }
5380 a.list-group-item-warning:hover, 5380 a.list-group-item-warning:hover,
5381 button.list-group-item-warning:hover, 5381 button.list-group-item-warning:hover,
5382 a.list-group-item-warning:focus, 5382 a.list-group-item-warning:focus,
5383 button.list-group-item-warning:focus { 5383 button.list-group-item-warning:focus {
5384 color: #EF6C00; 5384 color: #EF6C00;
5385 background-color: #ffe9c6; 5385 background-color: #ffe9c6;
5386 } 5386 }
5387 a.list-group-item-warning.active, 5387 a.list-group-item-warning.active,
5388 button.list-group-item-warning.active, 5388 button.list-group-item-warning.active,
5389 a.list-group-item-warning.active:hover, 5389 a.list-group-item-warning.active:hover,
5390 button.list-group-item-warning.active:hover, 5390 button.list-group-item-warning.active:hover,
5391 a.list-group-item-warning.active:focus, 5391 a.list-group-item-warning.active:focus,
5392 button.list-group-item-warning.active:focus { 5392 button.list-group-item-warning.active:focus {
5393 color: #fff; 5393 color: #fff;
5394 background-color: #EF6C00; 5394 background-color: #EF6C00;
5395 border-color: #EF6C00; 5395 border-color: #EF6C00;
5396 } 5396 }
5397 .list-group-item-danger { 5397 .list-group-item-danger {
5398 color: #D84315; 5398 color: #D84315;
5399 background-color: #FBE9E7; 5399 background-color: #FBE9E7;
5400 } 5400 }
5401 a.list-group-item-danger, 5401 a.list-group-item-danger,
5402 button.list-group-item-danger { 5402 button.list-group-item-danger {
5403 color: #D84315; 5403 color: #D84315;
5404 } 5404 }
5405 a.list-group-item-danger .list-group-item-heading, 5405 a.list-group-item-danger .list-group-item-heading,
5406 button.list-group-item-danger .list-group-item-heading { 5406 button.list-group-item-danger .list-group-item-heading {
5407 color: inherit; 5407 color: inherit;
5408 } 5408 }
5409 a.list-group-item-danger:hover, 5409 a.list-group-item-danger:hover,
5410 button.list-group-item-danger:hover, 5410 button.list-group-item-danger:hover,
5411 a.list-group-item-danger:focus, 5411 a.list-group-item-danger:focus,
5412 button.list-group-item-danger:focus { 5412 button.list-group-item-danger:focus {
5413 color: #D84315; 5413 color: #D84315;
5414 background-color: #f7d5d1; 5414 background-color: #f7d5d1;
5415 } 5415 }
5416 a.list-group-item-danger.active, 5416 a.list-group-item-danger.active,
5417 button.list-group-item-danger.active, 5417 button.list-group-item-danger.active,
5418 a.list-group-item-danger.active:hover, 5418 a.list-group-item-danger.active:hover,
5419 button.list-group-item-danger.active:hover, 5419 button.list-group-item-danger.active:hover,
5420 a.list-group-item-danger.active:focus, 5420 a.list-group-item-danger.active:focus,
5421 button.list-group-item-danger.active:focus { 5421 button.list-group-item-danger.active:focus {
5422 color: #fff; 5422 color: #fff;
5423 background-color: #D84315; 5423 background-color: #D84315;
5424 border-color: #D84315; 5424 border-color: #D84315;
5425 } 5425 }
5426 .list-group-item-heading { 5426 .list-group-item-heading {
5427 margin-top: 0; 5427 margin-top: 0;
5428 margin-bottom: 5px; 5428 margin-bottom: 5px;
5429 } 5429 }
5430 .list-group-item-text { 5430 .list-group-item-text {
5431 margin-bottom: 0; 5431 margin-bottom: 0;
5432 line-height: 1.3; 5432 line-height: 1.3;
5433 } 5433 }
5434 .panel { 5434 .panel {
5435 margin-bottom: 20px; 5435 margin-bottom: 20px;
5436 background-color: #fff; 5436 background-color: #fff;
5437 border: 1px solid transparent; 5437 border: 1px solid transparent;
5438 border-radius: 3px; 5438 border-radius: 3px;
5439 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 5439 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5440 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 5440 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5441 } 5441 }
5442 .panel-body { 5442 .panel-body {
5443 padding: 20px; 5443 padding: 20px;
5444 } 5444 }
5445 .panel-heading { 5445 .panel-heading {
5446 padding: 15px 20px; 5446 padding: 15px 20px;
5447 border-bottom: 1px solid transparent; 5447 border-bottom: 1px solid transparent;
5448 border-top-right-radius: 2px; 5448 border-top-right-radius: 2px;
5449 border-top-left-radius: 2px; 5449 border-top-left-radius: 2px;
5450 } 5450 }
5451 .panel-heading > .dropdown .dropdown-toggle { 5451 .panel-heading > .dropdown .dropdown-toggle {
5452 color: inherit; 5452 color: inherit;
5453 } 5453 }
5454 .panel-title { 5454 .panel-title {
5455 margin-top: 0; 5455 margin-top: 0;
5456 margin-bottom: 0; 5456 margin-bottom: 0;
5457 font-size: 15px; 5457 font-size: 15px;
5458 color: inherit; 5458 color: inherit;
5459 } 5459 }
5460 .panel-title > a, 5460 .panel-title > a,
5461 .panel-title > small, 5461 .panel-title > small,
5462 .panel-title > .small, 5462 .panel-title > .small,
5463 .panel-title > small > a, 5463 .panel-title > small > a,
5464 .panel-title > .small > a { 5464 .panel-title > .small > a {
5465 color: inherit; 5465 color: inherit;
5466 } 5466 }
5467 .panel-footer { 5467 .panel-footer {
5468 padding: 8px 20px; 5468 padding: 8px 20px;
5469 background-color: #fcfcfc; 5469 background-color: #fcfcfc;
5470 border-top: 1px solid #ddd; 5470 border-top: 1px solid #ddd;
5471 border-bottom-right-radius: 2px; 5471 border-bottom-right-radius: 2px;
5472 border-bottom-left-radius: 2px; 5472 border-bottom-left-radius: 2px;
5473 } 5473 }
5474 .panel > .list-group, 5474 .panel > .list-group,
5475 .panel > .panel-collapse > .list-group { 5475 .panel > .panel-collapse > .list-group {
5476 margin-bottom: 0; 5476 margin-bottom: 0;
5477 } 5477 }
5478 .panel > .list-group .list-group-item, 5478 .panel > .list-group .list-group-item,
5479 .panel > .panel-collapse > .list-group .list-group-item { 5479 .panel > .panel-collapse > .list-group .list-group-item {
5480 border-width: 1px 0; 5480 border-width: 1px 0;
5481 border-radius: 0; 5481 border-radius: 0;
5482 } 5482 }
5483 .panel > .list-group:first-child .list-group-item:first-child, 5483 .panel > .list-group:first-child .list-group-item:first-child,
5484 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { 5484 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
5485 border-top: 0; 5485 border-top: 0;
5486 border-top-right-radius: 2px; 5486 border-top-right-radius: 2px;
5487 border-top-left-radius: 2px; 5487 border-top-left-radius: 2px;
5488 } 5488 }
5489 .panel > .list-group:last-child .list-group-item:last-child, 5489 .panel > .list-group:last-child .list-group-item:last-child,
5490 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { 5490 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
5491 border-bottom: 0; 5491 border-bottom: 0;
5492 border-bottom-right-radius: 2px; 5492 border-bottom-right-radius: 2px;
5493 border-bottom-left-radius: 2px; 5493 border-bottom-left-radius: 2px;
5494 } 5494 }
5495 .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { 5495 .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
5496 border-top-right-radius: 0; 5496 border-top-right-radius: 0;
5497 border-top-left-radius: 0; 5497 border-top-left-radius: 0;
5498 } 5498 }
5499 .panel-heading + .list-group .list-group-item:first-child { 5499 .panel-heading + .list-group .list-group-item:first-child {
5500 border-top-width: 0; 5500 border-top-width: 0;
5501 } 5501 }
5502 .list-group + .panel-footer { 5502 .list-group + .panel-footer {
5503 border-top-width: 0; 5503 border-top-width: 0;
5504 } 5504 }
5505 .panel > .table, 5505 .panel > .table,
5506 .panel > .table-responsive > .table, 5506 .panel > .table-responsive > .table,
5507 .panel > .panel-collapse > .table { 5507 .panel > .panel-collapse > .table {
5508 margin-bottom: 0; 5508 margin-bottom: 0;
5509 } 5509 }
5510 .panel > .table caption, 5510 .panel > .table caption,
5511 .panel > .table-responsive > .table caption, 5511 .panel > .table-responsive > .table caption,
5512 .panel > .panel-collapse > .table caption { 5512 .panel > .panel-collapse > .table caption {
5513 padding-left: 20px; 5513 padding-left: 20px;
5514 padding-right: 20px; 5514 padding-right: 20px;
5515 } 5515 }
5516 .panel > .table:first-child, 5516 .panel > .table:first-child,
5517 .panel > .table-responsive:first-child > .table:first-child { 5517 .panel > .table-responsive:first-child > .table:first-child {
5518 border-top-right-radius: 2px; 5518 border-top-right-radius: 2px;
5519 border-top-left-radius: 2px; 5519 border-top-left-radius: 2px;
5520 } 5520 }
5521 .panel > .table:first-child > thead:first-child > tr:first-child, 5521 .panel > .table:first-child > thead:first-child > tr:first-child,
5522 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, 5522 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
5523 .panel > .table:first-child > tbody:first-child > tr:first-child, 5523 .panel > .table:first-child > tbody:first-child > tr:first-child,
5524 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { 5524 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
5525 border-top-left-radius: 2px; 5525 border-top-left-radius: 2px;
5526 border-top-right-radius: 2px; 5526 border-top-right-radius: 2px;
5527 } 5527 }
5528 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, 5528 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
5529 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, 5529 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
5530 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, 5530 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5531 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, 5531 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5532 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, 5532 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
5533 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, 5533 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
5534 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, 5534 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
5535 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { 5535 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
5536 border-top-left-radius: 2px; 5536 border-top-left-radius: 2px;
5537 } 5537 }
5538 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, 5538 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
5539 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, 5539 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
5540 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, 5540 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5541 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, 5541 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5542 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, 5542 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
5543 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, 5543 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
5544 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, 5544 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
5545 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { 5545 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
5546 border-top-right-radius: 2px; 5546 border-top-right-radius: 2px;
5547 } 5547 }
5548 .panel > .table:last-child, 5548 .panel > .table:last-child,
5549 .panel > .table-responsive:last-child > .table:last-child { 5549 .panel > .table-responsive:last-child > .table:last-child {
5550 border-bottom-right-radius: 2px; 5550 border-bottom-right-radius: 2px;
5551 border-bottom-left-radius: 2px; 5551 border-bottom-left-radius: 2px;
5552 } 5552 }
5553 .panel > .table:last-child > tbody:last-child > tr:last-child, 5553 .panel > .table:last-child > tbody:last-child > tr:last-child,
5554 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, 5554 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
5555 .panel > .table:last-child > tfoot:last-child > tr:last-child, 5555 .panel > .table:last-child > tfoot:last-child > tr:last-child,
5556 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { 5556 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
5557 border-bottom-left-radius: 2px; 5557 border-bottom-left-radius: 2px;
5558 border-bottom-right-radius: 2px; 5558 border-bottom-right-radius: 2px;
5559 } 5559 }
5560 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, 5560 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5561 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, 5561 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5562 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 5562 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5563 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 5563 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5564 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, 5564 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5565 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, 5565 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5566 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, 5566 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
5567 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { 5567 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
5568 border-bottom-left-radius: 2px; 5568 border-bottom-left-radius: 2px;
5569 } 5569 }
5570 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, 5570 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5571 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, 5571 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5572 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 5572 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5573 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 5573 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5574 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, 5574 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5575 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, 5575 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5576 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, 5576 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
5577 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { 5577 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
5578 border-bottom-right-radius: 2px; 5578 border-bottom-right-radius: 2px;
5579 } 5579 }
5580 .panel > .panel-body + .table, 5580 .panel > .panel-body + .table,
5581 .panel > .panel-body + .table-responsive, 5581 .panel > .panel-body + .table-responsive,
5582 .panel > .table + .panel-body, 5582 .panel > .table + .panel-body,
5583 .panel > .table-responsive + .panel-body { 5583 .panel > .table-responsive + .panel-body {
5584 border-top: 1px solid #ddd; 5584 border-top: 1px solid #ddd;
5585 } 5585 }
5586 .panel > .table > tbody:first-child > tr:first-child th, 5586 .panel > .table > tbody:first-child > tr:first-child th,
5587 .panel > .table > tbody:first-child > tr:first-child td { 5587 .panel > .table > tbody:first-child > tr:first-child td {
5588 border-top: 0; 5588 border-top: 0;
5589 } 5589 }
5590 .panel > .table-bordered, 5590 .panel > .table-bordered,
5591 .panel > .table-responsive > .table-bordered { 5591 .panel > .table-responsive > .table-bordered {
5592 border: 0; 5592 border: 0;
5593 } 5593 }
5594 .panel > .table-bordered > thead > tr > th:first-child, 5594 .panel > .table-bordered > thead > tr > th:first-child,
5595 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, 5595 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
5596 .panel > .table-bordered > tbody > tr > th:first-child, 5596 .panel > .table-bordered > tbody > tr > th:first-child,
5597 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, 5597 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
5598 .panel > .table-bordered > tfoot > tr > th:first-child, 5598 .panel > .table-bordered > tfoot > tr > th:first-child,
5599 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, 5599 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
5600 .panel > .table-bordered > thead > tr > td:first-child, 5600 .panel > .table-bordered > thead > tr > td:first-child,
5601 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, 5601 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
5602 .panel > .table-bordered > tbody > tr > td:first-child, 5602 .panel > .table-bordered > tbody > tr > td:first-child,
5603 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, 5603 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
5604 .panel > .table-bordered > tfoot > tr > td:first-child, 5604 .panel > .table-bordered > tfoot > tr > td:first-child,
5605 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { 5605 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
5606 border-left: 0; 5606 border-left: 0;
5607 } 5607 }
5608 .panel > .table-bordered > thead > tr > th:last-child, 5608 .panel > .table-bordered > thead > tr > th:last-child,
5609 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, 5609 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
5610 .panel > .table-bordered > tbody > tr > th:last-child, 5610 .panel > .table-bordered > tbody > tr > th:last-child,
5611 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, 5611 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
5612 .panel > .table-bordered > tfoot > tr > th:last-child, 5612 .panel > .table-bordered > tfoot > tr > th:last-child,
5613 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, 5613 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
5614 .panel > .table-bordered > thead > tr > td:last-child, 5614 .panel > .table-bordered > thead > tr > td:last-child,
5615 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, 5615 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
5616 .panel > .table-bordered > tbody > tr > td:last-child, 5616 .panel > .table-bordered > tbody > tr > td:last-child,
5617 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, 5617 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
5618 .panel > .table-bordered > tfoot > tr > td:last-child, 5618 .panel > .table-bordered > tfoot > tr > td:last-child,
5619 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { 5619 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
5620 border-right: 0; 5620 border-right: 0;
5621 } 5621 }
5622 .panel > .table-bordered > thead > tr:first-child > td, 5622 .panel > .table-bordered > thead > tr:first-child > td,
5623 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, 5623 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
5624 .panel > .table-bordered > tbody > tr:first-child > td, 5624 .panel > .table-bordered > tbody > tr:first-child > td,
5625 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, 5625 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
5626 .panel > .table-bordered > thead > tr:first-child > th, 5626 .panel > .table-bordered > thead > tr:first-child > th,
5627 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, 5627 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
5628 .panel > .table-bordered > tbody > tr:first-child > th, 5628 .panel > .table-bordered > tbody > tr:first-child > th,
5629 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { 5629 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
5630 border-bottom: 0; 5630 border-bottom: 0;
5631 } 5631 }
5632 .panel > .table-bordered > tbody > tr:last-child > td, 5632 .panel > .table-bordered > tbody > tr:last-child > td,
5633 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, 5633 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
5634 .panel > .table-bordered > tfoot > tr:last-child > td, 5634 .panel > .table-bordered > tfoot > tr:last-child > td,
5635 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, 5635 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
5636 .panel > .table-bordered > tbody > tr:last-child > th, 5636 .panel > .table-bordered > tbody > tr:last-child > th,
5637 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, 5637 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
5638 .panel > .table-bordered > tfoot > tr:last-child > th, 5638 .panel > .table-bordered > tfoot > tr:last-child > th,
5639 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { 5639 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
5640 border-bottom: 0; 5640 border-bottom: 0;
5641 } 5641 }
5642 .panel > .table-responsive { 5642 .panel > .table-responsive {
5643 border: 0; 5643 border: 0;
5644 margin-bottom: 0; 5644 margin-bottom: 0;
5645 } 5645 }
5646 .panel-group { 5646 .panel-group {
5647 margin-bottom: 20px; 5647 margin-bottom: 20px;
5648 } 5648 }
5649 .panel-group .panel { 5649 .panel-group .panel {
5650 margin-bottom: 0; 5650 margin-bottom: 0;
5651 border-radius: 3px; 5651 border-radius: 3px;
5652 } 5652 }
5653 .panel-group .panel + .panel { 5653 .panel-group .panel + .panel {
5654 margin-top: 5px; 5654 margin-top: 5px;
5655 } 5655 }
5656 .panel-group .panel-heading { 5656 .panel-group .panel-heading {
5657 border-bottom: 0; 5657 border-bottom: 0;
5658 } 5658 }
5659 .panel-group .panel-heading + .panel-collapse > .panel-body, 5659 .panel-group .panel-heading + .panel-collapse > .panel-body,
5660 .panel-group .panel-heading + .panel-collapse > .list-group { 5660 .panel-group .panel-heading + .panel-collapse > .list-group {
5661 border-top: 1px solid #ddd; 5661 border-top: 1px solid #ddd;
5662 } 5662 }
5663 .panel-group .panel-footer { 5663 .panel-group .panel-footer {
5664 border-top: 0; 5664 border-top: 0;
5665 } 5665 }
5666 .panel-group .panel-footer + .panel-collapse .panel-body { 5666 .panel-group .panel-footer + .panel-collapse .panel-body {
5667 border-bottom: 1px solid #ddd; 5667 border-bottom: 1px solid #ddd;
5668 } 5668 }
5669 .panel-default { 5669 .panel-default {
5670 border-color: #ddd; 5670 border-color: #ddd;
5671 } 5671 }
5672 .panel-default > .panel-heading { 5672 .panel-default > .panel-heading {
5673 color: #333333; 5673 color: #333333;
5674 background-color: #fcfcfc; 5674 background-color: #fcfcfc;
5675 border-color: #ddd; 5675 border-color: #ddd;
5676 } 5676 }
5677 .panel-default > .panel-heading + .panel-collapse > .panel-body { 5677 .panel-default > .panel-heading + .panel-collapse > .panel-body {
5678 border-top-color: #ddd; 5678 border-top-color: #ddd;
5679 } 5679 }
5680 .panel-default > .panel-heading .badge { 5680 .panel-default > .panel-heading .badge {
5681 color: #fcfcfc; 5681 color: #fcfcfc;
5682 background-color: #333333; 5682 background-color: #333333;
5683 } 5683 }
5684 .panel-default > .panel-footer + .panel-collapse > .panel-body { 5684 .panel-default > .panel-footer + .panel-collapse > .panel-body {
5685 border-bottom-color: #ddd; 5685 border-bottom-color: #ddd;
5686 } 5686 }
5687 .panel-primary { 5687 .panel-primary {
5688 border-color: #2196F3; 5688 border-color: #2196F3;
5689 } 5689 }
5690 .panel-primary > .panel-heading { 5690 .panel-primary > .panel-heading {
5691 color: #fff; 5691 color: #fff;
5692 background-color: #2196F3; 5692 background-color: #2196F3;
5693 border-color: #2196F3; 5693 border-color: #2196F3;
5694 } 5694 }
5695 .panel-primary > .panel-heading + .panel-collapse > .panel-body { 5695 .panel-primary > .panel-heading + .panel-collapse > .panel-body {
5696 border-top-color: #2196F3; 5696 border-top-color: #2196F3;
5697 } 5697 }
5698 .panel-primary > .panel-heading .badge { 5698 .panel-primary > .panel-heading .badge {
5699 color: #2196F3; 5699 color: #2196F3;
5700 background-color: #fff; 5700 background-color: #fff;
5701 } 5701 }
5702 .panel-primary > .panel-footer + .panel-collapse > .panel-body { 5702 .panel-primary > .panel-footer + .panel-collapse > .panel-body {
5703 border-bottom-color: #2196F3; 5703 border-bottom-color: #2196F3;
5704 } 5704 }
5705 .panel-success { 5705 .panel-success {
5706 border-color: #4CAF50; 5706 border-color: #4CAF50;
5707 } 5707 }
5708 .panel-success > .panel-heading { 5708 .panel-success > .panel-heading {
5709 color: #fff; 5709 color: #fff;
5710 background-color: #4CAF50; 5710 background-color: #4CAF50;
5711 border-color: #4CAF50; 5711 border-color: #4CAF50;
5712 } 5712 }
5713 .panel-success > .panel-heading + .panel-collapse > .panel-body { 5713 .panel-success > .panel-heading + .panel-collapse > .panel-body {
5714 border-top-color: #4CAF50; 5714 border-top-color: #4CAF50;
5715 } 5715 }
5716 .panel-success > .panel-heading .badge { 5716 .panel-success > .panel-heading .badge {
5717 color: #4CAF50; 5717 color: #4CAF50;
5718 background-color: #fff; 5718 background-color: #fff;
5719 } 5719 }
5720 .panel-success > .panel-footer + .panel-collapse > .panel-body { 5720 .panel-success > .panel-footer + .panel-collapse > .panel-body {
5721 border-bottom-color: #4CAF50; 5721 border-bottom-color: #4CAF50;
5722 } 5722 }
5723 .panel-info { 5723 .panel-info {
5724 border-color: #00BCD4; 5724 border-color: #00BCD4;
5725 } 5725 }
5726 .panel-info > .panel-heading { 5726 .panel-info > .panel-heading {
5727 color: #fff; 5727 color: #fff;
5728 background-color: #00BCD4; 5728 background-color: #00BCD4;
5729 border-color: #00BCD4; 5729 border-color: #00BCD4;
5730 } 5730 }
5731 .panel-info > .panel-heading + .panel-collapse > .panel-body { 5731 .panel-info > .panel-heading + .panel-collapse > .panel-body {
5732 border-top-color: #00BCD4; 5732 border-top-color: #00BCD4;
5733 } 5733 }
5734 .panel-info > .panel-heading .badge { 5734 .panel-info > .panel-heading .badge {
5735 color: #00BCD4; 5735 color: #00BCD4;
5736 background-color: #fff; 5736 background-color: #fff;
5737 } 5737 }
5738 .panel-info > .panel-footer + .panel-collapse > .panel-body { 5738 .panel-info > .panel-footer + .panel-collapse > .panel-body {
5739 border-bottom-color: #00BCD4; 5739 border-bottom-color: #00BCD4;
5740 } 5740 }
5741 .panel-warning { 5741 .panel-warning {
5742 border-color: #FF5722; 5742 border-color: #FF5722;
5743 } 5743 }
5744 .panel-warning > .panel-heading { 5744 .panel-warning > .panel-heading {
5745 color: #fff; 5745 color: #fff;
5746 background-color: #FF5722; 5746 background-color: #FF5722;
5747 border-color: #FF5722; 5747 border-color: #FF5722;
5748 } 5748 }
5749 .panel-warning > .panel-heading + .panel-collapse > .panel-body { 5749 .panel-warning > .panel-heading + .panel-collapse > .panel-body {
5750 border-top-color: #FF5722; 5750 border-top-color: #FF5722;
5751 } 5751 }
5752 .panel-warning > .panel-heading .badge { 5752 .panel-warning > .panel-heading .badge {
5753 color: #FF5722; 5753 color: #FF5722;
5754 background-color: #fff; 5754 background-color: #fff;
5755 } 5755 }
5756 .panel-warning > .panel-footer + .panel-collapse > .panel-body { 5756 .panel-warning > .panel-footer + .panel-collapse > .panel-body {
5757 border-bottom-color: #FF5722; 5757 border-bottom-color: #FF5722;
5758 } 5758 }
5759 .panel-danger { 5759 .panel-danger {
5760 border-color: #F44336; 5760 border-color: #F44336;
5761 } 5761 }
5762 .panel-danger > .panel-heading { 5762 .panel-danger > .panel-heading {
5763 color: #fff; 5763 color: #fff;
5764 background-color: #F44336; 5764 background-color: #F44336;
5765 border-color: #F44336; 5765 border-color: #F44336;
5766 } 5766 }
5767 .panel-danger > .panel-heading + .panel-collapse > .panel-body { 5767 .panel-danger > .panel-heading + .panel-collapse > .panel-body {
5768 border-top-color: #F44336; 5768 border-top-color: #F44336;
5769 } 5769 }
5770 .panel-danger > .panel-heading .badge { 5770 .panel-danger > .panel-heading .badge {
5771 color: #F44336; 5771 color: #F44336;
5772 background-color: #fff; 5772 background-color: #fff;
5773 } 5773 }
5774 .panel-danger > .panel-footer + .panel-collapse > .panel-body { 5774 .panel-danger > .panel-footer + .panel-collapse > .panel-body {
5775 border-bottom-color: #F44336; 5775 border-bottom-color: #F44336;
5776 } 5776 }
5777 .embed-responsive { 5777 .embed-responsive {
5778 position: relative; 5778 position: relative;
5779 display: block; 5779 display: block;
5780 height: 0; 5780 height: 0;
5781 padding: 0; 5781 padding: 0;
5782 overflow: hidden; 5782 overflow: hidden;
5783 } 5783 }
5784 .embed-responsive .embed-responsive-item, 5784 .embed-responsive .embed-responsive-item,
5785 .embed-responsive iframe, 5785 .embed-responsive iframe,
5786 .embed-responsive embed, 5786 .embed-responsive embed,
5787 .embed-responsive object, 5787 .embed-responsive object,
5788 .embed-responsive video { 5788 .embed-responsive video {
5789 position: absolute; 5789 position: absolute;
5790 top: 0; 5790 top: 0;
5791 left: 0; 5791 left: 0;
5792 bottom: 0; 5792 bottom: 0;
5793 height: 100%; 5793 height: 100%;
5794 width: 100%; 5794 width: 100%;
5795 border: 0; 5795 border: 0;
5796 } 5796 }
5797 .embed-responsive-16by9 { 5797 .embed-responsive-16by9 {
5798 padding-bottom: 56.25%; 5798 padding-bottom: 56.25%;
5799 } 5799 }
5800 .embed-responsive-4by3 { 5800 .embed-responsive-4by3 {
5801 padding-bottom: 75%; 5801 padding-bottom: 75%;
5802 } 5802 }
5803 .well { 5803 .well {
5804 min-height: 20px; 5804 min-height: 20px;
5805 padding: 19px; 5805 padding: 19px;
5806 margin-bottom: 20px; 5806 margin-bottom: 20px;
5807 background-color: #fdfdfd; 5807 background-color: #fdfdfd;
5808 border: 1px solid #ddd; 5808 border: 1px solid #ddd;
5809 border-radius: 3px; 5809 border-radius: 3px;
5810 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 5810 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5811 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 5811 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5812 } 5812 }
5813 .well blockquote { 5813 .well blockquote {
5814 border-color: #ddd; 5814 border-color: #ddd;
5815 border-color: rgba(0, 0, 0, 0.15); 5815 border-color: rgba(0, 0, 0, 0.15);
5816 } 5816 }
5817 .well-lg { 5817 .well-lg {
5818 padding: 24px; 5818 padding: 24px;
5819 border-radius: 4px; 5819 border-radius: 4px;
5820 } 5820 }
5821 .well-sm { 5821 .well-sm {
5822 padding: 9px; 5822 padding: 9px;
5823 border-radius: 2px; 5823 border-radius: 2px;
5824 } 5824 }
5825 .close { 5825 .close {
5826 float: right; 5826 float: right;
5827 font-size: 19.5px; 5827 font-size: 19.5px;
5828 font-weight: 300; 5828 font-weight: 300;
5829 line-height: 1; 5829 line-height: 1;
5830 color: #000; 5830 color: #000;
5831 text-shadow: none; 5831 text-shadow: none;
5832 opacity: 0.2; 5832 opacity: 0.2;
5833 filter: alpha(opacity=20); 5833 filter: alpha(opacity=20);
5834 } 5834 }
5835 .close:hover, 5835 .close:hover,
5836 .close:focus { 5836 .close:focus {
5837 color: #000; 5837 color: #000;
5838 text-decoration: none; 5838 text-decoration: none;
5839 cursor: pointer; 5839 cursor: pointer;
5840 opacity: 0.5; 5840 opacity: 0.5;
5841 filter: alpha(opacity=50); 5841 filter: alpha(opacity=50);
5842 } 5842 }
5843 button.close { 5843 button.close {
5844 padding: 0; 5844 padding: 0;
5845 cursor: pointer; 5845 cursor: pointer;
5846 background: transparent; 5846 background: transparent;
5847 border: 0; 5847 border: 0;
5848 -webkit-appearance: none; 5848 -webkit-appearance: none;
5849 } 5849 }
5850 .modal-open { 5850 .modal-open {
5851 overflow: hidden; 5851 overflow: hidden;
5852 } 5852 }
5853 .modal { 5853 .modal {
5854 display: none; 5854 display: none;
5855 overflow: hidden; 5855 overflow: hidden;
5856 position: fixed; 5856 position: fixed;
5857 top: 0; 5857 top: 0;
5858 right: 0; 5858 right: 0;
5859 bottom: 0; 5859 bottom: 0;
5860 left: 0; 5860 left: 0;
5861 z-index: 1050; 5861 z-index: 1050;
5862 -webkit-overflow-scrolling: touch; 5862 -webkit-overflow-scrolling: touch;
5863 outline: 0; 5863 outline: 0;
5864 } 5864 }
5865 .modal.fade .modal-dialog { 5865 .modal.fade .modal-dialog {
5866 -webkit-transform: translate(0, -25%); 5866 -webkit-transform: translate(0, -25%);
5867 -ms-transform: translate(0, -25%); 5867 -ms-transform: translate(0, -25%);
5868 -o-transform: translate(0, -25%); 5868 -o-transform: translate(0, -25%);
5869 transform: translate(0, -25%); 5869 transform: translate(0, -25%);
5870 -webkit-transition: -webkit-transform 0.3s ease-out; 5870 -webkit-transition: -webkit-transform 0.3s ease-out;
5871 -moz-transition: -moz-transform 0.3s ease-out; 5871 -moz-transition: -moz-transform 0.3s ease-out;
5872 -o-transition: -o-transform 0.3s ease-out; 5872 -o-transition: -o-transform 0.3s ease-out;
5873 transition: transform 0.3s ease-out; 5873 transition: transform 0.3s ease-out;
5874 } 5874 }
5875 .modal.in .modal-dialog { 5875 .modal.in .modal-dialog {
5876 -webkit-transform: translate(0, 0); 5876 -webkit-transform: translate(0, 0);
5877 -ms-transform: translate(0, 0); 5877 -ms-transform: translate(0, 0);
5878 -o-transform: translate(0, 0); 5878 -o-transform: translate(0, 0);
5879 transform: translate(0, 0); 5879 transform: translate(0, 0);
5880 } 5880 }
5881 .modal-open .modal { 5881 .modal-open .modal {
5882 overflow-x: hidden; 5882 overflow-x: hidden;
5883 overflow-y: auto; 5883 overflow-y: auto;
5884 } 5884 }
5885 .modal-dialog { 5885 .modal-dialog {
5886 position: relative; 5886 position: relative;
5887 width: auto; 5887 width: auto;
5888 margin: 10px; 5888 margin: 10px;
5889 } 5889 }
5890 .modal-content { 5890 .modal-content {
5891 position: relative; 5891 position: relative;
5892 background-color: #fff; 5892 background-color: #fff;
5893 border: 1px solid #999; 5893 border: 1px solid #999;
5894 border: 1px solid transparent; 5894 border: 1px solid transparent;
5895 border-radius: 4px; 5895 border-radius: 4px;
5896 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 5896 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5897 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 5897 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5898 background-clip: padding-box; 5898 background-clip: padding-box;
5899 outline: 0; 5899 outline: 0;
5900 } 5900 }
5901 .modal-backdrop { 5901 .modal-backdrop {
5902 position: fixed; 5902 position: fixed;
5903 top: 0; 5903 top: 0;
5904 right: 0; 5904 right: 0;
5905 bottom: 0; 5905 bottom: 0;
5906 left: 0; 5906 left: 0;
5907 z-index: 1040; 5907 z-index: 1040;
5908 background-color: #000; 5908 background-color: #000;
5909 } 5909 }
5910 .modal-backdrop.fade { 5910 .modal-backdrop.fade {
5911 opacity: 0; 5911 opacity: 0;
5912 filter: alpha(opacity=0); 5912 filter: alpha(opacity=0);
5913 } 5913 }
5914 .modal-backdrop.in { 5914 .modal-backdrop.in {
5915 opacity: 0.5; 5915 opacity: 0.5;
5916 filter: alpha(opacity=50); 5916 filter: alpha(opacity=50);
5917 } 5917 }
5918 .modal-header { 5918 .modal-header {
5919 padding: 20px; 5919 padding: 20px;
5920 border-bottom: 1px solid transparent; 5920 border-bottom: 1px solid transparent;
5921 } 5921 }
5922 .modal-header .close { 5922 .modal-header .close {
5923 margin-top: -2px; 5923 margin-top: -2px;
5924 } 5924 }
5925 .modal-title { 5925 .modal-title {
5926 margin: 0; 5926 margin: 0;
5927 line-height: 1.5384616; 5927 line-height: 1.5384616;
5928 } 5928 }
5929 .modal-body { 5929 .modal-body {
5930 position: relative; 5930 position: relative;
5931 padding: 20px; 5931 padding: 20px;
5932 } 5932 }
5933 .modal-footer { 5933 .modal-footer {
5934 padding: 20px; 5934 padding: 20px;
5935 text-align: right; 5935 text-align: right;
5936 border-top: 1px solid transparent; 5936 border-top: 1px solid transparent;
5937 } 5937 }
5938 .modal-footer .btn + .btn { 5938 .modal-footer .btn + .btn {
5939 margin-left: 5px; 5939 margin-left: 5px;
5940 margin-bottom: 0; 5940 margin-bottom: 0;
5941 } 5941 }
5942 .modal-footer .btn-group .btn + .btn { 5942 .modal-footer .btn-group .btn + .btn {
5943 margin-left: -1px; 5943 margin-left: -1px;
5944 } 5944 }
5945 .modal-footer .btn-block + .btn-block { 5945 .modal-footer .btn-block + .btn-block {
5946 margin-left: 0; 5946 margin-left: 0;
5947 } 5947 }
5948 .modal-scrollbar-measure { 5948 .modal-scrollbar-measure {
5949 position: absolute; 5949 position: absolute;
5950 top: -9999px; 5950 top: -9999px;
5951 width: 50px; 5951 width: 50px;
5952 height: 50px; 5952 height: 50px;
5953 overflow: scroll; 5953 overflow: scroll;
5954 } 5954 }
5955 @media (min-width: 769px) { 5955 @media (min-width: 769px) {
5956 .modal-dialog { 5956 .modal-dialog {
5957 width: 600px; 5957 width: 600px;
5958 margin: 30px auto; 5958 margin: 30px auto;
5959 } 5959 }
5960 .modal-content { 5960 .modal-content {
5961 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 5961 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
5962 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 5962 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
5963 } 5963 }
5964 .modal-sm { 5964 .modal-sm {
5965 width: 400px; 5965 width: 400px;
5966 } 5966 }
5967 } 5967 }
5968 @media (min-width: 1025px) { 5968 @media (min-width: 1025px) {
5969 .modal-lg { 5969 .modal-lg {
5970 width: 900px; 5970 width: 900px;
5971 } 5971 }
5972 } 5972 }
5973 .tooltip { 5973 .tooltip {
5974 position: absolute; 5974 position: absolute;
5975 z-index: 1070; 5975 z-index: 1070;
5976 display: block; 5976 display: block;
5977 font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif; 5977 font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
5978 font-style: normal; 5978 font-style: normal;
5979 font-weight: normal; 5979 font-weight: normal;
5980 letter-spacing: normal; 5980 letter-spacing: normal;
5981 line-break: auto; 5981 line-break: auto;
5982 line-height: 1.5384616; 5982 line-height: 1.5384616;
5983 text-align: left; 5983 text-align: left;
5984 text-align: start; 5984 text-align: start;
5985 text-decoration: none; 5985 text-decoration: none;
5986 text-shadow: none; 5986 text-shadow: none;
5987 text-transform: none; 5987 text-transform: none;
5988 white-space: normal; 5988 white-space: normal;
5989 word-break: normal; 5989 word-break: normal;
5990 word-spacing: normal; 5990 word-spacing: normal;
5991 word-wrap: normal; 5991 word-wrap: normal;
5992 font-size: 12px; 5992 font-size: 12px;
5993 opacity: 0; 5993 opacity: 0;
5994 filter: alpha(opacity=0); 5994 filter: alpha(opacity=0);
5995 } 5995 }
5996 .tooltip.in { 5996 .tooltip.in {
5997 opacity: 1; 5997 opacity: 1;
5998 filter: alpha(opacity=100); 5998 filter: alpha(opacity=100);
5999 } 5999 }
6000 .tooltip.top { 6000 .tooltip.top {
6001 margin-top: -3px; 6001 margin-top: -3px;
6002 padding: 4px 0; 6002 padding: 4px 0;
6003 } 6003 }
6004 .tooltip.right { 6004 .tooltip.right {
6005 margin-left: 3px; 6005 margin-left: 3px;
6006 padding: 0 4px; 6006 padding: 0 4px;
6007 } 6007 }
6008 .tooltip.bottom { 6008 .tooltip.bottom {
6009 margin-top: 3px; 6009 margin-top: 3px;
6010 padding: 4px 0; 6010 padding: 4px 0;
6011 } 6011 }
6012 .tooltip.left { 6012 .tooltip.left {
6013 margin-left: -3px; 6013 margin-left: -3px;
6014 padding: 0 4px; 6014 padding: 0 4px;
6015 } 6015 }
6016 .tooltip-inner { 6016 .tooltip-inner {
6017 max-width: 200px; 6017 max-width: 200px;
6018 padding: 3px 8px; 6018 padding: 3px 8px;
6019 color: #fff; 6019 color: #fff;
6020 text-align: center; 6020 text-align: center;
6021 background-color: #333; 6021 background-color: #333;
6022 border-radius: 3px; 6022 border-radius: 3px;
6023 } 6023 }
6024 .tooltip-arrow { 6024 .tooltip-arrow {
6025 position: absolute; 6025 position: absolute;
6026 width: 0; 6026 width: 0;
6027 height: 0; 6027 height: 0;
6028 border-color: transparent; 6028 border-color: transparent;
6029 border-style: solid; 6029 border-style: solid;
6030 } 6030 }
6031 .tooltip.top .tooltip-arrow { 6031 .tooltip.top .tooltip-arrow {
6032 bottom: 0; 6032 bottom: 0;
6033 left: 50%; 6033 left: 50%;
6034 margin-left: -4px; 6034 margin-left: -4px;
6035 border-width: 4px 4px 0; 6035 border-width: 4px 4px 0;
6036 border-top-color: #333; 6036 border-top-color: #333;
6037 } 6037 }
6038 .tooltip.top-left .tooltip-arrow { 6038 .tooltip.top-left .tooltip-arrow {
6039 bottom: 0; 6039 bottom: 0;
6040 right: 4px; 6040 right: 4px;
6041 margin-bottom: -4px; 6041 margin-bottom: -4px;
6042 border-width: 4px 4px 0; 6042 border-width: 4px 4px 0;
6043 border-top-color: #333; 6043 border-top-color: #333;
6044 } 6044 }
6045 .tooltip.top-right .tooltip-arrow { 6045 .tooltip.top-right .tooltip-arrow {
6046 bottom: 0; 6046 bottom: 0;
6047 left: 4px; 6047 left: 4px;
6048 margin-bottom: -4px; 6048 margin-bottom: -4px;
6049 border-width: 4px 4px 0; 6049 border-width: 4px 4px 0;
6050 border-top-color: #333; 6050 border-top-color: #333;
6051 } 6051 }
6052 .tooltip.right .tooltip-arrow { 6052 .tooltip.right .tooltip-arrow {
6053 top: 50%; 6053 top: 50%;
6054 left: 0; 6054 left: 0;
6055 margin-top: -4px; 6055 margin-top: -4px;
6056 border-width: 4px 4px 4px 0; 6056 border-width: 4px 4px 4px 0;
6057 border-right-color: #333; 6057 border-right-color: #333;
6058 } 6058 }
6059 .tooltip.left .tooltip-arrow { 6059 .tooltip.left .tooltip-arrow {
6060 top: 50%; 6060 top: 50%;
6061 right: 0; 6061 right: 0;
6062 margin-top: -4px; 6062 margin-top: -4px;
6063 border-width: 4px 0 4px 4px; 6063 border-width: 4px 0 4px 4px;
6064 border-left-color: #333; 6064 border-left-color: #333;
6065 } 6065 }
6066 .tooltip.bottom .tooltip-arrow { 6066 .tooltip.bottom .tooltip-arrow {
6067 top: 0; 6067 top: 0;
6068 left: 50%; 6068 left: 50%;
6069 margin-left: -4px; 6069 margin-left: -4px;
6070 border-width: 0 4px 4px; 6070 border-width: 0 4px 4px;
6071 border-bottom-color: #333; 6071 border-bottom-color: #333;
6072 } 6072 }
6073 .tooltip.bottom-left .tooltip-arrow { 6073 .tooltip.bottom-left .tooltip-arrow {
6074 top: 0; 6074 top: 0;
6075 right: 4px; 6075 right: 4px;
6076 margin-top: -4px; 6076 margin-top: -4px;
6077 border-width: 0 4px 4px; 6077 border-width: 0 4px 4px;
6078 border-bottom-color: #333; 6078 border-bottom-color: #333;
6079 } 6079 }
6080 .tooltip.bottom-right .tooltip-arrow { 6080 .tooltip.bottom-right .tooltip-arrow {
6081 top: 0; 6081 top: 0;
6082 left: 4px; 6082 left: 4px;
6083 margin-top: -4px; 6083 margin-top: -4px;
6084 border-width: 0 4px 4px; 6084 border-width: 0 4px 4px;
6085 border-bottom-color: #333; 6085 border-bottom-color: #333;
6086 } 6086 }
6087 .popover { 6087 .popover {
6088 position: absolute; 6088 position: absolute;
6089 top: 0; 6089 top: 0;
6090 left: 0; 6090 left: 0;
6091 z-index: 1060; 6091 z-index: 1060;
6092 display: none; 6092 display: none;
6093 max-width: 276px; 6093 max-width: 276px;
6094 padding: 1px; 6094 padding: 1px;
6095 font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif; 6095 font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
6096 font-style: normal; 6096 font-style: normal;
6097 font-weight: normal; 6097 font-weight: normal;
6098 letter-spacing: normal; 6098 letter-spacing: normal;
6099 line-break: auto; 6099 line-break: auto;
6100 line-height: 1.5384616; 6100 line-height: 1.5384616;
6101 text-align: left; 6101 text-align: left;
6102 text-align: start; 6102 text-align: start;
6103 text-decoration: none; 6103 text-decoration: none;
6104 text-shadow: none; 6104 text-shadow: none;
6105 text-transform: none; 6105 text-transform: none;
6106 white-space: normal; 6106 white-space: normal;
6107 word-break: normal; 6107 word-break: normal;
6108 word-spacing: normal; 6108 word-spacing: normal;
6109 word-wrap: normal; 6109 word-wrap: normal;
6110 font-size: 13px; 6110 font-size: 13px;
6111 background-color: #fff; 6111 background-color: #fff;
6112 background-clip: padding-box; 6112 background-clip: padding-box;
6113 border: 1px solid #ccc; 6113 border: 1px solid #ccc;
6114 border-radius: 4px; 6114 border-radius: 4px;
6115 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 6115 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6116 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 6116 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6117 } 6117 }
6118 .popover.top { 6118 .popover.top {
6119 margin-top: -5px; 6119 margin-top: -5px;
6120 } 6120 }
6121 .popover.right { 6121 .popover.right {
6122 margin-left: 5px; 6122 margin-left: 5px;
6123 } 6123 }
6124 .popover.bottom { 6124 .popover.bottom {
6125 margin-top: 5px; 6125 margin-top: 5px;
6126 } 6126 }
6127 .popover.left { 6127 .popover.left {
6128 margin-left: -5px; 6128 margin-left: -5px;
6129 } 6129 }
6130 .popover-title { 6130 .popover-title {
6131 margin: 0; 6131 margin: 0;
6132 padding: 8px 14px; 6132 padding: 8px 14px;
6133 font-size: 13px; 6133 font-size: 13px;
6134 background-color: transparent; 6134 background-color: transparent;
6135 border-bottom: 1px solid rgba(0, 0, 0, 0); 6135 border-bottom: 1px solid rgba(0, 0, 0, 0);
6136 border-radius: 3px 3px 0 0; 6136 border-radius: 3px 3px 0 0;
6137 } 6137 }
6138 .popover-content { 6138 .popover-content {
6139 padding: 9px 14px; 6139 padding: 9px 14px;
6140 } 6140 }
6141 .popover > .arrow, 6141 .popover > .arrow,
6142 .popover > .arrow:after { 6142 .popover > .arrow:after {
6143 position: absolute; 6143 position: absolute;
6144 display: block; 6144 display: block;
6145 width: 0; 6145 width: 0;
6146 height: 0; 6146 height: 0;
6147 border-color: transparent; 6147 border-color: transparent;
6148 border-style: solid; 6148 border-style: solid;
6149 } 6149 }
6150 .popover > .arrow { 6150 .popover > .arrow {
6151 border-width: 6px; 6151 border-width: 6px;
6152 } 6152 }
6153 .popover > .arrow:after { 6153 .popover > .arrow:after {
6154 border-width: 5px; 6154 border-width: 5px;
6155 content: ""; 6155 content: "";
6156 } 6156 }
6157 .popover.top > .arrow { 6157 .popover.top > .arrow {
6158 left: 50%; 6158 left: 50%;
6159 margin-left: -6px; 6159 margin-left: -6px;
6160 border-bottom-width: 0; 6160 border-bottom-width: 0;
6161 border-top-color: #999999; 6161 border-top-color: #999999;
6162 border-top-color: #b3b3b3; 6162 border-top-color: #b3b3b3;
6163 bottom: -6px; 6163 bottom: -6px;
6164 } 6164 }
6165 .popover.top > .arrow:after { 6165 .popover.top > .arrow:after {
6166 content: " "; 6166 content: " ";
6167 bottom: 1px; 6167 bottom: 1px;
6168 margin-left: -5px; 6168 margin-left: -5px;
6169 border-bottom-width: 0; 6169 border-bottom-width: 0;
6170 border-top-color: #fff; 6170 border-top-color: #fff;
6171 } 6171 }
6172 .popover.right > .arrow { 6172 .popover.right > .arrow {
6173 top: 50%; 6173 top: 50%;
6174 left: -6px; 6174 left: -6px;
6175 margin-top: -6px; 6175 margin-top: -6px;
6176 border-left-width: 0; 6176 border-left-width: 0;
6177 border-right-color: #999999; 6177 border-right-color: #999999;
6178 border-right-color: #b3b3b3; 6178 border-right-color: #b3b3b3;
6179 } 6179 }
6180 .popover.right > .arrow:after { 6180 .popover.right > .arrow:after {
6181 content: " "; 6181 content: " ";
6182 left: 1px; 6182 left: 1px;
6183 bottom: -5px; 6183 bottom: -5px;
6184 border-left-width: 0; 6184 border-left-width: 0;
6185 border-right-color: #fff; 6185 border-right-color: #fff;
6186 } 6186 }
6187 .popover.bottom > .arrow { 6187 .popover.bottom > .arrow {
6188 left: 50%; 6188 left: 50%;
6189 margin-left: -6px; 6189 margin-left: -6px;
6190 border-top-width: 0; 6190 border-top-width: 0;
6191 border-bottom-color: #999999; 6191 border-bottom-color: #999999;
6192 border-bottom-color: #b3b3b3; 6192 border-bottom-color: #b3b3b3;
6193 top: -6px; 6193 top: -6px;
6194 } 6194 }
6195 .popover.bottom > .arrow:after { 6195 .popover.bottom > .arrow:after {
6196 content: " "; 6196 content: " ";
6197 top: 1px; 6197 top: 1px;
6198 margin-left: -5px; 6198 margin-left: -5px;
6199 border-top-width: 0; 6199 border-top-width: 0;
6200 border-bottom-color: #fff; 6200 border-bottom-color: #fff;
6201 } 6201 }
6202 .popover.left > .arrow { 6202 .popover.left > .arrow {
6203 top: 50%; 6203 top: 50%;
6204 right: -6px; 6204 right: -6px;
6205 margin-top: -6px; 6205 margin-top: -6px;
6206 border-right-width: 0; 6206 border-right-width: 0;
6207 border-left-color: #999999; 6207 border-left-color: #999999;
6208 border-left-color: #b3b3b3; 6208 border-left-color: #b3b3b3;
6209 } 6209 }
6210 .popover.left > .arrow:after { 6210 .popover.left > .arrow:after {
6211 content: " "; 6211 content: " ";
6212 right: 1px; 6212 right: 1px;
6213 border-right-width: 0; 6213 border-right-width: 0;
6214 border-left-color: #fff; 6214 border-left-color: #fff;
6215 bottom: -5px; 6215 bottom: -5px;
6216 } 6216 }
6217 .carousel { 6217 .carousel {
6218 position: relative; 6218 position: relative;
6219 } 6219 }
6220 .carousel-inner { 6220 .carousel-inner {
6221 position: relative; 6221 position: relative;
6222 overflow: hidden; 6222 overflow: hidden;
6223 width: 100%; 6223 width: 100%;
6224 } 6224 }
6225 .carousel-inner > .item { 6225 .carousel-inner > .item {
6226 display: none; 6226 display: none;
6227 position: relative; 6227 position: relative;
6228 -webkit-transition: 0.6s ease-in-out left; 6228 -webkit-transition: 0.6s ease-in-out left;
6229 -o-transition: 0.6s ease-in-out left; 6229 -o-transition: 0.6s ease-in-out left;
6230 transition: 0.6s ease-in-out left; 6230 transition: 0.6s ease-in-out left;
6231 } 6231 }
6232 .carousel-inner > .item > img, 6232 .carousel-inner > .item > img,
6233 .carousel-inner > .item > a > img { 6233 .carousel-inner > .item > a > img {
6234 line-height: 1; 6234 line-height: 1;
6235 } 6235 }
6236 @media all and (transform-3d), (-webkit-transform-3d) { 6236 @media all and (transform-3d), (-webkit-transform-3d) {
6237 .carousel-inner > .item { 6237 .carousel-inner > .item {
6238 -webkit-transition: -webkit-transform 0.6s ease-in-out; 6238 -webkit-transition: -webkit-transform 0.6s ease-in-out;
6239 -moz-transition: -moz-transform 0.6s ease-in-out; 6239 -moz-transition: -moz-transform 0.6s ease-in-out;
6240 -o-transition: -o-transform 0.6s ease-in-out; 6240 -o-transition: -o-transform 0.6s ease-in-out;
6241 transition: transform 0.6s ease-in-out; 6241 transition: transform 0.6s ease-in-out;
6242 -webkit-backface-visibility: hidden; 6242 -webkit-backface-visibility: hidden;
6243 -moz-backface-visibility: hidden; 6243 -moz-backface-visibility: hidden;
6244 backface-visibility: hidden; 6244 backface-visibility: hidden;
6245 -webkit-perspective: 1000px; 6245 -webkit-perspective: 1000px;
6246 -moz-perspective: 1000px; 6246 -moz-perspective: 1000px;
6247 perspective: 1000px; 6247 perspective: 1000px;
6248 } 6248 }
6249 .carousel-inner > .item.next, 6249 .carousel-inner > .item.next,
6250 .carousel-inner > .item.active.right { 6250 .carousel-inner > .item.active.right {
6251 -webkit-transform: translate3d(100%, 0, 0); 6251 -webkit-transform: translate3d(100%, 0, 0);
6252 transform: translate3d(100%, 0, 0); 6252 transform: translate3d(100%, 0, 0);
6253 left: 0; 6253 left: 0;
6254 } 6254 }
6255 .carousel-inner > .item.prev, 6255 .carousel-inner > .item.prev,
6256 .carousel-inner > .item.active.left { 6256 .carousel-inner > .item.active.left {
6257 -webkit-transform: translate3d(-100%, 0, 0); 6257 -webkit-transform: translate3d(-100%, 0, 0);
6258 transform: translate3d(-100%, 0, 0); 6258 transform: translate3d(-100%, 0, 0);
6259 left: 0; 6259 left: 0;
6260 } 6260 }
6261 .carousel-inner > .item.next.left, 6261 .carousel-inner > .item.next.left,
6262 .carousel-inner > .item.prev.right, 6262 .carousel-inner > .item.prev.right,
6263 .carousel-inner > .item.active { 6263 .carousel-inner > .item.active {
6264 -webkit-transform: translate3d(0, 0, 0); 6264 -webkit-transform: translate3d(0, 0, 0);
6265 transform: translate3d(0, 0, 0); 6265 transform: translate3d(0, 0, 0);
6266 left: 0; 6266 left: 0;
6267 } 6267 }
6268 } 6268 }
6269 .carousel-inner > .active, 6269 .carousel-inner > .active,
6270 .carousel-inner > .next, 6270 .carousel-inner > .next,
6271 .carousel-inner > .prev { 6271 .carousel-inner > .prev {
6272 display: block; 6272 display: block;
6273 } 6273 }
6274 .carousel-inner > .active { 6274 .carousel-inner > .active {
6275 left: 0; 6275 left: 0;
6276 } 6276 }
6277 .carousel-inner > .next, 6277 .carousel-inner > .next,
6278 .carousel-inner > .prev { 6278 .carousel-inner > .prev {
6279 position: absolute; 6279 position: absolute;
6280 top: 0; 6280 top: 0;
6281 width: 100%; 6281 width: 100%;
6282 } 6282 }
6283 .carousel-inner > .next { 6283 .carousel-inner > .next {
6284 left: 100%; 6284 left: 100%;
6285 } 6285 }
6286 .carousel-inner > .prev { 6286 .carousel-inner > .prev {
6287 left: -100%; 6287 left: -100%;
6288 } 6288 }
6289 .carousel-inner > .next.left, 6289 .carousel-inner > .next.left,
6290 .carousel-inner > .prev.right { 6290 .carousel-inner > .prev.right {
6291 left: 0; 6291 left: 0;
6292 } 6292 }
6293 .carousel-inner > .active.left { 6293 .carousel-inner > .active.left {
6294 left: -100%; 6294 left: -100%;
6295 } 6295 }
6296 .carousel-inner > .active.right { 6296 .carousel-inner > .active.right {
6297 left: 100%; 6297 left: 100%;
6298 } 6298 }
6299 .carousel-control { 6299 .carousel-control {
6300 position: absolute; 6300 position: absolute;
6301 top: 0; 6301 top: 0;
6302 left: 0; 6302 left: 0;
6303 bottom: 0; 6303 bottom: 0;
6304 width: 15%; 6304 width: 15%;
6305 opacity: 0.5; 6305 opacity: 0.5;
6306 filter: alpha(opacity=50); 6306 filter: alpha(opacity=50);
6307 font-size: 20px; 6307 font-size: 20px;
6308 color: #fff; 6308 color: #fff;
6309 text-align: center; 6309 text-align: center;
6310 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); 6310 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6311 background-color: rgba(0, 0, 0, 0); 6311 background-color: rgba(0, 0, 0, 0);
6312 } 6312 }
6313 .carousel-control.left { 6313 .carousel-control.left {
6314 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6314 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6315 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6315 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6316 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6316 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6317 background-repeat: repeat-x; 6317 background-repeat: repeat-x;
6318 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); 6318 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
6319 } 6319 }
6320 .carousel-control.right { 6320 .carousel-control.right {
6321 left: auto; 6321 left: auto;
6322 right: 0; 6322 right: 0;
6323 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6323 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6324 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6324 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6325 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6325 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6326 background-repeat: repeat-x; 6326 background-repeat: repeat-x;
6327 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); 6327 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
6328 } 6328 }
6329 .carousel-control:hover, 6329 .carousel-control:hover,
6330 .carousel-control:focus { 6330 .carousel-control:focus {
6331 outline: 0; 6331 outline: 0;
6332 color: #fff; 6332 color: #fff;
6333 text-decoration: none; 6333 text-decoration: none;
6334 opacity: 0.9; 6334 opacity: 0.9;
6335 filter: alpha(opacity=90); 6335 filter: alpha(opacity=90);
6336 } 6336 }
6337 .carousel-control .icon-prev, 6337 .carousel-control .icon-prev,
6338 .carousel-control .icon-next, 6338 .carousel-control .icon-next,
6339 .carousel-control .glyphicon-chevron-left, 6339 .carousel-control .glyphicon-chevron-left,
6340 .carousel-control .glyphicon-chevron-right { 6340 .carousel-control .glyphicon-chevron-right {
6341 position: absolute; 6341 position: absolute;
6342 top: 50%; 6342 top: 50%;
6343 margin-top: -10px; 6343 margin-top: -10px;
6344 z-index: 5; 6344 z-index: 5;
6345 display: inline-block; 6345 display: inline-block;
6346 } 6346 }
6347 .carousel-control .icon-prev, 6347 .carousel-control .icon-prev,
6348 .carousel-control .glyphicon-chevron-left { 6348 .carousel-control .glyphicon-chevron-left {
6349 left: 50%; 6349 left: 50%;
6350 margin-left: -10px; 6350 margin-left: -10px;
6351 } 6351 }
6352 .carousel-control .icon-next, 6352 .carousel-control .icon-next,
6353 .carousel-control .glyphicon-chevron-right { 6353 .carousel-control .glyphicon-chevron-right {
6354 right: 50%; 6354 right: 50%;
6355 margin-right: -10px; 6355 margin-right: -10px;
6356 } 6356 }
6357 .carousel-control .icon-prev, 6357 .carousel-control .icon-prev,
6358 .carousel-control .icon-next { 6358 .carousel-control .icon-next {
6359 width: 20px; 6359 width: 20px;
6360 height: 20px; 6360 height: 20px;
6361 line-height: 1; 6361 line-height: 1;
6362 font-family: serif; 6362 font-family: serif;
6363 } 6363 }
6364 .carousel-control .icon-prev:before { 6364 .carousel-control .icon-prev:before {
6365 content: '\2039'; 6365 content: '\2039';
6366 } 6366 }
6367 .carousel-control .icon-next:before { 6367 .carousel-control .icon-next:before {
6368 content: '\203a'; 6368 content: '\203a';
6369 } 6369 }
6370 .carousel-indicators { 6370 .carousel-indicators {
6371 position: absolute; 6371 position: absolute;
6372 bottom: 10px; 6372 bottom: 10px;
6373 left: 50%; 6373 left: 50%;
6374 z-index: 15; 6374 z-index: 15;
6375 width: 60%; 6375 width: 60%;
6376 margin-left: -30%; 6376 margin-left: -30%;
6377 padding-left: 0; 6377 padding-left: 0;
6378 list-style: none; 6378 list-style: none;
6379 text-align: center; 6379 text-align: center;
6380 } 6380 }
6381 .carousel-indicators li { 6381 .carousel-indicators li {
6382 display: inline-block; 6382 display: inline-block;
6383 width: 10px; 6383 width: 10px;
6384 height: 10px; 6384 height: 10px;
6385 margin: 1px; 6385 margin: 1px;
6386 text-indent: -999px; 6386 text-indent: -999px;
6387 border: 1px solid #fff; 6387 border: 1px solid #fff;
6388 border-radius: 10px; 6388 border-radius: 10px;
6389 cursor: pointer; 6389 cursor: pointer;
6390 background-color: #000 \9; 6390 background-color: #000 \9;
6391 background-color: rgba(0, 0, 0, 0); 6391 background-color: rgba(0, 0, 0, 0);
6392 } 6392 }
6393 .carousel-indicators .active { 6393 .carousel-indicators .active {
6394 margin: 0; 6394 margin: 0;
6395 width: 12px; 6395 width: 12px;
6396 height: 12px; 6396 height: 12px;
6397 background-color: #fff; 6397 background-color: #fff;
6398 } 6398 }
6399 .carousel-caption { 6399 .carousel-caption {
6400 position: absolute; 6400 position: absolute;
6401 left: 15%; 6401 left: 15%;
6402 right: 15%; 6402 right: 15%;
6403 bottom: 20px; 6403 bottom: 20px;
6404 z-index: 10; 6404 z-index: 10;
6405 padding-top: 20px; 6405 padding-top: 20px;
6406 padding-bottom: 20px; 6406 padding-bottom: 20px;
6407 color: #fff; 6407 color: #fff;
6408 text-align: center; 6408 text-align: center;
6409 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); 6409 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6410 } 6410 }
6411 .carousel-caption .btn { 6411 .carousel-caption .btn {
6412 text-shadow: none; 6412 text-shadow: none;
6413 } 6413 }
6414 @media screen and (min-width: 769px) { 6414 @media screen and (min-width: 769px) {
6415 .carousel-control .glyphicon-chevron-left, 6415 .carousel-control .glyphicon-chevron-left,
6416 .carousel-control .glyphicon-chevron-right, 6416 .carousel-control .glyphicon-chevron-right,
6417 .carousel-control .icon-prev, 6417 .carousel-control .icon-prev,
6418 .carousel-control .icon-next { 6418 .carousel-control .icon-next {
6419 width: 30px; 6419 width: 30px;
6420 height: 30px; 6420 height: 30px;
6421 margin-top: -10px; 6421 margin-top: -10px;
6422 font-size: 30px; 6422 font-size: 30px;
6423 } 6423 }
6424 .carousel-control .glyphicon-chevron-left, 6424 .carousel-control .glyphicon-chevron-left,
6425 .carousel-control .icon-prev { 6425 .carousel-control .icon-prev {
6426 margin-left: -10px; 6426 margin-left: -10px;
6427 } 6427 }
6428 .carousel-control .glyphicon-chevron-right, 6428 .carousel-control .glyphicon-chevron-right,
6429 .carousel-control .icon-next { 6429 .carousel-control .icon-next {
6430 margin-right: -10px; 6430 margin-right: -10px;
6431 } 6431 }
6432 .carousel-caption { 6432 .carousel-caption {
6433 left: 20%; 6433 left: 20%;
6434 right: 20%; 6434 right: 20%;
6435 padding-bottom: 30px; 6435 padding-bottom: 30px;
6436 } 6436 }
6437 .carousel-indicators { 6437 .carousel-indicators {
6438 bottom: 20px; 6438 bottom: 20px;
6439 } 6439 }
6440 } 6440 }
6441 .clearfix:before, 6441 .clearfix:before,
6442 .clearfix:after, 6442 .clearfix:after,
6443 .dl-horizontal dd:before, 6443 .dl-horizontal dd:before,
6444 .dl-horizontal dd:after, 6444 .dl-horizontal dd:after,
6445 .container:before, 6445 .container:before,
6446 .container:after, 6446 .container:after,
6447 .container-fluid:before, 6447 .container-fluid:before,
6448 .container-fluid:after, 6448 .container-fluid:after,
6449 .row:before, 6449 .row:before,
6450 .row:after, 6450 .row:after,
6451 .form-horizontal .form-group:before, 6451 .form-horizontal .form-group:before,
6452 .form-horizontal .form-group:after, 6452 .form-horizontal .form-group:after,
6453 .btn-toolbar:before, 6453 .btn-toolbar:before,
6454 .btn-toolbar:after, 6454 .btn-toolbar:after,
6455 .btn-group-vertical > .btn-group:before, 6455 .btn-group-vertical > .btn-group:before,
6456 .btn-group-vertical > .btn-group:after, 6456 .btn-group-vertical > .btn-group:after,
6457 .nav:before, 6457 .nav:before,
6458 .nav:after, 6458 .nav:after,
6459 .navbar:before, 6459 .navbar:before,
6460 .navbar:after, 6460 .navbar:after,
6461 .navbar-header:before, 6461 .navbar-header:before,
6462 .navbar-header:after, 6462 .navbar-header:after,
6463 .navbar-collapse:before, 6463 .navbar-collapse:before,
6464 .navbar-collapse:after, 6464 .navbar-collapse:after,
6465 .pager:before, 6465 .pager:before,
6466 .pager:after, 6466 .pager:after,
6467 .panel-body:before, 6467 .panel-body:before,
6468 .panel-body:after, 6468 .panel-body:after,
6469 .modal-header:before, 6469 .modal-header:before,
6470 .modal-header:after, 6470 .modal-header:after,
6471 .modal-footer:before, 6471 .modal-footer:before,
6472 .modal-footer:after { 6472 .modal-footer:after {
6473 content: " "; 6473 content: " ";
6474 display: table; 6474 display: table;
6475 } 6475 }
6476 .clearfix:after, 6476 .clearfix:after,
6477 .dl-horizontal dd:after, 6477 .dl-horizontal dd:after,
6478 .container:after, 6478 .container:after,
6479 .container-fluid:after, 6479 .container-fluid:after,
6480 .row:after, 6480 .row:after,
6481 .form-horizontal .form-group:after, 6481 .form-horizontal .form-group:after,
6482 .btn-toolbar:after, 6482 .btn-toolbar:after,
6483 .btn-group-vertical > .btn-group:after, 6483 .btn-group-vertical > .btn-group:after,
6484 .nav:after, 6484 .nav:after,
6485 .navbar:after, 6485 .navbar:after,
6486 .navbar-header:after, 6486 .navbar-header:after,
6487 .navbar-collapse:after, 6487 .navbar-collapse:after,
6488 .pager:after, 6488 .pager:after,
6489 .panel-body:after, 6489 .panel-body:after,
6490 .modal-header:after, 6490 .modal-header:after,
6491 .modal-footer:after { 6491 .modal-footer:after {
6492 clear: both; 6492 clear: both;
6493 } 6493 }
6494 .center-block { 6494 .center-block {
6495 display: block; 6495 display: block;
6496 margin-left: auto; 6496 margin-left: auto;
6497 margin-right: auto; 6497 margin-right: auto;
6498 } 6498 }
6499 .pull-right { 6499 .pull-right {
6500 float: right !important; 6500 float: right !important;
6501 } 6501 }
6502 .pull-left { 6502 .pull-left {
6503 float: left !important; 6503 float: left !important;
6504 } 6504 }
6505 .hide { 6505 .hide {
6506 display: none !important; 6506 display: none !important;
6507 } 6507 }
6508 .show { 6508 .show {
6509 display: block !important; 6509 display: block !important;
6510 } 6510 }
6511 .invisible { 6511 .invisible {
6512 visibility: hidden; 6512 visibility: hidden;
6513 } 6513 }
6514 .text-hide { 6514 .text-hide {
6515 font: 0/0 a; 6515 font: 0/0 a;
6516 color: transparent; 6516 color: transparent;
6517 text-shadow: none; 6517 text-shadow: none;
6518 background-color: transparent; 6518 background-color: transparent;
6519 border: 0; 6519 border: 0;
6520 } 6520 }
6521 .hidden { 6521 .hidden {
6522 display: none !important; 6522 display: none !important;
6523 } 6523 }
6524 .affix { 6524 .affix {
6525 position: fixed; 6525 position: fixed;
6526 } 6526 }
6527 @-ms-viewport { 6527 @-ms-viewport {
6528 width: device-width; 6528 width: device-width;
6529 } 6529 }
6530 .visible-xs, 6530 .visible-xs,
6531 .visible-sm, 6531 .visible-sm,
6532 .visible-md, 6532 .visible-md,
6533 .visible-lg { 6533 .visible-lg {
6534 display: none !important; 6534 display: none !important;
6535 } 6535 }
6536 .visible-xs-block, 6536 .visible-xs-block,
6537 .visible-xs-inline, 6537 .visible-xs-inline,
6538 .visible-xs-inline-block, 6538 .visible-xs-inline-block,
6539 .visible-sm-block, 6539 .visible-sm-block,
6540 .visible-sm-inline, 6540 .visible-sm-inline,
6541 .visible-sm-inline-block, 6541 .visible-sm-inline-block,
6542 .visible-md-block, 6542 .visible-md-block,
6543 .visible-md-inline, 6543 .visible-md-inline,
6544 .visible-md-inline-block, 6544 .visible-md-inline-block,
6545 .visible-lg-block, 6545 .visible-lg-block,
6546 .visible-lg-inline, 6546 .visible-lg-inline,
6547 .visible-lg-inline-block { 6547 .visible-lg-inline-block {
6548 display: none !important; 6548 display: none !important;
6549 } 6549 }
6550 @media (max-width: 768px) { 6550 @media (max-width: 768px) {
6551 .visible-xs { 6551 .visible-xs {
6552 display: block !important; 6552 display: block !important;
6553 } 6553 }
6554 table.visible-xs { 6554 table.visible-xs {
6555 display: table !important; 6555 display: table !important;
6556 } 6556 }
6557 tr.visible-xs { 6557 tr.visible-xs {
6558 display: table-row !important; 6558 display: table-row !important;
6559 } 6559 }
6560 th.visible-xs, 6560 th.visible-xs,
6561 td.visible-xs { 6561 td.visible-xs {
6562 display: table-cell !important; 6562 display: table-cell !important;
6563 } 6563 }
6564 } 6564 }
6565 @media (max-width: 768px) { 6565 @media (max-width: 768px) {
6566 .visible-xs-block { 6566 .visible-xs-block {
6567 display: block !important; 6567 display: block !important;
6568 } 6568 }
6569 } 6569 }
6570 @media (max-width: 768px) { 6570 @media (max-width: 768px) {
6571 .visible-xs-inline { 6571 .visible-xs-inline {
6572 display: inline !important; 6572 display: inline !important;
6573 } 6573 }
6574 } 6574 }
6575 @media (max-width: 768px) { 6575 @media (max-width: 768px) {
6576 .visible-xs-inline-block { 6576 .visible-xs-inline-block {
6577 display: inline-block !important; 6577 display: inline-block !important;
6578 } 6578 }
6579 } 6579 }
6580 @media (min-width: 769px) and (max-width: 1024px) { 6580 @media (min-width: 769px) and (max-width: 1024px) {
6581 .visible-sm { 6581 .visible-sm {
6582 display: block !important; 6582 display: block !important;
6583 } 6583 }
6584 table.visible-sm { 6584 table.visible-sm {
6585 display: table !important; 6585 display: table !important;
6586 } 6586 }
6587 tr.visible-sm { 6587 tr.visible-sm {
6588 display: table-row !important; 6588 display: table-row !important;
6589 } 6589 }
6590 th.visible-sm, 6590 th.visible-sm,
6591 td.visible-sm { 6591 td.visible-sm {
6592 display: table-cell !important; 6592 display: table-cell !important;
6593 } 6593 }
6594 } 6594 }
6595 @media (min-width: 769px) and (max-width: 1024px) { 6595 @media (min-width: 769px) and (max-width: 1024px) {
6596 .visible-sm-block { 6596 .visible-sm-block {
6597 display: block !important; 6597 display: block !important;
6598 } 6598 }
6599 } 6599 }
6600 @media (min-width: 769px) and (max-width: 1024px) { 6600 @media (min-width: 769px) and (max-width: 1024px) {
6601 .visible-sm-inline { 6601 .visible-sm-inline {
6602 display: inline !important; 6602 display: inline !important;
6603 } 6603 }
6604 } 6604 }
6605 @media (min-width: 769px) and (max-width: 1024px) { 6605 @media (min-width: 769px) and (max-width: 1024px) {
6606 .visible-sm-inline-block { 6606 .visible-sm-inline-block {
6607 display: inline-block !important; 6607 display: inline-block !important;
6608 } 6608 }
6609 } 6609 }
6610 @media (min-width: 1025px) and (max-width: 1199px) { 6610 @media (min-width: 1025px) and (max-width: 1199px) {
6611 .visible-md { 6611 .visible-md {
6612 display: block !important; 6612 display: block !important;
6613 } 6613 }
6614 table.visible-md { 6614 table.visible-md {
6615 display: table !important; 6615 display: table !important;
6616 } 6616 }
6617 tr.visible-md { 6617 tr.visible-md {
6618 display: table-row !important; 6618 display: table-row !important;
6619 } 6619 }
6620 th.visible-md, 6620 th.visible-md,
6621 td.visible-md { 6621 td.visible-md {
6622 display: table-cell !important; 6622 display: table-cell !important;
6623 } 6623 }
6624 } 6624 }
6625 @media (min-width: 1025px) and (max-width: 1199px) { 6625 @media (min-width: 1025px) and (max-width: 1199px) {
6626 .visible-md-block { 6626 .visible-md-block {
6627 display: block !important; 6627 display: block !important;
6628 } 6628 }
6629 } 6629 }
6630 @media (min-width: 1025px) and (max-width: 1199px) { 6630 @media (min-width: 1025px) and (max-width: 1199px) {
6631 .visible-md-inline { 6631 .visible-md-inline {
6632 display: inline !important; 6632 display: inline !important;
6633 } 6633 }
6634 } 6634 }
6635 @media (min-width: 1025px) and (max-width: 1199px) { 6635 @media (min-width: 1025px) and (max-width: 1199px) {
6636 .visible-md-inline-block { 6636 .visible-md-inline-block {
6637 display: inline-block !important; 6637 display: inline-block !important;
6638 } 6638 }
6639 } 6639 }
6640 @media (min-width: 1200px) { 6640 @media (min-width: 1200px) {
6641 .visible-lg { 6641 .visible-lg {
6642 display: block !important; 6642 display: block !important;
6643 } 6643 }
6644 table.visible-lg { 6644 table.visible-lg {
6645 display: table !important; 6645 display: table !important;
6646 } 6646 }
6647 tr.visible-lg { 6647 tr.visible-lg {
6648 display: table-row !important; 6648 display: table-row !important;
6649 } 6649 }
6650 th.visible-lg, 6650 th.visible-lg,
6651 td.visible-lg { 6651 td.visible-lg {
6652 display: table-cell !important; 6652 display: table-cell !important;
6653 } 6653 }
6654 } 6654 }
6655 @media (min-width: 1200px) { 6655 @media (min-width: 1200px) {
6656 .visible-lg-block { 6656 .visible-lg-block {
6657 display: block !important; 6657 display: block !important;
6658 } 6658 }
6659 } 6659 }
6660 @media (min-width: 1200px) { 6660 @media (min-width: 1200px) {
6661 .visible-lg-inline { 6661 .visible-lg-inline {
6662 display: inline !important; 6662 display: inline !important;
6663 } 6663 }
6664 } 6664 }
6665 @media (min-width: 1200px) { 6665 @media (min-width: 1200px) {
6666 .visible-lg-inline-block { 6666 .visible-lg-inline-block {
6667 display: inline-block !important; 6667 display: inline-block !important;
6668 } 6668 }
6669 } 6669 }
6670 @media (max-width: 768px) { 6670 @media (max-width: 768px) {
6671 .hidden-xs { 6671 .hidden-xs {
6672 display: none !important; 6672 display: none !important;
6673 } 6673 }
6674 } 6674 }
6675 @media (min-width: 769px) and (max-width: 1024px) { 6675 @media (min-width: 769px) and (max-width: 1024px) {
6676 .hidden-sm { 6676 .hidden-sm {
6677 display: none !important; 6677 display: none !important;
6678 } 6678 }
6679 } 6679 }
6680 @media (min-width: 1025px) and (max-width: 1199px) { 6680 @media (min-width: 1025px) and (max-width: 1199px) {
6681 .hidden-md { 6681 .hidden-md {
6682 display: none !important; 6682 display: none !important;
6683 } 6683 }
6684 } 6684 }
6685 @media (min-width: 1200px) { 6685 @media (min-width: 1200px) {
6686 .hidden-lg { 6686 .hidden-lg {
6687 display: none !important; 6687 display: none !important;
6688 } 6688 }
6689 } 6689 }
6690 .visible-print { 6690 .visible-print {
6691 display: none !important; 6691 display: none !important;
6692 } 6692 }
6693 @media print { 6693 @media print {
6694 .visible-print { 6694 .visible-print {
6695 display: block !important; 6695 display: block !important;
6696 } 6696 }
6697 table.visible-print { 6697 table.visible-print {
6698 display: table !important; 6698 display: table !important;
6699 } 6699 }
6700 tr.visible-print { 6700 tr.visible-print {
6701 display: table-row !important; 6701 display: table-row !important;
6702 } 6702 }
6703 th.visible-print, 6703 th.visible-print,
6704 td.visible-print { 6704 td.visible-print {
6705 display: table-cell !important; 6705 display: table-cell !important;
6706 } 6706 }
6707 } 6707 }
6708 .visible-print-block { 6708 .visible-print-block {
6709 display: none !important; 6709 display: none !important;
6710 } 6710 }
6711 @media print { 6711 @media print {
6712 .visible-print-block { 6712 .visible-print-block {
6713 display: block !important; 6713 display: block !important;
6714 } 6714 }
6715 } 6715 }
6716 .visible-print-inline { 6716 .visible-print-inline {
6717 display: none !important; 6717 display: none !important;
6718 } 6718 }
6719 @media print { 6719 @media print {
6720 .visible-print-inline { 6720 .visible-print-inline {
6721 display: inline !important; 6721 display: inline !important;
6722 } 6722 }
6723 } 6723 }
6724 .visible-print-inline-block { 6724 .visible-print-inline-block {
6725 display: none !important; 6725 display: none !important;
6726 } 6726 }
6727 @media print { 6727 @media print {
6728 .visible-print-inline-block { 6728 .visible-print-inline-block {
6729 display: inline-block !important; 6729 display: inline-block !important;
6730 } 6730 }
6731 } 6731 }
6732 @media print { 6732 @media print {
6733 .hidden-print { 6733 .hidden-print {
6734 display: none !important; 6734 display: none !important;
6735 } 6735 }
6736 } 6736 }
6737 6737