##// END OF EJS Templates
recompile css...
Min RK -
Show More
@@ -6,6 +6,7 b''
6 .modal.fade .modal-dialog {
6 .modal.fade .modal-dialog {
7 -webkit-transform: translate(0, 0);
7 -webkit-transform: translate(0, 0);
8 -ms-transform: translate(0, 0);
8 -ms-transform: translate(0, 0);
9 -o-transform: translate(0, 0);
9 transform: translate(0, 0);
10 transform: translate(0, 0);
10 }
11 }
11 code {
12 code {
@@ -1465,6 +1466,7 b' h6:hover .anchor-link {'
1465 }
1466 }
1466 .widget-combo-btn {
1467 .widget-combo-btn {
1467 /* ComboBox Main Button */
1468 /* ComboBox Main Button */
1469 /* Subtract 25px to account for the drop arrow button */
1468 min-width: 125px;
1470 min-width: 125px;
1469 }
1471 }
1470 .widget_item .dropdown-menu li a {
1472 .widget_item .dropdown-menu li a {
This diff has been collapsed as it changes many lines, (5406 lines changed) Show them Hide them
@@ -3,7 +3,7 b''
3 * Twitter Bootstrap
3 * Twitter Bootstrap
4 *
4 *
5 */
5 */
6 /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
6 /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
7 html {
7 html {
8 font-family: sans-serif;
8 font-family: sans-serif;
9 -ms-text-size-adjust: 100%;
9 -ms-text-size-adjust: 100%;
@@ -21,6 +21,7 b' footer,'
21 header,
21 header,
22 hgroup,
22 hgroup,
23 main,
23 main,
24 menu,
24 nav,
25 nav,
25 section,
26 section,
26 summary {
27 summary {
@@ -42,7 +43,7 b' template {'
42 display: none;
43 display: none;
43 }
44 }
44 a {
45 a {
45 background: transparent;
46 background-color: transparent;
46 }
47 }
47 a:active,
48 a:active,
48 a:hover {
49 a:hover {
@@ -183,12 +184,15 b' td,'
183 th {
184 th {
184 padding: 0;
185 padding: 0;
185 }
186 }
187 /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
186 @media print {
188 @media print {
187 * {
189 *,
188 text-shadow: none !important;
190 *:before,
189 color: #000 !important;
191 *:after {
190 background: transparent !important;
192 background: transparent !important;
193 color: #000 !important;
191 box-shadow: none !important;
194 box-shadow: none !important;
195 text-shadow: none !important;
192 }
196 }
193 a,
197 a,
194 a:visited {
198 a:visited {
@@ -200,8 +204,8 b' th {'
200 abbr[title]:after {
204 abbr[title]:after {
201 content: " (" attr(title) ")";
205 content: " (" attr(title) ")";
202 }
206 }
203 a[href^="javascript:"]:after,
207 a[href^="#"]:after,
204 a[href^="#"]:after {
208 a[href^="javascript:"]:after {
205 content: "";
209 content: "";
206 }
210 }
207 pre,
211 pre,
@@ -235,10 +239,6 b' th {'
235 .navbar {
239 .navbar {
236 display: none;
240 display: none;
237 }
241 }
238 .table td,
239 .table th {
240 background-color: #fff !important;
241 }
242 .btn > .caret,
242 .btn > .caret,
243 .dropup > .btn > .caret {
243 .dropup > .btn > .caret {
244 border-top-color: #000 !important;
244 border-top-color: #000 !important;
@@ -249,2742 +249,2916 b' th {'
249 .table {
249 .table {
250 border-collapse: collapse !important;
250 border-collapse: collapse !important;
251 }
251 }
252 .table td,
253 .table th {
254 background-color: #fff !important;
255 }
252 .table-bordered th,
256 .table-bordered th,
253 .table-bordered td {
257 .table-bordered td {
254 border: 1px solid #ddd !important;
258 border: 1px solid #ddd !important;
255 }
259 }
256 }
260 }
257 * {
261 @font-face {
258 -webkit-box-sizing: border-box;
262 font-family: 'Glyphicons Halflings';
259 -moz-box-sizing: border-box;
263 src: url('../fonts/glyphicons-halflings-regular.eot');
260 box-sizing: border-box;
264 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
261 }
265 }
262 *:before,
266 .glyphicon {
263 *:after {
267 position: relative;
264 -webkit-box-sizing: border-box;
268 top: 1px;
265 -moz-box-sizing: border-box;
269 display: inline-block;
266 box-sizing: border-box;
270 font-family: 'Glyphicons Halflings';
271 font-style: normal;
272 font-weight: normal;
273 line-height: 1;
274 -webkit-font-smoothing: antialiased;
275 -moz-osx-font-smoothing: grayscale;
267 }
276 }
268 html {
277 .glyphicon-asterisk:before {
269 font-size: 62.5%;
278 content: "\2a";
270 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
271 }
279 }
272 body {
280 .glyphicon-plus:before {
273 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
281 content: "\2b";
274 font-size: 13px;
275 line-height: 1.42857143;
276 color: #000000;
277 background-color: #ffffff;
278 }
282 }
279 input,
283 .glyphicon-euro:before,
280 button,
284 .glyphicon-eur:before {
281 select,
285 content: "\20ac";
282 textarea {
283 font-family: inherit;
284 font-size: inherit;
285 line-height: inherit;
286 }
286 }
287 a {
287 .glyphicon-minus:before {
288 color: #428bca;
288 content: "\2212";
289 text-decoration: none;
290 }
289 }
291 a:hover,
290 .glyphicon-cloud:before {
292 a:focus {
291 content: "\2601";
293 color: #2a6496;
294 text-decoration: underline;
295 }
292 }
296 a:focus {
293 .glyphicon-envelope:before {
297 outline: thin dotted;
294 content: "\2709";
298 outline: 5px auto -webkit-focus-ring-color;
299 outline-offset: -2px;
300 }
295 }
301 figure {
296 .glyphicon-pencil:before {
302 margin: 0;
297 content: "\270f";
303 }
298 }
304 img {
299 .glyphicon-glass:before {
305 vertical-align: middle;
300 content: "\e001";
306 }
301 }
307 .img-responsive,
302 .glyphicon-music:before {
308 .thumbnail > img,
303 content: "\e002";
309 .thumbnail a > img,
310 .carousel-inner > .item > img,
311 .carousel-inner > .item > a > img {
312 display: block;
313 max-width: 100%;
314 height: auto;
315 }
304 }
316 .img-rounded {
305 .glyphicon-search:before {
317 border-radius: 3px;
306 content: "\e003";
318 }
307 }
319 .img-thumbnail {
308 .glyphicon-heart:before {
320 padding: 4px;
309 content: "\e005";
321 line-height: 1.42857143;
322 background-color: #ffffff;
323 border: 1px solid #dddddd;
324 border-radius: 2px;
325 -webkit-transition: all 0.2s ease-in-out;
326 transition: all 0.2s ease-in-out;
327 display: inline-block;
328 max-width: 100%;
329 height: auto;
330 }
310 }
331 .img-circle {
311 .glyphicon-star:before {
332 border-radius: 50%;
312 content: "\e006";
333 }
313 }
334 hr {
314 .glyphicon-star-empty:before {
335 margin-top: 18px;
315 content: "\e007";
336 margin-bottom: 18px;
337 border: 0;
338 border-top: 1px solid #eeeeee;
339 }
316 }
340 .sr-only {
317 .glyphicon-user:before {
341 position: absolute;
318 content: "\e008";
342 width: 1px;
343 height: 1px;
344 margin: -1px;
345 padding: 0;
346 overflow: hidden;
347 clip: rect(0, 0, 0, 0);
348 border: 0;
349 }
319 }
350 h1,
320 .glyphicon-film:before {
351 h2,
321 content: "\e009";
352 h3,
353 h4,
354 h5,
355 h6,
356 .h1,
357 .h2,
358 .h3,
359 .h4,
360 .h5,
361 .h6 {
362 font-family: inherit;
363 font-weight: 500;
364 line-height: 1.1;
365 color: inherit;
366 }
322 }
367 h1 small,
323 .glyphicon-th-large:before {
368 h2 small,
324 content: "\e010";
369 h3 small,
370 h4 small,
371 h5 small,
372 h6 small,
373 .h1 small,
374 .h2 small,
375 .h3 small,
376 .h4 small,
377 .h5 small,
378 .h6 small,
379 h1 .small,
380 h2 .small,
381 h3 .small,
382 h4 .small,
383 h5 .small,
384 h6 .small,
385 .h1 .small,
386 .h2 .small,
387 .h3 .small,
388 .h4 .small,
389 .h5 .small,
390 .h6 .small {
391 font-weight: normal;
392 line-height: 1;
393 color: #999999;
394 }
325 }
395 h1,
326 .glyphicon-th:before {
396 .h1,
327 content: "\e011";
397 h2,
398 .h2,
399 h3,
400 .h3 {
401 margin-top: 18px;
402 margin-bottom: 9px;
403 }
328 }
404 h1 small,
329 .glyphicon-th-list:before {
405 .h1 small,
330 content: "\e012";
406 h2 small,
407 .h2 small,
408 h3 small,
409 .h3 small,
410 h1 .small,
411 .h1 .small,
412 h2 .small,
413 .h2 .small,
414 h3 .small,
415 .h3 .small {
416 font-size: 65%;
417 }
331 }
418 h4,
332 .glyphicon-ok:before {
419 .h4,
333 content: "\e013";
420 h5,
421 .h5,
422 h6,
423 .h6 {
424 margin-top: 9px;
425 margin-bottom: 9px;
426 }
334 }
427 h4 small,
335 .glyphicon-remove:before {
428 .h4 small,
336 content: "\e014";
429 h5 small,
430 .h5 small,
431 h6 small,
432 .h6 small,
433 h4 .small,
434 .h4 .small,
435 h5 .small,
436 .h5 .small,
437 h6 .small,
438 .h6 .small {
439 font-size: 75%;
440 }
337 }
441 h1,
338 .glyphicon-zoom-in:before {
442 .h1 {
339 content: "\e015";
443 font-size: 33px;
444 }
340 }
445 h2,
341 .glyphicon-zoom-out:before {
446 .h2 {
342 content: "\e016";
447 font-size: 27px;
448 }
343 }
449 h3,
344 .glyphicon-off:before {
450 .h3 {
345 content: "\e017";
451 font-size: 23px;
452 }
346 }
453 h4,
347 .glyphicon-signal:before {
454 .h4 {
348 content: "\e018";
455 font-size: 17px;
456 }
349 }
457 h5,
350 .glyphicon-cog:before {
458 .h5 {
351 content: "\e019";
459 font-size: 13px;
460 }
352 }
461 h6,
353 .glyphicon-trash:before {
462 .h6 {
354 content: "\e020";
463 font-size: 12px;
464 }
355 }
465 p {
356 .glyphicon-home:before {
466 margin: 0 0 9px;
357 content: "\e021";
467 }
358 }
468 .lead {
359 .glyphicon-file:before {
469 margin-bottom: 18px;
360 content: "\e022";
470 font-size: 14px;
471 font-weight: 200;
472 line-height: 1.4;
473 }
361 }
474 @media (min-width: 768px) {
362 .glyphicon-time:before {
475 .lead {
363 content: "\e023";
476 font-size: 19.5px;
477 }
478 }
364 }
479 small,
365 .glyphicon-road:before {
480 .small {
366 content: "\e024";
481 font-size: 85%;
482 }
367 }
483 cite {
368 .glyphicon-download-alt:before {
484 font-style: normal;
369 content: "\e025";
485 }
370 }
486 .text-left {
371 .glyphicon-download:before {
487 text-align: left;
372 content: "\e026";
488 }
373 }
489 .text-right {
374 .glyphicon-upload:before {
490 text-align: right;
375 content: "\e027";
491 }
376 }
492 .text-center {
377 .glyphicon-inbox:before {
493 text-align: center;
378 content: "\e028";
494 }
379 }
495 .text-justify {
380 .glyphicon-play-circle:before {
496 text-align: justify;
381 content: "\e029";
497 }
382 }
498 .text-muted {
383 .glyphicon-repeat:before {
499 color: #999999;
384 content: "\e030";
500 }
385 }
501 .text-primary {
386 .glyphicon-refresh:before {
502 color: #428bca;
387 content: "\e031";
503 }
388 }
504 a.text-primary:hover {
389 .glyphicon-list-alt:before {
505 color: #3071a9;
390 content: "\e032";
506 }
391 }
507 .text-success {
392 .glyphicon-lock:before {
508 color: #3c763d;
393 content: "\e033";
509 }
394 }
510 a.text-success:hover {
395 .glyphicon-flag:before {
511 color: #2b542c;
396 content: "\e034";
512 }
397 }
513 .text-info {
398 .glyphicon-headphones:before {
514 color: #31708f;
399 content: "\e035";
515 }
400 }
516 a.text-info:hover {
401 .glyphicon-volume-off:before {
517 color: #245269;
402 content: "\e036";
518 }
403 }
519 .text-warning {
404 .glyphicon-volume-down:before {
520 color: #8a6d3b;
405 content: "\e037";
521 }
406 }
522 a.text-warning:hover {
407 .glyphicon-volume-up:before {
523 color: #66512c;
408 content: "\e038";
524 }
409 }
525 .text-danger {
410 .glyphicon-qrcode:before {
526 color: #a94442;
411 content: "\e039";
527 }
412 }
528 a.text-danger:hover {
413 .glyphicon-barcode:before {
529 color: #843534;
414 content: "\e040";
530 }
415 }
531 .bg-primary {
416 .glyphicon-tag:before {
532 color: #fff;
417 content: "\e041";
533 background-color: #428bca;
534 }
418 }
535 a.bg-primary:hover {
419 .glyphicon-tags:before {
536 background-color: #3071a9;
420 content: "\e042";
537 }
421 }
538 .bg-success {
422 .glyphicon-book:before {
539 background-color: #dff0d8;
423 content: "\e043";
540 }
424 }
541 a.bg-success:hover {
425 .glyphicon-bookmark:before {
542 background-color: #c1e2b3;
426 content: "\e044";
543 }
427 }
544 .bg-info {
428 .glyphicon-print:before {
545 background-color: #d9edf7;
429 content: "\e045";
546 }
430 }
547 a.bg-info:hover {
431 .glyphicon-camera:before {
548 background-color: #afd9ee;
432 content: "\e046";
549 }
433 }
550 .bg-warning {
434 .glyphicon-font:before {
551 background-color: #fcf8e3;
435 content: "\e047";
552 }
436 }
553 a.bg-warning:hover {
437 .glyphicon-bold:before {
554 background-color: #f7ecb5;
438 content: "\e048";
555 }
439 }
556 .bg-danger {
440 .glyphicon-italic:before {
557 background-color: #f2dede;
441 content: "\e049";
558 }
442 }
559 a.bg-danger:hover {
443 .glyphicon-text-height:before {
560 background-color: #e4b9b9;
444 content: "\e050";
561 }
445 }
562 .page-header {
446 .glyphicon-text-width:before {
563 padding-bottom: 8px;
447 content: "\e051";
564 margin: 36px 0 18px;
565 border-bottom: 1px solid #eeeeee;
566 }
448 }
567 ul,
449 .glyphicon-align-left:before {
568 ol {
450 content: "\e052";
569 margin-top: 0;
570 margin-bottom: 9px;
571 }
451 }
572 ul ul,
452 .glyphicon-align-center:before {
573 ol ul,
453 content: "\e053";
574 ul ol,
575 ol ol {
576 margin-bottom: 0;
577 }
454 }
578 .list-unstyled {
455 .glyphicon-align-right:before {
579 padding-left: 0;
456 content: "\e054";
580 list-style: none;
581 }
457 }
582 .list-inline {
458 .glyphicon-align-justify:before {
583 padding-left: 0;
459 content: "\e055";
584 list-style: none;
585 margin-left: -5px;
586 }
460 }
587 .list-inline > li {
461 .glyphicon-list:before {
588 display: inline-block;
462 content: "\e056";
589 padding-left: 5px;
590 padding-right: 5px;
591 }
463 }
592 dl {
464 .glyphicon-indent-left:before {
593 margin-top: 0;
465 content: "\e057";
594 margin-bottom: 18px;
595 }
466 }
596 dt,
467 .glyphicon-indent-right:before {
597 dd {
468 content: "\e058";
598 line-height: 1.42857143;
599 }
469 }
600 dt {
470 .glyphicon-facetime-video:before {
601 font-weight: bold;
471 content: "\e059";
602 }
472 }
603 dd {
473 .glyphicon-picture:before {
604 margin-left: 0;
474 content: "\e060";
605 }
475 }
606 @media (min-width: 540px) {
476 .glyphicon-map-marker:before {
607 .dl-horizontal dt {
477 content: "\e062";
608 float: left;
609 width: 160px;
610 clear: left;
611 text-align: right;
612 overflow: hidden;
613 text-overflow: ellipsis;
614 white-space: nowrap;
615 }
616 .dl-horizontal dd {
617 margin-left: 180px;
618 }
619 }
478 }
620 abbr[title],
479 .glyphicon-adjust:before {
621 abbr[data-original-title] {
480 content: "\e063";
622 cursor: help;
623 border-bottom: 1px dotted #999999;
624 }
481 }
625 .initialism {
482 .glyphicon-tint:before {
626 font-size: 90%;
483 content: "\e064";
627 text-transform: uppercase;
628 }
484 }
629 blockquote {
485 .glyphicon-edit:before {
630 padding: 9px 18px;
486 content: "\e065";
631 margin: 0 0 18px;
632 font-size: inherit;
633 border-left: 5px solid #eeeeee;
634 }
487 }
635 blockquote p:last-child,
488 .glyphicon-share:before {
636 blockquote ul:last-child,
489 content: "\e066";
637 blockquote ol:last-child {
638 margin-bottom: 0;
639 }
490 }
640 blockquote footer,
491 .glyphicon-check:before {
641 blockquote small,
492 content: "\e067";
642 blockquote .small {
643 display: block;
644 font-size: 80%;
645 line-height: 1.42857143;
646 color: #999999;
647 }
493 }
648 blockquote footer:before,
494 .glyphicon-move:before {
649 blockquote small:before,
495 content: "\e068";
650 blockquote .small:before {
651 content: '\2014 \00A0';
652 }
496 }
653 .blockquote-reverse,
497 .glyphicon-step-backward:before {
654 blockquote.pull-right {
498 content: "\e069";
655 padding-right: 15px;
656 padding-left: 0;
657 border-right: 5px solid #eeeeee;
658 border-left: 0;
659 text-align: right;
660 }
499 }
661 .blockquote-reverse footer:before,
500 .glyphicon-fast-backward:before {
662 blockquote.pull-right footer:before,
501 content: "\e070";
663 .blockquote-reverse small:before,
664 blockquote.pull-right small:before,
665 .blockquote-reverse .small:before,
666 blockquote.pull-right .small:before {
667 content: '';
668 }
502 }
669 .blockquote-reverse footer:after,
503 .glyphicon-backward:before {
670 blockquote.pull-right footer:after,
504 content: "\e071";
671 .blockquote-reverse small:after,
672 blockquote.pull-right small:after,
673 .blockquote-reverse .small:after,
674 blockquote.pull-right .small:after {
675 content: '\00A0 \2014';
676 }
505 }
677 blockquote:before,
506 .glyphicon-play:before {
678 blockquote:after {
507 content: "\e072";
679 content: "";
680 }
508 }
681 address {
509 .glyphicon-pause:before {
682 margin-bottom: 18px;
510 content: "\e073";
683 font-style: normal;
684 line-height: 1.42857143;
685 }
511 }
686 code,
512 .glyphicon-stop:before {
687 kbd,
513 content: "\e074";
688 pre,
689 samp {
690 font-family: monospace;
691 }
514 }
692 code {
515 .glyphicon-forward:before {
693 padding: 2px 4px;
516 content: "\e075";
694 font-size: 90%;
695 color: #c7254e;
696 background-color: #f9f2f4;
697 white-space: nowrap;
698 border-radius: 2px;
699 }
517 }
700 kbd {
518 .glyphicon-fast-forward:before {
701 padding: 2px 4px;
519 content: "\e076";
702 font-size: 90%;
703 color: #ffffff;
704 background-color: #333333;
705 border-radius: 1px;
706 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
707 }
520 }
708 pre {
521 .glyphicon-step-forward:before {
709 display: block;
522 content: "\e077";
710 padding: 8.5px;
711 margin: 0 0 9px;
712 font-size: 12px;
713 line-height: 1.42857143;
714 word-break: break-all;
715 word-wrap: break-word;
716 color: #333333;
717 background-color: #f5f5f5;
718 border: 1px solid #cccccc;
719 border-radius: 2px;
720 }
523 }
721 pre code {
524 .glyphicon-eject:before {
722 padding: 0;
525 content: "\e078";
723 font-size: inherit;
724 color: inherit;
725 white-space: pre-wrap;
726 background-color: transparent;
727 border-radius: 0;
728 }
526 }
729 .pre-scrollable {
527 .glyphicon-chevron-left:before {
730 max-height: 340px;
528 content: "\e079";
731 overflow-y: scroll;
732 }
529 }
733 .container {
530 .glyphicon-chevron-right:before {
734 margin-right: auto;
531 content: "\e080";
735 margin-left: auto;
736 padding-left: 0px;
737 padding-right: 0px;
738 }
532 }
739 @media (min-width: 768px) {
533 .glyphicon-plus-sign:before {
740 .container {
534 content: "\e081";
741 width: 720px;
742 }
743 }
535 }
744 @media (min-width: 992px) {
536 .glyphicon-minus-sign:before {
745 .container {
537 content: "\e082";
746 width: 940px;
747 }
748 }
538 }
749 @media (min-width: 1200px) {
539 .glyphicon-remove-sign:before {
750 .container {
540 content: "\e083";
751 width: 1140px;
752 }
753 }
541 }
754 .container-fluid {
542 .glyphicon-ok-sign:before {
755 margin-right: auto;
543 content: "\e084";
756 margin-left: auto;
757 padding-left: 0px;
758 padding-right: 0px;
759 }
544 }
760 .row {
545 .glyphicon-question-sign:before {
761 margin-left: 0px;
546 content: "\e085";
762 margin-right: 0px;
763 }
547 }
764 .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 {
548 .glyphicon-info-sign:before {
765 position: relative;
549 content: "\e086";
766 min-height: 1px;
767 padding-left: 0px;
768 padding-right: 0px;
769 }
550 }
770 .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 {
551 .glyphicon-screenshot:before {
771 float: left;
552 content: "\e087";
772 }
553 }
773 .col-xs-12 {
554 .glyphicon-remove-circle:before {
774 width: 100%;
555 content: "\e088";
775 }
556 }
776 .col-xs-11 {
557 .glyphicon-ok-circle:before {
777 width: 91.66666667%;
558 content: "\e089";
778 }
559 }
779 .col-xs-10 {
560 .glyphicon-ban-circle:before {
780 width: 83.33333333%;
561 content: "\e090";
781 }
562 }
782 .col-xs-9 {
563 .glyphicon-arrow-left:before {
783 width: 75%;
564 content: "\e091";
784 }
565 }
785 .col-xs-8 {
566 .glyphicon-arrow-right:before {
786 width: 66.66666667%;
567 content: "\e092";
787 }
568 }
788 .col-xs-7 {
569 .glyphicon-arrow-up:before {
789 width: 58.33333333%;
570 content: "\e093";
790 }
571 }
791 .col-xs-6 {
572 .glyphicon-arrow-down:before {
792 width: 50%;
573 content: "\e094";
793 }
574 }
794 .col-xs-5 {
575 .glyphicon-share-alt:before {
795 width: 41.66666667%;
576 content: "\e095";
796 }
577 }
797 .col-xs-4 {
578 .glyphicon-resize-full:before {
798 width: 33.33333333%;
579 content: "\e096";
799 }
580 }
800 .col-xs-3 {
581 .glyphicon-resize-small:before {
801 width: 25%;
582 content: "\e097";
802 }
583 }
803 .col-xs-2 {
584 .glyphicon-exclamation-sign:before {
804 width: 16.66666667%;
585 content: "\e101";
805 }
586 }
806 .col-xs-1 {
587 .glyphicon-gift:before {
807 width: 8.33333333%;
588 content: "\e102";
808 }
589 }
809 .col-xs-pull-12 {
590 .glyphicon-leaf:before {
810 right: 100%;
591 content: "\e103";
811 }
592 }
812 .col-xs-pull-11 {
593 .glyphicon-fire:before {
813 right: 91.66666667%;
594 content: "\e104";
814 }
595 }
815 .col-xs-pull-10 {
596 .glyphicon-eye-open:before {
816 right: 83.33333333%;
597 content: "\e105";
817 }
598 }
818 .col-xs-pull-9 {
599 .glyphicon-eye-close:before {
819 right: 75%;
600 content: "\e106";
820 }
601 }
821 .col-xs-pull-8 {
602 .glyphicon-warning-sign:before {
822 right: 66.66666667%;
603 content: "\e107";
823 }
604 }
824 .col-xs-pull-7 {
605 .glyphicon-plane:before {
825 right: 58.33333333%;
606 content: "\e108";
826 }
607 }
827 .col-xs-pull-6 {
608 .glyphicon-calendar:before {
828 right: 50%;
609 content: "\e109";
829 }
610 }
830 .col-xs-pull-5 {
611 .glyphicon-random:before {
831 right: 41.66666667%;
612 content: "\e110";
832 }
613 }
833 .col-xs-pull-4 {
614 .glyphicon-comment:before {
834 right: 33.33333333%;
615 content: "\e111";
835 }
616 }
836 .col-xs-pull-3 {
617 .glyphicon-magnet:before {
837 right: 25%;
618 content: "\e112";
838 }
619 }
839 .col-xs-pull-2 {
620 .glyphicon-chevron-up:before {
840 right: 16.66666667%;
621 content: "\e113";
841 }
622 }
842 .col-xs-pull-1 {
623 .glyphicon-chevron-down:before {
843 right: 8.33333333%;
624 content: "\e114";
844 }
625 }
845 .col-xs-pull-0 {
626 .glyphicon-retweet:before {
846 right: 0%;
627 content: "\e115";
847 }
628 }
848 .col-xs-push-12 {
629 .glyphicon-shopping-cart:before {
849 left: 100%;
630 content: "\e116";
850 }
631 }
851 .col-xs-push-11 {
632 .glyphicon-folder-close:before {
852 left: 91.66666667%;
633 content: "\e117";
853 }
634 }
854 .col-xs-push-10 {
635 .glyphicon-folder-open:before {
855 left: 83.33333333%;
636 content: "\e118";
856 }
637 }
857 .col-xs-push-9 {
638 .glyphicon-resize-vertical:before {
858 left: 75%;
639 content: "\e119";
859 }
640 }
860 .col-xs-push-8 {
641 .glyphicon-resize-horizontal:before {
861 left: 66.66666667%;
642 content: "\e120";
862 }
643 }
863 .col-xs-push-7 {
644 .glyphicon-hdd:before {
864 left: 58.33333333%;
645 content: "\e121";
865 }
646 }
866 .col-xs-push-6 {
647 .glyphicon-bullhorn:before {
867 left: 50%;
648 content: "\e122";
868 }
649 }
869 .col-xs-push-5 {
650 .glyphicon-bell:before {
870 left: 41.66666667%;
651 content: "\e123";
871 }
652 }
872 .col-xs-push-4 {
653 .glyphicon-certificate:before {
873 left: 33.33333333%;
654 content: "\e124";
874 }
655 }
875 .col-xs-push-3 {
656 .glyphicon-thumbs-up:before {
876 left: 25%;
657 content: "\e125";
877 }
658 }
878 .col-xs-push-2 {
659 .glyphicon-thumbs-down:before {
879 left: 16.66666667%;
660 content: "\e126";
880 }
661 }
881 .col-xs-push-1 {
662 .glyphicon-hand-right:before {
882 left: 8.33333333%;
663 content: "\e127";
883 }
664 }
884 .col-xs-push-0 {
665 .glyphicon-hand-left:before {
885 left: 0%;
666 content: "\e128";
886 }
667 }
887 .col-xs-offset-12 {
668 .glyphicon-hand-up:before {
888 margin-left: 100%;
669 content: "\e129";
889 }
670 }
890 .col-xs-offset-11 {
671 .glyphicon-hand-down:before {
891 margin-left: 91.66666667%;
672 content: "\e130";
892 }
673 }
893 .col-xs-offset-10 {
674 .glyphicon-circle-arrow-right:before {
894 margin-left: 83.33333333%;
675 content: "\e131";
895 }
676 }
896 .col-xs-offset-9 {
677 .glyphicon-circle-arrow-left:before {
897 margin-left: 75%;
678 content: "\e132";
898 }
679 }
899 .col-xs-offset-8 {
680 .glyphicon-circle-arrow-up:before {
900 margin-left: 66.66666667%;
681 content: "\e133";
901 }
682 }
902 .col-xs-offset-7 {
683 .glyphicon-circle-arrow-down:before {
903 margin-left: 58.33333333%;
684 content: "\e134";
904 }
685 }
905 .col-xs-offset-6 {
686 .glyphicon-globe:before {
906 margin-left: 50%;
687 content: "\e135";
907 }
688 }
908 .col-xs-offset-5 {
689 .glyphicon-wrench:before {
909 margin-left: 41.66666667%;
690 content: "\e136";
910 }
691 }
911 .col-xs-offset-4 {
692 .glyphicon-tasks:before {
912 margin-left: 33.33333333%;
693 content: "\e137";
913 }
694 }
914 .col-xs-offset-3 {
695 .glyphicon-filter:before {
915 margin-left: 25%;
696 content: "\e138";
916 }
697 }
917 .col-xs-offset-2 {
698 .glyphicon-briefcase:before {
918 margin-left: 16.66666667%;
699 content: "\e139";
919 }
700 }
920 .col-xs-offset-1 {
701 .glyphicon-fullscreen:before {
921 margin-left: 8.33333333%;
702 content: "\e140";
922 }
703 }
923 .col-xs-offset-0 {
704 .glyphicon-dashboard:before {
924 margin-left: 0%;
705 content: "\e141";
925 }
706 }
926 @media (min-width: 768px) {
707 .glyphicon-paperclip:before {
927 .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 {
708 content: "\e142";
928 float: left;
929 }
930 .col-sm-12 {
931 width: 100%;
932 }
933 .col-sm-11 {
934 width: 91.66666667%;
935 }
936 .col-sm-10 {
937 width: 83.33333333%;
938 }
939 .col-sm-9 {
940 width: 75%;
941 }
942 .col-sm-8 {
943 width: 66.66666667%;
944 }
945 .col-sm-7 {
946 width: 58.33333333%;
947 }
948 .col-sm-6 {
949 width: 50%;
950 }
951 .col-sm-5 {
952 width: 41.66666667%;
953 }
954 .col-sm-4 {
955 width: 33.33333333%;
956 }
957 .col-sm-3 {
958 width: 25%;
959 }
960 .col-sm-2 {
961 width: 16.66666667%;
962 }
963 .col-sm-1 {
964 width: 8.33333333%;
965 }
966 .col-sm-pull-12 {
967 right: 100%;
968 }
969 .col-sm-pull-11 {
970 right: 91.66666667%;
971 }
972 .col-sm-pull-10 {
973 right: 83.33333333%;
974 }
975 .col-sm-pull-9 {
976 right: 75%;
977 }
978 .col-sm-pull-8 {
979 right: 66.66666667%;
980 }
981 .col-sm-pull-7 {
982 right: 58.33333333%;
983 }
984 .col-sm-pull-6 {
985 right: 50%;
986 }
987 .col-sm-pull-5 {
988 right: 41.66666667%;
989 }
990 .col-sm-pull-4 {
991 right: 33.33333333%;
992 }
993 .col-sm-pull-3 {
994 right: 25%;
995 }
996 .col-sm-pull-2 {
997 right: 16.66666667%;
998 }
999 .col-sm-pull-1 {
1000 right: 8.33333333%;
1001 }
1002 .col-sm-pull-0 {
1003 right: 0%;
1004 }
1005 .col-sm-push-12 {
1006 left: 100%;
1007 }
1008 .col-sm-push-11 {
1009 left: 91.66666667%;
1010 }
1011 .col-sm-push-10 {
1012 left: 83.33333333%;
1013 }
1014 .col-sm-push-9 {
1015 left: 75%;
1016 }
1017 .col-sm-push-8 {
1018 left: 66.66666667%;
1019 }
1020 .col-sm-push-7 {
1021 left: 58.33333333%;
1022 }
1023 .col-sm-push-6 {
1024 left: 50%;
1025 }
1026 .col-sm-push-5 {
1027 left: 41.66666667%;
1028 }
1029 .col-sm-push-4 {
1030 left: 33.33333333%;
1031 }
1032 .col-sm-push-3 {
1033 left: 25%;
1034 }
1035 .col-sm-push-2 {
1036 left: 16.66666667%;
1037 }
1038 .col-sm-push-1 {
1039 left: 8.33333333%;
1040 }
1041 .col-sm-push-0 {
1042 left: 0%;
1043 }
1044 .col-sm-offset-12 {
1045 margin-left: 100%;
1046 }
1047 .col-sm-offset-11 {
1048 margin-left: 91.66666667%;
1049 }
1050 .col-sm-offset-10 {
1051 margin-left: 83.33333333%;
1052 }
1053 .col-sm-offset-9 {
1054 margin-left: 75%;
1055 }
1056 .col-sm-offset-8 {
1057 margin-left: 66.66666667%;
1058 }
1059 .col-sm-offset-7 {
1060 margin-left: 58.33333333%;
1061 }
1062 .col-sm-offset-6 {
1063 margin-left: 50%;
1064 }
1065 .col-sm-offset-5 {
1066 margin-left: 41.66666667%;
1067 }
1068 .col-sm-offset-4 {
1069 margin-left: 33.33333333%;
1070 }
1071 .col-sm-offset-3 {
1072 margin-left: 25%;
1073 }
1074 .col-sm-offset-2 {
1075 margin-left: 16.66666667%;
1076 }
1077 .col-sm-offset-1 {
1078 margin-left: 8.33333333%;
1079 }
1080 .col-sm-offset-0 {
1081 margin-left: 0%;
1082 }
1083 }
709 }
1084 @media (min-width: 992px) {
710 .glyphicon-heart-empty:before {
1085 .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 {
711 content: "\e143";
1086 float: left;
1087 }
1088 .col-md-12 {
1089 width: 100%;
1090 }
1091 .col-md-11 {
1092 width: 91.66666667%;
1093 }
1094 .col-md-10 {
1095 width: 83.33333333%;
1096 }
1097 .col-md-9 {
1098 width: 75%;
1099 }
1100 .col-md-8 {
1101 width: 66.66666667%;
1102 }
1103 .col-md-7 {
1104 width: 58.33333333%;
1105 }
1106 .col-md-6 {
1107 width: 50%;
1108 }
1109 .col-md-5 {
1110 width: 41.66666667%;
1111 }
1112 .col-md-4 {
1113 width: 33.33333333%;
1114 }
1115 .col-md-3 {
1116 width: 25%;
1117 }
1118 .col-md-2 {
1119 width: 16.66666667%;
1120 }
1121 .col-md-1 {
1122 width: 8.33333333%;
1123 }
1124 .col-md-pull-12 {
1125 right: 100%;
1126 }
1127 .col-md-pull-11 {
1128 right: 91.66666667%;
1129 }
1130 .col-md-pull-10 {
1131 right: 83.33333333%;
1132 }
1133 .col-md-pull-9 {
1134 right: 75%;
1135 }
1136 .col-md-pull-8 {
1137 right: 66.66666667%;
1138 }
1139 .col-md-pull-7 {
1140 right: 58.33333333%;
1141 }
1142 .col-md-pull-6 {
1143 right: 50%;
1144 }
1145 .col-md-pull-5 {
1146 right: 41.66666667%;
1147 }
1148 .col-md-pull-4 {
1149 right: 33.33333333%;
1150 }
1151 .col-md-pull-3 {
1152 right: 25%;
1153 }
1154 .col-md-pull-2 {
1155 right: 16.66666667%;
1156 }
1157 .col-md-pull-1 {
1158 right: 8.33333333%;
1159 }
1160 .col-md-pull-0 {
1161 right: 0%;
1162 }
1163 .col-md-push-12 {
1164 left: 100%;
1165 }
1166 .col-md-push-11 {
1167 left: 91.66666667%;
1168 }
1169 .col-md-push-10 {
1170 left: 83.33333333%;
1171 }
1172 .col-md-push-9 {
1173 left: 75%;
1174 }
1175 .col-md-push-8 {
1176 left: 66.66666667%;
1177 }
1178 .col-md-push-7 {
1179 left: 58.33333333%;
1180 }
1181 .col-md-push-6 {
1182 left: 50%;
1183 }
1184 .col-md-push-5 {
1185 left: 41.66666667%;
1186 }
1187 .col-md-push-4 {
1188 left: 33.33333333%;
1189 }
1190 .col-md-push-3 {
1191 left: 25%;
1192 }
1193 .col-md-push-2 {
1194 left: 16.66666667%;
1195 }
1196 .col-md-push-1 {
1197 left: 8.33333333%;
1198 }
1199 .col-md-push-0 {
1200 left: 0%;
1201 }
1202 .col-md-offset-12 {
1203 margin-left: 100%;
1204 }
1205 .col-md-offset-11 {
1206 margin-left: 91.66666667%;
1207 }
1208 .col-md-offset-10 {
1209 margin-left: 83.33333333%;
1210 }
1211 .col-md-offset-9 {
1212 margin-left: 75%;
1213 }
1214 .col-md-offset-8 {
1215 margin-left: 66.66666667%;
1216 }
1217 .col-md-offset-7 {
1218 margin-left: 58.33333333%;
1219 }
1220 .col-md-offset-6 {
1221 margin-left: 50%;
1222 }
1223 .col-md-offset-5 {
1224 margin-left: 41.66666667%;
1225 }
1226 .col-md-offset-4 {
1227 margin-left: 33.33333333%;
1228 }
1229 .col-md-offset-3 {
1230 margin-left: 25%;
1231 }
1232 .col-md-offset-2 {
1233 margin-left: 16.66666667%;
1234 }
1235 .col-md-offset-1 {
1236 margin-left: 8.33333333%;
1237 }
1238 .col-md-offset-0 {
1239 margin-left: 0%;
1240 }
1241 }
712 }
1242 @media (min-width: 1200px) {
713 .glyphicon-link:before {
1243 .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 {
714 content: "\e144";
1244 float: left;
1245 }
1246 .col-lg-12 {
1247 width: 100%;
1248 }
1249 .col-lg-11 {
1250 width: 91.66666667%;
1251 }
1252 .col-lg-10 {
1253 width: 83.33333333%;
1254 }
1255 .col-lg-9 {
1256 width: 75%;
1257 }
1258 .col-lg-8 {
1259 width: 66.66666667%;
1260 }
1261 .col-lg-7 {
1262 width: 58.33333333%;
1263 }
1264 .col-lg-6 {
1265 width: 50%;
1266 }
1267 .col-lg-5 {
1268 width: 41.66666667%;
1269 }
1270 .col-lg-4 {
1271 width: 33.33333333%;
1272 }
1273 .col-lg-3 {
1274 width: 25%;
1275 }
1276 .col-lg-2 {
1277 width: 16.66666667%;
1278 }
1279 .col-lg-1 {
1280 width: 8.33333333%;
1281 }
1282 .col-lg-pull-12 {
1283 right: 100%;
1284 }
1285 .col-lg-pull-11 {
1286 right: 91.66666667%;
1287 }
1288 .col-lg-pull-10 {
1289 right: 83.33333333%;
1290 }
1291 .col-lg-pull-9 {
1292 right: 75%;
1293 }
1294 .col-lg-pull-8 {
1295 right: 66.66666667%;
1296 }
1297 .col-lg-pull-7 {
1298 right: 58.33333333%;
1299 }
1300 .col-lg-pull-6 {
1301 right: 50%;
1302 }
1303 .col-lg-pull-5 {
1304 right: 41.66666667%;
1305 }
1306 .col-lg-pull-4 {
1307 right: 33.33333333%;
1308 }
1309 .col-lg-pull-3 {
1310 right: 25%;
1311 }
1312 .col-lg-pull-2 {
1313 right: 16.66666667%;
1314 }
1315 .col-lg-pull-1 {
1316 right: 8.33333333%;
1317 }
1318 .col-lg-pull-0 {
1319 right: 0%;
1320 }
1321 .col-lg-push-12 {
1322 left: 100%;
1323 }
1324 .col-lg-push-11 {
1325 left: 91.66666667%;
1326 }
1327 .col-lg-push-10 {
1328 left: 83.33333333%;
1329 }
1330 .col-lg-push-9 {
1331 left: 75%;
1332 }
1333 .col-lg-push-8 {
1334 left: 66.66666667%;
1335 }
1336 .col-lg-push-7 {
1337 left: 58.33333333%;
1338 }
1339 .col-lg-push-6 {
1340 left: 50%;
1341 }
1342 .col-lg-push-5 {
1343 left: 41.66666667%;
1344 }
1345 .col-lg-push-4 {
1346 left: 33.33333333%;
1347 }
1348 .col-lg-push-3 {
1349 left: 25%;
1350 }
1351 .col-lg-push-2 {
1352 left: 16.66666667%;
1353 }
1354 .col-lg-push-1 {
1355 left: 8.33333333%;
1356 }
1357 .col-lg-push-0 {
1358 left: 0%;
1359 }
1360 .col-lg-offset-12 {
1361 margin-left: 100%;
1362 }
1363 .col-lg-offset-11 {
1364 margin-left: 91.66666667%;
1365 }
1366 .col-lg-offset-10 {
1367 margin-left: 83.33333333%;
1368 }
1369 .col-lg-offset-9 {
1370 margin-left: 75%;
1371 }
1372 .col-lg-offset-8 {
1373 margin-left: 66.66666667%;
1374 }
1375 .col-lg-offset-7 {
1376 margin-left: 58.33333333%;
1377 }
1378 .col-lg-offset-6 {
1379 margin-left: 50%;
1380 }
1381 .col-lg-offset-5 {
1382 margin-left: 41.66666667%;
1383 }
1384 .col-lg-offset-4 {
1385 margin-left: 33.33333333%;
1386 }
1387 .col-lg-offset-3 {
1388 margin-left: 25%;
1389 }
1390 .col-lg-offset-2 {
1391 margin-left: 16.66666667%;
1392 }
1393 .col-lg-offset-1 {
1394 margin-left: 8.33333333%;
1395 }
1396 .col-lg-offset-0 {
1397 margin-left: 0%;
1398 }
1399 }
715 }
1400 table {
716 .glyphicon-phone:before {
1401 max-width: 100%;
717 content: "\e145";
1402 background-color: transparent;
1403 }
718 }
1404 th {
719 .glyphicon-pushpin:before {
1405 text-align: left;
720 content: "\e146";
1406 }
721 }
1407 .table {
722 .glyphicon-usd:before {
1408 width: 100%;
723 content: "\e148";
1409 margin-bottom: 18px;
1410 }
724 }
1411 .table > thead > tr > th,
725 .glyphicon-gbp:before {
1412 .table > tbody > tr > th,
726 content: "\e149";
1413 .table > tfoot > tr > th,
727 }
1414 .table > thead > tr > td,
728 .glyphicon-sort:before {
1415 .table > tbody > tr > td,
729 content: "\e150";
1416 .table > tfoot > tr > td {
730 }
1417 padding: 8px;
731 .glyphicon-sort-by-alphabet:before {
1418 line-height: 1.42857143;
732 content: "\e151";
1419 vertical-align: top;
733 }
1420 border-top: 1px solid #dddddd;
734 .glyphicon-sort-by-alphabet-alt:before {
735 content: "\e152";
736 }
737 .glyphicon-sort-by-order:before {
738 content: "\e153";
739 }
740 .glyphicon-sort-by-order-alt:before {
741 content: "\e154";
742 }
743 .glyphicon-sort-by-attributes:before {
744 content: "\e155";
745 }
746 .glyphicon-sort-by-attributes-alt:before {
747 content: "\e156";
748 }
749 .glyphicon-unchecked:before {
750 content: "\e157";
751 }
752 .glyphicon-expand:before {
753 content: "\e158";
754 }
755 .glyphicon-collapse-down:before {
756 content: "\e159";
757 }
758 .glyphicon-collapse-up:before {
759 content: "\e160";
760 }
761 .glyphicon-log-in:before {
762 content: "\e161";
763 }
764 .glyphicon-flash:before {
765 content: "\e162";
766 }
767 .glyphicon-log-out:before {
768 content: "\e163";
769 }
770 .glyphicon-new-window:before {
771 content: "\e164";
772 }
773 .glyphicon-record:before {
774 content: "\e165";
775 }
776 .glyphicon-save:before {
777 content: "\e166";
778 }
779 .glyphicon-open:before {
780 content: "\e167";
781 }
782 .glyphicon-saved:before {
783 content: "\e168";
784 }
785 .glyphicon-import:before {
786 content: "\e169";
787 }
788 .glyphicon-export:before {
789 content: "\e170";
790 }
791 .glyphicon-send:before {
792 content: "\e171";
793 }
794 .glyphicon-floppy-disk:before {
795 content: "\e172";
796 }
797 .glyphicon-floppy-saved:before {
798 content: "\e173";
799 }
800 .glyphicon-floppy-remove:before {
801 content: "\e174";
1421 }
802 }
1422 .table > thead > tr > th {
803 .glyphicon-floppy-save:before {
1423 vertical-align: bottom;
804 content: "\e175";
1424 border-bottom: 2px solid #dddddd;
1425 }
805 }
1426 .table > caption + thead > tr:first-child > th,
806 .glyphicon-floppy-open:before {
1427 .table > colgroup + thead > tr:first-child > th,
807 content: "\e176";
1428 .table > thead:first-child > tr:first-child > th,
1429 .table > caption + thead > tr:first-child > td,
1430 .table > colgroup + thead > tr:first-child > td,
1431 .table > thead:first-child > tr:first-child > td {
1432 border-top: 0;
1433 }
808 }
1434 .table > tbody + tbody {
809 .glyphicon-credit-card:before {
1435 border-top: 2px solid #dddddd;
810 content: "\e177";
1436 }
811 }
1437 .table .table {
812 .glyphicon-transfer:before {
1438 background-color: #ffffff;
813 content: "\e178";
1439 }
814 }
1440 .table-condensed > thead > tr > th,
815 .glyphicon-cutlery:before {
1441 .table-condensed > tbody > tr > th,
816 content: "\e179";
1442 .table-condensed > tfoot > tr > th,
1443 .table-condensed > thead > tr > td,
1444 .table-condensed > tbody > tr > td,
1445 .table-condensed > tfoot > tr > td {
1446 padding: 5px;
1447 }
817 }
1448 .table-bordered {
818 .glyphicon-header:before {
1449 border: 1px solid #dddddd;
819 content: "\e180";
1450 }
820 }
1451 .table-bordered > thead > tr > th,
821 .glyphicon-compressed:before {
1452 .table-bordered > tbody > tr > th,
822 content: "\e181";
1453 .table-bordered > tfoot > tr > th,
1454 .table-bordered > thead > tr > td,
1455 .table-bordered > tbody > tr > td,
1456 .table-bordered > tfoot > tr > td {
1457 border: 1px solid #dddddd;
1458 }
823 }
1459 .table-bordered > thead > tr > th,
824 .glyphicon-earphone:before {
1460 .table-bordered > thead > tr > td {
825 content: "\e182";
1461 border-bottom-width: 2px;
1462 }
826 }
1463 .table-striped > tbody > tr:nth-child(odd) > td,
827 .glyphicon-phone-alt:before {
1464 .table-striped > tbody > tr:nth-child(odd) > th {
828 content: "\e183";
1465 background-color: #f9f9f9;
1466 }
829 }
1467 .table-hover > tbody > tr:hover > td,
830 .glyphicon-tower:before {
1468 .table-hover > tbody > tr:hover > th {
831 content: "\e184";
1469 background-color: #f5f5f5;
1470 }
832 }
1471 table col[class*="col-"] {
833 .glyphicon-stats:before {
1472 position: static;
834 content: "\e185";
1473 float: none;
1474 display: table-column;
1475 }
835 }
1476 table td[class*="col-"],
836 .glyphicon-sd-video:before {
1477 table th[class*="col-"] {
837 content: "\e186";
1478 position: static;
1479 float: none;
1480 display: table-cell;
1481 }
838 }
1482 .table > thead > tr > td.active,
839 .glyphicon-hd-video:before {
1483 .table > tbody > tr > td.active,
840 content: "\e187";
1484 .table > tfoot > tr > td.active,
1485 .table > thead > tr > th.active,
1486 .table > tbody > tr > th.active,
1487 .table > tfoot > tr > th.active,
1488 .table > thead > tr.active > td,
1489 .table > tbody > tr.active > td,
1490 .table > tfoot > tr.active > td,
1491 .table > thead > tr.active > th,
1492 .table > tbody > tr.active > th,
1493 .table > tfoot > tr.active > th {
1494 background-color: #f5f5f5;
1495 }
841 }
1496 .table-hover > tbody > tr > td.active:hover,
842 .glyphicon-subtitles:before {
1497 .table-hover > tbody > tr > th.active:hover,
843 content: "\e188";
1498 .table-hover > tbody > tr.active:hover > td,
1499 .table-hover > tbody > tr.active:hover > th {
1500 background-color: #e8e8e8;
1501 }
844 }
1502 .table > thead > tr > td.success,
845 .glyphicon-sound-stereo:before {
1503 .table > tbody > tr > td.success,
846 content: "\e189";
1504 .table > tfoot > tr > td.success,
1505 .table > thead > tr > th.success,
1506 .table > tbody > tr > th.success,
1507 .table > tfoot > tr > th.success,
1508 .table > thead > tr.success > td,
1509 .table > tbody > tr.success > td,
1510 .table > tfoot > tr.success > td,
1511 .table > thead > tr.success > th,
1512 .table > tbody > tr.success > th,
1513 .table > tfoot > tr.success > th {
1514 background-color: #dff0d8;
1515 }
847 }
1516 .table-hover > tbody > tr > td.success:hover,
848 .glyphicon-sound-dolby:before {
1517 .table-hover > tbody > tr > th.success:hover,
849 content: "\e190";
1518 .table-hover > tbody > tr.success:hover > td,
1519 .table-hover > tbody > tr.success:hover > th {
1520 background-color: #d0e9c6;
1521 }
850 }
1522 .table > thead > tr > td.info,
851 .glyphicon-sound-5-1:before {
1523 .table > tbody > tr > td.info,
852 content: "\e191";
1524 .table > tfoot > tr > td.info,
1525 .table > thead > tr > th.info,
1526 .table > tbody > tr > th.info,
1527 .table > tfoot > tr > th.info,
1528 .table > thead > tr.info > td,
1529 .table > tbody > tr.info > td,
1530 .table > tfoot > tr.info > td,
1531 .table > thead > tr.info > th,
1532 .table > tbody > tr.info > th,
1533 .table > tfoot > tr.info > th {
1534 background-color: #d9edf7;
1535 }
853 }
1536 .table-hover > tbody > tr > td.info:hover,
854 .glyphicon-sound-6-1:before {
1537 .table-hover > tbody > tr > th.info:hover,
855 content: "\e192";
1538 .table-hover > tbody > tr.info:hover > td,
1539 .table-hover > tbody > tr.info:hover > th {
1540 background-color: #c4e3f3;
1541 }
856 }
1542 .table > thead > tr > td.warning,
857 .glyphicon-sound-7-1:before {
1543 .table > tbody > tr > td.warning,
858 content: "\e193";
1544 .table > tfoot > tr > td.warning,
1545 .table > thead > tr > th.warning,
1546 .table > tbody > tr > th.warning,
1547 .table > tfoot > tr > th.warning,
1548 .table > thead > tr.warning > td,
1549 .table > tbody > tr.warning > td,
1550 .table > tfoot > tr.warning > td,
1551 .table > thead > tr.warning > th,
1552 .table > tbody > tr.warning > th,
1553 .table > tfoot > tr.warning > th {
1554 background-color: #fcf8e3;
1555 }
859 }
1556 .table-hover > tbody > tr > td.warning:hover,
860 .glyphicon-copyright-mark:before {
1557 .table-hover > tbody > tr > th.warning:hover,
861 content: "\e194";
1558 .table-hover > tbody > tr.warning:hover > td,
1559 .table-hover > tbody > tr.warning:hover > th {
1560 background-color: #faf2cc;
1561 }
862 }
1562 .table > thead > tr > td.danger,
863 .glyphicon-registration-mark:before {
1563 .table > tbody > tr > td.danger,
864 content: "\e195";
1564 .table > tfoot > tr > td.danger,
1565 .table > thead > tr > th.danger,
1566 .table > tbody > tr > th.danger,
1567 .table > tfoot > tr > th.danger,
1568 .table > thead > tr.danger > td,
1569 .table > tbody > tr.danger > td,
1570 .table > tfoot > tr.danger > td,
1571 .table > thead > tr.danger > th,
1572 .table > tbody > tr.danger > th,
1573 .table > tfoot > tr.danger > th {
1574 background-color: #f2dede;
1575 }
865 }
1576 .table-hover > tbody > tr > td.danger:hover,
866 .glyphicon-cloud-download:before {
1577 .table-hover > tbody > tr > th.danger:hover,
867 content: "\e197";
1578 .table-hover > tbody > tr.danger:hover > td,
1579 .table-hover > tbody > tr.danger:hover > th {
1580 background-color: #ebcccc;
1581 }
868 }
1582 @media (max-width: 767px) {
869 .glyphicon-cloud-upload:before {
1583 .table-responsive {
870 content: "\e198";
1584 width: 100%;
1585 margin-bottom: 13.5px;
1586 overflow-y: hidden;
1587 overflow-x: scroll;
1588 -ms-overflow-style: -ms-autohiding-scrollbar;
1589 border: 1px solid #dddddd;
1590 -webkit-overflow-scrolling: touch;
1591 }
1592 .table-responsive > .table {
1593 margin-bottom: 0;
1594 }
1595 .table-responsive > .table > thead > tr > th,
1596 .table-responsive > .table > tbody > tr > th,
1597 .table-responsive > .table > tfoot > tr > th,
1598 .table-responsive > .table > thead > tr > td,
1599 .table-responsive > .table > tbody > tr > td,
1600 .table-responsive > .table > tfoot > tr > td {
1601 white-space: nowrap;
1602 }
1603 .table-responsive > .table-bordered {
1604 border: 0;
1605 }
1606 .table-responsive > .table-bordered > thead > tr > th:first-child,
1607 .table-responsive > .table-bordered > tbody > tr > th:first-child,
1608 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1609 .table-responsive > .table-bordered > thead > tr > td:first-child,
1610 .table-responsive > .table-bordered > tbody > tr > td:first-child,
1611 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1612 border-left: 0;
1613 }
1614 .table-responsive > .table-bordered > thead > tr > th:last-child,
1615 .table-responsive > .table-bordered > tbody > tr > th:last-child,
1616 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1617 .table-responsive > .table-bordered > thead > tr > td:last-child,
1618 .table-responsive > .table-bordered > tbody > tr > td:last-child,
1619 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1620 border-right: 0;
1621 }
1622 .table-responsive > .table-bordered > tbody > tr:last-child > th,
1623 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
1624 .table-responsive > .table-bordered > tbody > tr:last-child > td,
1625 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
1626 border-bottom: 0;
1627 }
1628 }
871 }
1629 fieldset {
872 .glyphicon-tree-conifer:before {
1630 padding: 0;
873 content: "\e199";
1631 margin: 0;
1632 border: 0;
1633 min-width: 0;
1634 }
874 }
1635 legend {
875 .glyphicon-tree-deciduous:before {
1636 display: block;
876 content: "\e200";
1637 width: 100%;
1638 padding: 0;
1639 margin-bottom: 18px;
1640 font-size: 19.5px;
1641 line-height: inherit;
1642 color: #333333;
1643 border: 0;
1644 border-bottom: 1px solid #e5e5e5;
1645 }
877 }
1646 label {
878 * {
1647 display: inline-block;
879 -webkit-box-sizing: border-box;
1648 margin-bottom: 5px;
880 -moz-box-sizing: border-box;
1649 font-weight: bold;
881 box-sizing: border-box;
1650 }
882 }
1651 input[type="search"] {
883 *:before,
884 *:after {
1652 -webkit-box-sizing: border-box;
885 -webkit-box-sizing: border-box;
1653 -moz-box-sizing: border-box;
886 -moz-box-sizing: border-box;
1654 box-sizing: border-box;
887 box-sizing: border-box;
1655 }
888 }
1656 input[type="radio"],
889 html {
1657 input[type="checkbox"] {
890 font-size: 10px;
1658 margin: 4px 0 0;
891 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1659 margin-top: 1px \9;
1660 /* IE8-9 */
1661 line-height: normal;
1662 }
892 }
1663 input[type="file"] {
893 body {
1664 display: block;
894 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
895 font-size: 13px;
896 line-height: 1.42857143;
897 color: #000000;
898 background-color: #ffffff;
1665 }
899 }
1666 input[type="range"] {
900 input,
1667 display: block;
901 button,
1668 width: 100%;
902 select,
903 textarea {
904 font-family: inherit;
905 font-size: inherit;
906 line-height: inherit;
1669 }
907 }
1670 select[multiple],
908 a {
1671 select[size] {
909 color: #337ab7;
1672 height: auto;
910 text-decoration: none;
1673 }
911 }
1674 input[type="file"]:focus,
912 a:hover,
1675 input[type="radio"]:focus,
913 a:focus {
1676 input[type="checkbox"]:focus {
914 color: #23527c;
915 text-decoration: underline;
916 }
917 a:focus {
1677 outline: thin dotted;
918 outline: thin dotted;
1678 outline: 5px auto -webkit-focus-ring-color;
919 outline: 5px auto -webkit-focus-ring-color;
1679 outline-offset: -2px;
920 outline-offset: -2px;
1680 }
921 }
1681 output {
922 figure {
1682 display: block;
923 margin: 0;
1683 padding-top: 7px;
1684 font-size: 13px;
1685 line-height: 1.42857143;
1686 color: #555555;
1687 }
924 }
1688 .form-control {
925 img {
926 vertical-align: middle;
927 }
928 .img-responsive,
929 .thumbnail > img,
930 .thumbnail a > img,
931 .carousel-inner > .item > img,
932 .carousel-inner > .item > a > img {
1689 display: block;
933 display: block;
1690 width: 100%;
934 max-width: 100%;
1691 height: 32px;
935 height: auto;
1692 padding: 6px 12px;
936 }
1693 font-size: 13px;
937 .img-rounded {
938 border-radius: 3px;
939 }
940 .img-thumbnail {
941 padding: 4px;
1694 line-height: 1.42857143;
942 line-height: 1.42857143;
1695 color: #555555;
1696 background-color: #ffffff;
943 background-color: #ffffff;
1697 background-image: none;
944 border: 1px solid #dddddd;
1698 border: 1px solid #cccccc;
1699 border-radius: 2px;
945 border-radius: 2px;
1700 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
946 -webkit-transition: all 0.2s ease-in-out;
1701 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
947 -o-transition: all 0.2s ease-in-out;
1702 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
948 transition: all 0.2s ease-in-out;
1703 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
949 display: inline-block;
1704 }
950 max-width: 100%;
1705 .form-control:focus {
1706 border-color: #66afe9;
1707 outline: 0;
1708 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1709 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
1710 }
1711 .form-control::-moz-placeholder {
1712 color: #999999;
1713 opacity: 1;
1714 }
1715 .form-control:-ms-input-placeholder {
1716 color: #999999;
1717 }
1718 .form-control::-webkit-input-placeholder {
1719 color: #999999;
1720 }
1721 .form-control[disabled],
1722 .form-control[readonly],
1723 fieldset[disabled] .form-control {
1724 cursor: not-allowed;
1725 background-color: #eeeeee;
1726 opacity: 1;
1727 }
1728 textarea.form-control {
1729 height: auto;
951 height: auto;
1730 }
952 }
1731 input[type="search"] {
953 .img-circle {
1732 -webkit-appearance: none;
954 border-radius: 50%;
1733 }
1734 input[type="date"] {
1735 line-height: 32px;
1736 }
1737 .form-group {
1738 margin-bottom: 15px;
1739 }
955 }
1740 .radio,
956 hr {
1741 .checkbox {
957 margin-top: 18px;
1742 display: block;
958 margin-bottom: 18px;
1743 min-height: 18px;
959 border: 0;
1744 margin-top: 10px;
960 border-top: 1px solid #eeeeee;
1745 margin-bottom: 10px;
1746 padding-left: 20px;
1747 }
961 }
1748 .radio label,
962 .sr-only {
1749 .checkbox label {
963 position: absolute;
1750 display: inline;
964 width: 1px;
1751 font-weight: normal;
965 height: 1px;
1752 cursor: pointer;
966 margin: -1px;
967 padding: 0;
968 overflow: hidden;
969 clip: rect(0, 0, 0, 0);
970 border: 0;
1753 }
971 }
1754 .radio input[type="radio"],
972 .sr-only-focusable:active,
1755 .radio-inline input[type="radio"],
973 .sr-only-focusable:focus {
1756 .checkbox input[type="checkbox"],
974 position: static;
1757 .checkbox-inline input[type="checkbox"] {
975 width: auto;
1758 float: left;
976 height: auto;
1759 margin-left: -20px;
977 margin: 0;
978 overflow: visible;
979 clip: auto;
1760 }
980 }
1761 .radio + .radio,
981 h1,
1762 .checkbox + .checkbox {
982 h2,
1763 margin-top: -5px;
983 h3,
984 h4,
985 h5,
986 h6,
987 .h1,
988 .h2,
989 .h3,
990 .h4,
991 .h5,
992 .h6 {
993 font-family: inherit;
994 font-weight: 500;
995 line-height: 1.1;
996 color: inherit;
1764 }
997 }
1765 .radio-inline,
998 h1 small,
1766 .checkbox-inline {
999 h2 small,
1767 display: inline-block;
1000 h3 small,
1768 padding-left: 20px;
1001 h4 small,
1769 margin-bottom: 0;
1002 h5 small,
1770 vertical-align: middle;
1003 h6 small,
1004 .h1 small,
1005 .h2 small,
1006 .h3 small,
1007 .h4 small,
1008 .h5 small,
1009 .h6 small,
1010 h1 .small,
1011 h2 .small,
1012 h3 .small,
1013 h4 .small,
1014 h5 .small,
1015 h6 .small,
1016 .h1 .small,
1017 .h2 .small,
1018 .h3 .small,
1019 .h4 .small,
1020 .h5 .small,
1021 .h6 .small {
1771 font-weight: normal;
1022 font-weight: normal;
1772 cursor: pointer;
1023 line-height: 1;
1773 }
1024 color: #777777;
1774 .radio-inline + .radio-inline,
1775 .checkbox-inline + .checkbox-inline {
1776 margin-top: 0;
1777 margin-left: 10px;
1778 }
1779 input[type="radio"][disabled],
1780 input[type="checkbox"][disabled],
1781 .radio[disabled],
1782 .radio-inline[disabled],
1783 .checkbox[disabled],
1784 .checkbox-inline[disabled],
1785 fieldset[disabled] input[type="radio"],
1786 fieldset[disabled] input[type="checkbox"],
1787 fieldset[disabled] .radio,
1788 fieldset[disabled] .radio-inline,
1789 fieldset[disabled] .checkbox,
1790 fieldset[disabled] .checkbox-inline {
1791 cursor: not-allowed;
1792 }
1793 .input-sm {
1794 height: 30px;
1795 padding: 5px 10px;
1796 font-size: 12px;
1797 line-height: 1.5;
1798 border-radius: 1px;
1799 }
1800 select.input-sm {
1801 height: 30px;
1802 line-height: 30px;
1803 }
1804 textarea.input-sm,
1805 select[multiple].input-sm {
1806 height: auto;
1807 }
1025 }
1808 .input-lg {
1026 h1,
1809 height: 45px;
1027 .h1,
1810 padding: 10px 16px;
1028 h2,
1811 font-size: 17px;
1029 .h2,
1812 line-height: 1.33;
1030 h3,
1813 border-radius: 3px;
1031 .h3 {
1032 margin-top: 18px;
1033 margin-bottom: 9px;
1814 }
1034 }
1815 select.input-lg {
1035 h1 small,
1816 height: 45px;
1036 .h1 small,
1817 line-height: 45px;
1037 h2 small,
1038 .h2 small,
1039 h3 small,
1040 .h3 small,
1041 h1 .small,
1042 .h1 .small,
1043 h2 .small,
1044 .h2 .small,
1045 h3 .small,
1046 .h3 .small {
1047 font-size: 65%;
1818 }
1048 }
1819 textarea.input-lg,
1049 h4,
1820 select[multiple].input-lg {
1050 .h4,
1821 height: auto;
1051 h5,
1052 .h5,
1053 h6,
1054 .h6 {
1055 margin-top: 9px;
1056 margin-bottom: 9px;
1822 }
1057 }
1823 .has-feedback {
1058 h4 small,
1824 position: relative;
1059 .h4 small,
1060 h5 small,
1061 .h5 small,
1062 h6 small,
1063 .h6 small,
1064 h4 .small,
1065 .h4 .small,
1066 h5 .small,
1067 .h5 .small,
1068 h6 .small,
1069 .h6 .small {
1070 font-size: 75%;
1825 }
1071 }
1826 .has-feedback .form-control {
1072 h1,
1827 padding-right: 40px;
1073 .h1 {
1074 font-size: 33px;
1828 }
1075 }
1829 .has-feedback .form-control-feedback {
1076 h2,
1830 position: absolute;
1077 .h2 {
1831 top: 23px;
1078 font-size: 27px;
1832 right: 0;
1833 display: block;
1834 width: 32px;
1835 height: 32px;
1836 line-height: 32px;
1837 text-align: center;
1838 }
1079 }
1839 .has-success .help-block,
1080 h3,
1840 .has-success .control-label,
1081 .h3 {
1841 .has-success .radio,
1082 font-size: 23px;
1842 .has-success .checkbox,
1843 .has-success .radio-inline,
1844 .has-success .checkbox-inline {
1845 color: #3c763d;
1846 }
1083 }
1847 .has-success .form-control {
1084 h4,
1848 border-color: #3c763d;
1085 .h4 {
1849 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1086 font-size: 17px;
1850 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1851 }
1087 }
1852 .has-success .form-control:focus {
1088 h5,
1853 border-color: #2b542c;
1089 .h5 {
1854 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
1090 font-size: 13px;
1855 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
1856 }
1091 }
1857 .has-success .input-group-addon {
1092 h6,
1858 color: #3c763d;
1093 .h6 {
1859 border-color: #3c763d;
1094 font-size: 12px;
1860 background-color: #dff0d8;
1861 }
1095 }
1862 .has-success .form-control-feedback {
1096 p {
1863 color: #3c763d;
1097 margin: 0 0 9px;
1864 }
1098 }
1865 .has-warning .help-block,
1099 .lead {
1866 .has-warning .control-label,
1100 margin-bottom: 18px;
1867 .has-warning .radio,
1101 font-size: 14px;
1868 .has-warning .checkbox,
1102 font-weight: 300;
1869 .has-warning .radio-inline,
1103 line-height: 1.4;
1870 .has-warning .checkbox-inline {
1871 color: #8a6d3b;
1872 }
1104 }
1873 .has-warning .form-control {
1105 @media (min-width: 768px) {
1874 border-color: #8a6d3b;
1106 .lead {
1875 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1107 font-size: 19.5px;
1876 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1108 }
1877 }
1109 }
1878 .has-warning .form-control:focus {
1110 small,
1879 border-color: #66512c;
1111 .small {
1880 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
1112 font-size: 92%;
1881 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
1882 }
1113 }
1883 .has-warning .input-group-addon {
1114 mark,
1884 color: #8a6d3b;
1115 .mark {
1885 border-color: #8a6d3b;
1886 background-color: #fcf8e3;
1116 background-color: #fcf8e3;
1117 padding: .2em;
1887 }
1118 }
1888 .has-warning .form-control-feedback {
1119 .text-left {
1889 color: #8a6d3b;
1120 text-align: left;
1890 }
1891 .has-error .help-block,
1892 .has-error .control-label,
1893 .has-error .radio,
1894 .has-error .checkbox,
1895 .has-error .radio-inline,
1896 .has-error .checkbox-inline {
1897 color: #a94442;
1898 }
1121 }
1899 .has-error .form-control {
1122 .text-right {
1900 border-color: #a94442;
1123 text-align: right;
1901 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1902 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1903 }
1124 }
1904 .has-error .form-control:focus {
1125 .text-center {
1905 border-color: #843534;
1126 text-align: center;
1906 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
1907 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
1908 }
1127 }
1909 .has-error .input-group-addon {
1128 .text-justify {
1910 color: #a94442;
1129 text-align: justify;
1911 border-color: #a94442;
1912 background-color: #f2dede;
1913 }
1130 }
1914 .has-error .form-control-feedback {
1131 .text-nowrap {
1915 color: #a94442;
1132 white-space: nowrap;
1916 }
1133 }
1917 .form-control-static {
1134 .text-lowercase {
1918 margin-bottom: 0;
1135 text-transform: lowercase;
1919 }
1136 }
1920 .help-block {
1137 .text-uppercase {
1921 display: block;
1138 text-transform: uppercase;
1922 margin-top: 5px;
1923 margin-bottom: 10px;
1924 color: #404040;
1925 }
1139 }
1926 @media (min-width: 768px) {
1140 .text-capitalize {
1927 .form-inline .form-group {
1141 text-transform: capitalize;
1928 display: inline-block;
1929 margin-bottom: 0;
1930 vertical-align: middle;
1931 }
1932 .form-inline .form-control {
1933 display: inline-block;
1934 width: auto;
1935 vertical-align: middle;
1936 }
1937 .form-inline .input-group > .form-control {
1938 width: 100%;
1939 }
1940 .form-inline .control-label {
1941 margin-bottom: 0;
1942 vertical-align: middle;
1943 }
1944 .form-inline .radio,
1945 .form-inline .checkbox {
1946 display: inline-block;
1947 margin-top: 0;
1948 margin-bottom: 0;
1949 padding-left: 0;
1950 vertical-align: middle;
1951 }
1952 .form-inline .radio input[type="radio"],
1953 .form-inline .checkbox input[type="checkbox"] {
1954 float: none;
1955 margin-left: 0;
1956 }
1957 .form-inline .has-feedback .form-control-feedback {
1958 top: 0;
1959 }
1960 }
1142 }
1961 .form-horizontal .control-label,
1143 .text-muted {
1962 .form-horizontal .radio,
1144 color: #777777;
1963 .form-horizontal .checkbox,
1964 .form-horizontal .radio-inline,
1965 .form-horizontal .checkbox-inline {
1966 margin-top: 0;
1967 margin-bottom: 0;
1968 padding-top: 7px;
1969 }
1145 }
1970 .form-horizontal .radio,
1146 .text-primary {
1971 .form-horizontal .checkbox {
1147 color: #337ab7;
1972 min-height: 25px;
1973 }
1148 }
1974 .form-horizontal .form-group {
1149 a.text-primary:hover {
1975 margin-left: 0px;
1150 color: #286090;
1976 margin-right: 0px;
1977 }
1151 }
1978 .form-horizontal .form-control-static {
1152 .text-success {
1979 padding-top: 7px;
1153 color: #3c763d;
1980 }
1154 }
1981 @media (min-width: 768px) {
1155 a.text-success:hover {
1982 .form-horizontal .control-label {
1156 color: #2b542c;
1983 text-align: right;
1984 }
1985 }
1157 }
1986 .form-horizontal .has-feedback .form-control-feedback {
1158 .text-info {
1987 top: 0;
1159 color: #31708f;
1988 right: 0px;
1989 }
1160 }
1990 .btn {
1161 a.text-info:hover {
1991 display: inline-block;
1162 color: #245269;
1992 margin-bottom: 0;
1993 font-weight: normal;
1994 text-align: center;
1995 vertical-align: middle;
1996 cursor: pointer;
1997 background-image: none;
1998 border: 1px solid transparent;
1999 white-space: nowrap;
2000 padding: 6px 12px;
2001 font-size: 13px;
2002 line-height: 1.42857143;
2003 border-radius: 2px;
2004 -webkit-user-select: none;
2005 -moz-user-select: none;
2006 -ms-user-select: none;
2007 user-select: none;
2008 }
1163 }
2009 .btn:focus,
1164 .text-warning {
2010 .btn:active:focus,
1165 color: #8a6d3b;
2011 .btn.active:focus {
2012 outline: thin dotted;
2013 outline: 5px auto -webkit-focus-ring-color;
2014 outline-offset: -2px;
2015 }
1166 }
2016 .btn:hover,
1167 a.text-warning:hover {
2017 .btn:focus {
1168 color: #66512c;
2018 color: #333333;
2019 text-decoration: none;
2020 }
1169 }
2021 .btn:active,
1170 .text-danger {
2022 .btn.active {
1171 color: #a94442;
2023 outline: 0;
2024 background-image: none;
2025 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2026 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2027 }
1172 }
2028 .btn.disabled,
1173 a.text-danger:hover {
2029 .btn[disabled],
1174 color: #843534;
2030 fieldset[disabled] .btn {
2031 cursor: not-allowed;
2032 pointer-events: none;
2033 opacity: 0.65;
2034 filter: alpha(opacity=65);
2035 -webkit-box-shadow: none;
2036 box-shadow: none;
2037 }
1175 }
2038 .btn-default {
1176 .bg-primary {
2039 color: #333333;
1177 color: #fff;
2040 background-color: #ffffff;
1178 background-color: #337ab7;
2041 border-color: #cccccc;
2042 }
1179 }
2043 .btn-default:hover,
1180 a.bg-primary:hover {
2044 .btn-default:focus,
1181 background-color: #286090;
2045 .btn-default:active,
2046 .btn-default.active,
2047 .open .dropdown-toggle.btn-default {
2048 color: #333333;
2049 background-color: #ebebeb;
2050 border-color: #adadad;
2051 }
1182 }
2052 .btn-default:active,
1183 .bg-success {
2053 .btn-default.active,
1184 background-color: #dff0d8;
2054 .open .dropdown-toggle.btn-default {
2055 background-image: none;
2056 }
1185 }
2057 .btn-default.disabled,
1186 a.bg-success:hover {
2058 .btn-default[disabled],
1187 background-color: #c1e2b3;
2059 fieldset[disabled] .btn-default,
2060 .btn-default.disabled:hover,
2061 .btn-default[disabled]:hover,
2062 fieldset[disabled] .btn-default:hover,
2063 .btn-default.disabled:focus,
2064 .btn-default[disabled]:focus,
2065 fieldset[disabled] .btn-default:focus,
2066 .btn-default.disabled:active,
2067 .btn-default[disabled]:active,
2068 fieldset[disabled] .btn-default:active,
2069 .btn-default.disabled.active,
2070 .btn-default[disabled].active,
2071 fieldset[disabled] .btn-default.active {
2072 background-color: #ffffff;
2073 border-color: #cccccc;
2074 }
1188 }
2075 .btn-default .badge {
1189 .bg-info {
2076 color: #ffffff;
1190 background-color: #d9edf7;
2077 background-color: #333333;
2078 }
1191 }
2079 .btn-primary {
1192 a.bg-info:hover {
2080 color: #ffffff;
1193 background-color: #afd9ee;
2081 background-color: #428bca;
2082 border-color: #357ebd;
2083 }
1194 }
2084 .btn-primary:hover,
1195 .bg-warning {
2085 .btn-primary:focus,
1196 background-color: #fcf8e3;
2086 .btn-primary:active,
2087 .btn-primary.active,
2088 .open .dropdown-toggle.btn-primary {
2089 color: #ffffff;
2090 background-color: #3276b1;
2091 border-color: #285e8e;
2092 }
1197 }
2093 .btn-primary:active,
1198 a.bg-warning:hover {
2094 .btn-primary.active,
1199 background-color: #f7ecb5;
2095 .open .dropdown-toggle.btn-primary {
2096 background-image: none;
2097 }
1200 }
2098 .btn-primary.disabled,
1201 .bg-danger {
2099 .btn-primary[disabled],
1202 background-color: #f2dede;
2100 fieldset[disabled] .btn-primary,
2101 .btn-primary.disabled:hover,
2102 .btn-primary[disabled]:hover,
2103 fieldset[disabled] .btn-primary:hover,
2104 .btn-primary.disabled:focus,
2105 .btn-primary[disabled]:focus,
2106 fieldset[disabled] .btn-primary:focus,
2107 .btn-primary.disabled:active,
2108 .btn-primary[disabled]:active,
2109 fieldset[disabled] .btn-primary:active,
2110 .btn-primary.disabled.active,
2111 .btn-primary[disabled].active,
2112 fieldset[disabled] .btn-primary.active {
2113 background-color: #428bca;
2114 border-color: #357ebd;
2115 }
1203 }
2116 .btn-primary .badge {
1204 a.bg-danger:hover {
2117 color: #428bca;
1205 background-color: #e4b9b9;
2118 background-color: #ffffff;
2119 }
1206 }
2120 .btn-success {
1207 .page-header {
2121 color: #ffffff;
1208 padding-bottom: 8px;
2122 background-color: #5cb85c;
1209 margin: 36px 0 18px;
2123 border-color: #4cae4c;
1210 border-bottom: 1px solid #eeeeee;
2124 }
1211 }
2125 .btn-success:hover,
1212 ul,
2126 .btn-success:focus,
1213 ol {
2127 .btn-success:active,
1214 margin-top: 0;
2128 .btn-success.active,
1215 margin-bottom: 9px;
2129 .open .dropdown-toggle.btn-success {
2130 color: #ffffff;
2131 background-color: #47a447;
2132 border-color: #398439;
2133 }
1216 }
2134 .btn-success:active,
1217 ul ul,
2135 .btn-success.active,
1218 ol ul,
2136 .open .dropdown-toggle.btn-success {
1219 ul ol,
2137 background-image: none;
1220 ol ol {
1221 margin-bottom: 0;
2138 }
1222 }
2139 .btn-success.disabled,
1223 .list-unstyled {
2140 .btn-success[disabled],
1224 padding-left: 0;
2141 fieldset[disabled] .btn-success,
1225 list-style: none;
2142 .btn-success.disabled:hover,
2143 .btn-success[disabled]:hover,
2144 fieldset[disabled] .btn-success:hover,
2145 .btn-success.disabled:focus,
2146 .btn-success[disabled]:focus,
2147 fieldset[disabled] .btn-success:focus,
2148 .btn-success.disabled:active,
2149 .btn-success[disabled]:active,
2150 fieldset[disabled] .btn-success:active,
2151 .btn-success.disabled.active,
2152 .btn-success[disabled].active,
2153 fieldset[disabled] .btn-success.active {
2154 background-color: #5cb85c;
2155 border-color: #4cae4c;
2156 }
1226 }
2157 .btn-success .badge {
1227 .list-inline {
2158 color: #5cb85c;
1228 padding-left: 0;
2159 background-color: #ffffff;
1229 list-style: none;
1230 margin-left: -5px;
2160 }
1231 }
2161 .btn-info {
1232 .list-inline > li {
2162 color: #ffffff;
1233 display: inline-block;
2163 background-color: #5bc0de;
1234 padding-left: 5px;
2164 border-color: #46b8da;
1235 padding-right: 5px;
2165 }
1236 }
2166 .btn-info:hover,
1237 dl {
2167 .btn-info:focus,
1238 margin-top: 0;
2168 .btn-info:active,
1239 margin-bottom: 18px;
2169 .btn-info.active,
2170 .open .dropdown-toggle.btn-info {
2171 color: #ffffff;
2172 background-color: #39b3d7;
2173 border-color: #269abc;
2174 }
1240 }
2175 .btn-info:active,
1241 dt,
2176 .btn-info.active,
1242 dd {
2177 .open .dropdown-toggle.btn-info {
1243 line-height: 1.42857143;
2178 background-image: none;
2179 }
1244 }
2180 .btn-info.disabled,
1245 dt {
2181 .btn-info[disabled],
1246 font-weight: bold;
2182 fieldset[disabled] .btn-info,
2183 .btn-info.disabled:hover,
2184 .btn-info[disabled]:hover,
2185 fieldset[disabled] .btn-info:hover,
2186 .btn-info.disabled:focus,
2187 .btn-info[disabled]:focus,
2188 fieldset[disabled] .btn-info:focus,
2189 .btn-info.disabled:active,
2190 .btn-info[disabled]:active,
2191 fieldset[disabled] .btn-info:active,
2192 .btn-info.disabled.active,
2193 .btn-info[disabled].active,
2194 fieldset[disabled] .btn-info.active {
2195 background-color: #5bc0de;
2196 border-color: #46b8da;
2197 }
1247 }
2198 .btn-info .badge {
1248 dd {
2199 color: #5bc0de;
1249 margin-left: 0;
2200 background-color: #ffffff;
2201 }
1250 }
2202 .btn-warning {
1251 @media (min-width: 540px) {
2203 color: #ffffff;
1252 .dl-horizontal dt {
2204 background-color: #f0ad4e;
1253 float: left;
2205 border-color: #eea236;
1254 width: 160px;
1255 clear: left;
1256 text-align: right;
1257 overflow: hidden;
1258 text-overflow: ellipsis;
1259 white-space: nowrap;
1260 }
1261 .dl-horizontal dd {
1262 margin-left: 180px;
1263 }
2206 }
1264 }
2207 .btn-warning:hover,
1265 abbr[title],
2208 .btn-warning:focus,
1266 abbr[data-original-title] {
2209 .btn-warning:active,
1267 cursor: help;
2210 .btn-warning.active,
1268 border-bottom: 1px dotted #777777;
2211 .open .dropdown-toggle.btn-warning {
2212 color: #ffffff;
2213 background-color: #ed9c28;
2214 border-color: #d58512;
2215 }
1269 }
2216 .btn-warning:active,
1270 .initialism {
2217 .btn-warning.active,
1271 font-size: 90%;
2218 .open .dropdown-toggle.btn-warning {
1272 text-transform: uppercase;
2219 background-image: none;
2220 }
1273 }
2221 .btn-warning.disabled,
1274 blockquote {
2222 .btn-warning[disabled],
1275 padding: 9px 18px;
2223 fieldset[disabled] .btn-warning,
1276 margin: 0 0 18px;
2224 .btn-warning.disabled:hover,
1277 font-size: inherit;
2225 .btn-warning[disabled]:hover,
1278 border-left: 5px solid #eeeeee;
2226 fieldset[disabled] .btn-warning:hover,
2227 .btn-warning.disabled:focus,
2228 .btn-warning[disabled]:focus,
2229 fieldset[disabled] .btn-warning:focus,
2230 .btn-warning.disabled:active,
2231 .btn-warning[disabled]:active,
2232 fieldset[disabled] .btn-warning:active,
2233 .btn-warning.disabled.active,
2234 .btn-warning[disabled].active,
2235 fieldset[disabled] .btn-warning.active {
2236 background-color: #f0ad4e;
2237 border-color: #eea236;
2238 }
1279 }
2239 .btn-warning .badge {
1280 blockquote p:last-child,
2240 color: #f0ad4e;
1281 blockquote ul:last-child,
2241 background-color: #ffffff;
1282 blockquote ol:last-child {
1283 margin-bottom: 0;
1284 }
1285 blockquote footer,
1286 blockquote small,
1287 blockquote .small {
1288 display: block;
1289 font-size: 80%;
1290 line-height: 1.42857143;
1291 color: #777777;
1292 }
1293 blockquote footer:before,
1294 blockquote small:before,
1295 blockquote .small:before {
1296 content: '\2014 \00A0';
1297 }
1298 .blockquote-reverse,
1299 blockquote.pull-right {
1300 padding-right: 15px;
1301 padding-left: 0;
1302 border-right: 5px solid #eeeeee;
1303 border-left: 0;
1304 text-align: right;
2242 }
1305 }
2243 .btn-danger {
1306 .blockquote-reverse footer:before,
2244 color: #ffffff;
1307 blockquote.pull-right footer:before,
2245 background-color: #d9534f;
1308 .blockquote-reverse small:before,
2246 border-color: #d43f3a;
1309 blockquote.pull-right small:before,
1310 .blockquote-reverse .small:before,
1311 blockquote.pull-right .small:before {
1312 content: '';
2247 }
1313 }
2248 .btn-danger:hover,
1314 .blockquote-reverse footer:after,
2249 .btn-danger:focus,
1315 blockquote.pull-right footer:after,
2250 .btn-danger:active,
1316 .blockquote-reverse small:after,
2251 .btn-danger.active,
1317 blockquote.pull-right small:after,
2252 .open .dropdown-toggle.btn-danger {
1318 .blockquote-reverse .small:after,
2253 color: #ffffff;
1319 blockquote.pull-right .small:after {
2254 background-color: #d2322d;
1320 content: '\00A0 \2014';
2255 border-color: #ac2925;
2256 }
1321 }
2257 .btn-danger:active,
1322 address {
2258 .btn-danger.active,
1323 margin-bottom: 18px;
2259 .open .dropdown-toggle.btn-danger {
1324 font-style: normal;
2260 background-image: none;
1325 line-height: 1.42857143;
2261 }
1326 }
2262 .btn-danger.disabled,
1327 code,
2263 .btn-danger[disabled],
1328 kbd,
2264 fieldset[disabled] .btn-danger,
1329 pre,
2265 .btn-danger.disabled:hover,
1330 samp {
2266 .btn-danger[disabled]:hover,
1331 font-family: monospace;
2267 fieldset[disabled] .btn-danger:hover,
2268 .btn-danger.disabled:focus,
2269 .btn-danger[disabled]:focus,
2270 fieldset[disabled] .btn-danger:focus,
2271 .btn-danger.disabled:active,
2272 .btn-danger[disabled]:active,
2273 fieldset[disabled] .btn-danger:active,
2274 .btn-danger.disabled.active,
2275 .btn-danger[disabled].active,
2276 fieldset[disabled] .btn-danger.active {
2277 background-color: #d9534f;
2278 border-color: #d43f3a;
2279 }
1332 }
2280 .btn-danger .badge {
1333 code {
2281 color: #d9534f;
1334 padding: 2px 4px;
2282 background-color: #ffffff;
1335 font-size: 90%;
1336 color: #c7254e;
1337 background-color: #f9f2f4;
1338 border-radius: 2px;
2283 }
1339 }
2284 .btn-link {
1340 kbd {
2285 color: #428bca;
1341 padding: 2px 4px;
2286 font-weight: normal;
1342 font-size: 90%;
2287 cursor: pointer;
1343 color: #ffffff;
2288 border-radius: 0;
1344 background-color: #333333;
1345 border-radius: 1px;
1346 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
2289 }
1347 }
2290 .btn-link,
1348 kbd kbd {
2291 .btn-link:active,
1349 padding: 0;
2292 .btn-link[disabled],
1350 font-size: 100%;
2293 fieldset[disabled] .btn-link {
1351 font-weight: bold;
2294 background-color: transparent;
2295 -webkit-box-shadow: none;
2296 box-shadow: none;
1352 box-shadow: none;
2297 }
1353 }
2298 .btn-link,
1354 pre {
2299 .btn-link:hover,
1355 display: block;
2300 .btn-link:focus,
1356 padding: 8.5px;
2301 .btn-link:active {
1357 margin: 0 0 9px;
2302 border-color: transparent;
1358 font-size: 12px;
1359 line-height: 1.42857143;
1360 word-break: break-all;
1361 word-wrap: break-word;
1362 color: #333333;
1363 background-color: #f5f5f5;
1364 border: 1px solid #cccccc;
1365 border-radius: 2px;
2303 }
1366 }
2304 .btn-link:hover,
1367 pre code {
2305 .btn-link:focus {
1368 padding: 0;
2306 color: #2a6496;
1369 font-size: inherit;
2307 text-decoration: underline;
1370 color: inherit;
1371 white-space: pre-wrap;
2308 background-color: transparent;
1372 background-color: transparent;
1373 border-radius: 0;
2309 }
1374 }
2310 .btn-link[disabled]:hover,
1375 .pre-scrollable {
2311 fieldset[disabled] .btn-link:hover,
1376 max-height: 340px;
2312 .btn-link[disabled]:focus,
1377 overflow-y: scroll;
2313 fieldset[disabled] .btn-link:focus {
2314 color: #999999;
2315 text-decoration: none;
2316 }
2317 .btn-lg,
2318 .btn-group-lg > .btn {
2319 padding: 10px 16px;
2320 font-size: 17px;
2321 line-height: 1.33;
2322 border-radius: 3px;
2323 }
1378 }
2324 .btn-sm,
1379 .container {
2325 .btn-group-sm > .btn {
1380 margin-right: auto;
2326 padding: 5px 10px;
1381 margin-left: auto;
2327 font-size: 12px;
1382 padding-left: 0px;
2328 line-height: 1.5;
1383 padding-right: 0px;
2329 border-radius: 1px;
2330 }
1384 }
2331 .btn-xs,
1385 @media (min-width: 768px) {
2332 .btn-group-xs > .btn {
1386 .container {
2333 padding: 1px 5px;
1387 width: 720px;
2334 font-size: 12px;
1388 }
2335 line-height: 1.5;
2336 border-radius: 1px;
2337 }
1389 }
2338 .btn-block {
1390 @media (min-width: 992px) {
2339 display: block;
1391 .container {
2340 width: 100%;
1392 width: 940px;
2341 padding-left: 0;
1393 }
2342 padding-right: 0;
2343 }
1394 }
2344 .btn-block + .btn-block {
1395 @media (min-width: 1200px) {
2345 margin-top: 5px;
1396 .container {
1397 width: 1140px;
1398 }
2346 }
1399 }
2347 input[type="submit"].btn-block,
1400 .container-fluid {
2348 input[type="reset"].btn-block,
1401 margin-right: auto;
2349 input[type="button"].btn-block {
1402 margin-left: auto;
2350 width: 100%;
1403 padding-left: 0px;
1404 padding-right: 0px;
2351 }
1405 }
2352 .fade {
1406 .row {
2353 opacity: 0;
1407 margin-left: 0px;
2354 -webkit-transition: opacity 0.15s linear;
1408 margin-right: 0px;
2355 transition: opacity 0.15s linear;
2356 }
1409 }
2357 .fade.in {
1410 .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 {
2358 opacity: 1;
1411 position: relative;
1412 min-height: 1px;
1413 padding-left: 0px;
1414 padding-right: 0px;
2359 }
1415 }
2360 .collapse {
1416 .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 {
2361 display: none;
1417 float: left;
2362 }
1418 }
2363 .collapse.in {
1419 .col-xs-12 {
2364 display: block;
1420 width: 100%;
2365 }
1421 }
2366 .collapsing {
1422 .col-xs-11 {
2367 position: relative;
1423 width: 91.66666667%;
2368 height: 0;
2369 overflow: hidden;
2370 -webkit-transition: height 0.35s ease;
2371 transition: height 0.35s ease;
2372 }
1424 }
2373 @font-face {
1425 .col-xs-10 {
2374 font-family: 'Glyphicons Halflings';
1426 width: 83.33333333%;
2375 src: url('../fonts/glyphicons-halflings-regular.eot');
2376 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
2377 }
1427 }
2378 .glyphicon {
1428 .col-xs-9 {
2379 position: relative;
1429 width: 75%;
2380 top: 1px;
2381 display: inline-block;
2382 font-family: 'Glyphicons Halflings';
2383 font-style: normal;
2384 font-weight: normal;
2385 line-height: 1;
2386 -webkit-font-smoothing: antialiased;
2387 -moz-osx-font-smoothing: grayscale;
2388 }
1430 }
2389 .glyphicon-asterisk:before {
1431 .col-xs-8 {
2390 content: "\2a";
1432 width: 66.66666667%;
2391 }
1433 }
2392 .glyphicon-plus:before {
1434 .col-xs-7 {
2393 content: "\2b";
1435 width: 58.33333333%;
2394 }
1436 }
2395 .glyphicon-euro:before {
1437 .col-xs-6 {
2396 content: "\20ac";
1438 width: 50%;
2397 }
1439 }
2398 .glyphicon-minus:before {
1440 .col-xs-5 {
2399 content: "\2212";
1441 width: 41.66666667%;
2400 }
1442 }
2401 .glyphicon-cloud:before {
1443 .col-xs-4 {
2402 content: "\2601";
1444 width: 33.33333333%;
2403 }
1445 }
2404 .glyphicon-envelope:before {
1446 .col-xs-3 {
2405 content: "\2709";
1447 width: 25%;
2406 }
1448 }
2407 .glyphicon-pencil:before {
1449 .col-xs-2 {
2408 content: "\270f";
1450 width: 16.66666667%;
2409 }
1451 }
2410 .glyphicon-glass:before {
1452 .col-xs-1 {
2411 content: "\e001";
1453 width: 8.33333333%;
2412 }
1454 }
2413 .glyphicon-music:before {
1455 .col-xs-pull-12 {
2414 content: "\e002";
1456 right: 100%;
2415 }
1457 }
2416 .glyphicon-search:before {
1458 .col-xs-pull-11 {
2417 content: "\e003";
1459 right: 91.66666667%;
2418 }
1460 }
2419 .glyphicon-heart:before {
1461 .col-xs-pull-10 {
2420 content: "\e005";
1462 right: 83.33333333%;
2421 }
1463 }
2422 .glyphicon-star:before {
1464 .col-xs-pull-9 {
2423 content: "\e006";
1465 right: 75%;
2424 }
1466 }
2425 .glyphicon-star-empty:before {
1467 .col-xs-pull-8 {
2426 content: "\e007";
1468 right: 66.66666667%;
2427 }
1469 }
2428 .glyphicon-user:before {
1470 .col-xs-pull-7 {
2429 content: "\e008";
1471 right: 58.33333333%;
2430 }
1472 }
2431 .glyphicon-film:before {
1473 .col-xs-pull-6 {
2432 content: "\e009";
1474 right: 50%;
2433 }
1475 }
2434 .glyphicon-th-large:before {
1476 .col-xs-pull-5 {
2435 content: "\e010";
1477 right: 41.66666667%;
2436 }
1478 }
2437 .glyphicon-th:before {
1479 .col-xs-pull-4 {
2438 content: "\e011";
1480 right: 33.33333333%;
2439 }
1481 }
2440 .glyphicon-th-list:before {
1482 .col-xs-pull-3 {
2441 content: "\e012";
1483 right: 25%;
2442 }
1484 }
2443 .glyphicon-ok:before {
1485 .col-xs-pull-2 {
2444 content: "\e013";
1486 right: 16.66666667%;
2445 }
1487 }
2446 .glyphicon-remove:before {
1488 .col-xs-pull-1 {
2447 content: "\e014";
1489 right: 8.33333333%;
2448 }
1490 }
2449 .glyphicon-zoom-in:before {
1491 .col-xs-pull-0 {
2450 content: "\e015";
1492 right: auto;
2451 }
1493 }
2452 .glyphicon-zoom-out:before {
1494 .col-xs-push-12 {
2453 content: "\e016";
1495 left: 100%;
2454 }
1496 }
2455 .glyphicon-off:before {
1497 .col-xs-push-11 {
2456 content: "\e017";
1498 left: 91.66666667%;
2457 }
1499 }
2458 .glyphicon-signal:before {
1500 .col-xs-push-10 {
2459 content: "\e018";
1501 left: 83.33333333%;
2460 }
1502 }
2461 .glyphicon-cog:before {
1503 .col-xs-push-9 {
2462 content: "\e019";
1504 left: 75%;
2463 }
1505 }
2464 .glyphicon-trash:before {
1506 .col-xs-push-8 {
2465 content: "\e020";
1507 left: 66.66666667%;
2466 }
1508 }
2467 .glyphicon-home:before {
1509 .col-xs-push-7 {
2468 content: "\e021";
1510 left: 58.33333333%;
2469 }
1511 }
2470 .glyphicon-file:before {
1512 .col-xs-push-6 {
2471 content: "\e022";
1513 left: 50%;
2472 }
1514 }
2473 .glyphicon-time:before {
1515 .col-xs-push-5 {
2474 content: "\e023";
1516 left: 41.66666667%;
2475 }
1517 }
2476 .glyphicon-road:before {
1518 .col-xs-push-4 {
2477 content: "\e024";
1519 left: 33.33333333%;
2478 }
1520 }
2479 .glyphicon-download-alt:before {
1521 .col-xs-push-3 {
2480 content: "\e025";
1522 left: 25%;
2481 }
1523 }
2482 .glyphicon-download:before {
1524 .col-xs-push-2 {
2483 content: "\e026";
1525 left: 16.66666667%;
2484 }
1526 }
2485 .glyphicon-upload:before {
1527 .col-xs-push-1 {
2486 content: "\e027";
1528 left: 8.33333333%;
2487 }
1529 }
2488 .glyphicon-inbox:before {
1530 .col-xs-push-0 {
2489 content: "\e028";
1531 left: auto;
2490 }
1532 }
2491 .glyphicon-play-circle:before {
1533 .col-xs-offset-12 {
2492 content: "\e029";
1534 margin-left: 100%;
2493 }
1535 }
2494 .glyphicon-repeat:before {
1536 .col-xs-offset-11 {
2495 content: "\e030";
1537 margin-left: 91.66666667%;
2496 }
1538 }
2497 .glyphicon-refresh:before {
1539 .col-xs-offset-10 {
2498 content: "\e031";
1540 margin-left: 83.33333333%;
2499 }
1541 }
2500 .glyphicon-list-alt:before {
1542 .col-xs-offset-9 {
2501 content: "\e032";
1543 margin-left: 75%;
2502 }
1544 }
2503 .glyphicon-lock:before {
1545 .col-xs-offset-8 {
2504 content: "\e033";
1546 margin-left: 66.66666667%;
2505 }
1547 }
2506 .glyphicon-flag:before {
1548 .col-xs-offset-7 {
2507 content: "\e034";
1549 margin-left: 58.33333333%;
2508 }
1550 }
2509 .glyphicon-headphones:before {
1551 .col-xs-offset-6 {
2510 content: "\e035";
1552 margin-left: 50%;
2511 }
1553 }
2512 .glyphicon-volume-off:before {
1554 .col-xs-offset-5 {
2513 content: "\e036";
1555 margin-left: 41.66666667%;
2514 }
1556 }
2515 .glyphicon-volume-down:before {
1557 .col-xs-offset-4 {
2516 content: "\e037";
1558 margin-left: 33.33333333%;
2517 }
1559 }
2518 .glyphicon-volume-up:before {
1560 .col-xs-offset-3 {
2519 content: "\e038";
1561 margin-left: 25%;
2520 }
1562 }
2521 .glyphicon-qrcode:before {
1563 .col-xs-offset-2 {
2522 content: "\e039";
1564 margin-left: 16.66666667%;
2523 }
1565 }
2524 .glyphicon-barcode:before {
1566 .col-xs-offset-1 {
2525 content: "\e040";
1567 margin-left: 8.33333333%;
2526 }
1568 }
2527 .glyphicon-tag:before {
1569 .col-xs-offset-0 {
2528 content: "\e041";
1570 margin-left: 0%;
2529 }
1571 }
2530 .glyphicon-tags:before {
1572 @media (min-width: 768px) {
2531 content: "\e042";
1573 .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 {
1574 float: left;
1575 }
1576 .col-sm-12 {
1577 width: 100%;
1578 }
1579 .col-sm-11 {
1580 width: 91.66666667%;
1581 }
1582 .col-sm-10 {
1583 width: 83.33333333%;
1584 }
1585 .col-sm-9 {
1586 width: 75%;
1587 }
1588 .col-sm-8 {
1589 width: 66.66666667%;
1590 }
1591 .col-sm-7 {
1592 width: 58.33333333%;
1593 }
1594 .col-sm-6 {
1595 width: 50%;
1596 }
1597 .col-sm-5 {
1598 width: 41.66666667%;
1599 }
1600 .col-sm-4 {
1601 width: 33.33333333%;
1602 }
1603 .col-sm-3 {
1604 width: 25%;
1605 }
1606 .col-sm-2 {
1607 width: 16.66666667%;
1608 }
1609 .col-sm-1 {
1610 width: 8.33333333%;
1611 }
1612 .col-sm-pull-12 {
1613 right: 100%;
1614 }
1615 .col-sm-pull-11 {
1616 right: 91.66666667%;
1617 }
1618 .col-sm-pull-10 {
1619 right: 83.33333333%;
1620 }
1621 .col-sm-pull-9 {
1622 right: 75%;
1623 }
1624 .col-sm-pull-8 {
1625 right: 66.66666667%;
1626 }
1627 .col-sm-pull-7 {
1628 right: 58.33333333%;
1629 }
1630 .col-sm-pull-6 {
1631 right: 50%;
1632 }
1633 .col-sm-pull-5 {
1634 right: 41.66666667%;
1635 }
1636 .col-sm-pull-4 {
1637 right: 33.33333333%;
1638 }
1639 .col-sm-pull-3 {
1640 right: 25%;
1641 }
1642 .col-sm-pull-2 {
1643 right: 16.66666667%;
1644 }
1645 .col-sm-pull-1 {
1646 right: 8.33333333%;
1647 }
1648 .col-sm-pull-0 {
1649 right: auto;
1650 }
1651 .col-sm-push-12 {
1652 left: 100%;
1653 }
1654 .col-sm-push-11 {
1655 left: 91.66666667%;
1656 }
1657 .col-sm-push-10 {
1658 left: 83.33333333%;
1659 }
1660 .col-sm-push-9 {
1661 left: 75%;
1662 }
1663 .col-sm-push-8 {
1664 left: 66.66666667%;
1665 }
1666 .col-sm-push-7 {
1667 left: 58.33333333%;
1668 }
1669 .col-sm-push-6 {
1670 left: 50%;
1671 }
1672 .col-sm-push-5 {
1673 left: 41.66666667%;
1674 }
1675 .col-sm-push-4 {
1676 left: 33.33333333%;
1677 }
1678 .col-sm-push-3 {
1679 left: 25%;
1680 }
1681 .col-sm-push-2 {
1682 left: 16.66666667%;
1683 }
1684 .col-sm-push-1 {
1685 left: 8.33333333%;
1686 }
1687 .col-sm-push-0 {
1688 left: auto;
1689 }
1690 .col-sm-offset-12 {
1691 margin-left: 100%;
1692 }
1693 .col-sm-offset-11 {
1694 margin-left: 91.66666667%;
1695 }
1696 .col-sm-offset-10 {
1697 margin-left: 83.33333333%;
1698 }
1699 .col-sm-offset-9 {
1700 margin-left: 75%;
1701 }
1702 .col-sm-offset-8 {
1703 margin-left: 66.66666667%;
1704 }
1705 .col-sm-offset-7 {
1706 margin-left: 58.33333333%;
1707 }
1708 .col-sm-offset-6 {
1709 margin-left: 50%;
1710 }
1711 .col-sm-offset-5 {
1712 margin-left: 41.66666667%;
1713 }
1714 .col-sm-offset-4 {
1715 margin-left: 33.33333333%;
1716 }
1717 .col-sm-offset-3 {
1718 margin-left: 25%;
1719 }
1720 .col-sm-offset-2 {
1721 margin-left: 16.66666667%;
1722 }
1723 .col-sm-offset-1 {
1724 margin-left: 8.33333333%;
1725 }
1726 .col-sm-offset-0 {
1727 margin-left: 0%;
1728 }
2532 }
1729 }
2533 .glyphicon-book:before {
1730 @media (min-width: 992px) {
2534 content: "\e043";
1731 .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 {
1732 float: left;
1733 }
1734 .col-md-12 {
1735 width: 100%;
1736 }
1737 .col-md-11 {
1738 width: 91.66666667%;
1739 }
1740 .col-md-10 {
1741 width: 83.33333333%;
1742 }
1743 .col-md-9 {
1744 width: 75%;
1745 }
1746 .col-md-8 {
1747 width: 66.66666667%;
1748 }
1749 .col-md-7 {
1750 width: 58.33333333%;
1751 }
1752 .col-md-6 {
1753 width: 50%;
1754 }
1755 .col-md-5 {
1756 width: 41.66666667%;
1757 }
1758 .col-md-4 {
1759 width: 33.33333333%;
1760 }
1761 .col-md-3 {
1762 width: 25%;
1763 }
1764 .col-md-2 {
1765 width: 16.66666667%;
1766 }
1767 .col-md-1 {
1768 width: 8.33333333%;
1769 }
1770 .col-md-pull-12 {
1771 right: 100%;
1772 }
1773 .col-md-pull-11 {
1774 right: 91.66666667%;
1775 }
1776 .col-md-pull-10 {
1777 right: 83.33333333%;
1778 }
1779 .col-md-pull-9 {
1780 right: 75%;
1781 }
1782 .col-md-pull-8 {
1783 right: 66.66666667%;
1784 }
1785 .col-md-pull-7 {
1786 right: 58.33333333%;
1787 }
1788 .col-md-pull-6 {
1789 right: 50%;
1790 }
1791 .col-md-pull-5 {
1792 right: 41.66666667%;
1793 }
1794 .col-md-pull-4 {
1795 right: 33.33333333%;
1796 }
1797 .col-md-pull-3 {
1798 right: 25%;
1799 }
1800 .col-md-pull-2 {
1801 right: 16.66666667%;
1802 }
1803 .col-md-pull-1 {
1804 right: 8.33333333%;
1805 }
1806 .col-md-pull-0 {
1807 right: auto;
1808 }
1809 .col-md-push-12 {
1810 left: 100%;
1811 }
1812 .col-md-push-11 {
1813 left: 91.66666667%;
1814 }
1815 .col-md-push-10 {
1816 left: 83.33333333%;
1817 }
1818 .col-md-push-9 {
1819 left: 75%;
1820 }
1821 .col-md-push-8 {
1822 left: 66.66666667%;
1823 }
1824 .col-md-push-7 {
1825 left: 58.33333333%;
1826 }
1827 .col-md-push-6 {
1828 left: 50%;
1829 }
1830 .col-md-push-5 {
1831 left: 41.66666667%;
1832 }
1833 .col-md-push-4 {
1834 left: 33.33333333%;
1835 }
1836 .col-md-push-3 {
1837 left: 25%;
1838 }
1839 .col-md-push-2 {
1840 left: 16.66666667%;
1841 }
1842 .col-md-push-1 {
1843 left: 8.33333333%;
1844 }
1845 .col-md-push-0 {
1846 left: auto;
1847 }
1848 .col-md-offset-12 {
1849 margin-left: 100%;
1850 }
1851 .col-md-offset-11 {
1852 margin-left: 91.66666667%;
1853 }
1854 .col-md-offset-10 {
1855 margin-left: 83.33333333%;
1856 }
1857 .col-md-offset-9 {
1858 margin-left: 75%;
1859 }
1860 .col-md-offset-8 {
1861 margin-left: 66.66666667%;
1862 }
1863 .col-md-offset-7 {
1864 margin-left: 58.33333333%;
1865 }
1866 .col-md-offset-6 {
1867 margin-left: 50%;
1868 }
1869 .col-md-offset-5 {
1870 margin-left: 41.66666667%;
1871 }
1872 .col-md-offset-4 {
1873 margin-left: 33.33333333%;
1874 }
1875 .col-md-offset-3 {
1876 margin-left: 25%;
1877 }
1878 .col-md-offset-2 {
1879 margin-left: 16.66666667%;
1880 }
1881 .col-md-offset-1 {
1882 margin-left: 8.33333333%;
1883 }
1884 .col-md-offset-0 {
1885 margin-left: 0%;
1886 }
2535 }
1887 }
2536 .glyphicon-bookmark:before {
1888 @media (min-width: 1200px) {
2537 content: "\e044";
1889 .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 {
1890 float: left;
1891 }
1892 .col-lg-12 {
1893 width: 100%;
1894 }
1895 .col-lg-11 {
1896 width: 91.66666667%;
1897 }
1898 .col-lg-10 {
1899 width: 83.33333333%;
1900 }
1901 .col-lg-9 {
1902 width: 75%;
1903 }
1904 .col-lg-8 {
1905 width: 66.66666667%;
1906 }
1907 .col-lg-7 {
1908 width: 58.33333333%;
1909 }
1910 .col-lg-6 {
1911 width: 50%;
1912 }
1913 .col-lg-5 {
1914 width: 41.66666667%;
1915 }
1916 .col-lg-4 {
1917 width: 33.33333333%;
1918 }
1919 .col-lg-3 {
1920 width: 25%;
1921 }
1922 .col-lg-2 {
1923 width: 16.66666667%;
1924 }
1925 .col-lg-1 {
1926 width: 8.33333333%;
1927 }
1928 .col-lg-pull-12 {
1929 right: 100%;
1930 }
1931 .col-lg-pull-11 {
1932 right: 91.66666667%;
1933 }
1934 .col-lg-pull-10 {
1935 right: 83.33333333%;
1936 }
1937 .col-lg-pull-9 {
1938 right: 75%;
1939 }
1940 .col-lg-pull-8 {
1941 right: 66.66666667%;
1942 }
1943 .col-lg-pull-7 {
1944 right: 58.33333333%;
1945 }
1946 .col-lg-pull-6 {
1947 right: 50%;
1948 }
1949 .col-lg-pull-5 {
1950 right: 41.66666667%;
1951 }
1952 .col-lg-pull-4 {
1953 right: 33.33333333%;
1954 }
1955 .col-lg-pull-3 {
1956 right: 25%;
1957 }
1958 .col-lg-pull-2 {
1959 right: 16.66666667%;
1960 }
1961 .col-lg-pull-1 {
1962 right: 8.33333333%;
1963 }
1964 .col-lg-pull-0 {
1965 right: auto;
1966 }
1967 .col-lg-push-12 {
1968 left: 100%;
1969 }
1970 .col-lg-push-11 {
1971 left: 91.66666667%;
1972 }
1973 .col-lg-push-10 {
1974 left: 83.33333333%;
1975 }
1976 .col-lg-push-9 {
1977 left: 75%;
1978 }
1979 .col-lg-push-8 {
1980 left: 66.66666667%;
1981 }
1982 .col-lg-push-7 {
1983 left: 58.33333333%;
1984 }
1985 .col-lg-push-6 {
1986 left: 50%;
1987 }
1988 .col-lg-push-5 {
1989 left: 41.66666667%;
1990 }
1991 .col-lg-push-4 {
1992 left: 33.33333333%;
1993 }
1994 .col-lg-push-3 {
1995 left: 25%;
1996 }
1997 .col-lg-push-2 {
1998 left: 16.66666667%;
1999 }
2000 .col-lg-push-1 {
2001 left: 8.33333333%;
2002 }
2003 .col-lg-push-0 {
2004 left: auto;
2005 }
2006 .col-lg-offset-12 {
2007 margin-left: 100%;
2008 }
2009 .col-lg-offset-11 {
2010 margin-left: 91.66666667%;
2011 }
2012 .col-lg-offset-10 {
2013 margin-left: 83.33333333%;
2014 }
2015 .col-lg-offset-9 {
2016 margin-left: 75%;
2017 }
2018 .col-lg-offset-8 {
2019 margin-left: 66.66666667%;
2020 }
2021 .col-lg-offset-7 {
2022 margin-left: 58.33333333%;
2023 }
2024 .col-lg-offset-6 {
2025 margin-left: 50%;
2026 }
2027 .col-lg-offset-5 {
2028 margin-left: 41.66666667%;
2029 }
2030 .col-lg-offset-4 {
2031 margin-left: 33.33333333%;
2032 }
2033 .col-lg-offset-3 {
2034 margin-left: 25%;
2035 }
2036 .col-lg-offset-2 {
2037 margin-left: 16.66666667%;
2038 }
2039 .col-lg-offset-1 {
2040 margin-left: 8.33333333%;
2041 }
2042 .col-lg-offset-0 {
2043 margin-left: 0%;
2044 }
2538 }
2045 }
2539 .glyphicon-print:before {
2046 table {
2540 content: "\e045";
2047 background-color: transparent;
2541 }
2048 }
2542 .glyphicon-camera:before {
2049 caption {
2543 content: "\e046";
2050 padding-top: 8px;
2051 padding-bottom: 8px;
2052 color: #777777;
2053 text-align: left;
2544 }
2054 }
2545 .glyphicon-font:before {
2055 th {
2546 content: "\e047";
2056 text-align: left;
2547 }
2057 }
2548 .glyphicon-bold:before {
2058 .table {
2549 content: "\e048";
2059 width: 100%;
2060 max-width: 100%;
2061 margin-bottom: 18px;
2550 }
2062 }
2551 .glyphicon-italic:before {
2063 .table > thead > tr > th,
2552 content: "\e049";
2064 .table > tbody > tr > th,
2065 .table > tfoot > tr > th,
2066 .table > thead > tr > td,
2067 .table > tbody > tr > td,
2068 .table > tfoot > tr > td {
2069 padding: 8px;
2070 line-height: 1.42857143;
2071 vertical-align: top;
2072 border-top: 1px solid #dddddd;
2553 }
2073 }
2554 .glyphicon-text-height:before {
2074 .table > thead > tr > th {
2555 content: "\e050";
2075 vertical-align: bottom;
2076 border-bottom: 2px solid #dddddd;
2556 }
2077 }
2557 .glyphicon-text-width:before {
2078 .table > caption + thead > tr:first-child > th,
2558 content: "\e051";
2079 .table > colgroup + thead > tr:first-child > th,
2080 .table > thead:first-child > tr:first-child > th,
2081 .table > caption + thead > tr:first-child > td,
2082 .table > colgroup + thead > tr:first-child > td,
2083 .table > thead:first-child > tr:first-child > td {
2084 border-top: 0;
2559 }
2085 }
2560 .glyphicon-align-left:before {
2086 .table > tbody + tbody {
2561 content: "\e052";
2087 border-top: 2px solid #dddddd;
2562 }
2088 }
2563 .glyphicon-align-center:before {
2089 .table .table {
2564 content: "\e053";
2090 background-color: #ffffff;
2565 }
2091 }
2566 .glyphicon-align-right:before {
2092 .table-condensed > thead > tr > th,
2567 content: "\e054";
2093 .table-condensed > tbody > tr > th,
2094 .table-condensed > tfoot > tr > th,
2095 .table-condensed > thead > tr > td,
2096 .table-condensed > tbody > tr > td,
2097 .table-condensed > tfoot > tr > td {
2098 padding: 5px;
2568 }
2099 }
2569 .glyphicon-align-justify:before {
2100 .table-bordered {
2570 content: "\e055";
2101 border: 1px solid #dddddd;
2571 }
2102 }
2572 .glyphicon-list:before {
2103 .table-bordered > thead > tr > th,
2573 content: "\e056";
2104 .table-bordered > tbody > tr > th,
2105 .table-bordered > tfoot > tr > th,
2106 .table-bordered > thead > tr > td,
2107 .table-bordered > tbody > tr > td,
2108 .table-bordered > tfoot > tr > td {
2109 border: 1px solid #dddddd;
2574 }
2110 }
2575 .glyphicon-indent-left:before {
2111 .table-bordered > thead > tr > th,
2576 content: "\e057";
2112 .table-bordered > thead > tr > td {
2113 border-bottom-width: 2px;
2577 }
2114 }
2578 .glyphicon-indent-right:before {
2115 .table-striped > tbody > tr:nth-child(odd) {
2579 content: "\e058";
2116 background-color: #f9f9f9;
2580 }
2117 }
2581 .glyphicon-facetime-video:before {
2118 .table-hover > tbody > tr:hover {
2582 content: "\e059";
2119 background-color: #f5f5f5;
2583 }
2120 }
2584 .glyphicon-picture:before {
2121 table col[class*="col-"] {
2585 content: "\e060";
2122 position: static;
2123 float: none;
2124 display: table-column;
2586 }
2125 }
2587 .glyphicon-map-marker:before {
2126 table td[class*="col-"],
2588 content: "\e062";
2127 table th[class*="col-"] {
2128 position: static;
2129 float: none;
2130 display: table-cell;
2589 }
2131 }
2590 .glyphicon-adjust:before {
2132 .table > thead > tr > td.active,
2591 content: "\e063";
2133 .table > tbody > tr > td.active,
2134 .table > tfoot > tr > td.active,
2135 .table > thead > tr > th.active,
2136 .table > tbody > tr > th.active,
2137 .table > tfoot > tr > th.active,
2138 .table > thead > tr.active > td,
2139 .table > tbody > tr.active > td,
2140 .table > tfoot > tr.active > td,
2141 .table > thead > tr.active > th,
2142 .table > tbody > tr.active > th,
2143 .table > tfoot > tr.active > th {
2144 background-color: #f5f5f5;
2592 }
2145 }
2593 .glyphicon-tint:before {
2146 .table-hover > tbody > tr > td.active:hover,
2594 content: "\e064";
2147 .table-hover > tbody > tr > th.active:hover,
2148 .table-hover > tbody > tr.active:hover > td,
2149 .table-hover > tbody > tr:hover > .active,
2150 .table-hover > tbody > tr.active:hover > th {
2151 background-color: #e8e8e8;
2595 }
2152 }
2596 .glyphicon-edit:before {
2153 .table > thead > tr > td.success,
2597 content: "\e065";
2154 .table > tbody > tr > td.success,
2155 .table > tfoot > tr > td.success,
2156 .table > thead > tr > th.success,
2157 .table > tbody > tr > th.success,
2158 .table > tfoot > tr > th.success,
2159 .table > thead > tr.success > td,
2160 .table > tbody > tr.success > td,
2161 .table > tfoot > tr.success > td,
2162 .table > thead > tr.success > th,
2163 .table > tbody > tr.success > th,
2164 .table > tfoot > tr.success > th {
2165 background-color: #dff0d8;
2598 }
2166 }
2599 .glyphicon-share:before {
2167 .table-hover > tbody > tr > td.success:hover,
2600 content: "\e066";
2168 .table-hover > tbody > tr > th.success:hover,
2169 .table-hover > tbody > tr.success:hover > td,
2170 .table-hover > tbody > tr:hover > .success,
2171 .table-hover > tbody > tr.success:hover > th {
2172 background-color: #d0e9c6;
2601 }
2173 }
2602 .glyphicon-check:before {
2174 .table > thead > tr > td.info,
2603 content: "\e067";
2175 .table > tbody > tr > td.info,
2176 .table > tfoot > tr > td.info,
2177 .table > thead > tr > th.info,
2178 .table > tbody > tr > th.info,
2179 .table > tfoot > tr > th.info,
2180 .table > thead > tr.info > td,
2181 .table > tbody > tr.info > td,
2182 .table > tfoot > tr.info > td,
2183 .table > thead > tr.info > th,
2184 .table > tbody > tr.info > th,
2185 .table > tfoot > tr.info > th {
2186 background-color: #d9edf7;
2604 }
2187 }
2605 .glyphicon-move:before {
2188 .table-hover > tbody > tr > td.info:hover,
2606 content: "\e068";
2189 .table-hover > tbody > tr > th.info:hover,
2190 .table-hover > tbody > tr.info:hover > td,
2191 .table-hover > tbody > tr:hover > .info,
2192 .table-hover > tbody > tr.info:hover > th {
2193 background-color: #c4e3f3;
2607 }
2194 }
2608 .glyphicon-step-backward:before {
2195 .table > thead > tr > td.warning,
2609 content: "\e069";
2196 .table > tbody > tr > td.warning,
2197 .table > tfoot > tr > td.warning,
2198 .table > thead > tr > th.warning,
2199 .table > tbody > tr > th.warning,
2200 .table > tfoot > tr > th.warning,
2201 .table > thead > tr.warning > td,
2202 .table > tbody > tr.warning > td,
2203 .table > tfoot > tr.warning > td,
2204 .table > thead > tr.warning > th,
2205 .table > tbody > tr.warning > th,
2206 .table > tfoot > tr.warning > th {
2207 background-color: #fcf8e3;
2610 }
2208 }
2611 .glyphicon-fast-backward:before {
2209 .table-hover > tbody > tr > td.warning:hover,
2612 content: "\e070";
2210 .table-hover > tbody > tr > th.warning:hover,
2211 .table-hover > tbody > tr.warning:hover > td,
2212 .table-hover > tbody > tr:hover > .warning,
2213 .table-hover > tbody > tr.warning:hover > th {
2214 background-color: #faf2cc;
2613 }
2215 }
2614 .glyphicon-backward:before {
2216 .table > thead > tr > td.danger,
2615 content: "\e071";
2217 .table > tbody > tr > td.danger,
2218 .table > tfoot > tr > td.danger,
2219 .table > thead > tr > th.danger,
2220 .table > tbody > tr > th.danger,
2221 .table > tfoot > tr > th.danger,
2222 .table > thead > tr.danger > td,
2223 .table > tbody > tr.danger > td,
2224 .table > tfoot > tr.danger > td,
2225 .table > thead > tr.danger > th,
2226 .table > tbody > tr.danger > th,
2227 .table > tfoot > tr.danger > th {
2228 background-color: #f2dede;
2616 }
2229 }
2617 .glyphicon-play:before {
2230 .table-hover > tbody > tr > td.danger:hover,
2618 content: "\e072";
2231 .table-hover > tbody > tr > th.danger:hover,
2232 .table-hover > tbody > tr.danger:hover > td,
2233 .table-hover > tbody > tr:hover > .danger,
2234 .table-hover > tbody > tr.danger:hover > th {
2235 background-color: #ebcccc;
2619 }
2236 }
2620 .glyphicon-pause:before {
2237 .table-responsive {
2621 content: "\e073";
2238 overflow-x: auto;
2239 min-height: 0.01%;
2622 }
2240 }
2623 .glyphicon-stop:before {
2241 @media screen and (max-width: 767px) {
2624 content: "\e074";
2242 .table-responsive {
2243 width: 100%;
2244 margin-bottom: 13.5px;
2245 overflow-y: hidden;
2246 -ms-overflow-style: -ms-autohiding-scrollbar;
2247 border: 1px solid #dddddd;
2248 }
2249 .table-responsive > .table {
2250 margin-bottom: 0;
2251 }
2252 .table-responsive > .table > thead > tr > th,
2253 .table-responsive > .table > tbody > tr > th,
2254 .table-responsive > .table > tfoot > tr > th,
2255 .table-responsive > .table > thead > tr > td,
2256 .table-responsive > .table > tbody > tr > td,
2257 .table-responsive > .table > tfoot > tr > td {
2258 white-space: nowrap;
2259 }
2260 .table-responsive > .table-bordered {
2261 border: 0;
2262 }
2263 .table-responsive > .table-bordered > thead > tr > th:first-child,
2264 .table-responsive > .table-bordered > tbody > tr > th:first-child,
2265 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
2266 .table-responsive > .table-bordered > thead > tr > td:first-child,
2267 .table-responsive > .table-bordered > tbody > tr > td:first-child,
2268 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
2269 border-left: 0;
2270 }
2271 .table-responsive > .table-bordered > thead > tr > th:last-child,
2272 .table-responsive > .table-bordered > tbody > tr > th:last-child,
2273 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
2274 .table-responsive > .table-bordered > thead > tr > td:last-child,
2275 .table-responsive > .table-bordered > tbody > tr > td:last-child,
2276 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
2277 border-right: 0;
2278 }
2279 .table-responsive > .table-bordered > tbody > tr:last-child > th,
2280 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
2281 .table-responsive > .table-bordered > tbody > tr:last-child > td,
2282 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
2283 border-bottom: 0;
2284 }
2625 }
2285 }
2626 .glyphicon-forward:before {
2286 fieldset {
2627 content: "\e075";
2287 padding: 0;
2288 margin: 0;
2289 border: 0;
2290 min-width: 0;
2628 }
2291 }
2629 .glyphicon-fast-forward:before {
2292 legend {
2630 content: "\e076";
2293 display: block;
2294 width: 100%;
2295 padding: 0;
2296 margin-bottom: 18px;
2297 font-size: 19.5px;
2298 line-height: inherit;
2299 color: #333333;
2300 border: 0;
2301 border-bottom: 1px solid #e5e5e5;
2631 }
2302 }
2632 .glyphicon-step-forward:before {
2303 label {
2633 content: "\e077";
2304 display: inline-block;
2305 max-width: 100%;
2306 margin-bottom: 5px;
2307 font-weight: bold;
2634 }
2308 }
2635 .glyphicon-eject:before {
2309 input[type="search"] {
2636 content: "\e078";
2310 -webkit-box-sizing: border-box;
2311 -moz-box-sizing: border-box;
2312 box-sizing: border-box;
2637 }
2313 }
2638 .glyphicon-chevron-left:before {
2314 input[type="radio"],
2639 content: "\e079";
2315 input[type="checkbox"] {
2316 margin: 4px 0 0;
2317 margin-top: 1px \9;
2318 line-height: normal;
2640 }
2319 }
2641 .glyphicon-chevron-right:before {
2320 input[type="file"] {
2642 content: "\e080";
2321 display: block;
2643 }
2322 }
2644 .glyphicon-plus-sign:before {
2323 input[type="range"] {
2645 content: "\e081";
2324 display: block;
2325 width: 100%;
2646 }
2326 }
2647 .glyphicon-minus-sign:before {
2327 select[multiple],
2648 content: "\e082";
2328 select[size] {
2329 height: auto;
2649 }
2330 }
2650 .glyphicon-remove-sign:before {
2331 input[type="file"]:focus,
2651 content: "\e083";
2332 input[type="radio"]:focus,
2333 input[type="checkbox"]:focus {
2334 outline: thin dotted;
2335 outline: 5px auto -webkit-focus-ring-color;
2336 outline-offset: -2px;
2652 }
2337 }
2653 .glyphicon-ok-sign:before {
2338 output {
2654 content: "\e084";
2339 display: block;
2340 padding-top: 7px;
2341 font-size: 13px;
2342 line-height: 1.42857143;
2343 color: #555555;
2655 }
2344 }
2656 .glyphicon-question-sign:before {
2345 .form-control {
2657 content: "\e085";
2346 display: block;
2347 width: 100%;
2348 height: 32px;
2349 padding: 6px 12px;
2350 font-size: 13px;
2351 line-height: 1.42857143;
2352 color: #555555;
2353 background-color: #ffffff;
2354 background-image: none;
2355 border: 1px solid #cccccc;
2356 border-radius: 2px;
2357 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2358 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2359 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2360 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2361 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2658 }
2362 }
2659 .glyphicon-info-sign:before {
2363 .form-control:focus {
2660 content: "\e086";
2364 border-color: #66afe9;
2365 outline: 0;
2366 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2367 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2661 }
2368 }
2662 .glyphicon-screenshot:before {
2369 .form-control::-moz-placeholder {
2663 content: "\e087";
2370 color: #999999;
2371 opacity: 1;
2664 }
2372 }
2665 .glyphicon-remove-circle:before {
2373 .form-control:-ms-input-placeholder {
2666 content: "\e088";
2374 color: #999999;
2667 }
2375 }
2668 .glyphicon-ok-circle:before {
2376 .form-control::-webkit-input-placeholder {
2669 content: "\e089";
2377 color: #999999;
2670 }
2378 }
2671 .glyphicon-ban-circle:before {
2379 .form-control[disabled],
2672 content: "\e090";
2380 .form-control[readonly],
2381 fieldset[disabled] .form-control {
2382 cursor: not-allowed;
2383 background-color: #eeeeee;
2384 opacity: 1;
2673 }
2385 }
2674 .glyphicon-arrow-left:before {
2386 textarea.form-control {
2675 content: "\e091";
2387 height: auto;
2676 }
2388 }
2677 .glyphicon-arrow-right:before {
2389 input[type="search"] {
2678 content: "\e092";
2390 -webkit-appearance: none;
2679 }
2391 }
2680 .glyphicon-arrow-up:before {
2392 @media screen and (-webkit-min-device-pixel-ratio: 0) {
2681 content: "\e093";
2393 input[type="date"],
2394 input[type="time"],
2395 input[type="datetime-local"],
2396 input[type="month"] {
2397 line-height: 32px;
2398 }
2399 input[type="date"].input-sm,
2400 input[type="time"].input-sm,
2401 input[type="datetime-local"].input-sm,
2402 input[type="month"].input-sm {
2403 line-height: 30px;
2404 }
2405 input[type="date"].input-lg,
2406 input[type="time"].input-lg,
2407 input[type="datetime-local"].input-lg,
2408 input[type="month"].input-lg {
2409 line-height: 45px;
2410 }
2682 }
2411 }
2683 .glyphicon-arrow-down:before {
2412 .form-group {
2684 content: "\e094";
2413 margin-bottom: 15px;
2685 }
2414 }
2686 .glyphicon-share-alt:before {
2415 .radio,
2687 content: "\e095";
2416 .checkbox {
2417 position: relative;
2418 display: block;
2419 margin-top: 10px;
2420 margin-bottom: 10px;
2688 }
2421 }
2689 .glyphicon-resize-full:before {
2422 .radio label,
2690 content: "\e096";
2423 .checkbox label {
2424 min-height: 18px;
2425 padding-left: 20px;
2426 margin-bottom: 0;
2427 font-weight: normal;
2428 cursor: pointer;
2691 }
2429 }
2692 .glyphicon-resize-small:before {
2430 .radio input[type="radio"],
2693 content: "\e097";
2431 .radio-inline input[type="radio"],
2432 .checkbox input[type="checkbox"],
2433 .checkbox-inline input[type="checkbox"] {
2434 position: absolute;
2435 margin-left: -20px;
2436 margin-top: 4px \9;
2694 }
2437 }
2695 .glyphicon-exclamation-sign:before {
2438 .radio + .radio,
2696 content: "\e101";
2439 .checkbox + .checkbox {
2440 margin-top: -5px;
2697 }
2441 }
2698 .glyphicon-gift:before {
2442 .radio-inline,
2699 content: "\e102";
2443 .checkbox-inline {
2444 display: inline-block;
2445 padding-left: 20px;
2446 margin-bottom: 0;
2447 vertical-align: middle;
2448 font-weight: normal;
2449 cursor: pointer;
2700 }
2450 }
2701 .glyphicon-leaf:before {
2451 .radio-inline + .radio-inline,
2702 content: "\e103";
2452 .checkbox-inline + .checkbox-inline {
2453 margin-top: 0;
2454 margin-left: 10px;
2703 }
2455 }
2704 .glyphicon-fire:before {
2456 input[type="radio"][disabled],
2705 content: "\e104";
2457 input[type="checkbox"][disabled],
2458 input[type="radio"].disabled,
2459 input[type="checkbox"].disabled,
2460 fieldset[disabled] input[type="radio"],
2461 fieldset[disabled] input[type="checkbox"] {
2462 cursor: not-allowed;
2706 }
2463 }
2707 .glyphicon-eye-open:before {
2464 .radio-inline.disabled,
2708 content: "\e105";
2465 .checkbox-inline.disabled,
2466 fieldset[disabled] .radio-inline,
2467 fieldset[disabled] .checkbox-inline {
2468 cursor: not-allowed;
2709 }
2469 }
2710 .glyphicon-eye-close:before {
2470 .radio.disabled label,
2711 content: "\e106";
2471 .checkbox.disabled label,
2472 fieldset[disabled] .radio label,
2473 fieldset[disabled] .checkbox label {
2474 cursor: not-allowed;
2712 }
2475 }
2713 .glyphicon-warning-sign:before {
2476 .form-control-static {
2714 content: "\e107";
2477 padding-top: 7px;
2478 padding-bottom: 7px;
2479 margin-bottom: 0;
2715 }
2480 }
2716 .glyphicon-plane:before {
2481 .form-control-static.input-lg,
2717 content: "\e108";
2482 .form-control-static.input-sm {
2483 padding-left: 0;
2484 padding-right: 0;
2718 }
2485 }
2719 .glyphicon-calendar:before {
2486 .input-sm,
2720 content: "\e109";
2487 .form-group-sm .form-control {
2488 height: 30px;
2489 padding: 5px 10px;
2490 font-size: 12px;
2491 line-height: 1.5;
2492 border-radius: 1px;
2721 }
2493 }
2722 .glyphicon-random:before {
2494 select.input-sm,
2723 content: "\e110";
2495 select.form-group-sm .form-control {
2496 height: 30px;
2497 line-height: 30px;
2724 }
2498 }
2725 .glyphicon-comment:before {
2499 textarea.input-sm,
2726 content: "\e111";
2500 textarea.form-group-sm .form-control,
2501 select[multiple].input-sm,
2502 select[multiple].form-group-sm .form-control {
2503 height: auto;
2727 }
2504 }
2728 .glyphicon-magnet:before {
2505 .input-lg,
2729 content: "\e112";
2506 .form-group-lg .form-control {
2507 height: 45px;
2508 padding: 10px 16px;
2509 font-size: 17px;
2510 line-height: 1.33;
2511 border-radius: 3px;
2730 }
2512 }
2731 .glyphicon-chevron-up:before {
2513 select.input-lg,
2732 content: "\e113";
2514 select.form-group-lg .form-control {
2515 height: 45px;
2516 line-height: 45px;
2733 }
2517 }
2734 .glyphicon-chevron-down:before {
2518 textarea.input-lg,
2735 content: "\e114";
2519 textarea.form-group-lg .form-control,
2520 select[multiple].input-lg,
2521 select[multiple].form-group-lg .form-control {
2522 height: auto;
2736 }
2523 }
2737 .glyphicon-retweet:before {
2524 .has-feedback {
2738 content: "\e115";
2525 position: relative;
2739 }
2526 }
2740 .glyphicon-shopping-cart:before {
2527 .has-feedback .form-control {
2741 content: "\e116";
2528 padding-right: 40px;
2742 }
2529 }
2743 .glyphicon-folder-close:before {
2530 .form-control-feedback {
2744 content: "\e117";
2531 position: absolute;
2532 top: 0;
2533 right: 0;
2534 z-index: 2;
2535 display: block;
2536 width: 32px;
2537 height: 32px;
2538 line-height: 32px;
2539 text-align: center;
2540 pointer-events: none;
2745 }
2541 }
2746 .glyphicon-folder-open:before {
2542 .input-lg + .form-control-feedback {
2747 content: "\e118";
2543 width: 45px;
2544 height: 45px;
2545 line-height: 45px;
2748 }
2546 }
2749 .glyphicon-resize-vertical:before {
2547 .input-sm + .form-control-feedback {
2750 content: "\e119";
2548 width: 30px;
2549 height: 30px;
2550 line-height: 30px;
2751 }
2551 }
2752 .glyphicon-resize-horizontal:before {
2552 .has-success .help-block,
2753 content: "\e120";
2553 .has-success .control-label,
2554 .has-success .radio,
2555 .has-success .checkbox,
2556 .has-success .radio-inline,
2557 .has-success .checkbox-inline,
2558 .has-success.radio label,
2559 .has-success.checkbox label,
2560 .has-success.radio-inline label,
2561 .has-success.checkbox-inline label {
2562 color: #3c763d;
2754 }
2563 }
2755 .glyphicon-hdd:before {
2564 .has-success .form-control {
2756 content: "\e121";
2565 border-color: #3c763d;
2566 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2567 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2757 }
2568 }
2758 .glyphicon-bullhorn:before {
2569 .has-success .form-control:focus {
2759 content: "\e122";
2570 border-color: #2b542c;
2571 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2572 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2760 }
2573 }
2761 .glyphicon-bell:before {
2574 .has-success .input-group-addon {
2762 content: "\e123";
2575 color: #3c763d;
2576 border-color: #3c763d;
2577 background-color: #dff0d8;
2763 }
2578 }
2764 .glyphicon-certificate:before {
2579 .has-success .form-control-feedback {
2765 content: "\e124";
2580 color: #3c763d;
2766 }
2581 }
2767 .glyphicon-thumbs-up:before {
2582 .has-warning .help-block,
2768 content: "\e125";
2583 .has-warning .control-label,
2584 .has-warning .radio,
2585 .has-warning .checkbox,
2586 .has-warning .radio-inline,
2587 .has-warning .checkbox-inline,
2588 .has-warning.radio label,
2589 .has-warning.checkbox label,
2590 .has-warning.radio-inline label,
2591 .has-warning.checkbox-inline label {
2592 color: #8a6d3b;
2769 }
2593 }
2770 .glyphicon-thumbs-down:before {
2594 .has-warning .form-control {
2771 content: "\e126";
2595 border-color: #8a6d3b;
2596 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2597 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2772 }
2598 }
2773 .glyphicon-hand-right:before {
2599 .has-warning .form-control:focus {
2774 content: "\e127";
2600 border-color: #66512c;
2601 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2602 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2775 }
2603 }
2776 .glyphicon-hand-left:before {
2604 .has-warning .input-group-addon {
2777 content: "\e128";
2605 color: #8a6d3b;
2606 border-color: #8a6d3b;
2607 background-color: #fcf8e3;
2778 }
2608 }
2779 .glyphicon-hand-up:before {
2609 .has-warning .form-control-feedback {
2780 content: "\e129";
2610 color: #8a6d3b;
2781 }
2611 }
2782 .glyphicon-hand-down:before {
2612 .has-error .help-block,
2783 content: "\e130";
2613 .has-error .control-label,
2614 .has-error .radio,
2615 .has-error .checkbox,
2616 .has-error .radio-inline,
2617 .has-error .checkbox-inline,
2618 .has-error.radio label,
2619 .has-error.checkbox label,
2620 .has-error.radio-inline label,
2621 .has-error.checkbox-inline label {
2622 color: #a94442;
2784 }
2623 }
2785 .glyphicon-circle-arrow-right:before {
2624 .has-error .form-control {
2786 content: "\e131";
2625 border-color: #a94442;
2626 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2627 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2787 }
2628 }
2788 .glyphicon-circle-arrow-left:before {
2629 .has-error .form-control:focus {
2789 content: "\e132";
2630 border-color: #843534;
2631 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2632 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2790 }
2633 }
2791 .glyphicon-circle-arrow-up:before {
2634 .has-error .input-group-addon {
2792 content: "\e133";
2635 color: #a94442;
2636 border-color: #a94442;
2637 background-color: #f2dede;
2793 }
2638 }
2794 .glyphicon-circle-arrow-down:before {
2639 .has-error .form-control-feedback {
2795 content: "\e134";
2640 color: #a94442;
2796 }
2641 }
2797 .glyphicon-globe:before {
2642 .has-feedback label ~ .form-control-feedback {
2798 content: "\e135";
2643 top: 23px;
2799 }
2644 }
2800 .glyphicon-wrench:before {
2645 .has-feedback label.sr-only ~ .form-control-feedback {
2801 content: "\e136";
2646 top: 0;
2802 }
2647 }
2803 .glyphicon-tasks:before {
2648 .help-block {
2804 content: "\e137";
2649 display: block;
2650 margin-top: 5px;
2651 margin-bottom: 10px;
2652 color: #404040;
2805 }
2653 }
2806 .glyphicon-filter:before {
2654 @media (min-width: 768px) {
2807 content: "\e138";
2655 .form-inline .form-group {
2656 display: inline-block;
2657 margin-bottom: 0;
2658 vertical-align: middle;
2659 }
2660 .form-inline .form-control {
2661 display: inline-block;
2662 width: auto;
2663 vertical-align: middle;
2664 }
2665 .form-inline .form-control-static {
2666 display: inline-block;
2667 }
2668 .form-inline .input-group {
2669 display: inline-table;
2670 vertical-align: middle;
2671 }
2672 .form-inline .input-group .input-group-addon,
2673 .form-inline .input-group .input-group-btn,
2674 .form-inline .input-group .form-control {
2675 width: auto;
2676 }
2677 .form-inline .input-group > .form-control {
2678 width: 100%;
2679 }
2680 .form-inline .control-label {
2681 margin-bottom: 0;
2682 vertical-align: middle;
2683 }
2684 .form-inline .radio,
2685 .form-inline .checkbox {
2686 display: inline-block;
2687 margin-top: 0;
2688 margin-bottom: 0;
2689 vertical-align: middle;
2690 }
2691 .form-inline .radio label,
2692 .form-inline .checkbox label {
2693 padding-left: 0;
2694 }
2695 .form-inline .radio input[type="radio"],
2696 .form-inline .checkbox input[type="checkbox"] {
2697 position: relative;
2698 margin-left: 0;
2699 }
2700 .form-inline .has-feedback .form-control-feedback {
2701 top: 0;
2702 }
2808 }
2703 }
2809 .glyphicon-briefcase:before {
2704 .form-horizontal .radio,
2810 content: "\e139";
2705 .form-horizontal .checkbox,
2706 .form-horizontal .radio-inline,
2707 .form-horizontal .checkbox-inline {
2708 margin-top: 0;
2709 margin-bottom: 0;
2710 padding-top: 7px;
2811 }
2711 }
2812 .glyphicon-fullscreen:before {
2712 .form-horizontal .radio,
2813 content: "\e140";
2713 .form-horizontal .checkbox {
2714 min-height: 25px;
2814 }
2715 }
2815 .glyphicon-dashboard:before {
2716 .form-horizontal .form-group {
2816 content: "\e141";
2717 margin-left: 0px;
2718 margin-right: 0px;
2817 }
2719 }
2818 .glyphicon-paperclip:before {
2720 @media (min-width: 768px) {
2819 content: "\e142";
2721 .form-horizontal .control-label {
2722 text-align: right;
2723 margin-bottom: 0;
2724 padding-top: 7px;
2725 }
2820 }
2726 }
2821 .glyphicon-heart-empty:before {
2727 .form-horizontal .has-feedback .form-control-feedback {
2822 content: "\e143";
2728 right: 0px;
2823 }
2729 }
2824 .glyphicon-link:before {
2730 @media (min-width: 768px) {
2825 content: "\e144";
2731 .form-horizontal .form-group-lg .control-label {
2732 padding-top: 14.3px;
2733 }
2826 }
2734 }
2827 .glyphicon-phone:before {
2735 @media (min-width: 768px) {
2828 content: "\e145";
2736 .form-horizontal .form-group-sm .control-label {
2737 padding-top: 6px;
2738 }
2829 }
2739 }
2830 .glyphicon-pushpin:before {
2740 .btn {
2831 content: "\e146";
2741 display: inline-block;
2742 margin-bottom: 0;
2743 font-weight: normal;
2744 text-align: center;
2745 vertical-align: middle;
2746 touch-action: manipulation;
2747 cursor: pointer;
2748 background-image: none;
2749 border: 1px solid transparent;
2750 white-space: nowrap;
2751 padding: 6px 12px;
2752 font-size: 13px;
2753 line-height: 1.42857143;
2754 border-radius: 2px;
2755 -webkit-user-select: none;
2756 -moz-user-select: none;
2757 -ms-user-select: none;
2758 user-select: none;
2832 }
2759 }
2833 .glyphicon-usd:before {
2760 .btn:focus,
2834 content: "\e148";
2761 .btn:active:focus,
2762 .btn.active:focus,
2763 .btn.focus,
2764 .btn:active.focus,
2765 .btn.active.focus {
2766 outline: thin dotted;
2767 outline: 5px auto -webkit-focus-ring-color;
2768 outline-offset: -2px;
2835 }
2769 }
2836 .glyphicon-gbp:before {
2770 .btn:hover,
2837 content: "\e149";
2771 .btn:focus,
2772 .btn.focus {
2773 color: #333333;
2774 text-decoration: none;
2838 }
2775 }
2839 .glyphicon-sort:before {
2776 .btn:active,
2840 content: "\e150";
2777 .btn.active {
2778 outline: 0;
2779 background-image: none;
2780 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2781 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2841 }
2782 }
2842 .glyphicon-sort-by-alphabet:before {
2783 .btn.disabled,
2843 content: "\e151";
2784 .btn[disabled],
2785 fieldset[disabled] .btn {
2786 cursor: not-allowed;
2787 pointer-events: none;
2788 opacity: 0.65;
2789 filter: alpha(opacity=65);
2790 -webkit-box-shadow: none;
2791 box-shadow: none;
2844 }
2792 }
2845 .glyphicon-sort-by-alphabet-alt:before {
2793 .btn-default {
2846 content: "\e152";
2794 color: #333333;
2795 background-color: #ffffff;
2796 border-color: #cccccc;
2847 }
2797 }
2848 .glyphicon-sort-by-order:before {
2798 .btn-default:hover,
2849 content: "\e153";
2799 .btn-default:focus,
2800 .btn-default.focus,
2801 .btn-default:active,
2802 .btn-default.active,
2803 .open > .dropdown-toggle.btn-default {
2804 color: #333333;
2805 background-color: #e6e6e6;
2806 border-color: #adadad;
2850 }
2807 }
2851 .glyphicon-sort-by-order-alt:before {
2808 .btn-default:active,
2852 content: "\e154";
2809 .btn-default.active,
2810 .open > .dropdown-toggle.btn-default {
2811 background-image: none;
2853 }
2812 }
2854 .glyphicon-sort-by-attributes:before {
2813 .btn-default.disabled,
2855 content: "\e155";
2814 .btn-default[disabled],
2815 fieldset[disabled] .btn-default,
2816 .btn-default.disabled:hover,
2817 .btn-default[disabled]:hover,
2818 fieldset[disabled] .btn-default:hover,
2819 .btn-default.disabled:focus,
2820 .btn-default[disabled]:focus,
2821 fieldset[disabled] .btn-default:focus,
2822 .btn-default.disabled.focus,
2823 .btn-default[disabled].focus,
2824 fieldset[disabled] .btn-default.focus,
2825 .btn-default.disabled:active,
2826 .btn-default[disabled]:active,
2827 fieldset[disabled] .btn-default:active,
2828 .btn-default.disabled.active,
2829 .btn-default[disabled].active,
2830 fieldset[disabled] .btn-default.active {
2831 background-color: #ffffff;
2832 border-color: #cccccc;
2856 }
2833 }
2857 .glyphicon-sort-by-attributes-alt:before {
2834 .btn-default .badge {
2858 content: "\e156";
2835 color: #ffffff;
2836 background-color: #333333;
2859 }
2837 }
2860 .glyphicon-unchecked:before {
2838 .btn-primary {
2861 content: "\e157";
2839 color: #ffffff;
2840 background-color: #337ab7;
2841 border-color: #2e6da4;
2862 }
2842 }
2863 .glyphicon-expand:before {
2843 .btn-primary:hover,
2864 content: "\e158";
2844 .btn-primary:focus,
2845 .btn-primary.focus,
2846 .btn-primary:active,
2847 .btn-primary.active,
2848 .open > .dropdown-toggle.btn-primary {
2849 color: #ffffff;
2850 background-color: #286090;
2851 border-color: #204d74;
2865 }
2852 }
2866 .glyphicon-collapse-down:before {
2853 .btn-primary:active,
2867 content: "\e159";
2854 .btn-primary.active,
2855 .open > .dropdown-toggle.btn-primary {
2856 background-image: none;
2868 }
2857 }
2869 .glyphicon-collapse-up:before {
2858 .btn-primary.disabled,
2870 content: "\e160";
2859 .btn-primary[disabled],
2860 fieldset[disabled] .btn-primary,
2861 .btn-primary.disabled:hover,
2862 .btn-primary[disabled]:hover,
2863 fieldset[disabled] .btn-primary:hover,
2864 .btn-primary.disabled:focus,
2865 .btn-primary[disabled]:focus,
2866 fieldset[disabled] .btn-primary:focus,
2867 .btn-primary.disabled.focus,
2868 .btn-primary[disabled].focus,
2869 fieldset[disabled] .btn-primary.focus,
2870 .btn-primary.disabled:active,
2871 .btn-primary[disabled]:active,
2872 fieldset[disabled] .btn-primary:active,
2873 .btn-primary.disabled.active,
2874 .btn-primary[disabled].active,
2875 fieldset[disabled] .btn-primary.active {
2876 background-color: #337ab7;
2877 border-color: #2e6da4;
2871 }
2878 }
2872 .glyphicon-log-in:before {
2879 .btn-primary .badge {
2873 content: "\e161";
2880 color: #337ab7;
2881 background-color: #ffffff;
2874 }
2882 }
2875 .glyphicon-flash:before {
2883 .btn-success {
2876 content: "\e162";
2884 color: #ffffff;
2885 background-color: #5cb85c;
2886 border-color: #4cae4c;
2877 }
2887 }
2878 .glyphicon-log-out:before {
2888 .btn-success:hover,
2879 content: "\e163";
2889 .btn-success:focus,
2890 .btn-success.focus,
2891 .btn-success:active,
2892 .btn-success.active,
2893 .open > .dropdown-toggle.btn-success {
2894 color: #ffffff;
2895 background-color: #449d44;
2896 border-color: #398439;
2880 }
2897 }
2881 .glyphicon-new-window:before {
2898 .btn-success:active,
2882 content: "\e164";
2899 .btn-success.active,
2900 .open > .dropdown-toggle.btn-success {
2901 background-image: none;
2883 }
2902 }
2884 .glyphicon-record:before {
2903 .btn-success.disabled,
2885 content: "\e165";
2904 .btn-success[disabled],
2905 fieldset[disabled] .btn-success,
2906 .btn-success.disabled:hover,
2907 .btn-success[disabled]:hover,
2908 fieldset[disabled] .btn-success:hover,
2909 .btn-success.disabled:focus,
2910 .btn-success[disabled]:focus,
2911 fieldset[disabled] .btn-success:focus,
2912 .btn-success.disabled.focus,
2913 .btn-success[disabled].focus,
2914 fieldset[disabled] .btn-success.focus,
2915 .btn-success.disabled:active,
2916 .btn-success[disabled]:active,
2917 fieldset[disabled] .btn-success:active,
2918 .btn-success.disabled.active,
2919 .btn-success[disabled].active,
2920 fieldset[disabled] .btn-success.active {
2921 background-color: #5cb85c;
2922 border-color: #4cae4c;
2886 }
2923 }
2887 .glyphicon-save:before {
2924 .btn-success .badge {
2888 content: "\e166";
2925 color: #5cb85c;
2926 background-color: #ffffff;
2889 }
2927 }
2890 .glyphicon-open:before {
2928 .btn-info {
2891 content: "\e167";
2929 color: #ffffff;
2930 background-color: #5bc0de;
2931 border-color: #46b8da;
2892 }
2932 }
2893 .glyphicon-saved:before {
2933 .btn-info:hover,
2894 content: "\e168";
2934 .btn-info:focus,
2935 .btn-info.focus,
2936 .btn-info:active,
2937 .btn-info.active,
2938 .open > .dropdown-toggle.btn-info {
2939 color: #ffffff;
2940 background-color: #31b0d5;
2941 border-color: #269abc;
2895 }
2942 }
2896 .glyphicon-import:before {
2943 .btn-info:active,
2897 content: "\e169";
2944 .btn-info.active,
2945 .open > .dropdown-toggle.btn-info {
2946 background-image: none;
2898 }
2947 }
2899 .glyphicon-export:before {
2948 .btn-info.disabled,
2900 content: "\e170";
2949 .btn-info[disabled],
2950 fieldset[disabled] .btn-info,
2951 .btn-info.disabled:hover,
2952 .btn-info[disabled]:hover,
2953 fieldset[disabled] .btn-info:hover,
2954 .btn-info.disabled:focus,
2955 .btn-info[disabled]:focus,
2956 fieldset[disabled] .btn-info:focus,
2957 .btn-info.disabled.focus,
2958 .btn-info[disabled].focus,
2959 fieldset[disabled] .btn-info.focus,
2960 .btn-info.disabled:active,
2961 .btn-info[disabled]:active,
2962 fieldset[disabled] .btn-info:active,
2963 .btn-info.disabled.active,
2964 .btn-info[disabled].active,
2965 fieldset[disabled] .btn-info.active {
2966 background-color: #5bc0de;
2967 border-color: #46b8da;
2901 }
2968 }
2902 .glyphicon-send:before {
2969 .btn-info .badge {
2903 content: "\e171";
2970 color: #5bc0de;
2971 background-color: #ffffff;
2904 }
2972 }
2905 .glyphicon-floppy-disk:before {
2973 .btn-warning {
2906 content: "\e172";
2974 color: #ffffff;
2975 background-color: #f0ad4e;
2976 border-color: #eea236;
2907 }
2977 }
2908 .glyphicon-floppy-saved:before {
2978 .btn-warning:hover,
2909 content: "\e173";
2979 .btn-warning:focus,
2980 .btn-warning.focus,
2981 .btn-warning:active,
2982 .btn-warning.active,
2983 .open > .dropdown-toggle.btn-warning {
2984 color: #ffffff;
2985 background-color: #ec971f;
2986 border-color: #d58512;
2910 }
2987 }
2911 .glyphicon-floppy-remove:before {
2988 .btn-warning:active,
2912 content: "\e174";
2989 .btn-warning.active,
2990 .open > .dropdown-toggle.btn-warning {
2991 background-image: none;
2913 }
2992 }
2914 .glyphicon-floppy-save:before {
2993 .btn-warning.disabled,
2915 content: "\e175";
2994 .btn-warning[disabled],
2995 fieldset[disabled] .btn-warning,
2996 .btn-warning.disabled:hover,
2997 .btn-warning[disabled]:hover,
2998 fieldset[disabled] .btn-warning:hover,
2999 .btn-warning.disabled:focus,
3000 .btn-warning[disabled]:focus,
3001 fieldset[disabled] .btn-warning:focus,
3002 .btn-warning.disabled.focus,
3003 .btn-warning[disabled].focus,
3004 fieldset[disabled] .btn-warning.focus,
3005 .btn-warning.disabled:active,
3006 .btn-warning[disabled]:active,
3007 fieldset[disabled] .btn-warning:active,
3008 .btn-warning.disabled.active,
3009 .btn-warning[disabled].active,
3010 fieldset[disabled] .btn-warning.active {
3011 background-color: #f0ad4e;
3012 border-color: #eea236;
2916 }
3013 }
2917 .glyphicon-floppy-open:before {
3014 .btn-warning .badge {
2918 content: "\e176";
3015 color: #f0ad4e;
3016 background-color: #ffffff;
2919 }
3017 }
2920 .glyphicon-credit-card:before {
3018 .btn-danger {
2921 content: "\e177";
3019 color: #ffffff;
3020 background-color: #d9534f;
3021 border-color: #d43f3a;
2922 }
3022 }
2923 .glyphicon-transfer:before {
3023 .btn-danger:hover,
2924 content: "\e178";
3024 .btn-danger:focus,
3025 .btn-danger.focus,
3026 .btn-danger:active,
3027 .btn-danger.active,
3028 .open > .dropdown-toggle.btn-danger {
3029 color: #ffffff;
3030 background-color: #c9302c;
3031 border-color: #ac2925;
2925 }
3032 }
2926 .glyphicon-cutlery:before {
3033 .btn-danger:active,
2927 content: "\e179";
3034 .btn-danger.active,
3035 .open > .dropdown-toggle.btn-danger {
3036 background-image: none;
2928 }
3037 }
2929 .glyphicon-header:before {
3038 .btn-danger.disabled,
2930 content: "\e180";
3039 .btn-danger[disabled],
3040 fieldset[disabled] .btn-danger,
3041 .btn-danger.disabled:hover,
3042 .btn-danger[disabled]:hover,
3043 fieldset[disabled] .btn-danger:hover,
3044 .btn-danger.disabled:focus,
3045 .btn-danger[disabled]:focus,
3046 fieldset[disabled] .btn-danger:focus,
3047 .btn-danger.disabled.focus,
3048 .btn-danger[disabled].focus,
3049 fieldset[disabled] .btn-danger.focus,
3050 .btn-danger.disabled:active,
3051 .btn-danger[disabled]:active,
3052 fieldset[disabled] .btn-danger:active,
3053 .btn-danger.disabled.active,
3054 .btn-danger[disabled].active,
3055 fieldset[disabled] .btn-danger.active {
3056 background-color: #d9534f;
3057 border-color: #d43f3a;
2931 }
3058 }
2932 .glyphicon-compressed:before {
3059 .btn-danger .badge {
2933 content: "\e181";
3060 color: #d9534f;
3061 background-color: #ffffff;
2934 }
3062 }
2935 .glyphicon-earphone:before {
3063 .btn-link {
2936 content: "\e182";
3064 color: #337ab7;
3065 font-weight: normal;
3066 border-radius: 0;
2937 }
3067 }
2938 .glyphicon-phone-alt:before {
3068 .btn-link,
2939 content: "\e183";
3069 .btn-link:active,
3070 .btn-link.active,
3071 .btn-link[disabled],
3072 fieldset[disabled] .btn-link {
3073 background-color: transparent;
3074 -webkit-box-shadow: none;
3075 box-shadow: none;
2940 }
3076 }
2941 .glyphicon-tower:before {
3077 .btn-link,
2942 content: "\e184";
3078 .btn-link:hover,
3079 .btn-link:focus,
3080 .btn-link:active {
3081 border-color: transparent;
2943 }
3082 }
2944 .glyphicon-stats:before {
3083 .btn-link:hover,
2945 content: "\e185";
3084 .btn-link:focus {
3085 color: #23527c;
3086 text-decoration: underline;
3087 background-color: transparent;
2946 }
3088 }
2947 .glyphicon-sd-video:before {
3089 .btn-link[disabled]:hover,
2948 content: "\e186";
3090 fieldset[disabled] .btn-link:hover,
3091 .btn-link[disabled]:focus,
3092 fieldset[disabled] .btn-link:focus {
3093 color: #777777;
3094 text-decoration: none;
2949 }
3095 }
2950 .glyphicon-hd-video:before {
3096 .btn-lg,
2951 content: "\e187";
3097 .btn-group-lg > .btn {
3098 padding: 10px 16px;
3099 font-size: 17px;
3100 line-height: 1.33;
3101 border-radius: 3px;
2952 }
3102 }
2953 .glyphicon-subtitles:before {
3103 .btn-sm,
2954 content: "\e188";
3104 .btn-group-sm > .btn {
3105 padding: 5px 10px;
3106 font-size: 12px;
3107 line-height: 1.5;
3108 border-radius: 1px;
2955 }
3109 }
2956 .glyphicon-sound-stereo:before {
3110 .btn-xs,
2957 content: "\e189";
3111 .btn-group-xs > .btn {
3112 padding: 1px 5px;
3113 font-size: 12px;
3114 line-height: 1.5;
3115 border-radius: 1px;
2958 }
3116 }
2959 .glyphicon-sound-dolby:before {
3117 .btn-block {
2960 content: "\e190";
3118 display: block;
3119 width: 100%;
2961 }
3120 }
2962 .glyphicon-sound-5-1:before {
3121 .btn-block + .btn-block {
2963 content: "\e191";
3122 margin-top: 5px;
2964 }
3123 }
2965 .glyphicon-sound-6-1:before {
3124 input[type="submit"].btn-block,
2966 content: "\e192";
3125 input[type="reset"].btn-block,
3126 input[type="button"].btn-block {
3127 width: 100%;
2967 }
3128 }
2968 .glyphicon-sound-7-1:before {
3129 .fade {
2969 content: "\e193";
3130 opacity: 0;
3131 -webkit-transition: opacity 0.15s linear;
3132 -o-transition: opacity 0.15s linear;
3133 transition: opacity 0.15s linear;
2970 }
3134 }
2971 .glyphicon-copyright-mark:before {
3135 .fade.in {
2972 content: "\e194";
3136 opacity: 1;
2973 }
3137 }
2974 .glyphicon-registration-mark:before {
3138 .collapse {
2975 content: "\e195";
3139 display: none;
3140 visibility: hidden;
2976 }
3141 }
2977 .glyphicon-cloud-download:before {
3142 .collapse.in {
2978 content: "\e197";
3143 display: block;
3144 visibility: visible;
2979 }
3145 }
2980 .glyphicon-cloud-upload:before {
3146 tr.collapse.in {
2981 content: "\e198";
3147 display: table-row;
2982 }
3148 }
2983 .glyphicon-tree-conifer:before {
3149 tbody.collapse.in {
2984 content: "\e199";
3150 display: table-row-group;
2985 }
3151 }
2986 .glyphicon-tree-deciduous:before {
3152 .collapsing {
2987 content: "\e200";
3153 position: relative;
3154 height: 0;
3155 overflow: hidden;
3156 -webkit-transition-property: height, visibility;
3157 transition-property: height, visibility;
3158 -webkit-transition-duration: 0.35s;
3159 transition-duration: 0.35s;
3160 -webkit-transition-timing-function: ease;
3161 transition-timing-function: ease;
2988 }
3162 }
2989 .caret {
3163 .caret {
2990 display: inline-block;
3164 display: inline-block;
@@ -3014,6 +3188,7 b' input[type="button"].btn-block {'
3014 margin: 2px 0 0;
3188 margin: 2px 0 0;
3015 list-style: none;
3189 list-style: none;
3016 font-size: 13px;
3190 font-size: 13px;
3191 text-align: left;
3017 background-color: #ffffff;
3192 background-color: #ffffff;
3018 border: 1px solid #cccccc;
3193 border: 1px solid #cccccc;
3019 border: 1px solid rgba(0, 0, 0, 0.15);
3194 border: 1px solid rgba(0, 0, 0, 0.15);
@@ -3053,12 +3228,12 b' input[type="button"].btn-block {'
3053 color: #ffffff;
3228 color: #ffffff;
3054 text-decoration: none;
3229 text-decoration: none;
3055 outline: 0;
3230 outline: 0;
3056 background-color: #428bca;
3231 background-color: #337ab7;
3057 }
3232 }
3058 .dropdown-menu > .disabled > a,
3233 .dropdown-menu > .disabled > a,
3059 .dropdown-menu > .disabled > a:hover,
3234 .dropdown-menu > .disabled > a:hover,
3060 .dropdown-menu > .disabled > a:focus {
3235 .dropdown-menu > .disabled > a:focus {
3061 color: #999999;
3236 color: #777777;
3062 }
3237 }
3063 .dropdown-menu > .disabled > a:hover,
3238 .dropdown-menu > .disabled > a:hover,
3064 .dropdown-menu > .disabled > a:focus {
3239 .dropdown-menu > .disabled > a:focus {
@@ -3087,7 +3262,8 b' input[type="button"].btn-block {'
3087 padding: 3px 20px;
3262 padding: 3px 20px;
3088 font-size: 12px;
3263 font-size: 12px;
3089 line-height: 1.42857143;
3264 line-height: 1.42857143;
3090 color: #999999;
3265 color: #777777;
3266 white-space: nowrap;
3091 }
3267 }
3092 .dropdown-backdrop {
3268 .dropdown-backdrop {
3093 position: fixed;
3269 position: fixed;
@@ -3144,10 +3320,6 b' input[type="button"].btn-block {'
3144 .btn-group-vertical > .btn.active {
3320 .btn-group-vertical > .btn.active {
3145 z-index: 2;
3321 z-index: 2;
3146 }
3322 }
3147 .btn-group > .btn:focus,
3148 .btn-group-vertical > .btn:focus {
3149 outline: none;
3150 }
3151 .btn-group .btn + .btn,
3323 .btn-group .btn + .btn,
3152 .btn-group .btn + .btn-group,
3324 .btn-group .btn + .btn-group,
3153 .btn-group .btn-group + .btn,
3325 .btn-group .btn-group + .btn,
@@ -3284,9 +3456,16 b' input[type="button"].btn-block {'
3284 .btn-group-justified > .btn-group .btn {
3456 .btn-group-justified > .btn-group .btn {
3285 width: 100%;
3457 width: 100%;
3286 }
3458 }
3287 [data-toggle="buttons"] > .btn > input[type="radio"],
3459 .btn-group-justified > .btn-group .dropdown-menu {
3288 [data-toggle="buttons"] > .btn > input[type="checkbox"] {
3460 left: auto;
3289 display: none;
3461 }
3462 [data-toggle="buttons"] > .btn input[type="radio"],
3463 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
3464 [data-toggle="buttons"] > .btn input[type="checkbox"],
3465 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
3466 position: absolute;
3467 clip: rect(0, 0, 0, 0);
3468 pointer-events: none;
3290 }
3469 }
3291 .input-group {
3470 .input-group {
3292 position: relative;
3471 position: relative;
@@ -3462,11 +3641,11 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3462 background-color: #eeeeee;
3641 background-color: #eeeeee;
3463 }
3642 }
3464 .nav > li.disabled > a {
3643 .nav > li.disabled > a {
3465 color: #999999;
3644 color: #777777;
3466 }
3645 }
3467 .nav > li.disabled > a:hover,
3646 .nav > li.disabled > a:hover,
3468 .nav > li.disabled > a:focus {
3647 .nav > li.disabled > a:focus {
3469 color: #999999;
3648 color: #777777;
3470 text-decoration: none;
3649 text-decoration: none;
3471 background-color: transparent;
3650 background-color: transparent;
3472 cursor: not-allowed;
3651 cursor: not-allowed;
@@ -3475,7 +3654,7 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3475 .nav .open > a:hover,
3654 .nav .open > a:hover,
3476 .nav .open > a:focus {
3655 .nav .open > a:focus {
3477 background-color: #eeeeee;
3656 background-color: #eeeeee;
3478 border-color: #428bca;
3657 border-color: #337ab7;
3479 }
3658 }
3480 .nav .nav-divider {
3659 .nav .nav-divider {
3481 height: 1px;
3660 height: 1px;
@@ -3568,7 +3747,7 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3568 .nav-pills > li.active > a:hover,
3747 .nav-pills > li.active > a:hover,
3569 .nav-pills > li.active > a:focus {
3748 .nav-pills > li.active > a:focus {
3570 color: #ffffff;
3749 color: #ffffff;
3571 background-color: #428bca;
3750 background-color: #337ab7;
3572 }
3751 }
3573 .nav-stacked > li {
3752 .nav-stacked > li {
3574 float: none;
3753 float: none;
@@ -3625,9 +3804,11 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3625 }
3804 }
3626 .tab-content > .tab-pane {
3805 .tab-content > .tab-pane {
3627 display: none;
3806 display: none;
3807 visibility: hidden;
3628 }
3808 }
3629 .tab-content > .active {
3809 .tab-content > .active {
3630 display: block;
3810 display: block;
3811 visibility: visible;
3631 }
3812 }
3632 .nav-tabs .dropdown-menu {
3813 .nav-tabs .dropdown-menu {
3633 margin-top: -1px;
3814 margin-top: -1px;
@@ -3651,7 +3832,6 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3651 }
3832 }
3652 }
3833 }
3653 .navbar-collapse {
3834 .navbar-collapse {
3654 max-height: 340px;
3655 overflow-x: visible;
3835 overflow-x: visible;
3656 padding-right: 0px;
3836 padding-right: 0px;
3657 padding-left: 0px;
3837 padding-left: 0px;
@@ -3670,6 +3850,7 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3670 }
3850 }
3671 .navbar-collapse.collapse {
3851 .navbar-collapse.collapse {
3672 display: block !important;
3852 display: block !important;
3853 visibility: visible !important;
3673 height: auto !important;
3854 height: auto !important;
3674 padding-bottom: 0;
3855 padding-bottom: 0;
3675 overflow: visible !important;
3856 overflow: visible !important;
@@ -3684,6 +3865,16 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3684 padding-right: 0;
3865 padding-right: 0;
3685 }
3866 }
3686 }
3867 }
3868 .navbar-fixed-top .navbar-collapse,
3869 .navbar-fixed-bottom .navbar-collapse {
3870 max-height: 340px;
3871 }
3872 @media (max-device-width: 480px) and (orientation: landscape) {
3873 .navbar-fixed-top .navbar-collapse,
3874 .navbar-fixed-bottom .navbar-collapse {
3875 max-height: 200px;
3876 }
3877 }
3687 .container > .navbar-header,
3878 .container > .navbar-header,
3688 .container-fluid > .navbar-header,
3879 .container-fluid > .navbar-header,
3689 .container > .navbar-collapse,
3880 .container > .navbar-collapse,
@@ -3742,6 +3933,9 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3742 .navbar-brand:focus {
3933 .navbar-brand:focus {
3743 text-decoration: none;
3934 text-decoration: none;
3744 }
3935 }
3936 .navbar-brand > img {
3937 display: block;
3938 }
3745 @media (min-width: 540px) {
3939 @media (min-width: 540px) {
3746 .navbar > .container .navbar-brand,
3940 .navbar > .container .navbar-brand,
3747 .navbar > .container-fluid .navbar-brand {
3941 .navbar > .container-fluid .navbar-brand {
@@ -3761,7 +3955,7 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3761 border-radius: 2px;
3955 border-radius: 2px;
3762 }
3956 }
3763 .navbar-toggle:focus {
3957 .navbar-toggle:focus {
3764 outline: none;
3958 outline: 0;
3765 }
3959 }
3766 .navbar-toggle .icon-bar {
3960 .navbar-toggle .icon-bar {
3767 display: block;
3961 display: block;
@@ -3815,23 +4009,10 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3815 .navbar-nav > li {
4009 .navbar-nav > li {
3816 float: left;
4010 float: left;
3817 }
4011 }
3818 .navbar-nav > li > a {
4012 .navbar-nav > li > a {
3819 padding-top: 6px;
4013 padding-top: 6px;
3820 padding-bottom: 6px;
4014 padding-bottom: 6px;
3821 }
4015 }
3822 .navbar-nav.navbar-right:last-child {
3823 margin-right: 0px;
3824 }
3825 }
3826 @media (min-width: 540px) {
3827 .navbar-left {
3828 float: left !important;
3829 float: left;
3830 }
3831 .navbar-right {
3832 float: right !important;
3833 float: right;
3834 }
3835 }
4016 }
3836 .navbar-form {
4017 .navbar-form {
3837 margin-left: 0px;
4018 margin-left: 0px;
@@ -3855,6 +4036,18 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3855 width: auto;
4036 width: auto;
3856 vertical-align: middle;
4037 vertical-align: middle;
3857 }
4038 }
4039 .navbar-form .form-control-static {
4040 display: inline-block;
4041 }
4042 .navbar-form .input-group {
4043 display: inline-table;
4044 vertical-align: middle;
4045 }
4046 .navbar-form .input-group .input-group-addon,
4047 .navbar-form .input-group .input-group-btn,
4048 .navbar-form .input-group .form-control {
4049 width: auto;
4050 }
3858 .navbar-form .input-group > .form-control {
4051 .navbar-form .input-group > .form-control {
3859 width: 100%;
4052 width: 100%;
3860 }
4053 }
@@ -3867,12 +4060,15 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3867 display: inline-block;
4060 display: inline-block;
3868 margin-top: 0;
4061 margin-top: 0;
3869 margin-bottom: 0;
4062 margin-bottom: 0;
3870 padding-left: 0;
3871 vertical-align: middle;
4063 vertical-align: middle;
3872 }
4064 }
4065 .navbar-form .radio label,
4066 .navbar-form .checkbox label {
4067 padding-left: 0;
4068 }
3873 .navbar-form .radio input[type="radio"],
4069 .navbar-form .radio input[type="radio"],
3874 .navbar-form .checkbox input[type="checkbox"] {
4070 .navbar-form .checkbox input[type="checkbox"] {
3875 float: none;
4071 position: relative;
3876 margin-left: 0;
4072 margin-left: 0;
3877 }
4073 }
3878 .navbar-form .has-feedback .form-control-feedback {
4074 .navbar-form .has-feedback .form-control-feedback {
@@ -3883,6 +4079,9 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3883 .navbar-form .form-group {
4079 .navbar-form .form-group {
3884 margin-bottom: 5px;
4080 margin-bottom: 5px;
3885 }
4081 }
4082 .navbar-form .form-group:last-child {
4083 margin-bottom: 0;
4084 }
3886 }
4085 }
3887 @media (min-width: 540px) {
4086 @media (min-width: 540px) {
3888 .navbar-form {
4087 .navbar-form {
@@ -3895,9 +4094,6 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3895 -webkit-box-shadow: none;
4094 -webkit-box-shadow: none;
3896 box-shadow: none;
4095 box-shadow: none;
3897 }
4096 }
3898 .navbar-form.navbar-right:last-child {
3899 margin-right: 0px;
3900 }
3901 }
4097 }
3902 .navbar-nav > li > .dropdown-menu {
4098 .navbar-nav > li > .dropdown-menu {
3903 margin-top: 0;
4099 margin-top: 0;
@@ -3905,6 +4101,8 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3905 border-top-left-radius: 0;
4101 border-top-left-radius: 0;
3906 }
4102 }
3907 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
4103 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
4104 border-top-right-radius: 2px;
4105 border-top-left-radius: 2px;
3908 border-bottom-right-radius: 0;
4106 border-bottom-right-radius: 0;
3909 border-bottom-left-radius: 0;
4107 border-bottom-left-radius: 0;
3910 }
4108 }
@@ -3930,7 +4128,18 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
3930 margin-left: 0px;
4128 margin-left: 0px;
3931 margin-right: 0px;
4129 margin-right: 0px;
3932 }
4130 }
3933 .navbar-text.navbar-right:last-child {
4131 }
4132 @media (min-width: 540px) {
4133 .navbar-left {
4134 float: left !important;
4135 float: left;
4136 }
4137 .navbar-right {
4138 float: right !important;
4139 float: right;
4140 margin-right: 0px;
4141 }
4142 .navbar-right ~ .navbar-right {
3934 margin-right: 0;
4143 margin-right: 0;
3935 }
4144 }
3936 }
4145 }
@@ -4017,12 +4226,25 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4017 .navbar-default .navbar-link:hover {
4226 .navbar-default .navbar-link:hover {
4018 color: #333333;
4227 color: #333333;
4019 }
4228 }
4229 .navbar-default .btn-link {
4230 color: #777777;
4231 }
4232 .navbar-default .btn-link:hover,
4233 .navbar-default .btn-link:focus {
4234 color: #333333;
4235 }
4236 .navbar-default .btn-link[disabled]:hover,
4237 fieldset[disabled] .navbar-default .btn-link:hover,
4238 .navbar-default .btn-link[disabled]:focus,
4239 fieldset[disabled] .navbar-default .btn-link:focus {
4240 color: #cccccc;
4241 }
4020 .navbar-inverse {
4242 .navbar-inverse {
4021 background-color: #222222;
4243 background-color: #222222;
4022 border-color: #080808;
4244 border-color: #080808;
4023 }
4245 }
4024 .navbar-inverse .navbar-brand {
4246 .navbar-inverse .navbar-brand {
4025 color: #999999;
4247 color: #9d9d9d;
4026 }
4248 }
4027 .navbar-inverse .navbar-brand:hover,
4249 .navbar-inverse .navbar-brand:hover,
4028 .navbar-inverse .navbar-brand:focus {
4250 .navbar-inverse .navbar-brand:focus {
@@ -4030,10 +4252,10 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4030 background-color: transparent;
4252 background-color: transparent;
4031 }
4253 }
4032 .navbar-inverse .navbar-text {
4254 .navbar-inverse .navbar-text {
4033 color: #999999;
4255 color: #9d9d9d;
4034 }
4256 }
4035 .navbar-inverse .navbar-nav > li > a {
4257 .navbar-inverse .navbar-nav > li > a {
4036 color: #999999;
4258 color: #9d9d9d;
4037 }
4259 }
4038 .navbar-inverse .navbar-nav > li > a:hover,
4260 .navbar-inverse .navbar-nav > li > a:hover,
4039 .navbar-inverse .navbar-nav > li > a:focus {
4261 .navbar-inverse .navbar-nav > li > a:focus {
@@ -4080,7 +4302,7 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4080 background-color: #080808;
4302 background-color: #080808;
4081 }
4303 }
4082 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4304 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4083 color: #999999;
4305 color: #9d9d9d;
4084 }
4306 }
4085 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4307 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4086 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4308 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
@@ -4101,11 +4323,24 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4101 }
4323 }
4102 }
4324 }
4103 .navbar-inverse .navbar-link {
4325 .navbar-inverse .navbar-link {
4104 color: #999999;
4326 color: #9d9d9d;
4105 }
4327 }
4106 .navbar-inverse .navbar-link:hover {
4328 .navbar-inverse .navbar-link:hover {
4107 color: #ffffff;
4329 color: #ffffff;
4108 }
4330 }
4331 .navbar-inverse .btn-link {
4332 color: #9d9d9d;
4333 }
4334 .navbar-inverse .btn-link:hover,
4335 .navbar-inverse .btn-link:focus {
4336 color: #ffffff;
4337 }
4338 .navbar-inverse .btn-link[disabled]:hover,
4339 fieldset[disabled] .navbar-inverse .btn-link:hover,
4340 .navbar-inverse .btn-link[disabled]:focus,
4341 fieldset[disabled] .navbar-inverse .btn-link:focus {
4342 color: #444444;
4343 }
4109 .breadcrumb {
4344 .breadcrumb {
4110 padding: 8px 15px;
4345 padding: 8px 15px;
4111 margin-bottom: 18px;
4346 margin-bottom: 18px;
@@ -4122,7 +4357,7 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4122 color: #5e5e5e;
4357 color: #5e5e5e;
4123 }
4358 }
4124 .breadcrumb > .active {
4359 .breadcrumb > .active {
4125 color: #999999;
4360 color: #777777;
4126 }
4361 }
4127 .pagination {
4362 .pagination {
4128 display: inline-block;
4363 display: inline-block;
@@ -4140,7 +4375,7 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4140 padding: 6px 12px;
4375 padding: 6px 12px;
4141 line-height: 1.42857143;
4376 line-height: 1.42857143;
4142 text-decoration: none;
4377 text-decoration: none;
4143 color: #428bca;
4378 color: #337ab7;
4144 background-color: #ffffff;
4379 background-color: #ffffff;
4145 border: 1px solid #dddddd;
4380 border: 1px solid #dddddd;
4146 margin-left: -1px;
4381 margin-left: -1px;
@@ -4160,7 +4395,7 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4160 .pagination > li > span:hover,
4395 .pagination > li > span:hover,
4161 .pagination > li > a:focus,
4396 .pagination > li > a:focus,
4162 .pagination > li > span:focus {
4397 .pagination > li > span:focus {
4163 color: #2a6496;
4398 color: #23527c;
4164 background-color: #eeeeee;
4399 background-color: #eeeeee;
4165 border-color: #dddddd;
4400 border-color: #dddddd;
4166 }
4401 }
@@ -4172,8 +4407,8 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4172 .pagination > .active > span:focus {
4407 .pagination > .active > span:focus {
4173 z-index: 2;
4408 z-index: 2;
4174 color: #ffffff;
4409 color: #ffffff;
4175 background-color: #428bca;
4410 background-color: #337ab7;
4176 border-color: #428bca;
4411 border-color: #337ab7;
4177 cursor: default;
4412 cursor: default;
4178 }
4413 }
4179 .pagination > .disabled > span,
4414 .pagination > .disabled > span,
@@ -4182,7 +4417,7 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4182 .pagination > .disabled > a,
4417 .pagination > .disabled > a,
4183 .pagination > .disabled > a:hover,
4418 .pagination > .disabled > a:hover,
4184 .pagination > .disabled > a:focus {
4419 .pagination > .disabled > a:focus {
4185 color: #999999;
4420 color: #777777;
4186 background-color: #ffffff;
4421 background-color: #ffffff;
4187 border-color: #dddddd;
4422 border-color: #dddddd;
4188 cursor: not-allowed;
4423 cursor: not-allowed;
@@ -4251,7 +4486,7 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4251 .pager .disabled > a:hover,
4486 .pager .disabled > a:hover,
4252 .pager .disabled > a:focus,
4487 .pager .disabled > a:focus,
4253 .pager .disabled > span {
4488 .pager .disabled > span {
4254 color: #999999;
4489 color: #777777;
4255 background-color: #ffffff;
4490 background-color: #ffffff;
4256 cursor: not-allowed;
4491 cursor: not-allowed;
4257 }
4492 }
@@ -4267,8 +4502,8 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4267 vertical-align: baseline;
4502 vertical-align: baseline;
4268 border-radius: .25em;
4503 border-radius: .25em;
4269 }
4504 }
4270 .label[href]:hover,
4505 a.label:hover,
4271 .label[href]:focus {
4506 a.label:focus {
4272 color: #ffffff;
4507 color: #ffffff;
4273 text-decoration: none;
4508 text-decoration: none;
4274 cursor: pointer;
4509 cursor: pointer;
@@ -4281,18 +4516,18 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4281 top: -1px;
4516 top: -1px;
4282 }
4517 }
4283 .label-default {
4518 .label-default {
4284 background-color: #999999;
4519 background-color: #777777;
4285 }
4520 }
4286 .label-default[href]:hover,
4521 .label-default[href]:hover,
4287 .label-default[href]:focus {
4522 .label-default[href]:focus {
4288 background-color: #808080;
4523 background-color: #5e5e5e;
4289 }
4524 }
4290 .label-primary {
4525 .label-primary {
4291 background-color: #428bca;
4526 background-color: #337ab7;
4292 }
4527 }
4293 .label-primary[href]:hover,
4528 .label-primary[href]:hover,
4294 .label-primary[href]:focus {
4529 .label-primary[href]:focus {
4295 background-color: #3071a9;
4530 background-color: #286090;
4296 }
4531 }
4297 .label-success {
4532 .label-success {
4298 background-color: #5cb85c;
4533 background-color: #5cb85c;
@@ -4333,7 +4568,7 b' select[multiple].input-group-sm > .input-group-btn > .btn {'
4333 vertical-align: baseline;
4568 vertical-align: baseline;
4334 white-space: nowrap;
4569 white-space: nowrap;
4335 text-align: center;
4570 text-align: center;
4336 background-color: #999999;
4571 background-color: #777777;
4337 border-radius: 10px;
4572 border-radius: 10px;
4338 }
4573 }
4339 .badge:empty {
4574 .badge:empty {
@@ -4353,16 +4588,22 b' a.badge:focus {'
4353 text-decoration: none;
4588 text-decoration: none;
4354 cursor: pointer;
4589 cursor: pointer;
4355 }
4590 }
4356 a.list-group-item.active > .badge,
4591 .list-group-item.active > .badge,
4357 .nav-pills > .active > a > .badge {
4592 .nav-pills > .active > a > .badge {
4358 color: #428bca;
4593 color: #337ab7;
4359 background-color: #ffffff;
4594 background-color: #ffffff;
4360 }
4595 }
4596 .list-group-item > .badge {
4597 float: right;
4598 }
4599 .list-group-item > .badge + .badge {
4600 margin-right: 5px;
4601 }
4361 .nav-pills > li > a > .badge {
4602 .nav-pills > li > a > .badge {
4362 margin-left: 3px;
4603 margin-left: 3px;
4363 }
4604 }
4364 .jumbotron {
4605 .jumbotron {
4365 padding: 30px;
4606 padding: 30px 15px;
4366 margin-bottom: 30px;
4607 margin-bottom: 30px;
4367 color: inherit;
4608 color: inherit;
4368 background-color: #eeeeee;
4609 background-color: #eeeeee;
@@ -4376,7 +4617,11 b' a.list-group-item.active > .badge,'
4376 font-size: 20px;
4617 font-size: 20px;
4377 font-weight: 200;
4618 font-weight: 200;
4378 }
4619 }
4379 .container .jumbotron {
4620 .jumbotron > hr {
4621 border-top-color: #d5d5d5;
4622 }
4623 .container .jumbotron,
4624 .container-fluid .jumbotron {
4380 border-radius: 3px;
4625 border-radius: 3px;
4381 }
4626 }
4382 .jumbotron .container {
4627 .jumbotron .container {
@@ -4384,10 +4629,10 b' a.list-group-item.active > .badge,'
4384 }
4629 }
4385 @media screen and (min-width: 768px) {
4630 @media screen and (min-width: 768px) {
4386 .jumbotron {
4631 .jumbotron {
4387 padding-top: 48px;
4632 padding: 48px 0;
4388 padding-bottom: 48px;
4389 }
4633 }
4390 .container .jumbotron {
4634 .container .jumbotron,
4635 .container-fluid .jumbotron {
4391 padding-left: 60px;
4636 padding-left: 60px;
4392 padding-right: 60px;
4637 padding-right: 60px;
4393 }
4638 }
@@ -4404,8 +4649,9 b' a.list-group-item.active > .badge,'
4404 background-color: #ffffff;
4649 background-color: #ffffff;
4405 border: 1px solid #dddddd;
4650 border: 1px solid #dddddd;
4406 border-radius: 2px;
4651 border-radius: 2px;
4407 -webkit-transition: all 0.2s ease-in-out;
4652 -webkit-transition: border 0.2s ease-in-out;
4408 transition: all 0.2s ease-in-out;
4653 -o-transition: border 0.2s ease-in-out;
4654 transition: border 0.2s ease-in-out;
4409 }
4655 }
4410 .thumbnail > img,
4656 .thumbnail > img,
4411 .thumbnail a > img {
4657 .thumbnail a > img {
@@ -4415,7 +4661,7 b' a.list-group-item.active > .badge,'
4415 a.thumbnail:hover,
4661 a.thumbnail:hover,
4416 a.thumbnail:focus,
4662 a.thumbnail:focus,
4417 a.thumbnail.active {
4663 a.thumbnail.active {
4418 border-color: #428bca;
4664 border-color: #337ab7;
4419 }
4665 }
4420 .thumbnail .caption {
4666 .thumbnail .caption {
4421 padding: 9px;
4667 padding: 9px;
@@ -4441,10 +4687,12 b' a.thumbnail.active {'
4441 .alert > p + p {
4687 .alert > p + p {
4442 margin-top: 5px;
4688 margin-top: 5px;
4443 }
4689 }
4444 .alert-dismissable {
4690 .alert-dismissable,
4691 .alert-dismissible {
4445 padding-right: 35px;
4692 padding-right: 35px;
4446 }
4693 }
4447 .alert-dismissable .close {
4694 .alert-dismissable .close,
4695 .alert-dismissible .close {
4448 position: relative;
4696 position: relative;
4449 top: -2px;
4697 top: -2px;
4450 right: -21px;
4698 right: -21px;
@@ -4527,19 +4775,24 b' a.thumbnail.active {'
4527 line-height: 18px;
4775 line-height: 18px;
4528 color: #ffffff;
4776 color: #ffffff;
4529 text-align: center;
4777 text-align: center;
4530 background-color: #428bca;
4778 background-color: #337ab7;
4531 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4779 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4532 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4780 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4533 -webkit-transition: width 0.6s ease;
4781 -webkit-transition: width 0.6s ease;
4782 -o-transition: width 0.6s ease;
4534 transition: width 0.6s ease;
4783 transition: width 0.6s ease;
4535 }
4784 }
4536 .progress-striped .progress-bar {
4785 .progress-striped .progress-bar,
4786 .progress-bar-striped {
4537 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);
4787 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);
4788 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);
4538 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);
4789 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);
4539 background-size: 40px 40px;
4790 background-size: 40px 40px;
4540 }
4791 }
4541 .progress.active .progress-bar {
4792 .progress.active .progress-bar,
4793 .progress-bar.active {
4542 -webkit-animation: progress-bar-stripes 2s linear infinite;
4794 -webkit-animation: progress-bar-stripes 2s linear infinite;
4795 -o-animation: progress-bar-stripes 2s linear infinite;
4543 animation: progress-bar-stripes 2s linear infinite;
4796 animation: progress-bar-stripes 2s linear infinite;
4544 }
4797 }
4545 .progress-bar-success {
4798 .progress-bar-success {
@@ -4547,6 +4800,7 b' a.thumbnail.active {'
4547 }
4800 }
4548 .progress-striped .progress-bar-success {
4801 .progress-striped .progress-bar-success {
4549 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);
4802 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);
4803 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);
4550 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);
4804 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);
4551 }
4805 }
4552 .progress-bar-info {
4806 .progress-bar-info {
@@ -4554,6 +4808,7 b' a.thumbnail.active {'
4554 }
4808 }
4555 .progress-striped .progress-bar-info {
4809 .progress-striped .progress-bar-info {
4556 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);
4810 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);
4811 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);
4557 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);
4812 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);
4558 }
4813 }
4559 .progress-bar-warning {
4814 .progress-bar-warning {
@@ -4561,6 +4816,7 b' a.thumbnail.active {'
4561 }
4816 }
4562 .progress-striped .progress-bar-warning {
4817 .progress-striped .progress-bar-warning {
4563 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);
4818 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);
4819 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);
4564 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);
4820 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);
4565 }
4821 }
4566 .progress-bar-danger {
4822 .progress-bar-danger {
@@ -4568,31 +4824,38 b' a.thumbnail.active {'
4568 }
4824 }
4569 .progress-striped .progress-bar-danger {
4825 .progress-striped .progress-bar-danger {
4570 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);
4826 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);
4827 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);
4571 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);
4828 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);
4572 }
4829 }
4573 .media,
4830 .media {
4574 .media-body {
4575 overflow: hidden;
4576 zoom: 1;
4577 }
4578 .media,
4579 .media .media {
4580 margin-top: 15px;
4831 margin-top: 15px;
4581 }
4832 }
4582 .media:first-child {
4833 .media:first-child {
4583 margin-top: 0;
4834 margin-top: 0;
4584 }
4835 }
4585 .media-object {
4836 .media-right,
4586 display: block;
4837 .media > .pull-right {
4587 }
4838 padding-left: 10px;
4588 .media-heading {
4589 margin: 0 0 5px;
4590 }
4839 }
4840 .media-left,
4591 .media > .pull-left {
4841 .media > .pull-left {
4592 margin-right: 10px;
4842 padding-right: 10px;
4593 }
4843 }
4594 .media > .pull-right {
4844 .media-left,
4595 margin-left: 10px;
4845 .media-right,
4846 .media-body {
4847 display: table-cell;
4848 vertical-align: top;
4849 }
4850 .media-middle {
4851 vertical-align: middle;
4852 }
4853 .media-bottom {
4854 vertical-align: bottom;
4855 }
4856 .media-heading {
4857 margin-top: 0;
4858 margin-bottom: 5px;
4596 }
4859 }
4597 .media-list {
4860 .media-list {
4598 padding-left: 0;
4861 padding-left: 0;
@@ -4619,12 +4882,6 b' a.thumbnail.active {'
4619 border-bottom-right-radius: 2px;
4882 border-bottom-right-radius: 2px;
4620 border-bottom-left-radius: 2px;
4883 border-bottom-left-radius: 2px;
4621 }
4884 }
4622 .list-group-item > .badge {
4623 float: right;
4624 }
4625 .list-group-item > .badge + .badge {
4626 margin-right: 5px;
4627 }
4628 a.list-group-item {
4885 a.list-group-item {
4629 color: #555555;
4886 color: #555555;
4630 }
4887 }
@@ -4634,25 +4891,49 b' a.list-group-item .list-group-item-heading {'
4634 a.list-group-item:hover,
4891 a.list-group-item:hover,
4635 a.list-group-item:focus {
4892 a.list-group-item:focus {
4636 text-decoration: none;
4893 text-decoration: none;
4894 color: #555555;
4637 background-color: #f5f5f5;
4895 background-color: #f5f5f5;
4638 }
4896 }
4639 a.list-group-item.active,
4897 .list-group-item.disabled,
4640 a.list-group-item.active:hover,
4898 .list-group-item.disabled:hover,
4641 a.list-group-item.active:focus {
4899 .list-group-item.disabled:focus {
4900 background-color: #eeeeee;
4901 color: #777777;
4902 cursor: not-allowed;
4903 }
4904 .list-group-item.disabled .list-group-item-heading,
4905 .list-group-item.disabled:hover .list-group-item-heading,
4906 .list-group-item.disabled:focus .list-group-item-heading {
4907 color: inherit;
4908 }
4909 .list-group-item.disabled .list-group-item-text,
4910 .list-group-item.disabled:hover .list-group-item-text,
4911 .list-group-item.disabled:focus .list-group-item-text {
4912 color: #777777;
4913 }
4914 .list-group-item.active,
4915 .list-group-item.active:hover,
4916 .list-group-item.active:focus {
4642 z-index: 2;
4917 z-index: 2;
4643 color: #ffffff;
4918 color: #ffffff;
4644 background-color: #428bca;
4919 background-color: #337ab7;
4645 border-color: #428bca;
4920 border-color: #337ab7;
4646 }
4921 }
4647 a.list-group-item.active .list-group-item-heading,
4922 .list-group-item.active .list-group-item-heading,
4648 a.list-group-item.active:hover .list-group-item-heading,
4923 .list-group-item.active:hover .list-group-item-heading,
4649 a.list-group-item.active:focus .list-group-item-heading {
4924 .list-group-item.active:focus .list-group-item-heading,
4925 .list-group-item.active .list-group-item-heading > small,
4926 .list-group-item.active:hover .list-group-item-heading > small,
4927 .list-group-item.active:focus .list-group-item-heading > small,
4928 .list-group-item.active .list-group-item-heading > .small,
4929 .list-group-item.active:hover .list-group-item-heading > .small,
4930 .list-group-item.active:focus .list-group-item-heading > .small {
4650 color: inherit;
4931 color: inherit;
4651 }
4932 }
4652 a.list-group-item.active .list-group-item-text,
4933 .list-group-item.active .list-group-item-text,
4653 a.list-group-item.active:hover .list-group-item-text,
4934 .list-group-item.active:hover .list-group-item-text,
4654 a.list-group-item.active:focus .list-group-item-text {
4935 .list-group-item.active:focus .list-group-item-text {
4655 color: #e1edf7;
4936 color: #c7ddef;
4656 }
4937 }
4657 .list-group-item-success {
4938 .list-group-item-success {
4658 color: #3c763d;
4939 color: #3c763d;
@@ -4786,19 +5067,23 b' a.list-group-item-danger.active:focus {'
4786 border-bottom-right-radius: 1px;
5067 border-bottom-right-radius: 1px;
4787 border-bottom-left-radius: 1px;
5068 border-bottom-left-radius: 1px;
4788 }
5069 }
4789 .panel > .list-group {
5070 .panel > .list-group,
5071 .panel > .panel-collapse > .list-group {
4790 margin-bottom: 0;
5072 margin-bottom: 0;
4791 }
5073 }
4792 .panel > .list-group .list-group-item {
5074 .panel > .list-group .list-group-item,
5075 .panel > .panel-collapse > .list-group .list-group-item {
4793 border-width: 1px 0;
5076 border-width: 1px 0;
4794 border-radius: 0;
5077 border-radius: 0;
4795 }
5078 }
4796 .panel > .list-group:first-child .list-group-item:first-child {
5079 .panel > .list-group:first-child .list-group-item:first-child,
5080 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
4797 border-top: 0;
5081 border-top: 0;
4798 border-top-right-radius: 1px;
5082 border-top-right-radius: 1px;
4799 border-top-left-radius: 1px;
5083 border-top-left-radius: 1px;
4800 }
5084 }
4801 .panel > .list-group:last-child .list-group-item:last-child {
5085 .panel > .list-group:last-child .list-group-item:last-child,
5086 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
4802 border-bottom: 0;
5087 border-bottom: 0;
4803 border-bottom-right-radius: 1px;
5088 border-bottom-right-radius: 1px;
4804 border-bottom-left-radius: 1px;
5089 border-bottom-left-radius: 1px;
@@ -4806,15 +5091,32 b' a.list-group-item-danger.active:focus {'
4806 .panel-heading + .list-group .list-group-item:first-child {
5091 .panel-heading + .list-group .list-group-item:first-child {
4807 border-top-width: 0;
5092 border-top-width: 0;
4808 }
5093 }
5094 .list-group + .panel-footer {
5095 border-top-width: 0;
5096 }
4809 .panel > .table,
5097 .panel > .table,
4810 .panel > .table-responsive > .table {
5098 .panel > .table-responsive > .table,
5099 .panel > .panel-collapse > .table {
4811 margin-bottom: 0;
5100 margin-bottom: 0;
4812 }
5101 }
5102 .panel > .table caption,
5103 .panel > .table-responsive > .table caption,
5104 .panel > .panel-collapse > .table caption {
5105 padding-left: 15px;
5106 padding-right: 15px;
5107 }
4813 .panel > .table:first-child,
5108 .panel > .table:first-child,
4814 .panel > .table-responsive:first-child > .table:first-child {
5109 .panel > .table-responsive:first-child > .table:first-child {
4815 border-top-right-radius: 1px;
5110 border-top-right-radius: 1px;
4816 border-top-left-radius: 1px;
5111 border-top-left-radius: 1px;
4817 }
5112 }
5113 .panel > .table:first-child > thead:first-child > tr:first-child,
5114 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
5115 .panel > .table:first-child > tbody:first-child > tr:first-child,
5116 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
5117 border-top-left-radius: 1px;
5118 border-top-right-radius: 1px;
5119 }
4818 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
5120 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
4819 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
5121 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
4820 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5122 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
@@ -4840,6 +5142,13 b' a.list-group-item-danger.active:focus {'
4840 border-bottom-right-radius: 1px;
5142 border-bottom-right-radius: 1px;
4841 border-bottom-left-radius: 1px;
5143 border-bottom-left-radius: 1px;
4842 }
5144 }
5145 .panel > .table:last-child > tbody:last-child > tr:last-child,
5146 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
5147 .panel > .table:last-child > tfoot:last-child > tr:last-child,
5148 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
5149 border-bottom-left-radius: 1px;
5150 border-bottom-right-radius: 1px;
5151 }
4843 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5152 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
4844 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5153 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
4845 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5154 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
@@ -4861,7 +5170,9 b' a.list-group-item-danger.active:focus {'
4861 border-bottom-right-radius: 1px;
5170 border-bottom-right-radius: 1px;
4862 }
5171 }
4863 .panel > .panel-body + .table,
5172 .panel > .panel-body + .table,
4864 .panel > .panel-body + .table-responsive {
5173 .panel > .panel-body + .table-responsive,
5174 .panel > .table + .panel-body,
5175 .panel > .table-responsive + .panel-body {
4865 border-top: 1px solid #dddddd;
5176 border-top: 1px solid #dddddd;
4866 }
5177 }
4867 .panel > .table > tbody:first-child > tr:first-child th,
5178 .panel > .table > tbody:first-child > tr:first-child th,
@@ -4930,7 +5241,6 b' a.list-group-item-danger.active:focus {'
4930 .panel-group .panel {
5241 .panel-group .panel {
4931 margin-bottom: 0;
5242 margin-bottom: 0;
4932 border-radius: 2px;
5243 border-radius: 2px;
4933 overflow: hidden;
4934 }
5244 }
4935 .panel-group .panel + .panel {
5245 .panel-group .panel + .panel {
4936 margin-top: 5px;
5246 margin-top: 5px;
@@ -4938,7 +5248,8 b' a.list-group-item-danger.active:focus {'
4938 .panel-group .panel-heading {
5248 .panel-group .panel-heading {
4939 border-bottom: 0;
5249 border-bottom: 0;
4940 }
5250 }
4941 .panel-group .panel-heading + .panel-collapse .panel-body {
5251 .panel-group .panel-heading + .panel-collapse > .panel-body,
5252 .panel-group .panel-heading + .panel-collapse > .list-group {
4942 border-top: 1px solid #dddddd;
5253 border-top: 1px solid #dddddd;
4943 }
5254 }
4944 .panel-group .panel-footer {
5255 .panel-group .panel-footer {
@@ -4955,25 +5266,33 b' a.list-group-item-danger.active:focus {'
4955 background-color: #f5f5f5;
5266 background-color: #f5f5f5;
4956 border-color: #dddddd;
5267 border-color: #dddddd;
4957 }
5268 }
4958 .panel-default > .panel-heading + .panel-collapse .panel-body {
5269 .panel-default > .panel-heading + .panel-collapse > .panel-body {
4959 border-top-color: #dddddd;
5270 border-top-color: #dddddd;
4960 }
5271 }
4961 .panel-default > .panel-footer + .panel-collapse .panel-body {
5272 .panel-default > .panel-heading .badge {
5273 color: #f5f5f5;
5274 background-color: #333333;
5275 }
5276 .panel-default > .panel-footer + .panel-collapse > .panel-body {
4962 border-bottom-color: #dddddd;
5277 border-bottom-color: #dddddd;
4963 }
5278 }
4964 .panel-primary {
5279 .panel-primary {
4965 border-color: #428bca;
5280 border-color: #337ab7;
4966 }
5281 }
4967 .panel-primary > .panel-heading {
5282 .panel-primary > .panel-heading {
4968 color: #ffffff;
5283 color: #ffffff;
4969 background-color: #428bca;
5284 background-color: #337ab7;
4970 border-color: #428bca;
5285 border-color: #337ab7;
4971 }
5286 }
4972 .panel-primary > .panel-heading + .panel-collapse .panel-body {
5287 .panel-primary > .panel-heading + .panel-collapse > .panel-body {
4973 border-top-color: #428bca;
5288 border-top-color: #337ab7;
5289 }
5290 .panel-primary > .panel-heading .badge {
5291 color: #337ab7;
5292 background-color: #ffffff;
4974 }
5293 }
4975 .panel-primary > .panel-footer + .panel-collapse .panel-body {
5294 .panel-primary > .panel-footer + .panel-collapse > .panel-body {
4976 border-bottom-color: #428bca;
5295 border-bottom-color: #337ab7;
4977 }
5296 }
4978 .panel-success {
5297 .panel-success {
4979 border-color: #d6e9c6;
5298 border-color: #d6e9c6;
@@ -4983,10 +5302,14 b' a.list-group-item-danger.active:focus {'
4983 background-color: #dff0d8;
5302 background-color: #dff0d8;
4984 border-color: #d6e9c6;
5303 border-color: #d6e9c6;
4985 }
5304 }
4986 .panel-success > .panel-heading + .panel-collapse .panel-body {
5305 .panel-success > .panel-heading + .panel-collapse > .panel-body {
4987 border-top-color: #d6e9c6;
5306 border-top-color: #d6e9c6;
4988 }
5307 }
4989 .panel-success > .panel-footer + .panel-collapse .panel-body {
5308 .panel-success > .panel-heading .badge {
5309 color: #dff0d8;
5310 background-color: #3c763d;
5311 }
5312 .panel-success > .panel-footer + .panel-collapse > .panel-body {
4990 border-bottom-color: #d6e9c6;
5313 border-bottom-color: #d6e9c6;
4991 }
5314 }
4992 .panel-info {
5315 .panel-info {
@@ -4997,10 +5320,14 b' a.list-group-item-danger.active:focus {'
4997 background-color: #d9edf7;
5320 background-color: #d9edf7;
4998 border-color: #bce8f1;
5321 border-color: #bce8f1;
4999 }
5322 }
5000 .panel-info > .panel-heading + .panel-collapse .panel-body {
5323 .panel-info > .panel-heading + .panel-collapse > .panel-body {
5001 border-top-color: #bce8f1;
5324 border-top-color: #bce8f1;
5002 }
5325 }
5003 .panel-info > .panel-footer + .panel-collapse .panel-body {
5326 .panel-info > .panel-heading .badge {
5327 color: #d9edf7;
5328 background-color: #31708f;
5329 }
5330 .panel-info > .panel-footer + .panel-collapse > .panel-body {
5004 border-bottom-color: #bce8f1;
5331 border-bottom-color: #bce8f1;
5005 }
5332 }
5006 .panel-warning {
5333 .panel-warning {
@@ -5011,10 +5338,14 b' a.list-group-item-danger.active:focus {'
5011 background-color: #fcf8e3;
5338 background-color: #fcf8e3;
5012 border-color: #faebcc;
5339 border-color: #faebcc;
5013 }
5340 }
5014 .panel-warning > .panel-heading + .panel-collapse .panel-body {
5341 .panel-warning > .panel-heading + .panel-collapse > .panel-body {
5015 border-top-color: #faebcc;
5342 border-top-color: #faebcc;
5016 }
5343 }
5017 .panel-warning > .panel-footer + .panel-collapse .panel-body {
5344 .panel-warning > .panel-heading .badge {
5345 color: #fcf8e3;
5346 background-color: #8a6d3b;
5347 }
5348 .panel-warning > .panel-footer + .panel-collapse > .panel-body {
5018 border-bottom-color: #faebcc;
5349 border-bottom-color: #faebcc;
5019 }
5350 }
5020 .panel-danger {
5351 .panel-danger {
@@ -5025,12 +5356,42 b' a.list-group-item-danger.active:focus {'
5025 background-color: #f2dede;
5356 background-color: #f2dede;
5026 border-color: #ebccd1;
5357 border-color: #ebccd1;
5027 }
5358 }
5028 .panel-danger > .panel-heading + .panel-collapse .panel-body {
5359 .panel-danger > .panel-heading + .panel-collapse > .panel-body {
5029 border-top-color: #ebccd1;
5360 border-top-color: #ebccd1;
5030 }
5361 }
5031 .panel-danger > .panel-footer + .panel-collapse .panel-body {
5362 .panel-danger > .panel-heading .badge {
5363 color: #f2dede;
5364 background-color: #a94442;
5365 }
5366 .panel-danger > .panel-footer + .panel-collapse > .panel-body {
5032 border-bottom-color: #ebccd1;
5367 border-bottom-color: #ebccd1;
5033 }
5368 }
5369 .embed-responsive {
5370 position: relative;
5371 display: block;
5372 height: 0;
5373 padding: 0;
5374 overflow: hidden;
5375 }
5376 .embed-responsive .embed-responsive-item,
5377 .embed-responsive iframe,
5378 .embed-responsive embed,
5379 .embed-responsive object,
5380 .embed-responsive video {
5381 position: absolute;
5382 top: 0;
5383 left: 0;
5384 bottom: 0;
5385 height: 100%;
5386 width: 100%;
5387 border: 0;
5388 }
5389 .embed-responsive.embed-responsive-16by9 {
5390 padding-bottom: 56.25%;
5391 }
5392 .embed-responsive.embed-responsive-4by3 {
5393 padding-bottom: 75%;
5394 }
5034 .well {
5395 .well {
5035 min-height: 20px;
5396 min-height: 20px;
5036 padding: 19px;
5397 padding: 19px;
@@ -5083,20 +5444,20 b' button.close {'
5083 }
5444 }
5084 .modal {
5445 .modal {
5085 display: none;
5446 display: none;
5086 overflow: auto;
5447 overflow: hidden;
5087 overflow-y: scroll;
5088 position: fixed;
5448 position: fixed;
5089 top: 0;
5449 top: 0;
5090 right: 0;
5450 right: 0;
5091 bottom: 0;
5451 bottom: 0;
5092 left: 0;
5452 left: 0;
5093 z-index: 1050;
5453 z-index: 1040;
5094 -webkit-overflow-scrolling: touch;
5454 -webkit-overflow-scrolling: touch;
5095 outline: 0;
5455 outline: 0;
5096 }
5456 }
5097 .modal.fade .modal-dialog {
5457 .modal.fade .modal-dialog {
5098 -webkit-transform: translate(0, -25%);
5458 -webkit-transform: translate(0, -25%);
5099 -ms-transform: translate(0, -25%);
5459 -ms-transform: translate(0, -25%);
5460 -o-transform: translate(0, -25%);
5100 transform: translate(0, -25%);
5461 transform: translate(0, -25%);
5101 -webkit-transition: -webkit-transform 0.3s ease-out;
5462 -webkit-transition: -webkit-transform 0.3s ease-out;
5102 -moz-transition: -moz-transform 0.3s ease-out;
5463 -moz-transition: -moz-transform 0.3s ease-out;
@@ -5106,8 +5467,13 b' button.close {'
5106 .modal.in .modal-dialog {
5467 .modal.in .modal-dialog {
5107 -webkit-transform: translate(0, 0);
5468 -webkit-transform: translate(0, 0);
5108 -ms-transform: translate(0, 0);
5469 -ms-transform: translate(0, 0);
5470 -o-transform: translate(0, 0);
5109 transform: translate(0, 0);
5471 transform: translate(0, 0);
5110 }
5472 }
5473 .modal-open .modal {
5474 overflow-x: hidden;
5475 overflow-y: auto;
5476 }
5111 .modal-dialog {
5477 .modal-dialog {
5112 position: relative;
5478 position: relative;
5113 width: auto;
5479 width: auto;
@@ -5122,15 +5488,13 b' button.close {'
5122 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5488 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5123 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5489 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5124 background-clip: padding-box;
5490 background-clip: padding-box;
5125 outline: none;
5491 outline: 0;
5126 }
5492 }
5127 .modal-backdrop {
5493 .modal-backdrop {
5128 position: fixed;
5494 position: absolute;
5129 top: 0;
5495 top: 0;
5130 right: 0;
5496 right: 0;
5131 bottom: 0;
5132 left: 0;
5497 left: 0;
5133 z-index: 1040;
5134 background-color: #000000;
5498 background-color: #000000;
5135 }
5499 }
5136 .modal-backdrop.fade {
5500 .modal-backdrop.fade {
@@ -5158,8 +5522,7 b' button.close {'
5158 padding: 15px;
5522 padding: 15px;
5159 }
5523 }
5160 .modal-footer {
5524 .modal-footer {
5161 margin-top: 15px;
5525 padding: 15px;
5162 padding: 14px 15px 15px;
5163 text-align: right;
5526 text-align: right;
5164 border-top: 1px solid #e5e5e5;
5527 border-top: 1px solid #e5e5e5;
5165 }
5528 }
@@ -5173,6 +5536,13 b' button.close {'
5173 .modal-footer .btn-block + .btn-block {
5536 .modal-footer .btn-block + .btn-block {
5174 margin-left: 0;
5537 margin-left: 0;
5175 }
5538 }
5539 .modal-scrollbar-measure {
5540 position: absolute;
5541 top: -9999px;
5542 width: 50px;
5543 height: 50px;
5544 overflow: scroll;
5545 }
5176 @media (min-width: 768px) {
5546 @media (min-width: 768px) {
5177 .modal-dialog {
5547 .modal-dialog {
5178 width: 600px;
5548 width: 600px;
@@ -5193,10 +5563,12 b' button.close {'
5193 }
5563 }
5194 .tooltip {
5564 .tooltip {
5195 position: absolute;
5565 position: absolute;
5196 z-index: 1030;
5566 z-index: 1070;
5197 display: block;
5567 display: block;
5198 visibility: visible;
5568 visibility: visible;
5569 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5199 font-size: 12px;
5570 font-size: 12px;
5571 font-weight: normal;
5200 line-height: 1.4;
5572 line-height: 1.4;
5201 opacity: 0;
5573 opacity: 0;
5202 filter: alpha(opacity=0);
5574 filter: alpha(opacity=0);
@@ -5246,13 +5618,15 b' button.close {'
5246 }
5618 }
5247 .tooltip.top-left .tooltip-arrow {
5619 .tooltip.top-left .tooltip-arrow {
5248 bottom: 0;
5620 bottom: 0;
5249 left: 5px;
5621 right: 5px;
5622 margin-bottom: -5px;
5250 border-width: 5px 5px 0;
5623 border-width: 5px 5px 0;
5251 border-top-color: #000000;
5624 border-top-color: #000000;
5252 }
5625 }
5253 .tooltip.top-right .tooltip-arrow {
5626 .tooltip.top-right .tooltip-arrow {
5254 bottom: 0;
5627 bottom: 0;
5255 right: 5px;
5628 left: 5px;
5629 margin-bottom: -5px;
5256 border-width: 5px 5px 0;
5630 border-width: 5px 5px 0;
5257 border-top-color: #000000;
5631 border-top-color: #000000;
5258 }
5632 }
@@ -5279,13 +5653,15 b' button.close {'
5279 }
5653 }
5280 .tooltip.bottom-left .tooltip-arrow {
5654 .tooltip.bottom-left .tooltip-arrow {
5281 top: 0;
5655 top: 0;
5282 left: 5px;
5656 right: 5px;
5657 margin-top: -5px;
5283 border-width: 0 5px 5px;
5658 border-width: 0 5px 5px;
5284 border-bottom-color: #000000;
5659 border-bottom-color: #000000;
5285 }
5660 }
5286 .tooltip.bottom-right .tooltip-arrow {
5661 .tooltip.bottom-right .tooltip-arrow {
5287 top: 0;
5662 top: 0;
5288 right: 5px;
5663 left: 5px;
5664 margin-top: -5px;
5289 border-width: 0 5px 5px;
5665 border-width: 0 5px 5px;
5290 border-bottom-color: #000000;
5666 border-bottom-color: #000000;
5291 }
5667 }
@@ -5293,10 +5669,14 b' button.close {'
5293 position: absolute;
5669 position: absolute;
5294 top: 0;
5670 top: 0;
5295 left: 0;
5671 left: 0;
5296 z-index: 1010;
5672 z-index: 1060;
5297 display: none;
5673 display: none;
5298 max-width: 276px;
5674 max-width: 276px;
5299 padding: 1px;
5675 padding: 1px;
5676 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5677 font-size: 13px;
5678 font-weight: normal;
5679 line-height: 1.42857143;
5300 text-align: left;
5680 text-align: left;
5301 background-color: #ffffff;
5681 background-color: #ffffff;
5302 background-clip: padding-box;
5682 background-clip: padding-box;
@@ -5323,11 +5703,9 b' button.close {'
5323 margin: 0;
5703 margin: 0;
5324 padding: 8px 14px;
5704 padding: 8px 14px;
5325 font-size: 13px;
5705 font-size: 13px;
5326 font-weight: normal;
5327 line-height: 18px;
5328 background-color: #f7f7f7;
5706 background-color: #f7f7f7;
5329 border-bottom: 1px solid #ebebeb;
5707 border-bottom: 1px solid #ebebeb;
5330 border-radius: 5px 5px 0 0;
5708 border-radius: 2px 2px 0 0;
5331 }
5709 }
5332 .popover-content {
5710 .popover-content {
5333 padding: 9px 14px;
5711 padding: 9px 14px;
@@ -5420,12 +5798,36 b' button.close {'
5420 display: none;
5798 display: none;
5421 position: relative;
5799 position: relative;
5422 -webkit-transition: 0.6s ease-in-out left;
5800 -webkit-transition: 0.6s ease-in-out left;
5801 -o-transition: 0.6s ease-in-out left;
5423 transition: 0.6s ease-in-out left;
5802 transition: 0.6s ease-in-out left;
5424 }
5803 }
5425 .carousel-inner > .item > img,
5804 .carousel-inner > .item > img,
5426 .carousel-inner > .item > a > img {
5805 .carousel-inner > .item > a > img {
5427 line-height: 1;
5806 line-height: 1;
5428 }
5807 }
5808 @media all and (transform-3d), (-webkit-transform-3d) {
5809 .carousel-inner > .item {
5810 transition: transform 0.6s ease-in-out;
5811 backface-visibility: hidden;
5812 perspective: 1000;
5813 }
5814 .carousel-inner > .item.next,
5815 .carousel-inner > .item.active.right {
5816 transform: translate3d(100%, 0, 0);
5817 left: 0;
5818 }
5819 .carousel-inner > .item.prev,
5820 .carousel-inner > .item.active.left {
5821 transform: translate3d(-100%, 0, 0);
5822 left: 0;
5823 }
5824 .carousel-inner > .item.next.left,
5825 .carousel-inner > .item.prev.right,
5826 .carousel-inner > .item.active {
5827 transform: translate3d(0, 0, 0);
5828 left: 0;
5829 }
5830 }
5429 .carousel-inner > .active,
5831 .carousel-inner > .active,
5430 .carousel-inner > .next,
5832 .carousel-inner > .next,
5431 .carousel-inner > .prev {
5833 .carousel-inner > .prev {
@@ -5470,7 +5872,8 b' button.close {'
5470 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
5872 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
5471 }
5873 }
5472 .carousel-control.left {
5874 .carousel-control.left {
5473 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
5875 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
5876 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
5474 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
5877 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
5475 background-repeat: repeat-x;
5878 background-repeat: repeat-x;
5476 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
5879 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
@@ -5478,14 +5881,15 b' button.close {'
5478 .carousel-control.right {
5881 .carousel-control.right {
5479 left: auto;
5882 left: auto;
5480 right: 0;
5883 right: 0;
5481 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
5884 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
5885 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
5482 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
5886 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
5483 background-repeat: repeat-x;
5887 background-repeat: repeat-x;
5484 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
5888 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
5485 }
5889 }
5486 .carousel-control:hover,
5890 .carousel-control:hover,
5487 .carousel-control:focus {
5891 .carousel-control:focus {
5488 outline: none;
5892 outline: 0;
5489 color: #ffffff;
5893 color: #ffffff;
5490 text-decoration: none;
5894 text-decoration: none;
5491 opacity: 0.9;
5895 opacity: 0.9;
@@ -5503,17 +5907,18 b' button.close {'
5503 .carousel-control .icon-prev,
5907 .carousel-control .icon-prev,
5504 .carousel-control .glyphicon-chevron-left {
5908 .carousel-control .glyphicon-chevron-left {
5505 left: 50%;
5909 left: 50%;
5910 margin-left: -10px;
5506 }
5911 }
5507 .carousel-control .icon-next,
5912 .carousel-control .icon-next,
5508 .carousel-control .glyphicon-chevron-right {
5913 .carousel-control .glyphicon-chevron-right {
5509 right: 50%;
5914 right: 50%;
5915 margin-right: -10px;
5510 }
5916 }
5511 .carousel-control .icon-prev,
5917 .carousel-control .icon-prev,
5512 .carousel-control .icon-next {
5918 .carousel-control .icon-next {
5513 width: 20px;
5919 width: 20px;
5514 height: 20px;
5920 height: 20px;
5515 margin-top: -10px;
5921 margin-top: -10px;
5516 margin-left: -10px;
5517 font-family: serif;
5922 font-family: serif;
5518 }
5923 }
5519 .carousel-control .icon-prev:before {
5924 .carousel-control .icon-prev:before {
@@ -5574,9 +5979,16 b' button.close {'
5574 width: 30px;
5979 width: 30px;
5575 height: 30px;
5980 height: 30px;
5576 margin-top: -15px;
5981 margin-top: -15px;
5577 margin-left: -15px;
5578 font-size: 30px;
5982 font-size: 30px;
5579 }
5983 }
5984 .carousel-control .glyphicon-chevron-left,
5985 .carousel-control .icon-prev {
5986 margin-left: -15px;
5987 }
5988 .carousel-control .glyphicon-chevron-right,
5989 .carousel-control .icon-next {
5990 margin-right: -15px;
5991 }
5580 .carousel-caption {
5992 .carousel-caption {
5581 left: 20%;
5993 left: 20%;
5582 right: 20%;
5994 right: 20%;
@@ -5588,6 +6000,8 b' button.close {'
5588 }
6000 }
5589 .clearfix:before,
6001 .clearfix:before,
5590 .clearfix:after,
6002 .clearfix:after,
6003 .dl-horizontal dd:before,
6004 .dl-horizontal dd:after,
5591 .container:before,
6005 .container:before,
5592 .container:after,
6006 .container:after,
5593 .container-fluid:before,
6007 .container-fluid:before,
@@ -5620,6 +6034,7 b' button.close {'
5620 display: table;
6034 display: table;
5621 }
6035 }
5622 .clearfix:after,
6036 .clearfix:after,
6037 .dl-horizontal dd:after,
5623 .container:after,
6038 .container:after,
5624 .container-fluid:after,
6039 .container-fluid:after,
5625 .row:after,
6040 .row:after,
@@ -5679,6 +6094,20 b' button.close {'
5679 .visible-lg {
6094 .visible-lg {
5680 display: none !important;
6095 display: none !important;
5681 }
6096 }
6097 .visible-xs-block,
6098 .visible-xs-inline,
6099 .visible-xs-inline-block,
6100 .visible-sm-block,
6101 .visible-sm-inline,
6102 .visible-sm-inline-block,
6103 .visible-md-block,
6104 .visible-md-inline,
6105 .visible-md-inline-block,
6106 .visible-lg-block,
6107 .visible-lg-inline,
6108 .visible-lg-inline-block {
6109 display: none !important;
6110 }
5682 @media (max-width: 767px) {
6111 @media (max-width: 767px) {
5683 .visible-xs {
6112 .visible-xs {
5684 display: block !important;
6113 display: block !important;
@@ -5694,6 +6123,21 b' button.close {'
5694 display: table-cell !important;
6123 display: table-cell !important;
5695 }
6124 }
5696 }
6125 }
6126 @media (max-width: 767px) {
6127 .visible-xs-block {
6128 display: block !important;
6129 }
6130 }
6131 @media (max-width: 767px) {
6132 .visible-xs-inline {
6133 display: inline !important;
6134 }
6135 }
6136 @media (max-width: 767px) {
6137 .visible-xs-inline-block {
6138 display: inline-block !important;
6139 }
6140 }
5697 @media (min-width: 768px) and (max-width: 991px) {
6141 @media (min-width: 768px) and (max-width: 991px) {
5698 .visible-sm {
6142 .visible-sm {
5699 display: block !important;
6143 display: block !important;
@@ -5709,6 +6153,21 b' button.close {'
5709 display: table-cell !important;
6153 display: table-cell !important;
5710 }
6154 }
5711 }
6155 }
6156 @media (min-width: 768px) and (max-width: 991px) {
6157 .visible-sm-block {
6158 display: block !important;
6159 }
6160 }
6161 @media (min-width: 768px) and (max-width: 991px) {
6162 .visible-sm-inline {
6163 display: inline !important;
6164 }
6165 }
6166 @media (min-width: 768px) and (max-width: 991px) {
6167 .visible-sm-inline-block {
6168 display: inline-block !important;
6169 }
6170 }
5712 @media (min-width: 992px) and (max-width: 1199px) {
6171 @media (min-width: 992px) and (max-width: 1199px) {
5713 .visible-md {
6172 .visible-md {
5714 display: block !important;
6173 display: block !important;
@@ -5724,6 +6183,21 b' button.close {'
5724 display: table-cell !important;
6183 display: table-cell !important;
5725 }
6184 }
5726 }
6185 }
6186 @media (min-width: 992px) and (max-width: 1199px) {
6187 .visible-md-block {
6188 display: block !important;
6189 }
6190 }
6191 @media (min-width: 992px) and (max-width: 1199px) {
6192 .visible-md-inline {
6193 display: inline !important;
6194 }
6195 }
6196 @media (min-width: 992px) and (max-width: 1199px) {
6197 .visible-md-inline-block {
6198 display: inline-block !important;
6199 }
6200 }
5727 @media (min-width: 1200px) {
6201 @media (min-width: 1200px) {
5728 .visible-lg {
6202 .visible-lg {
5729 display: block !important;
6203 display: block !important;
@@ -5739,6 +6213,21 b' button.close {'
5739 display: table-cell !important;
6213 display: table-cell !important;
5740 }
6214 }
5741 }
6215 }
6216 @media (min-width: 1200px) {
6217 .visible-lg-block {
6218 display: block !important;
6219 }
6220 }
6221 @media (min-width: 1200px) {
6222 .visible-lg-inline {
6223 display: inline !important;
6224 }
6225 }
6226 @media (min-width: 1200px) {
6227 .visible-lg-inline-block {
6228 display: inline-block !important;
6229 }
6230 }
5742 @media (max-width: 767px) {
6231 @media (max-width: 767px) {
5743 .hidden-xs {
6232 .hidden-xs {
5744 display: none !important;
6233 display: none !important;
@@ -5777,6 +6266,30 b' button.close {'
5777 display: table-cell !important;
6266 display: table-cell !important;
5778 }
6267 }
5779 }
6268 }
6269 .visible-print-block {
6270 display: none !important;
6271 }
6272 @media print {
6273 .visible-print-block {
6274 display: block !important;
6275 }
6276 }
6277 .visible-print-inline {
6278 display: none !important;
6279 }
6280 @media print {
6281 .visible-print-inline {
6282 display: inline !important;
6283 }
6284 }
6285 .visible-print-inline-block {
6286 display: none !important;
6287 }
6288 @media print {
6289 .visible-print-inline-block {
6290 display: inline-block !important;
6291 }
6292 }
5780 @media print {
6293 @media print {
5781 .hidden-print {
6294 .hidden-print {
5782 display: none !important;
6295 display: none !important;
@@ -7467,6 +7980,7 b' button.close {'
7467 .modal.fade .modal-dialog {
7980 .modal.fade .modal-dialog {
7468 -webkit-transform: translate(0, 0);
7981 -webkit-transform: translate(0, 0);
7469 -ms-transform: translate(0, 0);
7982 -ms-transform: translate(0, 0);
7983 -o-transform: translate(0, 0);
7470 transform: translate(0, 0);
7984 transform: translate(0, 0);
7471 }
7985 }
7472 code {
7986 code {
@@ -7831,22 +8345,24 b' span#login_widget > .button:hover,'
7831 #logout:hover,
8345 #logout:hover,
7832 span#login_widget > .button:focus,
8346 span#login_widget > .button:focus,
7833 #logout:focus,
8347 #logout:focus,
8348 span#login_widget > .button.focus,
8349 #logout.focus,
7834 span#login_widget > .button:active,
8350 span#login_widget > .button:active,
7835 #logout:active,
8351 #logout:active,
7836 span#login_widget > .button.active,
8352 span#login_widget > .button.active,
7837 #logout.active,
8353 #logout.active,
7838 .open .dropdown-togglespan#login_widget > .button,
8354 .open > .dropdown-togglespan#login_widget > .button,
7839 .open .dropdown-toggle#logout {
8355 .open > .dropdown-toggle#logout {
7840 color: #333333;
8356 color: #333333;
7841 background-color: #ebebeb;
8357 background-color: #e6e6e6;
7842 border-color: #adadad;
8358 border-color: #adadad;
7843 }
8359 }
7844 span#login_widget > .button:active,
8360 span#login_widget > .button:active,
7845 #logout:active,
8361 #logout:active,
7846 span#login_widget > .button.active,
8362 span#login_widget > .button.active,
7847 #logout.active,
8363 #logout.active,
7848 .open .dropdown-togglespan#login_widget > .button,
8364 .open > .dropdown-togglespan#login_widget > .button,
7849 .open .dropdown-toggle#logout {
8365 .open > .dropdown-toggle#logout {
7850 background-image: none;
8366 background-image: none;
7851 }
8367 }
7852 span#login_widget > .button.disabled,
8368 span#login_widget > .button.disabled,
@@ -7867,6 +8383,12 b' span#login_widget > .button[disabled]:focus,'
7867 #logout[disabled]:focus,
8383 #logout[disabled]:focus,
7868 fieldset[disabled] span#login_widget > .button:focus,
8384 fieldset[disabled] span#login_widget > .button:focus,
7869 fieldset[disabled] #logout:focus,
8385 fieldset[disabled] #logout:focus,
8386 span#login_widget > .button.disabled.focus,
8387 #logout.disabled.focus,
8388 span#login_widget > .button[disabled].focus,
8389 #logout[disabled].focus,
8390 fieldset[disabled] span#login_widget > .button.focus,
8391 fieldset[disabled] #logout.focus,
7870 span#login_widget > .button.disabled:active,
8392 span#login_widget > .button.disabled:active,
7871 #logout.disabled:active,
8393 #logout.disabled:active,
7872 span#login_widget > .button[disabled]:active,
8394 span#login_widget > .button[disabled]:active,
@@ -9391,6 +9913,7 b' h6:hover .anchor-link {'
9391 }
9913 }
9392 .widget-combo-btn {
9914 .widget-combo-btn {
9393 /* ComboBox Main Button */
9915 /* ComboBox Main Button */
9916 /* Subtract 25px to account for the drop arrow button */
9394 min-width: 125px;
9917 min-width: 125px;
9395 }
9918 }
9396 .widget_item .dropdown-menu li a {
9919 .widget_item .dropdown-menu li a {
@@ -9660,6 +10183,7 b' p {'
9660 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
10183 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
9661 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
10184 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
9662 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
10185 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
10186 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
9663 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
10187 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
9664 height: 30px;
10188 height: 30px;
9665 padding: 5px 10px;
10189 padding: 5px 10px;
@@ -9731,7 +10255,7 b' select[multiple].celltoolbar select {'
9731 width: auto;
10255 width: auto;
9732 }
10256 }
9733 .completions select option.context {
10257 .completions select option.context {
9734 color: #3071a9;
10258 color: #286090;
9735 }
10259 }
9736 #kernel_logo_widget {
10260 #kernel_logo_widget {
9737 float: right !important;
10261 float: right !important;
@@ -9954,16 +10478,17 b' ul#help_menu li a i {'
9954 }
10478 }
9955 .notification_widget:hover,
10479 .notification_widget:hover,
9956 .notification_widget:focus,
10480 .notification_widget:focus,
10481 .notification_widget.focus,
9957 .notification_widget:active,
10482 .notification_widget:active,
9958 .notification_widget.active,
10483 .notification_widget.active,
9959 .open .dropdown-toggle.notification_widget {
10484 .open > .dropdown-toggle.notification_widget {
9960 color: #333333;
10485 color: #333333;
9961 background-color: #ebebeb;
10486 background-color: #e6e6e6;
9962 border-color: #adadad;
10487 border-color: #adadad;
9963 }
10488 }
9964 .notification_widget:active,
10489 .notification_widget:active,
9965 .notification_widget.active,
10490 .notification_widget.active,
9966 .open .dropdown-toggle.notification_widget {
10491 .open > .dropdown-toggle.notification_widget {
9967 background-image: none;
10492 background-image: none;
9968 }
10493 }
9969 .notification_widget.disabled,
10494 .notification_widget.disabled,
@@ -9975,6 +10500,9 b' fieldset[disabled] .notification_widget:hover,'
9975 .notification_widget.disabled:focus,
10500 .notification_widget.disabled:focus,
9976 .notification_widget[disabled]:focus,
10501 .notification_widget[disabled]:focus,
9977 fieldset[disabled] .notification_widget:focus,
10502 fieldset[disabled] .notification_widget:focus,
10503 .notification_widget.disabled.focus,
10504 .notification_widget[disabled].focus,
10505 fieldset[disabled] .notification_widget.focus,
9978 .notification_widget.disabled:active,
10506 .notification_widget.disabled:active,
9979 .notification_widget[disabled]:active,
10507 .notification_widget[disabled]:active,
9980 fieldset[disabled] .notification_widget:active,
10508 fieldset[disabled] .notification_widget:active,
@@ -9995,16 +10523,17 b' fieldset[disabled] .notification_widget.active {'
9995 }
10523 }
9996 .notification_widget.warning:hover,
10524 .notification_widget.warning:hover,
9997 .notification_widget.warning:focus,
10525 .notification_widget.warning:focus,
10526 .notification_widget.warning.focus,
9998 .notification_widget.warning:active,
10527 .notification_widget.warning:active,
9999 .notification_widget.warning.active,
10528 .notification_widget.warning.active,
10000 .open .dropdown-toggle.notification_widget.warning {
10529 .open > .dropdown-toggle.notification_widget.warning {
10001 color: #ffffff;
10530 color: #ffffff;
10002 background-color: #ed9c28;
10531 background-color: #ec971f;
10003 border-color: #d58512;
10532 border-color: #d58512;
10004 }
10533 }
10005 .notification_widget.warning:active,
10534 .notification_widget.warning:active,
10006 .notification_widget.warning.active,
10535 .notification_widget.warning.active,
10007 .open .dropdown-toggle.notification_widget.warning {
10536 .open > .dropdown-toggle.notification_widget.warning {
10008 background-image: none;
10537 background-image: none;
10009 }
10538 }
10010 .notification_widget.warning.disabled,
10539 .notification_widget.warning.disabled,
@@ -10016,6 +10545,9 b' fieldset[disabled] .notification_widget.warning:hover,'
10016 .notification_widget.warning.disabled:focus,
10545 .notification_widget.warning.disabled:focus,
10017 .notification_widget.warning[disabled]:focus,
10546 .notification_widget.warning[disabled]:focus,
10018 fieldset[disabled] .notification_widget.warning:focus,
10547 fieldset[disabled] .notification_widget.warning:focus,
10548 .notification_widget.warning.disabled.focus,
10549 .notification_widget.warning[disabled].focus,
10550 fieldset[disabled] .notification_widget.warning.focus,
10019 .notification_widget.warning.disabled:active,
10551 .notification_widget.warning.disabled:active,
10020 .notification_widget.warning[disabled]:active,
10552 .notification_widget.warning[disabled]:active,
10021 fieldset[disabled] .notification_widget.warning:active,
10553 fieldset[disabled] .notification_widget.warning:active,
@@ -10036,16 +10568,17 b' fieldset[disabled] .notification_widget.warning.active {'
10036 }
10568 }
10037 .notification_widget.success:hover,
10569 .notification_widget.success:hover,
10038 .notification_widget.success:focus,
10570 .notification_widget.success:focus,
10571 .notification_widget.success.focus,
10039 .notification_widget.success:active,
10572 .notification_widget.success:active,
10040 .notification_widget.success.active,
10573 .notification_widget.success.active,
10041 .open .dropdown-toggle.notification_widget.success {
10574 .open > .dropdown-toggle.notification_widget.success {
10042 color: #ffffff;
10575 color: #ffffff;
10043 background-color: #47a447;
10576 background-color: #449d44;
10044 border-color: #398439;
10577 border-color: #398439;
10045 }
10578 }
10046 .notification_widget.success:active,
10579 .notification_widget.success:active,
10047 .notification_widget.success.active,
10580 .notification_widget.success.active,
10048 .open .dropdown-toggle.notification_widget.success {
10581 .open > .dropdown-toggle.notification_widget.success {
10049 background-image: none;
10582 background-image: none;
10050 }
10583 }
10051 .notification_widget.success.disabled,
10584 .notification_widget.success.disabled,
@@ -10057,6 +10590,9 b' fieldset[disabled] .notification_widget.success:hover,'
10057 .notification_widget.success.disabled:focus,
10590 .notification_widget.success.disabled:focus,
10058 .notification_widget.success[disabled]:focus,
10591 .notification_widget.success[disabled]:focus,
10059 fieldset[disabled] .notification_widget.success:focus,
10592 fieldset[disabled] .notification_widget.success:focus,
10593 .notification_widget.success.disabled.focus,
10594 .notification_widget.success[disabled].focus,
10595 fieldset[disabled] .notification_widget.success.focus,
10060 .notification_widget.success.disabled:active,
10596 .notification_widget.success.disabled:active,
10061 .notification_widget.success[disabled]:active,
10597 .notification_widget.success[disabled]:active,
10062 fieldset[disabled] .notification_widget.success:active,
10598 fieldset[disabled] .notification_widget.success:active,
@@ -10077,16 +10613,17 b' fieldset[disabled] .notification_widget.success.active {'
10077 }
10613 }
10078 .notification_widget.info:hover,
10614 .notification_widget.info:hover,
10079 .notification_widget.info:focus,
10615 .notification_widget.info:focus,
10616 .notification_widget.info.focus,
10080 .notification_widget.info:active,
10617 .notification_widget.info:active,
10081 .notification_widget.info.active,
10618 .notification_widget.info.active,
10082 .open .dropdown-toggle.notification_widget.info {
10619 .open > .dropdown-toggle.notification_widget.info {
10083 color: #ffffff;
10620 color: #ffffff;
10084 background-color: #39b3d7;
10621 background-color: #31b0d5;
10085 border-color: #269abc;
10622 border-color: #269abc;
10086 }
10623 }
10087 .notification_widget.info:active,
10624 .notification_widget.info:active,
10088 .notification_widget.info.active,
10625 .notification_widget.info.active,
10089 .open .dropdown-toggle.notification_widget.info {
10626 .open > .dropdown-toggle.notification_widget.info {
10090 background-image: none;
10627 background-image: none;
10091 }
10628 }
10092 .notification_widget.info.disabled,
10629 .notification_widget.info.disabled,
@@ -10098,6 +10635,9 b' fieldset[disabled] .notification_widget.info:hover,'
10098 .notification_widget.info.disabled:focus,
10635 .notification_widget.info.disabled:focus,
10099 .notification_widget.info[disabled]:focus,
10636 .notification_widget.info[disabled]:focus,
10100 fieldset[disabled] .notification_widget.info:focus,
10637 fieldset[disabled] .notification_widget.info:focus,
10638 .notification_widget.info.disabled.focus,
10639 .notification_widget.info[disabled].focus,
10640 fieldset[disabled] .notification_widget.info.focus,
10101 .notification_widget.info.disabled:active,
10641 .notification_widget.info.disabled:active,
10102 .notification_widget.info[disabled]:active,
10642 .notification_widget.info[disabled]:active,
10103 fieldset[disabled] .notification_widget.info:active,
10643 fieldset[disabled] .notification_widget.info:active,
@@ -10118,16 +10658,17 b' fieldset[disabled] .notification_widget.info.active {'
10118 }
10658 }
10119 .notification_widget.danger:hover,
10659 .notification_widget.danger:hover,
10120 .notification_widget.danger:focus,
10660 .notification_widget.danger:focus,
10661 .notification_widget.danger.focus,
10121 .notification_widget.danger:active,
10662 .notification_widget.danger:active,
10122 .notification_widget.danger.active,
10663 .notification_widget.danger.active,
10123 .open .dropdown-toggle.notification_widget.danger {
10664 .open > .dropdown-toggle.notification_widget.danger {
10124 color: #ffffff;
10665 color: #ffffff;
10125 background-color: #d2322d;
10666 background-color: #c9302c;
10126 border-color: #ac2925;
10667 border-color: #ac2925;
10127 }
10668 }
10128 .notification_widget.danger:active,
10669 .notification_widget.danger:active,
10129 .notification_widget.danger.active,
10670 .notification_widget.danger.active,
10130 .open .dropdown-toggle.notification_widget.danger {
10671 .open > .dropdown-toggle.notification_widget.danger {
10131 background-image: none;
10672 background-image: none;
10132 }
10673 }
10133 .notification_widget.danger.disabled,
10674 .notification_widget.danger.disabled,
@@ -10139,6 +10680,9 b' fieldset[disabled] .notification_widget.danger:hover,'
10139 .notification_widget.danger.disabled:focus,
10680 .notification_widget.danger.disabled:focus,
10140 .notification_widget.danger[disabled]:focus,
10681 .notification_widget.danger[disabled]:focus,
10141 fieldset[disabled] .notification_widget.danger:focus,
10682 fieldset[disabled] .notification_widget.danger:focus,
10683 .notification_widget.danger.disabled.focus,
10684 .notification_widget.danger[disabled].focus,
10685 fieldset[disabled] .notification_widget.danger.focus,
10142 .notification_widget.danger.disabled:active,
10686 .notification_widget.danger.disabled:active,
10143 .notification_widget.danger[disabled]:active,
10687 .notification_widget.danger[disabled]:active,
10144 fieldset[disabled] .notification_widget.danger:active,
10688 fieldset[disabled] .notification_widget.danger:active,
General Comments 0
You need to be logged in to leave comments. Login now