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