changeset 49 | 92f6f02a692a |
parent 0 | 46abfb767ff2 |
child 55 | acd0d17b4cb3 |
48:111a215ee273 | 49:92f6f02a692a |
---|---|
1 /*! |
1 /*! |
2 * Bootstrap v3.0.2 by @fat and @mdo |
2 * Bootstrap v3.0.3 (http://getbootstrap.com) |
3 * Copyright 2013 Twitter, Inc. |
3 * Copyright 2013 Twitter, Inc. |
4 * Licensed under http://www.apache.org/licenses/LICENSE-2.0 |
4 * Licensed under http://www.apache.org/licenses/LICENSE-2.0 |
5 * |
|
6 * Designed and built with all the love in the world by @mdo and @fat. |
|
7 */ |
5 */ |
8 |
6 |
9 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ |
7 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ |
10 |
8 |
11 article, |
9 article, |
331 color: #2a6496; |
329 color: #2a6496; |
332 text-decoration: underline; |
330 text-decoration: underline; |
333 } |
331 } |
334 |
332 |
335 a:focus { |
333 a:focus { |
336 outline: thin dotted #333; |
334 outline: thin dotted; |
337 outline: 5px auto -webkit-focus-ring-color; |
335 outline: 5px auto -webkit-focus-ring-color; |
338 outline-offset: -2px; |
336 outline-offset: -2px; |
339 } |
337 } |
340 |
338 |
341 img { |
339 img { |
383 padding: 0; |
381 padding: 0; |
384 margin: -1px; |
382 margin: -1px; |
385 overflow: hidden; |
383 overflow: hidden; |
386 clip: rect(0, 0, 0, 0); |
384 clip: rect(0, 0, 0, 0); |
387 border: 0; |
385 border: 0; |
388 } |
|
389 |
|
390 p { |
|
391 margin: 0 0 10px; |
|
392 } |
|
393 |
|
394 .lead { |
|
395 margin-bottom: 20px; |
|
396 font-size: 16px; |
|
397 font-weight: 200; |
|
398 line-height: 1.4; |
|
399 } |
|
400 |
|
401 @media (min-width: 768px) { |
|
402 .lead { |
|
403 font-size: 21px; |
|
404 } |
|
405 } |
|
406 |
|
407 small, |
|
408 .small { |
|
409 font-size: 85%; |
|
410 } |
|
411 |
|
412 cite { |
|
413 font-style: normal; |
|
414 } |
|
415 |
|
416 .text-muted { |
|
417 color: #999999; |
|
418 } |
|
419 |
|
420 .text-primary { |
|
421 color: #428bca; |
|
422 } |
|
423 |
|
424 .text-primary:hover { |
|
425 color: #3071a9; |
|
426 } |
|
427 |
|
428 .text-warning { |
|
429 color: #c09853; |
|
430 } |
|
431 |
|
432 .text-warning:hover { |
|
433 color: #a47e3c; |
|
434 } |
|
435 |
|
436 .text-danger { |
|
437 color: #b94a48; |
|
438 } |
|
439 |
|
440 .text-danger:hover { |
|
441 color: #953b39; |
|
442 } |
|
443 |
|
444 .text-success { |
|
445 color: #468847; |
|
446 } |
|
447 |
|
448 .text-success:hover { |
|
449 color: #356635; |
|
450 } |
|
451 |
|
452 .text-info { |
|
453 color: #3a87ad; |
|
454 } |
|
455 |
|
456 .text-info:hover { |
|
457 color: #2d6987; |
|
458 } |
|
459 |
|
460 .text-left { |
|
461 text-align: left; |
|
462 } |
|
463 |
|
464 .text-right { |
|
465 text-align: right; |
|
466 } |
|
467 |
|
468 .text-center { |
|
469 text-align: center; |
|
470 } |
386 } |
471 |
387 |
472 h1, |
388 h1, |
473 h2, |
389 h2, |
474 h3, |
390 h3, |
576 h6, |
492 h6, |
577 .h6 { |
493 .h6 { |
578 font-size: 12px; |
494 font-size: 12px; |
579 } |
495 } |
580 |
496 |
497 p { |
|
498 margin: 0 0 10px; |
|
499 } |
|
500 |
|
501 .lead { |
|
502 margin-bottom: 20px; |
|
503 font-size: 16px; |
|
504 font-weight: 200; |
|
505 line-height: 1.4; |
|
506 } |
|
507 |
|
508 @media (min-width: 768px) { |
|
509 .lead { |
|
510 font-size: 21px; |
|
511 } |
|
512 } |
|
513 |
|
514 small, |
|
515 .small { |
|
516 font-size: 85%; |
|
517 } |
|
518 |
|
519 cite { |
|
520 font-style: normal; |
|
521 } |
|
522 |
|
523 .text-muted { |
|
524 color: #999999; |
|
525 } |
|
526 |
|
527 .text-primary { |
|
528 color: #428bca; |
|
529 } |
|
530 |
|
531 .text-primary:hover { |
|
532 color: #3071a9; |
|
533 } |
|
534 |
|
535 .text-warning { |
|
536 color: #8a6d3b; |
|
537 } |
|
538 |
|
539 .text-warning:hover { |
|
540 color: #66512c; |
|
541 } |
|
542 |
|
543 .text-danger { |
|
544 color: #a94442; |
|
545 } |
|
546 |
|
547 .text-danger:hover { |
|
548 color: #843534; |
|
549 } |
|
550 |
|
551 .text-success { |
|
552 color: #3c763d; |
|
553 } |
|
554 |
|
555 .text-success:hover { |
|
556 color: #2b542c; |
|
557 } |
|
558 |
|
559 .text-info { |
|
560 color: #31708f; |
|
561 } |
|
562 |
|
563 .text-info:hover { |
|
564 color: #245269; |
|
565 } |
|
566 |
|
567 .text-left { |
|
568 text-align: left; |
|
569 } |
|
570 |
|
571 .text-right { |
|
572 text-align: right; |
|
573 } |
|
574 |
|
575 .text-center { |
|
576 text-align: center; |
|
577 } |
|
578 |
|
581 .page-header { |
579 .page-header { |
582 padding-bottom: 9px; |
580 padding-bottom: 9px; |
583 margin: 40px 0 20px; |
581 margin: 40px 0 20px; |
584 border-bottom: 1px solid #eeeeee; |
582 border-bottom: 1px solid #eeeeee; |
585 } |
583 } |
616 .list-inline > li:first-child { |
614 .list-inline > li:first-child { |
617 padding-left: 0; |
615 padding-left: 0; |
618 } |
616 } |
619 |
617 |
620 dl { |
618 dl { |
619 margin-top: 0; |
|
621 margin-bottom: 20px; |
620 margin-bottom: 20px; |
622 } |
621 } |
623 |
622 |
624 dt, |
623 dt, |
625 dd { |
624 dd { |
669 abbr[data-original-title] { |
668 abbr[data-original-title] { |
670 cursor: help; |
669 cursor: help; |
671 border-bottom: 1px dotted #999999; |
670 border-bottom: 1px dotted #999999; |
672 } |
671 } |
673 |
672 |
674 abbr.initialism { |
673 .initialism { |
675 font-size: 90%; |
674 font-size: 90%; |
676 text-transform: uppercase; |
675 text-transform: uppercase; |
677 } |
676 } |
678 |
677 |
679 blockquote { |
678 blockquote { |
690 |
689 |
691 blockquote p:last-child { |
690 blockquote p:last-child { |
692 margin-bottom: 0; |
691 margin-bottom: 0; |
693 } |
692 } |
694 |
693 |
695 blockquote small { |
694 blockquote small, |
695 blockquote .small { |
|
696 display: block; |
696 display: block; |
697 line-height: 1.428571429; |
697 line-height: 1.428571429; |
698 color: #999999; |
698 color: #999999; |
699 } |
699 } |
700 |
700 |
701 blockquote small:before { |
701 blockquote small:before, |
702 blockquote .small:before { |
|
702 content: '\2014 \00A0'; |
703 content: '\2014 \00A0'; |
703 } |
704 } |
704 |
705 |
705 blockquote.pull-right { |
706 blockquote.pull-right { |
706 padding-right: 15px; |
707 padding-right: 15px; |
738 |
739 |
739 code, |
740 code, |
740 kbd, |
741 kbd, |
741 pre, |
742 pre, |
742 samp { |
743 samp { |
743 font-family: Monaco, Menlo, Consolas, "Courier New", monospace; |
744 font-family: Menlo, Monaco, Consolas, "Courier New", monospace; |
744 } |
745 } |
745 |
746 |
746 code { |
747 code { |
747 padding: 2px 4px; |
748 padding: 2px 4px; |
748 font-size: 90%; |
749 font-size: 90%; |
803 content: " "; |
804 content: " "; |
804 } |
805 } |
805 |
806 |
806 .container:after { |
807 .container:after { |
807 clear: both; |
808 clear: both; |
809 } |
|
810 |
|
811 @media (min-width: 768px) { |
|
812 .container { |
|
813 width: 750px; |
|
814 } |
|
815 } |
|
816 |
|
817 @media (min-width: 992px) { |
|
818 .container { |
|
819 width: 970px; |
|
820 } |
|
821 } |
|
822 |
|
823 @media (min-width: 1200px) { |
|
824 .container { |
|
825 width: 1170px; |
|
826 } |
|
808 } |
827 } |
809 |
828 |
810 .row { |
829 .row { |
811 margin-right: -15px; |
830 margin-right: -15px; |
812 margin-left: -15px; |
831 margin-left: -15px; |
894 .col-xs-6, |
913 .col-xs-6, |
895 .col-xs-7, |
914 .col-xs-7, |
896 .col-xs-8, |
915 .col-xs-8, |
897 .col-xs-9, |
916 .col-xs-9, |
898 .col-xs-10, |
917 .col-xs-10, |
899 .col-xs-11 { |
918 .col-xs-11, |
919 .col-xs-12 { |
|
900 float: left; |
920 float: left; |
901 } |
921 } |
902 |
922 |
903 .col-xs-12 { |
923 .col-xs-12 { |
904 width: 100%; |
924 width: 100%; |
1103 .col-xs-offset-0 { |
1123 .col-xs-offset-0 { |
1104 margin-left: 0; |
1124 margin-left: 0; |
1105 } |
1125 } |
1106 |
1126 |
1107 @media (min-width: 768px) { |
1127 @media (min-width: 768px) { |
1108 .container { |
|
1109 width: 750px; |
|
1110 } |
|
1111 .col-sm-1, |
1128 .col-sm-1, |
1112 .col-sm-2, |
1129 .col-sm-2, |
1113 .col-sm-3, |
1130 .col-sm-3, |
1114 .col-sm-4, |
1131 .col-sm-4, |
1115 .col-sm-5, |
1132 .col-sm-5, |
1116 .col-sm-6, |
1133 .col-sm-6, |
1117 .col-sm-7, |
1134 .col-sm-7, |
1118 .col-sm-8, |
1135 .col-sm-8, |
1119 .col-sm-9, |
1136 .col-sm-9, |
1120 .col-sm-10, |
1137 .col-sm-10, |
1121 .col-sm-11 { |
1138 .col-sm-11, |
1139 .col-sm-12 { |
|
1122 float: left; |
1140 float: left; |
1123 } |
1141 } |
1124 .col-sm-12 { |
1142 .col-sm-12 { |
1125 width: 100%; |
1143 width: 100%; |
1126 } |
1144 } |
1275 margin-left: 0; |
1293 margin-left: 0; |
1276 } |
1294 } |
1277 } |
1295 } |
1278 |
1296 |
1279 @media (min-width: 992px) { |
1297 @media (min-width: 992px) { |
1280 .container { |
|
1281 width: 970px; |
|
1282 } |
|
1283 .col-md-1, |
1298 .col-md-1, |
1284 .col-md-2, |
1299 .col-md-2, |
1285 .col-md-3, |
1300 .col-md-3, |
1286 .col-md-4, |
1301 .col-md-4, |
1287 .col-md-5, |
1302 .col-md-5, |
1288 .col-md-6, |
1303 .col-md-6, |
1289 .col-md-7, |
1304 .col-md-7, |
1290 .col-md-8, |
1305 .col-md-8, |
1291 .col-md-9, |
1306 .col-md-9, |
1292 .col-md-10, |
1307 .col-md-10, |
1293 .col-md-11 { |
1308 .col-md-11, |
1309 .col-md-12 { |
|
1294 float: left; |
1310 float: left; |
1295 } |
1311 } |
1296 .col-md-12 { |
1312 .col-md-12 { |
1297 width: 100%; |
1313 width: 100%; |
1298 } |
1314 } |
1447 margin-left: 0; |
1463 margin-left: 0; |
1448 } |
1464 } |
1449 } |
1465 } |
1450 |
1466 |
1451 @media (min-width: 1200px) { |
1467 @media (min-width: 1200px) { |
1452 .container { |
|
1453 width: 1170px; |
|
1454 } |
|
1455 .col-lg-1, |
1468 .col-lg-1, |
1456 .col-lg-2, |
1469 .col-lg-2, |
1457 .col-lg-3, |
1470 .col-lg-3, |
1458 .col-lg-4, |
1471 .col-lg-4, |
1459 .col-lg-5, |
1472 .col-lg-5, |
1460 .col-lg-6, |
1473 .col-lg-6, |
1461 .col-lg-7, |
1474 .col-lg-7, |
1462 .col-lg-8, |
1475 .col-lg-8, |
1463 .col-lg-9, |
1476 .col-lg-9, |
1464 .col-lg-10, |
1477 .col-lg-10, |
1465 .col-lg-11 { |
1478 .col-lg-11, |
1479 .col-lg-12 { |
|
1466 float: left; |
1480 float: left; |
1467 } |
1481 } |
1468 .col-lg-12 { |
1482 .col-lg-12 { |
1469 width: 100%; |
1483 width: 100%; |
1470 } |
1484 } |
1704 .table-hover > tbody > tr:hover > th { |
1718 .table-hover > tbody > tr:hover > th { |
1705 background-color: #f5f5f5; |
1719 background-color: #f5f5f5; |
1706 } |
1720 } |
1707 |
1721 |
1708 table col[class*="col-"] { |
1722 table col[class*="col-"] { |
1723 position: static; |
|
1709 display: table-column; |
1724 display: table-column; |
1710 float: none; |
1725 float: none; |
1711 } |
1726 } |
1712 |
1727 |
1713 table td[class*="col-"], |
1728 table td[class*="col-"], |
1714 table th[class*="col-"] { |
1729 table th[class*="col-"] { |
1715 display: table-cell; |
1730 display: table-cell; |
1716 float: none; |
1731 float: none; |
1717 } |
1732 } |
1718 |
1733 |
1719 .table > thead > tr > td.active, |
1734 .table > thead > tr > .active, |
1720 .table > tbody > tr > td.active, |
1735 .table > tbody > tr > .active, |
1721 .table > tfoot > tr > td.active, |
1736 .table > tfoot > tr > .active, |
1722 .table > thead > tr > th.active, |
1737 .table > thead > .active > td, |
1723 .table > tbody > tr > th.active, |
1738 .table > tbody > .active > td, |
1724 .table > tfoot > tr > th.active, |
1739 .table > tfoot > .active > td, |
1725 .table > thead > tr.active > td, |
1740 .table > thead > .active > th, |
1726 .table > tbody > tr.active > td, |
1741 .table > tbody > .active > th, |
1727 .table > tfoot > tr.active > td, |
1742 .table > tfoot > .active > th { |
1728 .table > thead > tr.active > th, |
|
1729 .table > tbody > tr.active > th, |
|
1730 .table > tfoot > tr.active > th { |
|
1731 background-color: #f5f5f5; |
1743 background-color: #f5f5f5; |
1732 } |
1744 } |
1733 |
1745 |
1734 .table > thead > tr > td.success, |
1746 .table-hover > tbody > tr > .active:hover, |
1735 .table > tbody > tr > td.success, |
1747 .table-hover > tbody > .active:hover > td, |
1736 .table > tfoot > tr > td.success, |
1748 .table-hover > tbody > .active:hover > th { |
1737 .table > thead > tr > th.success, |
1749 background-color: #e8e8e8; |
1738 .table > tbody > tr > th.success, |
1750 } |
1739 .table > tfoot > tr > th.success, |
1751 |
1740 .table > thead > tr.success > td, |
1752 .table > thead > tr > .success, |
1741 .table > tbody > tr.success > td, |
1753 .table > tbody > tr > .success, |
1742 .table > tfoot > tr.success > td, |
1754 .table > tfoot > tr > .success, |
1743 .table > thead > tr.success > th, |
1755 .table > thead > .success > td, |
1744 .table > tbody > tr.success > th, |
1756 .table > tbody > .success > td, |
1745 .table > tfoot > tr.success > th { |
1757 .table > tfoot > .success > td, |
1758 .table > thead > .success > th, |
|
1759 .table > tbody > .success > th, |
|
1760 .table > tfoot > .success > th { |
|
1746 background-color: #dff0d8; |
1761 background-color: #dff0d8; |
1747 } |
1762 } |
1748 |
1763 |
1749 .table-hover > tbody > tr > td.success:hover, |
1764 .table-hover > tbody > tr > .success:hover, |
1750 .table-hover > tbody > tr > th.success:hover, |
1765 .table-hover > tbody > .success:hover > td, |
1751 .table-hover > tbody > tr.success:hover > td, |
1766 .table-hover > tbody > .success:hover > th { |
1752 .table-hover > tbody > tr.success:hover > th { |
|
1753 background-color: #d0e9c6; |
1767 background-color: #d0e9c6; |
1754 } |
1768 } |
1755 |
1769 |
1756 .table > thead > tr > td.danger, |
1770 .table > thead > tr > .danger, |
1757 .table > tbody > tr > td.danger, |
1771 .table > tbody > tr > .danger, |
1758 .table > tfoot > tr > td.danger, |
1772 .table > tfoot > tr > .danger, |
1759 .table > thead > tr > th.danger, |
1773 .table > thead > .danger > td, |
1760 .table > tbody > tr > th.danger, |
1774 .table > tbody > .danger > td, |
1761 .table > tfoot > tr > th.danger, |
1775 .table > tfoot > .danger > td, |
1762 .table > thead > tr.danger > td, |
1776 .table > thead > .danger > th, |
1763 .table > tbody > tr.danger > td, |
1777 .table > tbody > .danger > th, |
1764 .table > tfoot > tr.danger > td, |
1778 .table > tfoot > .danger > th { |
1765 .table > thead > tr.danger > th, |
|
1766 .table > tbody > tr.danger > th, |
|
1767 .table > tfoot > tr.danger > th { |
|
1768 background-color: #f2dede; |
1779 background-color: #f2dede; |
1769 } |
1780 } |
1770 |
1781 |
1771 .table-hover > tbody > tr > td.danger:hover, |
1782 .table-hover > tbody > tr > .danger:hover, |
1772 .table-hover > tbody > tr > th.danger:hover, |
1783 .table-hover > tbody > .danger:hover > td, |
1773 .table-hover > tbody > tr.danger:hover > td, |
1784 .table-hover > tbody > .danger:hover > th { |
1774 .table-hover > tbody > tr.danger:hover > th { |
|
1775 background-color: #ebcccc; |
1785 background-color: #ebcccc; |
1776 } |
1786 } |
1777 |
1787 |
1778 .table > thead > tr > td.warning, |
1788 .table > thead > tr > .warning, |
1779 .table > tbody > tr > td.warning, |
1789 .table > tbody > tr > .warning, |
1780 .table > tfoot > tr > td.warning, |
1790 .table > tfoot > tr > .warning, |
1781 .table > thead > tr > th.warning, |
1791 .table > thead > .warning > td, |
1782 .table > tbody > tr > th.warning, |
1792 .table > tbody > .warning > td, |
1783 .table > tfoot > tr > th.warning, |
1793 .table > tfoot > .warning > td, |
1784 .table > thead > tr.warning > td, |
1794 .table > thead > .warning > th, |
1785 .table > tbody > tr.warning > td, |
1795 .table > tbody > .warning > th, |
1786 .table > tfoot > tr.warning > td, |
1796 .table > tfoot > .warning > th { |
1787 .table > thead > tr.warning > th, |
|
1788 .table > tbody > tr.warning > th, |
|
1789 .table > tfoot > tr.warning > th { |
|
1790 background-color: #fcf8e3; |
1797 background-color: #fcf8e3; |
1791 } |
1798 } |
1792 |
1799 |
1793 .table-hover > tbody > tr > td.warning:hover, |
1800 .table-hover > tbody > tr > .warning:hover, |
1794 .table-hover > tbody > tr > th.warning:hover, |
1801 .table-hover > tbody > .warning:hover > td, |
1795 .table-hover > tbody > tr.warning:hover > td, |
1802 .table-hover > tbody > .warning:hover > th { |
1796 .table-hover > tbody > tr.warning:hover > th { |
|
1797 background-color: #faf2cc; |
1803 background-color: #faf2cc; |
1798 } |
1804 } |
1799 |
1805 |
1800 @media (max-width: 767px) { |
1806 @media (max-width: 767px) { |
1801 .table-responsive { |
1807 .table-responsive { |
1900 } |
1906 } |
1901 |
1907 |
1902 input[type="file"]:focus, |
1908 input[type="file"]:focus, |
1903 input[type="radio"]:focus, |
1909 input[type="radio"]:focus, |
1904 input[type="checkbox"]:focus { |
1910 input[type="checkbox"]:focus { |
1905 outline: thin dotted #333; |
1911 outline: thin dotted; |
1906 outline: 5px auto -webkit-focus-ring-color; |
1912 outline: 5px auto -webkit-focus-ring-color; |
1907 outline-offset: -2px; |
1913 outline-offset: -2px; |
1908 } |
1914 } |
1909 |
1915 |
1910 input[type="number"]::-webkit-outer-spin-button, |
1916 input[type="number"]::-webkit-outer-spin-button, |
1951 color: #999999; |
1957 color: #999999; |
1952 } |
1958 } |
1953 |
1959 |
1954 .form-control::-moz-placeholder { |
1960 .form-control::-moz-placeholder { |
1955 color: #999999; |
1961 color: #999999; |
1962 opacity: 1; |
|
1956 } |
1963 } |
1957 |
1964 |
1958 .form-control:-ms-input-placeholder { |
1965 .form-control:-ms-input-placeholder { |
1959 color: #999999; |
1966 color: #999999; |
1960 } |
1967 } |
2056 textarea.input-sm { |
2063 textarea.input-sm { |
2057 height: auto; |
2064 height: auto; |
2058 } |
2065 } |
2059 |
2066 |
2060 .input-lg { |
2067 .input-lg { |
2061 height: 45px; |
2068 height: 46px; |
2062 padding: 10px 16px; |
2069 padding: 10px 16px; |
2063 font-size: 18px; |
2070 font-size: 18px; |
2064 line-height: 1.33; |
2071 line-height: 1.33; |
2065 border-radius: 6px; |
2072 border-radius: 6px; |
2066 } |
2073 } |
2067 |
2074 |
2068 select.input-lg { |
2075 select.input-lg { |
2069 height: 45px; |
2076 height: 46px; |
2070 line-height: 45px; |
2077 line-height: 46px; |
2071 } |
2078 } |
2072 |
2079 |
2073 textarea.input-lg { |
2080 textarea.input-lg { |
2074 height: auto; |
2081 height: auto; |
2075 } |
2082 } |
2078 .has-warning .control-label, |
2085 .has-warning .control-label, |
2079 .has-warning .radio, |
2086 .has-warning .radio, |
2080 .has-warning .checkbox, |
2087 .has-warning .checkbox, |
2081 .has-warning .radio-inline, |
2088 .has-warning .radio-inline, |
2082 .has-warning .checkbox-inline { |
2089 .has-warning .checkbox-inline { |
2083 color: #c09853; |
2090 color: #8a6d3b; |
2084 } |
2091 } |
2085 |
2092 |
2086 .has-warning .form-control { |
2093 .has-warning .form-control { |
2087 border-color: #c09853; |
2094 border-color: #8a6d3b; |
2088 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
2095 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
2089 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
2096 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
2090 } |
2097 } |
2091 |
2098 |
2092 .has-warning .form-control:focus { |
2099 .has-warning .form-control:focus { |
2093 border-color: #a47e3c; |
2100 border-color: #66512c; |
2094 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; |
2101 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; |
2095 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; |
2102 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; |
2096 } |
2103 } |
2097 |
2104 |
2098 .has-warning .input-group-addon { |
2105 .has-warning .input-group-addon { |
2099 color: #c09853; |
2106 color: #8a6d3b; |
2100 background-color: #fcf8e3; |
2107 background-color: #fcf8e3; |
2101 border-color: #c09853; |
2108 border-color: #8a6d3b; |
2102 } |
2109 } |
2103 |
2110 |
2104 .has-error .help-block, |
2111 .has-error .help-block, |
2105 .has-error .control-label, |
2112 .has-error .control-label, |
2106 .has-error .radio, |
2113 .has-error .radio, |
2107 .has-error .checkbox, |
2114 .has-error .checkbox, |
2108 .has-error .radio-inline, |
2115 .has-error .radio-inline, |
2109 .has-error .checkbox-inline { |
2116 .has-error .checkbox-inline { |
2110 color: #b94a48; |
2117 color: #a94442; |
2111 } |
2118 } |
2112 |
2119 |
2113 .has-error .form-control { |
2120 .has-error .form-control { |
2114 border-color: #b94a48; |
2121 border-color: #a94442; |
2115 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
2122 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
2116 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
2123 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
2117 } |
2124 } |
2118 |
2125 |
2119 .has-error .form-control:focus { |
2126 .has-error .form-control:focus { |
2120 border-color: #953b39; |
2127 border-color: #843534; |
2121 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; |
2128 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; |
2122 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; |
2129 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; |
2123 } |
2130 } |
2124 |
2131 |
2125 .has-error .input-group-addon { |
2132 .has-error .input-group-addon { |
2126 color: #b94a48; |
2133 color: #a94442; |
2127 background-color: #f2dede; |
2134 background-color: #f2dede; |
2128 border-color: #b94a48; |
2135 border-color: #a94442; |
2129 } |
2136 } |
2130 |
2137 |
2131 .has-success .help-block, |
2138 .has-success .help-block, |
2132 .has-success .control-label, |
2139 .has-success .control-label, |
2133 .has-success .radio, |
2140 .has-success .radio, |
2134 .has-success .checkbox, |
2141 .has-success .checkbox, |
2135 .has-success .radio-inline, |
2142 .has-success .radio-inline, |
2136 .has-success .checkbox-inline { |
2143 .has-success .checkbox-inline { |
2137 color: #468847; |
2144 color: #3c763d; |
2138 } |
2145 } |
2139 |
2146 |
2140 .has-success .form-control { |
2147 .has-success .form-control { |
2141 border-color: #468847; |
2148 border-color: #3c763d; |
2142 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
2149 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
2143 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
2150 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
2144 } |
2151 } |
2145 |
2152 |
2146 .has-success .form-control:focus { |
2153 .has-success .form-control:focus { |
2147 border-color: #356635; |
2154 border-color: #2b542c; |
2148 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; |
2155 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; |
2149 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; |
2156 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; |
2150 } |
2157 } |
2151 |
2158 |
2152 .has-success .input-group-addon { |
2159 .has-success .input-group-addon { |
2153 color: #468847; |
2160 color: #3c763d; |
2154 background-color: #dff0d8; |
2161 background-color: #dff0d8; |
2155 border-color: #468847; |
2162 border-color: #3c763d; |
2156 } |
2163 } |
2157 |
2164 |
2158 .form-control-static { |
2165 .form-control-static { |
2159 margin-bottom: 0; |
2166 margin-bottom: 0; |
2160 } |
2167 } |
2172 margin-bottom: 0; |
2179 margin-bottom: 0; |
2173 vertical-align: middle; |
2180 vertical-align: middle; |
2174 } |
2181 } |
2175 .form-inline .form-control { |
2182 .form-inline .form-control { |
2176 display: inline-block; |
2183 display: inline-block; |
2184 } |
|
2185 .form-inline select.form-control { |
|
2186 width: auto; |
|
2177 } |
2187 } |
2178 .form-inline .radio, |
2188 .form-inline .radio, |
2179 .form-inline .checkbox { |
2189 .form-inline .checkbox { |
2180 display: inline-block; |
2190 display: inline-block; |
2181 padding-left: 0; |
2191 padding-left: 0; |
2195 .form-horizontal .radio-inline, |
2205 .form-horizontal .radio-inline, |
2196 .form-horizontal .checkbox-inline { |
2206 .form-horizontal .checkbox-inline { |
2197 padding-top: 7px; |
2207 padding-top: 7px; |
2198 margin-top: 0; |
2208 margin-top: 0; |
2199 margin-bottom: 0; |
2209 margin-bottom: 0; |
2210 } |
|
2211 |
|
2212 .form-horizontal .radio, |
|
2213 .form-horizontal .checkbox { |
|
2214 min-height: 27px; |
|
2200 } |
2215 } |
2201 |
2216 |
2202 .form-horizontal .form-group { |
2217 .form-horizontal .form-group { |
2203 margin-right: -15px; |
2218 margin-right: -15px; |
2204 margin-left: -15px; |
2219 margin-left: -15px; |
2254 -o-user-select: none; |
2269 -o-user-select: none; |
2255 user-select: none; |
2270 user-select: none; |
2256 } |
2271 } |
2257 |
2272 |
2258 .btn:focus { |
2273 .btn:focus { |
2259 outline: thin dotted #333; |
2274 outline: thin dotted; |
2260 outline: 5px auto -webkit-focus-ring-color; |
2275 outline: 5px auto -webkit-focus-ring-color; |
2261 outline-offset: -2px; |
2276 outline-offset: -2px; |
2262 } |
2277 } |
2263 |
2278 |
2264 .btn:hover, |
2279 .btn:hover, |
2325 fieldset[disabled] .btn-default.active { |
2340 fieldset[disabled] .btn-default.active { |
2326 background-color: #ffffff; |
2341 background-color: #ffffff; |
2327 border-color: #cccccc; |
2342 border-color: #cccccc; |
2328 } |
2343 } |
2329 |
2344 |
2345 .btn-default .badge { |
|
2346 color: #ffffff; |
|
2347 background-color: #fff; |
|
2348 } |
|
2349 |
|
2330 .btn-primary { |
2350 .btn-primary { |
2331 color: #ffffff; |
2351 color: #ffffff; |
2332 background-color: #428bca; |
2352 background-color: #428bca; |
2333 border-color: #357ebd; |
2353 border-color: #357ebd; |
2334 } |
2354 } |
2366 fieldset[disabled] .btn-primary.active { |
2386 fieldset[disabled] .btn-primary.active { |
2367 background-color: #428bca; |
2387 background-color: #428bca; |
2368 border-color: #357ebd; |
2388 border-color: #357ebd; |
2369 } |
2389 } |
2370 |
2390 |
2391 .btn-primary .badge { |
|
2392 color: #428bca; |
|
2393 background-color: #fff; |
|
2394 } |
|
2395 |
|
2371 .btn-warning { |
2396 .btn-warning { |
2372 color: #ffffff; |
2397 color: #ffffff; |
2373 background-color: #f0ad4e; |
2398 background-color: #f0ad4e; |
2374 border-color: #eea236; |
2399 border-color: #eea236; |
2375 } |
2400 } |
2407 fieldset[disabled] .btn-warning.active { |
2432 fieldset[disabled] .btn-warning.active { |
2408 background-color: #f0ad4e; |
2433 background-color: #f0ad4e; |
2409 border-color: #eea236; |
2434 border-color: #eea236; |
2410 } |
2435 } |
2411 |
2436 |
2437 .btn-warning .badge { |
|
2438 color: #f0ad4e; |
|
2439 background-color: #fff; |
|
2440 } |
|
2441 |
|
2412 .btn-danger { |
2442 .btn-danger { |
2413 color: #ffffff; |
2443 color: #ffffff; |
2414 background-color: #d9534f; |
2444 background-color: #d9534f; |
2415 border-color: #d43f3a; |
2445 border-color: #d43f3a; |
2416 } |
2446 } |
2448 fieldset[disabled] .btn-danger.active { |
2478 fieldset[disabled] .btn-danger.active { |
2449 background-color: #d9534f; |
2479 background-color: #d9534f; |
2450 border-color: #d43f3a; |
2480 border-color: #d43f3a; |
2451 } |
2481 } |
2452 |
2482 |
2483 .btn-danger .badge { |
|
2484 color: #d9534f; |
|
2485 background-color: #fff; |
|
2486 } |
|
2487 |
|
2453 .btn-success { |
2488 .btn-success { |
2454 color: #ffffff; |
2489 color: #ffffff; |
2455 background-color: #5cb85c; |
2490 background-color: #5cb85c; |
2456 border-color: #4cae4c; |
2491 border-color: #4cae4c; |
2457 } |
2492 } |
2489 fieldset[disabled] .btn-success.active { |
2524 fieldset[disabled] .btn-success.active { |
2490 background-color: #5cb85c; |
2525 background-color: #5cb85c; |
2491 border-color: #4cae4c; |
2526 border-color: #4cae4c; |
2492 } |
2527 } |
2493 |
2528 |
2529 .btn-success .badge { |
|
2530 color: #5cb85c; |
|
2531 background-color: #fff; |
|
2532 } |
|
2533 |
|
2494 .btn-info { |
2534 .btn-info { |
2495 color: #ffffff; |
2535 color: #ffffff; |
2496 background-color: #5bc0de; |
2536 background-color: #5bc0de; |
2497 border-color: #46b8da; |
2537 border-color: #46b8da; |
2498 } |
2538 } |
2530 fieldset[disabled] .btn-info.active { |
2570 fieldset[disabled] .btn-info.active { |
2531 background-color: #5bc0de; |
2571 background-color: #5bc0de; |
2532 border-color: #46b8da; |
2572 border-color: #46b8da; |
2533 } |
2573 } |
2534 |
2574 |
2575 .btn-info .badge { |
|
2576 color: #5bc0de; |
|
2577 background-color: #fff; |
|
2578 } |
|
2579 |
|
2535 .btn-link { |
2580 .btn-link { |
2536 font-weight: normal; |
2581 font-weight: normal; |
2537 color: #428bca; |
2582 color: #428bca; |
2538 cursor: pointer; |
2583 cursor: pointer; |
2539 border-radius: 0; |
2584 border-radius: 0; |
2575 font-size: 18px; |
2620 font-size: 18px; |
2576 line-height: 1.33; |
2621 line-height: 1.33; |
2577 border-radius: 6px; |
2622 border-radius: 6px; |
2578 } |
2623 } |
2579 |
2624 |
2580 .btn-sm, |
2625 .btn-sm { |
2581 .btn-xs { |
|
2582 padding: 5px 10px; |
2626 padding: 5px 10px; |
2583 font-size: 12px; |
2627 font-size: 12px; |
2584 line-height: 1.5; |
2628 line-height: 1.5; |
2585 border-radius: 3px; |
2629 border-radius: 3px; |
2586 } |
2630 } |
2587 |
2631 |
2588 .btn-xs { |
2632 .btn-xs { |
2589 padding: 1px 5px; |
2633 padding: 1px 5px; |
2634 font-size: 12px; |
|
2635 line-height: 1.5; |
|
2636 border-radius: 3px; |
|
2590 } |
2637 } |
2591 |
2638 |
2592 .btn-block { |
2639 .btn-block { |
2593 display: block; |
2640 display: block; |
2594 width: 100%; |
2641 width: 100%; |
2633 } |
2680 } |
2634 |
2681 |
2635 @font-face { |
2682 @font-face { |
2636 font-family: 'Glyphicons Halflings'; |
2683 font-family: 'Glyphicons Halflings'; |
2637 src: url('../fonts/glyphicons-halflings-regular.eot'); |
2684 src: url('../fonts/glyphicons-halflings-regular.eot'); |
2638 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'); |
2685 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'); |
2639 } |
2686 } |
2640 |
2687 |
2641 .glyphicon { |
2688 .glyphicon { |
2642 position: relative; |
2689 position: relative; |
2643 top: 1px; |
2690 top: 1px; |
3458 display: inline-block; |
3505 display: inline-block; |
3459 width: 0; |
3506 width: 0; |
3460 height: 0; |
3507 height: 0; |
3461 margin-left: 2px; |
3508 margin-left: 2px; |
3462 vertical-align: middle; |
3509 vertical-align: middle; |
3463 border-top: 4px solid #000000; |
3510 border-top: 4px solid; |
3464 border-right: 4px solid transparent; |
3511 border-right: 4px solid transparent; |
3465 border-bottom: 0 dotted; |
|
3466 border-left: 4px solid transparent; |
3512 border-left: 4px solid transparent; |
3467 } |
3513 } |
3468 |
3514 |
3469 .dropdown { |
3515 .dropdown { |
3470 position: relative; |
3516 position: relative; |
3578 left: auto; |
3624 left: auto; |
3579 } |
3625 } |
3580 |
3626 |
3581 .dropup .caret, |
3627 .dropup .caret, |
3582 .navbar-fixed-bottom .dropdown .caret { |
3628 .navbar-fixed-bottom .dropdown .caret { |
3583 border-top: 0 dotted; |
3629 border-top: 0; |
3584 border-bottom: 4px solid #000000; |
3630 border-bottom: 4px solid; |
3585 content: ""; |
3631 content: ""; |
3586 } |
3632 } |
3587 |
3633 |
3588 .dropup .dropdown-menu, |
3634 .dropup .dropdown-menu, |
3589 .navbar-fixed-bottom .dropdown .dropdown-menu { |
3635 .navbar-fixed-bottom .dropdown .dropdown-menu { |
3595 @media (min-width: 768px) { |
3641 @media (min-width: 768px) { |
3596 .navbar-right .dropdown-menu { |
3642 .navbar-right .dropdown-menu { |
3597 right: 0; |
3643 right: 0; |
3598 left: auto; |
3644 left: auto; |
3599 } |
3645 } |
3600 } |
|
3601 |
|
3602 .btn-default .caret { |
|
3603 border-top-color: #333333; |
|
3604 } |
|
3605 |
|
3606 .btn-primary .caret, |
|
3607 .btn-success .caret, |
|
3608 .btn-warning .caret, |
|
3609 .btn-danger .caret, |
|
3610 .btn-info .caret { |
|
3611 border-top-color: #fff; |
|
3612 } |
|
3613 |
|
3614 .dropup .btn-default .caret { |
|
3615 border-bottom-color: #333333; |
|
3616 } |
|
3617 |
|
3618 .dropup .btn-primary .caret, |
|
3619 .dropup .btn-success .caret, |
|
3620 .dropup .btn-warning .caret, |
|
3621 .dropup .btn-danger .caret, |
|
3622 .dropup .btn-info .caret { |
|
3623 border-bottom-color: #fff; |
|
3624 } |
3646 } |
3625 |
3647 |
3626 .btn-group, |
3648 .btn-group, |
3627 .btn-group-vertical { |
3649 .btn-group-vertical { |
3628 position: relative; |
3650 position: relative; |
3732 .btn-group.open .dropdown-toggle { |
3754 .btn-group.open .dropdown-toggle { |
3733 outline: 0; |
3755 outline: 0; |
3734 } |
3756 } |
3735 |
3757 |
3736 .btn-group-xs > .btn { |
3758 .btn-group-xs > .btn { |
3737 padding: 5px 10px; |
|
3738 padding: 1px 5px; |
3759 padding: 1px 5px; |
3739 font-size: 12px; |
3760 font-size: 12px; |
3740 line-height: 1.5; |
3761 line-height: 1.5; |
3741 border-radius: 3px; |
3762 border-radius: 3px; |
3742 } |
3763 } |
3787 .dropup .btn-lg .caret { |
3808 .dropup .btn-lg .caret { |
3788 border-width: 0 5px 5px; |
3809 border-width: 0 5px 5px; |
3789 } |
3810 } |
3790 |
3811 |
3791 .btn-group-vertical > .btn, |
3812 .btn-group-vertical > .btn, |
3792 .btn-group-vertical > .btn-group { |
3813 .btn-group-vertical > .btn-group, |
3814 .btn-group-vertical > .btn-group > .btn { |
|
3793 display: block; |
3815 display: block; |
3794 float: none; |
3816 float: none; |
3795 width: 100%; |
3817 width: 100%; |
3796 max-width: 100%; |
3818 max-width: 100%; |
3797 } |
3819 } |
3864 width: 100%; |
3886 width: 100%; |
3865 border-collapse: separate; |
3887 border-collapse: separate; |
3866 table-layout: fixed; |
3888 table-layout: fixed; |
3867 } |
3889 } |
3868 |
3890 |
3869 .btn-group-justified .btn { |
3891 .btn-group-justified > .btn, |
3892 .btn-group-justified > .btn-group { |
|
3870 display: table-cell; |
3893 display: table-cell; |
3871 float: none; |
3894 float: none; |
3872 width: 1%; |
3895 width: 1%; |
3896 } |
|
3897 |
|
3898 .btn-group-justified > .btn-group .btn { |
|
3899 width: 100%; |
|
3873 } |
3900 } |
3874 |
3901 |
3875 [data-toggle="buttons"] > .btn > input[type="radio"], |
3902 [data-toggle="buttons"] > .btn > input[type="radio"], |
3876 [data-toggle="buttons"] > .btn > input[type="checkbox"] { |
3903 [data-toggle="buttons"] > .btn > input[type="checkbox"] { |
3877 display: none; |
3904 display: none; |
3881 position: relative; |
3908 position: relative; |
3882 display: table; |
3909 display: table; |
3883 border-collapse: separate; |
3910 border-collapse: separate; |
3884 } |
3911 } |
3885 |
3912 |
3886 .input-group.col { |
3913 .input-group[class*="col-"] { |
3887 float: none; |
3914 float: none; |
3888 padding-right: 0; |
3915 padding-right: 0; |
3889 padding-left: 0; |
3916 padding-left: 0; |
3890 } |
3917 } |
3891 |
3918 |
3895 } |
3922 } |
3896 |
3923 |
3897 .input-group-lg > .form-control, |
3924 .input-group-lg > .form-control, |
3898 .input-group-lg > .input-group-addon, |
3925 .input-group-lg > .input-group-addon, |
3899 .input-group-lg > .input-group-btn > .btn { |
3926 .input-group-lg > .input-group-btn > .btn { |
3900 height: 45px; |
3927 height: 46px; |
3901 padding: 10px 16px; |
3928 padding: 10px 16px; |
3902 font-size: 18px; |
3929 font-size: 18px; |
3903 line-height: 1.33; |
3930 line-height: 1.33; |
3904 border-radius: 6px; |
3931 border-radius: 6px; |
3905 } |
3932 } |
3906 |
3933 |
3907 select.input-group-lg > .form-control, |
3934 select.input-group-lg > .form-control, |
3908 select.input-group-lg > .input-group-addon, |
3935 select.input-group-lg > .input-group-addon, |
3909 select.input-group-lg > .input-group-btn > .btn { |
3936 select.input-group-lg > .input-group-btn > .btn { |
3910 height: 45px; |
3937 height: 46px; |
3911 line-height: 45px; |
3938 line-height: 46px; |
3912 } |
3939 } |
3913 |
3940 |
3914 textarea.input-group-lg > .form-control, |
3941 textarea.input-group-lg > .form-control, |
3915 textarea.input-group-lg > .input-group-addon, |
3942 textarea.input-group-lg > .input-group-addon, |
3916 textarea.input-group-lg > .input-group-btn > .btn { |
3943 textarea.input-group-lg > .input-group-btn > .btn { |
4100 .nav .open > a:focus { |
4127 .nav .open > a:focus { |
4101 background-color: #eeeeee; |
4128 background-color: #eeeeee; |
4102 border-color: #428bca; |
4129 border-color: #428bca; |
4103 } |
4130 } |
4104 |
4131 |
4105 .nav .open > a .caret, |
|
4106 .nav .open > a:hover .caret, |
|
4107 .nav .open > a:focus .caret { |
|
4108 border-top-color: #2a6496; |
|
4109 border-bottom-color: #2a6496; |
|
4110 } |
|
4111 |
|
4112 .nav .nav-divider { |
4132 .nav .nav-divider { |
4113 height: 1px; |
4133 height: 1px; |
4114 margin: 9px 0; |
4134 margin: 9px 0; |
4115 overflow: hidden; |
4135 overflow: hidden; |
4116 background-color: #e5e5e5; |
4136 background-color: #e5e5e5; |
4219 .nav-pills > li.active > a:focus { |
4239 .nav-pills > li.active > a:focus { |
4220 color: #ffffff; |
4240 color: #ffffff; |
4221 background-color: #428bca; |
4241 background-color: #428bca; |
4222 } |
4242 } |
4223 |
4243 |
4224 .nav-pills > li.active > a .caret, |
|
4225 .nav-pills > li.active > a:hover .caret, |
|
4226 .nav-pills > li.active > a:focus .caret { |
|
4227 border-top-color: #ffffff; |
|
4228 border-bottom-color: #ffffff; |
|
4229 } |
|
4230 |
|
4231 .nav-stacked > li { |
4244 .nav-stacked > li { |
4232 float: none; |
4245 float: none; |
4233 } |
4246 } |
4234 |
4247 |
4235 .nav-stacked > li + li { |
4248 .nav-stacked > li + li { |
4296 display: none; |
4309 display: none; |
4297 } |
4310 } |
4298 |
4311 |
4299 .tab-content > .active { |
4312 .tab-content > .active { |
4300 display: block; |
4313 display: block; |
4301 } |
|
4302 |
|
4303 .nav .caret { |
|
4304 border-top-color: #428bca; |
|
4305 border-bottom-color: #428bca; |
|
4306 } |
|
4307 |
|
4308 .nav a:hover .caret { |
|
4309 border-top-color: #2a6496; |
|
4310 border-bottom-color: #2a6496; |
|
4311 } |
4314 } |
4312 |
4315 |
4313 .nav-tabs .dropdown-menu { |
4316 .nav-tabs .dropdown-menu { |
4314 margin-top: -1px; |
4317 margin-top: -1px; |
4315 border-top-right-radius: 0; |
4318 border-top-right-radius: 0; |
4420 height: auto !important; |
4423 height: auto !important; |
4421 padding-bottom: 0; |
4424 padding-bottom: 0; |
4422 overflow: visible !important; |
4425 overflow: visible !important; |
4423 } |
4426 } |
4424 .navbar-collapse.in { |
4427 .navbar-collapse.in { |
4425 overflow-y: auto; |
4428 overflow-y: visible; |
4426 } |
4429 } |
4427 .navbar-collapse .navbar-nav.navbar-left:first-child { |
4430 .navbar-fixed-top .navbar-collapse, |
4428 margin-left: -15px; |
4431 .navbar-static-top .navbar-collapse, |
4429 } |
4432 .navbar-fixed-bottom .navbar-collapse { |
4430 .navbar-collapse .navbar-nav.navbar-right:last-child { |
4433 padding-right: 0; |
4431 margin-right: -15px; |
4434 padding-left: 0; |
4432 } |
|
4433 .navbar-collapse .navbar-text:last-child { |
|
4434 margin-right: 0; |
|
4435 } |
4435 } |
4436 } |
4436 } |
4437 |
4437 |
4438 .container > .navbar-header, |
4438 .container > .navbar-header, |
4439 .container > .navbar-collapse { |
4439 .container > .navbar-collapse { |
4510 padding: 9px 10px; |
4510 padding: 9px 10px; |
4511 margin-top: 8px; |
4511 margin-top: 8px; |
4512 margin-right: 15px; |
4512 margin-right: 15px; |
4513 margin-bottom: 8px; |
4513 margin-bottom: 8px; |
4514 background-color: transparent; |
4514 background-color: transparent; |
4515 background-image: none; |
|
4515 border: 1px solid transparent; |
4516 border: 1px solid transparent; |
4516 border-radius: 4px; |
4517 border-radius: 4px; |
4517 } |
4518 } |
4518 |
4519 |
4519 .navbar-toggle .icon-bar { |
4520 .navbar-toggle .icon-bar { |
4575 float: left; |
4576 float: left; |
4576 } |
4577 } |
4577 .navbar-nav > li > a { |
4578 .navbar-nav > li > a { |
4578 padding-top: 15px; |
4579 padding-top: 15px; |
4579 padding-bottom: 15px; |
4580 padding-bottom: 15px; |
4581 } |
|
4582 .navbar-nav.navbar-right:last-child { |
|
4583 margin-right: -15px; |
|
4580 } |
4584 } |
4581 } |
4585 } |
4582 |
4586 |
4583 @media (min-width: 768px) { |
4587 @media (min-width: 768px) { |
4584 .navbar-left { |
4588 .navbar-left { |
4608 vertical-align: middle; |
4612 vertical-align: middle; |
4609 } |
4613 } |
4610 .navbar-form .form-control { |
4614 .navbar-form .form-control { |
4611 display: inline-block; |
4615 display: inline-block; |
4612 } |
4616 } |
4617 .navbar-form select.form-control { |
|
4618 width: auto; |
|
4619 } |
|
4613 .navbar-form .radio, |
4620 .navbar-form .radio, |
4614 .navbar-form .checkbox { |
4621 .navbar-form .checkbox { |
4615 display: inline-block; |
4622 display: inline-block; |
4616 padding-left: 0; |
4623 padding-left: 0; |
4617 margin-top: 0; |
4624 margin-top: 0; |
4639 margin-left: 0; |
4646 margin-left: 0; |
4640 border: 0; |
4647 border: 0; |
4641 -webkit-box-shadow: none; |
4648 -webkit-box-shadow: none; |
4642 box-shadow: none; |
4649 box-shadow: none; |
4643 } |
4650 } |
4651 .navbar-form.navbar-right:last-child { |
|
4652 margin-right: -15px; |
|
4653 } |
|
4644 } |
4654 } |
4645 |
4655 |
4646 .navbar-nav > li > .dropdown-menu { |
4656 .navbar-nav > li > .dropdown-menu { |
4647 margin-top: 0; |
4657 margin-top: 0; |
4648 border-top-right-radius: 0; |
4658 border-top-right-radius: 0; |
4663 .navbar-btn { |
4673 .navbar-btn { |
4664 margin-top: 8px; |
4674 margin-top: 8px; |
4665 margin-bottom: 8px; |
4675 margin-bottom: 8px; |
4666 } |
4676 } |
4667 |
4677 |
4678 .navbar-btn.btn-sm { |
|
4679 margin-top: 10px; |
|
4680 margin-bottom: 10px; |
|
4681 } |
|
4682 |
|
4683 .navbar-btn.btn-xs { |
|
4684 margin-top: 14px; |
|
4685 margin-bottom: 14px; |
|
4686 } |
|
4687 |
|
4668 .navbar-text { |
4688 .navbar-text { |
4669 float: left; |
|
4670 margin-top: 15px; |
4689 margin-top: 15px; |
4671 margin-bottom: 15px; |
4690 margin-bottom: 15px; |
4672 } |
4691 } |
4673 |
4692 |
4674 @media (min-width: 768px) { |
4693 @media (min-width: 768px) { |
4675 .navbar-text { |
4694 .navbar-text { |
4695 float: left; |
|
4676 margin-right: 15px; |
4696 margin-right: 15px; |
4677 margin-left: 15px; |
4697 margin-left: 15px; |
4698 } |
|
4699 .navbar-text.navbar-right:last-child { |
|
4700 margin-right: 0; |
|
4678 } |
4701 } |
4679 } |
4702 } |
4680 |
4703 |
4681 .navbar-default { |
4704 .navbar-default { |
4682 background-color: #f8f8f8; |
4705 background-color: #f8f8f8; |
4737 .navbar-default .navbar-collapse, |
4760 .navbar-default .navbar-collapse, |
4738 .navbar-default .navbar-form { |
4761 .navbar-default .navbar-form { |
4739 border-color: #e7e7e7; |
4762 border-color: #e7e7e7; |
4740 } |
4763 } |
4741 |
4764 |
4742 .navbar-default .navbar-nav > .dropdown > a:hover .caret, |
|
4743 .navbar-default .navbar-nav > .dropdown > a:focus .caret { |
|
4744 border-top-color: #333333; |
|
4745 border-bottom-color: #333333; |
|
4746 } |
|
4747 |
|
4748 .navbar-default .navbar-nav > .open > a, |
4765 .navbar-default .navbar-nav > .open > a, |
4749 .navbar-default .navbar-nav > .open > a:hover, |
4766 .navbar-default .navbar-nav > .open > a:hover, |
4750 .navbar-default .navbar-nav > .open > a:focus { |
4767 .navbar-default .navbar-nav > .open > a:focus { |
4751 color: #555555; |
4768 color: #555555; |
4752 background-color: #e7e7e7; |
4769 background-color: #e7e7e7; |
4753 } |
4770 } |
4754 |
4771 |
4755 .navbar-default .navbar-nav > .open > a .caret, |
|
4756 .navbar-default .navbar-nav > .open > a:hover .caret, |
|
4757 .navbar-default .navbar-nav > .open > a:focus .caret { |
|
4758 border-top-color: #555555; |
|
4759 border-bottom-color: #555555; |
|
4760 } |
|
4761 |
|
4762 .navbar-default .navbar-nav > .dropdown > a .caret { |
|
4763 border-top-color: #777777; |
|
4764 border-bottom-color: #777777; |
|
4765 } |
|
4766 |
|
4767 @media (max-width: 767px) { |
4772 @media (max-width: 767px) { |
4768 .navbar-default .navbar-nav .open .dropdown-menu > li > a { |
4773 .navbar-default .navbar-nav .open .dropdown-menu > li > a { |
4769 color: #777777; |
4774 color: #777777; |
4770 } |
4775 } |
4771 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, |
4776 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, |
4861 .navbar-inverse .navbar-nav > .open > a:focus { |
4866 .navbar-inverse .navbar-nav > .open > a:focus { |
4862 color: #ffffff; |
4867 color: #ffffff; |
4863 background-color: #080808; |
4868 background-color: #080808; |
4864 } |
4869 } |
4865 |
4870 |
4866 .navbar-inverse .navbar-nav > .dropdown > a:hover .caret { |
|
4867 border-top-color: #ffffff; |
|
4868 border-bottom-color: #ffffff; |
|
4869 } |
|
4870 |
|
4871 .navbar-inverse .navbar-nav > .dropdown > a .caret { |
|
4872 border-top-color: #999999; |
|
4873 border-bottom-color: #999999; |
|
4874 } |
|
4875 |
|
4876 .navbar-inverse .navbar-nav > .open > a .caret, |
|
4877 .navbar-inverse .navbar-nav > .open > a:hover .caret, |
|
4878 .navbar-inverse .navbar-nav > .open > a:focus .caret { |
|
4879 border-top-color: #ffffff; |
|
4880 border-bottom-color: #ffffff; |
|
4881 } |
|
4882 |
|
4883 @media (max-width: 767px) { |
4871 @media (max-width: 767px) { |
4884 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { |
4872 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { |
4885 border-color: #080808; |
4873 border-color: #080808; |
4874 } |
|
4875 .navbar-inverse .navbar-nav .open .dropdown-menu .divider { |
|
4876 background-color: #080808; |
|
4886 } |
4877 } |
4887 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { |
4878 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { |
4888 color: #999999; |
4879 color: #999999; |
4889 } |
4880 } |
4890 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, |
4881 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, |
5125 cursor: pointer; |
5116 cursor: pointer; |
5126 } |
5117 } |
5127 |
5118 |
5128 .label:empty { |
5119 .label:empty { |
5129 display: none; |
5120 display: none; |
5121 } |
|
5122 |
|
5123 .btn .label { |
|
5124 position: relative; |
|
5125 top: -1px; |
|
5130 } |
5126 } |
5131 |
5127 |
5132 .label-default { |
5128 .label-default { |
5133 background-color: #999999; |
5129 background-color: #999999; |
5134 } |
5130 } |
5200 |
5196 |
5201 .badge:empty { |
5197 .badge:empty { |
5202 display: none; |
5198 display: none; |
5203 } |
5199 } |
5204 |
5200 |
5201 .btn .badge { |
|
5202 position: relative; |
|
5203 top: -1px; |
|
5204 } |
|
5205 |
|
5205 a.badge:hover, |
5206 a.badge:hover, |
5206 a.badge:focus { |
5207 a.badge:focus { |
5207 color: #ffffff; |
5208 color: #ffffff; |
5208 text-decoration: none; |
5209 text-decoration: none; |
5209 cursor: pointer; |
5210 cursor: pointer; |
5210 } |
|
5211 |
|
5212 .btn .badge { |
|
5213 position: relative; |
|
5214 top: -1px; |
|
5215 } |
5211 } |
5216 |
5212 |
5217 a.list-group-item.active > .badge, |
5213 a.list-group-item.active > .badge, |
5218 .nav-pills > .active > a > .badge { |
5214 .nav-pills > .active > a > .badge { |
5219 color: #428bca; |
5215 color: #428bca; |
5232 line-height: 2.1428571435; |
5228 line-height: 2.1428571435; |
5233 color: inherit; |
5229 color: inherit; |
5234 background-color: #eeeeee; |
5230 background-color: #eeeeee; |
5235 } |
5231 } |
5236 |
5232 |
5237 .jumbotron h1 { |
5233 .jumbotron h1, |
5234 .jumbotron .h1 { |
|
5238 line-height: 1; |
5235 line-height: 1; |
5239 color: inherit; |
5236 color: inherit; |
5240 } |
5237 } |
5241 |
5238 |
5242 .jumbotron p { |
5239 .jumbotron p { |
5243 line-height: 1.4; |
5240 line-height: 1.4; |
5244 } |
5241 } |
5245 |
5242 |
5246 .container .jumbotron { |
5243 .container .jumbotron { |
5247 border-radius: 6px; |
5244 border-radius: 6px; |
5245 } |
|
5246 |
|
5247 .jumbotron .container { |
|
5248 max-width: 100%; |
|
5248 } |
5249 } |
5249 |
5250 |
5250 @media screen and (min-width: 768px) { |
5251 @media screen and (min-width: 768px) { |
5251 .jumbotron { |
5252 .jumbotron { |
5252 padding-top: 48px; |
5253 padding-top: 48px; |
5254 } |
5255 } |
5255 .container .jumbotron { |
5256 .container .jumbotron { |
5256 padding-right: 60px; |
5257 padding-right: 60px; |
5257 padding-left: 60px; |
5258 padding-left: 60px; |
5258 } |
5259 } |
5259 .jumbotron h1 { |
5260 .jumbotron h1, |
5261 .jumbotron .h1 { |
|
5260 font-size: 63px; |
5262 font-size: 63px; |
5261 } |
5263 } |
5262 } |
5264 } |
5263 |
5265 |
5264 .thumbnail { |
5266 .thumbnail { |
5265 display: inline-block; |
|
5266 display: block; |
5267 display: block; |
5267 height: auto; |
|
5268 max-width: 100%; |
|
5269 padding: 4px; |
5268 padding: 4px; |
5270 margin-bottom: 20px; |
5269 margin-bottom: 20px; |
5271 line-height: 1.428571429; |
5270 line-height: 1.428571429; |
5272 background-color: #ffffff; |
5271 background-color: #ffffff; |
5273 border: 1px solid #dddddd; |
5272 border: 1px solid #dddddd; |
5274 border-radius: 4px; |
5273 border-radius: 4px; |
5275 -webkit-transition: all 0.2s ease-in-out; |
5274 -webkit-transition: all 0.2s ease-in-out; |
5276 transition: all 0.2s ease-in-out; |
5275 transition: all 0.2s ease-in-out; |
5277 } |
5276 } |
5278 |
5277 |
5279 .thumbnail > img { |
5278 .thumbnail > img, |
5279 .thumbnail a > img { |
|
5280 display: block; |
5280 display: block; |
5281 height: auto; |
5281 height: auto; |
5282 max-width: 100%; |
5282 max-width: 100%; |
5283 margin-right: auto; |
5283 margin-right: auto; |
5284 margin-left: auto; |
5284 margin-left: auto; |
5330 right: -21px; |
5330 right: -21px; |
5331 color: inherit; |
5331 color: inherit; |
5332 } |
5332 } |
5333 |
5333 |
5334 .alert-success { |
5334 .alert-success { |
5335 color: #468847; |
5335 color: #3c763d; |
5336 background-color: #dff0d8; |
5336 background-color: #dff0d8; |
5337 border-color: #d6e9c6; |
5337 border-color: #d6e9c6; |
5338 } |
5338 } |
5339 |
5339 |
5340 .alert-success hr { |
5340 .alert-success hr { |
5341 border-top-color: #c9e2b3; |
5341 border-top-color: #c9e2b3; |
5342 } |
5342 } |
5343 |
5343 |
5344 .alert-success .alert-link { |
5344 .alert-success .alert-link { |
5345 color: #356635; |
5345 color: #2b542c; |
5346 } |
5346 } |
5347 |
5347 |
5348 .alert-info { |
5348 .alert-info { |
5349 color: #3a87ad; |
5349 color: #31708f; |
5350 background-color: #d9edf7; |
5350 background-color: #d9edf7; |
5351 border-color: #bce8f1; |
5351 border-color: #bce8f1; |
5352 } |
5352 } |
5353 |
5353 |
5354 .alert-info hr { |
5354 .alert-info hr { |
5355 border-top-color: #a6e1ec; |
5355 border-top-color: #a6e1ec; |
5356 } |
5356 } |
5357 |
5357 |
5358 .alert-info .alert-link { |
5358 .alert-info .alert-link { |
5359 color: #2d6987; |
5359 color: #245269; |
5360 } |
5360 } |
5361 |
5361 |
5362 .alert-warning { |
5362 .alert-warning { |
5363 color: #c09853; |
5363 color: #8a6d3b; |
5364 background-color: #fcf8e3; |
5364 background-color: #fcf8e3; |
5365 border-color: #faebcc; |
5365 border-color: #faebcc; |
5366 } |
5366 } |
5367 |
5367 |
5368 .alert-warning hr { |
5368 .alert-warning hr { |
5369 border-top-color: #f7e1b5; |
5369 border-top-color: #f7e1b5; |
5370 } |
5370 } |
5371 |
5371 |
5372 .alert-warning .alert-link { |
5372 .alert-warning .alert-link { |
5373 color: #a47e3c; |
5373 color: #66512c; |
5374 } |
5374 } |
5375 |
5375 |
5376 .alert-danger { |
5376 .alert-danger { |
5377 color: #b94a48; |
5377 color: #a94442; |
5378 background-color: #f2dede; |
5378 background-color: #f2dede; |
5379 border-color: #ebccd1; |
5379 border-color: #ebccd1; |
5380 } |
5380 } |
5381 |
5381 |
5382 .alert-danger hr { |
5382 .alert-danger hr { |
5383 border-top-color: #e4b9c0; |
5383 border-top-color: #e4b9c0; |
5384 } |
5384 } |
5385 |
5385 |
5386 .alert-danger .alert-link { |
5386 .alert-danger .alert-link { |
5387 color: #953b39; |
5387 color: #843534; |
5388 } |
5388 } |
5389 |
5389 |
5390 @-webkit-keyframes progress-bar-stripes { |
5390 @-webkit-keyframes progress-bar-stripes { |
5391 from { |
5391 from { |
5392 background-position: 40px 0; |
5392 background-position: 40px 0; |
5393 } |
5393 } |
5394 to { |
5394 to { |
5395 background-position: 0 0; |
5395 background-position: 0 0; |
5396 } |
|
5397 } |
|
5398 |
|
5399 @-moz-keyframes progress-bar-stripes { |
|
5400 from { |
|
5401 background-position: 40px 0; |
|
5402 } |
|
5403 to { |
|
5404 background-position: 0 0; |
|
5405 } |
|
5406 } |
|
5407 |
|
5408 @-o-keyframes progress-bar-stripes { |
|
5409 from { |
|
5410 background-position: 0 0; |
|
5411 } |
|
5412 to { |
|
5413 background-position: 40px 0; |
|
5414 } |
5396 } |
5415 } |
5397 } |
5416 |
5398 |
5417 @keyframes progress-bar-stripes { |
5399 @keyframes progress-bar-stripes { |
5418 from { |
5400 from { |
5447 -webkit-transition: width 0.6s ease; |
5429 -webkit-transition: width 0.6s ease; |
5448 transition: width 0.6s ease; |
5430 transition: width 0.6s ease; |
5449 } |
5431 } |
5450 |
5432 |
5451 .progress-striped .progress-bar { |
5433 .progress-striped .progress-bar { |
5452 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); |
|
5453 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); |
5434 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); |
5454 background-image: -moz-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); |
|
5455 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); |
5435 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); |
5456 background-size: 40px 40px; |
5436 background-size: 40px 40px; |
5457 } |
5437 } |
5458 |
5438 |
5459 .progress.active .progress-bar { |
5439 .progress.active .progress-bar { |
5464 .progress-bar-success { |
5444 .progress-bar-success { |
5465 background-color: #5cb85c; |
5445 background-color: #5cb85c; |
5466 } |
5446 } |
5467 |
5447 |
5468 .progress-striped .progress-bar-success { |
5448 .progress-striped .progress-bar-success { |
5469 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); |
|
5470 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); |
5449 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); |
5471 background-image: -moz-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); |
|
5472 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); |
5450 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); |
5473 } |
5451 } |
5474 |
5452 |
5475 .progress-bar-info { |
5453 .progress-bar-info { |
5476 background-color: #5bc0de; |
5454 background-color: #5bc0de; |
5477 } |
5455 } |
5478 |
5456 |
5479 .progress-striped .progress-bar-info { |
5457 .progress-striped .progress-bar-info { |
5480 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); |
|
5481 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); |
5458 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); |
5482 background-image: -moz-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); |
|
5483 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); |
5459 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); |
5484 } |
5460 } |
5485 |
5461 |
5486 .progress-bar-warning { |
5462 .progress-bar-warning { |
5487 background-color: #f0ad4e; |
5463 background-color: #f0ad4e; |
5488 } |
5464 } |
5489 |
5465 |
5490 .progress-striped .progress-bar-warning { |
5466 .progress-striped .progress-bar-warning { |
5491 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); |
|
5492 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); |
5467 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); |
5493 background-image: -moz-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); |
|
5494 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); |
5468 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); |
5495 } |
5469 } |
5496 |
5470 |
5497 .progress-bar-danger { |
5471 .progress-bar-danger { |
5498 background-color: #d9534f; |
5472 background-color: #d9534f; |
5499 } |
5473 } |
5500 |
5474 |
5501 .progress-striped .progress-bar-danger { |
5475 .progress-striped .progress-bar-danger { |
5502 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); |
|
5503 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); |
5476 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); |
5504 background-image: -moz-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); |
|
5505 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); |
5477 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); |
5506 } |
5478 } |
5507 |
5479 |
5508 .media, |
5480 .media, |
5509 .media-body { |
5481 .media-body { |
5672 .panel-heading + .list-group .list-group-item:first-child { |
5644 .panel-heading + .list-group .list-group-item:first-child { |
5673 border-top-width: 0; |
5645 border-top-width: 0; |
5674 } |
5646 } |
5675 |
5647 |
5676 .panel > .table, |
5648 .panel > .table, |
5677 .panel > .table-responsive { |
5649 .panel > .table-responsive > .table { |
5678 margin-bottom: 0; |
5650 margin-bottom: 0; |
5679 } |
5651 } |
5680 |
5652 |
5681 .panel > .panel-body + .table, |
5653 .panel > .panel-body + .table, |
5682 .panel > .panel-body + .table-responsive { |
5654 .panel > .panel-body + .table-responsive { |
5683 border-top: 1px solid #dddddd; |
5655 border-top: 1px solid #dddddd; |
5656 } |
|
5657 |
|
5658 .panel > .table > tbody:first-child th, |
|
5659 .panel > .table > tbody:first-child td { |
|
5660 border-top: 0; |
|
5684 } |
5661 } |
5685 |
5662 |
5686 .panel > .table-bordered, |
5663 .panel > .table-bordered, |
5687 .panel > .table-responsive > .table-bordered { |
5664 .panel > .table-responsive > .table-bordered { |
5688 border: 0; |
5665 border: 0; |
5731 .panel > .table-bordered > tfoot > tr:last-child > td, |
5708 .panel > .table-bordered > tfoot > tr:last-child > td, |
5732 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { |
5709 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { |
5733 border-bottom: 0; |
5710 border-bottom: 0; |
5734 } |
5711 } |
5735 |
5712 |
5713 .panel > .table-responsive { |
|
5714 margin-bottom: 0; |
|
5715 border: 0; |
|
5716 } |
|
5717 |
|
5736 .panel-heading { |
5718 .panel-heading { |
5737 padding: 10px 15px; |
5719 padding: 10px 15px; |
5738 border-bottom: 1px solid transparent; |
5720 border-bottom: 1px solid transparent; |
5739 border-top-right-radius: 3px; |
5721 border-top-right-radius: 3px; |
5740 border-top-left-radius: 3px; |
5722 border-top-left-radius: 3px; |
5746 |
5728 |
5747 .panel-title { |
5729 .panel-title { |
5748 margin-top: 0; |
5730 margin-top: 0; |
5749 margin-bottom: 0; |
5731 margin-bottom: 0; |
5750 font-size: 16px; |
5732 font-size: 16px; |
5733 color: inherit; |
|
5751 } |
5734 } |
5752 |
5735 |
5753 .panel-title > a { |
5736 .panel-title > a { |
5754 color: inherit; |
5737 color: inherit; |
5755 } |
5738 } |
5800 |
5783 |
5801 .panel-default > .panel-heading + .panel-collapse .panel-body { |
5784 .panel-default > .panel-heading + .panel-collapse .panel-body { |
5802 border-top-color: #dddddd; |
5785 border-top-color: #dddddd; |
5803 } |
5786 } |
5804 |
5787 |
5805 .panel-default > .panel-heading > .dropdown .caret { |
|
5806 border-color: #333333 transparent; |
|
5807 } |
|
5808 |
|
5809 .panel-default > .panel-footer + .panel-collapse .panel-body { |
5788 .panel-default > .panel-footer + .panel-collapse .panel-body { |
5810 border-bottom-color: #dddddd; |
5789 border-bottom-color: #dddddd; |
5811 } |
5790 } |
5812 |
5791 |
5813 .panel-primary { |
5792 .panel-primary { |
5822 |
5801 |
5823 .panel-primary > .panel-heading + .panel-collapse .panel-body { |
5802 .panel-primary > .panel-heading + .panel-collapse .panel-body { |
5824 border-top-color: #428bca; |
5803 border-top-color: #428bca; |
5825 } |
5804 } |
5826 |
5805 |
5827 .panel-primary > .panel-heading > .dropdown .caret { |
|
5828 border-color: #ffffff transparent; |
|
5829 } |
|
5830 |
|
5831 .panel-primary > .panel-footer + .panel-collapse .panel-body { |
5806 .panel-primary > .panel-footer + .panel-collapse .panel-body { |
5832 border-bottom-color: #428bca; |
5807 border-bottom-color: #428bca; |
5833 } |
5808 } |
5834 |
5809 |
5835 .panel-success { |
5810 .panel-success { |
5836 border-color: #d6e9c6; |
5811 border-color: #d6e9c6; |
5837 } |
5812 } |
5838 |
5813 |
5839 .panel-success > .panel-heading { |
5814 .panel-success > .panel-heading { |
5840 color: #468847; |
5815 color: #3c763d; |
5841 background-color: #dff0d8; |
5816 background-color: #dff0d8; |
5842 border-color: #d6e9c6; |
5817 border-color: #d6e9c6; |
5843 } |
5818 } |
5844 |
5819 |
5845 .panel-success > .panel-heading + .panel-collapse .panel-body { |
5820 .panel-success > .panel-heading + .panel-collapse .panel-body { |
5846 border-top-color: #d6e9c6; |
5821 border-top-color: #d6e9c6; |
5847 } |
5822 } |
5848 |
5823 |
5849 .panel-success > .panel-heading > .dropdown .caret { |
|
5850 border-color: #468847 transparent; |
|
5851 } |
|
5852 |
|
5853 .panel-success > .panel-footer + .panel-collapse .panel-body { |
5824 .panel-success > .panel-footer + .panel-collapse .panel-body { |
5854 border-bottom-color: #d6e9c6; |
5825 border-bottom-color: #d6e9c6; |
5855 } |
5826 } |
5856 |
5827 |
5857 .panel-warning { |
5828 .panel-warning { |
5858 border-color: #faebcc; |
5829 border-color: #faebcc; |
5859 } |
5830 } |
5860 |
5831 |
5861 .panel-warning > .panel-heading { |
5832 .panel-warning > .panel-heading { |
5862 color: #c09853; |
5833 color: #8a6d3b; |
5863 background-color: #fcf8e3; |
5834 background-color: #fcf8e3; |
5864 border-color: #faebcc; |
5835 border-color: #faebcc; |
5865 } |
5836 } |
5866 |
5837 |
5867 .panel-warning > .panel-heading + .panel-collapse .panel-body { |
5838 .panel-warning > .panel-heading + .panel-collapse .panel-body { |
5868 border-top-color: #faebcc; |
5839 border-top-color: #faebcc; |
5869 } |
5840 } |
5870 |
5841 |
5871 .panel-warning > .panel-heading > .dropdown .caret { |
|
5872 border-color: #c09853 transparent; |
|
5873 } |
|
5874 |
|
5875 .panel-warning > .panel-footer + .panel-collapse .panel-body { |
5842 .panel-warning > .panel-footer + .panel-collapse .panel-body { |
5876 border-bottom-color: #faebcc; |
5843 border-bottom-color: #faebcc; |
5877 } |
5844 } |
5878 |
5845 |
5879 .panel-danger { |
5846 .panel-danger { |
5880 border-color: #ebccd1; |
5847 border-color: #ebccd1; |
5881 } |
5848 } |
5882 |
5849 |
5883 .panel-danger > .panel-heading { |
5850 .panel-danger > .panel-heading { |
5884 color: #b94a48; |
5851 color: #a94442; |
5885 background-color: #f2dede; |
5852 background-color: #f2dede; |
5886 border-color: #ebccd1; |
5853 border-color: #ebccd1; |
5887 } |
5854 } |
5888 |
5855 |
5889 .panel-danger > .panel-heading + .panel-collapse .panel-body { |
5856 .panel-danger > .panel-heading + .panel-collapse .panel-body { |
5890 border-top-color: #ebccd1; |
5857 border-top-color: #ebccd1; |
5891 } |
5858 } |
5892 |
5859 |
5893 .panel-danger > .panel-heading > .dropdown .caret { |
|
5894 border-color: #b94a48 transparent; |
|
5895 } |
|
5896 |
|
5897 .panel-danger > .panel-footer + .panel-collapse .panel-body { |
5860 .panel-danger > .panel-footer + .panel-collapse .panel-body { |
5898 border-bottom-color: #ebccd1; |
5861 border-bottom-color: #ebccd1; |
5899 } |
5862 } |
5900 |
5863 |
5901 .panel-info { |
5864 .panel-info { |
5902 border-color: #bce8f1; |
5865 border-color: #bce8f1; |
5903 } |
5866 } |
5904 |
5867 |
5905 .panel-info > .panel-heading { |
5868 .panel-info > .panel-heading { |
5906 color: #3a87ad; |
5869 color: #31708f; |
5907 background-color: #d9edf7; |
5870 background-color: #d9edf7; |
5908 border-color: #bce8f1; |
5871 border-color: #bce8f1; |
5909 } |
5872 } |
5910 |
5873 |
5911 .panel-info > .panel-heading + .panel-collapse .panel-body { |
5874 .panel-info > .panel-heading + .panel-collapse .panel-body { |
5912 border-top-color: #bce8f1; |
5875 border-top-color: #bce8f1; |
5913 } |
|
5914 |
|
5915 .panel-info > .panel-heading > .dropdown .caret { |
|
5916 border-color: #3a87ad transparent; |
|
5917 } |
5876 } |
5918 |
5877 |
5919 .panel-info > .panel-footer + .panel-collapse .panel-body { |
5878 .panel-info > .panel-footer + .panel-collapse .panel-body { |
5920 border-bottom-color: #bce8f1; |
5879 border-bottom-color: #bce8f1; |
5921 } |
5880 } |
6008 |
5967 |
6009 .modal-dialog { |
5968 .modal-dialog { |
6010 position: relative; |
5969 position: relative; |
6011 z-index: 1050; |
5970 z-index: 1050; |
6012 width: auto; |
5971 width: auto; |
6013 padding: 10px; |
5972 margin: 10px; |
6014 margin-right: auto; |
|
6015 margin-left: auto; |
|
6016 } |
5973 } |
6017 |
5974 |
6018 .modal-content { |
5975 .modal-content { |
6019 position: relative; |
5976 position: relative; |
6020 background-color: #ffffff; |
5977 background-color: #ffffff; |
6108 } |
6065 } |
6109 |
6066 |
6110 @media screen and (min-width: 768px) { |
6067 @media screen and (min-width: 768px) { |
6111 .modal-dialog { |
6068 .modal-dialog { |
6112 width: 600px; |
6069 width: 600px; |
6113 padding-top: 30px; |
6070 margin: 30px auto; |
6114 padding-bottom: 30px; |
|
6115 } |
6071 } |
6116 .modal-content { |
6072 .modal-content { |
6117 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); |
6073 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); |
6118 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); |
6074 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); |
6119 } |
6075 } |
6446 opacity: 0.5; |
6402 opacity: 0.5; |
6447 filter: alpha(opacity=50); |
6403 filter: alpha(opacity=50); |
6448 } |
6404 } |
6449 |
6405 |
6450 .carousel-control.left { |
6406 .carousel-control.left { |
6451 background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); |
|
6452 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%)); |
6407 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%)); |
6453 background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); |
|
6454 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); |
6408 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); |
6455 background-repeat: repeat-x; |
6409 background-repeat: repeat-x; |
6456 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); |
6410 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); |
6457 } |
6411 } |
6458 |
6412 |
6459 .carousel-control.right { |
6413 .carousel-control.right { |
6460 right: 0; |
6414 right: 0; |
6461 left: auto; |
6415 left: auto; |
6462 background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); |
|
6463 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%)); |
6416 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%)); |
6464 background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); |
|
6465 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); |
6417 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); |
6466 background-repeat: repeat-x; |
6418 background-repeat: repeat-x; |
6467 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); |
6419 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); |
6468 } |
6420 } |
6469 |
6421 |
6470 .carousel-control:hover, |
6422 .carousel-control:hover, |
6471 .carousel-control:focus { |
6423 .carousel-control:focus { |
6472 color: #ffffff; |
6424 color: #ffffff; |
6473 text-decoration: none; |
6425 text-decoration: none; |
6426 outline: none; |
|
6474 opacity: 0.9; |
6427 opacity: 0.9; |
6475 filter: alpha(opacity=90); |
6428 filter: alpha(opacity=90); |
6476 } |
6429 } |
6477 |
6430 |
6478 .carousel-control .icon-prev, |
6431 .carousel-control .icon-prev, |
6648 |
6601 |
6649 @media (max-width: 767px) { |
6602 @media (max-width: 767px) { |
6650 .visible-xs { |
6603 .visible-xs { |
6651 display: block !important; |
6604 display: block !important; |
6652 } |
6605 } |
6606 table.visible-xs { |
|
6607 display: table; |
|
6608 } |
|
6653 tr.visible-xs { |
6609 tr.visible-xs { |
6654 display: table-row !important; |
6610 display: table-row !important; |
6655 } |
6611 } |
6656 th.visible-xs, |
6612 th.visible-xs, |
6657 td.visible-xs { |
6613 td.visible-xs { |
6661 |
6617 |
6662 @media (min-width: 768px) and (max-width: 991px) { |
6618 @media (min-width: 768px) and (max-width: 991px) { |
6663 .visible-xs.visible-sm { |
6619 .visible-xs.visible-sm { |
6664 display: block !important; |
6620 display: block !important; |
6665 } |
6621 } |
6622 table.visible-xs.visible-sm { |
|
6623 display: table; |
|
6624 } |
|
6666 tr.visible-xs.visible-sm { |
6625 tr.visible-xs.visible-sm { |
6667 display: table-row !important; |
6626 display: table-row !important; |
6668 } |
6627 } |
6669 th.visible-xs.visible-sm, |
6628 th.visible-xs.visible-sm, |
6670 td.visible-xs.visible-sm { |
6629 td.visible-xs.visible-sm { |
6674 |
6633 |
6675 @media (min-width: 992px) and (max-width: 1199px) { |
6634 @media (min-width: 992px) and (max-width: 1199px) { |
6676 .visible-xs.visible-md { |
6635 .visible-xs.visible-md { |
6677 display: block !important; |
6636 display: block !important; |
6678 } |
6637 } |
6638 table.visible-xs.visible-md { |
|
6639 display: table; |
|
6640 } |
|
6679 tr.visible-xs.visible-md { |
6641 tr.visible-xs.visible-md { |
6680 display: table-row !important; |
6642 display: table-row !important; |
6681 } |
6643 } |
6682 th.visible-xs.visible-md, |
6644 th.visible-xs.visible-md, |
6683 td.visible-xs.visible-md { |
6645 td.visible-xs.visible-md { |
6686 } |
6648 } |
6687 |
6649 |
6688 @media (min-width: 1200px) { |
6650 @media (min-width: 1200px) { |
6689 .visible-xs.visible-lg { |
6651 .visible-xs.visible-lg { |
6690 display: block !important; |
6652 display: block !important; |
6653 } |
|
6654 table.visible-xs.visible-lg { |
|
6655 display: table; |
|
6691 } |
6656 } |
6692 tr.visible-xs.visible-lg { |
6657 tr.visible-xs.visible-lg { |
6693 display: table-row !important; |
6658 display: table-row !important; |
6694 } |
6659 } |
6695 th.visible-xs.visible-lg, |
6660 th.visible-xs.visible-lg, |
6707 |
6672 |
6708 @media (max-width: 767px) { |
6673 @media (max-width: 767px) { |
6709 .visible-sm.visible-xs { |
6674 .visible-sm.visible-xs { |
6710 display: block !important; |
6675 display: block !important; |
6711 } |
6676 } |
6677 table.visible-sm.visible-xs { |
|
6678 display: table; |
|
6679 } |
|
6712 tr.visible-sm.visible-xs { |
6680 tr.visible-sm.visible-xs { |
6713 display: table-row !important; |
6681 display: table-row !important; |
6714 } |
6682 } |
6715 th.visible-sm.visible-xs, |
6683 th.visible-sm.visible-xs, |
6716 td.visible-sm.visible-xs { |
6684 td.visible-sm.visible-xs { |
6720 |
6688 |
6721 @media (min-width: 768px) and (max-width: 991px) { |
6689 @media (min-width: 768px) and (max-width: 991px) { |
6722 .visible-sm { |
6690 .visible-sm { |
6723 display: block !important; |
6691 display: block !important; |
6724 } |
6692 } |
6693 table.visible-sm { |
|
6694 display: table; |
|
6695 } |
|
6725 tr.visible-sm { |
6696 tr.visible-sm { |
6726 display: table-row !important; |
6697 display: table-row !important; |
6727 } |
6698 } |
6728 th.visible-sm, |
6699 th.visible-sm, |
6729 td.visible-sm { |
6700 td.visible-sm { |
6733 |
6704 |
6734 @media (min-width: 992px) and (max-width: 1199px) { |
6705 @media (min-width: 992px) and (max-width: 1199px) { |
6735 .visible-sm.visible-md { |
6706 .visible-sm.visible-md { |
6736 display: block !important; |
6707 display: block !important; |
6737 } |
6708 } |
6709 table.visible-sm.visible-md { |
|
6710 display: table; |
|
6711 } |
|
6738 tr.visible-sm.visible-md { |
6712 tr.visible-sm.visible-md { |
6739 display: table-row !important; |
6713 display: table-row !important; |
6740 } |
6714 } |
6741 th.visible-sm.visible-md, |
6715 th.visible-sm.visible-md, |
6742 td.visible-sm.visible-md { |
6716 td.visible-sm.visible-md { |
6745 } |
6719 } |
6746 |
6720 |
6747 @media (min-width: 1200px) { |
6721 @media (min-width: 1200px) { |
6748 .visible-sm.visible-lg { |
6722 .visible-sm.visible-lg { |
6749 display: block !important; |
6723 display: block !important; |
6724 } |
|
6725 table.visible-sm.visible-lg { |
|
6726 display: table; |
|
6750 } |
6727 } |
6751 tr.visible-sm.visible-lg { |
6728 tr.visible-sm.visible-lg { |
6752 display: table-row !important; |
6729 display: table-row !important; |
6753 } |
6730 } |
6754 th.visible-sm.visible-lg, |
6731 th.visible-sm.visible-lg, |
6766 |
6743 |
6767 @media (max-width: 767px) { |
6744 @media (max-width: 767px) { |
6768 .visible-md.visible-xs { |
6745 .visible-md.visible-xs { |
6769 display: block !important; |
6746 display: block !important; |
6770 } |
6747 } |
6748 table.visible-md.visible-xs { |
|
6749 display: table; |
|
6750 } |
|
6771 tr.visible-md.visible-xs { |
6751 tr.visible-md.visible-xs { |
6772 display: table-row !important; |
6752 display: table-row !important; |
6773 } |
6753 } |
6774 th.visible-md.visible-xs, |
6754 th.visible-md.visible-xs, |
6775 td.visible-md.visible-xs { |
6755 td.visible-md.visible-xs { |
6779 |
6759 |
6780 @media (min-width: 768px) and (max-width: 991px) { |
6760 @media (min-width: 768px) and (max-width: 991px) { |
6781 .visible-md.visible-sm { |
6761 .visible-md.visible-sm { |
6782 display: block !important; |
6762 display: block !important; |
6783 } |
6763 } |
6764 table.visible-md.visible-sm { |
|
6765 display: table; |
|
6766 } |
|
6784 tr.visible-md.visible-sm { |
6767 tr.visible-md.visible-sm { |
6785 display: table-row !important; |
6768 display: table-row !important; |
6786 } |
6769 } |
6787 th.visible-md.visible-sm, |
6770 th.visible-md.visible-sm, |
6788 td.visible-md.visible-sm { |
6771 td.visible-md.visible-sm { |
6792 |
6775 |
6793 @media (min-width: 992px) and (max-width: 1199px) { |
6776 @media (min-width: 992px) and (max-width: 1199px) { |
6794 .visible-md { |
6777 .visible-md { |
6795 display: block !important; |
6778 display: block !important; |
6796 } |
6779 } |
6780 table.visible-md { |
|
6781 display: table; |
|
6782 } |
|
6797 tr.visible-md { |
6783 tr.visible-md { |
6798 display: table-row !important; |
6784 display: table-row !important; |
6799 } |
6785 } |
6800 th.visible-md, |
6786 th.visible-md, |
6801 td.visible-md { |
6787 td.visible-md { |
6804 } |
6790 } |
6805 |
6791 |
6806 @media (min-width: 1200px) { |
6792 @media (min-width: 1200px) { |
6807 .visible-md.visible-lg { |
6793 .visible-md.visible-lg { |
6808 display: block !important; |
6794 display: block !important; |
6795 } |
|
6796 table.visible-md.visible-lg { |
|
6797 display: table; |
|
6809 } |
6798 } |
6810 tr.visible-md.visible-lg { |
6799 tr.visible-md.visible-lg { |
6811 display: table-row !important; |
6800 display: table-row !important; |
6812 } |
6801 } |
6813 th.visible-md.visible-lg, |
6802 th.visible-md.visible-lg, |
6825 |
6814 |
6826 @media (max-width: 767px) { |
6815 @media (max-width: 767px) { |
6827 .visible-lg.visible-xs { |
6816 .visible-lg.visible-xs { |
6828 display: block !important; |
6817 display: block !important; |
6829 } |
6818 } |
6819 table.visible-lg.visible-xs { |
|
6820 display: table; |
|
6821 } |
|
6830 tr.visible-lg.visible-xs { |
6822 tr.visible-lg.visible-xs { |
6831 display: table-row !important; |
6823 display: table-row !important; |
6832 } |
6824 } |
6833 th.visible-lg.visible-xs, |
6825 th.visible-lg.visible-xs, |
6834 td.visible-lg.visible-xs { |
6826 td.visible-lg.visible-xs { |
6838 |
6830 |
6839 @media (min-width: 768px) and (max-width: 991px) { |
6831 @media (min-width: 768px) and (max-width: 991px) { |
6840 .visible-lg.visible-sm { |
6832 .visible-lg.visible-sm { |
6841 display: block !important; |
6833 display: block !important; |
6842 } |
6834 } |
6835 table.visible-lg.visible-sm { |
|
6836 display: table; |
|
6837 } |
|
6843 tr.visible-lg.visible-sm { |
6838 tr.visible-lg.visible-sm { |
6844 display: table-row !important; |
6839 display: table-row !important; |
6845 } |
6840 } |
6846 th.visible-lg.visible-sm, |
6841 th.visible-lg.visible-sm, |
6847 td.visible-lg.visible-sm { |
6842 td.visible-lg.visible-sm { |
6851 |
6846 |
6852 @media (min-width: 992px) and (max-width: 1199px) { |
6847 @media (min-width: 992px) and (max-width: 1199px) { |
6853 .visible-lg.visible-md { |
6848 .visible-lg.visible-md { |
6854 display: block !important; |
6849 display: block !important; |
6855 } |
6850 } |
6851 table.visible-lg.visible-md { |
|
6852 display: table; |
|
6853 } |
|
6856 tr.visible-lg.visible-md { |
6854 tr.visible-lg.visible-md { |
6857 display: table-row !important; |
6855 display: table-row !important; |
6858 } |
6856 } |
6859 th.visible-lg.visible-md, |
6857 th.visible-lg.visible-md, |
6860 td.visible-lg.visible-md { |
6858 td.visible-lg.visible-md { |
6864 |
6862 |
6865 @media (min-width: 1200px) { |
6863 @media (min-width: 1200px) { |
6866 .visible-lg { |
6864 .visible-lg { |
6867 display: block !important; |
6865 display: block !important; |
6868 } |
6866 } |
6867 table.visible-lg { |
|
6868 display: table; |
|
6869 } |
|
6869 tr.visible-lg { |
6870 tr.visible-lg { |
6870 display: table-row !important; |
6871 display: table-row !important; |
6871 } |
6872 } |
6872 th.visible-lg, |
6873 th.visible-lg, |
6873 td.visible-lg { |
6874 td.visible-lg { |
6875 } |
6876 } |
6876 } |
6877 } |
6877 |
6878 |
6878 .hidden-xs { |
6879 .hidden-xs { |
6879 display: block !important; |
6880 display: block !important; |
6881 } |
|
6882 |
|
6883 table.hidden-xs { |
|
6884 display: table; |
|
6880 } |
6885 } |
6881 |
6886 |
6882 tr.hidden-xs { |
6887 tr.hidden-xs { |
6883 display: table-row !important; |
6888 display: table-row !important; |
6884 } |
6889 } |
6926 |
6931 |
6927 .hidden-sm { |
6932 .hidden-sm { |
6928 display: block !important; |
6933 display: block !important; |
6929 } |
6934 } |
6930 |
6935 |
6936 table.hidden-sm { |
|
6937 display: table; |
|
6938 } |
|
6939 |
|
6931 tr.hidden-sm { |
6940 tr.hidden-sm { |
6932 display: table-row !important; |
6941 display: table-row !important; |
6933 } |
6942 } |
6934 |
6943 |
6935 th.hidden-sm, |
6944 th.hidden-sm, |
6975 |
6984 |
6976 .hidden-md { |
6985 .hidden-md { |
6977 display: block !important; |
6986 display: block !important; |
6978 } |
6987 } |
6979 |
6988 |
6989 table.hidden-md { |
|
6990 display: table; |
|
6991 } |
|
6992 |
|
6980 tr.hidden-md { |
6993 tr.hidden-md { |
6981 display: table-row !important; |
6994 display: table-row !important; |
6982 } |
6995 } |
6983 |
6996 |
6984 th.hidden-md, |
6997 th.hidden-md, |
7024 |
7037 |
7025 .hidden-lg { |
7038 .hidden-lg { |
7026 display: block !important; |
7039 display: block !important; |
7027 } |
7040 } |
7028 |
7041 |
7042 table.hidden-lg { |
|
7043 display: table; |
|
7044 } |
|
7045 |
|
7029 tr.hidden-lg { |
7046 tr.hidden-lg { |
7030 display: table-row !important; |
7047 display: table-row !important; |
7031 } |
7048 } |
7032 |
7049 |
7033 th.hidden-lg, |
7050 th.hidden-lg, |
7080 |
7097 |
7081 @media print { |
7098 @media print { |
7082 .visible-print { |
7099 .visible-print { |
7083 display: block !important; |
7100 display: block !important; |
7084 } |
7101 } |
7102 table.visible-print { |
|
7103 display: table; |
|
7104 } |
|
7085 tr.visible-print { |
7105 tr.visible-print { |
7086 display: table-row !important; |
7106 display: table-row !important; |
7087 } |
7107 } |
7088 th.visible-print, |
7108 th.visible-print, |
7089 td.visible-print { |
7109 td.visible-print { |