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