From Lousy Motmot, 3 Years ago, written in CSS.
Embed
  1.   body {
  2.     background: #333;
  3.   }
  4.   .fa-nav-icons {
  5.     color: #bfc0c0;
  6.   }
  7.  
  8.   .fa-col-success {
  9.     color: #3c763d;
  10.   }
  11.  
  12.   .fa-col-info {
  13.     color: #31708f;
  14.   }
  15.  
  16.   .fa-col-primary {
  17.     color: #357ebd;
  18.   }
  19.  
  20.   .fa-col-danger {
  21.     color: #e30613;
  22.   }
  23.  
  24.   .icon-theme {
  25.     color: #bfc0c0;
  26.   }
  27.  
  28.   .twitter-typeahead .tt-hint {
  29.       border-color: #000 !important;
  30.   }
  31.  
  32.   .pace {
  33.     -webkit-pointer-events: none;
  34.     pointer-events: none;
  35.     -webkit-user-select: none;
  36.     -moz-user-select: none;
  37.     user-select: none;
  38.   }
  39.  
  40.   .pace-inactive {
  41.     display: none;
  42.   }
  43.  
  44.   .pace .pace-progress {
  45.     background: #e30613;
  46.     position: fixed;
  47.     z-index: 2000;
  48.     top: 0;
  49.     right: 100%;
  50.     width: 100%;
  51.     height: 2px;
  52.   }
  53.  
  54.   .pace .pace-progress-inner {
  55.     display: block;
  56.     position: absolute;
  57.     right: 0px;
  58.     width: 100px;
  59.     height: 100%;
  60.     box-shadow: 0 0 10px #e30613, 0 0 5px #e30613;
  61.     opacity: 1.0;
  62.     -webkit-transform: rotate(3deg) translate(0px, -4px);
  63.     -moz-transform: rotate(3deg) translate(0px, -4px);
  64.     -ms-transform: rotate(3deg) translate(0px, -4px);
  65.     -o-transform: rotate(3deg) translate(0px, -4px);
  66.     transform: rotate(3deg) translate(0px, -4px);
  67.   }
  68.  
  69.   .pace .pace-activity {
  70.     display: block;
  71.     position: fixed;
  72.     z-index: 2000;
  73.     top: 16px;
  74.     right: 45px;
  75.     width: 20px;
  76.     height: 20px;
  77.     border: solid 2px transparent;
  78.     border-top-color: #e30613;
  79.     border-left-color: #e30613;
  80.     border-radius: 10px;
  81.     -webkit-animation: pace-spinner 400ms linear infinite;
  82.     -moz-animation: pace-spinner 400ms linear infinite;
  83.     -ms-animation: pace-spinner 400ms linear infinite;
  84.     -o-animation: pace-spinner 400ms linear infinite;
  85.     animation: pace-spinner 400ms linear infinite;
  86.   }
  87.  
  88.   @-webkit-keyframes pace-spinner {
  89.     0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  90.     100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  91.   }
  92.   @-moz-keyframes pace-spinner {
  93.     0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  94.     100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
  95.   }
  96.   @-o-keyframes pace-spinner {
  97.     0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  98.     100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
  99.   }
  100.   @-ms-keyframes pace-spinner {
  101.     0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  102.     100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
  103.   }
  104.   @keyframes pace-spinner {
  105.     0% { transform: rotate(0deg); transform: rotate(0deg); }
  106.     100% { transform: rotate(360deg); transform: rotate(360deg); }
  107.   }
  108.  
  109.   /*!
  110.    * bootswatch v3.4.1
  111.    * Homepage: http://bootswatch.com
  112.    * Copyright 2012-2019 Thomas Park
  113.    * Licensed under MIT
  114.    * Based on Bootstrap
  115.   */
  116.   /*!
  117.    * Bootstrap v3.4.1 (https://getbootstrap.com/)
  118.    * Copyright 2011-2019 Twitter, Inc.
  119.    * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  120.    */
  121.   /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  122.   html {
  123.     font-family: sans-serif;
  124.     -ms-text-size-adjust: 100%;
  125.     -webkit-text-size-adjust: 100%;
  126.   }
  127.   body {
  128.     margin: 0;
  129.   }
  130.   article,
  131.   aside,
  132.   details,
  133.   figcaption,
  134.   figure,
  135.   footer,
  136.   header,
  137.   hgroup,
  138.   main,
  139.   menu,
  140.   nav,
  141.   section,
  142.   summary {
  143.     display: block;
  144.   }
  145.   audio,
  146.   canvas,
  147.   progress,
  148.   video {
  149.     display: inline-block;
  150.     vertical-align: baseline;
  151.   }
  152.   audio:not([controls]) {
  153.     display: none;
  154.     height: 0;
  155.   }
  156.   [hidden],
  157.   template {
  158.     display: none;
  159.   }
  160.   a {
  161.     background-color: transparent;
  162.   }
  163.   a:active,
  164.   a:hover {
  165.     outline: 0;
  166.   }
  167.   abbr[title] {
  168.     border-bottom: none;
  169.     text-decoration: underline;
  170.     text-decoration: underline dotted;
  171.   }
  172.   b,
  173.   strong {
  174.     font-weight: bold;
  175.   }
  176.   dfn {
  177.     font-style: italic;
  178.   }
  179.   h1 {
  180.     font-size: 2em;
  181.     margin: 0.67em 0;
  182.   }
  183.   mark {
  184.     background: #ff0;
  185.     color: #000;
  186.   }
  187.   small {
  188.     font-size: 80%;
  189.     color: #FFF;  
  190.   }
  191.   sub,
  192.   sup {
  193.     font-size: 75%;
  194.     line-height: 0;
  195.     position: relative;
  196.     vertical-align: baseline;
  197.   }
  198.   sup {
  199.     top: -0.5em;
  200.   }
  201.   sub {
  202.     bottom: -0.25em;
  203.   }
  204.   img {
  205.     border: 0;
  206.   }
  207.   svg:not(:root) {
  208.     overflow: hidden;
  209.   }
  210.   figure {
  211.     margin: 1em 40px;
  212.   }
  213.   hr {
  214.     box-sizing: content-box;
  215.     height: 0;
  216.   }
  217.   pre {
  218.     overflow: auto;
  219.   }
  220.   code,
  221.   kbd,
  222.   pre,
  223.   samp {
  224.     font-family: monospace, monospace;
  225.     font-size: 1em;
  226.   }
  227.   button,
  228.   input,
  229.   optgroup,
  230.   select,
  231.   textarea {
  232.     color: inherit;
  233.     font: inherit;
  234.     margin: 0;
  235.   }
  236.   button {
  237.     overflow: visible;
  238.   }
  239.   button,
  240.   select {
  241.     text-transform: none;
  242.   }
  243.   button,
  244.   html input[type="button"],
  245.   input[type="reset"],
  246.   input[type="submit"] {
  247.     -webkit-appearance: button;
  248.     cursor: pointer;
  249.   }
  250.   button[disabled],
  251.   html input[disabled] {
  252.     cursor: default;
  253.   }
  254.   button::-moz-focus-inner,
  255.   input::-moz-focus-inner {
  256.     border: 0;
  257.     padding: 0;
  258.   }
  259.   input {
  260.     line-height: normal;
  261.   }
  262.   input[type="checkbox"],
  263.   input[type="radio"] {
  264.     box-sizing: border-box;
  265.     padding: 0;
  266.   }
  267.   input[type="number"]::-webkit-inner-spin-button,
  268.   input[type="number"]::-webkit-outer-spin-button {
  269.     height: auto;
  270.   }
  271.   input[type="search"] {
  272.     -webkit-appearance: textfield;
  273.     box-sizing: content-box;
  274.   }
  275.   input[type="search"]::-webkit-search-cancel-button,
  276.   input[type="search"]::-webkit-search-decoration {
  277.     -webkit-appearance: none;
  278.   }
  279.   fieldset {
  280.     border: 1px solid #c0c0c0;
  281.     margin: 0 2px;
  282.     padding: 0.35em 0.625em 0.75em;
  283.   }
  284.   legend {
  285.     border: 0;
  286.     padding: 0;
  287.   }
  288.   textarea {
  289.     overflow: auto;
  290.   }
  291.   optgroup {
  292.     font-weight: bold;
  293.   }
  294.   table {
  295.     border-collapse: collapse;
  296.     border-spacing: 0;
  297.   }
  298.   td,
  299.   th {
  300.     padding: 0;
  301.   }
  302.   /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  303.   @media print {
  304.     *,
  305.     *:before,
  306.     *:after {
  307.       color: #000 !important;
  308.       text-shadow: none !important;
  309.       background: transparent !important;
  310.       box-shadow: none !important;
  311.     }
  312.     a,
  313.     a:visited {
  314.       text-decoration: underline;
  315.     }
  316.     a[href]:after {
  317.       content: " (" attr(href) ")";
  318.     }
  319.     abbr[title]:after {
  320.       content: " (" attr(title) ")";
  321.     }
  322.     a[href^="#"]:after,
  323.     a[href^="[removed]"]:after {
  324.       content: "";
  325.     }
  326.     pre,
  327.     blockquote {
  328.       border: 1px solid #999;
  329.       page-break-inside: avoid;
  330.     }
  331.     thead {
  332.       display: table-header-group;
  333.     }
  334.     tr,
  335.     img {
  336.       page-break-inside: avoid;
  337.     }
  338.     img {
  339.       max-width: 100% !important;
  340.     }
  341.     p,
  342.     h2,
  343.     h3 {
  344.       orphans: 3;
  345.       widows: 3;
  346.     }
  347.     h2,
  348.     h3 {
  349.       page-break-after: avoid;
  350.     }
  351.     .navbar {
  352.       display: none;
  353.     }
  354.     .btn > .caret,
  355.     .dropup > .btn > .caret {
  356.       border-top-color: #000 !important;
  357.     }
  358.     .label {
  359.       border: 1px solid #000;
  360.     }
  361.     .table {
  362.       border-collapse: collapse !important;
  363.     }
  364.     .table td,
  365.     .table th {
  366.       background-color: #fff !important;
  367.     }
  368.     .table-bordered th,
  369.     .table-bordered td {
  370.       border: 1px solid #ddd !important;
  371.     }
  372.   }
  373.   @font-face {
  374.     font-family: "Glyphicons Halflings";
  375.     src: url("../fonts/glyphicons-halflings-regular.eot");
  376.     src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), 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");
  377.   }
  378.   .glyphicon {
  379.     position: relative;
  380.     top: 1px;
  381.     display: inline-block;
  382.     font-family: "Glyphicons Halflings";
  383.     font-style: normal;
  384.     font-weight: 400;
  385.     line-height: 1;
  386.     -webkit-font-smoothing: antialiased;
  387.     -moz-osx-font-smoothing: grayscale;
  388.   }
  389.   .glyphicon-asterisk:before {
  390.     content: "\002a";
  391.   }
  392.   .glyphicon-plus:before {
  393.     content: "\002b";
  394.   }
  395.   .glyphicon-euro:before,
  396.   .glyphicon-eur:before {
  397.     content: "\20ac";
  398.   }
  399.   .glyphicon-minus:before {
  400.     content: "\2212";
  401.   }
  402.   .glyphicon-cloud:before {
  403.     content: "\2601";
  404.   }
  405.   .glyphicon-envelope:before {
  406.     content: "\2709";
  407.   }
  408.   .glyphicon-pencil:before {
  409.     content: "\270f";
  410.   }
  411.   .glyphicon-glass:before {
  412.     content: "\e001";
  413.   }
  414.   .glyphicon-music:before {
  415.     content: "\e002";
  416.   }
  417.   .glyphicon-search:before {
  418.     content: "\e003";
  419.   }
  420.   .glyphicon-heart:before {
  421.     content: "\e005";
  422.   }
  423.   .glyphicon-star:before {
  424.     content: "\e006";
  425.   }
  426.   .glyphicon-star-empty:before {
  427.     content: "\e007";
  428.   }
  429.   .glyphicon-user:before {
  430.     content: "\e008";
  431.   }
  432.   .glyphicon-film:before {
  433.     content: "\e009";
  434.   }
  435.   .glyphicon-th-large:before {
  436.     content: "\e010";
  437.   }
  438.   .glyphicon-th:before {
  439.     content: "\e011";
  440.   }
  441.   .glyphicon-th-list:before {
  442.     content: "\e012";
  443.   }
  444.   .glyphicon-ok:before {
  445.     content: "\e013";
  446.   }
  447.   .glyphicon-remove:before {
  448.     content: "\e014";
  449.   }
  450.   .glyphicon-zoom-in:before {
  451.     content: "\e015";
  452.   }
  453.   .glyphicon-zoom-out:before {
  454.     content: "\e016";
  455.   }
  456.   .glyphicon-off:before {
  457.     content: "\e017";
  458.   }
  459.   .glyphicon-signal:before {
  460.     content: "\e018";
  461.   }
  462.   .glyphicon-cog:before {
  463.     content: "\e019";
  464.   }
  465.   .glyphicon-trash:before {
  466.     content: "\e020";
  467.   }
  468.   .glyphicon-home:before {
  469.     content: "\e021";
  470.   }
  471.   .glyphicon-file:before {
  472.     content: "\e022";
  473.   }
  474.   .glyphicon-time:before {
  475.     content: "\e023";
  476.   }
  477.   .glyphicon-road:before {
  478.     content: "\e024";
  479.   }
  480.   .glyphicon-download-alt:before {
  481.     content: "\e025";
  482.   }
  483.   .glyphicon-download:before {
  484.     content: "\e026";
  485.   }
  486.   .glyphicon-upload:before {
  487.     content: "\e027";
  488.   }
  489.   .glyphicon-inbox:before {
  490.     content: "\e028";
  491.   }
  492.   .glyphicon-play-circle:before {
  493.     content: "\e029";
  494.   }
  495.   .glyphicon-repeat:before {
  496.     content: "\e030";
  497.   }
  498.   .glyphicon-refresh:before {
  499.     content: "\e031";
  500.   }
  501.   .glyphicon-list-alt:before {
  502.     content: "\e032";
  503.   }
  504.   .glyphicon-lock:before {
  505.     content: "\e033";
  506.   }
  507.   .glyphicon-flag:before {
  508.     content: "\e034";
  509.   }
  510.   .glyphicon-headphones:before {
  511.     content: "\e035";
  512.   }
  513.   .glyphicon-volume-off:before {
  514.     content: "\e036";
  515.   }
  516.   .glyphicon-volume-down:before {
  517.     content: "\e037";
  518.   }
  519.   .glyphicon-volume-up:before {
  520.     content: "\e038";
  521.   }
  522.   .glyphicon-qrcode:before {
  523.     content: "\e039";
  524.   }
  525.   .glyphicon-barcode:before {
  526.     content: "\e040";
  527.   }
  528.   .glyphicon-tag:before {
  529.     content: "\e041";
  530.   }
  531.   .glyphicon-tags:before {
  532.     content: "\e042";
  533.   }
  534.   .glyphicon-book:before {
  535.     content: "\e043";
  536.   }
  537.   .glyphicon-bookmark:before {
  538.     content: "\e044";
  539.   }
  540.   .glyphicon-print:before {
  541.     content: "\e045";
  542.   }
  543.   .glyphicon-camera:before {
  544.     content: "\e046";
  545.   }
  546.   .glyphicon-font:before {
  547.     content: "\e047";
  548.   }
  549.   .glyphicon-bold:before {
  550.     content: "\e048";
  551.   }
  552.   .glyphicon-italic:before {
  553.     content: "\e049";
  554.   }
  555.   .glyphicon-text-height:before {
  556.     content: "\e050";
  557.   }
  558.   .glyphicon-text-width:before {
  559.     content: "\e051";
  560.   }
  561.   .glyphicon-align-left:before {
  562.     content: "\e052";
  563.   }
  564.   .glyphicon-align-center:before {
  565.     content: "\e053";
  566.   }
  567.   .glyphicon-align-right:before {
  568.     content: "\e054";
  569.   }
  570.   .glyphicon-align-justify:before {
  571.     content: "\e055";
  572.   }
  573.   .glyphicon-list:before {
  574.     content: "\e056";
  575.   }
  576.   .glyphicon-indent-left:before {
  577.     content: "\e057";
  578.   }
  579.   .glyphicon-indent-right:before {
  580.     content: "\e058";
  581.   }
  582.   .glyphicon-facetime-video:before {
  583.     content: "\e059";
  584.   }
  585.   .glyphicon-picture:before {
  586.     content: "\e060";
  587.   }
  588.   .glyphicon-map-marker:before {
  589.     content: "\e062";
  590.   }
  591.   .glyphicon-adjust:before {
  592.     content: "\e063";
  593.   }
  594.   .glyphicon-tint:before {
  595.     content: "\e064";
  596.   }
  597.   .glyphicon-edit:before {
  598.     content: "\e065";
  599.   }
  600.   .glyphicon-share:before {
  601.     content: "\e066";
  602.   }
  603.   .glyphicon-check:before {
  604.     content: "\e067";
  605.   }
  606.   .glyphicon-move:before {
  607.     content: "\e068";
  608.   }
  609.   .glyphicon-step-backward:before {
  610.     content: "\e069";
  611.   }
  612.   .glyphicon-fast-backward:before {
  613.     content: "\e070";
  614.   }
  615.   .glyphicon-backward:before {
  616.     content: "\e071";
  617.   }
  618.   .glyphicon-play:before {
  619.     content: "\e072";
  620.   }
  621.   .glyphicon-pause:before {
  622.     content: "\e073";
  623.   }
  624.   .glyphicon-stop:before {
  625.     content: "\e074";
  626.   }
  627.   .glyphicon-forward:before {
  628.     content: "\e075";
  629.   }
  630.   .glyphicon-fast-forward:before {
  631.     content: "\e076";
  632.   }
  633.   .glyphicon-step-forward:before {
  634.     content: "\e077";
  635.   }
  636.   .glyphicon-eject:before {
  637.     content: "\e078";
  638.   }
  639.   .glyphicon-chevron-left:before {
  640.     content: "\e079";
  641.   }
  642.   .glyphicon-chevron-right:before {
  643.     content: "\e080";
  644.   }
  645.   .glyphicon-plus-sign:before {
  646.     content: "\e081";
  647.   }
  648.   .glyphicon-minus-sign:before {
  649.     content: "\e082";
  650.   }
  651.   .glyphicon-remove-sign:before {
  652.     content: "\e083";
  653.   }
  654.   .glyphicon-ok-sign:before {
  655.     content: "\e084";
  656.   }
  657.   .glyphicon-question-sign:before {
  658.     content: "\e085";
  659.   }
  660.   .glyphicon-info-sign:before {
  661.     content: "\e086";
  662.   }
  663.   .glyphicon-screenshot:before {
  664.     content: "\e087";
  665.   }
  666.   .glyphicon-remove-circle:before {
  667.     content: "\e088";
  668.   }
  669.   .glyphicon-ok-circle:before {
  670.     content: "\e089";
  671.   }
  672.   .glyphicon-ban-circle:before {
  673.     content: "\e090";
  674.   }
  675.   .glyphicon-arrow-left:before {
  676.     content: "\e091";
  677.   }
  678.   .glyphicon-arrow-right:before {
  679.     content: "\e092";
  680.   }
  681.   .glyphicon-arrow-up:before {
  682.     content: "\e093";
  683.   }
  684.   .glyphicon-arrow-down:before {
  685.     content: "\e094";
  686.   }
  687.   .glyphicon-share-alt:before {
  688.     content: "\e095";
  689.   }
  690.   .glyphicon-resize-full:before {
  691.     content: "\e096";
  692.   }
  693.   .glyphicon-resize-small:before {
  694.     content: "\e097";
  695.   }
  696.   .glyphicon-exclamation-sign:before {
  697.     content: "\e101";
  698.   }
  699.   .glyphicon-gift:before {
  700.     content: "\e102";
  701.   }
  702.   .glyphicon-leaf:before {
  703.     content: "\e103";
  704.   }
  705.   .glyphicon-fire:before {
  706.     content: "\e104";
  707.   }
  708.   .glyphicon-eye-open:before {
  709.     content: "\e105";
  710.   }
  711.   .glyphicon-eye-close:before {
  712.     content: "\e106";
  713.   }
  714.   .glyphicon-warning-sign:before {
  715.     content: "\e107";
  716.   }
  717.   .glyphicon-plane:before {
  718.     content: "\e108";
  719.   }
  720.   .glyphicon-calendar:before {
  721.     content: "\e109";
  722.   }
  723.   .glyphicon-random:before {
  724.     content: "\e110";
  725.   }
  726.   .glyphicon-comment:before {
  727.     content: "\e111";
  728.   }
  729.   .glyphicon-magnet:before {
  730.     content: "\e112";
  731.   }
  732.   .glyphicon-chevron-up:before {
  733.     content: "\e113";
  734.   }
  735.   .glyphicon-chevron-down:before {
  736.     content: "\e114";
  737.   }
  738.   .glyphicon-retweet:before {
  739.     content: "\e115";
  740.   }
  741.   .glyphicon-shopping-cart:before {
  742.     content: "\e116";
  743.   }
  744.   .glyphicon-folder-close:before {
  745.     content: "\e117";
  746.   }
  747.   .glyphicon-folder-open:before {
  748.     content: "\e118";
  749.   }
  750.   .glyphicon-resize-vertical:before {
  751.     content: "\e119";
  752.   }
  753.   .glyphicon-resize-horizontal:before {
  754.     content: "\e120";
  755.   }
  756.   .glyphicon-hdd:before {
  757.     content: "\e121";
  758.   }
  759.   .glyphicon-bullhorn:before {
  760.     content: "\e122";
  761.   }
  762.   .glyphicon-bell:before {
  763.     content: "\e123";
  764.   }
  765.   .glyphicon-certificate:before {
  766.     content: "\e124";
  767.   }
  768.   .glyphicon-thumbs-up:before {
  769.     content: "\e125";
  770.   }
  771.   .glyphicon-thumbs-down:before {
  772.     content: "\e126";
  773.   }
  774.   .glyphicon-hand-right:before {
  775.     content: "\e127";
  776.   }
  777.   .glyphicon-hand-left:before {
  778.     content: "\e128";
  779.   }
  780.   .glyphicon-hand-up:before {
  781.     content: "\e129";
  782.   }
  783.   .glyphicon-hand-down:before {
  784.     content: "\e130";
  785.   }
  786.   .glyphicon-circle-arrow-right:before {
  787.     content: "\e131";
  788.   }
  789.   .glyphicon-circle-arrow-left:before {
  790.     content: "\e132";
  791.   }
  792.   .glyphicon-circle-arrow-up:before {
  793.     content: "\e133";
  794.   }
  795.   .glyphicon-circle-arrow-down:before {
  796.     content: "\e134";
  797.   }
  798.   .glyphicon-globe:before {
  799.     content: "\e135";
  800.   }
  801.   .glyphicon-wrench:before {
  802.     content: "\e136";
  803.   }
  804.   .glyphicon-tasks:before {
  805.     content: "\e137";
  806.   }
  807.   .glyphicon-filter:before {
  808.     content: "\e138";
  809.   }
  810.   .glyphicon-briefcase:before {
  811.     content: "\e139";
  812.   }
  813.   .glyphicon-fullscreen:before {
  814.     content: "\e140";
  815.   }
  816.   .glyphicon-dashboard:before {
  817.     content: "\e141";
  818.   }
  819.   .glyphicon-paperclip:before {
  820.     content: "\e142";
  821.   }
  822.   .glyphicon-heart-empty:before {
  823.     content: "\e143";
  824.   }
  825.   .glyphicon-link:before {
  826.     content: "\e144";
  827.   }
  828.   .glyphicon-phone:before {
  829.     content: "\e145";
  830.   }
  831.   .glyphicon-pushpin:before {
  832.     content: "\e146";
  833.   }
  834.   .glyphicon-usd:before {
  835.     content: "\e148";
  836.   }
  837.   .glyphicon-gbp:before {
  838.     content: "\e149";
  839.   }
  840.   .glyphicon-sort:before {
  841.     content: "\e150";
  842.   }
  843.   .glyphicon-sort-by-alphabet:before {
  844.     content: "\e151";
  845.   }
  846.   .glyphicon-sort-by-alphabet-alt:before {
  847.     content: "\e152";
  848.   }
  849.   .glyphicon-sort-by-order:before {
  850.     content: "\e153";
  851.   }
  852.   .glyphicon-sort-by-order-alt:before {
  853.     content: "\e154";
  854.   }
  855.   .glyphicon-sort-by-attributes:before {
  856.     content: "\e155";
  857.   }
  858.   .glyphicon-sort-by-attributes-alt:before {
  859.     content: "\e156";
  860.   }
  861.   .glyphicon-unchecked:before {
  862.     content: "\e157";
  863.   }
  864.   .glyphicon-expand:before {
  865.     content: "\e158";
  866.   }
  867.   .glyphicon-collapse-down:before {
  868.     content: "\e159";
  869.   }
  870.   .glyphicon-collapse-up:before {
  871.     content: "\e160";
  872.   }
  873.   .glyphicon-log-in:before {
  874.     content: "\e161";
  875.   }
  876.   .glyphicon-flash:before {
  877.     content: "\e162";
  878.   }
  879.   .glyphicon-log-out:before {
  880.     content: "\e163";
  881.   }
  882.   .glyphicon-new-window:before {
  883.     content: "\e164";
  884.   }
  885.   .glyphicon-record:before {
  886.     content: "\e165";
  887.   }
  888.   .glyphicon-save:before {
  889.     content: "\e166";
  890.   }
  891.   .glyphicon-open:before {
  892.     content: "\e167";
  893.   }
  894.   .glyphicon-saved:before {
  895.     content: "\e168";
  896.   }
  897.   .glyphicon-import:before {
  898.     content: "\e169";
  899.   }
  900.   .glyphicon-export:before {
  901.     content: "\e170";
  902.   }
  903.   .glyphicon-send:before {
  904.     content: "\e171";
  905.   }
  906.   .glyphicon-floppy-disk:before {
  907.     content: "\e172";
  908.   }
  909.   .glyphicon-floppy-saved:before {
  910.     content: "\e173";
  911.   }
  912.   .glyphicon-floppy-remove:before {
  913.     content: "\e174";
  914.   }
  915.   .glyphicon-floppy-save:before {
  916.     content: "\e175";
  917.   }
  918.   .glyphicon-floppy-open:before {
  919.     content: "\e176";
  920.   }
  921.   .glyphicon-credit-card:before {
  922.     content: "\e177";
  923.   }
  924.   .glyphicon-transfer:before {
  925.     content: "\e178";
  926.   }
  927.   .glyphicon-cutlery:before {
  928.     content: "\e179";
  929.   }
  930.   .glyphicon-header:before {
  931.     content: "\e180";
  932.   }
  933.   .glyphicon-compressed:before {
  934.     content: "\e181";
  935.   }
  936.   .glyphicon-earphone:before {
  937.     content: "\e182";
  938.   }
  939.   .glyphicon-phone-alt:before {
  940.     content: "\e183";
  941.   }
  942.   .glyphicon-tower:before {
  943.     content: "\e184";
  944.   }
  945.   .glyphicon-stats:before {
  946.     content: "\e185";
  947.   }
  948.   .glyphicon-sd-video:before {
  949.     content: "\e186";
  950.   }
  951.   .glyphicon-hd-video:before {
  952.     content: "\e187";
  953.   }
  954.   .glyphicon-subtitles:before {
  955.     content: "\e188";
  956.   }
  957.   .glyphicon-sound-stereo:before {
  958.     content: "\e189";
  959.   }
  960.   .glyphicon-sound-dolby:before {
  961.     content: "\e190";
  962.   }
  963.   .glyphicon-sound-5-1:before {
  964.     content: "\e191";
  965.   }
  966.   .glyphicon-sound-6-1:before {
  967.     content: "\e192";
  968.   }
  969.   .glyphicon-sound-7-1:before {
  970.     content: "\e193";
  971.   }
  972.   .glyphicon-copyright-mark:before {
  973.     content: "\e194";
  974.   }
  975.   .glyphicon-registration-mark:before {
  976.     content: "\e195";
  977.   }
  978.   .glyphicon-cloud-download:before {
  979.     content: "\e197";
  980.   }
  981.   .glyphicon-cloud-upload:before {
  982.     content: "\e198";
  983.   }
  984.   .glyphicon-tree-conifer:before {
  985.     content: "\e199";
  986.   }
  987.   .glyphicon-tree-deciduous:before {
  988.     content: "\e200";
  989.   }
  990.   .glyphicon-cd:before {
  991.     content: "\e201";
  992.   }
  993.   .glyphicon-save-file:before {
  994.     content: "\e202";
  995.   }
  996.   .glyphicon-open-file:before {
  997.     content: "\e203";
  998.   }
  999.   .glyphicon-level-up:before {
  1000.     content: "\e204";
  1001.   }
  1002.   .glyphicon-copy:before {
  1003.     content: "\e205";
  1004.   }
  1005.   .glyphicon-paste:before {
  1006.     content: "\e206";
  1007.   }
  1008.   .glyphicon-alert:before {
  1009.     content: "\e209";
  1010.   }
  1011.   .glyphicon-equalizer:before {
  1012.     content: "\e210";
  1013.   }
  1014.   .glyphicon-king:before {
  1015.     content: "\e211";
  1016.   }
  1017.   .glyphicon-queen:before {
  1018.     content: "\e212";
  1019.   }
  1020.   .glyphicon-pawn:before {
  1021.     content: "\e213";
  1022.   }
  1023.   .glyphicon-bishop:before {
  1024.     content: "\e214";
  1025.   }
  1026.   .glyphicon-knight:before {
  1027.     content: "\e215";
  1028.   }
  1029.   .glyphicon-baby-formula:before {
  1030.     content: "\e216";
  1031.   }
  1032.   .glyphicon-tent:before {
  1033.     content: "\26fa";
  1034.   }
  1035.   .glyphicon-blackboard:before {
  1036.     content: "\e218";
  1037.   }
  1038.   .glyphicon-bed:before {
  1039.     content: "\e219";
  1040.   }
  1041.   .glyphicon-apple:before {
  1042.     content: "\f8ff";
  1043.   }
  1044.   .glyphicon-erase:before {
  1045.     content: "\e221";
  1046.   }
  1047.   .glyphicon-hourglass:before {
  1048.     content: "\231b";
  1049.   }
  1050.   .glyphicon-lamp:before {
  1051.     content: "\e223";
  1052.   }
  1053.   .glyphicon-duplicate:before {
  1054.     content: "\e224";
  1055.   }
  1056.   .glyphicon-piggy-bank:before {
  1057.     content: "\e225";
  1058.   }
  1059.   .glyphicon-scissors:before {
  1060.     content: "\e226";
  1061.   }
  1062.   .glyphicon-bitcoin:before {
  1063.     content: "\e227";
  1064.   }
  1065.   .glyphicon-btc:before {
  1066.     content: "\e227";
  1067.   }
  1068.   .glyphicon-xbt:before {
  1069.     content: "\e227";
  1070.   }
  1071.   .glyphicon-yen:before {
  1072.     content: "\00a5";
  1073.   }
  1074.   .glyphicon-jpy:before {
  1075.     content: "\00a5";
  1076.   }
  1077.   .glyphicon-ruble:before {
  1078.     content: "\20bd";
  1079.   }
  1080.   .glyphicon-rub:before {
  1081.     content: "\20bd";
  1082.   }
  1083.   .glyphicon-scale:before {
  1084.     content: "\e230";
  1085.   }
  1086.   .glyphicon-ice-lolly:before {
  1087.     content: "\e231";
  1088.   }
  1089.   .glyphicon-ice-lolly-tasted:before {
  1090.     content: "\e232";
  1091.   }
  1092.   .glyphicon-education:before {
  1093.     content: "\e233";
  1094.   }
  1095.   .glyphicon-option-horizontal:before {
  1096.     content: "\e234";
  1097.   }
  1098.   .glyphicon-option-vertical:before {
  1099.     content: "\e235";
  1100.   }
  1101.   .glyphicon-menu-hamburger:before {
  1102.     content: "\e236";
  1103.   }
  1104.   .glyphicon-modal-window:before {
  1105.     content: "\e237";
  1106.   }
  1107.   .glyphicon-oil:before {
  1108.     content: "\e238";
  1109.   }
  1110.   .glyphicon-grain:before {
  1111.     content: "\e239";
  1112.   }
  1113.   .glyphicon-sunglasses:before {
  1114.     content: "\e240";
  1115.   }
  1116.   .glyphicon-text-size:before {
  1117.     content: "\e241";
  1118.   }
  1119.   .glyphicon-text-color:before {
  1120.     content: "\e242";
  1121.   }
  1122.   .glyphicon-text-background:before {
  1123.     content: "\e243";
  1124.   }
  1125.   .glyphicon-object-align-top:before {
  1126.     content: "\e244";
  1127.   }
  1128.   .glyphicon-object-align-bottom:before {
  1129.     content: "\e245";
  1130.   }
  1131.   .glyphicon-object-align-horizontal:before {
  1132.     content: "\e246";
  1133.   }
  1134.   .glyphicon-object-align-left:before {
  1135.     content: "\e247";
  1136.   }
  1137.   .glyphicon-object-align-vertical:before {
  1138.     content: "\e248";
  1139.   }
  1140.   .glyphicon-object-align-right:before {
  1141.     content: "\e249";
  1142.   }
  1143.   .glyphicon-triangle-right:before {
  1144.     content: "\e250";
  1145.   }
  1146.   .glyphicon-triangle-left:before {
  1147.     content: "\e251";
  1148.   }
  1149.   .glyphicon-triangle-bottom:before {
  1150.     content: "\e252";
  1151.   }
  1152.   .glyphicon-triangle-top:before {
  1153.     content: "\e253";
  1154.   }
  1155.   .glyphicon-console:before {
  1156.     content: "\e254";
  1157.   }
  1158.   .glyphicon-superscript:before {
  1159.     content: "\e255";
  1160.   }
  1161.   .glyphicon-subscript:before {
  1162.     content: "\e256";
  1163.   }
  1164.   .glyphicon-menu-left:before {
  1165.     content: "\e257";
  1166.   }
  1167.   .glyphicon-menu-right:before {
  1168.     content: "\e258";
  1169.   }
  1170.   .glyphicon-menu-down:before {
  1171.     content: "\e259";
  1172.   }
  1173.   .glyphicon-menu-up:before {
  1174.     content: "\e260";
  1175.   }
  1176.   * {
  1177.     box-sizing: border-box;
  1178.   }
  1179.   *:before,
  1180.   *:after {
  1181.     box-sizing: border-box;
  1182.   }
  1183.   html {
  1184.     font-size: 10px;
  1185.     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1186.   }
  1187.   body {
  1188.     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  1189.     font-size: 14px;
  1190.     line-height: 1.42857143;
  1191.     color: #c8c8c8;
  1192.     background-color: #272b30;
  1193.   }
  1194.   input,
  1195.   button,
  1196.   select,
  1197.   textarea {
  1198.     font-family: inherit;
  1199.     font-size: inherit;
  1200.     line-height: inherit;
  1201.   }
  1202.   a {
  1203.     color: #bfc0c0;
  1204.     text-decoration: none;
  1205.   }
  1206.   a:hover,
  1207.   a:focus {
  1208.     color: #ffffff;
  1209.     text-decoration: underline;
  1210.   }
  1211.   a:focus {
  1212.     outline: 5px auto -webkit-focus-ring-color;
  1213.     outline-offset: -2px;
  1214.   }
  1215.   figure {
  1216.     margin: 0;
  1217.   }
  1218.   img {
  1219.     vertical-align: middle;
  1220.   }
  1221.   .img-responsive,
  1222.   .thumbnail > img,
  1223.   .thumbnail a > img,
  1224.   .carousel-inner > .item > img,
  1225.   .carousel-inner > .item > a > img {
  1226.     display: block;
  1227.     max-width: 100%;
  1228.     height: auto;
  1229.   }
  1230.   .img-rounded {
  1231.     border-radius: 6px;
  1232.   }
  1233.   .img-thumbnail {
  1234.     padding: 4px;
  1235.     line-height: 1.42857143;
  1236.     background-color: #1c1e22;
  1237.     border: 1px solid #0c0d0e;
  1238.     border-radius: 4px;
  1239.     transition: all 0.2s ease-in-out;
  1240.     display: inline-block;
  1241.     max-width: 100%;
  1242.     height: auto;
  1243.   }
  1244.   .img-circle {
  1245.     border-radius: 50%;
  1246.   }
  1247.   hr {
  1248.     margin-top: 20px;
  1249.     margin-bottom: 20px;
  1250.     border: 0;
  1251.     border-top: 1px solid #1c1e22;
  1252.   }
  1253.   .sr-only {
  1254.     position: absolute;
  1255.     width: 1px;
  1256.     height: 1px;
  1257.     padding: 0;
  1258.     margin: -1px;
  1259.     overflow: hidden;
  1260.     clip: rect(0, 0, 0, 0);
  1261.     border: 0;
  1262.   }
  1263.   .sr-only-focusable:active,
  1264.   .sr-only-focusable:focus {
  1265.     position: static;
  1266.     width: auto;
  1267.     height: auto;
  1268.     margin: 0;
  1269.     overflow: visible;
  1270.     clip: auto;
  1271.   }
  1272.   [role="button"] {
  1273.     cursor: pointer;
  1274.   }
  1275.   h1,
  1276.   h2,
  1277.   h3,
  1278.   h4,
  1279.   h5,
  1280.   h6,
  1281.   .h1,
  1282.   .h2,
  1283.   .h3,
  1284.   .h4,
  1285.   .h5,
  1286.   .h6 {
  1287.     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  1288.     font-weight: 500;
  1289.     line-height: 1.1;
  1290.     color: inherit;
  1291.   }
  1292.   h1 small,
  1293.   h2 small,
  1294.   h3 small,
  1295.   h4 small,
  1296.   h5 small,
  1297.   h6 small,
  1298.   .h1 small,
  1299.   .h2 small,
  1300.   .h3 small,
  1301.   .h4 small,
  1302.   .h5 small,
  1303.   .h6 small,
  1304.   h1 .small,
  1305.   h2 .small,
  1306.   h3 .small,
  1307.   h4 .small,
  1308.   h5 .small,
  1309.   h6 .small,
  1310.   .h1 .small,
  1311.   .h2 .small,
  1312.   .h3 .small,
  1313.   .h4 .small,
  1314.   .h5 .small,
  1315.   .h6 .small {
  1316.     font-weight: 400;
  1317.     line-height: 1;
  1318.     color: #7a8288;
  1319.   }
  1320.   h1,
  1321.   .h1,
  1322.   h2,
  1323.   .h2,
  1324.   h3,
  1325.   .h3 {
  1326.     margin-top: 20px;
  1327.     margin-bottom: 10px;
  1328.   }
  1329.   h1 small,
  1330.   .h1 small,
  1331.   h2 small,
  1332.   .h2 small,
  1333.   h3 small,
  1334.   .h3 small,
  1335.   h1 .small,
  1336.   .h1 .small,
  1337.   h2 .small,
  1338.   .h2 .small,
  1339.   h3 .small,
  1340.   .h3 .small {
  1341.     font-size: 65%;
  1342.   }
  1343.   h4,
  1344.   .h4,
  1345.   h5,
  1346.   .h5,
  1347.   h6,
  1348.   .h6 {
  1349.     margin-top: 10px;
  1350.     margin-bottom: 10px;
  1351.   }
  1352.   h4 small,
  1353.   .h4 small,
  1354.   h5 small,
  1355.   .h5 small,
  1356.   h6 small,
  1357.   .h6 small,
  1358.   h4 .small,
  1359.   .h4 .small,
  1360.   h5 .small,
  1361.   .h5 .small,
  1362.   h6 .small,
  1363.   .h6 .small {
  1364.     font-size: 75%;
  1365.   }
  1366.   h1,
  1367.   .h1 {
  1368.     font-size: 36px;
  1369.   }
  1370.   h2,
  1371.   .h2 {
  1372.     font-size: 30px;
  1373.   }
  1374.   h3,
  1375.   .h3 {
  1376.     font-size: 24px;
  1377.   }
  1378.   h4,
  1379.   .h4 {
  1380.     font-size: 18px;
  1381.   }
  1382.   h5,
  1383.   .h5 {
  1384.     font-size: 14px;
  1385.   }
  1386.   h6,
  1387.   .h6 {
  1388.     font-size: 12px;
  1389.   }
  1390.   p {
  1391.     margin: 0 0 10px;
  1392.   }
  1393.   .lead {
  1394.     margin-bottom: 20px;
  1395.     font-size: 16px;
  1396.     font-weight: 300;
  1397.     line-height: 1.4;
  1398.   }
  1399.   @media (min-width: 768px) {
  1400.     .lead {
  1401.       font-size: 21px;
  1402.     }
  1403.   }
  1404.   small,
  1405.   .small {
  1406.     font-size: 85%;
  1407.   }
  1408.   mark,
  1409.   .mark {
  1410.     padding: .2em;
  1411.     background-color: #f89406;
  1412.   }
  1413.   .text-left {
  1414.     text-align: left;
  1415.     color: #acb6bf;
  1416.   }
  1417.   .text-right {
  1418.     text-align: right;
  1419.   }
  1420.   .text-center {
  1421.     text-align: center;
  1422.   }
  1423.   .text-justify {
  1424.     text-align: justify;
  1425.   }
  1426.   .text-nowrap {
  1427.     white-space: nowrap;
  1428.   }
  1429.   .text-lowercase {
  1430.     text-transform: lowercase;
  1431.   }
  1432.   .text-uppercase {
  1433.     text-transform: uppercase;
  1434.   }
  1435.   .text-capitalize {
  1436.     text-transform: capitalize;
  1437.   }
  1438.   .text-muted {
  1439.     color: #7a8288;
  1440.   }
  1441.   .text-primary {
  1442.     color: #7a8288;
  1443.   }
  1444.   a.text-primary:hover,
  1445.   a.text-primary:focus {
  1446.     color: #62686d;
  1447.   }
  1448.   .text-success {
  1449.     color: #ffffff;
  1450.   }
  1451.   a.text-success:hover,
  1452.   a.text-success:focus {
  1453.     color: #e6e6e6;
  1454.   }
  1455.   .text-info {
  1456.     color: #ffffff;
  1457.   }
  1458.   a.text-info:hover,
  1459.   a.text-info:focus {
  1460.     color: #e6e6e6;
  1461.   }
  1462.   .text-warning {
  1463.     color: #ffffff;
  1464.   }
  1465.   a.text-warning:hover,
  1466.   a.text-warning:focus {
  1467.     color: #e6e6e6;
  1468.   }
  1469.   .text-danger {
  1470.     color: #ffffff;
  1471.   }
  1472.   a.text-danger:hover,
  1473.   a.text-danger:focus {
  1474.     color: #e6e6e6;
  1475.   }
  1476.   .bg-primary {
  1477.     color: #fff;
  1478.     background-color: #7a8288;
  1479.   }
  1480.   a.bg-primary:hover,
  1481.   a.bg-primary:focus {
  1482.     background-color: #62686d;
  1483.   }
  1484.   .bg-success {
  1485.     background-color: #62c462;
  1486.   }
  1487.   a.bg-success:hover,
  1488.   a.bg-success:focus {
  1489.     background-color: #42b142;
  1490.   }
  1491.   .bg-info {
  1492.     background-color: #5bc0de;
  1493.   }
  1494.   a.bg-info:hover,
  1495.   a.bg-info:focus {
  1496.     background-color: #31b0d5;
  1497.   }
  1498.   .bg-warning {
  1499.     background-color: #f89406;
  1500.   }
  1501.   a.bg-warning:hover,
  1502.   a.bg-warning:focus {
  1503.     background-color: #c67605;
  1504.   }
  1505.   .bg-danger {
  1506.     background-color: #ee5f5b;
  1507.   }
  1508.   a.bg-danger:hover,
  1509.   a.bg-danger:focus {
  1510.     background-color: #e9322d;
  1511.   }
  1512.   .page-header {
  1513.     padding-bottom: 9px;
  1514.     margin: 40px 0 20px;
  1515.     border-bottom: 1px solid #1c1e22;
  1516.   }
  1517.   ul,
  1518.   ol {
  1519.     margin-top: 0;
  1520.     margin-bottom: 10px;
  1521.   }
  1522.   ul ul,
  1523.   ol ul,
  1524.   ul ol,
  1525.   ol ol {
  1526.     margin-bottom: 0;
  1527.   }
  1528.   .list-unstyled {
  1529.     padding-left: 0;
  1530.     list-style: none;
  1531.   }
  1532.   .list-inline {
  1533.     padding-left: 0;
  1534.     list-style: none;
  1535.     margin-left: -5px;
  1536.   }
  1537.   .list-inline > li {
  1538.     display: inline-block;
  1539.     padding-right: 5px;
  1540.     padding-left: 5px;
  1541.   }
  1542.   dl {
  1543.     margin-top: 0;
  1544.     margin-bottom: 20px;
  1545.   }
  1546.   dt,
  1547.   dd {
  1548.     line-height: 1.42857143;
  1549.   }
  1550.   dt {
  1551.     font-weight: 700;
  1552.   }
  1553.   dd {
  1554.     margin-left: 0;
  1555.   }
  1556.   @media (min-width: 768px) {
  1557.     .dl-horizontal dt {
  1558.       float: left;
  1559.       width: 160px;
  1560.       clear: left;
  1561.       text-align: right;
  1562.       overflow: hidden;
  1563.       text-overflow: ellipsis;
  1564.       white-space: nowrap;
  1565.     }
  1566.     .dl-horizontal dd {
  1567.       margin-left: 180px;
  1568.     }
  1569.   }
  1570.   abbr[title],
  1571.   abbr[data-original-title] {
  1572.     cursor: help;
  1573.   }
  1574.   .initialism {
  1575.     font-size: 90%;
  1576.     text-transform: uppercase;
  1577.   }
  1578.   blockquote {
  1579.     padding: 10px 20px;
  1580.     margin: 0 0 20px;
  1581.     font-size: 17.5px;
  1582.     border-left: 5px solid #7a8288;
  1583.   }
  1584.   blockquote p:last-child,
  1585.   blockquote ul:last-child,
  1586.   blockquote ol:last-child {
  1587.     margin-bottom: 0;
  1588.   }
  1589.   blockquote footer,
  1590.   blockquote small,
  1591.   blockquote .small {
  1592.     display: block;
  1593.     font-size: 80%;
  1594.     line-height: 1.42857143;
  1595.     color: #7a8288;
  1596.   }
  1597.   blockquote footer:before,
  1598.   blockquote small:before,
  1599.   blockquote .small:before {
  1600.     content: "\2014 \00A0";
  1601.   }
  1602.   .blockquote-reverse,
  1603.   blockquote.pull-right {
  1604.     padding-right: 15px;
  1605.     padding-left: 0;
  1606.     text-align: right;
  1607.     border-right: 5px solid #7a8288;
  1608.     border-left: 0;
  1609.   }
  1610.   .blockquote-reverse footer:before,
  1611.   blockquote.pull-right footer:before,
  1612.   .blockquote-reverse small:before,
  1613.   blockquote.pull-right small:before,
  1614.   .blockquote-reverse .small:before,
  1615.   blockquote.pull-right .small:before {
  1616.     content: "";
  1617.   }
  1618.   .blockquote-reverse footer:after,
  1619.   blockquote.pull-right footer:after,
  1620.   .blockquote-reverse small:after,
  1621.   blockquote.pull-right small:after,
  1622.   .blockquote-reverse .small:after,
  1623.   blockquote.pull-right .small:after {
  1624.     content: "\00A0 \2014";
  1625.   }
  1626.   address {
  1627.     margin-bottom: 20px;
  1628.     font-style: normal;
  1629.     line-height: 1.42857143;
  1630.   }
  1631.   code,
  1632.   kbd,
  1633.   pre,
  1634.   samp {
  1635.     font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  1636.   }
  1637.   code {
  1638.     padding: 2px 4px;
  1639.     font-size: 90%;
  1640.     color: #c7254e;
  1641.     background-color: #f9f2f4;
  1642.     border-radius: 4px;
  1643.   }
  1644.   kbd {
  1645.     padding: 2px 4px;
  1646.     font-size: 90%;
  1647.     color: #ffffff;
  1648.     background-color: #333333;
  1649.     border-radius: 3px;
  1650.     box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  1651.   }
  1652.   kbd kbd {
  1653.     padding: 0;
  1654.     font-size: 100%;
  1655.     font-weight: 700;
  1656.     box-shadow: none;
  1657.   }
  1658.   pre {
  1659.     display: block;
  1660.     padding: 9.5px;
  1661.     margin: 0 0 10px;
  1662.     font-size: 13px;
  1663.     line-height: 1.42857143;
  1664.     color: #3a3f44;
  1665.     word-break: break-all;
  1666.     word-wrap: break-word;
  1667.     background-color: #f5f5f5;
  1668.     border: 1px solid #cccccc;
  1669.     border-radius: 4px;
  1670.   }
  1671.   pre code {
  1672.     padding: 0;
  1673.     font-size: inherit;
  1674.     color: inherit;
  1675.     white-space: pre-wrap;
  1676.     background-color: transparent;
  1677.     border-radius: 0;
  1678.   }
  1679.   .pre-scrollable {
  1680.     max-height: 340px;
  1681.     overflow-y: scroll;
  1682.   }
  1683.   .container {
  1684.     padding-right: 15px;
  1685.     padding-left: 15px;
  1686.     margin-right: auto;
  1687.     margin-left: auto;
  1688.   }
  1689.   @media (min-width: 768px) {
  1690.     .container {
  1691.       width: 750px;
  1692.     }
  1693.   }
  1694.   @media (min-width: 992px) {
  1695.     .container {
  1696.       width: 970px;
  1697.     }
  1698.   }
  1699.   @media (min-width: 1200px) {
  1700.     .container {
  1701.       width: 1170px;
  1702.     }
  1703.   }
  1704.   .container-fluid {
  1705.     padding-right: 15px;
  1706.     padding-left: 15px;
  1707.     margin-right: auto;
  1708.     margin-left: auto;
  1709.   }
  1710.   .row {
  1711.     margin-right: -15px;
  1712.     margin-left: -15px;
  1713.   }
  1714.   .row-no-gutters {
  1715.     margin-right: 0;
  1716.     margin-left: 0;
  1717.   }
  1718.   .row-no-gutters [class*="col-"] {
  1719.     padding-right: 0;
  1720.     padding-left: 0;
  1721.   }
  1722.   .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 {
  1723.     position: relative;
  1724.     min-height: 1px;
  1725.     padding-right: 15px;
  1726.     padding-left: 15px;
  1727.     font-weight: bold;
  1728.   }
  1729.   .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 {
  1730.     float: left;
  1731.   }
  1732.   .col-xs-12 {
  1733.     width: 100%;
  1734.   }
  1735.   .col-xs-11 {
  1736.     width: 91.66666667%;
  1737.   }
  1738.   .col-xs-10 {
  1739.     width: 83.33333333%;
  1740.   }
  1741.   .col-xs-9 {
  1742.     width: 75%;
  1743.   }
  1744.   .col-xs-8 {
  1745.     width: 66.66666667%;
  1746.   }
  1747.   .col-xs-7 {
  1748.     width: 58.33333333%;
  1749.   }
  1750.   .col-xs-6 {
  1751.     width: 50%;
  1752.   }
  1753.   .col-xs-5 {
  1754.     width: 41.66666667%;
  1755.   }
  1756.   .col-xs-4 {
  1757.     width: 33.33333333%;
  1758.   }
  1759.   .col-xs-3 {
  1760.     width: 25%;
  1761.   }
  1762.   .col-xs-2 {
  1763.     width: 16.66666667%;
  1764.   }
  1765.   .col-xs-1 {
  1766.     width: 8.33333333%;
  1767.   }
  1768.   .col-xs-pull-12 {
  1769.     right: 100%;
  1770.   }
  1771.   .col-xs-pull-11 {
  1772.     right: 91.66666667%;
  1773.   }
  1774.   .col-xs-pull-10 {
  1775.     right: 83.33333333%;
  1776.   }
  1777.   .col-xs-pull-9 {
  1778.     right: 75%;
  1779.   }
  1780.   .col-xs-pull-8 {
  1781.     right: 66.66666667%;
  1782.   }
  1783.   .col-xs-pull-7 {
  1784.     right: 58.33333333%;
  1785.   }
  1786.   .col-xs-pull-6 {
  1787.     right: 50%;
  1788.   }
  1789.   .col-xs-pull-5 {
  1790.     right: 41.66666667%;
  1791.   }
  1792.   .col-xs-pull-4 {
  1793.     right: 33.33333333%;
  1794.   }
  1795.   .col-xs-pull-3 {
  1796.     right: 25%;
  1797.   }
  1798.   .col-xs-pull-2 {
  1799.     right: 16.66666667%;
  1800.   }
  1801.   .col-xs-pull-1 {
  1802.     right: 8.33333333%;
  1803.   }
  1804.   .col-xs-pull-0 {
  1805.     right: auto;
  1806.   }
  1807.   .col-xs-push-12 {
  1808.     left: 100%;
  1809.   }
  1810.   .col-xs-push-11 {
  1811.     left: 91.66666667%;
  1812.   }
  1813.   .col-xs-push-10 {
  1814.     left: 83.33333333%;
  1815.   }
  1816.   .col-xs-push-9 {
  1817.     left: 75%;
  1818.   }
  1819.   .col-xs-push-8 {
  1820.     left: 66.66666667%;
  1821.   }
  1822.   .col-xs-push-7 {
  1823.     left: 58.33333333%;
  1824.   }
  1825.   .col-xs-push-6 {
  1826.     left: 50%;
  1827.   }
  1828.   .col-xs-push-5 {
  1829.     left: 41.66666667%;
  1830.   }
  1831.   .col-xs-push-4 {
  1832.     left: 33.33333333%;
  1833.   }
  1834.   .col-xs-push-3 {
  1835.     left: 25%;
  1836.   }
  1837.   .col-xs-push-2 {
  1838.     left: 16.66666667%;
  1839.   }
  1840.   .col-xs-push-1 {
  1841.     left: 8.33333333%;
  1842.   }
  1843.   .col-xs-push-0 {
  1844.     left: auto;
  1845.   }
  1846.   .col-xs-offset-12 {
  1847.     margin-left: 100%;
  1848.   }
  1849.   .col-xs-offset-11 {
  1850.     margin-left: 91.66666667%;
  1851.   }
  1852.   .col-xs-offset-10 {
  1853.     margin-left: 83.33333333%;
  1854.   }
  1855.   .col-xs-offset-9 {
  1856.     margin-left: 75%;
  1857.   }
  1858.   .col-xs-offset-8 {
  1859.     margin-left: 66.66666667%;
  1860.   }
  1861.   .col-xs-offset-7 {
  1862.     margin-left: 58.33333333%;
  1863.   }
  1864.   .col-xs-offset-6 {
  1865.     margin-left: 50%;
  1866.   }
  1867.   .col-xs-offset-5 {
  1868.     margin-left: 41.66666667%;
  1869.   }
  1870.   .col-xs-offset-4 {
  1871.     margin-left: 33.33333333%;
  1872.   }
  1873.   .col-xs-offset-3 {
  1874.     margin-left: 25%;
  1875.   }
  1876.   .col-xs-offset-2 {
  1877.     margin-left: 16.66666667%;
  1878.   }
  1879.   .col-xs-offset-1 {
  1880.     margin-left: 8.33333333%;
  1881.   }
  1882.   .col-xs-offset-0 {
  1883.     margin-left: 0%;
  1884.   }
  1885.   @media (min-width: 768px) {
  1886.     .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 {
  1887.       float: left;
  1888.     }
  1889.     .col-sm-12 {
  1890.       width: 100%;
  1891.     }
  1892.     .col-sm-11 {
  1893.       width: 91.66666667%;
  1894.     }
  1895.     .col-sm-10 {
  1896.       width: 83.33333333%;
  1897.     }
  1898.     .col-sm-9 {
  1899.       width: 75%;
  1900.     }
  1901.     .col-sm-8 {
  1902.       width: 66.66666667%;
  1903.     }
  1904.     .col-sm-7 {
  1905.       width: 58.33333333%;
  1906.     }
  1907.     .col-sm-6 {
  1908.       width: 50%;
  1909.     }
  1910.     .col-sm-5 {
  1911.       width: 41.66666667%;
  1912.     }
  1913.     .col-sm-4 {
  1914.       width: 33.33333333%;
  1915.     }
  1916.     .col-sm-3 {
  1917.       width: 25%;
  1918.     }
  1919.     .col-sm-2 {
  1920.       width: 16.66666667%;
  1921.     }
  1922.     .col-sm-1 {
  1923.       width: 8.33333333%;
  1924.     }
  1925.     .col-sm-pull-12 {
  1926.       right: 100%;
  1927.     }
  1928.     .col-sm-pull-11 {
  1929.       right: 91.66666667%;
  1930.     }
  1931.     .col-sm-pull-10 {
  1932.       right: 83.33333333%;
  1933.     }
  1934.     .col-sm-pull-9 {
  1935.       right: 75%;
  1936.     }
  1937.     .col-sm-pull-8 {
  1938.       right: 66.66666667%;
  1939.     }
  1940.     .col-sm-pull-7 {
  1941.       right: 58.33333333%;
  1942.     }
  1943.     .col-sm-pull-6 {
  1944.       right: 50%;
  1945.     }
  1946.     .col-sm-pull-5 {
  1947.       right: 41.66666667%;
  1948.     }
  1949.     .col-sm-pull-4 {
  1950.       right: 33.33333333%;
  1951.     }
  1952.     .col-sm-pull-3 {
  1953.       right: 25%;
  1954.     }
  1955.     .col-sm-pull-2 {
  1956.       right: 16.66666667%;
  1957.     }
  1958.     .col-sm-pull-1 {
  1959.       right: 8.33333333%;
  1960.     }
  1961.     .col-sm-pull-0 {
  1962.       right: auto;
  1963.     }
  1964.     .col-sm-push-12 {
  1965.       left: 100%;
  1966.     }
  1967.     .col-sm-push-11 {
  1968.       left: 91.66666667%;
  1969.     }
  1970.     .col-sm-push-10 {
  1971.       left: 83.33333333%;
  1972.     }
  1973.     .col-sm-push-9 {
  1974.       left: 75%;
  1975.     }
  1976.     .col-sm-push-8 {
  1977.       left: 66.66666667%;
  1978.     }
  1979.     .col-sm-push-7 {
  1980.       left: 58.33333333%;
  1981.     }
  1982.     .col-sm-push-6 {
  1983.       left: 50%;
  1984.     }
  1985.     .col-sm-push-5 {
  1986.       left: 41.66666667%;
  1987.     }
  1988.     .col-sm-push-4 {
  1989.       left: 33.33333333%;
  1990.     }
  1991.     .col-sm-push-3 {
  1992.       left: 25%;
  1993.     }
  1994.     .col-sm-push-2 {
  1995.       left: 16.66666667%;
  1996.     }
  1997.     .col-sm-push-1 {
  1998.       left: 8.33333333%;
  1999.     }
  2000.     .col-sm-push-0 {
  2001.       left: auto;
  2002.     }
  2003.     .col-sm-offset-12 {
  2004.       margin-left: 100%;
  2005.     }
  2006.     .col-sm-offset-11 {
  2007.       margin-left: 91.66666667%;
  2008.     }
  2009.     .col-sm-offset-10 {
  2010.       margin-left: 83.33333333%;
  2011.     }
  2012.     .col-sm-offset-9 {
  2013.       margin-left: 75%;
  2014.     }
  2015.     .col-sm-offset-8 {
  2016.       margin-left: 66.66666667%;
  2017.     }
  2018.     .col-sm-offset-7 {
  2019.       margin-left: 58.33333333%;
  2020.     }
  2021.     .col-sm-offset-6 {
  2022.       margin-left: 50%;
  2023.     }
  2024.     .col-sm-offset-5 {
  2025.       margin-left: 41.66666667%;
  2026.     }
  2027.     .col-sm-offset-4 {
  2028.       margin-left: 33.33333333%;
  2029.     }
  2030.     .col-sm-offset-3 {
  2031.       margin-left: 25%;
  2032.     }
  2033.     .col-sm-offset-2 {
  2034.       margin-left: 16.66666667%;
  2035.     }
  2036.     .col-sm-offset-1 {
  2037.       margin-left: 8.33333333%;
  2038.     }
  2039.     .col-sm-offset-0 {
  2040.       margin-left: 0%;
  2041.     }
  2042.   }
  2043.   @media (min-width: 992px) {
  2044.     .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 {
  2045.       float: left;
  2046.     }
  2047.     .col-md-12 {
  2048.       width: 100%;
  2049.     }
  2050.     .col-md-11 {
  2051.       width: 91.66666667%;
  2052.     }
  2053.     .col-md-10 {
  2054.       width: 83.33333333%;
  2055.     }
  2056.     .col-md-9 {
  2057.       width: 75%;
  2058.     }
  2059.     .col-md-8 {
  2060.       width: 66.66666667%;
  2061.     }
  2062.     .col-md-7 {
  2063.       width: 58.33333333%;
  2064.     }
  2065.     .col-md-6 {
  2066.       width: 50%;
  2067.     }
  2068.     .col-md-5 {
  2069.       width: 41.66666667%;
  2070.     }
  2071.     .col-md-4 {
  2072.       width: 33.33333333%;
  2073.     }
  2074.     .col-md-3 {
  2075.       width: 25%;
  2076.     }
  2077.     .col-md-2 {
  2078.       width: 16.66666667%;
  2079.     }
  2080.     .col-md-1 {
  2081.       width: 8.33333333%;
  2082.     }
  2083.     .col-md-pull-12 {
  2084.       right: 100%;
  2085.     }
  2086.     .col-md-pull-11 {
  2087.       right: 91.66666667%;
  2088.     }
  2089.     .col-md-pull-10 {
  2090.       right: 83.33333333%;
  2091.     }
  2092.     .col-md-pull-9 {
  2093.       right: 75%;
  2094.     }
  2095.     .col-md-pull-8 {
  2096.       right: 66.66666667%;
  2097.     }
  2098.     .col-md-pull-7 {
  2099.       right: 58.33333333%;
  2100.     }
  2101.     .col-md-pull-6 {
  2102.       right: 50%;
  2103.     }
  2104.     .col-md-pull-5 {
  2105.       right: 41.66666667%;
  2106.     }
  2107.     .col-md-pull-4 {
  2108.       right: 33.33333333%;
  2109.     }
  2110.     .col-md-pull-3 {
  2111.       right: 25%;
  2112.     }
  2113.     .col-md-pull-2 {
  2114.       right: 16.66666667%;
  2115.     }
  2116.     .col-md-pull-1 {
  2117.       right: 8.33333333%;
  2118.     }
  2119.     .col-md-pull-0 {
  2120.       right: auto;
  2121.     }
  2122.     .col-md-push-12 {
  2123.       left: 100%;
  2124.     }
  2125.     .col-md-push-11 {
  2126.       left: 91.66666667%;
  2127.     }
  2128.     .col-md-push-10 {
  2129.       left: 83.33333333%;
  2130.     }
  2131.     .col-md-push-9 {
  2132.       left: 75%;
  2133.     }
  2134.     .col-md-push-8 {
  2135.       left: 66.66666667%;
  2136.     }
  2137.     .col-md-push-7 {
  2138.       left: 58.33333333%;
  2139.     }
  2140.     .col-md-push-6 {
  2141.       left: 50%;
  2142.     }
  2143.     .col-md-push-5 {
  2144.       left: 41.66666667%;
  2145.     }
  2146.     .col-md-push-4 {
  2147.       left: 33.33333333%;
  2148.     }
  2149.     .col-md-push-3 {
  2150.       left: 25%;
  2151.     }
  2152.     .col-md-push-2 {
  2153.       left: 16.66666667%;
  2154.     }
  2155.     .col-md-push-1 {
  2156.       left: 8.33333333%;
  2157.     }
  2158.     .col-md-push-0 {
  2159.       left: auto;
  2160.     }
  2161.     .col-md-offset-12 {
  2162.       margin-left: 100%;
  2163.     }
  2164.     .col-md-offset-11 {
  2165.       margin-left: 91.66666667%;
  2166.     }
  2167.     .col-md-offset-10 {
  2168.       margin-left: 83.33333333%;
  2169.     }
  2170.     .col-md-offset-9 {
  2171.       margin-left: 75%;
  2172.     }
  2173.     .col-md-offset-8 {
  2174.       margin-left: 66.66666667%;
  2175.     }
  2176.     .col-md-offset-7 {
  2177.       margin-left: 58.33333333%;
  2178.     }
  2179.     .col-md-offset-6 {
  2180.       margin-left: 50%;
  2181.     }
  2182.     .col-md-offset-5 {
  2183.       margin-left: 41.66666667%;
  2184.     }
  2185.     .col-md-offset-4 {
  2186.       margin-left: 33.33333333%;
  2187.     }
  2188.     .col-md-offset-3 {
  2189.       margin-left: 25%;
  2190.     }
  2191.     .col-md-offset-2 {
  2192.       margin-left: 16.66666667%;
  2193.     }
  2194.     .col-md-offset-1 {
  2195.       margin-left: 8.33333333%;
  2196.     }
  2197.     .col-md-offset-0 {
  2198.       margin-left: 0%;
  2199.     }
  2200.   }
  2201.   @media (min-width: 1200px) {
  2202.     .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 {
  2203.       float: left;
  2204.     }
  2205.     .col-lg-12 {
  2206.       width: 100%;
  2207.     }
  2208.     .col-lg-11 {
  2209.       width: 91.66666667%;
  2210.     }
  2211.     .col-lg-10 {
  2212.       width: 83.33333333%;
  2213.     }
  2214.     .col-lg-9 {
  2215.       width: 75%;
  2216.     }
  2217.     .col-lg-8 {
  2218.       width: 66.66666667%;
  2219.     }
  2220.     .col-lg-7 {
  2221.       width: 58.33333333%;
  2222.     }
  2223.     .col-lg-6 {
  2224.       width: 50%;
  2225.     }
  2226.     .col-lg-5 {
  2227.       width: 41.66666667%;
  2228.     }
  2229.     .col-lg-4 {
  2230.       width: 33.33333333%;
  2231.     }
  2232.     .col-lg-3 {
  2233.       width: 25%;
  2234.     }
  2235.     .col-lg-2 {
  2236.       width: 16.66666667%;
  2237.     }
  2238.     .col-lg-1 {
  2239.       width: 8.33333333%;
  2240.     }
  2241.     .col-lg-pull-12 {
  2242.       right: 100%;
  2243.     }
  2244.     .col-lg-pull-11 {
  2245.       right: 91.66666667%;
  2246.     }
  2247.     .col-lg-pull-10 {
  2248.       right: 83.33333333%;
  2249.     }
  2250.     .col-lg-pull-9 {
  2251.       right: 75%;
  2252.     }
  2253.     .col-lg-pull-8 {
  2254.       right: 66.66666667%;
  2255.     }
  2256.     .col-lg-pull-7 {
  2257.       right: 58.33333333%;
  2258.     }
  2259.     .col-lg-pull-6 {
  2260.       right: 50%;
  2261.     }
  2262.     .col-lg-pull-5 {
  2263.       right: 41.66666667%;
  2264.     }
  2265.     .col-lg-pull-4 {
  2266.       right: 33.33333333%;
  2267.     }
  2268.     .col-lg-pull-3 {
  2269.       right: 25%;
  2270.     }
  2271.     .col-lg-pull-2 {
  2272.       right: 16.66666667%;
  2273.     }
  2274.     .col-lg-pull-1 {
  2275.       right: 8.33333333%;
  2276.     }
  2277.     .col-lg-pull-0 {
  2278.       right: auto;
  2279.     }
  2280.     .col-lg-push-12 {
  2281.       left: 100%;
  2282.     }
  2283.     .col-lg-push-11 {
  2284.       left: 91.66666667%;
  2285.     }
  2286.     .col-lg-push-10 {
  2287.       left: 83.33333333%;
  2288.     }
  2289.     .col-lg-push-9 {
  2290.       left: 75%;
  2291.     }
  2292.     .col-lg-push-8 {
  2293.       left: 66.66666667%;
  2294.     }
  2295.     .col-lg-push-7 {
  2296.       left: 58.33333333%;
  2297.     }
  2298.     .col-lg-push-6 {
  2299.       left: 50%;
  2300.     }
  2301.     .col-lg-push-5 {
  2302.       left: 41.66666667%;
  2303.     }
  2304.     .col-lg-push-4 {
  2305.       left: 33.33333333%;
  2306.     }
  2307.     .col-lg-push-3 {
  2308.       left: 25%;
  2309.     }
  2310.     .col-lg-push-2 {
  2311.       left: 16.66666667%;
  2312.     }
  2313.     .col-lg-push-1 {
  2314.       left: 8.33333333%;
  2315.     }
  2316.     .col-lg-push-0 {
  2317.       left: auto;
  2318.     }
  2319.     .col-lg-offset-12 {
  2320.       margin-left: 100%;
  2321.     }
  2322.     .col-lg-offset-11 {
  2323.       margin-left: 91.66666667%;
  2324.     }
  2325.     .col-lg-offset-10 {
  2326.       margin-left: 83.33333333%;
  2327.     }
  2328.     .col-lg-offset-9 {
  2329.       margin-left: 75%;
  2330.     }
  2331.     .col-lg-offset-8 {
  2332.       margin-left: 66.66666667%;
  2333.     }
  2334.     .col-lg-offset-7 {
  2335.       margin-left: 58.33333333%;
  2336.     }
  2337.     .col-lg-offset-6 {
  2338.       margin-left: 50%;
  2339.     }
  2340.     .col-lg-offset-5 {
  2341.       margin-left: 41.66666667%;
  2342.     }
  2343.     .col-lg-offset-4 {
  2344.       margin-left: 33.33333333%;
  2345.     }
  2346.     .col-lg-offset-3 {
  2347.       margin-left: 25%;
  2348.     }
  2349.     .col-lg-offset-2 {
  2350.       margin-left: 16.66666667%;
  2351.     }
  2352.     .col-lg-offset-1 {
  2353.       margin-left: 8.33333333%;
  2354.     }
  2355.     .col-lg-offset-0 {
  2356.       margin-left: 0%;
  2357.     }
  2358.   }
  2359.   table {
  2360.     background-color: #2e3338;
  2361.   }
  2362.   table col[class*="col-"] {
  2363.     position: static;
  2364.     display: table-column;
  2365.     float: none;
  2366.   }
  2367.   table td[class*="col-"],
  2368.   table th[class*="col-"] {
  2369.     position: static;
  2370.     display: table-cell;
  2371.     float: none;
  2372.   }
  2373.   caption {
  2374.     padding-top: 8px;
  2375.     padding-bottom: 8px;
  2376.     color: #7a8288;
  2377.     text-align: left;
  2378.   }
  2379.   th {
  2380.     text-align: left;
  2381.   }
  2382.   .table {
  2383.     width: 100%;
  2384.     max-width: 100%;
  2385.     margin-bottom: 20px;
  2386.   }
  2387.   .table > thead > tr > th,
  2388.   .table > tbody > tr > th,
  2389.   .table > tfoot > tr > th,
  2390.   .table > thead > tr > td,
  2391.   .table > tbody > tr > td,
  2392.   .table > tfoot > tr > td {
  2393.     padding: 8px;
  2394.     line-height: 1.42857143;
  2395.     vertical-align: top;
  2396.     border-top: 1px solid #1c1e22;
  2397.   }
  2398.   .table > thead > tr > th {
  2399.     vertical-align: bottom;
  2400.     border-bottom: 2px solid #1c1e22;
  2401.   }
  2402.   .table > caption + thead > tr:first-child > th,
  2403.   .table > colgroup + thead > tr:first-child > th,
  2404.   .table > thead:first-child > tr:first-child > th,
  2405.   .table > caption + thead > tr:first-child > td,
  2406.   .table > colgroup + thead > tr:first-child > td,
  2407.   .table > thead:first-child > tr:first-child > td {
  2408.     border-top: 0;
  2409.   }
  2410.   .table > tbody + tbody {
  2411.     border-top: 2px solid #1c1e22;
  2412.   }
  2413.   .table .table {
  2414.     background-color: #272b30;
  2415.   }
  2416.   .table-condensed > thead > tr > th,
  2417.   .table-condensed > tbody > tr > th,
  2418.   .table-condensed > tfoot > tr > th,
  2419.   .table-condensed > thead > tr > td,
  2420.   .table-condensed > tbody > tr > td,
  2421.   .table-condensed > tfoot > tr > td {
  2422.     padding: 5px;
  2423.   }
  2424.   .table-bordered {
  2425.     border: 1px solid #1c1e22;
  2426.   }
  2427.   .table-bordered > thead > tr > th,
  2428.   .table-bordered > tbody > tr > th,
  2429.   .table-bordered > tfoot > tr > th,
  2430.   .table-bordered > thead > tr > td,
  2431.   .table-bordered > tbody > tr > td,
  2432.   .table-bordered > tfoot > tr > td {
  2433.     border: 1px solid #1c1e22;
  2434.   }
  2435.   .table-bordered > thead > tr > th,
  2436.   .table-bordered > thead > tr > td {
  2437.     border-bottom-width: 2px;
  2438.   }
  2439.   .table-striped > tbody > tr:nth-of-type(odd) {
  2440.     background-color: #353a41;
  2441.   }
  2442.   .table-hover > tbody > tr:hover {
  2443.     background-color: #49515a;
  2444.   }
  2445.   .table > thead > tr > td.active,
  2446.   .table > tbody > tr > td.active,
  2447.   .table > tfoot > tr > td.active,
  2448.   .table > thead > tr > th.active,
  2449.   .table > tbody > tr > th.active,
  2450.   .table > tfoot > tr > th.active,
  2451.   .table > thead > tr.active > td,
  2452.   .table > tbody > tr.active > td,
  2453.   .table > tfoot > tr.active > td,
  2454.   .table > thead > tr.active > th,
  2455.   .table > tbody > tr.active > th,
  2456.   .table > tfoot > tr.active > th {
  2457.     background-color: #49515a;
  2458.   }
  2459.   .table-hover > tbody > tr > td.active:hover,
  2460.   .table-hover > tbody > tr > th.active:hover,
  2461.   .table-hover > tbody > tr.active:hover > td,
  2462.   .table-hover > tbody > tr:hover > .active,
  2463.   .table-hover > tbody > tr.active:hover > th {
  2464.     background-color: #3e444c;
  2465.   }
  2466.   .table > thead > tr > td.success,
  2467.   .table > tbody > tr > td.success,
  2468.   .table > tfoot > tr > td.success,
  2469.   .table > thead > tr > th.success,
  2470.   .table > tbody > tr > th.success,
  2471.   .table > tfoot > tr > th.success,
  2472.   .table > thead > tr.success > td,
  2473.   .table > tbody > tr.success > td,
  2474.   .table > tfoot > tr.success > td,
  2475.   .table > thead > tr.success > th,
  2476.   .table > tbody > tr.success > th,
  2477.   .table > tfoot > tr.success > th {
  2478.     background-color: #62c462;
  2479.   }
  2480.   .table-hover > tbody > tr > td.success:hover,
  2481.   .table-hover > tbody > tr > th.success:hover,
  2482.   .table-hover > tbody > tr.success:hover > td,
  2483.   .table-hover > tbody > tr:hover > .success,
  2484.   .table-hover > tbody > tr.success:hover > th {
  2485.     background-color: #4fbd4f;
  2486.   }
  2487.   .table > thead > tr > td.info,
  2488.   .table > tbody > tr > td.info,
  2489.   .table > tfoot > tr > td.info,
  2490.   .table > thead > tr > th.info,
  2491.   .table > tbody > tr > th.info,
  2492.   .table > tfoot > tr > th.info,
  2493.   .table > thead > tr.info > td,
  2494.   .table > tbody > tr.info > td,
  2495.   .table > tfoot > tr.info > td,
  2496.   .table > thead > tr.info > th,
  2497.   .table > tbody > tr.info > th,
  2498.   .table > tfoot > tr.info > th {
  2499.     background-color: #5bc0de;
  2500.   }
  2501.   .table-hover > tbody > tr > td.info:hover,
  2502.   .table-hover > tbody > tr > th.info:hover,
  2503.   .table-hover > tbody > tr.info:hover > td,
  2504.   .table-hover > tbody > tr:hover > .info,
  2505.   .table-hover > tbody > tr.info:hover > th {
  2506.     background-color: #46b8da;
  2507.   }
  2508.   .table > thead > tr > td.warning,
  2509.   .table > tbody > tr > td.warning,
  2510.   .table > tfoot > tr > td.warning,
  2511.   .table > thead > tr > th.warning,
  2512.   .table > tbody > tr > th.warning,
  2513.   .table > tfoot > tr > th.warning,
  2514.   .table > thead > tr.warning > td,
  2515.   .table > tbody > tr.warning > td,
  2516.   .table > tfoot > tr.warning > td,
  2517.   .table > thead > tr.warning > th,
  2518.   .table > tbody > tr.warning > th,
  2519.   .table > tfoot > tr.warning > th {
  2520.     background-color: #f89406;
  2521.   }
  2522.   .table-hover > tbody > tr > td.warning:hover,
  2523.   .table-hover > tbody > tr > th.warning:hover,
  2524.   .table-hover > tbody > tr.warning:hover > td,
  2525.   .table-hover > tbody > tr:hover > .warning,
  2526.   .table-hover > tbody > tr.warning:hover > th {
  2527.     background-color: #df8505;
  2528.   }
  2529.   .table > thead > tr > td.danger,
  2530.   .table > tbody > tr > td.danger,
  2531.   .table > tfoot > tr > td.danger,
  2532.   .table > thead > tr > th.danger,
  2533.   .table > tbody > tr > th.danger,
  2534.   .table > tfoot > tr > th.danger,
  2535.   .table > thead > tr.danger > td,
  2536.   .table > tbody > tr.danger > td,
  2537.   .table > tfoot > tr.danger > td,
  2538.   .table > thead > tr.danger > th,
  2539.   .table > tbody > tr.danger > th,
  2540.   .table > tfoot > tr.danger > th {
  2541.     background-color: #ee5f5b;
  2542.   }
  2543.   .table-hover > tbody > tr > td.danger:hover,
  2544.   .table-hover > tbody > tr > th.danger:hover,
  2545.   .table-hover > tbody > tr.danger:hover > td,
  2546.   .table-hover > tbody > tr:hover > .danger,
  2547.   .table-hover > tbody > tr.danger:hover > th {
  2548.     background-color: #ec4844;
  2549.   }
  2550.   .table-responsive {
  2551.     min-height: .01%;
  2552.     overflow-x: auto;
  2553.   }
  2554.   @media screen and (max-width: 767px) {
  2555.     .table-responsive {
  2556.       width: 100%;
  2557.       margin-bottom: 15px;
  2558.       overflow-y: hidden;
  2559.       -ms-overflow-style: -ms-autohiding-scrollbar;
  2560.       border: 1px solid #1c1e22;
  2561.     }
  2562.     .table-responsive > .table {
  2563.       margin-bottom: 0;
  2564.     }
  2565.     .table-responsive > .table > thead > tr > th,
  2566.     .table-responsive > .table > tbody > tr > th,
  2567.     .table-responsive > .table > tfoot > tr > th,
  2568.     .table-responsive > .table > thead > tr > td,
  2569.     .table-responsive > .table > tbody > tr > td,
  2570.     .table-responsive > .table > tfoot > tr > td {
  2571.       white-space: nowrap;
  2572.     }
  2573.     .table-responsive > .table-bordered {
  2574.       border: 0;
  2575.     }
  2576.     .table-responsive > .table-bordered > thead > tr > th:first-child,
  2577.     .table-responsive > .table-bordered > tbody > tr > th:first-child,
  2578.     .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  2579.     .table-responsive > .table-bordered > thead > tr > td:first-child,
  2580.     .table-responsive > .table-bordered > tbody > tr > td:first-child,
  2581.     .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  2582.       border-left: 0;
  2583.     }
  2584.     .table-responsive > .table-bordered > thead > tr > th:last-child,
  2585.     .table-responsive > .table-bordered > tbody > tr > th:last-child,
  2586.     .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  2587.     .table-responsive > .table-bordered > thead > tr > td:last-child,
  2588.     .table-responsive > .table-bordered > tbody > tr > td:last-child,
  2589.     .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  2590.       border-right: 0;
  2591.     }
  2592.     .table-responsive > .table-bordered > tbody > tr:last-child > th,
  2593.     .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  2594.     .table-responsive > .table-bordered > tbody > tr:last-child > td,
  2595.     .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  2596.       border-bottom: 0;
  2597.     }
  2598.   }
  2599.   fieldset {
  2600.     min-width: 0;
  2601.     padding: 0;
  2602.     margin: 0;
  2603.     border: 0;
  2604.   }
  2605.   legend {
  2606.     display: block;
  2607.     width: 100%;
  2608.     padding: 0;
  2609.     margin-bottom: 20px;
  2610.     font-size: 21px;
  2611.     line-height: inherit;
  2612.     color: #c8c8c8;
  2613.     border: 0;
  2614.     border-bottom: 1px solid #1c1e22;
  2615.   }
  2616.   label {
  2617.     display: inline-block;
  2618.     max-width: 100%;
  2619.     margin-bottom: 5px;
  2620.     font-weight: 700;
  2621.   }
  2622.   input[type="search"] {
  2623.     box-sizing: border-box;
  2624.     -webkit-appearance: none;
  2625.     appearance: none;
  2626.   }
  2627.   input[type="radio"],
  2628.   input[type="checkbox"] {
  2629.     margin: 4px 0 0;
  2630.     margin-top: 1px \9;
  2631.     line-height: normal;
  2632.   }
  2633.   input[type="radio"][disabled],
  2634.   input[type="checkbox"][disabled],
  2635.   input[type="radio"].disabled,
  2636.   input[type="checkbox"].disabled,
  2637.   fieldset[disabled] input[type="radio"],
  2638.   fieldset[disabled] input[type="checkbox"] {
  2639.     cursor: not-allowed;
  2640.   }
  2641.   input[type="file"] {
  2642.     display: block;
  2643.   }
  2644.   input[type="range"] {
  2645.     display: block;
  2646.     width: 100%;
  2647.   }
  2648.   select[multiple],
  2649.   select[size] {
  2650.     height: auto;
  2651.   }
  2652.   input[type="file"]:focus,
  2653.   input[type="radio"]:focus,
  2654.   input[type="checkbox"]:focus {
  2655.     outline: 5px auto -webkit-focus-ring-color;
  2656.     outline-offset: -2px;
  2657.   }
  2658.   output {
  2659.     display: block;
  2660.     padding-top: 9px;
  2661.     font-size: 14px;
  2662.     line-height: 1.42857143;
  2663.     color: #272b30;
  2664.   }
  2665.   .form-control {
  2666.     display: block;
  2667.     width: 100%;
  2668.     height: 38px;
  2669.     padding: 8px 12px;
  2670.     font-size: 14px;
  2671.     line-height: 1.42857143;
  2672.     color: #272b30;
  2673.     background-color: #ffffff;
  2674.     background-image: none;
  2675.     border: 1px solid #000000;
  2676.     border-radius: 4px;
  2677.     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2678.     transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2679.   }
  2680.   .form-control:focus {
  2681.     border-color: #66afe9;
  2682.     outline: 0;
  2683.     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  2684.   }
  2685.   .form-control::-moz-placeholder {
  2686.     color: #7a8288;
  2687.     opacity: 1;
  2688.   }
  2689.   .form-control:-ms-input-placeholder {
  2690.     color: #7a8288;
  2691.   }
  2692.   .form-control::-webkit-input-placeholder {
  2693.     color: #7a8288;
  2694.   }
  2695.   .form-control::-ms-expand {
  2696.     background-color: transparent;
  2697.     border: 0;
  2698.   }
  2699.   .form-control[disabled],
  2700.   .form-control[readonly],
  2701.   fieldset[disabled] .form-control {
  2702.     background-color: #999999;
  2703.     opacity: 1;
  2704.   }
  2705.   .form-control[disabled],
  2706.   fieldset[disabled] .form-control {
  2707.     cursor: not-allowed;
  2708.   }
  2709.   textarea.form-control {
  2710.     height: auto;
  2711.   }
  2712.   @media screen and (-webkit-min-device-pixel-ratio: 0) {
  2713.     input[type="date"].form-control,
  2714.     input[type="time"].form-control,
  2715.     input[type="datetime-local"].form-control,
  2716.     input[type="month"].form-control {
  2717.       line-height: 38px;
  2718.     }
  2719.     input[type="date"].input-sm,
  2720.     input[type="time"].input-sm,
  2721.     input[type="datetime-local"].input-sm,
  2722.     input[type="month"].input-sm,
  2723.     .input-group-sm input[type="date"],
  2724.     .input-group-sm input[type="time"],
  2725.     .input-group-sm input[type="datetime-local"],
  2726.     .input-group-sm input[type="month"] {
  2727.       line-height: 30px;
  2728.     }
  2729.     input[type="date"].input-lg,
  2730.     input[type="time"].input-lg,
  2731.     input[type="datetime-local"].input-lg,
  2732.     input[type="month"].input-lg,
  2733.     .input-group-lg input[type="date"],
  2734.     .input-group-lg input[type="time"],
  2735.     .input-group-lg input[type="datetime-local"],
  2736.     .input-group-lg input[type="month"] {
  2737.       line-height: 54px;
  2738.     }
  2739.   }
  2740.   .form-group {
  2741.     margin-bottom: 15px;
  2742.   }
  2743.   .radio,
  2744.   .checkbox {
  2745.     position: relative;
  2746.     display: block;
  2747.     margin-top: 10px;
  2748.     margin-bottom: 10px;
  2749.   }
  2750.   .radio.disabled label,
  2751.   .checkbox.disabled label,
  2752.   fieldset[disabled] .radio label,
  2753.   fieldset[disabled] .checkbox label {
  2754.     cursor: not-allowed;
  2755.   }
  2756.   .radio label,
  2757.   .checkbox label {
  2758.     min-height: 20px;
  2759.     padding-left: 20px;
  2760.     margin-bottom: 0;
  2761.     font-weight: 400;
  2762.     cursor: pointer;
  2763.   }
  2764.   .radio input[type="radio"],
  2765.   .radio-inline input[type="radio"],
  2766.   .checkbox input[type="checkbox"],
  2767.   .checkbox-inline input[type="checkbox"] {
  2768.     position: absolute;
  2769.     margin-top: 4px \9;
  2770.     margin-left: -20px;
  2771.   }
  2772.   .radio + .radio,
  2773.   .checkbox + .checkbox {
  2774.     margin-top: -5px;
  2775.   }
  2776.   .radio-inline,
  2777.   .checkbox-inline {
  2778.     position: relative;
  2779.     display: inline-block;
  2780.     padding-left: 20px;
  2781.     margin-bottom: 0;
  2782.     font-weight: 400;
  2783.     vertical-align: middle;
  2784.     cursor: pointer;
  2785.   }
  2786.   .radio-inline.disabled,
  2787.   .checkbox-inline.disabled,
  2788.   fieldset[disabled] .radio-inline,
  2789.   fieldset[disabled] .checkbox-inline {
  2790.     cursor: not-allowed;
  2791.   }
  2792.   .radio-inline + .radio-inline,
  2793.   .checkbox-inline + .checkbox-inline {
  2794.     margin-top: 0;
  2795.     margin-left: 10px;
  2796.   }
  2797.   .form-control-static {
  2798.     min-height: 34px;
  2799.     padding-top: 9px;
  2800.     padding-bottom: 9px;
  2801.     margin-bottom: 0;
  2802.   }
  2803.   .form-control-static.input-lg,
  2804.   .form-control-static.input-sm {
  2805.     padding-right: 0;
  2806.     padding-left: 0;
  2807.   }
  2808.   .input-sm {
  2809.     height: 30px;
  2810.     padding: 5px 10px;
  2811.     font-size: 12px;
  2812.     line-height: 1.5;
  2813.     border-radius: 3px;
  2814.   }
  2815.   select.input-sm {
  2816.     height: 30px;
  2817.     line-height: 30px;
  2818.   }
  2819.   textarea.input-sm,
  2820.   select[multiple].input-sm {
  2821.     height: auto;
  2822.   }
  2823.   .form-group-sm .form-control {
  2824.     height: 30px;
  2825.     padding: 5px 10px;
  2826.     font-size: 12px;
  2827.     line-height: 1.5;
  2828.     border-radius: 3px;
  2829.   }
  2830.   .form-group-sm select.form-control {
  2831.     height: 30px;
  2832.     line-height: 30px;
  2833.   }
  2834.   .form-group-sm textarea.form-control,
  2835.   .form-group-sm select[multiple].form-control {
  2836.     height: auto;
  2837.   }
  2838.   .form-group-sm .form-control-static {
  2839.     height: 30px;
  2840.     min-height: 32px;
  2841.     padding: 6px 10px;
  2842.     font-size: 12px;
  2843.     line-height: 1.5;
  2844.   }
  2845.   .input-lg {
  2846.     height: 54px;
  2847.     padding: 14px 16px;
  2848.     font-size: 18px;
  2849.     line-height: 1.3333333;
  2850.     border-radius: 6px;
  2851.   }
  2852.   select.input-lg {
  2853.     height: 54px;
  2854.     line-height: 54px;
  2855.   }
  2856.   textarea.input-lg,
  2857.   select[multiple].input-lg {
  2858.     height: auto;
  2859.   }
  2860.   .form-group-lg .form-control {
  2861.     height: 54px;
  2862.     padding: 14px 16px;
  2863.     font-size: 18px;
  2864.     line-height: 1.3333333;
  2865.     border-radius: 6px;
  2866.   }
  2867.   .form-group-lg select.form-control {
  2868.     height: 54px;
  2869.     line-height: 54px;
  2870.   }
  2871.   .form-group-lg textarea.form-control,
  2872.   .form-group-lg select[multiple].form-control {
  2873.     height: auto;
  2874.   }
  2875.   .form-group-lg .form-control-static {
  2876.     height: 54px;
  2877.     min-height: 38px;
  2878.     padding: 15px 16px;
  2879.     font-size: 18px;
  2880.     line-height: 1.3333333;
  2881.   }
  2882.   .has-feedback {
  2883.     position: relative;
  2884.   }
  2885.   .has-feedback .form-control {
  2886.     padding-right: 47.5px;
  2887.   }
  2888.   .form-control-feedback {
  2889.     position: absolute;
  2890.     top: 0;
  2891.     right: 0;
  2892.     z-index: 2;
  2893.     display: block;
  2894.     width: 38px;
  2895.     height: 38px;
  2896.     line-height: 38px;
  2897.     text-align: center;
  2898.     pointer-events: none;
  2899.   }
  2900.   .input-lg + .form-control-feedback,
  2901.   .input-group-lg + .form-control-feedback,
  2902.   .form-group-lg .form-control + .form-control-feedback {
  2903.     width: 54px;
  2904.     height: 54px;
  2905.     line-height: 54px;
  2906.   }
  2907.   .input-sm + .form-control-feedback,
  2908.   .input-group-sm + .form-control-feedback,
  2909.   .form-group-sm .form-control + .form-control-feedback {
  2910.     width: 30px;
  2911.     height: 30px;
  2912.     line-height: 30px;
  2913.   }
  2914.   .has-success .help-block,
  2915.   .has-success .control-label,
  2916.   .has-success .radio,
  2917.   .has-success .checkbox,
  2918.   .has-success .radio-inline,
  2919.   .has-success .checkbox-inline,
  2920.   .has-success.radio label,
  2921.   .has-success.checkbox label,
  2922.   .has-success.radio-inline label,
  2923.   .has-success.checkbox-inline label {
  2924.     color: #ffffff;
  2925.   }
  2926.   .has-success .form-control {
  2927.     border-color: #ffffff;
  2928.     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2929.   }
  2930.   .has-success .form-control:focus {
  2931.     border-color: #e6e6e6;
  2932.     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  2933.   }
  2934.   .has-success .input-group-addon {
  2935.     color: #ffffff;
  2936.     background-color: #62c462;
  2937.     border-color: #ffffff;
  2938.   }
  2939.   .has-success .form-control-feedback {
  2940.     color: #ffffff;
  2941.   }
  2942.   .has-warning .help-block,
  2943.   .has-warning .control-label,
  2944.   .has-warning .radio,
  2945.   .has-warning .checkbox,
  2946.   .has-warning .radio-inline,
  2947.   .has-warning .checkbox-inline,
  2948.   .has-warning.radio label,
  2949.   .has-warning.checkbox label,
  2950.   .has-warning.radio-inline label,
  2951.   .has-warning.checkbox-inline label {
  2952.     color: #ffffff;
  2953.   }
  2954.   .has-warning .form-control {
  2955.     border-color: #ffffff;
  2956.     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2957.   }
  2958.   .has-warning .form-control:focus {
  2959.     border-color: #e6e6e6;
  2960.     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  2961.   }
  2962.   .has-warning .input-group-addon {
  2963.     color: #ffffff;
  2964.     background-color: #f89406;
  2965.     border-color: #ffffff;
  2966.   }
  2967.   .has-warning .form-control-feedback {
  2968.     color: #ffffff;
  2969.   }
  2970.   .has-error .help-block,
  2971.   .has-error .control-label,
  2972.   .has-error .radio,
  2973.   .has-error .checkbox,
  2974.   .has-error .radio-inline,
  2975.   .has-error .checkbox-inline,
  2976.   .has-error.radio label,
  2977.   .has-error.checkbox label,
  2978.   .has-error.radio-inline label,
  2979.   .has-error.checkbox-inline label {
  2980.     color: #ffffff;
  2981.   }
  2982.   .has-error .form-control {
  2983.     border-color: #ffffff;
  2984.     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2985.   }
  2986.   .has-error .form-control:focus {
  2987.     border-color: #e6e6e6;
  2988.     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  2989.   }
  2990.   .has-error .input-group-addon {
  2991.     color: #ffffff;
  2992.     background-color: #ee5f5b;
  2993.     border-color: #ffffff;
  2994.   }
  2995.   .has-error .form-control-feedback {
  2996.     color: #ffffff;
  2997.   }
  2998.   .has-feedback label ~ .form-control-feedback {
  2999.     top: 25px;
  3000.   }
  3001.   .has-feedback label.sr-only ~ .form-control-feedback {
  3002.     top: 0;
  3003.   }
  3004.   .help-block {
  3005.     display: block;
  3006.     margin-top: 5px;
  3007.     margin-bottom: 10px;
  3008.     color: #ffffff;
  3009.   }
  3010.   @media (min-width: 768px) {
  3011.     .form-inline .form-group {
  3012.       display: inline-block;
  3013.       margin-bottom: 0;
  3014.       vertical-align: middle;
  3015.     }
  3016.     .form-inline .form-control {
  3017.       display: inline-block;
  3018.       width: auto;
  3019.       vertical-align: middle;
  3020.     }
  3021.     .form-inline .form-control-static {
  3022.       display: inline-block;
  3023.     }
  3024.     .form-inline .input-group {
  3025.       display: inline-table;
  3026.       vertical-align: middle;
  3027.     }
  3028.     .form-inline .input-group .input-group-addon,
  3029.     .form-inline .input-group .input-group-btn,
  3030.     .form-inline .input-group .form-control {
  3031.       width: auto;
  3032.     }
  3033.     .form-inline .input-group > .form-control {
  3034.       width: 100%;
  3035.     }
  3036.     .form-inline .control-label {
  3037.       margin-bottom: 0;
  3038.       vertical-align: middle;
  3039.     }
  3040.     .form-inline .radio,
  3041.     .form-inline .checkbox {
  3042.       display: inline-block;
  3043.       margin-top: 0;
  3044.       margin-bottom: 0;
  3045.       vertical-align: middle;
  3046.     }
  3047.     .form-inline .radio label,
  3048.     .form-inline .checkbox label {
  3049.       padding-left: 0;
  3050.     }
  3051.     .form-inline .radio input[type="radio"],
  3052.     .form-inline .checkbox input[type="checkbox"] {
  3053.       position: relative;
  3054.       margin-left: 0;
  3055.     }
  3056.     .form-inline .has-feedback .form-control-feedback {
  3057.       top: 0;
  3058.     }
  3059.   }
  3060.   .form-horizontal .radio,
  3061.   .form-horizontal .checkbox,
  3062.   .form-horizontal .radio-inline,
  3063.   .form-horizontal .checkbox-inline {
  3064.     padding-top: 9px;
  3065.     margin-top: 0;
  3066.     margin-bottom: 0;
  3067.   }
  3068.   .form-horizontal .radio,
  3069.   .form-horizontal .checkbox {
  3070.     min-height: 29px;
  3071.   }
  3072.   .form-horizontal .form-group {
  3073.     margin-right: -15px;
  3074.     margin-left: -15px;
  3075.   }
  3076.   @media (min-width: 768px) {
  3077.     .form-horizontal .control-label {
  3078.       padding-top: 9px;
  3079.       margin-bottom: 0;
  3080.       text-align: right;
  3081.     }
  3082.   }
  3083.   .form-horizontal .has-feedback .form-control-feedback {
  3084.     right: 15px;
  3085.   }
  3086.   @media (min-width: 768px) {
  3087.     .form-horizontal .form-group-lg .control-label {
  3088.       padding-top: 15px;
  3089.       font-size: 18px;
  3090.     }
  3091.   }
  3092.   @media (min-width: 768px) {
  3093.     .form-horizontal .form-group-sm .control-label {
  3094.       padding-top: 6px;
  3095.       font-size: 12px;
  3096.     }
  3097.   }
  3098.   .btn {
  3099.     display: inline-block;
  3100.     margin-bottom: 0;
  3101.     font-weight: normal;
  3102.     text-align: center;
  3103.     white-space: nowrap;
  3104.     vertical-align: middle;
  3105.     -ms-touch-action: manipulation;
  3106.         touch-action: manipulation;
  3107.     cursor: pointer;
  3108.     background-image: none;
  3109.     border: 1px solid transparent;
  3110.     padding: 8px 12px;
  3111.     font-size: 14px;
  3112.     line-height: 1.42857143;
  3113.     border-radius: 4px;
  3114.     -webkit-user-select: none;
  3115.     -moz-user-select: none;
  3116.     -ms-user-select: none;
  3117.     user-select: none;
  3118.   }
  3119.   .btn:focus,
  3120.   .btn:active:focus,
  3121.   .btn.active:focus,
  3122.   .btn.focus,
  3123.   .btn:active.focus,
  3124.   .btn.active.focus {
  3125.     outline: 5px auto -webkit-focus-ring-color;
  3126.     outline-offset: -2px;
  3127.   }
  3128.   .btn:hover,
  3129.   .btn:focus,
  3130.   .btn.focus {
  3131.     color: #ffffff;
  3132.     text-decoration: none;
  3133.   }
  3134.   .btn:active,
  3135.   .btn.active {
  3136.     background-image: none;
  3137.     outline: 0;
  3138.     box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3139.   }
  3140.   .btn.disabled,
  3141.   .btn[disabled],
  3142.   fieldset[disabled] .btn {
  3143.     cursor: not-allowed;
  3144.     filter: alpha(opacity=65);
  3145.     opacity: 0.65;
  3146.     box-shadow: none;
  3147.   }
  3148.   a.btn.disabled,
  3149.   fieldset[disabled] a.btn {
  3150.     pointer-events: none;
  3151.   }
  3152.   .btn-default {
  3153.     color: #ffffff;
  3154.     background-color: #3a3f44;
  3155.     border-color: #3a3f44;
  3156.   }
  3157.   .btn-default:focus,
  3158.   .btn-default.focus {
  3159.     color: #ffffff;
  3160.     background-color: #232628;
  3161.     border-color: #000000;
  3162.   }
  3163.   .btn-default:hover {
  3164.     color: #ffffff;
  3165.     background-color: #232628;
  3166.     border-color: #1e2023;
  3167.   }
  3168.   .btn-default:active,
  3169.   .btn-default.active,
  3170.   .open > .dropdown-toggle.btn-default {
  3171.     color: #ffffff;
  3172.     background-color: #232628;
  3173.     background-image: none;
  3174.     border-color: #1e2023;
  3175.   }
  3176.   .btn-default:active:hover,
  3177.   .btn-default.active:hover,
  3178.   .open > .dropdown-toggle.btn-default:hover,
  3179.   .btn-default:active:focus,
  3180.   .btn-default.active:focus,
  3181.   .open > .dropdown-toggle.btn-default:focus,
  3182.   .btn-default:active.focus,
  3183.   .btn-default.active.focus,
  3184.   .open > .dropdown-toggle.btn-default.focus {
  3185.     color: #ffffff;
  3186.     background-color: #121415;
  3187.     border-color: #000000;
  3188.   }
  3189.   .btn-default.disabled:hover,
  3190.   .btn-default[disabled]:hover,
  3191.   fieldset[disabled] .btn-default:hover,
  3192.   .btn-default.disabled:focus,
  3193.   .btn-default[disabled]:focus,
  3194.   fieldset[disabled] .btn-default:focus,
  3195.   .btn-default.disabled.focus,
  3196.   .btn-default[disabled].focus,
  3197.   fieldset[disabled] .btn-default.focus {
  3198.     background-color: #3a3f44;
  3199.     border-color: #3a3f44;
  3200.   }
  3201.   .btn-default .badge {
  3202.     color: #3a3f44;
  3203.     background-color: #ffffff;
  3204.   }
  3205.   .btn-primary {
  3206.     color: #ffffff;
  3207.     background-color: #7a8288;
  3208.     border-color: #7a8288;
  3209.   }
  3210.   .btn-primary:focus,
  3211.   .btn-primary.focus {
  3212.     color: #ffffff;
  3213.     background-color: #62686d;
  3214.     border-color: #3e4245;
  3215.   }
  3216.   .btn-primary:hover {
  3217.     color: #ffffff;
  3218.     background-color: #62686d;
  3219.     border-color: #5d6368;
  3220.   }
  3221.   .btn-primary:active,
  3222.   .btn-primary.active,
  3223.   .open > .dropdown-toggle.btn-primary {
  3224.     color: #ffffff;
  3225.     background-color: #62686d;
  3226.     background-image: none;
  3227.     border-color: #5d6368;
  3228.   }
  3229.   .btn-primary:active:hover,
  3230.   .btn-primary.active:hover,
  3231.   .open > .dropdown-toggle.btn-primary:hover,
  3232.   .btn-primary:active:focus,
  3233.   .btn-primary.active:focus,
  3234.   .open > .dropdown-toggle.btn-primary:focus,
  3235.   .btn-primary:active.focus,
  3236.   .btn-primary.active.focus,
  3237.   .open > .dropdown-toggle.btn-primary.focus {
  3238.     color: #ffffff;
  3239.     background-color: #51565a;
  3240.     border-color: #3e4245;
  3241.   }
  3242.   .btn-primary.disabled:hover,
  3243.   .btn-primary[disabled]:hover,
  3244.   fieldset[disabled] .btn-primary:hover,
  3245.   .btn-primary.disabled:focus,
  3246.   .btn-primary[disabled]:focus,
  3247.   fieldset[disabled] .btn-primary:focus,
  3248.   .btn-primary.disabled.focus,
  3249.   .btn-primary[disabled].focus,
  3250.   fieldset[disabled] .btn-primary.focus {
  3251.     background-color: #7a8288;
  3252.     border-color: #7a8288;
  3253.   }
  3254.   .btn-primary .badge {
  3255.     color: #7a8288;
  3256.     background-color: #ffffff;
  3257.   }
  3258.   .btn-success {
  3259.     color: #ffffff;
  3260.     background-color: #62c462;
  3261.     border-color: #62c462;
  3262.   }
  3263.   .btn-success:focus,
  3264.   .btn-success.focus {
  3265.     color: #ffffff;
  3266.     background-color: #42b142;
  3267.     border-color: #2d792d;
  3268.   }
  3269.   .btn-success:hover {
  3270.     color: #ffffff;
  3271.     background-color: #42b142;
  3272.     border-color: #40a940;
  3273.   }
  3274.   .btn-success:active,
  3275.   .btn-success.active,
  3276.   .open > .dropdown-toggle.btn-success {
  3277.     color: #ffffff;
  3278.     background-color: #42b142;
  3279.     background-image: none;
  3280.     border-color: #40a940;
  3281.   }
  3282.   .btn-success:active:hover,
  3283.   .btn-success.active:hover,
  3284.   .open > .dropdown-toggle.btn-success:hover,
  3285.   .btn-success:active:focus,
  3286.   .btn-success.active:focus,
  3287.   .open > .dropdown-toggle.btn-success:focus,
  3288.   .btn-success:active.focus,
  3289.   .btn-success.active.focus,
  3290.   .open > .dropdown-toggle.btn-success.focus {
  3291.     color: #ffffff;
  3292.     background-color: #399739;
  3293.     border-color: #2d792d;
  3294.   }
  3295.   .btn-success.disabled:hover,
  3296.   .btn-success[disabled]:hover,
  3297.   fieldset[disabled] .btn-success:hover,
  3298.   .btn-success.disabled:focus,
  3299.   .btn-success[disabled]:focus,
  3300.   fieldset[disabled] .btn-success:focus,
  3301.   .btn-success.disabled.focus,
  3302.   .btn-success[disabled].focus,
  3303.   fieldset[disabled] .btn-success.focus {
  3304.     background-color: #62c462;
  3305.     border-color: #62c462;
  3306.   }
  3307.   .btn-success .badge {
  3308.     color: #62c462;
  3309.     background-color: #ffffff;
  3310.   }
  3311.   .btn-info {
  3312.     color: #ffffff;
  3313.     background-color: #5bc0de;
  3314.     border-color: #5bc0de;
  3315.   }
  3316.   .btn-info:focus,
  3317.   .btn-info.focus {
  3318.     color: #ffffff;
  3319.     background-color: #31b0d5;
  3320.     border-color: #1f7e9a;
  3321.   }
  3322.   .btn-info:hover {
  3323.     color: #ffffff;
  3324.     background-color: #31b0d5;
  3325.     border-color: #2aabd2;
  3326.   }
  3327.   .btn-info:active,
  3328.   .btn-info.active,
  3329.   .open > .dropdown-toggle.btn-info {
  3330.     color: #ffffff;
  3331.     background-color: #31b0d5;
  3332.     background-image: none;
  3333.     border-color: #2aabd2;
  3334.   }
  3335.   .btn-info:active:hover,
  3336.   .btn-info.active:hover,
  3337.   .open > .dropdown-toggle.btn-info:hover,
  3338.   .btn-info:active:focus,
  3339.   .btn-info.active:focus,
  3340.   .open > .dropdown-toggle.btn-info:focus,
  3341.   .btn-info:active.focus,
  3342.   .btn-info.active.focus,
  3343.   .open > .dropdown-toggle.btn-info.focus {
  3344.     color: #ffffff;
  3345.     background-color: #269abc;
  3346.     border-color: #1f7e9a;
  3347.   }
  3348.   .btn-info.disabled:hover,
  3349.   .btn-info[disabled]:hover,
  3350.   fieldset[disabled] .btn-info:hover,
  3351.   .btn-info.disabled:focus,
  3352.   .btn-info[disabled]:focus,
  3353.   fieldset[disabled] .btn-info:focus,
  3354.   .btn-info.disabled.focus,
  3355.   .btn-info[disabled].focus,
  3356.   fieldset[disabled] .btn-info.focus {
  3357.     background-color: #5bc0de;
  3358.     border-color: #5bc0de;
  3359.   }
  3360.   .btn-info .badge {
  3361.     color: #5bc0de;
  3362.     background-color: #ffffff;
  3363.   }
  3364.   .btn-warning {
  3365.     color: #ffffff;
  3366.     background-color: #f89406;
  3367.     border-color: #f89406;
  3368.   }
  3369.   .btn-warning:focus,
  3370.   .btn-warning.focus {
  3371.     color: #ffffff;
  3372.     background-color: #c67605;
  3373.     border-color: #7c4a03;
  3374.   }
  3375.   .btn-warning:hover {
  3376.     color: #ffffff;
  3377.     background-color: #c67605;
  3378.     border-color: #bc7005;
  3379.   }
  3380.   .btn-warning:active,
  3381.   .btn-warning.active,
  3382.   .open > .dropdown-toggle.btn-warning {
  3383.     color: #ffffff;
  3384.     background-color: #c67605;
  3385.     background-image: none;
  3386.     border-color: #bc7005;
  3387.   }
  3388.   .btn-warning:active:hover,
  3389.   .btn-warning.active:hover,
  3390.   .open > .dropdown-toggle.btn-warning:hover,
  3391.   .btn-warning:active:focus,
  3392.   .btn-warning.active:focus,
  3393.   .open > .dropdown-toggle.btn-warning:focus,
  3394.   .btn-warning:active.focus,
  3395.   .btn-warning.active.focus,
  3396.   .open > .dropdown-toggle.btn-warning.focus {
  3397.     color: #ffffff;
  3398.     background-color: #a36104;
  3399.     border-color: #7c4a03;
  3400.   }
  3401.   .btn-warning.disabled:hover,
  3402.   .btn-warning[disabled]:hover,
  3403.   fieldset[disabled] .btn-warning:hover,
  3404.   .btn-warning.disabled:focus,
  3405.   .btn-warning[disabled]:focus,
  3406.   fieldset[disabled] .btn-warning:focus,
  3407.   .btn-warning.disabled.focus,
  3408.   .btn-warning[disabled].focus,
  3409.   fieldset[disabled] .btn-warning.focus {
  3410.     background-color: #f89406;
  3411.     border-color: #f89406;
  3412.   }
  3413.   .btn-warning .badge {
  3414.     color: #f89406;
  3415.     background-color: #ffffff;
  3416.   }
  3417.   .btn-danger {
  3418.     color: #ffffff;
  3419.     background-color: #ee5f5b;
  3420.     border-color: #ee5f5b;
  3421.   }
  3422.   .btn-danger:focus,
  3423.   .btn-danger.focus {
  3424.     color: #ffffff;
  3425.     background-color: #e9322d;
  3426.     border-color: #b71713;
  3427.   }
  3428.   .btn-danger:hover {
  3429.     color: #ffffff;
  3430.     background-color: #e9322d;
  3431.     border-color: #e82924;
  3432.   }
  3433.   .btn-danger:active,
  3434.   .btn-danger.active,
  3435.   .open > .dropdown-toggle.btn-danger {
  3436.     color: #ffffff;
  3437.     background-color: #e9322d;
  3438.     background-image: none;
  3439.     border-color: #e82924;
  3440.   }
  3441.   .btn-danger:active:hover,
  3442.   .btn-danger.active:hover,
  3443.   .open > .dropdown-toggle.btn-danger:hover,
  3444.   .btn-danger:active:focus,
  3445.   .btn-danger.active:focus,
  3446.   .open > .dropdown-toggle.btn-danger:focus,
  3447.   .btn-danger:active.focus,
  3448.   .btn-danger.active.focus,
  3449.   .open > .dropdown-toggle.btn-danger.focus {
  3450.     color: #ffffff;
  3451.     background-color: #dc1c17;
  3452.     border-color: #b71713;
  3453.   }
  3454.   .btn-danger.disabled:hover,
  3455.   .btn-danger[disabled]:hover,
  3456.   fieldset[disabled] .btn-danger:hover,
  3457.   .btn-danger.disabled:focus,
  3458.   .btn-danger[disabled]:focus,
  3459.   fieldset[disabled] .btn-danger:focus,
  3460.   .btn-danger.disabled.focus,
  3461.   .btn-danger[disabled].focus,
  3462.   fieldset[disabled] .btn-danger.focus {
  3463.     background-color: #ee5f5b;
  3464.     border-color: #ee5f5b;
  3465.   }
  3466.   .btn-danger .badge {
  3467.     color: #ee5f5b;
  3468.     background-color: #ffffff;
  3469.   }
  3470.   .btn-link {
  3471.     font-weight: 400;
  3472.     color: #ffffff;
  3473.     border-radius: 0;
  3474.   }
  3475.   .btn-link,
  3476.   .btn-link:active,
  3477.   .btn-link.active,
  3478.   .btn-link[disabled],
  3479.   fieldset[disabled] .btn-link {
  3480.     background-color: transparent;
  3481.     box-shadow: none;
  3482.   }
  3483.   .btn-link,
  3484.   .btn-link:hover,
  3485.   .btn-link:focus,
  3486.   .btn-link:active {
  3487.     border-color: transparent;
  3488.   }
  3489.   .btn-link:hover,
  3490.   .btn-link:focus {
  3491.     color: #ffffff;
  3492.     text-decoration: underline;
  3493.     background-color: transparent;
  3494.   }
  3495.   .btn-link[disabled]:hover,
  3496.   fieldset[disabled] .btn-link:hover,
  3497.   .btn-link[disabled]:focus,
  3498.   fieldset[disabled] .btn-link:focus {
  3499.     color: #7a8288;
  3500.     text-decoration: none;
  3501.   }
  3502.   .btn-lg,
  3503.   .btn-group-lg > .btn {
  3504.     padding: 14px 16px;
  3505.     font-size: 18px;
  3506.     line-height: 1.3333333;
  3507.     border-radius: 6px;
  3508.   }
  3509.   .btn-sm,
  3510.   .btn-group-sm > .btn {
  3511.     padding: 5px 10px;
  3512.     font-size: 12px;
  3513.     line-height: 1.5;
  3514.     border-radius: 3px;
  3515.   }
  3516.   .btn-xs,
  3517.   .btn-group-xs > .btn {
  3518.     padding: 1px 5px;
  3519.     font-size: 12px;
  3520.     line-height: 1.5;
  3521.     border-radius: 3px;
  3522.   }
  3523.   .btn-block {
  3524.     display: block;
  3525.     width: 100%;
  3526.   }
  3527.   .btn-block + .btn-block {
  3528.     margin-top: 5px;
  3529.   }
  3530.   input[type="submit"].btn-block,
  3531.   input[type="reset"].btn-block,
  3532.   input[type="button"].btn-block {
  3533.     width: 100%;
  3534.   }
  3535.   .fade {
  3536.     opacity: 0;
  3537.     transition: opacity 0.15s linear;
  3538.   }
  3539.   .fade.in {
  3540.     opacity: 1;
  3541.   }
  3542.   .collapse {
  3543.     display: none;
  3544.   }
  3545.   .collapse.in {
  3546.     display: block;
  3547.   }
  3548.   tr.collapse.in {
  3549.     display: table-row;
  3550.   }
  3551.   tbody.collapse.in {
  3552.     display: table-row-group;
  3553.   }
  3554.   .collapsing {
  3555.     position: relative;
  3556.     height: 0;
  3557.     overflow: hidden;
  3558.     transition-property: height, visibility;
  3559.     transition-duration: 0.35s;
  3560.     transition-timing-function: ease;
  3561.   }
  3562.   .caret {
  3563.     display: inline-block;
  3564.     width: 0;
  3565.     height: 0;
  3566.     margin-left: 2px;
  3567.     vertical-align: middle;
  3568.     border-top: 4px dashed;
  3569.     border-top: 4px solid \9;
  3570.     border-right: 4px solid transparent;
  3571.     border-left: 4px solid transparent;
  3572.   }
  3573.   .dropup,
  3574.   .dropdown {
  3575.     position: relative;
  3576.   }
  3577.   .dropdown-toggle:focus {
  3578.     outline: 0;
  3579.   }
  3580.   .dropdown-menu {
  3581.     position: absolute;
  3582.     top: 100%;
  3583.     left: 0;
  3584.     z-index: 1000;
  3585.     display: none;
  3586.     float: left;
  3587.     min-width: 160px;
  3588.     padding: 5px 0;
  3589.     margin: 2px 0 0;
  3590.     font-size: 14px;
  3591.     text-align: left;
  3592.     list-style: none;
  3593.     background-color: #3a3f44;
  3594.     background-clip: padding-box;
  3595.     border: 1px solid #272b30;
  3596.     border: 1px solid rgba(0, 0, 0, 0.15);
  3597.     border-radius: 4px;
  3598.     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3599.   }
  3600.   .dropdown-menu.pull-right {
  3601.     right: 0;
  3602.     left: auto;
  3603.   }
  3604.   .dropdown-menu .divider {
  3605.     height: 1px;
  3606.     margin: 9px 0;
  3607.     overflow: hidden;
  3608.     background-color: #272b30;
  3609.   }
  3610.   .dropdown-menu > li > a {
  3611.     display: block;
  3612.     padding: 3px 20px;
  3613.     clear: both;
  3614.     font-weight: 400;
  3615.     line-height: 1.42857143;
  3616.     color: #c8c8c8;
  3617.     white-space: nowrap;
  3618.   }
  3619.   .dropdown-menu > li > a:hover,
  3620.   .dropdown-menu > li > a:focus {
  3621.     color: #ffffff;
  3622.     text-decoration: none;
  3623.     background-color: #272b30;
  3624.   }
  3625.   .dropdown-menu > .active > a,
  3626.   .dropdown-menu > .active > a:hover,
  3627.   .dropdown-menu > .active > a:focus {
  3628.     color: #ffffff;
  3629.     text-decoration: none;
  3630.     background-color: #272b30;
  3631.     outline: 0;
  3632.   }
  3633.   .dropdown-menu > .disabled > a,
  3634.   .dropdown-menu > .disabled > a:hover,
  3635.   .dropdown-menu > .disabled > a:focus {
  3636.     color: #7a8288;
  3637.   }
  3638.   .dropdown-menu > .disabled > a:hover,
  3639.   .dropdown-menu > .disabled > a:focus {
  3640.     text-decoration: none;
  3641.     cursor: not-allowed;
  3642.     background-color: transparent;
  3643.     background-image: none;
  3644.     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3645.   }
  3646.   .open > .dropdown-menu {
  3647.     display: block;
  3648.   }
  3649.   .open > a {
  3650.     outline: 0;
  3651.   }
  3652.   .dropdown-menu-right {
  3653.     right: 0;
  3654.     left: auto;
  3655.   }
  3656.   .dropdown-menu-left {
  3657.     right: auto;
  3658.     left: 0;
  3659.   }
  3660.   .dropdown-header {
  3661.     display: block;
  3662.     padding: 3px 20px;
  3663.     font-size: 12px;
  3664.     line-height: 1.42857143;
  3665.     color: #7a8288;
  3666.     white-space: nowrap;
  3667.   }
  3668.   .dropdown-backdrop {
  3669.     position: fixed;
  3670.     top: 0;
  3671.     right: 0;
  3672.     bottom: 0;
  3673.     left: 0;
  3674.     z-index: 990;
  3675.   }
  3676.   .pull-right > .dropdown-menu {
  3677.     right: 0;
  3678.     left: auto;
  3679.   }
  3680.   .dropup .caret,
  3681.   .navbar-fixed-bottom .dropdown .caret {
  3682.     content: "";
  3683.     border-top: 0;
  3684.     border-bottom: 4px dashed;
  3685.     border-bottom: 4px solid \9;
  3686.   }
  3687.   .dropup .dropdown-menu,
  3688.   .navbar-fixed-bottom .dropdown .dropdown-menu {
  3689.     top: auto;
  3690.     bottom: 100%;
  3691.     margin-bottom: 2px;
  3692.   }
  3693.   @media (min-width: 768px) {
  3694.     .navbar-right .dropdown-menu {
  3695.       right: 0;
  3696.       left: auto;
  3697.     }
  3698.     .navbar-right .dropdown-menu-left {
  3699.       right: auto;
  3700.       left: 0;
  3701.     }
  3702.   }
  3703.   .btn-group,
  3704.   .btn-group-vertical {
  3705.     position: relative;
  3706.     display: inline-block;
  3707.     vertical-align: middle;
  3708.   }
  3709.   .btn-group > .btn,
  3710.   .btn-group-vertical > .btn {
  3711.     position: relative;
  3712.     float: left;
  3713.   }
  3714.   .btn-group > .btn:hover,
  3715.   .btn-group-vertical > .btn:hover,
  3716.   .btn-group > .btn:focus,
  3717.   .btn-group-vertical > .btn:focus,
  3718.   .btn-group > .btn:active,
  3719.   .btn-group-vertical > .btn:active,
  3720.   .btn-group > .btn.active,
  3721.   .btn-group-vertical > .btn.active {
  3722.     z-index: 2;
  3723.   }
  3724.   .btn-group .btn + .btn,
  3725.   .btn-group .btn + .btn-group,
  3726.   .btn-group .btn-group + .btn,
  3727.   .btn-group .btn-group + .btn-group {
  3728.     margin-left: -1px;
  3729.   }
  3730.   .btn-toolbar {
  3731.     margin-left: -5px;
  3732.   }
  3733.   .btn-toolbar .btn,
  3734.   .btn-toolbar .btn-group,
  3735.   .btn-toolbar .input-group {
  3736.     float: left;
  3737.   }
  3738.   .btn-toolbar > .btn,
  3739.   .btn-toolbar > .btn-group,
  3740.   .btn-toolbar > .input-group {
  3741.     margin-left: 5px;
  3742.   }
  3743.   .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3744.     border-radius: 0;
  3745.   }
  3746.   .btn-group > .btn:first-child {
  3747.     margin-left: 0;
  3748.   }
  3749.   .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3750.     border-top-right-radius: 0;
  3751.     border-bottom-right-radius: 0;
  3752.   }
  3753.   .btn-group > .btn:last-child:not(:first-child),
  3754.   .btn-group > .dropdown-toggle:not(:first-child) {
  3755.     border-top-left-radius: 0;
  3756.     border-bottom-left-radius: 0;
  3757.   }
  3758.   .btn-group > .btn-group {
  3759.     float: left;
  3760.   }
  3761.   .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3762.     border-radius: 0;
  3763.   }
  3764.   .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3765.   .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3766.     border-top-right-radius: 0;
  3767.     border-bottom-right-radius: 0;
  3768.   }
  3769.   .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3770.     border-top-left-radius: 0;
  3771.     border-bottom-left-radius: 0;
  3772.   }
  3773.   .btn-group .dropdown-toggle:active,
  3774.   .btn-group.open .dropdown-toggle {
  3775.     outline: 0;
  3776.   }
  3777.   .btn-group > .btn + .dropdown-toggle {
  3778.     padding-right: 8px;
  3779.     padding-left: 8px;
  3780.   }
  3781.   .btn-group > .btn-lg + .dropdown-toggle {
  3782.     padding-right: 12px;
  3783.     padding-left: 12px;
  3784.   }
  3785.   .btn-group.open .dropdown-toggle {
  3786.     box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3787.   }
  3788.   .btn-group.open .dropdown-toggle.btn-link {
  3789.     box-shadow: none;
  3790.   }
  3791.   .btn .caret {
  3792.     margin-left: 0;
  3793.   }
  3794.   .btn-lg .caret {
  3795.     border-width: 5px 5px 0;
  3796.     border-bottom-width: 0;
  3797.   }
  3798.   .dropup .btn-lg .caret {
  3799.     border-width: 0 5px 5px;
  3800.   }
  3801.   .btn-group-vertical > .btn,
  3802.   .btn-group-vertical > .btn-group,
  3803.   .btn-group-vertical > .btn-group > .btn {
  3804.     display: block;
  3805.     float: none;
  3806.     width: 100%;
  3807.     max-width: 100%;
  3808.   }
  3809.   .btn-group-vertical > .btn-group > .btn {
  3810.     float: none;
  3811.   }
  3812.   .btn-group-vertical > .btn + .btn,
  3813.   .btn-group-vertical > .btn + .btn-group,
  3814.   .btn-group-vertical > .btn-group + .btn,
  3815.   .btn-group-vertical > .btn-group + .btn-group {
  3816.     margin-top: -1px;
  3817.     margin-left: 0;
  3818.   }
  3819.   .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3820.     border-radius: 0;
  3821.   }
  3822.   .btn-group-vertical > .btn:first-child:not(:last-child) {
  3823.     border-top-left-radius: 4px;
  3824.     border-top-right-radius: 4px;
  3825.     border-bottom-right-radius: 0;
  3826.     border-bottom-left-radius: 0;
  3827.   }
  3828.   .btn-group-vertical > .btn:last-child:not(:first-child) {
  3829.     border-top-left-radius: 0;
  3830.     border-top-right-radius: 0;
  3831.     border-bottom-right-radius: 4px;
  3832.     border-bottom-left-radius: 4px;
  3833.   }
  3834.   .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3835.     border-radius: 0;
  3836.   }
  3837.   .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3838.   .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3839.     border-bottom-right-radius: 0;
  3840.     border-bottom-left-radius: 0;
  3841.   }
  3842.   .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3843.     border-top-left-radius: 0;
  3844.     border-top-right-radius: 0;
  3845.   }
  3846.   .btn-group-justified {
  3847.     display: table;
  3848.     width: 100%;
  3849.     table-layout: fixed;
  3850.     border-collapse: separate;
  3851.   }
  3852.   .btn-group-justified > .btn,
  3853.   .btn-group-justified > .btn-group {
  3854.     display: table-cell;
  3855.     float: none;
  3856.     width: 1%;
  3857.   }
  3858.   .btn-group-justified > .btn-group .btn {
  3859.     width: 100%;
  3860.   }
  3861.   .btn-group-justified > .btn-group .dropdown-menu {
  3862.     left: auto;
  3863.   }
  3864.   [data-toggle="buttons"] > .btn input[type="radio"],
  3865.   [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3866.   [data-toggle="buttons"] > .btn input[type="checkbox"],
  3867.   [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3868.     position: absolute;
  3869.     clip: rect(0, 0, 0, 0);
  3870.     pointer-events: none;
  3871.   }
  3872.   .input-group {
  3873.     position: relative;
  3874.     display: table;
  3875.     border-collapse: separate;
  3876.   }
  3877.   .input-group[class*="col-"] {
  3878.     float: none;
  3879.     padding-right: 0;
  3880.     padding-left: 0;
  3881.   }
  3882.   .input-group .form-control {
  3883.     position: relative;
  3884.     z-index: 2;
  3885.     float: left;
  3886.     width: 100%;
  3887.     margin-bottom: 0;
  3888.   }
  3889.   .input-group .form-control:focus {
  3890.     z-index: 3;
  3891.   }
  3892.   .input-group-lg > .form-control,
  3893.   .input-group-lg > .input-group-addon,
  3894.   .input-group-lg > .input-group-btn > .btn {
  3895.     height: 54px;
  3896.     padding: 14px 16px;
  3897.     font-size: 18px;
  3898.     line-height: 1.3333333;
  3899.     border-radius: 6px;
  3900.   }
  3901.   select.input-group-lg > .form-control,
  3902.   select.input-group-lg > .input-group-addon,
  3903.   select.input-group-lg > .input-group-btn > .btn {
  3904.     height: 54px;
  3905.     line-height: 54px;
  3906.   }
  3907.   textarea.input-group-lg > .form-control,
  3908.   textarea.input-group-lg > .input-group-addon,
  3909.   textarea.input-group-lg > .input-group-btn > .btn,
  3910.   select[multiple].input-group-lg > .form-control,
  3911.   select[multiple].input-group-lg > .input-group-addon,
  3912.   select[multiple].input-group-lg > .input-group-btn > .btn {
  3913.     height: auto;
  3914.   }
  3915.   .input-group-sm > .form-control,
  3916.   .input-group-sm > .input-group-addon,
  3917.   .input-group-sm > .input-group-btn > .btn {
  3918.     height: 30px;
  3919.     padding: 5px 10px;
  3920.     font-size: 12px;
  3921.     line-height: 1.5;
  3922.     border-radius: 3px;
  3923.   }
  3924.   select.input-group-sm > .form-control,
  3925.   select.input-group-sm > .input-group-addon,
  3926.   select.input-group-sm > .input-group-btn > .btn {
  3927.     height: 30px;
  3928.     line-height: 30px;
  3929.   }
  3930.   textarea.input-group-sm > .form-control,
  3931.   textarea.input-group-sm > .input-group-addon,
  3932.   textarea.input-group-sm > .input-group-btn > .btn,
  3933.   select[multiple].input-group-sm > .form-control,
  3934.   select[multiple].input-group-sm > .input-group-addon,
  3935.   select[multiple].input-group-sm > .input-group-btn > .btn {
  3936.     height: auto;
  3937.   }
  3938.   .input-group-addon,
  3939.   .input-group-btn,
  3940.   .input-group .form-control {
  3941.     display: table-cell;
  3942.   }
  3943.   .input-group-addon:not(:first-child):not(:last-child),
  3944.   .input-group-btn:not(:first-child):not(:last-child),
  3945.   .input-group .form-control:not(:first-child):not(:last-child) {
  3946.     border-radius: 0;
  3947.   }
  3948.   .input-group-addon,
  3949.   .input-group-btn {
  3950.     width: 1%;
  3951.     white-space: nowrap;
  3952.     vertical-align: middle;
  3953.   }
  3954.   .input-group-addon {
  3955.     padding: 8px 12px;
  3956.     font-size: 14px;
  3957.     font-weight: 400;
  3958.     line-height: 1;
  3959.     color: #272b30;
  3960.     text-align: center;
  3961.     background-color: #999999;
  3962.     border: 1px solid rgba(0, 0, 0, 0.6);
  3963.     border-radius: 4px;
  3964.   }
  3965.   .input-group-addon.input-sm {
  3966.     padding: 5px 10px;
  3967.     font-size: 12px;
  3968.     border-radius: 3px;
  3969.   }
  3970.   .input-group-addon.input-lg {
  3971.     padding: 14px 16px;
  3972.     font-size: 18px;
  3973.     border-radius: 6px;
  3974.   }
  3975.   .input-group-addon input[type="radio"],
  3976.   .input-group-addon input[type="checkbox"] {
  3977.     margin-top: 0;
  3978.   }
  3979.   .input-group .form-control:first-child,
  3980.   .input-group-addon:first-child,
  3981.   .input-group-btn:first-child > .btn,
  3982.   .input-group-btn:first-child > .btn-group > .btn,
  3983.   .input-group-btn:first-child > .dropdown-toggle,
  3984.   .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3985.   .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3986.     border-top-right-radius: 0;
  3987.     border-bottom-right-radius: 0;
  3988.   }
  3989.   .input-group-addon:first-child {
  3990.     border-right: 0;
  3991.   }
  3992.   .input-group .form-control:last-child,
  3993.   .input-group-addon:last-child,
  3994.   .input-group-btn:last-child > .btn,
  3995.   .input-group-btn:last-child > .btn-group > .btn,
  3996.   .input-group-btn:last-child > .dropdown-toggle,
  3997.   .input-group-btn:first-child > .btn:not(:first-child),
  3998.   .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3999.     border-top-left-radius: 0;
  4000.     border-bottom-left-radius: 0;
  4001.   }
  4002.   .input-group-addon:last-child {
  4003.     border-left: 0;
  4004.   }
  4005.   .input-group-btn {
  4006.     position: relative;
  4007.     font-size: 0;
  4008.     white-space: nowrap;
  4009.   }
  4010.   .input-group-btn > .btn {
  4011.     position: relative;
  4012.   }
  4013.   .input-group-btn > .btn + .btn {
  4014.     margin-left: -1px;
  4015.   }
  4016.   .input-group-btn > .btn:hover,
  4017.   .input-group-btn > .btn:focus,
  4018.   .input-group-btn > .btn:active {
  4019.     z-index: 2;
  4020.   }
  4021.   .input-group-btn:first-child > .btn,
  4022.   .input-group-btn:first-child > .btn-group {
  4023.     margin-right: -1px;
  4024.   }
  4025.   .input-group-btn:last-child > .btn,
  4026.   .input-group-btn:last-child > .btn-group {
  4027.     z-index: 2;
  4028.     margin-left: -1px;
  4029.   }
  4030.   .nav {
  4031.     padding-left: 0;
  4032.     margin-bottom: 0;
  4033.     list-style: none;
  4034.   }
  4035.   .nav > li {
  4036.     position: relative;
  4037.     display: block;
  4038.   }
  4039.   .nav > li > a {
  4040.     position: relative;
  4041.     display: block;
  4042.     padding: 10px 15px;
  4043.   }
  4044.   .nav > li > a:hover,
  4045.   .nav > li > a:focus {
  4046.     text-decoration: none;
  4047.     background-color: #3e444c;
  4048.   }
  4049.   .nav > li.disabled > a {
  4050.     color: #7a8288;
  4051.   }
  4052.   .nav > li.disabled > a:hover,
  4053.   .nav > li.disabled > a:focus {
  4054.     color: #7a8288;
  4055.     text-decoration: none;
  4056.     cursor: not-allowed;
  4057.     background-color: transparent;
  4058.   }
  4059.   .nav .open > a,
  4060.   .nav .open > a:hover,
  4061.   .nav .open > a:focus {
  4062.     background-color: #3e444c;
  4063.     border-color: #ffffff;
  4064.   }
  4065.   .nav .nav-divider {
  4066.     height: 1px;
  4067.     margin: 9px 0;
  4068.     overflow: hidden;
  4069.     background-color: #e5e5e5;
  4070.   }
  4071.   .nav > li > a > img {
  4072.     max-width: none;
  4073.   }
  4074.   .nav-tabs {
  4075.     border-bottom: 1px solid #1c1e22;
  4076.   }
  4077.   .nav-tabs > li {
  4078.     float: left;
  4079.     margin-bottom: -1px;
  4080.   }
  4081.   .nav-tabs > li > a {
  4082.     margin-right: 2px;
  4083.     line-height: 1.42857143;
  4084.     border: 1px solid transparent;
  4085.     border-radius: 4px 4px 0 0;
  4086.   }
  4087.   .nav-tabs > li > a:hover {
  4088.     border-color: #1c1e22 #1c1e22 #1c1e22;
  4089.     border-radius: 4px;
  4090.   }
  4091.   .nav-tabs > li.active > a,
  4092.   .nav-tabs > li.active > a:hover,
  4093.   .nav-tabs > li.active > a:focus {
  4094.     color: #ffffff;
  4095.     cursor: default;
  4096.     background-color: #3e444c;
  4097.     border: 1px solid #1c1e22;
  4098.   }
  4099.  
  4100.   .nav-tabs.nav-justified {
  4101.     width: 100%;
  4102.     border-bottom: 0;
  4103.   }
  4104.   .nav-tabs.nav-justified > li {
  4105.     float: none;
  4106.   }
  4107.   .nav-tabs.nav-justified > li > a {
  4108.     margin-bottom: 5px;
  4109.     text-align: center;
  4110.   }
  4111.   .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  4112.     top: auto;
  4113.     left: auto;
  4114.   }
  4115.   @media (min-width: 768px) {
  4116.     .nav-tabs.nav-justified > li {
  4117.       display: table-cell;
  4118.       width: 1%;
  4119.     }
  4120.     .nav-tabs.nav-justified > li > a {
  4121.       margin-bottom: 0;
  4122.     }
  4123.   }
  4124.   .nav-tabs.nav-justified > li > a {
  4125.     margin-right: 0;
  4126.     border-radius: 4px;
  4127.   }
  4128.   .nav-tabs.nav-justified > .active > a,
  4129.   .nav-tabs.nav-justified > .active > a:hover,
  4130.   .nav-tabs.nav-justified > .active > a:focus {
  4131.     border: 1px solid #1c1e22;
  4132.   }
  4133.   @media (min-width: 768px) {
  4134.     .nav-tabs.nav-justified > li > a {
  4135.       border-bottom: 1px solid #1c1e22;
  4136.       border-radius: 4px 4px 0 0;
  4137.     }
  4138.     .nav-tabs.nav-justified > .active > a,
  4139.     .nav-tabs.nav-justified > .active > a:hover,
  4140.     .nav-tabs.nav-justified > .active > a:focus {
  4141.       border-bottom-color: #272b30;
  4142.     }
  4143.   }
  4144.   .nav-pills > li {
  4145.     float: left;
  4146.   }
  4147.   .nav-pills > li > a {
  4148.     border-radius: 4px;
  4149.   }
  4150.   .nav-pills > li + li {
  4151.     margin-left: 2px;
  4152.   }
  4153.   .nav-pills > li.active > a,
  4154.   .nav-pills > li.active > a:hover,
  4155.   .nav-pills > li.active > a:focus {
  4156.     color: #ffffff;
  4157.     background-color: transparent;
  4158.   }
  4159.   .nav-stacked > li {
  4160.     float: none;
  4161.   }
  4162.   .nav-stacked > li + li {
  4163.     margin-top: 2px;
  4164.     margin-left: 0;
  4165.   }
  4166.   .nav-justified {
  4167.     width: 100%;
  4168.   }
  4169.   .nav-justified > li {
  4170.     float: none;
  4171.   }
  4172.   .nav-justified > li > a {
  4173.     margin-bottom: 5px;
  4174.     text-align: center;
  4175.   }
  4176.   .nav-justified > .dropdown .dropdown-menu {
  4177.     top: auto;
  4178.     left: auto;
  4179.   }
  4180.   @media (min-width: 768px) {
  4181.     .nav-justified > li {
  4182.       display: table-cell;
  4183.       width: 1%;
  4184.     }
  4185.     .nav-justified > li > a {
  4186.       margin-bottom: 0;
  4187.     }
  4188.   }
  4189.   .nav-tabs-justified {
  4190.     border-bottom: 0;
  4191.   }
  4192.   .nav-tabs-justified > li > a {
  4193.     margin-right: 0;
  4194.     border-radius: 4px;
  4195.   }
  4196.   .nav-tabs-justified > .active > a,
  4197.   .nav-tabs-justified > .active > a:hover,
  4198.   .nav-tabs-justified > .active > a:focus {
  4199.     border: 1px solid #1c1e22;
  4200.   }
  4201.   @media (min-width: 768px) {
  4202.     .nav-tabs-justified > li > a {
  4203.       border-bottom: 1px solid #1c1e22;
  4204.       border-radius: 4px 4px 0 0;
  4205.     }
  4206.     .nav-tabs-justified > .active > a,
  4207.     .nav-tabs-justified > .active > a:hover,
  4208.     .nav-tabs-justified > .active > a:focus {
  4209.       border-bottom-color: #272b30;
  4210.     }
  4211.   }
  4212.   .tab-content > .tab-pane {
  4213.     display: none;
  4214.   }
  4215.   .tab-content > .active {
  4216.     display: block;
  4217.   }
  4218.   .nav-tabs .dropdown-menu {
  4219.     margin-top: -1px;
  4220.     border-top-left-radius: 0;
  4221.     border-top-right-radius: 0;
  4222.   }
  4223.   .navbar {
  4224.     position: relative;
  4225.     min-height: 50px;
  4226.     margin-bottom: 20px;
  4227.     border: 1px solid transparent;
  4228.   }
  4229.   @media (min-width: 768px) {
  4230.     .navbar {
  4231.       border-radius: 4px;
  4232.     }
  4233.   }
  4234.   @media (min-width: 768px) {
  4235.     .navbar-header {
  4236.       float: left;
  4237.     }
  4238.   }
  4239.   .navbar-collapse {
  4240.     padding-right: 15px;
  4241.     padding-left: 15px;
  4242.     overflow-x: visible;
  4243.     border-top: 1px solid transparent;
  4244.     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  4245.     -webkit-overflow-scrolling: touch;
  4246.   }
  4247.   .navbar-collapse.in {
  4248.     overflow-y: auto;
  4249.   }
  4250.   @media (min-width: 768px) {
  4251.     .navbar-collapse {
  4252.       width: auto;
  4253.       border-top: 0;
  4254.       box-shadow: none;
  4255.     }
  4256.     .navbar-collapse.collapse {
  4257.       display: block !important;
  4258.       height: auto !important;
  4259.       padding-bottom: 0;
  4260.       overflow: visible !important;
  4261.     }
  4262.     .navbar-collapse.in {
  4263.       overflow-y: visible;
  4264.     }
  4265.     .navbar-fixed-top .navbar-collapse,
  4266.     .navbar-static-top .navbar-collapse,
  4267.     .navbar-fixed-bottom .navbar-collapse {
  4268.       padding-right: 0;
  4269.       padding-left: 0;
  4270.     }
  4271.   }
  4272.   .navbar-fixed-top,
  4273.   .navbar-fixed-bottom {
  4274.     position: fixed;
  4275.     right: 0;
  4276.     left: 0;
  4277.     z-index: 1030;
  4278.   }
  4279.   .navbar-fixed-top .navbar-collapse,
  4280.   .navbar-fixed-bottom .navbar-collapse {
  4281.     max-height: 340px;
  4282.   }
  4283.   @media (max-device-width: 480px) and (orientation: landscape) {
  4284.     .navbar-fixed-top .navbar-collapse,
  4285.     .navbar-fixed-bottom .navbar-collapse {
  4286.       max-height: 200px;
  4287.     }
  4288.   }
  4289.   @media (min-width: 768px) {
  4290.     .navbar-fixed-top,
  4291.     .navbar-fixed-bottom {
  4292.       border-radius: 0;
  4293.     }
  4294.   }
  4295.   .navbar-fixed-top {
  4296.     top: 0;
  4297.     border-width: 0 0 1px;
  4298.   }
  4299.   .navbar-fixed-bottom {
  4300.     bottom: 0;
  4301.     margin-bottom: 0;
  4302.     border-width: 1px 0 0;
  4303.   }
  4304.   .container > .navbar-header,
  4305.   .container-fluid > .navbar-header,
  4306.   .container > .navbar-collapse,
  4307.   .container-fluid > .navbar-collapse {
  4308.     margin-right: -15px;
  4309.     margin-left: -15px;
  4310.   }
  4311.   @media (min-width: 768px) {
  4312.     .container > .navbar-header,
  4313.     .container-fluid > .navbar-header,
  4314.     .container > .navbar-collapse,
  4315.     .container-fluid > .navbar-collapse {
  4316.       margin-right: 0;
  4317.       margin-left: 0;
  4318.     }
  4319.   }
  4320.   .navbar-static-top {
  4321.     z-index: 1000;
  4322.     border-width: 0 0 1px;
  4323.   }
  4324.   @media (min-width: 768px) {
  4325.     .navbar-static-top {
  4326.       border-radius: 0;
  4327.     }
  4328.   }
  4329.   .navbar-brand {
  4330.     float: left;
  4331.     height: 50px;
  4332.     padding: 15px 15px;
  4333.     font-size: 18px;
  4334.     line-height: 20px;
  4335.   }
  4336.   .navbar-brand:hover,
  4337.   .navbar-brand:focus {
  4338.     text-decoration: none;
  4339.   }
  4340.   .navbar-brand > img {
  4341.     display: block;
  4342.   }
  4343.   @media (min-width: 768px) {
  4344.     .navbar > .container .navbar-brand,
  4345.     .navbar > .container-fluid .navbar-brand {
  4346.       margin-left: -15px;
  4347.     }
  4348.   }
  4349.   .navbar-toggle {
  4350.     position: relative;
  4351.     float: right;
  4352.     padding: 9px 10px;
  4353.     margin-right: 15px;
  4354.     margin-top: 8px;
  4355.     margin-bottom: 8px;
  4356.     background-color: transparent;
  4357.     background-image: none;
  4358.     border: 1px solid transparent;
  4359.     border-radius: 4px;
  4360.   }
  4361.   .navbar-toggle:focus {
  4362.     outline: 0;
  4363.   }
  4364.   .navbar-toggle .icon-bar {
  4365.     display: block;
  4366.     width: 22px;
  4367.     height: 2px;
  4368.     border-radius: 1px;
  4369.   }
  4370.   .navbar-toggle .icon-bar + .icon-bar {
  4371.     margin-top: 4px;
  4372.   }
  4373.   @media (min-width: 768px) {
  4374.     .navbar-toggle {
  4375.       display: none;
  4376.     }
  4377.   }
  4378.   .navbar-nav {
  4379.     margin: 7.5px -15px;
  4380.   }
  4381.   .navbar-nav > li > a {
  4382.     padding-top: 10px;
  4383.     padding-bottom: 10px;
  4384.     line-height: 20px;
  4385.   }
  4386.   @media (max-width: 767px) {
  4387.     .navbar-nav .open .dropdown-menu {
  4388.       position: static;
  4389.       float: none;
  4390.       width: auto;
  4391.       margin-top: 0;
  4392.       background-color: transparent;
  4393.       border: 0;
  4394.       box-shadow: none;
  4395.     }
  4396.     .navbar-nav .open .dropdown-menu > li > a,
  4397.     .navbar-nav .open .dropdown-menu .dropdown-header {
  4398.       padding: 5px 15px 5px 25px;
  4399.     }
  4400.     .navbar-nav .open .dropdown-menu > li > a {
  4401.       line-height: 20px;
  4402.     }
  4403.     .navbar-nav .open .dropdown-menu > li > a:hover,
  4404.     .navbar-nav .open .dropdown-menu > li > a:focus {
  4405.       background-image: none;
  4406.     }
  4407.   }
  4408.   @media (min-width: 768px) {
  4409.     .navbar-nav {
  4410.       float: left;
  4411.       margin: 0;
  4412.     }
  4413.     .navbar-nav > li {
  4414.       float: left;
  4415.     }
  4416.     .navbar-nav > li > a {
  4417.       padding-top: 15px;
  4418.       padding-bottom: 15px;
  4419.     }
  4420.   }
  4421.   .navbar-form {
  4422.     padding: 10px 15px;
  4423.     margin-right: -15px;
  4424.     margin-left: -15px;
  4425.     border-top: 1px solid transparent;
  4426.     border-bottom: 1px solid transparent;
  4427.     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4428.     margin-top: 6px;
  4429.     margin-bottom: 6px;
  4430.   }
  4431.   @media (min-width: 768px) {
  4432.     .navbar-form .form-group {
  4433.       display: inline-block;
  4434.       margin-bottom: 0;
  4435.       vertical-align: middle;
  4436.     }
  4437.     .navbar-form .form-control {
  4438.       display: inline-block;
  4439.       width: auto;
  4440.       vertical-align: middle;
  4441.     }
  4442.     .navbar-form .form-control-static {
  4443.       display: inline-block;
  4444.     }
  4445.     .navbar-form .input-group {
  4446.       display: inline-table;
  4447.       vertical-align: middle;
  4448.     }
  4449.     .navbar-form .input-group .input-group-addon,
  4450.     .navbar-form .input-group .input-group-btn,
  4451.     .navbar-form .input-group .form-control {
  4452.       width: auto;
  4453.     }
  4454.     .navbar-form .input-group > .form-control {
  4455.       width: 100%;
  4456.     }
  4457.     .navbar-form .control-label {
  4458.       margin-bottom: 0;
  4459.       vertical-align: middle;
  4460.     }
  4461.     .navbar-form .radio,
  4462.     .navbar-form .checkbox {
  4463.       display: inline-block;
  4464.       margin-top: 0;
  4465.       margin-bottom: 0;
  4466.       vertical-align: middle;
  4467.     }
  4468.     .navbar-form .radio label,
  4469.     .navbar-form .checkbox label {
  4470.       padding-left: 0;
  4471.     }
  4472.     .navbar-form .radio input[type="radio"],
  4473.     .navbar-form .checkbox input[type="checkbox"] {
  4474.       position: relative;
  4475.       margin-left: 0;
  4476.     }
  4477.     .navbar-form .has-feedback .form-control-feedback {
  4478.       top: 0;
  4479.     }
  4480.   }
  4481.   @media (max-width: 767px) {
  4482.     .navbar-form .form-group {
  4483.       margin-bottom: 5px;
  4484.     }
  4485.     .navbar-form .form-group:last-child {
  4486.       margin-bottom: 0;
  4487.     }
  4488.   }
  4489.   @media (min-width: 768px) {
  4490.     .navbar-form {
  4491.       width: auto;
  4492.       padding-top: 0;
  4493.       padding-bottom: 0;
  4494.       margin-right: 0;
  4495.       margin-left: 0;
  4496.       border: 0;
  4497.       box-shadow: none;
  4498.     }
  4499.   }
  4500.   .navbar-nav > li > .dropdown-menu {
  4501.     margin-top: 0;
  4502.     border-top-left-radius: 0;
  4503.     border-top-right-radius: 0;
  4504.   }
  4505.   .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4506.     margin-bottom: 0;
  4507.     border-top-left-radius: 4px;
  4508.     border-top-right-radius: 4px;
  4509.     border-bottom-right-radius: 0;
  4510.     border-bottom-left-radius: 0;
  4511.   }
  4512.   .navbar-btn {
  4513.     margin-top: 6px;
  4514.     margin-bottom: 6px;
  4515.   }
  4516.   .navbar-btn.btn-sm {
  4517.     margin-top: 10px;
  4518.     margin-bottom: 10px;
  4519.   }
  4520.   .navbar-btn.btn-xs {
  4521.     margin-top: 14px;
  4522.     margin-bottom: 14px;
  4523.   }
  4524.   .navbar-text {
  4525.     margin-top: 15px;
  4526.     margin-bottom: 15px;
  4527.   }
  4528.   @media (min-width: 768px) {
  4529.     .navbar-text {
  4530.       float: left;
  4531.       margin-right: 15px;
  4532.       margin-left: 15px;
  4533.     }
  4534.   }
  4535.   @media (min-width: 768px) {
  4536.     .navbar-left {
  4537.       float: left !important;
  4538.     }
  4539.     .navbar-right {
  4540.       float: right !important;
  4541.       margin-right: -15px;
  4542.     }
  4543.     .navbar-right ~ .navbar-right {
  4544.       margin-right: 0;
  4545.     }
  4546.   }
  4547.   .navbar-default {
  4548.     background-color: #3a3f44;
  4549.     border-color: #2b2e32;
  4550.   }
  4551.   .navbar-default .navbar-brand {
  4552.     color: #c8c8c8;
  4553.   }
  4554.   .navbar-default .navbar-brand:hover,
  4555.   .navbar-default .navbar-brand:focus {
  4556.     color: #ffffff;
  4557.     background-color: none;
  4558.   }
  4559.   .navbar-default .navbar-text {
  4560.     color: #c8c8c8;
  4561.   }
  4562.   .navbar-default .navbar-nav > li > a {
  4563.     color: #c8c8c8;
  4564.   }
  4565.   .navbar-default .navbar-nav > li > a:hover,
  4566.   .navbar-default .navbar-nav > li > a:focus {
  4567.     color: #ffffff;
  4568.     background-color: #272b2e;
  4569.   }
  4570.   .navbar-default .navbar-nav > .active > a,
  4571.   .navbar-default .navbar-nav > .active > a:hover,
  4572.   .navbar-default .navbar-nav > .active > a:focus {
  4573.     color: #ffffff;
  4574.     background-color: #272b2e;
  4575.   }
  4576.   .navbar-default .navbar-nav > .disabled > a,
  4577.   .navbar-default .navbar-nav > .disabled > a:hover,
  4578.   .navbar-default .navbar-nav > .disabled > a:focus {
  4579.     color: #cccccc;
  4580.     background-color: transparent;
  4581.   }
  4582.   .navbar-default .navbar-nav > .open > a,
  4583.   .navbar-default .navbar-nav > .open > a:hover,
  4584.   .navbar-default .navbar-nav > .open > a:focus {
  4585.     color: #ffffff;
  4586.     background-color: #272b2e;
  4587.   }
  4588.   @media (max-width: 767px) {
  4589.     .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4590.       color: #c8c8c8;
  4591.     }
  4592.     .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4593.     .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4594.       color: #ffffff;
  4595.       background-color: #272b2e;
  4596.     }
  4597.     .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4598.     .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4599.     .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4600.       color: #ffffff;
  4601.       background-color: #272b2e;
  4602.     }
  4603.     .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4604.     .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4605.     .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4606.       color: #cccccc;
  4607.       background-color: transparent;
  4608.     }
  4609.   }
  4610.   .navbar-default .navbar-toggle {
  4611.     border-color: #272b2e;
  4612.   }
  4613.   .navbar-default .navbar-toggle:hover,
  4614.   .navbar-default .navbar-toggle:focus {
  4615.     background-color: #272b2e;
  4616.   }
  4617.   .navbar-default .navbar-toggle .icon-bar {
  4618.     background-color: #c8c8c8;
  4619.   }
  4620.   .navbar-default .navbar-collapse,
  4621.   .navbar-default .navbar-form {
  4622.     border-color: #2b2e32;
  4623.   }
  4624.   .navbar-default .navbar-link {
  4625.     color: #c8c8c8;
  4626.   }
  4627.   .navbar-default .navbar-link:hover {
  4628.     color: #ffffff;
  4629.   }
  4630.   .navbar-default .btn-link {
  4631.     color: #c8c8c8;
  4632.   }
  4633.   .navbar-default .btn-link:hover,
  4634.   .navbar-default .btn-link:focus {
  4635.     color: #ffffff;
  4636.   }
  4637.   .navbar-default .btn-link[disabled]:hover,
  4638.   fieldset[disabled] .navbar-default .btn-link:hover,
  4639.   .navbar-default .btn-link[disabled]:focus,
  4640.   fieldset[disabled] .navbar-default .btn-link:focus {
  4641.     color: #cccccc;
  4642.   }
  4643.   .navbar-inverse {
  4644.     background-color: #7a8288;
  4645.     border-color: #62686d;
  4646.   }
  4647.   .navbar-inverse .navbar-brand {
  4648.     color: #cccccc;
  4649.   }
  4650.   .navbar-inverse .navbar-brand:hover,
  4651.   .navbar-inverse .navbar-brand:focus {
  4652.     color: #ffffff;
  4653.     background-color: none;
  4654.   }
  4655.   .navbar-inverse .navbar-text {
  4656.     color: #cccccc;
  4657.   }
  4658.   .navbar-inverse .navbar-nav > li > a {
  4659.     color: #cccccc;
  4660.   }
  4661.   .navbar-inverse .navbar-nav > li > a:hover,
  4662.   .navbar-inverse .navbar-nav > li > a:focus {
  4663.     color: #ffffff;
  4664.     background-color: #5d6368;
  4665.   }
  4666.   .navbar-inverse .navbar-nav > .active > a,
  4667.   .navbar-inverse .navbar-nav > .active > a:hover,
  4668.   .navbar-inverse .navbar-nav > .active > a:focus {
  4669.     color: #ffffff;
  4670.     background-color: #5d6368;
  4671.   }
  4672.   .navbar-inverse .navbar-nav > .disabled > a,
  4673.   .navbar-inverse .navbar-nav > .disabled > a:hover,
  4674.   .navbar-inverse .navbar-nav > .disabled > a:focus {
  4675.     color: #cccccc;
  4676.     background-color: transparent;
  4677.   }
  4678.   .navbar-inverse .navbar-nav > .open > a,
  4679.   .navbar-inverse .navbar-nav > .open > a:hover,
  4680.   .navbar-inverse .navbar-nav > .open > a:focus {
  4681.     color: #ffffff;
  4682.     background-color: #5d6368;
  4683.   }
  4684.   @media (max-width: 767px) {
  4685.     .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4686.       border-color: #62686d;
  4687.     }
  4688.     .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4689.       background-color: #62686d;
  4690.     }
  4691.     .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4692.       color: #cccccc;
  4693.     }
  4694.     .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4695.     .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4696.       color: #ffffff;
  4697.       background-color: #5d6368;
  4698.     }
  4699.     .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4700.     .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4701.     .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4702.       color: #ffffff;
  4703.       background-color: #5d6368;
  4704.     }
  4705.     .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4706.     .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4707.     .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4708.       color: #cccccc;
  4709.       background-color: transparent;
  4710.     }
  4711.   }
  4712.   .navbar-inverse .navbar-toggle {
  4713.     border-color: #5d6368;
  4714.   }
  4715.   .navbar-inverse .navbar-toggle:hover,
  4716.   .navbar-inverse .navbar-toggle:focus {
  4717.     background-color: #5d6368;
  4718.   }
  4719.   .navbar-inverse .navbar-toggle .icon-bar {
  4720.     background-color: #ffffff;
  4721.   }
  4722.   .navbar-inverse .navbar-collapse,
  4723.   .navbar-inverse .navbar-form {
  4724.     border-color: #697075;
  4725.   }
  4726.   .navbar-inverse .navbar-link {
  4727.     color: #cccccc;
  4728.   }
  4729.   .navbar-inverse .navbar-link:hover {
  4730.     color: #ffffff;
  4731.   }
  4732.   .navbar-inverse .btn-link {
  4733.     color: #cccccc;
  4734.   }
  4735.   .navbar-inverse .btn-link:hover,
  4736.   .navbar-inverse .btn-link:focus {
  4737.     color: #ffffff;
  4738.   }
  4739.   .navbar-inverse .btn-link[disabled]:hover,
  4740.   fieldset[disabled] .navbar-inverse .btn-link:hover,
  4741.   .navbar-inverse .btn-link[disabled]:focus,
  4742.   fieldset[disabled] .navbar-inverse .btn-link:focus {
  4743.     color: #cccccc;
  4744.   }
  4745.   .breadcrumb {
  4746.     padding: 8px 15px;
  4747.     margin-bottom: 20px;
  4748.     list-style: none;
  4749.     background-color: transparent;
  4750.     border-radius: 4px;
  4751.   }
  4752.   .breadcrumb > li {
  4753.     display: inline-block;
  4754.   }
  4755.   .breadcrumb > li + li:before {
  4756.     padding: 0 5px;
  4757.     color: #cccccc;
  4758.     content: "/\00a0";
  4759.   }
  4760.   .breadcrumb > .active {
  4761.     color: #7a8288;
  4762.   }
  4763.   .pagination {
  4764.     display: inline-block;
  4765.     padding-left: 0;
  4766.     margin: 20px 0;
  4767.     border-radius: 4px;
  4768.   }
  4769.   .pagination > li {
  4770.     display: inline;
  4771.   }
  4772.   .pagination > li > a,
  4773.   .pagination > li > span {
  4774.     position: relative;
  4775.     float: left;
  4776.     padding: 8px 12px;
  4777.     margin-left: -1px;
  4778.     line-height: 1.42857143;
  4779.     color: #ffffff;
  4780.     text-decoration: none;
  4781.     background-color: #3a3f44;
  4782.     border: 1px solid rgba(0, 0, 0, 0.6);
  4783.   }
  4784.   .pagination > li > a:hover,
  4785.   .pagination > li > span:hover,
  4786.   .pagination > li > a:focus,
  4787.   .pagination > li > span:focus {
  4788.     z-index: 2;
  4789.     color: #ffffff;
  4790.     background-color: transparent;
  4791.     border-color: rgba(0, 0, 0, 0.6);
  4792.   }
  4793.   .pagination > li:first-child > a,
  4794.   .pagination > li:first-child > span {
  4795.     margin-left: 0;
  4796.     border-top-left-radius: 4px;
  4797.     border-bottom-left-radius: 4px;
  4798.   }
  4799.   .pagination > li:last-child > a,
  4800.   .pagination > li:last-child > span {
  4801.     border-top-right-radius: 4px;
  4802.     border-bottom-right-radius: 4px;
  4803.   }
  4804.   .pagination > .active > a,
  4805.   .pagination > .active > span,
  4806.   .pagination > .active > a:hover,
  4807.   .pagination > .active > span:hover,
  4808.   .pagination > .active > a:focus,
  4809.   .pagination > .active > span:focus {
  4810.     z-index: 3;
  4811.     color: #ffffff;
  4812.     cursor: default;
  4813.     background-color: #232628;
  4814.     border-color: rgba(0, 0, 0, 0.6);
  4815.   }
  4816.   .pagination > .disabled > span,
  4817.   .pagination > .disabled > span:hover,
  4818.   .pagination > .disabled > span:focus,
  4819.   .pagination > .disabled > a,
  4820.   .pagination > .disabled > a:hover,
  4821.   .pagination > .disabled > a:focus {
  4822.     color: #7a8288;
  4823.     cursor: not-allowed;
  4824.     background-color: #ffffff;
  4825.     border-color: rgba(0, 0, 0, 0.6);
  4826.   }
  4827.   .pagination-lg > li > a,
  4828.   .pagination-lg > li > span {
  4829.     padding: 14px 16px;
  4830.     font-size: 18px;
  4831.     line-height: 1.3333333;
  4832.   }
  4833.   .pagination-lg > li:first-child > a,
  4834.   .pagination-lg > li:first-child > span {
  4835.     border-top-left-radius: 6px;
  4836.     border-bottom-left-radius: 6px;
  4837.   }
  4838.   .pagination-lg > li:last-child > a,
  4839.   .pagination-lg > li:last-child > span {
  4840.     border-top-right-radius: 6px;
  4841.     border-bottom-right-radius: 6px;
  4842.   }
  4843.   .pagination-sm > li > a,
  4844.   .pagination-sm > li > span {
  4845.     padding: 5px 10px;
  4846.     font-size: 12px;
  4847.     line-height: 1.5;
  4848.   }
  4849.   .pagination-sm > li:first-child > a,
  4850.   .pagination-sm > li:first-child > span {
  4851.     border-top-left-radius: 3px;
  4852.     border-bottom-left-radius: 3px;
  4853.   }
  4854.   .pagination-sm > li:last-child > a,
  4855.   .pagination-sm > li:last-child > span {
  4856.     border-top-right-radius: 3px;
  4857.     border-bottom-right-radius: 3px;
  4858.   }
  4859.   .pager {
  4860.     padding-left: 0;
  4861.     margin: 20px 0;
  4862.     text-align: center;
  4863.     list-style: none;
  4864.   }
  4865.   .pager li {
  4866.     display: inline;
  4867.   }
  4868.   .pager li > a,
  4869.   .pager li > span {
  4870.     display: inline-block;
  4871.     padding: 5px 14px;
  4872.     background-color: #3a3f44;
  4873.     border: 1px solid rgba(0, 0, 0, 0.6);
  4874.     border-radius: 15px;
  4875.   }
  4876.   .pager li > a:hover,
  4877.   .pager li > a:focus {
  4878.     text-decoration: none;
  4879.     background-color: transparent;
  4880.   }
  4881.   .pager .next > a,
  4882.   .pager .next > span {
  4883.     float: right;
  4884.   }
  4885.   .pager .previous > a,
  4886.   .pager .previous > span {
  4887.     float: left;
  4888.   }
  4889.   .pager .disabled > a,
  4890.   .pager .disabled > a:hover,
  4891.   .pager .disabled > a:focus,
  4892.   .pager .disabled > span {
  4893.     color: #7a8288;
  4894.     cursor: not-allowed;
  4895.     background-color: #3a3f44;
  4896.   }
  4897.   .label {
  4898.     display: inline;
  4899.     padding: .2em .6em .3em;
  4900.     font-size: 75%;
  4901.     font-weight: 700;
  4902.     line-height: 1;
  4903.     color: #ffffff;
  4904.     text-align: center;
  4905.     white-space: nowrap;
  4906.     vertical-align: baseline;
  4907.     border-radius: .25em;
  4908.   }
  4909.   a.label:hover,
  4910.   a.label:focus {
  4911.     color: #ffffff;
  4912.     text-decoration: none;
  4913.     cursor: pointer;
  4914.   }
  4915.   .label:empty {
  4916.     display: none;
  4917.   }
  4918.   .btn .label {
  4919.     position: relative;
  4920.     top: -1px;
  4921.   }
  4922.   .label-default {
  4923.     background-color: #3a3f44;
  4924.   }
  4925.   .label-default[href]:hover,
  4926.   .label-default[href]:focus {
  4927.     background-color: #232628;
  4928.   }
  4929.   .label-primary {
  4930.     background-color: #7a8288;
  4931.   }
  4932.   .label-primary[href]:hover,
  4933.   .label-primary[href]:focus {
  4934.     background-color: #62686d;
  4935.   }
  4936.   .label-success {
  4937.     background-color: #62c462;
  4938.   }
  4939.   .label-success[href]:hover,
  4940.   .label-success[href]:focus {
  4941.     background-color: #42b142;
  4942.   }
  4943.   .label-info {
  4944.     background-color: #5bc0de;
  4945.   }
  4946.   .label-info[href]:hover,
  4947.   .label-info[href]:focus {
  4948.     background-color: #31b0d5;
  4949.   }
  4950.   .label-warning {
  4951.     background-color: #f89406;
  4952.   }
  4953.   .label-warning[href]:hover,
  4954.   .label-warning[href]:focus {
  4955.     background-color: #c67605;
  4956.   }
  4957.   .label-danger {
  4958.     background-color: #ee5f5b;
  4959.   }
  4960.   .label-danger[href]:hover,
  4961.   .label-danger[href]:focus {
  4962.     background-color: #e9322d;
  4963.   }
  4964.   .badge {
  4965.     display: inline-block;
  4966.     min-width: 10px;
  4967.     padding: 3px 7px;
  4968.     font-size: 12px;
  4969.     font-weight: bold;
  4970.     line-height: 1;
  4971.     color: #ffffff;
  4972.     text-align: center;
  4973.     white-space: nowrap;
  4974.     vertical-align: middle;
  4975.     background-color: #7a8288;
  4976.     border-radius: 10px;
  4977.   }
  4978.   .badge:empty {
  4979.     display: none;
  4980.   }
  4981.   .btn .badge {
  4982.     position: relative;
  4983.     top: -1px;
  4984.   }
  4985.   .btn-xs .badge,
  4986.   .btn-group-xs > .btn .badge {
  4987.     top: 0;
  4988.     padding: 1px 5px;
  4989.   }
  4990.   a.badge:hover,
  4991.   a.badge:focus {
  4992.     color: #ffffff;
  4993.     text-decoration: none;
  4994.     cursor: pointer;
  4995.   }
  4996.   .list-group-item.active > .badge,
  4997.   .nav-pills > .active > a > .badge {
  4998.     color: #ffffff;
  4999.     background-color: #7a8288;
  5000.   }
  5001.   .list-group-item > .badge {
  5002.     float: right;
  5003.   }
  5004.   .list-group-item > .badge + .badge {
  5005.     margin-right: 5px;
  5006.   }
  5007.   .nav-pills > li > a > .badge {
  5008.     margin-left: 3px;
  5009.   }
  5010.   .jumbotron {
  5011.     padding-top: 30px;
  5012.     padding-bottom: 30px;
  5013.     margin-bottom: 30px;
  5014.     color: inherit;
  5015.     background-color: #1c1e22;
  5016.   }
  5017.   .jumbotron h1,
  5018.   .jumbotron .h1 {
  5019.     color: inherit;
  5020.   }
  5021.   .jumbotron p {
  5022.     margin-bottom: 15px;
  5023.     font-size: 21px;
  5024.     font-weight: 200;
  5025.   }
  5026.   .jumbotron > hr {
  5027.     border-top-color: #050506;
  5028.   }
  5029.   .container .jumbotron,
  5030.   .container-fluid .jumbotron {
  5031.     padding-right: 15px;
  5032.     padding-left: 15px;
  5033.     border-radius: 6px;
  5034.   }
  5035.   .jumbotron .container {
  5036.     max-width: 100%;
  5037.   }
  5038.   @media screen and (min-width: 768px) {
  5039.     .jumbotron {
  5040.       padding-top: 48px;
  5041.       padding-bottom: 48px;
  5042.     }
  5043.     .container .jumbotron,
  5044.     .container-fluid .jumbotron {
  5045.       padding-right: 60px;
  5046.       padding-left: 60px;
  5047.     }
  5048.     .jumbotron h1,
  5049.     .jumbotron .h1 {
  5050.       font-size: 63px;
  5051.     }
  5052.   }
  5053.   .thumbnail {
  5054.     display: block;
  5055.     padding: 4px;
  5056.     margin-bottom: 20px;
  5057.     line-height: 1.42857143;
  5058.     background-color: #1c1e22;
  5059.     border: 1px solid #0c0d0e;
  5060.     border-radius: 4px;
  5061.     transition: border 0.2s ease-in-out;
  5062.   }
  5063.   .thumbnail > img,
  5064.   .thumbnail a > img {
  5065.     margin-right: auto;
  5066.     margin-left: auto;
  5067.   }
  5068.   a.thumbnail:hover,
  5069.   a.thumbnail:focus,
  5070.   a.thumbnail.active {
  5071.     border-color: #ffffff;
  5072.   }
  5073.   .thumbnail .caption {
  5074.     padding: 9px;
  5075.     color: #c8c8c8;
  5076.   }
  5077.   .alert {
  5078.     padding: 15px;
  5079.     margin-bottom: 20px;
  5080.     border: 1px solid transparent;
  5081.     border-radius: 4px;
  5082.   }
  5083.   .alert h4 {
  5084.     margin-top: 0;
  5085.     color: inherit;
  5086.   }
  5087.   .alert .alert-link {
  5088.     font-weight: bold;
  5089.   }
  5090.   .alert > p,
  5091.   .alert > ul {
  5092.     margin-bottom: 0;
  5093.   }
  5094.   .alert > p + p {
  5095.     margin-top: 5px;
  5096.   }
  5097.   .alert-dismissable,
  5098.   .alert-dismissible {
  5099.     padding-right: 35px;
  5100.   }
  5101.   .alert-dismissable .close,
  5102.   .alert-dismissible .close {
  5103.     position: relative;
  5104.     top: -2px;
  5105.     right: -21px;
  5106.     color: inherit;
  5107.   }
  5108.   .alert-success {
  5109.     color: #ffffff;
  5110.     background-color: #62c462;
  5111.     border-color: #62bd4f;
  5112.   }
  5113.   .alert-success hr {
  5114.     border-top-color: #55b142;
  5115.   }
  5116.   .alert-success .alert-link {
  5117.     color: #e6e6e6;
  5118.   }
  5119.   .alert-info {
  5120.     color: #ffffff;
  5121.     background-color: #5bc0de;
  5122.     border-color: #3dced8;
  5123.   }
  5124.   .alert-info hr {
  5125.     border-top-color: #2ac7d2;
  5126.   }
  5127.   .alert-info .alert-link {
  5128.     color: #e6e6e6;
  5129.   }
  5130.   .alert-warning {
  5131.     color: #ffffff;
  5132.     background-color: #f89406;
  5133.     border-color: #e96506;
  5134.   }
  5135.   .alert-warning hr {
  5136.     border-top-color: #d05a05;
  5137.   }
  5138.   .alert-warning .alert-link {
  5139.     color: #e6e6e6;
  5140.   }
  5141.   .alert-danger {
  5142.     color: #ffffff;
  5143.     background-color: #ee5f5b;
  5144.     border-color: #ed4d63;
  5145.   }
  5146.   .alert-danger hr {
  5147.     border-top-color: #ea364f;
  5148.   }
  5149.   .alert-danger .alert-link {
  5150.     color: #e6e6e6;
  5151.   }
  5152.   @-webkit-keyframes progress-bar-stripes {
  5153.     from {
  5154.       background-position: 40px 0;
  5155.     }
  5156.     to {
  5157.       background-position: 0 0;
  5158.     }
  5159.   }
  5160.   @keyframes progress-bar-stripes {
  5161.     from {
  5162.       background-position: 40px 0;
  5163.     }
  5164.     to {
  5165.       background-position: 0 0;
  5166.     }
  5167.   }
  5168.   .progress {
  5169.     height: 20px;
  5170.     margin-bottom: 20px;
  5171.     overflow: hidden;
  5172.     background-color: #1c1e22;
  5173.     border-radius: 4px;
  5174.     box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  5175.   }
  5176.   .progress-bar {
  5177.     float: left;
  5178.     width: 0%;
  5179.     height: 100%;
  5180.     font-size: 12px;
  5181.     line-height: 20px;
  5182.     color: #ffffff;
  5183.     text-align: center;
  5184.     background-color: #7a8288;
  5185.     box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  5186.     transition: width 0.6s ease;
  5187.   }
  5188.   .progress-striped .progress-bar,
  5189.   .progress-bar-striped {
  5190.     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);
  5191.     background-size: 40px 40px;
  5192.   }
  5193.   .progress.active .progress-bar,
  5194.   .progress-bar.active {
  5195.     -webkit-animation: progress-bar-stripes 2s linear infinite;
  5196.     animation: progress-bar-stripes 2s linear infinite;
  5197.   }
  5198.   .progress-bar-success {
  5199.     background-color: #62c462;
  5200.   }
  5201.   .progress-striped .progress-bar-success {
  5202.     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);
  5203.   }
  5204.   .progress-bar-info {
  5205.     background-color: #5bc0de;
  5206.   }
  5207.   .progress-striped .progress-bar-info {
  5208.     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);
  5209.   }
  5210.   .progress-bar-warning {
  5211.     background-color: #f89406;
  5212.   }
  5213.   .progress-striped .progress-bar-warning {
  5214.     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);
  5215.   }
  5216.   .progress-bar-danger {
  5217.     background-color: #ee5f5b;
  5218.   }
  5219.   .progress-striped .progress-bar-danger {
  5220.     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);
  5221.   }
  5222.   .media {
  5223.     margin-top: 15px;
  5224.   }
  5225.   .media:first-child {
  5226.     margin-top: 0;
  5227.   }
  5228.   .media,
  5229.   .media-body {
  5230.     overflow: hidden;
  5231.     zoom: 1;
  5232.   }
  5233.   .media-body {
  5234.     width: 10000px;
  5235.   }
  5236.   .media-object {
  5237.     display: block;
  5238.   }
  5239.   .media-object.img-thumbnail {
  5240.     max-width: none;
  5241.   }
  5242.   .media-right,
  5243.   .media > .pull-right {
  5244.     padding-left: 10px;
  5245.   }
  5246.   .media-left,
  5247.   .media > .pull-left {
  5248.     padding-right: 10px;
  5249.   }
  5250.   .media-left,
  5251.   .media-right,
  5252.   .media-body {
  5253.     display: table-cell;
  5254.     vertical-align: top;
  5255.   }
  5256.   .media-middle {
  5257.     vertical-align: middle;
  5258.   }
  5259.   .media-bottom {
  5260.     vertical-align: bottom;
  5261.   }
  5262.   .media-heading {
  5263.     margin-top: 0;
  5264.     margin-bottom: 5px;
  5265.   }
  5266.   .media-list {
  5267.     padding-left: 0;
  5268.     list-style: none;
  5269.   }
  5270.   .list-group {
  5271.     padding-left: 0;
  5272.     margin-bottom: 20px;
  5273.   }
  5274.   .list-group-item {
  5275.     position: relative;
  5276.     display: block;
  5277.     padding: 10px 15px;
  5278.     margin-bottom: -1px;
  5279.     background-color: #32383e;
  5280.     border: 1px solid rgba(0, 0, 0, 0.6);
  5281.   }
  5282.   .list-group-item:first-child {
  5283.     border-top-left-radius: 4px;
  5284.     border-top-right-radius: 4px;
  5285.   }
  5286.   .list-group-item:last-child {
  5287.     margin-bottom: 0;
  5288.     border-bottom-right-radius: 4px;
  5289.     border-bottom-left-radius: 4px;
  5290.   }
  5291.   .list-group-item.disabled,
  5292.   .list-group-item.disabled:hover,
  5293.   .list-group-item.disabled:focus {
  5294.     color: #7a8288;
  5295.     cursor: not-allowed;
  5296.     background-color: #999999;
  5297.   }
  5298.   .list-group-item.disabled .list-group-item-heading,
  5299.   .list-group-item.disabled:hover .list-group-item-heading,
  5300.   .list-group-item.disabled:focus .list-group-item-heading {
  5301.     color: inherit;
  5302.   }
  5303.   .list-group-item.disabled .list-group-item-text,
  5304.   .list-group-item.disabled:hover .list-group-item-text,
  5305.   .list-group-item.disabled:focus .list-group-item-text {
  5306.     color: #7a8288;
  5307.   }
  5308.   .list-group-item.active,
  5309.   .list-group-item.active:hover,
  5310.   .list-group-item.active:focus {
  5311.     z-index: 2;
  5312.     color: #ffffff;
  5313.     background-color: #3e444c;
  5314.     border-color: rgba(0, 0, 0, 0.6);
  5315.   }
  5316.   .list-group-item.active .list-group-item-heading,
  5317.   .list-group-item.active:hover .list-group-item-heading,
  5318.   .list-group-item.active:focus .list-group-item-heading,
  5319.   .list-group-item.active .list-group-item-heading > small,
  5320.   .list-group-item.active:hover .list-group-item-heading > small,
  5321.   .list-group-item.active:focus .list-group-item-heading > small,
  5322.   .list-group-item.active .list-group-item-heading > .small,
  5323.   .list-group-item.active:hover .list-group-item-heading > .small,
  5324.   .list-group-item.active:focus .list-group-item-heading > .small {
  5325.     color: inherit;
  5326.   }
  5327.   .list-group-item.active .list-group-item-text,
  5328.   .list-group-item.active:hover .list-group-item-text,
  5329.   .list-group-item.active:focus .list-group-item-text {
  5330.     color: #a2aab4;
  5331.   }
  5332.   a.list-group-item,
  5333.   button.list-group-item {
  5334.     color: #c8c8c8;
  5335.   }
  5336.   a.list-group-item .list-group-item-heading,
  5337.   button.list-group-item .list-group-item-heading {
  5338.     color: #ffffff;
  5339.   }
  5340.   a.list-group-item:hover,
  5341.   button.list-group-item:hover,
  5342.   a.list-group-item:focus,
  5343.   button.list-group-item:focus {
  5344.     color: #c8c8c8;
  5345.     text-decoration: none;
  5346.     background-color: #3e444c;
  5347.   }
  5348.   button.list-group-item {
  5349.     width: 100%;
  5350.     text-align: left;
  5351.   }
  5352.   .list-group-item-success {
  5353.     color: #ffffff;
  5354.     background-color: #62c462;
  5355.   }
  5356.   a.list-group-item-success,
  5357.   button.list-group-item-success {
  5358.     color: #ffffff;
  5359.   }
  5360.   a.list-group-item-success .list-group-item-heading,
  5361.   button.list-group-item-success .list-group-item-heading {
  5362.     color: inherit;
  5363.   }
  5364.   a.list-group-item-success:hover,
  5365.   button.list-group-item-success:hover,
  5366.   a.list-group-item-success:focus,
  5367.   button.list-group-item-success:focus {
  5368.     color: #ffffff;
  5369.     background-color: #4fbd4f;
  5370.   }
  5371.   a.list-group-item-success.active,
  5372.   button.list-group-item-success.active,
  5373.   a.list-group-item-success.active:hover,
  5374.   button.list-group-item-success.active:hover,
  5375.   a.list-group-item-success.active:focus,
  5376.   button.list-group-item-success.active:focus {
  5377.     color: #fff;
  5378.     background-color: #ffffff;
  5379.     border-color: #ffffff;
  5380.   }
  5381.   .list-group-item-info {
  5382.     color: #ffffff;
  5383.     background-color: #5bc0de;
  5384.   }
  5385.   a.list-group-item-info,
  5386.   button.list-group-item-info {
  5387.     color: #ffffff;
  5388.   }
  5389.   a.list-group-item-info .list-group-item-heading,
  5390.   button.list-group-item-info .list-group-item-heading {
  5391.     color: inherit;
  5392.   }
  5393.   a.list-group-item-info:hover,
  5394.   button.list-group-item-info:hover,
  5395.   a.list-group-item-info:focus,
  5396.   button.list-group-item-info:focus {
  5397.     color: #ffffff;
  5398.     background-color: #46b8da;
  5399.   }
  5400.   a.list-group-item-info.active,
  5401.   button.list-group-item-info.active,
  5402.   a.list-group-item-info.active:hover,
  5403.   button.list-group-item-info.active:hover,
  5404.   a.list-group-item-info.active:focus,
  5405.   button.list-group-item-info.active:focus {
  5406.     color: #fff;
  5407.     background-color: #ffffff;
  5408.     border-color: #ffffff;
  5409.   }
  5410.   .list-group-item-warning {
  5411.     color: #ffffff;
  5412.     background-color: #f89406;
  5413.   }
  5414.   a.list-group-item-warning,
  5415.   button.list-group-item-warning {
  5416.     color: #ffffff;
  5417.   }
  5418.   a.list-group-item-warning .list-group-item-heading,
  5419.   button.list-group-item-warning .list-group-item-heading {
  5420.     color: inherit;
  5421.   }
  5422.   a.list-group-item-warning:hover,
  5423.   button.list-group-item-warning:hover,
  5424.   a.list-group-item-warning:focus,
  5425.   button.list-group-item-warning:focus {
  5426.     color: #ffffff;
  5427.     background-color: #df8505;
  5428.   }
  5429.   a.list-group-item-warning.active,
  5430.   button.list-group-item-warning.active,
  5431.   a.list-group-item-warning.active:hover,
  5432.   button.list-group-item-warning.active:hover,
  5433.   a.list-group-item-warning.active:focus,
  5434.   button.list-group-item-warning.active:focus {
  5435.     color: #fff;
  5436.     background-color: #ffffff;
  5437.     border-color: #ffffff;
  5438.   }
  5439.   .list-group-item-danger {
  5440.     color: #ffffff;
  5441.     background-color: #ee5f5b;
  5442.   }
  5443.   a.list-group-item-danger,
  5444.   button.list-group-item-danger {
  5445.     color: #ffffff;
  5446.   }
  5447.   a.list-group-item-danger .list-group-item-heading,
  5448.   button.list-group-item-danger .list-group-item-heading {
  5449.     color: inherit;
  5450.   }
  5451.   a.list-group-item-danger:hover,
  5452.   button.list-group-item-danger:hover,
  5453.   a.list-group-item-danger:focus,
  5454.   button.list-group-item-danger:focus {
  5455.     color: #ffffff;
  5456.     background-color: #ec4844;
  5457.   }
  5458.   a.list-group-item-danger.active,
  5459.   button.list-group-item-danger.active,
  5460.   a.list-group-item-danger.active:hover,
  5461.   button.list-group-item-danger.active:hover,
  5462.   a.list-group-item-danger.active:focus,
  5463.   button.list-group-item-danger.active:focus {
  5464.     color: #fff;
  5465.     background-color: #ffffff;
  5466.     border-color: #ffffff;
  5467.   }
  5468.   .list-group-item-heading {
  5469.     margin-top: 0;
  5470.     margin-bottom: 5px;
  5471.   }
  5472.   .list-group-item-text {
  5473.     margin-bottom: 0;
  5474.     line-height: 1.3;
  5475.   }
  5476.   .panel {
  5477.     margin-bottom: 20px;
  5478.     background-color: #2e3338;
  5479.     border: 1px solid transparent;
  5480.     border-radius: 4px;
  5481.     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5482.   }
  5483.   .panel-body {
  5484.     padding: 15px;
  5485.   }
  5486.   .panel-heading {
  5487.     padding: 10px 15px;
  5488.     border-bottom: 1px solid transparent;
  5489.     border-top-left-radius: 3px;
  5490.     border-top-right-radius: 3px;
  5491.   }
  5492.   .panel-heading > .dropdown .dropdown-toggle {
  5493.     color: inherit;
  5494.   }
  5495.   .panel-title {
  5496.     margin-top: 0;
  5497.     margin-bottom: 0;
  5498.     font-size: 16px;
  5499.     color: inherit;
  5500.   }
  5501.   .panel-title > a,
  5502.   .panel-title > small,
  5503.   .panel-title > .small,
  5504.   .panel-title > small > a,
  5505.   .panel-title > .small > a {
  5506.     color: inherit;
  5507.   }
  5508.   .panel-footer {
  5509.     padding: 10px 15px;
  5510.     background-color: #3e444c;
  5511.     border-top: 1px solid rgba(0, 0, 0, 0.6);
  5512.     border-bottom-right-radius: 3px;
  5513.     border-bottom-left-radius: 3px;
  5514.   }
  5515.   .panel > .list-group,
  5516.   .panel > .panel-collapse > .list-group {
  5517.     margin-bottom: 0;
  5518.   }
  5519.   .panel > .list-group .list-group-item,
  5520.   .panel > .panel-collapse > .list-group .list-group-item {
  5521.     border-width: 1px 0;
  5522.     border-radius: 0;
  5523.   }
  5524.   .panel > .list-group:first-child .list-group-item:first-child,
  5525.   .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5526.     border-top: 0;
  5527.     border-top-left-radius: 3px;
  5528.     border-top-right-radius: 3px;
  5529.   }
  5530.   .panel > .list-group:last-child .list-group-item:last-child,
  5531.   .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5532.     border-bottom: 0;
  5533.     border-bottom-right-radius: 3px;
  5534.     border-bottom-left-radius: 3px;
  5535.   }
  5536.   .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  5537.     border-top-left-radius: 0;
  5538.     border-top-right-radius: 0;
  5539.   }
  5540.   .panel-heading + .list-group .list-group-item:first-child {
  5541.     border-top-width: 0;
  5542.   }
  5543.   .list-group + .panel-footer {
  5544.     border-top-width: 0;
  5545.   }
  5546.   .panel > .table,
  5547.   .panel > .table-responsive > .table,
  5548.   .panel > .panel-collapse > .table {
  5549.     margin-bottom: 0;
  5550.   }
  5551.   .panel > .table caption,
  5552.   .panel > .table-responsive > .table caption,
  5553.   .panel > .panel-collapse > .table caption {
  5554.     padding-right: 15px;
  5555.     padding-left: 15px;
  5556.   }
  5557.   .panel > .table:first-child,
  5558.   .panel > .table-responsive:first-child > .table:first-child {
  5559.     border-top-left-radius: 3px;
  5560.     border-top-right-radius: 3px;
  5561.   }
  5562.   .panel > .table:first-child > thead:first-child > tr:first-child,
  5563.   .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5564.   .panel > .table:first-child > tbody:first-child > tr:first-child,
  5565.   .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5566.     border-top-left-radius: 3px;
  5567.     border-top-right-radius: 3px;
  5568.   }
  5569.   .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5570.   .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5571.   .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5572.   .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5573.   .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5574.   .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5575.   .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5576.   .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5577.     border-top-left-radius: 3px;
  5578.   }
  5579.   .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5580.   .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5581.   .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5582.   .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5583.   .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5584.   .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5585.   .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5586.   .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5587.     border-top-right-radius: 3px;
  5588.   }
  5589.   .panel > .table:last-child,
  5590.   .panel > .table-responsive:last-child > .table:last-child {
  5591.     border-bottom-right-radius: 3px;
  5592.     border-bottom-left-radius: 3px;
  5593.   }
  5594.   .panel > .table:last-child > tbody:last-child > tr:last-child,
  5595.   .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5596.   .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5597.   .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5598.     border-bottom-right-radius: 3px;
  5599.     border-bottom-left-radius: 3px;
  5600.   }
  5601.   .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5602.   .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5603.   .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5604.   .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5605.   .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5606.   .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5607.   .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5608.   .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5609.     border-bottom-left-radius: 3px;
  5610.   }
  5611.   .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5612.   .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5613.   .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5614.   .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5615.   .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5616.   .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5617.   .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5618.   .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5619.     border-bottom-right-radius: 3px;
  5620.   }
  5621.   .panel > .panel-body + .table,
  5622.   .panel > .panel-body + .table-responsive,
  5623.   .panel > .table + .panel-body,
  5624.   .panel > .table-responsive + .panel-body {
  5625.     border-top: 1px solid #1c1e22;
  5626.   }
  5627.   .panel > .table > tbody:first-child > tr:first-child th,
  5628.   .panel > .table > tbody:first-child > tr:first-child td {
  5629.     border-top: 0;
  5630.   }
  5631.   .panel > .table-bordered,
  5632.   .panel > .table-responsive > .table-bordered {
  5633.     border: 0;
  5634.   }
  5635.   .panel > .table-bordered > thead > tr > th:first-child,
  5636.   .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5637.   .panel > .table-bordered > tbody > tr > th:first-child,
  5638.   .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5639.   .panel > .table-bordered > tfoot > tr > th:first-child,
  5640.   .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5641.   .panel > .table-bordered > thead > tr > td:first-child,
  5642.   .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5643.   .panel > .table-bordered > tbody > tr > td:first-child,
  5644.   .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5645.   .panel > .table-bordered > tfoot > tr > td:first-child,
  5646.   .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5647.     border-left: 0;
  5648.   }
  5649.   .panel > .table-bordered > thead > tr > th:last-child,
  5650.   .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5651.   .panel > .table-bordered > tbody > tr > th:last-child,
  5652.   .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5653.   .panel > .table-bordered > tfoot > tr > th:last-child,
  5654.   .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5655.   .panel > .table-bordered > thead > tr > td:last-child,
  5656.   .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5657.   .panel > .table-bordered > tbody > tr > td:last-child,
  5658.   .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5659.   .panel > .table-bordered > tfoot > tr > td:last-child,
  5660.   .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5661.     border-right: 0;
  5662.   }
  5663.   .panel > .table-bordered > thead > tr:first-child > td,
  5664.   .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5665.   .panel > .table-bordered > tbody > tr:first-child > td,
  5666.   .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5667.   .panel > .table-bordered > thead > tr:first-child > th,
  5668.   .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5669.   .panel > .table-bordered > tbody > tr:first-child > th,
  5670.   .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5671.     border-bottom: 0;
  5672.   }
  5673.   .panel > .table-bordered > tbody > tr:last-child > td,
  5674.   .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5675.   .panel > .table-bordered > tfoot > tr:last-child > td,
  5676.   .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5677.   .panel > .table-bordered > tbody > tr:last-child > th,
  5678.   .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5679.   .panel > .table-bordered > tfoot > tr:last-child > th,
  5680.   .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5681.     border-bottom: 0;
  5682.   }
  5683.   .panel > .table-responsive {
  5684.     margin-bottom: 0;
  5685.     border: 0;
  5686.   }
  5687.   .panel-group {
  5688.     margin-bottom: 20px;
  5689.   }
  5690.   .panel-group .panel {
  5691.     margin-bottom: 0;
  5692.     border-radius: 4px;
  5693.   }
  5694.   .panel-group .panel + .panel {
  5695.     margin-top: 5px;
  5696.   }
  5697.   .panel-group .panel-heading {
  5698.     border-bottom: 0;
  5699.   }
  5700.   .panel-group .panel-heading + .panel-collapse > .panel-body,
  5701.   .panel-group .panel-heading + .panel-collapse > .list-group {
  5702.     border-top: 1px solid rgba(0, 0, 0, 0.6);
  5703.   }
  5704.   .panel-group .panel-footer {
  5705.     border-top: 0;
  5706.   }
  5707.   .panel-group .panel-footer + .panel-collapse .panel-body {
  5708.     border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  5709.   }
  5710.   .panel-default {
  5711.     border-color: rgba(0, 0, 0, 0.6);
  5712.   }
  5713.   .panel-default > .panel-heading {
  5714.     color: #c8c8c8;
  5715.     background-color: #3e444c;
  5716.     border-color: rgba(0, 0, 0, 0.6);
  5717.   }
  5718.   .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5719.     border-top-color: rgba(0, 0, 0, 0.6);
  5720.   }
  5721.   .panel-default > .panel-heading .badge {
  5722.     color: #3e444c;
  5723.     background-color: #c8c8c8;
  5724.   }
  5725.   .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5726.     border-bottom-color: rgba(0, 0, 0, 0.6);
  5727.   }
  5728.   .panel-primary {
  5729.     border-color: rgba(0, 0, 0, 0.6);
  5730.   }
  5731.   .panel-primary > .panel-heading {
  5732.     color: #ffffff;
  5733.     background-color: #7a8288;
  5734.     border-color: rgba(0, 0, 0, 0.6);
  5735.   }
  5736.   .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5737.     border-top-color: rgba(0, 0, 0, 0.6);
  5738.   }
  5739.   .panel-primary > .panel-heading .badge {
  5740.     color: #7a8288;
  5741.     background-color: #ffffff;
  5742.   }
  5743.   .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5744.     border-bottom-color: rgba(0, 0, 0, 0.6);
  5745.   }
  5746.   .panel-success {
  5747.     border-color: rgba(0, 0, 0, 0.6);
  5748.   }
  5749.   .panel-success > .panel-heading {
  5750.     color: #ffffff;
  5751.     background-color: #62c462;
  5752.     border-color: rgba(0, 0, 0, 0.6);
  5753.   }
  5754.   .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5755.     border-top-color: rgba(0, 0, 0, 0.6);
  5756.   }
  5757.   .panel-success > .panel-heading .badge {
  5758.     color: #62c462;
  5759.     background-color: #ffffff;
  5760.   }
  5761.   .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5762.     border-bottom-color: rgba(0, 0, 0, 0.6);
  5763.   }
  5764.   .panel-info {
  5765.     border-color: rgba(0, 0, 0, 0.6);
  5766.   }
  5767.   .panel-info > .panel-heading {
  5768.     color: #ffffff;
  5769.     background-color: #5bc0de;
  5770.     border-color: rgba(0, 0, 0, 0.6);
  5771.   }
  5772.   .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5773.     border-top-color: rgba(0, 0, 0, 0.6);
  5774.   }
  5775.   .panel-info > .panel-heading .badge {
  5776.     color: #5bc0de;
  5777.     background-color: #ffffff;
  5778.   }
  5779.   .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5780.     border-bottom-color: rgba(0, 0, 0, 0.6);
  5781.   }
  5782.   .panel-warning {
  5783.     border-color: rgba(0, 0, 0, 0.6);
  5784.   }
  5785.   .panel-warning > .panel-heading {
  5786.     color: #ffffff;
  5787.     background-color: #f89406;
  5788.     border-color: rgba(0, 0, 0, 0.6);
  5789.   }
  5790.   .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5791.     border-top-color: rgba(0, 0, 0, 0.6);
  5792.   }
  5793.   .panel-warning > .panel-heading .badge {
  5794.     color: #f89406;
  5795.     background-color: #ffffff;
  5796.   }
  5797.   .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5798.     border-bottom-color: rgba(0, 0, 0, 0.6);
  5799.   }
  5800.   .panel-danger {
  5801.     border-color: rgba(0, 0, 0, 0.6);
  5802.   }
  5803.   .panel-danger > .panel-heading {
  5804.     color: #ffffff;
  5805.     background-color: #ee5f5b;
  5806.     border-color: rgba(0, 0, 0, 0.6);
  5807.   }
  5808.   .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5809.     border-top-color: rgba(0, 0, 0, 0.6);
  5810.   }
  5811.   .panel-danger > .panel-heading .badge {
  5812.     color: #ee5f5b;
  5813.     background-color: #ffffff;
  5814.   }
  5815.   .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5816.     border-bottom-color: rgba(0, 0, 0, 0.6);
  5817.   }
  5818.   .embed-responsive {
  5819.     position: relative;
  5820.     display: block;
  5821.     height: 0;
  5822.     padding: 0;
  5823.     overflow: hidden;
  5824.   }
  5825.   .embed-responsive .embed-responsive-item,
  5826.   .embed-responsive iframe,
  5827.   .embed-responsive embed,
  5828.   .embed-responsive object,
  5829.   .embed-responsive video {
  5830.     position: absolute;
  5831.     top: 0;
  5832.     bottom: 0;
  5833.     left: 0;
  5834.     width: 100%;
  5835.     height: 100%;
  5836.     border: 0;
  5837.   }
  5838.   .embed-responsive-16by9 {
  5839.     padding-bottom: 56.25%;
  5840.   }
  5841.   .embed-responsive-4by3 {
  5842.     padding-bottom: 75%;
  5843.   }
  5844.   .well {
  5845.     min-height: 20px;
  5846.     padding: 19px;
  5847.     margin-bottom: 20px;
  5848.     background-color: #1c1e22;
  5849.     border: 1px solid #0c0d0e;
  5850.     border-radius: 4px;
  5851.     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5852.   }
  5853.   .well blockquote {
  5854.     border-color: #ddd;
  5855.     border-color: rgba(0, 0, 0, 0.15);
  5856.   }
  5857.   .well-lg {
  5858.     padding: 24px;
  5859.     border-radius: 6px;
  5860.   }
  5861.   .well-sm {
  5862.     padding: 9px;
  5863.     border-radius: 3px;
  5864.   }
  5865.   .close {
  5866.     float: right;
  5867.     font-size: 21px;
  5868.     font-weight: bold;
  5869.     line-height: 1;
  5870.     color: #000000;
  5871.     text-shadow: 0 1px 0 #ffffff;
  5872.     filter: alpha(opacity=20);
  5873.     opacity: 0.2;
  5874.   }
  5875.   .close:hover,
  5876.   .close:focus {
  5877.     color: #000000;
  5878.     text-decoration: none;
  5879.     cursor: pointer;
  5880.     filter: alpha(opacity=50);
  5881.     opacity: 0.5;
  5882.   }
  5883.   button.close {
  5884.     padding: 0;
  5885.     cursor: pointer;
  5886.     background: transparent;
  5887.     border: 0;
  5888.     -webkit-appearance: none;
  5889.     appearance: none;
  5890.   }
  5891.   .modal-open {
  5892.     overflow: hidden;
  5893.   }
  5894.   .modal {
  5895.     position: fixed;
  5896.     top: 0;
  5897.     right: 0;
  5898.     bottom: 0;
  5899.     left: 0;
  5900.     z-index: 1050;
  5901.     display: none;
  5902.     overflow: hidden;
  5903.     -webkit-overflow-scrolling: touch;
  5904.     outline: 0;
  5905.   }
  5906.   .modal.fade .modal-dialog {
  5907.     -webkit-transform: translate(0, -25%);
  5908.     transform: translate(0, -25%);
  5909.     transition: -webkit-transform 0.3s ease-out;
  5910.     transition: transform 0.3s ease-out;
  5911.   }
  5912.   .modal.in .modal-dialog {
  5913.     -webkit-transform: translate(0, 0);
  5914.     transform: translate(0, 0);
  5915.   }
  5916.   .modal-open .modal {
  5917.     overflow-x: hidden;
  5918.     overflow-y: auto;
  5919.   }
  5920.   .modal-dialog {
  5921.     position: relative;
  5922.     width: auto;
  5923.     margin: 10px;
  5924.   }
  5925.   .modal-content {
  5926.     position: relative;
  5927.     background-color: #2e3338;
  5928.     background-clip: padding-box;
  5929.     border: 1px solid #999999;
  5930.     border: 1px solid rgba(0, 0, 0, 0.2);
  5931.     border-radius: 6px;
  5932.     box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5933.     outline: 0;
  5934.   }
  5935.   .modal-backdrop {
  5936.     position: fixed;
  5937.     top: 0;
  5938.     right: 0;
  5939.     bottom: 0;
  5940.     left: 0;
  5941.     z-index: 1040;
  5942.     background-color: #000000;
  5943.   }
  5944.   .modal-backdrop.fade {
  5945.     filter: alpha(opacity=0);
  5946.     opacity: 0;
  5947.   }
  5948.   .modal-backdrop.in {
  5949.     filter: alpha(opacity=50);
  5950.     opacity: 0.5;
  5951.   }
  5952.   .modal-header {
  5953.     padding: 15px;
  5954.     border-bottom: 1px solid #1c1e22;
  5955.   }
  5956.   .modal-header .close {
  5957.     margin-top: -2px;
  5958.   }
  5959.   .modal-title {
  5960.     margin: 0;
  5961.     line-height: 1.42857143;
  5962.   }
  5963.   .modal-body {
  5964.     position: relative;
  5965.     padding: 20px;
  5966.   }
  5967.   .modal-footer {
  5968.     padding: 20px;
  5969.     text-align: right;
  5970.     border-top: 1px solid #1c1e22;
  5971.   }
  5972.   .modal-footer .btn + .btn {
  5973.     margin-bottom: 0;
  5974.     margin-left: 5px;
  5975.   }
  5976.   .modal-footer .btn-group .btn + .btn {
  5977.     margin-left: -1px;
  5978.   }
  5979.   .modal-footer .btn-block + .btn-block {
  5980.     margin-left: 0;
  5981.   }
  5982.   .modal-scrollbar-measure {
  5983.     position: absolute;
  5984.     top: -9999px;
  5985.     width: 50px;
  5986.     height: 50px;
  5987.     overflow: scroll;
  5988.   }
  5989.   @media (min-width: 768px) {
  5990.     .modal-dialog {
  5991.       width: 600px;
  5992.       margin: 30px auto;
  5993.     }
  5994.     .modal-content {
  5995.       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5996.     }
  5997.     .modal-sm {
  5998.       width: 300px;
  5999.     }
  6000.   }
  6001.   @media (min-width: 992px) {
  6002.     .modal-lg {
  6003.       width: 900px;
  6004.     }
  6005.   }
  6006.   .tooltip {
  6007.     position: absolute;
  6008.     z-index: 1070;
  6009.     display: block;
  6010.     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  6011.     font-style: normal;
  6012.     font-weight: 400;
  6013.     line-height: 1.42857143;
  6014.     line-break: auto;
  6015.     text-align: left;
  6016.     text-align: start;
  6017.     text-decoration: none;
  6018.     text-shadow: none;
  6019.     text-transform: none;
  6020.     letter-spacing: normal;
  6021.     word-break: normal;
  6022.     word-spacing: normal;
  6023.     word-wrap: normal;
  6024.     white-space: normal;
  6025.     font-size: 12px;
  6026.     filter: alpha(opacity=0);
  6027.     opacity: 0;
  6028.   }
  6029.   .tooltip.in {
  6030.     filter: alpha(opacity=90);
  6031.     opacity: 0.9;
  6032.   }
  6033.   .tooltip.top {
  6034.     padding: 5px 0;
  6035.     margin-top: -3px;
  6036.   }
  6037.   .tooltip.right {
  6038.     padding: 0 5px;
  6039.     margin-left: 3px;
  6040.   }
  6041.   .tooltip.bottom {
  6042.     padding: 5px 0;
  6043.     margin-top: 3px;
  6044.   }
  6045.   .tooltip.left {
  6046.     padding: 0 5px;
  6047.     margin-left: -3px;
  6048.   }
  6049.   .tooltip.top .tooltip-arrow {
  6050.     bottom: 0;
  6051.     left: 50%;
  6052.     margin-left: -5px;
  6053.     border-width: 5px 5px 0;
  6054.     border-top-color: #000000;
  6055.   }
  6056.   .tooltip.top-left .tooltip-arrow {
  6057.     right: 5px;
  6058.     bottom: 0;
  6059.     margin-bottom: -5px;
  6060.     border-width: 5px 5px 0;
  6061.     border-top-color: #000000;
  6062.   }
  6063.   .tooltip.top-right .tooltip-arrow {
  6064.     bottom: 0;
  6065.     left: 5px;
  6066.     margin-bottom: -5px;
  6067.     border-width: 5px 5px 0;
  6068.     border-top-color: #000000;
  6069.   }
  6070.   .tooltip.right .tooltip-arrow {
  6071.     top: 50%;
  6072.     left: 0;
  6073.     margin-top: -5px;
  6074.     border-width: 5px 5px 5px 0;
  6075.     border-right-color: #000000;
  6076.   }
  6077.   .tooltip.left .tooltip-arrow {
  6078.     top: 50%;
  6079.     right: 0;
  6080.     margin-top: -5px;
  6081.     border-width: 5px 0 5px 5px;
  6082.     border-left-color: #000000;
  6083.   }
  6084.   .tooltip.bottom .tooltip-arrow {
  6085.     top: 0;
  6086.     left: 50%;
  6087.     margin-left: -5px;
  6088.     border-width: 0 5px 5px;
  6089.     border-bottom-color: #000000;
  6090.   }
  6091.   .tooltip.bottom-left .tooltip-arrow {
  6092.     top: 0;
  6093.     right: 5px;
  6094.     margin-top: -5px;
  6095.     border-width: 0 5px 5px;
  6096.     border-bottom-color: #000000;
  6097.   }
  6098.   .tooltip.bottom-right .tooltip-arrow {
  6099.     top: 0;
  6100.     left: 5px;
  6101.     margin-top: -5px;
  6102.     border-width: 0 5px 5px;
  6103.     border-bottom-color: #000000;
  6104.   }
  6105.   .tooltip-inner {
  6106.     max-width: 200px;
  6107.     padding: 3px 8px;
  6108.     color: #ffffff;
  6109.     text-align: center;
  6110.     background-color: #000000;
  6111.     border-radius: 4px;
  6112.   }
  6113.   .tooltip-arrow {
  6114.     position: absolute;
  6115.     width: 0;
  6116.     height: 0;
  6117.     border-color: transparent;
  6118.     border-style: solid;
  6119.   }
  6120.   .popover {
  6121.     position: absolute;
  6122.     top: 0;
  6123.     left: 0;
  6124.     z-index: 1060;
  6125.     display: none;
  6126.     max-width: 276px;
  6127.     padding: 1px;
  6128.     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  6129.     font-style: normal;
  6130.     font-weight: 400;
  6131.     line-height: 1.42857143;
  6132.     line-break: auto;
  6133.     text-align: left;
  6134.     text-align: start;
  6135.     text-decoration: none;
  6136.     text-shadow: none;
  6137.     text-transform: none;
  6138.     letter-spacing: normal;
  6139.     word-break: normal;
  6140.     word-spacing: normal;
  6141.     word-wrap: normal;
  6142.     white-space: normal;
  6143.     font-size: 14px;
  6144.     background-color: #2e3338;
  6145.     background-clip: padding-box;
  6146.     border: 1px solid #999999;
  6147.     border: 1px solid rgba(0, 0, 0, 0.2);
  6148.     border-radius: 6px;
  6149.     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  6150.   }
  6151.   .popover.top {
  6152.     margin-top: -10px;
  6153.   }
  6154.   .popover.right {
  6155.     margin-left: 10px;
  6156.   }
  6157.   .popover.bottom {
  6158.     margin-top: 10px;
  6159.   }
  6160.   .popover.left {
  6161.     margin-left: -10px;
  6162.   }
  6163.   .popover > .arrow {
  6164.     border-width: 11px;
  6165.   }
  6166.   .popover > .arrow,
  6167.   .popover > .arrow:after {
  6168.     position: absolute;
  6169.     display: block;
  6170.     width: 0;
  6171.     height: 0;
  6172.     border-color: transparent;
  6173.     border-style: solid;
  6174.   }
  6175.   .popover > .arrow:after {
  6176.     content: "";
  6177.     border-width: 10px;
  6178.   }
  6179.   .popover.top > .arrow {
  6180.     bottom: -11px;
  6181.     left: 50%;
  6182.     margin-left: -11px;
  6183.     border-top-color: #666666;
  6184.     border-top-color: rgba(0, 0, 0, 0.25);
  6185.     border-bottom-width: 0;
  6186.   }
  6187.   .popover.top > .arrow:after {
  6188.     bottom: 1px;
  6189.     margin-left: -10px;
  6190.     content: " ";
  6191.     border-top-color: #2e3338;
  6192.     border-bottom-width: 0;
  6193.   }
  6194.   .popover.right > .arrow {
  6195.     top: 50%;
  6196.     left: -11px;
  6197.     margin-top: -11px;
  6198.     border-right-color: #666666;
  6199.     border-right-color: rgba(0, 0, 0, 0.25);
  6200.     border-left-width: 0;
  6201.   }
  6202.   .popover.right > .arrow:after {
  6203.     bottom: -10px;
  6204.     left: 1px;
  6205.     content: " ";
  6206.     border-right-color: #2e3338;
  6207.     border-left-width: 0;
  6208.   }
  6209.   .popover.bottom > .arrow {
  6210.     top: -11px;
  6211.     left: 50%;
  6212.     margin-left: -11px;
  6213.     border-top-width: 0;
  6214.     border-bottom-color: #666666;
  6215.     border-bottom-color: rgba(0, 0, 0, 0.25);
  6216.   }
  6217.   .popover.bottom > .arrow:after {
  6218.     top: 1px;
  6219.     margin-left: -10px;
  6220.     content: " ";
  6221.     border-top-width: 0;
  6222.     border-bottom-color: #2e3338;
  6223.   }
  6224.   .popover.left > .arrow {
  6225.     top: 50%;
  6226.     right: -11px;
  6227.     margin-top: -11px;
  6228.     border-right-width: 0;
  6229.     border-left-color: #666666;
  6230.     border-left-color: rgba(0, 0, 0, 0.25);
  6231.   }
  6232.   .popover.left > .arrow:after {
  6233.     right: 1px;
  6234.     bottom: -10px;
  6235.     content: " ";
  6236.     border-right-width: 0;
  6237.     border-left-color: #2e3338;
  6238.   }
  6239.   .popover-title {
  6240.     padding: 8px 14px;
  6241.     margin: 0;
  6242.     font-size: 14px;
  6243.     background-color: #2e3338;
  6244.     border-bottom: 1px solid #22262a;
  6245.     border-radius: 5px 5px 0 0;
  6246.   }
  6247.   .popover-content {
  6248.     padding: 9px 14px;
  6249.   }
  6250.   .carousel {
  6251.     position: relative;
  6252.   }
  6253.   .carousel-inner {
  6254.     position: relative;
  6255.     width: 100%;
  6256.     overflow: hidden;
  6257.   }
  6258.   .carousel-inner > .item {
  6259.     position: relative;
  6260.     display: none;
  6261.     transition: 0.6s ease-in-out left;
  6262.   }
  6263.   .carousel-inner > .item > img,
  6264.   .carousel-inner > .item > a > img {
  6265.     line-height: 1;
  6266.   }
  6267.   @media all and (transform-3d), (-webkit-transform-3d) {
  6268.     .carousel-inner > .item {
  6269.       transition: -webkit-transform 0.6s ease-in-out;
  6270.       transition: transform 0.6s ease-in-out;
  6271.       -webkit-backface-visibility: hidden;
  6272.       backface-visibility: hidden;
  6273.       -webkit-perspective: 1000px;
  6274.       perspective: 1000px;
  6275.     }
  6276.     .carousel-inner > .item.next,
  6277.     .carousel-inner > .item.active.right {
  6278.       -webkit-transform: translate3d(100%, 0, 0);
  6279.       transform: translate3d(100%, 0, 0);
  6280.       left: 0;
  6281.     }
  6282.     .carousel-inner > .item.prev,
  6283.     .carousel-inner > .item.active.left {
  6284.       -webkit-transform: translate3d(-100%, 0, 0);
  6285.       transform: translate3d(-100%, 0, 0);
  6286.       left: 0;
  6287.     }
  6288.     .carousel-inner > .item.next.left,
  6289.     .carousel-inner > .item.prev.right,
  6290.     .carousel-inner > .item.active {
  6291.       -webkit-transform: translate3d(0, 0, 0);
  6292.       transform: translate3d(0, 0, 0);
  6293.       left: 0;
  6294.     }
  6295.   }
  6296.   .carousel-inner > .active,
  6297.   .carousel-inner > .next,
  6298.   .carousel-inner > .prev {
  6299.     display: block;
  6300.   }
  6301.   .carousel-inner > .active {
  6302.     left: 0;
  6303.   }
  6304.   .carousel-inner > .next,
  6305.   .carousel-inner > .prev {
  6306.     position: absolute;
  6307.     top: 0;
  6308.     width: 100%;
  6309.   }
  6310.   .carousel-inner > .next {
  6311.     left: 100%;
  6312.   }
  6313.   .carousel-inner > .prev {
  6314.     left: -100%;
  6315.   }
  6316.   .carousel-inner > .next.left,
  6317.   .carousel-inner > .prev.right {
  6318.     left: 0;
  6319.   }
  6320.   .carousel-inner > .active.left {
  6321.     left: -100%;
  6322.   }
  6323.   .carousel-inner > .active.right {
  6324.     left: 100%;
  6325.   }
  6326.   .carousel-control {
  6327.     position: absolute;
  6328.     top: 0;
  6329.     bottom: 0;
  6330.     left: 0;
  6331.     width: 15%;
  6332.     font-size: 20px;
  6333.     color: #ffffff;
  6334.     text-align: center;
  6335.     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6336.     background-color: rgba(0, 0, 0, 0);
  6337.     filter: alpha(opacity=50);
  6338.     opacity: 0.5;
  6339.   }
  6340.   .carousel-control.left {
  6341.     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6342.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  6343.     background-repeat: repeat-x;
  6344.   }
  6345.   .carousel-control.right {
  6346.     right: 0;
  6347.     left: auto;
  6348.     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6349.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  6350.     background-repeat: repeat-x;
  6351.   }
  6352.   .carousel-control:hover,
  6353.   .carousel-control:focus {
  6354.     color: #ffffff;
  6355.     text-decoration: none;
  6356.     outline: 0;
  6357.     filter: alpha(opacity=90);
  6358.     opacity: 0.9;
  6359.   }
  6360.   .carousel-control .icon-prev,
  6361.   .carousel-control .icon-next,
  6362.   .carousel-control .glyphicon-chevron-left,
  6363.   .carousel-control .glyphicon-chevron-right {
  6364.     position: absolute;
  6365.     top: 50%;
  6366.     z-index: 5;
  6367.     display: inline-block;
  6368.     margin-top: -10px;
  6369.   }
  6370.   .carousel-control .icon-prev,
  6371.   .carousel-control .glyphicon-chevron-left {
  6372.     left: 50%;
  6373.     margin-left: -10px;
  6374.   }
  6375.   .carousel-control .icon-next,
  6376.   .carousel-control .glyphicon-chevron-right {
  6377.     right: 50%;
  6378.     margin-right: -10px;
  6379.   }
  6380.   .carousel-control .icon-prev,
  6381.   .carousel-control .icon-next {
  6382.     width: 20px;
  6383.     height: 20px;
  6384.     font-family: serif;
  6385.     line-height: 1;
  6386.   }
  6387.   .carousel-control .icon-prev:before {
  6388.     content: "\2039";
  6389.   }
  6390.   .carousel-control .icon-next:before {
  6391.     content: "\203a";
  6392.   }
  6393.   .carousel-indicators {
  6394.     position: absolute;
  6395.     bottom: 10px;
  6396.     left: 50%;
  6397.     z-index: 15;
  6398.     width: 60%;
  6399.     padding-left: 0;
  6400.     margin-left: -30%;
  6401.     text-align: center;
  6402.     list-style: none;
  6403.   }
  6404.   .carousel-indicators li {
  6405.     display: inline-block;
  6406.     width: 10px;
  6407.     height: 10px;
  6408.     margin: 1px;
  6409.     text-indent: -999px;
  6410.     cursor: pointer;
  6411.     background-color: #000 \9;
  6412.     background-color: rgba(0, 0, 0, 0);
  6413.     border: 1px solid #ffffff;
  6414.     border-radius: 10px;
  6415.   }
  6416.   .carousel-indicators .active {
  6417.     width: 12px;
  6418.     height: 12px;
  6419.     margin: 0;
  6420.     background-color: #ffffff;
  6421.   }
  6422.   .carousel-caption {
  6423.     position: absolute;
  6424.     right: 15%;
  6425.     bottom: 20px;
  6426.     left: 15%;
  6427.     z-index: 10;
  6428.     padding-top: 20px;
  6429.     padding-bottom: 20px;
  6430.     color: #ffffff;
  6431.     text-align: center;
  6432.     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6433.   }
  6434.   .carousel-caption .btn {
  6435.     text-shadow: none;
  6436.   }
  6437.   @media screen and (min-width: 768px) {
  6438.     .carousel-control .glyphicon-chevron-left,
  6439.     .carousel-control .glyphicon-chevron-right,
  6440.     .carousel-control .icon-prev,
  6441.     .carousel-control .icon-next {
  6442.       width: 30px;
  6443.       height: 30px;
  6444.       margin-top: -10px;
  6445.       font-size: 30px;
  6446.     }
  6447.     .carousel-control .glyphicon-chevron-left,
  6448.     .carousel-control .icon-prev {
  6449.       margin-left: -10px;
  6450.     }
  6451.     .carousel-control .glyphicon-chevron-right,
  6452.     .carousel-control .icon-next {
  6453.       margin-right: -10px;
  6454.     }
  6455.     .carousel-caption {
  6456.       right: 20%;
  6457.       left: 20%;
  6458.       padding-bottom: 30px;
  6459.     }
  6460.     .carousel-indicators {
  6461.       bottom: 20px;
  6462.     }
  6463.   }
  6464.   .clearfix:before,
  6465.   .clearfix:after,
  6466.   .dl-horizontal dd:before,
  6467.   .dl-horizontal dd:after,
  6468.   .container:before,
  6469.   .container:after,
  6470.   .container-fluid:before,
  6471.   .container-fluid:after,
  6472.   .row:before,
  6473.   .row:after,
  6474.   .form-horizontal .form-group:before,
  6475.   .form-horizontal .form-group:after,
  6476.   .btn-toolbar:before,
  6477.   .btn-toolbar:after,
  6478.   .btn-group-vertical > .btn-group:before,
  6479.   .btn-group-vertical > .btn-group:after,
  6480.   .nav:before,
  6481.   .nav:after,
  6482.   .navbar:before,
  6483.   .navbar:after,
  6484.   .navbar-header:before,
  6485.   .navbar-header:after,
  6486.   .navbar-collapse:before,
  6487.   .navbar-collapse:after,
  6488.   .pager:before,
  6489.   .pager:after,
  6490.   .panel-body:before,
  6491.   .panel-body:after,
  6492.   .modal-header:before,
  6493.   .modal-header:after,
  6494.   .modal-footer:before,
  6495.   .modal-footer:after {
  6496.     display: table;
  6497.     content: " ";
  6498.   }
  6499.   .clearfix:after,
  6500.   .dl-horizontal dd:after,
  6501.   .container:after,
  6502.   .container-fluid:after,
  6503.   .row:after,
  6504.   .form-horizontal .form-group:after,
  6505.   .btn-toolbar:after,
  6506.   .btn-group-vertical > .btn-group:after,
  6507.   .nav:after,
  6508.   .navbar:after,
  6509.   .navbar-header:after,
  6510.   .navbar-collapse:after,
  6511.   .pager:after,
  6512.   .panel-body:after,
  6513.   .modal-header:after,
  6514.   .modal-footer:after {
  6515.     clear: both;
  6516.   }
  6517.   .center-block {
  6518.     display: block;
  6519.     margin-right: auto;
  6520.     margin-left: auto;
  6521.   }
  6522.   .pull-right {
  6523.     float: right !important;
  6524.   }
  6525.   .pull-left {
  6526.     float: left !important;
  6527.   }
  6528.   .hide {
  6529.     display: none !important;
  6530.   }
  6531.   .show {
  6532.     display: block !important;
  6533.   }
  6534.   .invisible {
  6535.     visibility: hidden;
  6536.   }
  6537.   .text-hide {
  6538.     font: 0/0 a;
  6539.     color: transparent;
  6540.     text-shadow: none;
  6541.     background-color: transparent;
  6542.     border: 0;
  6543.   }
  6544.   .hidden {
  6545.     display: none !important;
  6546.   }
  6547.   .affix {
  6548.     position: fixed;
  6549.   }
  6550.   @-ms-viewport {
  6551.     width: device-width;
  6552.   }
  6553.   .visible-xs,
  6554.   .visible-sm,
  6555.   .visible-md,
  6556.   .visible-lg {
  6557.     display: none !important;
  6558.   }
  6559.   .visible-xs-block,
  6560.   .visible-xs-inline,
  6561.   .visible-xs-inline-block,
  6562.   .visible-sm-block,
  6563.   .visible-sm-inline,
  6564.   .visible-sm-inline-block,
  6565.   .visible-md-block,
  6566.   .visible-md-inline,
  6567.   .visible-md-inline-block,
  6568.   .visible-lg-block,
  6569.   .visible-lg-inline,
  6570.   .visible-lg-inline-block {
  6571.     display: none !important;
  6572.   }
  6573.   @media (max-width: 767px) {
  6574.     .visible-xs {
  6575.       display: block !important;
  6576.     }
  6577.     table.visible-xs {
  6578.       display: table !important;
  6579.     }
  6580.     tr.visible-xs {
  6581.       display: table-row !important;
  6582.     }
  6583.     th.visible-xs,
  6584.     td.visible-xs {
  6585.       display: table-cell !important;
  6586.     }
  6587.   }
  6588.   @media (max-width: 767px) {
  6589.     .visible-xs-block {
  6590.       display: block !important;
  6591.     }
  6592.   }
  6593.   @media (max-width: 767px) {
  6594.     .visible-xs-inline {
  6595.       display: inline !important;
  6596.     }
  6597.   }
  6598.   @media (max-width: 767px) {
  6599.     .visible-xs-inline-block {
  6600.       display: inline-block !important;
  6601.     }
  6602.   }
  6603.   @media (min-width: 768px) and (max-width: 991px) {
  6604.     .visible-sm {
  6605.       display: block !important;
  6606.     }
  6607.     table.visible-sm {
  6608.       display: table !important;
  6609.     }
  6610.     tr.visible-sm {
  6611.       display: table-row !important;
  6612.     }
  6613.     th.visible-sm,
  6614.     td.visible-sm {
  6615.       display: table-cell !important;
  6616.     }
  6617.   }
  6618.   @media (min-width: 768px) and (max-width: 991px) {
  6619.     .visible-sm-block {
  6620.       display: block !important;
  6621.     }
  6622.   }
  6623.   @media (min-width: 768px) and (max-width: 991px) {
  6624.     .visible-sm-inline {
  6625.       display: inline !important;
  6626.     }
  6627.   }
  6628.   @media (min-width: 768px) and (max-width: 991px) {
  6629.     .visible-sm-inline-block {
  6630.       display: inline-block !important;
  6631.     }
  6632.   }
  6633.   @media (min-width: 992px) and (max-width: 1199px) {
  6634.     .visible-md {
  6635.       display: block !important;
  6636.     }
  6637.     table.visible-md {
  6638.       display: table !important;
  6639.     }
  6640.     tr.visible-md {
  6641.       display: table-row !important;
  6642.     }
  6643.     th.visible-md,
  6644.     td.visible-md {
  6645.       display: table-cell !important;
  6646.     }
  6647.   }
  6648.   @media (min-width: 992px) and (max-width: 1199px) {
  6649.     .visible-md-block {
  6650.       display: block !important;
  6651.     }
  6652.   }
  6653.   @media (min-width: 992px) and (max-width: 1199px) {
  6654.     .visible-md-inline {
  6655.       display: inline !important;
  6656.     }
  6657.   }
  6658.   @media (min-width: 992px) and (max-width: 1199px) {
  6659.     .visible-md-inline-block {
  6660.       display: inline-block !important;
  6661.     }
  6662.   }
  6663.   @media (min-width: 1200px) {
  6664.     .visible-lg {
  6665.       display: block !important;
  6666.     }
  6667.     table.visible-lg {
  6668.       display: table !important;
  6669.     }
  6670.     tr.visible-lg {
  6671.       display: table-row !important;
  6672.     }
  6673.     th.visible-lg,
  6674.     td.visible-lg {
  6675.       display: table-cell !important;
  6676.     }
  6677.   }
  6678.   @media (min-width: 1200px) {
  6679.     .visible-lg-block {
  6680.       display: block !important;
  6681.     }
  6682.   }
  6683.   @media (min-width: 1200px) {
  6684.     .visible-lg-inline {
  6685.       display: inline !important;
  6686.     }
  6687.   }
  6688.   @media (min-width: 1200px) {
  6689.     .visible-lg-inline-block {
  6690.       display: inline-block !important;
  6691.     }
  6692.   }
  6693.   @media (max-width: 767px) {
  6694.     .hidden-xs {
  6695.       display: none !important;
  6696.     }
  6697.   }
  6698.   @media (min-width: 768px) and (max-width: 991px) {
  6699.     .hidden-sm {
  6700.       display: none !important;
  6701.     }
  6702.   }
  6703.   @media (min-width: 992px) and (max-width: 1199px) {
  6704.     .hidden-md {
  6705.       display: none !important;
  6706.     }
  6707.   }
  6708.   @media (min-width: 1200px) {
  6709.     .hidden-lg {
  6710.       display: none !important;
  6711.     }
  6712.   }
  6713.   .visible-print {
  6714.     display: none !important;
  6715.   }
  6716.   @media print {
  6717.     .visible-print {
  6718.       display: block !important;
  6719.     }
  6720.     table.visible-print {
  6721.       display: table !important;
  6722.     }
  6723.     tr.visible-print {
  6724.       display: table-row !important;
  6725.     }
  6726.     th.visible-print,
  6727.     td.visible-print {
  6728.       display: table-cell !important;
  6729.     }
  6730.   }
  6731.   .visible-print-block {
  6732.     display: none !important;
  6733.   }
  6734.   @media print {
  6735.     .visible-print-block {
  6736.       display: block !important;
  6737.     }
  6738.   }
  6739.   .visible-print-inline {
  6740.     display: none !important;
  6741.   }
  6742.   @media print {
  6743.     .visible-print-inline {
  6744.       display: inline !important;
  6745.     }
  6746.   }
  6747.   .visible-print-inline-block {
  6748.     display: none !important;
  6749.   }
  6750.   @media print {
  6751.     .visible-print-inline-block {
  6752.       display: inline-block !important;
  6753.     }
  6754.   }
  6755.   @media print {
  6756.     .hidden-print {
  6757.       display: none !important;
  6758.     }
  6759.   }
  6760.   .navbar {
  6761.     background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  6762.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  6763.     background-repeat: no-repeat;
  6764.     -webkit-filter: none;
  6765.             filter: none;
  6766.     border: 1px solid rgba(0, 0, 0, 0.6);
  6767.     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  6768.   }
  6769.   .navbar .navbar-nav > li > a {
  6770.     border-right: 1px solid rgba(0, 0, 0, 0.2);
  6771.     border-left: 1px solid rgba(255, 255, 255, 0.1);
  6772.   }
  6773.   .navbar .navbar-nav > li > a:hover {
  6774.     background-image: linear-gradient(#020202, #101112 40%, #141618);
  6775.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
  6776.     background-repeat: no-repeat;
  6777.     -webkit-filter: none;
  6778.             filter: none;
  6779.     border-left-color: transparent;
  6780.   }
  6781.   .navbar-inverse {
  6782.     background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
  6783.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
  6784.     background-repeat: no-repeat;
  6785.     -webkit-filter: none;
  6786.             filter: none;
  6787.   }
  6788.   .navbar-inverse .badge {
  6789.     background-color: #5d6368;
  6790.   }
  6791.   .navbar-inverse .navbar-nav > li > a:hover {
  6792.     background-image: linear-gradient(#404448, #4e5458 40%, #53595d);
  6793.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff53595d', GradientType=0);
  6794.     background-repeat: no-repeat;
  6795.     -webkit-filter: none;
  6796.             filter: none;
  6797.   }
  6798.   .navbar .nav .open > a {
  6799.     border-color: transparent;
  6800.   }
  6801.   .navbar-nav > li.active > a {
  6802.     border-left-color: transparent;
  6803.   }
  6804.   .navbar-form {
  6805.     margin-left: 5px;
  6806.     margin-right: 5px;
  6807.   }
  6808.   .btn,
  6809.   .btn:hover {
  6810.     border-color: rgba(0, 0, 0, 0.6);
  6811.     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  6812.   }
  6813.   .btn-default {
  6814.     background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  6815.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  6816.     background-repeat: no-repeat;
  6817.     -webkit-filter: none;
  6818.             filter: none;
  6819.   }
  6820.   .btn-default:hover {
  6821.     background-image: linear-gradient(#020202, #101112 40%, #141618);
  6822.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
  6823.     background-repeat: no-repeat;
  6824.     -webkit-filter: none;
  6825.             filter: none;
  6826.   }
  6827.   .btn-primary {
  6828.     background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
  6829.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
  6830.     background-repeat: no-repeat;
  6831.     -webkit-filter: none;
  6832.             filter: none;
  6833.   }
  6834.   .btn-primary:hover {
  6835.     background-image: linear-gradient(#404448, #4e5458 40%, #53595d);
  6836.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff53595d', GradientType=0);
  6837.     background-repeat: no-repeat;
  6838.     -webkit-filter: none;
  6839.             filter: none;
  6840.   }
  6841.   .btn-success {
  6842.     background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
  6843.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
  6844.     background-repeat: no-repeat;
  6845.     -webkit-filter: none;
  6846.             filter: none;
  6847.   }
  6848.   .btn-success:hover {
  6849.     background-image: linear-gradient(#2f7d2f, #379337 40%, #3a9a3a);
  6850.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3a9a3a', GradientType=0);
  6851.     background-repeat: no-repeat;
  6852.     -webkit-filter: none;
  6853.             filter: none;
  6854.   }
  6855.   .btn-info {
  6856.     background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
  6857.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0);
  6858.     background-repeat: no-repeat;
  6859.     -webkit-filter: none;
  6860.             filter: none;
  6861.   }
  6862.   .btn-info:hover {
  6863.     background-image: linear-gradient(#20829f, #2596b8 40%, #279dc1);
  6864.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff279dc1', GradientType=0);
  6865.     background-repeat: no-repeat;
  6866.     -webkit-filter: none;
  6867.             filter: none;
  6868.   }
  6869.   .btn-warning {
  6870.     background-image: linear-gradient(#faa123, #f89406 60%, #e48806);
  6871.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0);
  6872.     background-repeat: no-repeat;
  6873.     -webkit-filter: none;
  6874.             filter: none;
  6875.   }
  6876.   .btn-warning:hover {
  6877.     background-image: linear-gradient(#804d03, #9e5f04 40%, #a86404);
  6878.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffa86404', GradientType=0);
  6879.     background-repeat: no-repeat;
  6880.     -webkit-filter: none;
  6881.             filter: none;
  6882.   }
  6883.   .btn-danger {
  6884.     background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
  6885.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
  6886.     background-repeat: no-repeat;
  6887.     -webkit-filter: none;
  6888.             filter: none;
  6889.   }
  6890.   .btn-danger:hover {
  6891.     background-image: linear-gradient(#bb1813, #d71c16 40%, #e01d17);
  6892.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe01d17', GradientType=0);
  6893.     background-repeat: no-repeat;
  6894.     -webkit-filter: none;
  6895.             filter: none;
  6896.   }
  6897.   .btn-link,
  6898.   .btn-link:hover {
  6899.     border-color: transparent;
  6900.   }
  6901.   h1,
  6902.   h2,
  6903.   h3,
  6904.   h4,
  6905.   h5,
  6906.   h6 {
  6907.     text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  6908.   }
  6909.   .text-primary,
  6910.   .text-primary:hover {
  6911.     color: #7a8288;
  6912.   }
  6913.   .text-success,
  6914.   .text-success:hover {
  6915.     color: #62c462;
  6916.   }
  6917.   .text-danger,
  6918.   .text-danger:hover {
  6919.     color: #ee5f5b;
  6920.   }
  6921.   .text-warning,
  6922.   .text-warning:hover {
  6923.     color: #f89406;
  6924.   }
  6925.   .text-info,
  6926.   .text-info:hover {
  6927.     color: #5bc0de;
  6928.   }
  6929.   .table .success,
  6930.   .table .warning,
  6931.   .table .danger,
  6932.   .table .info {
  6933.     color: #fff;
  6934.   }
  6935.   .table-bordered tbody tr.success td,
  6936.   .table-bordered tbody tr.warning td,
  6937.   .table-bordered tbody tr.danger td,
  6938.   .table-bordered tbody tr.success:hover td,
  6939.   .table-bordered tbody tr.warning:hover td,
  6940.   .table-bordered tbody tr.danger:hover td {
  6941.     border-color: #1c1e22;
  6942.   }
  6943.   .table-responsive > .table {
  6944.     background-color: #2e3338;
  6945.   }
  6946.   input,
  6947.   textarea {
  6948.     color: #272b30;
  6949.   }
  6950.   .has-warning .help-block,
  6951.   .has-warning .control-label,
  6952.   .has-warning .radio,
  6953.   .has-warning .checkbox,
  6954.   .has-warning .radio-inline,
  6955.   .has-warning .checkbox-inline,
  6956.   .has-warning.radio label,
  6957.   .has-warning.checkbox label,
  6958.   .has-warning.radio-inline label,
  6959.   .has-warning.checkbox-inline label,
  6960.   .has-warning .form-control-feedback {
  6961.     color: #f89406;
  6962.   }
  6963.   .has-warning .form-control,
  6964.   .has-warning .form-control:focus {
  6965.     border-color: #f89406;
  6966.   }
  6967.   .has-warning .input-group-addon {
  6968.     background-color: #3a3f44;
  6969.     border-color: rgba(0, 0, 0, 0.6);
  6970.   }
  6971.   .has-error .help-block,
  6972.   .has-error .control-label,
  6973.   .has-error .radio,
  6974.   .has-error .checkbox,
  6975.   .has-error .radio-inline,
  6976.   .has-error .checkbox-inline,
  6977.   .has-error.radio label,
  6978.   .has-error.checkbox label,
  6979.   .has-error.radio-inline label,
  6980.   .has-error.checkbox-inline label,
  6981.   .has-error .form-control-feedback {
  6982.     color: #ee5f5b;
  6983.   }
  6984.   .has-error .form-control,
  6985.   .has-error .form-control:focus {
  6986.     border-color: #ee5f5b;
  6987.   }
  6988.   .has-error .input-group-addon {
  6989.     background-color: #3a3f44;
  6990.     border-color: rgba(0, 0, 0, 0.6);
  6991.   }
  6992.   .has-success .help-block,
  6993.   .has-success .control-label,
  6994.   .has-success .radio,
  6995.   .has-success .checkbox,
  6996.   .has-success .radio-inline,
  6997.   .has-success .checkbox-inline,
  6998.   .has-success.radio label,
  6999.   .has-success.checkbox label,
  7000.   .has-success.radio-inline label,
  7001.   .has-success.checkbox-inline label,
  7002.   .has-success .form-control-feedback {
  7003.     color: #62c462;
  7004.   }
  7005.   .has-success .form-control,
  7006.   .has-success .form-control:focus {
  7007.     border-color: #62c462;
  7008.   }
  7009.   .has-success .input-group-addon {
  7010.     background-color: #3a3f44;
  7011.     border-color: rgba(0, 0, 0, 0.6);
  7012.   }
  7013.   legend {
  7014.     color: #fff;
  7015.   }
  7016.   .input-group-addon {
  7017.     background-color: #3a3f44;
  7018.     background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  7019.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  7020.     background-repeat: no-repeat;
  7021.     -webkit-filter: none;
  7022.             filter: none;
  7023.     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  7024.     color: #ffffff;
  7025.   }
  7026.   .nav .open > a,
  7027.   .nav .open > a:hover,
  7028.   .nav .open > a:focus {
  7029.     border-color: rgba(0, 0, 0, 0.6);
  7030.   }
  7031.   .nav-pills > li > a {
  7032.     background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  7033.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  7034.     background-repeat: no-repeat;
  7035.     -webkit-filter: none;
  7036.             filter: none;
  7037.     border: 1px solid rgba(0, 0, 0, 0.6);
  7038.     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  7039.   }
  7040.   .nav-pills > li > a:hover {
  7041.     background-image: linear-gradient(#020202, #101112 40%, #141618);
  7042.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
  7043.     background-repeat: no-repeat;
  7044.     -webkit-filter: none;
  7045.             filter: none;
  7046.     border: 1px solid rgba(0, 0, 0, 0.6);
  7047.   }
  7048.   .nav-pills > li.active > a,
  7049.   .nav-pills > li.active > a:hover {
  7050.     background-color: none;
  7051.     background-image: linear-gradient(#020202, #101112 40%, #141618);
  7052.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
  7053.     background-repeat: no-repeat;
  7054.     -webkit-filter: none;
  7055.             filter: none;
  7056.     border: 1px solid rgba(0, 0, 0, 0.6);
  7057.   }
  7058.   .nav-pills > li.disabled > a,
  7059.   .nav-pills > li.disabled > a:hover {
  7060.     background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  7061.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  7062.     background-repeat: no-repeat;
  7063.     -webkit-filter: none;
  7064.             filter: none;
  7065.   }
  7066.   .pagination > li > a,
  7067.   .pagination > li > span {
  7068.     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  7069.     background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  7070.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  7071.     background-repeat: no-repeat;
  7072.     -webkit-filter: none;
  7073.             filter: none;
  7074.   }
  7075.   .pagination > li > a:hover,
  7076.   .pagination > li > span:hover {
  7077.     background-image: linear-gradient(#020202, #101112 40%, #141618);
  7078.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
  7079.     background-repeat: no-repeat;
  7080.     -webkit-filter: none;
  7081.             filter: none;
  7082.   }
  7083.   .pagination > li.active > a,
  7084.   .pagination > li.active > span {
  7085.     background-image: linear-gradient(#020202, #101112 40%, #141618);
  7086.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
  7087.     background-repeat: no-repeat;
  7088.     -webkit-filter: none;
  7089.             filter: none;
  7090.   }
  7091.   .pagination > li.disabled > a,
  7092.   .pagination > li.disabled > a:hover,
  7093.   .pagination > li.disabled > span,
  7094.   .pagination > li.disabled > span:hover {
  7095.     background-color: transparent;
  7096.     background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  7097.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  7098.     background-repeat: no-repeat;
  7099.     -webkit-filter: none;
  7100.             filter: none;
  7101.   }
  7102.   .pager > li > a {
  7103.     background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  7104.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  7105.     background-repeat: no-repeat;
  7106.     -webkit-filter: none;
  7107.             filter: none;
  7108.     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  7109.   }
  7110.   .pager > li > a:hover {
  7111.     background-image: linear-gradient(#020202, #101112 40%, #141618);
  7112.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
  7113.     background-repeat: no-repeat;
  7114.     -webkit-filter: none;
  7115.             filter: none;
  7116.   }
  7117.   .pager > li.disabled > a,
  7118.   .pager > li.disabled > a:hover {
  7119.     background-color: transparent;
  7120.     background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  7121.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  7122.     background-repeat: no-repeat;
  7123.     -webkit-filter: none;
  7124.             filter: none;
  7125.   }
  7126.   .breadcrumb {
  7127.     border: 1px solid rgba(0, 0, 0, 0.6);
  7128.     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  7129.     background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  7130.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  7131.     background-repeat: no-repeat;
  7132.     -webkit-filter: none;
  7133.             filter: none;
  7134.   }
  7135.   .alert .alert-link,
  7136.   .alert a {
  7137.     color: #fff;
  7138.     text-decoration: underline;
  7139.   }
  7140.   .alert .close {
  7141.     color: #000000;
  7142.     text-decoration: none;
  7143.   }
  7144.   a.thumbnail:hover,
  7145.   a.thumbnail:focus,
  7146.   a.thumbnail.active {
  7147.     border-color: #0c0d0e;
  7148.   }
  7149.   a.list-group-item.active,
  7150.   a.list-group-item.active:hover,
  7151.   a.list-group-item.active:focus {
  7152.     border-color: rgba(0, 0, 0, 0.6);
  7153.   }
  7154.   a.list-group-item-success.active {
  7155.     background-color: #62c462;
  7156.   }
  7157.   a.list-group-item-success.active:hover,
  7158.   a.list-group-item-success.active:focus {
  7159.     background-color: #4fbd4f;
  7160.   }
  7161.   a.list-group-item-warning.active {
  7162.     background-color: #f89406;
  7163.   }
  7164.   a.list-group-item-warning.active:hover,
  7165.   a.list-group-item-warning.active:focus {
  7166.     background-color: #df8505;
  7167.   }
  7168.   a.list-group-item-danger.active {
  7169.     background-color: #ee5f5b;
  7170.   }
  7171.   a.list-group-item-danger.active:hover,
  7172.   a.list-group-item-danger.active:focus {
  7173.     background-color: #ec4844;
  7174.   }
  7175.   .jumbotron {
  7176.     border: 1px solid rgba(0, 0, 0, 0.6);
  7177.   }
  7178.   .panel-primary .panel-heading,
  7179.   .panel-success .panel-heading,
  7180.   .panel-danger .panel-heading,
  7181.   .panel-warning .panel-heading,
  7182.   .panel-info .panel-heading {
  7183.     border-color: #000;
  7184.   }
  7185.   .device-overview>.panel-body>.row:nth-child(odd) { background-color: #4f565d; }
  7186.   .device-overview>.panel-body>.row:hover {background-color: #686d73;}
  7187.   .gridster .gs-w{
  7188.     color: var(--color-light2);
  7189.     background: #353a41;
  7190.   }
  7191.   a.list-device{
  7192.     color: #4080bf;
  7193.   }
  7194.   a.list-device.down{
  7195.     color: #e60000;
  7196.   }
  7197.   a.interface-upup{
  7198.     color: #4080bf;
  7199.   }
  7200.   a.interface-updowdown{
  7201.     color: #4080bf;
  7202.   }
  7203.   a.interface-downdown{
  7204.     color: #e60000;
  7205.   }
  7206.   .device-table-metrics>a {
  7207.     color: #babbbb;
  7208.     text-decoration:none;
  7209.   }
  7210.   .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  7211.     margin-bottom: 5px;
  7212.     border-radius: 4px;
  7213.   }
  7214.   .pagemenu-selected a{
  7215.       color: #353a41
  7216.   }
  7217.   .bootgrid-table th{
  7218.     background: #3e444c;
  7219.   }
  7220.   .bootgrid-table th>.column-header-anchor{
  7221.     color: #bfc0c0;
  7222.   }
  7223.   .bootgrid-table th:active, .bootgrid-table th:hover {
  7224.     background: #525961;
  7225.   }
  7226.   .vis-legend-text {
  7227.     color: black;
  7228.   }
  7229.   .grey {
  7230.     color: #b9b9b9;
  7231.   }
  7232.   .black {
  7233.     color: #878787;
  7234.   }
  7235.   .blue {
  7236.     color: #4080bf;
  7237.   }
  7238.