static/css/bootstrap.css
author Peter Koppatz <peter@koppatz.com>
Thu, 23 Jan 2014 07:06:19 +0100
changeset 205 016a662009af
parent 200 163bef19cb71
child 212 4610f9f5ee5b
permissions -rwxr-xr-x
Ticket #5 and #15
     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   line-height: normal;
  1581 }
  1582 input[type="file"] {
  1583   display: block;
  1584 }
  1585 select[multiple],
  1586 select[size] {
  1587   height: auto;
  1588 }
  1589 select optgroup {
  1590   font-size: inherit;
  1591   font-style: inherit;
  1592   font-family: inherit;
  1593 }
  1594 input[type="file"]:focus,
  1595 input[type="radio"]:focus,
  1596 input[type="checkbox"]:focus {
  1597   outline: thin dotted;
  1598   outline: 5px auto -webkit-focus-ring-color;
  1599   outline-offset: -2px;
  1600 }
  1601 input[type="number"]::-webkit-outer-spin-button,
  1602 input[type="number"]::-webkit-inner-spin-button {
  1603   height: auto;
  1604 }
  1605 output {
  1606   display: block;
  1607   padding-top: 7px;
  1608   font-size: 14px;
  1609   line-height: 1.428571429;
  1610   color: #555555;
  1611   vertical-align: middle;
  1612 }
  1613 .form-control {
  1614   display: block;
  1615   width: 100%;
  1616   height: 34px;
  1617   padding: 6px 12px;
  1618   font-size: 14px;
  1619   line-height: 1.428571429;
  1620   color: #555555;
  1621   vertical-align: middle;
  1622   background-color: #ffffff;
  1623   background-image: none;
  1624   border: 1px solid #cccccc;
  1625   border-radius: 4px;
  1626   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1627   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1628   -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1629   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1630 }
  1631 .form-control:focus {
  1632   border-color: #66afe9;
  1633   outline: 0;
  1634   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  1635   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  1636 }
  1637 .form-control:-moz-placeholder {
  1638   color: #999999;
  1639 }
  1640 .form-control::-moz-placeholder {
  1641   color: #999999;
  1642   opacity: 1;
  1643 }
  1644 .form-control:-ms-input-placeholder {
  1645   color: #999999;
  1646 }
  1647 .form-control::-webkit-input-placeholder {
  1648   color: #999999;
  1649 }
  1650 .form-control[disabled],
  1651 .form-control[readonly],
  1652 fieldset[disabled] .form-control {
  1653   cursor: not-allowed;
  1654   background-color: #eeeeee;
  1655 }
  1656 textarea.form-control {
  1657   height: auto;
  1658 }
  1659 .form-group {
  1660   margin-bottom: 15px;
  1661 }
  1662 .radio,
  1663 .checkbox {
  1664   display: block;
  1665   min-height: 20px;
  1666   margin-top: 10px;
  1667   margin-bottom: 10px;
  1668   padding-left: 20px;
  1669   vertical-align: middle;
  1670 }
  1671 .radio label,
  1672 .checkbox label {
  1673   display: inline;
  1674   margin-bottom: 0;
  1675   font-weight: normal;
  1676   cursor: pointer;
  1677 }
  1678 .radio input[type="radio"],
  1679 .radio-inline input[type="radio"],
  1680 .checkbox input[type="checkbox"],
  1681 .checkbox-inline input[type="checkbox"] {
  1682   float: left;
  1683   margin-left: -20px;
  1684 }
  1685 .radio + .radio,
  1686 .checkbox + .checkbox {
  1687   margin-top: -5px;
  1688 }
  1689 .radio-inline,
  1690 .checkbox-inline {
  1691   display: inline-block;
  1692   padding-left: 20px;
  1693   margin-bottom: 0;
  1694   vertical-align: middle;
  1695   font-weight: normal;
  1696   cursor: pointer;
  1697 }
  1698 .radio-inline + .radio-inline,
  1699 .checkbox-inline + .checkbox-inline {
  1700   margin-top: 0;
  1701   margin-left: 10px;
  1702 }
  1703 input[type="radio"][disabled],
  1704 input[type="checkbox"][disabled],
  1705 .radio[disabled],
  1706 .radio-inline[disabled],
  1707 .checkbox[disabled],
  1708 .checkbox-inline[disabled],
  1709 fieldset[disabled] input[type="radio"],
  1710 fieldset[disabled] input[type="checkbox"],
  1711 fieldset[disabled] .radio,
  1712 fieldset[disabled] .radio-inline,
  1713 fieldset[disabled] .checkbox,
  1714 fieldset[disabled] .checkbox-inline {
  1715   cursor: not-allowed;
  1716 }
  1717 .input-sm {
  1718   height: 30px;
  1719   padding: 5px 10px;
  1720   font-size: 12px;
  1721   line-height: 1.5;
  1722   border-radius: 3px;
  1723 }
  1724 select.input-sm {
  1725   height: 30px;
  1726   line-height: 30px;
  1727 }
  1728 textarea.input-sm {
  1729   height: auto;
  1730 }
  1731 .input-lg {
  1732   height: 46px;
  1733   padding: 10px 16px;
  1734   font-size: 18px;
  1735   line-height: 1.33;
  1736   border-radius: 6px;
  1737 }
  1738 select.input-lg {
  1739   height: 46px;
  1740   line-height: 46px;
  1741 }
  1742 textarea.input-lg {
  1743   height: auto;
  1744 }
  1745 .has-warning .help-block,
  1746 .has-warning .control-label,
  1747 .has-warning .radio,
  1748 .has-warning .checkbox,
  1749 .has-warning .radio-inline,
  1750 .has-warning .checkbox-inline {
  1751   color: #8a6d3b;
  1752 }
  1753 .has-warning .form-control {
  1754   border-color: #8a6d3b;
  1755   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1756   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1757 }
  1758 .has-warning .form-control:focus {
  1759   border-color: #66512c;
  1760   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  1761   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  1762 }
  1763 .has-warning .input-group-addon {
  1764   color: #8a6d3b;
  1765   border-color: #8a6d3b;
  1766   background-color: #fcf8e3;
  1767 }
  1768 .has-error .help-block,
  1769 .has-error .control-label,
  1770 .has-error .radio,
  1771 .has-error .checkbox,
  1772 .has-error .radio-inline,
  1773 .has-error .checkbox-inline {
  1774   color: #a94442;
  1775 }
  1776 .has-error .form-control {
  1777   border-color: #a94442;
  1778   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1779   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1780 }
  1781 .has-error .form-control:focus {
  1782   border-color: #843534;
  1783   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  1784   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  1785 }
  1786 .has-error .input-group-addon {
  1787   color: #a94442;
  1788   border-color: #a94442;
  1789   background-color: #f2dede;
  1790 }
  1791 .has-success .help-block,
  1792 .has-success .control-label,
  1793 .has-success .radio,
  1794 .has-success .checkbox,
  1795 .has-success .radio-inline,
  1796 .has-success .checkbox-inline {
  1797   color: #3c763d;
  1798 }
  1799 .has-success .form-control {
  1800   border-color: #3c763d;
  1801   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1802   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1803 }
  1804 .has-success .form-control:focus {
  1805   border-color: #2b542c;
  1806   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  1807   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  1808 }
  1809 .has-success .input-group-addon {
  1810   color: #3c763d;
  1811   border-color: #3c763d;
  1812   background-color: #dff0d8;
  1813 }
  1814 .form-control-static {
  1815   margin-bottom: 0;
  1816 }
  1817 .help-block {
  1818   display: block;
  1819   margin-top: 5px;
  1820   margin-bottom: 10px;
  1821   color: #737373;
  1822 }
  1823 @media (min-width: 768px) {
  1824   .form-inline .form-group {
  1825     display: inline-block;
  1826     margin-bottom: 0;
  1827     vertical-align: middle;
  1828   }
  1829   .form-inline .form-control {
  1830     display: inline-block;
  1831   }
  1832   .form-inline select.form-control {
  1833     width: auto;
  1834   }
  1835   .form-inline .radio,
  1836   .form-inline .checkbox {
  1837     display: inline-block;
  1838     margin-top: 0;
  1839     margin-bottom: 0;
  1840     padding-left: 0;
  1841   }
  1842   .form-inline .radio input[type="radio"],
  1843   .form-inline .checkbox input[type="checkbox"] {
  1844     float: none;
  1845     margin-left: 0;
  1846   }
  1847 }
  1848 .form-horizontal .control-label,
  1849 .form-horizontal .radio,
  1850 .form-horizontal .checkbox,
  1851 .form-horizontal .radio-inline,
  1852 .form-horizontal .checkbox-inline {
  1853   margin-top: 0;
  1854   margin-bottom: 0;
  1855   padding-top: 7px;
  1856 }
  1857 .form-horizontal .radio,
  1858 .form-horizontal .checkbox {
  1859   min-height: 27px;
  1860 }
  1861 .form-horizontal .form-group {
  1862   margin-left: -15px;
  1863   margin-right: -15px;
  1864 }
  1865 .form-horizontal .form-group:before,
  1866 .form-horizontal .form-group:after {
  1867   content: " ";
  1868   display: table;
  1869 }
  1870 .form-horizontal .form-group:after {
  1871   clear: both;
  1872 }
  1873 .form-horizontal .form-group:before,
  1874 .form-horizontal .form-group:after {
  1875   content: " ";
  1876   display: table;
  1877 }
  1878 .form-horizontal .form-group:after {
  1879   clear: both;
  1880 }
  1881 .form-horizontal .form-control-static {
  1882   padding-top: 7px;
  1883 }
  1884 @media (min-width: 768px) {
  1885   .form-horizontal .control-label {
  1886     text-align: right;
  1887   }
  1888 }
  1889 .btn {
  1890   display: inline-block;
  1891   margin-bottom: 0;
  1892   font-weight: normal;
  1893   text-align: center;
  1894   vertical-align: middle;
  1895   cursor: pointer;
  1896   background-image: none;
  1897   border: 1px solid transparent;
  1898   white-space: nowrap;
  1899   padding: 6px 12px;
  1900   font-size: 14px;
  1901   line-height: 1.428571429;
  1902   border-radius: 4px;
  1903   -webkit-user-select: none;
  1904   -moz-user-select: none;
  1905   -ms-user-select: none;
  1906   -o-user-select: none;
  1907   user-select: none;
  1908 }
  1909 .btn:focus {
  1910   outline: thin dotted;
  1911   outline: 5px auto -webkit-focus-ring-color;
  1912   outline-offset: -2px;
  1913 }
  1914 .btn:hover,
  1915 .btn:focus {
  1916   color: #333333;
  1917   text-decoration: none;
  1918 }
  1919 .btn:active,
  1920 .btn.active {
  1921   outline: 0;
  1922   background-image: none;
  1923   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  1924   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  1925 }
  1926 .btn.disabled,
  1927 .btn[disabled],
  1928 fieldset[disabled] .btn {
  1929   cursor: not-allowed;
  1930   pointer-events: none;
  1931   opacity: 0.65;
  1932   filter: alpha(opacity=65);
  1933   -webkit-box-shadow: none;
  1934   box-shadow: none;
  1935 }
  1936 .btn-default {
  1937   color: #333333;
  1938   background-color: #ffffff;
  1939   border-color: #cccccc;
  1940 }
  1941 .btn-default:hover,
  1942 .btn-default:focus,
  1943 .btn-default:active,
  1944 .btn-default.active,
  1945 .open .dropdown-toggle.btn-default {
  1946   color: #333333;
  1947   background-color: #ebebeb;
  1948   border-color: #adadad;
  1949 }
  1950 .btn-default:active,
  1951 .btn-default.active,
  1952 .open .dropdown-toggle.btn-default {
  1953   background-image: none;
  1954 }
  1955 .btn-default.disabled,
  1956 .btn-default[disabled],
  1957 fieldset[disabled] .btn-default,
  1958 .btn-default.disabled:hover,
  1959 .btn-default[disabled]:hover,
  1960 fieldset[disabled] .btn-default:hover,
  1961 .btn-default.disabled:focus,
  1962 .btn-default[disabled]:focus,
  1963 fieldset[disabled] .btn-default:focus,
  1964 .btn-default.disabled:active,
  1965 .btn-default[disabled]:active,
  1966 fieldset[disabled] .btn-default:active,
  1967 .btn-default.disabled.active,
  1968 .btn-default[disabled].active,
  1969 fieldset[disabled] .btn-default.active {
  1970   background-color: #ffffff;
  1971   border-color: #cccccc;
  1972 }
  1973 .btn-default .badge {
  1974   color: #ffffff;
  1975   background-color: #fff;
  1976 }
  1977 .btn-primary {
  1978   color: #ffffff;
  1979   background-color: #428bca;
  1980   border-color: #357ebd;
  1981 }
  1982 .btn-primary:hover,
  1983 .btn-primary:focus,
  1984 .btn-primary:active,
  1985 .btn-primary.active,
  1986 .open .dropdown-toggle.btn-primary {
  1987   color: #ffffff;
  1988   background-color: #3276b1;
  1989   border-color: #285e8e;
  1990 }
  1991 .btn-primary:active,
  1992 .btn-primary.active,
  1993 .open .dropdown-toggle.btn-primary {
  1994   background-image: none;
  1995 }
  1996 .btn-primary.disabled,
  1997 .btn-primary[disabled],
  1998 fieldset[disabled] .btn-primary,
  1999 .btn-primary.disabled:hover,
  2000 .btn-primary[disabled]:hover,
  2001 fieldset[disabled] .btn-primary:hover,
  2002 .btn-primary.disabled:focus,
  2003 .btn-primary[disabled]:focus,
  2004 fieldset[disabled] .btn-primary:focus,
  2005 .btn-primary.disabled:active,
  2006 .btn-primary[disabled]:active,
  2007 fieldset[disabled] .btn-primary:active,
  2008 .btn-primary.disabled.active,
  2009 .btn-primary[disabled].active,
  2010 fieldset[disabled] .btn-primary.active {
  2011   background-color: #428bca;
  2012   border-color: #357ebd;
  2013 }
  2014 .btn-primary .badge {
  2015   color: #428bca;
  2016   background-color: #fff;
  2017 }
  2018 .btn-warning {
  2019   color: #ffffff;
  2020   background-color: #f0ad4e;
  2021   border-color: #eea236;
  2022 }
  2023 .btn-warning:hover,
  2024 .btn-warning:focus,
  2025 .btn-warning:active,
  2026 .btn-warning.active,
  2027 .open .dropdown-toggle.btn-warning {
  2028   color: #ffffff;
  2029   background-color: #ed9c28;
  2030   border-color: #d58512;
  2031 }
  2032 .btn-warning:active,
  2033 .btn-warning.active,
  2034 .open .dropdown-toggle.btn-warning {
  2035   background-image: none;
  2036 }
  2037 .btn-warning.disabled,
  2038 .btn-warning[disabled],
  2039 fieldset[disabled] .btn-warning,
  2040 .btn-warning.disabled:hover,
  2041 .btn-warning[disabled]:hover,
  2042 fieldset[disabled] .btn-warning:hover,
  2043 .btn-warning.disabled:focus,
  2044 .btn-warning[disabled]:focus,
  2045 fieldset[disabled] .btn-warning:focus,
  2046 .btn-warning.disabled:active,
  2047 .btn-warning[disabled]:active,
  2048 fieldset[disabled] .btn-warning:active,
  2049 .btn-warning.disabled.active,
  2050 .btn-warning[disabled].active,
  2051 fieldset[disabled] .btn-warning.active {
  2052   background-color: #f0ad4e;
  2053   border-color: #eea236;
  2054 }
  2055 .btn-warning .badge {
  2056   color: #f0ad4e;
  2057   background-color: #fff;
  2058 }
  2059 .btn-danger {
  2060   color: #ffffff;
  2061   background-color: #d9534f;
  2062   border-color: #d43f3a;
  2063 }
  2064 .btn-danger:hover,
  2065 .btn-danger:focus,
  2066 .btn-danger:active,
  2067 .btn-danger.active,
  2068 .open .dropdown-toggle.btn-danger {
  2069   color: #ffffff;
  2070   background-color: #d2322d;
  2071   border-color: #ac2925;
  2072 }
  2073 .btn-danger:active,
  2074 .btn-danger.active,
  2075 .open .dropdown-toggle.btn-danger {
  2076   background-image: none;
  2077 }
  2078 .btn-danger.disabled,
  2079 .btn-danger[disabled],
  2080 fieldset[disabled] .btn-danger,
  2081 .btn-danger.disabled:hover,
  2082 .btn-danger[disabled]:hover,
  2083 fieldset[disabled] .btn-danger:hover,
  2084 .btn-danger.disabled:focus,
  2085 .btn-danger[disabled]:focus,
  2086 fieldset[disabled] .btn-danger:focus,
  2087 .btn-danger.disabled:active,
  2088 .btn-danger[disabled]:active,
  2089 fieldset[disabled] .btn-danger:active,
  2090 .btn-danger.disabled.active,
  2091 .btn-danger[disabled].active,
  2092 fieldset[disabled] .btn-danger.active {
  2093   background-color: #d9534f;
  2094   border-color: #d43f3a;
  2095 }
  2096 .btn-danger .badge {
  2097   color: #d9534f;
  2098   background-color: #fff;
  2099 }
  2100 .btn-success {
  2101   color: #ffffff;
  2102   background-color: #5cb85c;
  2103   border-color: #4cae4c;
  2104 }
  2105 .btn-success:hover,
  2106 .btn-success:focus,
  2107 .btn-success:active,
  2108 .btn-success.active,
  2109 .open .dropdown-toggle.btn-success {
  2110   color: #ffffff;
  2111   background-color: #47a447;
  2112   border-color: #398439;
  2113 }
  2114 .btn-success:active,
  2115 .btn-success.active,
  2116 .open .dropdown-toggle.btn-success {
  2117   background-image: none;
  2118 }
  2119 .btn-success.disabled,
  2120 .btn-success[disabled],
  2121 fieldset[disabled] .btn-success,
  2122 .btn-success.disabled:hover,
  2123 .btn-success[disabled]:hover,
  2124 fieldset[disabled] .btn-success:hover,
  2125 .btn-success.disabled:focus,
  2126 .btn-success[disabled]:focus,
  2127 fieldset[disabled] .btn-success:focus,
  2128 .btn-success.disabled:active,
  2129 .btn-success[disabled]:active,
  2130 fieldset[disabled] .btn-success:active,
  2131 .btn-success.disabled.active,
  2132 .btn-success[disabled].active,
  2133 fieldset[disabled] .btn-success.active {
  2134   background-color: #5cb85c;
  2135   border-color: #4cae4c;
  2136 }
  2137 .btn-success .badge {
  2138   color: #5cb85c;
  2139   background-color: #fff;
  2140 }
  2141 .btn-info {
  2142   color: #ffffff;
  2143   background-color: #5bc0de;
  2144   border-color: #46b8da;
  2145 }
  2146 .btn-info:hover,
  2147 .btn-info:focus,
  2148 .btn-info:active,
  2149 .btn-info.active,
  2150 .open .dropdown-toggle.btn-info {
  2151   color: #ffffff;
  2152   background-color: #39b3d7;
  2153   border-color: #269abc;
  2154 }
  2155 .btn-info:active,
  2156 .btn-info.active,
  2157 .open .dropdown-toggle.btn-info {
  2158   background-image: none;
  2159 }
  2160 .btn-info.disabled,
  2161 .btn-info[disabled],
  2162 fieldset[disabled] .btn-info,
  2163 .btn-info.disabled:hover,
  2164 .btn-info[disabled]:hover,
  2165 fieldset[disabled] .btn-info:hover,
  2166 .btn-info.disabled:focus,
  2167 .btn-info[disabled]:focus,
  2168 fieldset[disabled] .btn-info:focus,
  2169 .btn-info.disabled:active,
  2170 .btn-info[disabled]:active,
  2171 fieldset[disabled] .btn-info:active,
  2172 .btn-info.disabled.active,
  2173 .btn-info[disabled].active,
  2174 fieldset[disabled] .btn-info.active {
  2175   background-color: #5bc0de;
  2176   border-color: #46b8da;
  2177 }
  2178 .btn-info .badge {
  2179   color: #5bc0de;
  2180   background-color: #fff;
  2181 }
  2182 .btn-link {
  2183   color: #428bca;
  2184   font-weight: normal;
  2185   cursor: pointer;
  2186   border-radius: 0;
  2187 }
  2188 .btn-link,
  2189 .btn-link:active,
  2190 .btn-link[disabled],
  2191 fieldset[disabled] .btn-link {
  2192   background-color: transparent;
  2193   -webkit-box-shadow: none;
  2194   box-shadow: none;
  2195 }
  2196 .btn-link,
  2197 .btn-link:hover,
  2198 .btn-link:focus,
  2199 .btn-link:active {
  2200   border-color: transparent;
  2201 }
  2202 .btn-link:hover,
  2203 .btn-link:focus {
  2204   color: #2a6496;
  2205   text-decoration: underline;
  2206   background-color: transparent;
  2207 }
  2208 .btn-link[disabled]:hover,
  2209 fieldset[disabled] .btn-link:hover,
  2210 .btn-link[disabled]:focus,
  2211 fieldset[disabled] .btn-link:focus {
  2212   color: #999999;
  2213   text-decoration: none;
  2214 }
  2215 .btn-lg {
  2216   padding: 10px 16px;
  2217   font-size: 18px;
  2218   line-height: 1.33;
  2219   border-radius: 6px;
  2220 }
  2221 .btn-sm {
  2222   padding: 5px 10px;
  2223   font-size: 12px;
  2224   line-height: 1.5;
  2225   border-radius: 3px;
  2226 }
  2227 .btn-xs {
  2228   padding: 1px 5px;
  2229   font-size: 12px;
  2230   line-height: 1.5;
  2231   border-radius: 3px;
  2232 }
  2233 .btn-block {
  2234   display: block;
  2235   width: 100%;
  2236   padding-left: 0;
  2237   padding-right: 0;
  2238 }
  2239 .btn-block + .btn-block {
  2240   margin-top: 5px;
  2241 }
  2242 input[type="submit"].btn-block,
  2243 input[type="reset"].btn-block,
  2244 input[type="button"].btn-block {
  2245   width: 100%;
  2246 }
  2247 .fade {
  2248   opacity: 0;
  2249   -webkit-transition: opacity 0.15s linear;
  2250   transition: opacity 0.15s linear;
  2251 }
  2252 .fade.in {
  2253   opacity: 1;
  2254 }
  2255 .collapse {
  2256   display: none;
  2257 }
  2258 .collapse.in {
  2259   display: block;
  2260 }
  2261 .collapsing {
  2262   position: relative;
  2263   height: 0;
  2264   overflow: hidden;
  2265   -webkit-transition: height 0.35s ease;
  2266   transition: height 0.35s ease;
  2267 }
  2268 @font-face {
  2269   font-family: 'Glyphicons Halflings';
  2270   src: url('../fonts/glyphicons-halflings-regular.eot');
  2271   src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
  2272 }
  2273 .glyphicon {
  2274   position: relative;
  2275   top: 1px;
  2276   display: inline-block;
  2277   font-family: 'Glyphicons Halflings';
  2278   font-style: normal;
  2279   font-weight: normal;
  2280   line-height: 1;
  2281   -webkit-font-smoothing: antialiased;
  2282   -moz-osx-font-smoothing: grayscale;
  2283 }
  2284 .glyphicon:empty {
  2285   width: 1em;
  2286 }
  2287 .glyphicon-asterisk:before {
  2288   content: "\2a";
  2289 }
  2290 .glyphicon-plus:before {
  2291   content: "\2b";
  2292 }
  2293 .glyphicon-euro:before {
  2294   content: "\20ac";
  2295 }
  2296 .glyphicon-minus:before {
  2297   content: "\2212";
  2298 }
  2299 .glyphicon-cloud:before {
  2300   content: "\2601";
  2301 }
  2302 .glyphicon-envelope:before {
  2303   content: "\2709";
  2304 }
  2305 .glyphicon-pencil:before {
  2306   content: "\270f";
  2307 }
  2308 .glyphicon-glass:before {
  2309   content: "\e001";
  2310 }
  2311 .glyphicon-music:before {
  2312   content: "\e002";
  2313 }
  2314 .glyphicon-search:before {
  2315   content: "\e003";
  2316 }
  2317 .glyphicon-heart:before {
  2318   content: "\e005";
  2319 }
  2320 .glyphicon-star:before {
  2321   content: "\e006";
  2322 }
  2323 .glyphicon-star-empty:before {
  2324   content: "\e007";
  2325 }
  2326 .glyphicon-user:before {
  2327   content: "\e008";
  2328 }
  2329 .glyphicon-film:before {
  2330   content: "\e009";
  2331 }
  2332 .glyphicon-th-large:before {
  2333   content: "\e010";
  2334 }
  2335 .glyphicon-th:before {
  2336   content: "\e011";
  2337 }
  2338 .glyphicon-th-list:before {
  2339   content: "\e012";
  2340 }
  2341 .glyphicon-ok:before {
  2342   content: "\e013";
  2343 }
  2344 .glyphicon-remove:before {
  2345   content: "\e014";
  2346 }
  2347 .glyphicon-zoom-in:before {
  2348   content: "\e015";
  2349 }
  2350 .glyphicon-zoom-out:before {
  2351   content: "\e016";
  2352 }
  2353 .glyphicon-off:before {
  2354   content: "\e017";
  2355 }
  2356 .glyphicon-signal:before {
  2357   content: "\e018";
  2358 }
  2359 .glyphicon-cog:before {
  2360   content: "\e019";
  2361 }
  2362 .glyphicon-trash:before {
  2363   content: "\e020";
  2364 }
  2365 .glyphicon-home:before {
  2366   content: "\e021";
  2367 }
  2368 .glyphicon-file:before {
  2369   content: "\e022";
  2370 }
  2371 .glyphicon-time:before {
  2372   content: "\e023";
  2373 }
  2374 .glyphicon-road:before {
  2375   content: "\e024";
  2376 }
  2377 .glyphicon-download-alt:before {
  2378   content: "\e025";
  2379 }
  2380 .glyphicon-download:before {
  2381   content: "\e026";
  2382 }
  2383 .glyphicon-upload:before {
  2384   content: "\e027";
  2385 }
  2386 .glyphicon-inbox:before {
  2387   content: "\e028";
  2388 }
  2389 .glyphicon-play-circle:before {
  2390   content: "\e029";
  2391 }
  2392 .glyphicon-repeat:before {
  2393   content: "\e030";
  2394 }
  2395 .glyphicon-refresh:before {
  2396   content: "\e031";
  2397 }
  2398 .glyphicon-list-alt:before {
  2399   content: "\e032";
  2400 }
  2401 .glyphicon-lock:before {
  2402   content: "\e033";
  2403 }
  2404 .glyphicon-flag:before {
  2405   content: "\e034";
  2406 }
  2407 .glyphicon-headphones:before {
  2408   content: "\e035";
  2409 }
  2410 .glyphicon-volume-off:before {
  2411   content: "\e036";
  2412 }
  2413 .glyphicon-volume-down:before {
  2414   content: "\e037";
  2415 }
  2416 .glyphicon-volume-up:before {
  2417   content: "\e038";
  2418 }
  2419 .glyphicon-qrcode:before {
  2420   content: "\e039";
  2421 }
  2422 .glyphicon-barcode:before {
  2423   content: "\e040";
  2424 }
  2425 .glyphicon-tag:before {
  2426   content: "\e041";
  2427 }
  2428 .glyphicon-tags:before {
  2429   content: "\e042";
  2430 }
  2431 .glyphicon-book:before {
  2432   content: "\e043";
  2433 }
  2434 .glyphicon-bookmark:before {
  2435   content: "\e044";
  2436 }
  2437 .glyphicon-print:before {
  2438   content: "\e045";
  2439 }
  2440 .glyphicon-camera:before {
  2441   content: "\e046";
  2442 }
  2443 .glyphicon-font:before {
  2444   content: "\e047";
  2445 }
  2446 .glyphicon-bold:before {
  2447   content: "\e048";
  2448 }
  2449 .glyphicon-italic:before {
  2450   content: "\e049";
  2451 }
  2452 .glyphicon-text-height:before {
  2453   content: "\e050";
  2454 }
  2455 .glyphicon-text-width:before {
  2456   content: "\e051";
  2457 }
  2458 .glyphicon-align-left:before {
  2459   content: "\e052";
  2460 }
  2461 .glyphicon-align-center:before {
  2462   content: "\e053";
  2463 }
  2464 .glyphicon-align-right:before {
  2465   content: "\e054";
  2466 }
  2467 .glyphicon-align-justify:before {
  2468   content: "\e055";
  2469 }
  2470 .glyphicon-list:before {
  2471   content: "\e056";
  2472 }
  2473 .glyphicon-indent-left:before {
  2474   content: "\e057";
  2475 }
  2476 .glyphicon-indent-right:before {
  2477   content: "\e058";
  2478 }
  2479 .glyphicon-facetime-video:before {
  2480   content: "\e059";
  2481 }
  2482 .glyphicon-picture:before {
  2483   content: "\e060";
  2484 }
  2485 .glyphicon-map-marker:before {
  2486   content: "\e062";
  2487 }
  2488 .glyphicon-adjust:before {
  2489   content: "\e063";
  2490 }
  2491 .glyphicon-tint:before {
  2492   content: "\e064";
  2493 }
  2494 .glyphicon-edit:before {
  2495   content: "\e065";
  2496 }
  2497 .glyphicon-share:before {
  2498   content: "\e066";
  2499 }
  2500 .glyphicon-check:before {
  2501   content: "\e067";
  2502 }
  2503 .glyphicon-move:before {
  2504   content: "\e068";
  2505 }
  2506 .glyphicon-step-backward:before {
  2507   content: "\e069";
  2508 }
  2509 .glyphicon-fast-backward:before {
  2510   content: "\e070";
  2511 }
  2512 .glyphicon-backward:before {
  2513   content: "\e071";
  2514 }
  2515 .glyphicon-play:before {
  2516   content: "\e072";
  2517 }
  2518 .glyphicon-pause:before {
  2519   content: "\e073";
  2520 }
  2521 .glyphicon-stop:before {
  2522   content: "\e074";
  2523 }
  2524 .glyphicon-forward:before {
  2525   content: "\e075";
  2526 }
  2527 .glyphicon-fast-forward:before {
  2528   content: "\e076";
  2529 }
  2530 .glyphicon-step-forward:before {
  2531   content: "\e077";
  2532 }
  2533 .glyphicon-eject:before {
  2534   content: "\e078";
  2535 }
  2536 .glyphicon-chevron-left:before {
  2537   content: "\e079";
  2538 }
  2539 .glyphicon-chevron-right:before {
  2540   content: "\e080";
  2541 }
  2542 .glyphicon-plus-sign:before {
  2543   content: "\e081";
  2544 }
  2545 .glyphicon-minus-sign:before {
  2546   content: "\e082";
  2547 }
  2548 .glyphicon-remove-sign:before {
  2549   content: "\e083";
  2550 }
  2551 .glyphicon-ok-sign:before {
  2552   content: "\e084";
  2553 }
  2554 .glyphicon-question-sign:before {
  2555   content: "\e085";
  2556 }
  2557 .glyphicon-info-sign:before {
  2558   content: "\e086";
  2559 }
  2560 .glyphicon-screenshot:before {
  2561   content: "\e087";
  2562 }
  2563 .glyphicon-remove-circle:before {
  2564   content: "\e088";
  2565 }
  2566 .glyphicon-ok-circle:before {
  2567   content: "\e089";
  2568 }
  2569 .glyphicon-ban-circle:before {
  2570   content: "\e090";
  2571 }
  2572 .glyphicon-arrow-left:before {
  2573   content: "\e091";
  2574 }
  2575 .glyphicon-arrow-right:before {
  2576   content: "\e092";
  2577 }
  2578 .glyphicon-arrow-up:before {
  2579   content: "\e093";
  2580 }
  2581 .glyphicon-arrow-down:before {
  2582   content: "\e094";
  2583 }
  2584 .glyphicon-share-alt:before {
  2585   content: "\e095";
  2586 }
  2587 .glyphicon-resize-full:before {
  2588   content: "\e096";
  2589 }
  2590 .glyphicon-resize-small:before {
  2591   content: "\e097";
  2592 }
  2593 .glyphicon-exclamation-sign:before {
  2594   content: "\e101";
  2595 }
  2596 .glyphicon-gift:before {
  2597   content: "\e102";
  2598 }
  2599 .glyphicon-leaf:before {
  2600   content: "\e103";
  2601 }
  2602 .glyphicon-fire:before {
  2603   content: "\e104";
  2604 }
  2605 .glyphicon-eye-open:before {
  2606   content: "\e105";
  2607 }
  2608 .glyphicon-eye-close:before {
  2609   content: "\e106";
  2610 }
  2611 .glyphicon-warning-sign:before {
  2612   content: "\e107";
  2613 }
  2614 .glyphicon-plane:before {
  2615   content: "\e108";
  2616 }
  2617 .glyphicon-calendar:before {
  2618   content: "\e109";
  2619 }
  2620 .glyphicon-random:before {
  2621   content: "\e110";
  2622 }
  2623 .glyphicon-comment:before {
  2624   content: "\e111";
  2625 }
  2626 .glyphicon-magnet:before {
  2627   content: "\e112";
  2628 }
  2629 .glyphicon-chevron-up:before {
  2630   content: "\e113";
  2631 }
  2632 .glyphicon-chevron-down:before {
  2633   content: "\e114";
  2634 }
  2635 .glyphicon-retweet:before {
  2636   content: "\e115";
  2637 }
  2638 .glyphicon-shopping-cart:before {
  2639   content: "\e116";
  2640 }
  2641 .glyphicon-folder-close:before {
  2642   content: "\e117";
  2643 }
  2644 .glyphicon-folder-open:before {
  2645   content: "\e118";
  2646 }
  2647 .glyphicon-resize-vertical:before {
  2648   content: "\e119";
  2649 }
  2650 .glyphicon-resize-horizontal:before {
  2651   content: "\e120";
  2652 }
  2653 .glyphicon-hdd:before {
  2654   content: "\e121";
  2655 }
  2656 .glyphicon-bullhorn:before {
  2657   content: "\e122";
  2658 }
  2659 .glyphicon-bell:before {
  2660   content: "\e123";
  2661 }
  2662 .glyphicon-certificate:before {
  2663   content: "\e124";
  2664 }
  2665 .glyphicon-thumbs-up:before {
  2666   content: "\e125";
  2667 }
  2668 .glyphicon-thumbs-down:before {
  2669   content: "\e126";
  2670 }
  2671 .glyphicon-hand-right:before {
  2672   content: "\e127";
  2673 }
  2674 .glyphicon-hand-left:before {
  2675   content: "\e128";
  2676 }
  2677 .glyphicon-hand-up:before {
  2678   content: "\e129";
  2679 }
  2680 .glyphicon-hand-down:before {
  2681   content: "\e130";
  2682 }
  2683 .glyphicon-circle-arrow-right:before {
  2684   content: "\e131";
  2685 }
  2686 .glyphicon-circle-arrow-left:before {
  2687   content: "\e132";
  2688 }
  2689 .glyphicon-circle-arrow-up:before {
  2690   content: "\e133";
  2691 }
  2692 .glyphicon-circle-arrow-down:before {
  2693   content: "\e134";
  2694 }
  2695 .glyphicon-globe:before {
  2696   content: "\e135";
  2697 }
  2698 .glyphicon-wrench:before {
  2699   content: "\e136";
  2700 }
  2701 .glyphicon-tasks:before {
  2702   content: "\e137";
  2703 }
  2704 .glyphicon-filter:before {
  2705   content: "\e138";
  2706 }
  2707 .glyphicon-briefcase:before {
  2708   content: "\e139";
  2709 }
  2710 .glyphicon-fullscreen:before {
  2711   content: "\e140";
  2712 }
  2713 .glyphicon-dashboard:before {
  2714   content: "\e141";
  2715 }
  2716 .glyphicon-paperclip:before {
  2717   content: "\e142";
  2718 }
  2719 .glyphicon-heart-empty:before {
  2720   content: "\e143";
  2721 }
  2722 .glyphicon-link:before {
  2723   content: "\e144";
  2724 }
  2725 .glyphicon-phone:before {
  2726   content: "\e145";
  2727 }
  2728 .glyphicon-pushpin:before {
  2729   content: "\e146";
  2730 }
  2731 .glyphicon-usd:before {
  2732   content: "\e148";
  2733 }
  2734 .glyphicon-gbp:before {
  2735   content: "\e149";
  2736 }
  2737 .glyphicon-sort:before {
  2738   content: "\e150";
  2739 }
  2740 .glyphicon-sort-by-alphabet:before {
  2741   content: "\e151";
  2742 }
  2743 .glyphicon-sort-by-alphabet-alt:before {
  2744   content: "\e152";
  2745 }
  2746 .glyphicon-sort-by-order:before {
  2747   content: "\e153";
  2748 }
  2749 .glyphicon-sort-by-order-alt:before {
  2750   content: "\e154";
  2751 }
  2752 .glyphicon-sort-by-attributes:before {
  2753   content: "\e155";
  2754 }
  2755 .glyphicon-sort-by-attributes-alt:before {
  2756   content: "\e156";
  2757 }
  2758 .glyphicon-unchecked:before {
  2759   content: "\e157";
  2760 }
  2761 .glyphicon-expand:before {
  2762   content: "\e158";
  2763 }
  2764 .glyphicon-collapse-down:before {
  2765   content: "\e159";
  2766 }
  2767 .glyphicon-collapse-up:before {
  2768   content: "\e160";
  2769 }
  2770 .glyphicon-log-in:before {
  2771   content: "\e161";
  2772 }
  2773 .glyphicon-flash:before {
  2774   content: "\e162";
  2775 }
  2776 .glyphicon-log-out:before {
  2777   content: "\e163";
  2778 }
  2779 .glyphicon-new-window:before {
  2780   content: "\e164";
  2781 }
  2782 .glyphicon-record:before {
  2783   content: "\e165";
  2784 }
  2785 .glyphicon-save:before {
  2786   content: "\e166";
  2787 }
  2788 .glyphicon-open:before {
  2789   content: "\e167";
  2790 }
  2791 .glyphicon-saved:before {
  2792   content: "\e168";
  2793 }
  2794 .glyphicon-import:before {
  2795   content: "\e169";
  2796 }
  2797 .glyphicon-export:before {
  2798   content: "\e170";
  2799 }
  2800 .glyphicon-send:before {
  2801   content: "\e171";
  2802 }
  2803 .glyphicon-floppy-disk:before {
  2804   content: "\e172";
  2805 }
  2806 .glyphicon-floppy-saved:before {
  2807   content: "\e173";
  2808 }
  2809 .glyphicon-floppy-remove:before {
  2810   content: "\e174";
  2811 }
  2812 .glyphicon-floppy-save:before {
  2813   content: "\e175";
  2814 }
  2815 .glyphicon-floppy-open:before {
  2816   content: "\e176";
  2817 }
  2818 .glyphicon-credit-card:before {
  2819   content: "\e177";
  2820 }
  2821 .glyphicon-transfer:before {
  2822   content: "\e178";
  2823 }
  2824 .glyphicon-cutlery:before {
  2825   content: "\e179";
  2826 }
  2827 .glyphicon-header:before {
  2828   content: "\e180";
  2829 }
  2830 .glyphicon-compressed:before {
  2831   content: "\e181";
  2832 }
  2833 .glyphicon-earphone:before {
  2834   content: "\e182";
  2835 }
  2836 .glyphicon-phone-alt:before {
  2837   content: "\e183";
  2838 }
  2839 .glyphicon-tower:before {
  2840   content: "\e184";
  2841 }
  2842 .glyphicon-stats:before {
  2843   content: "\e185";
  2844 }
  2845 .glyphicon-sd-video:before {
  2846   content: "\e186";
  2847 }
  2848 .glyphicon-hd-video:before {
  2849   content: "\e187";
  2850 }
  2851 .glyphicon-subtitles:before {
  2852   content: "\e188";
  2853 }
  2854 .glyphicon-sound-stereo:before {
  2855   content: "\e189";
  2856 }
  2857 .glyphicon-sound-dolby:before {
  2858   content: "\e190";
  2859 }
  2860 .glyphicon-sound-5-1:before {
  2861   content: "\e191";
  2862 }
  2863 .glyphicon-sound-6-1:before {
  2864   content: "\e192";
  2865 }
  2866 .glyphicon-sound-7-1:before {
  2867   content: "\e193";
  2868 }
  2869 .glyphicon-copyright-mark:before {
  2870   content: "\e194";
  2871 }
  2872 .glyphicon-registration-mark:before {
  2873   content: "\e195";
  2874 }
  2875 .glyphicon-cloud-download:before {
  2876   content: "\e197";
  2877 }
  2878 .glyphicon-cloud-upload:before {
  2879   content: "\e198";
  2880 }
  2881 .glyphicon-tree-conifer:before {
  2882   content: "\e199";
  2883 }
  2884 .glyphicon-tree-deciduous:before {
  2885   content: "\e200";
  2886 }
  2887 .caret {
  2888   display: inline-block;
  2889   width: 0;
  2890   height: 0;
  2891   margin-left: 2px;
  2892   vertical-align: middle;
  2893   border-top: 4px solid;
  2894   border-right: 4px solid transparent;
  2895   border-left: 4px solid transparent;
  2896 }
  2897 .dropdown {
  2898   position: relative;
  2899 }
  2900 .dropdown-toggle:focus {
  2901   outline: 0;
  2902 }
  2903 .dropdown-menu {
  2904   position: absolute;
  2905   top: 100%;
  2906   left: 0;
  2907   z-index: 1000;
  2908   display: none;
  2909   float: left;
  2910   min-width: 160px;
  2911   padding: 5px 0;
  2912   margin: 2px 0 0;
  2913   list-style: none;
  2914   font-size: 14px;
  2915   background-color: #ffffff;
  2916   border: 1px solid #cccccc;
  2917   border: 1px solid rgba(0, 0, 0, 0.15);
  2918   border-radius: 4px;
  2919   -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  2920   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  2921   background-clip: padding-box;
  2922 }
  2923 .dropdown-menu.pull-right {
  2924   right: 0;
  2925   left: auto;
  2926 }
  2927 .dropdown-menu .divider {
  2928   height: 1px;
  2929   margin: 9px 0;
  2930   overflow: hidden;
  2931   background-color: #e5e5e5;
  2932 }
  2933 .dropdown-menu > li > a {
  2934   display: block;
  2935   padding: 3px 20px;
  2936   clear: both;
  2937   font-weight: normal;
  2938   line-height: 1.428571429;
  2939   color: #333333;
  2940   white-space: nowrap;
  2941 }
  2942 .dropdown-menu > li > a:hover,
  2943 .dropdown-menu > li > a:focus {
  2944   text-decoration: none;
  2945   color: #262626;
  2946   background-color: #f5f5f5;
  2947 }
  2948 .dropdown-menu > .active > a,
  2949 .dropdown-menu > .active > a:hover,
  2950 .dropdown-menu > .active > a:focus {
  2951   color: #ffffff;
  2952   text-decoration: none;
  2953   outline: 0;
  2954   background-color: #428bca;
  2955 }
  2956 .dropdown-menu > .disabled > a,
  2957 .dropdown-menu > .disabled > a:hover,
  2958 .dropdown-menu > .disabled > a:focus {
  2959   color: #999999;
  2960 }
  2961 .dropdown-menu > .disabled > a:hover,
  2962 .dropdown-menu > .disabled > a:focus {
  2963   text-decoration: none;
  2964   background-color: transparent;
  2965   background-image: none;
  2966   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2967   cursor: not-allowed;
  2968 }
  2969 .open > .dropdown-menu {
  2970   display: block;
  2971 }
  2972 .open > a {
  2973   outline: 0;
  2974 }
  2975 .dropdown-header {
  2976   display: block;
  2977   padding: 3px 20px;
  2978   font-size: 12px;
  2979   line-height: 1.428571429;
  2980   color: #999999;
  2981 }
  2982 .dropdown-backdrop {
  2983   position: fixed;
  2984   left: 0;
  2985   right: 0;
  2986   bottom: 0;
  2987   top: 0;
  2988   z-index: 990;
  2989 }
  2990 .pull-right > .dropdown-menu {
  2991   right: 0;
  2992   left: auto;
  2993 }
  2994 .dropup .caret,
  2995 .navbar-fixed-bottom .dropdown .caret {
  2996   border-top: 0;
  2997   border-bottom: 4px solid;
  2998   content: "";
  2999 }
  3000 .dropup .dropdown-menu,
  3001 .navbar-fixed-bottom .dropdown .dropdown-menu {
  3002   top: auto;
  3003   bottom: 100%;
  3004   margin-bottom: 1px;
  3005 }
  3006 @media (min-width: 768px) {
  3007   .navbar-right .dropdown-menu {
  3008     right: 0;
  3009     left: auto;
  3010   }
  3011 }
  3012 .btn-group,
  3013 .btn-group-vertical {
  3014   position: relative;
  3015   display: inline-block;
  3016   vertical-align: middle;
  3017 }
  3018 .btn-group > .btn,
  3019 .btn-group-vertical > .btn {
  3020   position: relative;
  3021   float: left;
  3022 }
  3023 .btn-group > .btn:hover,
  3024 .btn-group-vertical > .btn:hover,
  3025 .btn-group > .btn:focus,
  3026 .btn-group-vertical > .btn:focus,
  3027 .btn-group > .btn:active,
  3028 .btn-group-vertical > .btn:active,
  3029 .btn-group > .btn.active,
  3030 .btn-group-vertical > .btn.active {
  3031   z-index: 2;
  3032 }
  3033 .btn-group > .btn:focus,
  3034 .btn-group-vertical > .btn:focus {
  3035   outline: none;
  3036 }
  3037 .btn-group .btn + .btn,
  3038 .btn-group .btn + .btn-group,
  3039 .btn-group .btn-group + .btn,
  3040 .btn-group .btn-group + .btn-group {
  3041   margin-left: -1px;
  3042 }
  3043 .btn-toolbar:before,
  3044 .btn-toolbar:after {
  3045   content: " ";
  3046   display: table;
  3047 }
  3048 .btn-toolbar:after {
  3049   clear: both;
  3050 }
  3051 .btn-toolbar:before,
  3052 .btn-toolbar:after {
  3053   content: " ";
  3054   display: table;
  3055 }
  3056 .btn-toolbar:after {
  3057   clear: both;
  3058 }
  3059 .btn-toolbar .btn-group {
  3060   float: left;
  3061 }
  3062 .btn-toolbar > .btn + .btn,
  3063 .btn-toolbar > .btn-group + .btn,
  3064 .btn-toolbar > .btn + .btn-group,
  3065 .btn-toolbar > .btn-group + .btn-group {
  3066   margin-left: 5px;
  3067 }
  3068 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3069   border-radius: 0;
  3070 }
  3071 .btn-group > .btn:first-child {
  3072   margin-left: 0;
  3073 }
  3074 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3075   border-bottom-right-radius: 0;
  3076   border-top-right-radius: 0;
  3077 }
  3078 .btn-group > .btn:last-child:not(:first-child),
  3079 .btn-group > .dropdown-toggle:not(:first-child) {
  3080   border-bottom-left-radius: 0;
  3081   border-top-left-radius: 0;
  3082 }
  3083 .btn-group > .btn-group {
  3084   float: left;
  3085 }
  3086 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3087   border-radius: 0;
  3088 }
  3089 .btn-group > .btn-group:first-child > .btn:last-child,
  3090 .btn-group > .btn-group:first-child > .dropdown-toggle {
  3091   border-bottom-right-radius: 0;
  3092   border-top-right-radius: 0;
  3093 }
  3094 .btn-group > .btn-group:last-child > .btn:first-child {
  3095   border-bottom-left-radius: 0;
  3096   border-top-left-radius: 0;
  3097 }
  3098 .btn-group .dropdown-toggle:active,
  3099 .btn-group.open .dropdown-toggle {
  3100   outline: 0;
  3101 }
  3102 .btn-group-xs > .btn {
  3103   padding: 1px 5px;
  3104   font-size: 12px;
  3105   line-height: 1.5;
  3106   border-radius: 3px;
  3107 }
  3108 .btn-group-sm > .btn {
  3109   padding: 5px 10px;
  3110   font-size: 12px;
  3111   line-height: 1.5;
  3112   border-radius: 3px;
  3113 }
  3114 .btn-group-lg > .btn {
  3115   padding: 10px 16px;
  3116   font-size: 18px;
  3117   line-height: 1.33;
  3118   border-radius: 6px;
  3119 }
  3120 .btn-group > .btn + .dropdown-toggle {
  3121   padding-left: 8px;
  3122   padding-right: 8px;
  3123 }
  3124 .btn-group > .btn-lg + .dropdown-toggle {
  3125   padding-left: 12px;
  3126   padding-right: 12px;
  3127 }
  3128 .btn-group.open .dropdown-toggle {
  3129   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3130   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3131 }
  3132 .btn-group.open .dropdown-toggle.btn-link {
  3133   -webkit-box-shadow: none;
  3134   box-shadow: none;
  3135 }
  3136 .btn .caret {
  3137   margin-left: 0;
  3138 }
  3139 .btn-lg .caret {
  3140   border-width: 5px 5px 0;
  3141   border-bottom-width: 0;
  3142 }
  3143 .dropup .btn-lg .caret {
  3144   border-width: 0 5px 5px;
  3145 }
  3146 .btn-group-vertical > .btn,
  3147 .btn-group-vertical > .btn-group,
  3148 .btn-group-vertical > .btn-group > .btn {
  3149   display: block;
  3150   float: none;
  3151   width: 100%;
  3152   max-width: 100%;
  3153 }
  3154 .btn-group-vertical > .btn-group:before,
  3155 .btn-group-vertical > .btn-group:after {
  3156   content: " ";
  3157   display: table;
  3158 }
  3159 .btn-group-vertical > .btn-group:after {
  3160   clear: both;
  3161 }
  3162 .btn-group-vertical > .btn-group:before,
  3163 .btn-group-vertical > .btn-group:after {
  3164   content: " ";
  3165   display: table;
  3166 }
  3167 .btn-group-vertical > .btn-group:after {
  3168   clear: both;
  3169 }
  3170 .btn-group-vertical > .btn-group > .btn {
  3171   float: none;
  3172 }
  3173 .btn-group-vertical > .btn + .btn,
  3174 .btn-group-vertical > .btn + .btn-group,
  3175 .btn-group-vertical > .btn-group + .btn,
  3176 .btn-group-vertical > .btn-group + .btn-group {
  3177   margin-top: -1px;
  3178   margin-left: 0;
  3179 }
  3180 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3181   border-radius: 0;
  3182 }
  3183 .btn-group-vertical > .btn:first-child:not(:last-child) {
  3184   border-top-right-radius: 4px;
  3185   border-bottom-right-radius: 0;
  3186   border-bottom-left-radius: 0;
  3187 }
  3188 .btn-group-vertical > .btn:last-child:not(:first-child) {
  3189   border-bottom-left-radius: 4px;
  3190   border-top-right-radius: 0;
  3191   border-top-left-radius: 0;
  3192 }
  3193 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3194   border-radius: 0;
  3195 }
  3196 .btn-group-vertical > .btn-group:first-child > .btn:last-child,
  3197 .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  3198   border-bottom-right-radius: 0;
  3199   border-bottom-left-radius: 0;
  3200 }
  3201 .btn-group-vertical > .btn-group:last-child > .btn:first-child {
  3202   border-top-right-radius: 0;
  3203   border-top-left-radius: 0;
  3204 }
  3205 .btn-group-justified {
  3206   display: table;
  3207   width: 100%;
  3208   table-layout: fixed;
  3209   border-collapse: separate;
  3210 }
  3211 .btn-group-justified > .btn,
  3212 .btn-group-justified > .btn-group {
  3213   float: none;
  3214   display: table-cell;
  3215   width: 1%;
  3216 }
  3217 .btn-group-justified > .btn-group .btn {
  3218   width: 100%;
  3219 }
  3220 [data-toggle="buttons"] > .btn > input[type="radio"],
  3221 [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  3222   display: none;
  3223 }
  3224 .input-group {
  3225   position: relative;
  3226   display: table;
  3227   border-collapse: separate;
  3228 }
  3229 .input-group[class*="col-"] {
  3230   float: none;
  3231   padding-left: 0;
  3232   padding-right: 0;
  3233 }
  3234 .input-group .form-control {
  3235   width: 100%;
  3236   margin-bottom: 0;
  3237 }
  3238 .input-group-lg > .form-control,
  3239 .input-group-lg > .input-group-addon,
  3240 .input-group-lg > .input-group-btn > .btn {
  3241   height: 46px;
  3242   padding: 10px 16px;
  3243   font-size: 18px;
  3244   line-height: 1.33;
  3245   border-radius: 6px;
  3246 }
  3247 select.input-group-lg > .form-control,
  3248 select.input-group-lg > .input-group-addon,
  3249 select.input-group-lg > .input-group-btn > .btn {
  3250   height: 46px;
  3251   line-height: 46px;
  3252 }
  3253 textarea.input-group-lg > .form-control,
  3254 textarea.input-group-lg > .input-group-addon,
  3255 textarea.input-group-lg > .input-group-btn > .btn {
  3256   height: auto;
  3257 }
  3258 .input-group-sm > .form-control,
  3259 .input-group-sm > .input-group-addon,
  3260 .input-group-sm > .input-group-btn > .btn {
  3261   height: 30px;
  3262   padding: 5px 10px;
  3263   font-size: 12px;
  3264   line-height: 1.5;
  3265   border-radius: 3px;
  3266 }
  3267 select.input-group-sm > .form-control,
  3268 select.input-group-sm > .input-group-addon,
  3269 select.input-group-sm > .input-group-btn > .btn {
  3270   height: 30px;
  3271   line-height: 30px;
  3272 }
  3273 textarea.input-group-sm > .form-control,
  3274 textarea.input-group-sm > .input-group-addon,
  3275 textarea.input-group-sm > .input-group-btn > .btn {
  3276   height: auto;
  3277 }
  3278 .input-group-addon,
  3279 .input-group-btn,
  3280 .input-group .form-control {
  3281   display: table-cell;
  3282 }
  3283 .input-group-addon:not(:first-child):not(:last-child),
  3284 .input-group-btn:not(:first-child):not(:last-child),
  3285 .input-group .form-control:not(:first-child):not(:last-child) {
  3286   border-radius: 0;
  3287 }
  3288 .input-group-addon,
  3289 .input-group-btn {
  3290   width: 1%;
  3291   white-space: nowrap;
  3292   vertical-align: middle;
  3293 }
  3294 .input-group-addon {
  3295   padding: 6px 12px;
  3296   font-size: 14px;
  3297   font-weight: normal;
  3298   line-height: 1;
  3299   color: #555555;
  3300   text-align: center;
  3301   background-color: #eeeeee;
  3302   border: 1px solid #cccccc;
  3303   border-radius: 4px;
  3304 }
  3305 .input-group-addon.input-sm {
  3306   padding: 5px 10px;
  3307   font-size: 12px;
  3308   border-radius: 3px;
  3309 }
  3310 .input-group-addon.input-lg {
  3311   padding: 10px 16px;
  3312   font-size: 18px;
  3313   border-radius: 6px;
  3314 }
  3315 .input-group-addon input[type="radio"],
  3316 .input-group-addon input[type="checkbox"] {
  3317   margin-top: 0;
  3318 }
  3319 .input-group .form-control:first-child,
  3320 .input-group-addon:first-child,
  3321 .input-group-btn:first-child > .btn,
  3322 .input-group-btn:first-child > .dropdown-toggle,
  3323 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  3324   border-bottom-right-radius: 0;
  3325   border-top-right-radius: 0;
  3326 }
  3327 .input-group-addon:first-child {
  3328   border-right: 0;
  3329 }
  3330 .input-group .form-control:last-child,
  3331 .input-group-addon:last-child,
  3332 .input-group-btn:last-child > .btn,
  3333 .input-group-btn:last-child > .dropdown-toggle,
  3334 .input-group-btn:first-child > .btn:not(:first-child) {
  3335   border-bottom-left-radius: 0;
  3336   border-top-left-radius: 0;
  3337 }
  3338 .input-group-addon:last-child {
  3339   border-left: 0;
  3340 }
  3341 .input-group-btn {
  3342   position: relative;
  3343   white-space: nowrap;
  3344 }
  3345 .input-group-btn:first-child > .btn {
  3346   margin-right: -1px;
  3347 }
  3348 .input-group-btn:last-child > .btn {
  3349   margin-left: -1px;
  3350 }
  3351 .input-group-btn > .btn {
  3352   position: relative;
  3353 }
  3354 .input-group-btn > .btn + .btn {
  3355   margin-left: -4px;
  3356 }
  3357 .input-group-btn > .btn:hover,
  3358 .input-group-btn > .btn:active {
  3359   z-index: 2;
  3360 }
  3361 .nav {
  3362   margin-bottom: 0;
  3363   padding-left: 0;
  3364   list-style: none;
  3365 }
  3366 .nav:before,
  3367 .nav:after {
  3368   content: " ";
  3369   display: table;
  3370 }
  3371 .nav:after {
  3372   clear: both;
  3373 }
  3374 .nav:before,
  3375 .nav:after {
  3376   content: " ";
  3377   display: table;
  3378 }
  3379 .nav:after {
  3380   clear: both;
  3381 }
  3382 .nav > li {
  3383   position: relative;
  3384   display: block;
  3385 }
  3386 .nav > li > a {
  3387   position: relative;
  3388   display: block;
  3389   padding: 10px 15px;
  3390 }
  3391 .nav > li > a:hover,
  3392 .nav > li > a:focus {
  3393   text-decoration: none;
  3394   background-color: #eeeeee;
  3395 }
  3396 .nav > li.disabled > a {
  3397   color: #999999;
  3398 }
  3399 .nav > li.disabled > a:hover,
  3400 .nav > li.disabled > a:focus {
  3401   color: #999999;
  3402   text-decoration: none;
  3403   background-color: transparent;
  3404   cursor: not-allowed;
  3405 }
  3406 .nav .open > a,
  3407 .nav .open > a:hover,
  3408 .nav .open > a:focus {
  3409   background-color: #eeeeee;
  3410   border-color: #428bca;
  3411 }
  3412 .nav .nav-divider {
  3413   height: 1px;
  3414   margin: 9px 0;
  3415   overflow: hidden;
  3416   background-color: #e5e5e5;
  3417 }
  3418 .nav > li > a > img {
  3419   max-width: none;
  3420 }
  3421 .nav-tabs {
  3422   border-bottom: 1px solid #dddddd;
  3423 }
  3424 .nav-tabs > li {
  3425   float: left;
  3426   margin-bottom: -1px;
  3427 }
  3428 .nav-tabs > li > a {
  3429   margin-right: 2px;
  3430   line-height: 1.428571429;
  3431   border: 1px solid transparent;
  3432   border-radius: 4px 4px 0 0;
  3433 }
  3434 .nav-tabs > li > a:hover {
  3435   border-color: #eeeeee #eeeeee #dddddd;
  3436 }
  3437 .nav-tabs > li.active > a,
  3438 .nav-tabs > li.active > a:hover,
  3439 .nav-tabs > li.active > a:focus {
  3440   color: #555555;
  3441   background-color: #ffffff;
  3442   border: 1px solid #dddddd;
  3443   border-bottom-color: transparent;
  3444   cursor: default;
  3445 }
  3446 .nav-tabs.nav-justified {
  3447   width: 100%;
  3448   border-bottom: 0;
  3449 }
  3450 .nav-tabs.nav-justified > li {
  3451   float: none;
  3452 }
  3453 .nav-tabs.nav-justified > li > a {
  3454   text-align: center;
  3455   margin-bottom: 5px;
  3456 }
  3457 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3458   top: auto;
  3459   left: auto;
  3460 }
  3461 @media (min-width: 768px) {
  3462   .nav-tabs.nav-justified > li {
  3463     display: table-cell;
  3464     width: 1%;
  3465   }
  3466   .nav-tabs.nav-justified > li > a {
  3467     margin-bottom: 0;
  3468   }
  3469 }
  3470 .nav-tabs.nav-justified > li > a {
  3471   margin-right: 0;
  3472   border-radius: 4px;
  3473 }
  3474 .nav-tabs.nav-justified > .active > a,
  3475 .nav-tabs.nav-justified > .active > a:hover,
  3476 .nav-tabs.nav-justified > .active > a:focus {
  3477   border: 1px solid #dddddd;
  3478 }
  3479 @media (min-width: 768px) {
  3480   .nav-tabs.nav-justified > li > a {
  3481     border-bottom: 1px solid #dddddd;
  3482     border-radius: 4px 4px 0 0;
  3483   }
  3484   .nav-tabs.nav-justified > .active > a,
  3485   .nav-tabs.nav-justified > .active > a:hover,
  3486   .nav-tabs.nav-justified > .active > a:focus {
  3487     border-bottom-color: #ffffff;
  3488   }
  3489 }
  3490 .nav-pills > li {
  3491   float: left;
  3492 }
  3493 .nav-pills > li > a {
  3494   border-radius: 4px;
  3495 }
  3496 .nav-pills > li + li {
  3497   margin-left: 2px;
  3498 }
  3499 .nav-pills > li.active > a,
  3500 .nav-pills > li.active > a:hover,
  3501 .nav-pills > li.active > a:focus {
  3502   color: #ffffff;
  3503   background-color: #428bca;
  3504 }
  3505 .nav-stacked > li {
  3506   float: none;
  3507 }
  3508 .nav-stacked > li + li {
  3509   margin-top: 2px;
  3510   margin-left: 0;
  3511 }
  3512 .nav-justified {
  3513   width: 100%;
  3514 }
  3515 .nav-justified > li {
  3516   float: none;
  3517 }
  3518 .nav-justified > li > a {
  3519   text-align: center;
  3520   margin-bottom: 5px;
  3521 }
  3522 .nav-justified > .dropdown .dropdown-menu {
  3523   top: auto;
  3524   left: auto;
  3525 }
  3526 @media (min-width: 768px) {
  3527   .nav-justified > li {
  3528     display: table-cell;
  3529     width: 1%;
  3530   }
  3531   .nav-justified > li > a {
  3532     margin-bottom: 0;
  3533   }
  3534 }
  3535 .nav-tabs-justified {
  3536   border-bottom: 0;
  3537 }
  3538 .nav-tabs-justified > li > a {
  3539   margin-right: 0;
  3540   border-radius: 4px;
  3541 }
  3542 .nav-tabs-justified > .active > a,
  3543 .nav-tabs-justified > .active > a:hover,
  3544 .nav-tabs-justified > .active > a:focus {
  3545   border: 1px solid #dddddd;
  3546 }
  3547 @media (min-width: 768px) {
  3548   .nav-tabs-justified > li > a {
  3549     border-bottom: 1px solid #dddddd;
  3550     border-radius: 4px 4px 0 0;
  3551   }
  3552   .nav-tabs-justified > .active > a,
  3553   .nav-tabs-justified > .active > a:hover,
  3554   .nav-tabs-justified > .active > a:focus {
  3555     border-bottom-color: #ffffff;
  3556   }
  3557 }
  3558 .tab-content > .tab-pane {
  3559   display: none;
  3560 }
  3561 .tab-content > .active {
  3562   display: block;
  3563 }
  3564 .nav-tabs .dropdown-menu {
  3565   margin-top: -1px;
  3566   border-top-right-radius: 0;
  3567   border-top-left-radius: 0;
  3568 }
  3569 .navbar {
  3570   position: relative;
  3571   min-height: 50px;
  3572   margin-bottom: 20px;
  3573   border: 1px solid transparent;
  3574 }
  3575 .navbar:before,
  3576 .navbar:after {
  3577   content: " ";
  3578   display: table;
  3579 }
  3580 .navbar:after {
  3581   clear: both;
  3582 }
  3583 .navbar:before,
  3584 .navbar:after {
  3585   content: " ";
  3586   display: table;
  3587 }
  3588 .navbar:after {
  3589   clear: both;
  3590 }
  3591 @media (min-width: 768px) {
  3592   .navbar {
  3593     border-radius: 4px;
  3594   }
  3595 }
  3596 .navbar-header:before,
  3597 .navbar-header:after {
  3598   content: " ";
  3599   display: table;
  3600 }
  3601 .navbar-header:after {
  3602   clear: both;
  3603 }
  3604 .navbar-header:before,
  3605 .navbar-header:after {
  3606   content: " ";
  3607   display: table;
  3608 }
  3609 .navbar-header:after {
  3610   clear: both;
  3611 }
  3612 @media (min-width: 768px) {
  3613   .navbar-header {
  3614     float: left;
  3615   }
  3616 }
  3617 .navbar-collapse {
  3618   max-height: 340px;
  3619   overflow-x: visible;
  3620   padding-right: 15px;
  3621   padding-left: 15px;
  3622   border-top: 1px solid transparent;
  3623   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  3624   -webkit-overflow-scrolling: touch;
  3625 }
  3626 .navbar-collapse:before,
  3627 .navbar-collapse:after {
  3628   content: " ";
  3629   display: table;
  3630 }
  3631 .navbar-collapse:after {
  3632   clear: both;
  3633 }
  3634 .navbar-collapse:before,
  3635 .navbar-collapse:after {
  3636   content: " ";
  3637   display: table;
  3638 }
  3639 .navbar-collapse:after {
  3640   clear: both;
  3641 }
  3642 .navbar-collapse.in {
  3643   overflow-y: auto;
  3644 }
  3645 @media (min-width: 768px) {
  3646   .navbar-collapse {
  3647     width: auto;
  3648     border-top: 0;
  3649     box-shadow: none;
  3650   }
  3651   .navbar-collapse.collapse {
  3652     display: block !important;
  3653     height: auto !important;
  3654     padding-bottom: 0;
  3655     overflow: visible !important;
  3656   }
  3657   .navbar-collapse.in {
  3658     overflow-y: visible;
  3659   }
  3660   .navbar-fixed-top .navbar-collapse,
  3661   .navbar-static-top .navbar-collapse,
  3662   .navbar-fixed-bottom .navbar-collapse {
  3663     padding-left: 0;
  3664     padding-right: 0;
  3665   }
  3666 }
  3667 .container > .navbar-header,
  3668 .container > .navbar-collapse {
  3669   margin-right: -15px;
  3670   margin-left: -15px;
  3671 }
  3672 @media (min-width: 768px) {
  3673   .container > .navbar-header,
  3674   .container > .navbar-collapse {
  3675     margin-right: 0;
  3676     margin-left: 0;
  3677   }
  3678 }
  3679 .navbar-static-top {
  3680   z-index: 1000;
  3681   border-width: 0 0 1px;
  3682 }
  3683 @media (min-width: 768px) {
  3684   .navbar-static-top {
  3685     border-radius: 0;
  3686   }
  3687 }
  3688 .navbar-fixed-top,
  3689 .navbar-fixed-bottom {
  3690   position: fixed;
  3691   right: 0;
  3692   left: 0;
  3693   z-index: 1030;
  3694 }
  3695 @media (min-width: 768px) {
  3696   .navbar-fixed-top,
  3697   .navbar-fixed-bottom {
  3698     border-radius: 0;
  3699   }
  3700 }
  3701 .navbar-fixed-top {
  3702   top: 0;
  3703   border-width: 0 0 1px;
  3704 }
  3705 .navbar-fixed-bottom {
  3706   bottom: 0;
  3707   margin-bottom: 0;
  3708   border-width: 1px 0 0;
  3709 }
  3710 .navbar-brand {
  3711   float: left;
  3712   padding: 15px 15px;
  3713   font-size: 18px;
  3714   line-height: 20px;
  3715 }
  3716 .navbar-brand:hover,
  3717 .navbar-brand:focus {
  3718   text-decoration: none;
  3719 }
  3720 @media (min-width: 768px) {
  3721   .navbar > .container .navbar-brand {
  3722     margin-left: -15px;
  3723   }
  3724 }
  3725 .navbar-toggle {
  3726   position: relative;
  3727   float: right;
  3728   margin-right: 15px;
  3729   padding: 9px 10px;
  3730   margin-top: 8px;
  3731   margin-bottom: 8px;
  3732   background-color: transparent;
  3733   background-image: none;
  3734   border: 1px solid transparent;
  3735   border-radius: 4px;
  3736 }
  3737 .navbar-toggle .icon-bar {
  3738   display: block;
  3739   width: 22px;
  3740   height: 2px;
  3741   border-radius: 1px;
  3742 }
  3743 .navbar-toggle .icon-bar + .icon-bar {
  3744   margin-top: 4px;
  3745 }
  3746 @media (min-width: 768px) {
  3747   .navbar-toggle {
  3748     display: none;
  3749   }
  3750 }
  3751 .navbar-nav {
  3752   margin: 7.5px -15px;
  3753 }
  3754 .navbar-nav > li > a {
  3755   padding-top: 10px;
  3756   padding-bottom: 10px;
  3757   line-height: 20px;
  3758 }
  3759 @media (max-width: 767px) {
  3760   .navbar-nav .open .dropdown-menu {
  3761     position: static;
  3762     float: none;
  3763     width: auto;
  3764     margin-top: 0;
  3765     background-color: transparent;
  3766     border: 0;
  3767     box-shadow: none;
  3768   }
  3769   .navbar-nav .open .dropdown-menu > li > a,
  3770   .navbar-nav .open .dropdown-menu .dropdown-header {
  3771     padding: 5px 15px 5px 25px;
  3772   }
  3773   .navbar-nav .open .dropdown-menu > li > a {
  3774     line-height: 20px;
  3775   }
  3776   .navbar-nav .open .dropdown-menu > li > a:hover,
  3777   .navbar-nav .open .dropdown-menu > li > a:focus {
  3778     background-image: none;
  3779   }
  3780 }
  3781 @media (min-width: 768px) {
  3782   .navbar-nav {
  3783     float: left;
  3784     margin: 0;
  3785   }
  3786   .navbar-nav > li {
  3787     float: left;
  3788   }
  3789   .navbar-nav > li > a {
  3790     padding-top: 15px;
  3791     padding-bottom: 15px;
  3792   }
  3793   .navbar-nav.navbar-right:last-child {
  3794     margin-right: -15px;
  3795   }
  3796 }
  3797 @media (min-width: 768px) {
  3798   .navbar-left {
  3799     float: left !important;
  3800   }
  3801   .navbar-right {
  3802     float: right !important;
  3803   }
  3804 }
  3805 .navbar-form {
  3806   margin-left: -15px;
  3807   margin-right: -15px;
  3808   padding: 10px 15px;
  3809   border-top: 1px solid transparent;
  3810   border-bottom: 1px solid transparent;
  3811   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  3812   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  3813   margin-top: 8px;
  3814   margin-bottom: 8px;
  3815 }
  3816 @media (min-width: 768px) {
  3817   .navbar-form .form-group {
  3818     display: inline-block;
  3819     margin-bottom: 0;
  3820     vertical-align: middle;
  3821   }
  3822   .navbar-form .form-control {
  3823     display: inline-block;
  3824   }
  3825   .navbar-form select.form-control {
  3826     width: auto;
  3827   }
  3828   .navbar-form .radio,
  3829   .navbar-form .checkbox {
  3830     display: inline-block;
  3831     margin-top: 0;
  3832     margin-bottom: 0;
  3833     padding-left: 0;
  3834   }
  3835   .navbar-form .radio input[type="radio"],
  3836   .navbar-form .checkbox input[type="checkbox"] {
  3837     float: none;
  3838     margin-left: 0;
  3839   }
  3840 }
  3841 @media (max-width: 767px) {
  3842   .navbar-form .form-group {
  3843     margin-bottom: 5px;
  3844   }
  3845 }
  3846 @media (min-width: 768px) {
  3847   .navbar-form {
  3848     width: auto;
  3849     border: 0;
  3850     margin-left: 0;
  3851     margin-right: 0;
  3852     padding-top: 0;
  3853     padding-bottom: 0;
  3854     -webkit-box-shadow: none;
  3855     box-shadow: none;
  3856   }
  3857   .navbar-form.navbar-right:last-child {
  3858     margin-right: -15px;
  3859   }
  3860 }
  3861 .navbar-nav > li > .dropdown-menu {
  3862   margin-top: 0;
  3863   border-top-right-radius: 0;
  3864   border-top-left-radius: 0;
  3865 }
  3866 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  3867   border-bottom-right-radius: 0;
  3868   border-bottom-left-radius: 0;
  3869 }
  3870 .navbar-nav.pull-right > li > .dropdown-menu,
  3871 .navbar-nav > li > .dropdown-menu.pull-right {
  3872   left: auto;
  3873   right: 0;
  3874 }
  3875 .navbar-btn {
  3876   margin-top: 8px;
  3877   margin-bottom: 8px;
  3878 }
  3879 .navbar-btn.btn-sm {
  3880   margin-top: 10px;
  3881   margin-bottom: 10px;
  3882 }
  3883 .navbar-btn.btn-xs {
  3884   margin-top: 14px;
  3885   margin-bottom: 14px;
  3886 }
  3887 .navbar-text {
  3888   margin-top: 15px;
  3889   margin-bottom: 15px;
  3890 }
  3891 @media (min-width: 768px) {
  3892   .navbar-text {
  3893     float: left;
  3894     margin-left: 15px;
  3895     margin-right: 15px;
  3896   }
  3897   .navbar-text.navbar-right:last-child {
  3898     margin-right: 0;
  3899   }
  3900 }
  3901 .navbar-default {
  3902   background-color: transparent;
  3903   border-color: transparent;
  3904 }
  3905 .navbar-default .navbar-brand {
  3906   color: #777777;
  3907 }
  3908 .navbar-default .navbar-brand:hover,
  3909 .navbar-default .navbar-brand:focus {
  3910   color: #5e5e5e;
  3911   background-color: transparent;
  3912 }
  3913 .navbar-default .navbar-text {
  3914   color: #777777;
  3915 }
  3916 .navbar-default .navbar-nav > li > a {
  3917   color: #777777;
  3918 }
  3919 .navbar-default .navbar-nav > li > a:hover,
  3920 .navbar-default .navbar-nav > li > a:focus {
  3921   color: #333333;
  3922   background-color: transparent;
  3923 }
  3924 .navbar-default .navbar-nav > .active > a,
  3925 .navbar-default .navbar-nav > .active > a:hover,
  3926 .navbar-default .navbar-nav > .active > a:focus {
  3927   color: #555555;
  3928   background-color: transparent;
  3929 }
  3930 .navbar-default .navbar-nav > .disabled > a,
  3931 .navbar-default .navbar-nav > .disabled > a:hover,
  3932 .navbar-default .navbar-nav > .disabled > a:focus {
  3933   color: #cccccc;
  3934   background-color: transparent;
  3935 }
  3936 .navbar-default .navbar-toggle {
  3937   border-color: #dddddd;
  3938 }
  3939 .navbar-default .navbar-toggle:hover,
  3940 .navbar-default .navbar-toggle:focus {
  3941   background-color: #dddddd;
  3942 }
  3943 .navbar-default .navbar-toggle .icon-bar {
  3944   background-color: #cccccc;
  3945 }
  3946 .navbar-default .navbar-collapse,
  3947 .navbar-default .navbar-form {
  3948   border-color: transparent;
  3949 }
  3950 .navbar-default .navbar-nav > .open > a,
  3951 .navbar-default .navbar-nav > .open > a:hover,
  3952 .navbar-default .navbar-nav > .open > a:focus {
  3953   background-color: transparent;
  3954   color: #555555;
  3955 }
  3956 @media (max-width: 767px) {
  3957   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  3958     color: #777777;
  3959   }
  3960   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  3961   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  3962     color: #333333;
  3963     background-color: transparent;
  3964   }
  3965   .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  3966   .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  3967   .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  3968     color: #555555;
  3969     background-color: transparent;
  3970   }
  3971   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  3972   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  3973   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  3974     color: #cccccc;
  3975     background-color: transparent;
  3976   }
  3977 }
  3978 .navbar-default .navbar-link {
  3979   color: #777777;
  3980 }
  3981 .navbar-default .navbar-link:hover {
  3982   color: #333333;
  3983 }
  3984 .navbar-inverse {
  3985   background-color: #222222;
  3986   border-color: #080808;
  3987 }
  3988 .navbar-inverse .navbar-brand {
  3989   color: #999999;
  3990 }
  3991 .navbar-inverse .navbar-brand:hover,
  3992 .navbar-inverse .navbar-brand:focus {
  3993   color: #ffffff;
  3994   background-color: transparent;
  3995 }
  3996 .navbar-inverse .navbar-text {
  3997   color: #999999;
  3998 }
  3999 .navbar-inverse .navbar-nav > li > a {
  4000   color: #999999;
  4001 }
  4002 .navbar-inverse .navbar-nav > li > a:hover,
  4003 .navbar-inverse .navbar-nav > li > a:focus {
  4004   color: #ffffff;
  4005   background-color: transparent;
  4006 }
  4007 .navbar-inverse .navbar-nav > .active > a,
  4008 .navbar-inverse .navbar-nav > .active > a:hover,
  4009 .navbar-inverse .navbar-nav > .active > a:focus {
  4010   color: #ffffff;
  4011   background-color: #080808;
  4012 }
  4013 .navbar-inverse .navbar-nav > .disabled > a,
  4014 .navbar-inverse .navbar-nav > .disabled > a:hover,
  4015 .navbar-inverse .navbar-nav > .disabled > a:focus {
  4016   color: #444444;
  4017   background-color: transparent;
  4018 }
  4019 .navbar-inverse .navbar-toggle {
  4020   border-color: #333333;
  4021 }
  4022 .navbar-inverse .navbar-toggle:hover,
  4023 .navbar-inverse .navbar-toggle:focus {
  4024   background-color: #333333;
  4025 }
  4026 .navbar-inverse .navbar-toggle .icon-bar {
  4027   background-color: #ffffff;
  4028 }
  4029 .navbar-inverse .navbar-collapse,
  4030 .navbar-inverse .navbar-form {
  4031   border-color: #101010;
  4032 }
  4033 .navbar-inverse .navbar-nav > .open > a,
  4034 .navbar-inverse .navbar-nav > .open > a:hover,
  4035 .navbar-inverse .navbar-nav > .open > a:focus {
  4036   background-color: #080808;
  4037   color: #ffffff;
  4038 }
  4039 @media (max-width: 767px) {
  4040   .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4041     border-color: #080808;
  4042   }
  4043   .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4044     background-color: #080808;
  4045   }
  4046   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4047     color: #999999;
  4048   }
  4049   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4050   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4051     color: #ffffff;
  4052     background-color: transparent;
  4053   }
  4054   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4055   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4056   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4057     color: #ffffff;
  4058     background-color: #080808;
  4059   }
  4060   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4061   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4062   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4063     color: #444444;
  4064     background-color: transparent;
  4065   }
  4066 }
  4067 .navbar-inverse .navbar-link {
  4068   color: #999999;
  4069 }
  4070 .navbar-inverse .navbar-link:hover {
  4071   color: #ffffff;
  4072 }
  4073 .breadcrumb {
  4074   padding: 8px 15px;
  4075   margin-bottom: 20px;
  4076   list-style: none;
  4077   background-color: #f5f5f5;
  4078   border-radius: 4px;
  4079 }
  4080 .breadcrumb > li {
  4081   display: inline-block;
  4082 }
  4083 .breadcrumb > li + li:before {
  4084   content: "/\00a0";
  4085   padding: 0 5px;
  4086   color: #cccccc;
  4087 }
  4088 .breadcrumb > .active {
  4089   color: #999999;
  4090 }
  4091 .pagination {
  4092   display: inline-block;
  4093   padding-left: 0;
  4094   margin: 20px 0;
  4095   border-radius: 4px;
  4096 }
  4097 .pagination > li {
  4098   display: inline;
  4099 }
  4100 .pagination > li > a,
  4101 .pagination > li > span {
  4102   position: relative;
  4103   float: left;
  4104   padding: 6px 12px;
  4105   line-height: 1.428571429;
  4106   text-decoration: none;
  4107   background-color: #ffffff;
  4108   border: 1px solid #dddddd;
  4109   margin-left: -1px;
  4110 }
  4111 .pagination > li:first-child > a,
  4112 .pagination > li:first-child > span {
  4113   margin-left: 0;
  4114   border-bottom-left-radius: 4px;
  4115   border-top-left-radius: 4px;
  4116 }
  4117 .pagination > li:last-child > a,
  4118 .pagination > li:last-child > span {
  4119   border-bottom-right-radius: 4px;
  4120   border-top-right-radius: 4px;
  4121 }
  4122 .pagination > li > a:hover,
  4123 .pagination > li > span:hover,
  4124 .pagination > li > a:focus,
  4125 .pagination > li > span:focus {
  4126   background-color: #eeeeee;
  4127 }
  4128 .pagination > .active > a,
  4129 .pagination > .active > span,
  4130 .pagination > .active > a:hover,
  4131 .pagination > .active > span:hover,
  4132 .pagination > .active > a:focus,
  4133 .pagination > .active > span:focus {
  4134   z-index: 2;
  4135   color: #ffffff;
  4136   background-color: #428bca;
  4137   border-color: #428bca;
  4138   cursor: default;
  4139 }
  4140 .pagination > .disabled > span,
  4141 .pagination > .disabled > span:hover,
  4142 .pagination > .disabled > span:focus,
  4143 .pagination > .disabled > a,
  4144 .pagination > .disabled > a:hover,
  4145 .pagination > .disabled > a:focus {
  4146   color: #999999;
  4147   background-color: #ffffff;
  4148   border-color: #dddddd;
  4149   cursor: not-allowed;
  4150 }
  4151 .pagination-lg > li > a,
  4152 .pagination-lg > li > span {
  4153   padding: 10px 16px;
  4154   font-size: 18px;
  4155 }
  4156 .pagination-lg > li:first-child > a,
  4157 .pagination-lg > li:first-child > span {
  4158   border-bottom-left-radius: 6px;
  4159   border-top-left-radius: 6px;
  4160 }
  4161 .pagination-lg > li:last-child > a,
  4162 .pagination-lg > li:last-child > span {
  4163   border-bottom-right-radius: 6px;
  4164   border-top-right-radius: 6px;
  4165 }
  4166 .pagination-sm > li > a,
  4167 .pagination-sm > li > span {
  4168   padding: 5px 10px;
  4169   font-size: 12px;
  4170 }
  4171 .pagination-sm > li:first-child > a,
  4172 .pagination-sm > li:first-child > span {
  4173   border-bottom-left-radius: 3px;
  4174   border-top-left-radius: 3px;
  4175 }
  4176 .pagination-sm > li:last-child > a,
  4177 .pagination-sm > li:last-child > span {
  4178   border-bottom-right-radius: 3px;
  4179   border-top-right-radius: 3px;
  4180 }
  4181 .pager {
  4182   padding-left: 0;
  4183   margin: 20px 0;
  4184   list-style: none;
  4185   text-align: center;
  4186 }
  4187 .pager:before,
  4188 .pager:after {
  4189   content: " ";
  4190   display: table;
  4191 }
  4192 .pager:after {
  4193   clear: both;
  4194 }
  4195 .pager:before,
  4196 .pager:after {
  4197   content: " ";
  4198   display: table;
  4199 }
  4200 .pager:after {
  4201   clear: both;
  4202 }
  4203 .pager li {
  4204   display: inline;
  4205 }
  4206 .pager li > a,
  4207 .pager li > span {
  4208   display: inline-block;
  4209   padding: 5px 14px;
  4210   background-color: #ffffff;
  4211   border: 1px solid #dddddd;
  4212   border-radius: 15px;
  4213 }
  4214 .pager li > a:hover,
  4215 .pager li > a:focus {
  4216   text-decoration: none;
  4217   background-color: #eeeeee;
  4218 }
  4219 .pager .next > a,
  4220 .pager .next > span {
  4221   float: right;
  4222 }
  4223 .pager .previous > a,
  4224 .pager .previous > span {
  4225   float: left;
  4226 }
  4227 .pager .disabled > a,
  4228 .pager .disabled > a:hover,
  4229 .pager .disabled > a:focus,
  4230 .pager .disabled > span {
  4231   color: #999999;
  4232   background-color: #ffffff;
  4233   cursor: not-allowed;
  4234 }
  4235 .label {
  4236   display: inline;
  4237   padding: .2em .6em .3em;
  4238   font-size: 75%;
  4239   font-weight: bold;
  4240   line-height: 1;
  4241   color: #ffffff;
  4242   text-align: center;
  4243   white-space: nowrap;
  4244   vertical-align: baseline;
  4245   border-radius: .25em;
  4246 }
  4247 .label[href]:hover,
  4248 .label[href]:focus {
  4249   color: #ffffff;
  4250   text-decoration: none;
  4251   cursor: pointer;
  4252 }
  4253 .label:empty {
  4254   display: none;
  4255 }
  4256 .btn .label {
  4257   position: relative;
  4258   top: -1px;
  4259 }
  4260 .label-default {
  4261   background-color: #999999;
  4262 }
  4263 .label-default[href]:hover,
  4264 .label-default[href]:focus {
  4265   background-color: #808080;
  4266 }
  4267 .label-primary {
  4268   background-color: #428bca;
  4269 }
  4270 .label-primary[href]:hover,
  4271 .label-primary[href]:focus {
  4272   background-color: #3071a9;
  4273 }
  4274 .label-success {
  4275   background-color: #5cb85c;
  4276 }
  4277 .label-success[href]:hover,
  4278 .label-success[href]:focus {
  4279   background-color: #449d44;
  4280 }
  4281 .label-info {
  4282   background-color: #5bc0de;
  4283 }
  4284 .label-info[href]:hover,
  4285 .label-info[href]:focus {
  4286   background-color: #31b0d5;
  4287 }
  4288 .label-warning {
  4289   background-color: #f0ad4e;
  4290 }
  4291 .label-warning[href]:hover,
  4292 .label-warning[href]:focus {
  4293   background-color: #ec971f;
  4294 }
  4295 .label-danger {
  4296   background-color: #d9534f;
  4297 }
  4298 .label-danger[href]:hover,
  4299 .label-danger[href]:focus {
  4300   background-color: #c9302c;
  4301 }
  4302 .badge {
  4303   display: inline-block;
  4304   min-width: 10px;
  4305   padding: 3px 7px;
  4306   font-size: 12px;
  4307   font-weight: bold;
  4308   color: #ffffff;
  4309   line-height: 1;
  4310   vertical-align: baseline;
  4311   white-space: nowrap;
  4312   text-align: center;
  4313   background-color: #999999;
  4314   border-radius: 10px;
  4315 }
  4316 .badge:empty {
  4317   display: none;
  4318 }
  4319 .btn .badge {
  4320   position: relative;
  4321   top: -1px;
  4322 }
  4323 a.badge:hover,
  4324 a.badge:focus {
  4325   color: #ffffff;
  4326   text-decoration: none;
  4327   cursor: pointer;
  4328 }
  4329 a.list-group-item.active > .badge,
  4330 .nav-pills > .active > a > .badge {
  4331   color: #428bca;
  4332   background-color: #ffffff;
  4333 }
  4334 .nav-pills > li > a > .badge {
  4335   margin-left: 3px;
  4336 }
  4337 .jumbotron {
  4338   padding: 30px;
  4339   margin-bottom: 30px;
  4340   font-size: 21px;
  4341   font-weight: 200;
  4342   line-height: 2.1428571435;
  4343   color: inherit;
  4344   background-color: #eeeeee;
  4345 }
  4346 .jumbotron h1,
  4347 .jumbotron .h1 {
  4348   line-height: 1;
  4349   color: inherit;
  4350 }
  4351 .jumbotron p {
  4352   line-height: 1.4;
  4353 }
  4354 .container .jumbotron {
  4355   border-radius: 6px;
  4356 }
  4357 .jumbotron .container {
  4358   max-width: 100%;
  4359 }
  4360 @media screen and (min-width: 768px) {
  4361   .jumbotron {
  4362     padding-top: 48px;
  4363     padding-bottom: 48px;
  4364   }
  4365   .container .jumbotron {
  4366     padding-left: 60px;
  4367     padding-right: 60px;
  4368   }
  4369   .jumbotron h1,
  4370   .jumbotron .h1 {
  4371     font-size: 63px;
  4372   }
  4373 }
  4374 .thumbnail {
  4375   display: block;
  4376   padding: 4px;
  4377   margin-bottom: 20px;
  4378   line-height: 1.428571429;
  4379   background-color: #ffffff;
  4380   border: 1px solid #dddddd;
  4381   border-radius: 4px;
  4382   -webkit-transition: all 0.2s ease-in-out;
  4383   transition: all 0.2s ease-in-out;
  4384 }
  4385 .thumbnail > img,
  4386 .thumbnail a > img {
  4387   display: block;
  4388   max-width: 100%;
  4389   height: auto;
  4390   margin-left: auto;
  4391   margin-right: auto;
  4392 }
  4393 a.thumbnail:hover,
  4394 a.thumbnail:focus,
  4395 a.thumbnail.active {
  4396   border-color: #428bca;
  4397 }
  4398 .thumbnail .caption {
  4399   padding: 9px;
  4400   color: #333333;
  4401 }
  4402 .alert {
  4403   padding: 15px;
  4404   margin-bottom: 20px;
  4405   border: 1px solid transparent;
  4406   border-radius: 4px;
  4407 }
  4408 .alert h4 {
  4409   margin-top: 0;
  4410   color: inherit;
  4411 }
  4412 .alert .alert-link {
  4413   font-weight: bold;
  4414 }
  4415 .alert > p,
  4416 .alert > ul {
  4417   margin-bottom: 0;
  4418 }
  4419 .alert > p + p {
  4420   margin-top: 5px;
  4421 }
  4422 .alert-dismissable {
  4423   padding-right: 35px;
  4424 }
  4425 .alert-dismissable .close {
  4426   position: relative;
  4427   top: -2px;
  4428   right: -21px;
  4429   color: inherit;
  4430 }
  4431 .alert-success {
  4432   background-color: #dff0d8;
  4433   border-color: #d6e9c6;
  4434   color: #3c763d;
  4435 }
  4436 .alert-success hr {
  4437   border-top-color: #c9e2b3;
  4438 }
  4439 .alert-success .alert-link {
  4440   color: #2b542c;
  4441 }
  4442 .alert-info {
  4443   background-color: #d9edf7;
  4444   border-color: #bce8f1;
  4445   color: #31708f;
  4446 }
  4447 .alert-info hr {
  4448   border-top-color: #a6e1ec;
  4449 }
  4450 .alert-info .alert-link {
  4451   color: #245269;
  4452 }
  4453 .alert-warning {
  4454   background-color: #fcf8e3;
  4455   border-color: #faebcc;
  4456   color: #8a6d3b;
  4457 }
  4458 .alert-warning hr {
  4459   border-top-color: #f7e1b5;
  4460 }
  4461 .alert-warning .alert-link {
  4462   color: #66512c;
  4463 }
  4464 .alert-danger {
  4465   background-color: #f2dede;
  4466   border-color: #ebccd1;
  4467   color: #a94442;
  4468 }
  4469 .alert-danger hr {
  4470   border-top-color: #e4b9c0;
  4471 }
  4472 .alert-danger .alert-link {
  4473   color: #843534;
  4474 }
  4475 @-webkit-keyframes progress-bar-stripes {
  4476   from {
  4477     background-position: 40px 0;
  4478   }
  4479   to {
  4480     background-position: 0 0;
  4481   }
  4482 }
  4483 @keyframes progress-bar-stripes {
  4484   from {
  4485     background-position: 40px 0;
  4486   }
  4487   to {
  4488     background-position: 0 0;
  4489   }
  4490 }
  4491 .progress {
  4492   overflow: hidden;
  4493   height: 20px;
  4494   margin-bottom: 20px;
  4495   background-color: #f5f5f5;
  4496   border-radius: 4px;
  4497   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4498   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4499 }
  4500 .progress-bar {
  4501   float: left;
  4502   width: 0%;
  4503   height: 100%;
  4504   font-size: 12px;
  4505   line-height: 20px;
  4506   color: #ffffff;
  4507   text-align: center;
  4508   background-color: #428bca;
  4509   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4510   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4511   -webkit-transition: width 0.6s ease;
  4512   transition: width 0.6s ease;
  4513 }
  4514 .progress-striped .progress-bar {
  4515   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4516   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4517   background-size: 40px 40px;
  4518 }
  4519 .progress.active .progress-bar {
  4520   -webkit-animation: progress-bar-stripes 2s linear infinite;
  4521   animation: progress-bar-stripes 2s linear infinite;
  4522 }
  4523 .progress-bar-success {
  4524   background-color: #5cb85c;
  4525 }
  4526 .progress-striped .progress-bar-success {
  4527   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4528   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4529 }
  4530 .progress-bar-info {
  4531   background-color: #5bc0de;
  4532 }
  4533 .progress-striped .progress-bar-info {
  4534   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4535   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4536 }
  4537 .progress-bar-warning {
  4538   background-color: #f0ad4e;
  4539 }
  4540 .progress-striped .progress-bar-warning {
  4541   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4542   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4543 }
  4544 .progress-bar-danger {
  4545   background-color: #d9534f;
  4546 }
  4547 .progress-striped .progress-bar-danger {
  4548   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4549   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4550 }
  4551 .media,
  4552 .media-body {
  4553   overflow: hidden;
  4554   zoom: 1;
  4555 }
  4556 .media,
  4557 .media .media {
  4558   margin-top: 15px;
  4559 }
  4560 .media:first-child {
  4561   margin-top: 0;
  4562 }
  4563 .media-object {
  4564   display: block;
  4565 }
  4566 .media-heading {
  4567   margin: 0 0 5px;
  4568 }
  4569 .media > .pull-left {
  4570   margin-right: 10px;
  4571 }
  4572 .media > .pull-right {
  4573   margin-left: 10px;
  4574 }
  4575 .media-list {
  4576   padding-left: 0;
  4577   list-style: none;
  4578 }
  4579 .list-group {
  4580   margin-bottom: 20px;
  4581   padding-left: 0;
  4582 }
  4583 .list-group-item {
  4584   position: relative;
  4585   display: block;
  4586   padding: 10px 15px;
  4587   margin-bottom: -1px;
  4588   background-color: #ffffff;
  4589   border: 1px solid #dddddd;
  4590 }
  4591 .list-group-item:first-child {
  4592   border-top-right-radius: 4px;
  4593   border-top-left-radius: 4px;
  4594 }
  4595 .list-group-item:last-child {
  4596   margin-bottom: 0;
  4597   border-bottom-right-radius: 4px;
  4598   border-bottom-left-radius: 4px;
  4599 }
  4600 .list-group-item > .badge {
  4601   float: right;
  4602 }
  4603 .list-group-item > .badge + .badge {
  4604   margin-right: 5px;
  4605 }
  4606 a.list-group-item {
  4607   color: #555555;
  4608 }
  4609 a.list-group-item .list-group-item-heading {
  4610   color: #333333;
  4611 }
  4612 a.list-group-item:hover,
  4613 a.list-group-item:focus {
  4614   text-decoration: none;
  4615   background-color: #f5f5f5;
  4616 }
  4617 a.list-group-item.active,
  4618 a.list-group-item.active:hover,
  4619 a.list-group-item.active:focus {
  4620   z-index: 2;
  4621   color: #ffffff;
  4622   background-color: #428bca;
  4623   border-color: #428bca;
  4624 }
  4625 a.list-group-item.active .list-group-item-heading,
  4626 a.list-group-item.active:hover .list-group-item-heading,
  4627 a.list-group-item.active:focus .list-group-item-heading {
  4628   color: inherit;
  4629 }
  4630 a.list-group-item.active .list-group-item-text,
  4631 a.list-group-item.active:hover .list-group-item-text,
  4632 a.list-group-item.active:focus .list-group-item-text {
  4633   color: #e1edf7;
  4634 }
  4635 .list-group-item-heading {
  4636   margin-top: 0;
  4637   margin-bottom: 5px;
  4638 }
  4639 .list-group-item-text {
  4640   margin-bottom: 0;
  4641   line-height: 1.3;
  4642 }
  4643 .panel {
  4644   margin-bottom: 20px;
  4645   background-color: #ffffff;
  4646   border: 1px solid transparent;
  4647   border-radius: 4px;
  4648   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  4649   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  4650 }
  4651 .panel-body {
  4652   padding: 15px;
  4653 }
  4654 .panel-body:before,
  4655 .panel-body:after {
  4656   content: " ";
  4657   display: table;
  4658 }
  4659 .panel-body:after {
  4660   clear: both;
  4661 }
  4662 .panel-body:before,
  4663 .panel-body:after {
  4664   content: " ";
  4665   display: table;
  4666 }
  4667 .panel-body:after {
  4668   clear: both;
  4669 }
  4670 .panel > .list-group {
  4671   margin-bottom: 0;
  4672 }
  4673 .panel > .list-group .list-group-item {
  4674   border-width: 1px 0;
  4675 }
  4676 .panel > .list-group .list-group-item:first-child {
  4677   border-top-right-radius: 0;
  4678   border-top-left-radius: 0;
  4679 }
  4680 .panel > .list-group .list-group-item:last-child {
  4681   border-bottom: 0;
  4682 }
  4683 .panel-heading + .list-group .list-group-item:first-child {
  4684   border-top-width: 0;
  4685 }
  4686 .panel > .table,
  4687 .panel > .table-responsive > .table {
  4688   margin-bottom: 0;
  4689 }
  4690 .panel > .panel-body + .table,
  4691 .panel > .panel-body + .table-responsive {
  4692   border-top: 1px solid #dddddd;
  4693 }
  4694 .panel > .table > tbody:first-child th,
  4695 .panel > .table > tbody:first-child td {
  4696   border-top: 0;
  4697 }
  4698 .panel > .table-bordered,
  4699 .panel > .table-responsive > .table-bordered {
  4700   border: 0;
  4701 }
  4702 .panel > .table-bordered > thead > tr > th:first-child,
  4703 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  4704 .panel > .table-bordered > tbody > tr > th:first-child,
  4705 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  4706 .panel > .table-bordered > tfoot > tr > th:first-child,
  4707 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  4708 .panel > .table-bordered > thead > tr > td:first-child,
  4709 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  4710 .panel > .table-bordered > tbody > tr > td:first-child,
  4711 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  4712 .panel > .table-bordered > tfoot > tr > td:first-child,
  4713 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  4714   border-left: 0;
  4715 }
  4716 .panel > .table-bordered > thead > tr > th:last-child,
  4717 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  4718 .panel > .table-bordered > tbody > tr > th:last-child,
  4719 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  4720 .panel > .table-bordered > tfoot > tr > th:last-child,
  4721 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  4722 .panel > .table-bordered > thead > tr > td:last-child,
  4723 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  4724 .panel > .table-bordered > tbody > tr > td:last-child,
  4725 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  4726 .panel > .table-bordered > tfoot > tr > td:last-child,
  4727 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  4728   border-right: 0;
  4729 }
  4730 .panel > .table-bordered > thead > tr:last-child > th,
  4731 .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  4732 .panel > .table-bordered > tbody > tr:last-child > th,
  4733 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  4734 .panel > .table-bordered > tfoot > tr:last-child > th,
  4735 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  4736 .panel > .table-bordered > thead > tr:last-child > td,
  4737 .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  4738 .panel > .table-bordered > tbody > tr:last-child > td,
  4739 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  4740 .panel > .table-bordered > tfoot > tr:last-child > td,
  4741 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  4742   border-bottom: 0;
  4743 }
  4744 .panel > .table-responsive {
  4745   border: 0;
  4746   margin-bottom: 0;
  4747 }
  4748 .panel-heading {
  4749   padding: 10px 15px;
  4750   border-bottom: 1px solid transparent;
  4751   border-top-right-radius: 3px;
  4752   border-top-left-radius: 3px;
  4753 }
  4754 .panel-heading > .dropdown .dropdown-toggle {
  4755   color: inherit;
  4756 }
  4757 .panel-title {
  4758   margin-top: 0;
  4759   margin-bottom: 0;
  4760   font-size: 16px;
  4761   color: inherit;
  4762 }
  4763 .panel-title > a {
  4764   color: inherit;
  4765 }
  4766 .panel-footer {
  4767   padding: 10px 15px;
  4768   background-color: #f5f5f5;
  4769   border-top: 1px solid #dddddd;
  4770   border-bottom-right-radius: 3px;
  4771   border-bottom-left-radius: 3px;
  4772 }
  4773 .panel-group .panel {
  4774   margin-bottom: 0;
  4775   border-radius: 4px;
  4776   overflow: hidden;
  4777 }
  4778 .panel-group .panel + .panel {
  4779   margin-top: 5px;
  4780 }
  4781 .panel-group .panel-heading {
  4782   border-bottom: 0;
  4783 }
  4784 .panel-group .panel-heading + .panel-collapse .panel-body {
  4785   border-top: 1px solid #dddddd;
  4786 }
  4787 .panel-group .panel-footer {
  4788   border-top: 0;
  4789 }
  4790 .panel-group .panel-footer + .panel-collapse .panel-body {
  4791   border-bottom: 1px solid #dddddd;
  4792 }
  4793 .panel-default {
  4794   border-color: #dddddd;
  4795 }
  4796 .panel-default > .panel-heading {
  4797   color: #333333;
  4798   background-color: #f5f5f5;
  4799   border-color: #dddddd;
  4800 }
  4801 .panel-default > .panel-heading + .panel-collapse .panel-body {
  4802   border-top-color: #dddddd;
  4803 }
  4804 .panel-default > .panel-footer + .panel-collapse .panel-body {
  4805   border-bottom-color: #dddddd;
  4806 }
  4807 .panel-primary {
  4808   border-color: #428bca;
  4809 }
  4810 .panel-primary > .panel-heading {
  4811   color: #ffffff;
  4812   background-color: #428bca;
  4813   border-color: #428bca;
  4814 }
  4815 .panel-primary > .panel-heading + .panel-collapse .panel-body {
  4816   border-top-color: #428bca;
  4817 }
  4818 .panel-primary > .panel-footer + .panel-collapse .panel-body {
  4819   border-bottom-color: #428bca;
  4820 }
  4821 .panel-success {
  4822   border-color: #d6e9c6;
  4823 }
  4824 .panel-success > .panel-heading {
  4825   color: #3c763d;
  4826   background-color: #dff0d8;
  4827   border-color: #d6e9c6;
  4828 }
  4829 .panel-success > .panel-heading + .panel-collapse .panel-body {
  4830   border-top-color: #d6e9c6;
  4831 }
  4832 .panel-success > .panel-footer + .panel-collapse .panel-body {
  4833   border-bottom-color: #d6e9c6;
  4834 }
  4835 .panel-warning {
  4836   border-color: #faebcc;
  4837 }
  4838 .panel-warning > .panel-heading {
  4839   color: #8a6d3b;
  4840   background-color: #fcf8e3;
  4841   border-color: #faebcc;
  4842 }
  4843 .panel-warning > .panel-heading + .panel-collapse .panel-body {
  4844   border-top-color: #faebcc;
  4845 }
  4846 .panel-warning > .panel-footer + .panel-collapse .panel-body {
  4847   border-bottom-color: #faebcc;
  4848 }
  4849 .panel-danger {
  4850   border-color: #ebccd1;
  4851 }
  4852 .panel-danger > .panel-heading {
  4853   color: #a94442;
  4854   background-color: #f2dede;
  4855   border-color: #ebccd1;
  4856 }
  4857 .panel-danger > .panel-heading + .panel-collapse .panel-body {
  4858   border-top-color: #ebccd1;
  4859 }
  4860 .panel-danger > .panel-footer + .panel-collapse .panel-body {
  4861   border-bottom-color: #ebccd1;
  4862 }
  4863 .panel-info {
  4864   border-color: #bce8f1;
  4865 }
  4866 .panel-info > .panel-heading {
  4867   color: #31708f;
  4868   background-color: #d9edf7;
  4869   border-color: #bce8f1;
  4870 }
  4871 .panel-info > .panel-heading + .panel-collapse .panel-body {
  4872   border-top-color: #bce8f1;
  4873 }
  4874 .panel-info > .panel-footer + .panel-collapse .panel-body {
  4875   border-bottom-color: #bce8f1;
  4876 }
  4877 .well {
  4878   min-height: 20px;
  4879   padding: 19px;
  4880   margin-bottom: 20px;
  4881   background-color: #f5f5f5;
  4882   border: 1px solid #e3e3e3;
  4883   border-radius: 4px;
  4884   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  4885   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  4886 }
  4887 .well blockquote {
  4888   border-color: #ddd;
  4889   border-color: rgba(0, 0, 0, 0.15);
  4890 }
  4891 .well-lg {
  4892   padding: 24px;
  4893   border-radius: 6px;
  4894 }
  4895 .well-sm {
  4896   padding: 9px;
  4897   border-radius: 3px;
  4898 }
  4899 .close {
  4900   float: right;
  4901   font-size: 21px;
  4902   font-weight: bold;
  4903   line-height: 1;
  4904   color: #000000;
  4905   text-shadow: 0 1px 0 #ffffff;
  4906   opacity: 0.2;
  4907   filter: alpha(opacity=20);
  4908 }
  4909 .close:hover,
  4910 .close:focus {
  4911   color: #000000;
  4912   text-decoration: none;
  4913   cursor: pointer;
  4914   opacity: 0.5;
  4915   filter: alpha(opacity=50);
  4916 }
  4917 button.close {
  4918   padding: 0;
  4919   cursor: pointer;
  4920   background: transparent;
  4921   border: 0;
  4922   -webkit-appearance: none;
  4923 }
  4924 .modal-open {
  4925   overflow: hidden;
  4926 }
  4927 .modal {
  4928   display: none;
  4929   overflow: auto;
  4930   overflow-y: scroll;
  4931   position: fixed;
  4932   top: 0;
  4933   right: 0;
  4934   bottom: 0;
  4935   left: 0;
  4936   z-index: 1040;
  4937 }
  4938 .modal.fade .modal-dialog {
  4939   -webkit-transform: translate(0, -25%);
  4940   -ms-transform: translate(0, -25%);
  4941   transform: translate(0, -25%);
  4942   -webkit-transition: -webkit-transform 0.3s ease-out;
  4943   -moz-transition: -moz-transform 0.3s ease-out;
  4944   -o-transition: -o-transform 0.3s ease-out;
  4945   transition: transform 0.3s ease-out;
  4946 }
  4947 .modal.in .modal-dialog {
  4948   -webkit-transform: translate(0, 0);
  4949   -ms-transform: translate(0, 0);
  4950   transform: translate(0, 0);
  4951 }
  4952 .modal-dialog {
  4953   position: relative;
  4954   width: auto;
  4955   margin: 10px;
  4956   z-index: 1050;
  4957 }
  4958 .modal-content {
  4959   position: relative;
  4960   background-color: #ffffff;
  4961   border: 1px solid #999999;
  4962   border: 1px solid rgba(0, 0, 0, 0.2);
  4963   border-radius: 6px;
  4964   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  4965   box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  4966   background-clip: padding-box;
  4967   outline: none;
  4968 }
  4969 .modal-backdrop {
  4970   position: fixed;
  4971   top: 0;
  4972   right: 0;
  4973   bottom: 0;
  4974   left: 0;
  4975   z-index: 1030;
  4976   background-color: #000000;
  4977 }
  4978 .modal-backdrop.fade {
  4979   opacity: 0;
  4980   filter: alpha(opacity=0);
  4981 }
  4982 .modal-backdrop.in {
  4983   opacity: 0.5;
  4984   filter: alpha(opacity=50);
  4985 }
  4986 .modal-header {
  4987   padding: 15px;
  4988   border-bottom: 1px solid #e5e5e5;
  4989   min-height: 16.428571429px;
  4990 }
  4991 .modal-header .close {
  4992   margin-top: -2px;
  4993 }
  4994 .modal-title {
  4995   margin: 0;
  4996   line-height: 1.428571429;
  4997 }
  4998 .modal-body {
  4999   position: relative;
  5000   padding: 20px;
  5001 }
  5002 .modal-footer {
  5003   margin-top: 15px;
  5004   padding: 19px 20px 20px;
  5005   text-align: right;
  5006   border-top: 1px solid #e5e5e5;
  5007 }
  5008 .modal-footer:before,
  5009 .modal-footer:after {
  5010   content: " ";
  5011   display: table;
  5012 }
  5013 .modal-footer:after {
  5014   clear: both;
  5015 }
  5016 .modal-footer:before,
  5017 .modal-footer:after {
  5018   content: " ";
  5019   display: table;
  5020 }
  5021 .modal-footer:after {
  5022   clear: both;
  5023 }
  5024 .modal-footer .btn + .btn {
  5025   margin-left: 5px;
  5026   margin-bottom: 0;
  5027 }
  5028 .modal-footer .btn-group .btn + .btn {
  5029   margin-left: -1px;
  5030 }
  5031 .modal-footer .btn-block + .btn-block {
  5032   margin-left: 0;
  5033 }
  5034 @media screen and (min-width: 768px) {
  5035   .modal-dialog {
  5036     width: 600px;
  5037     margin: 30px auto;
  5038   }
  5039   .modal-content {
  5040     -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5041     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5042   }
  5043 }
  5044 .tooltip {
  5045   position: absolute;
  5046   z-index: 1030;
  5047   display: block;
  5048   visibility: visible;
  5049   font-size: 12px;
  5050   line-height: 1.4;
  5051   opacity: 0;
  5052   filter: alpha(opacity=0);
  5053 }
  5054 .tooltip.in {
  5055   opacity: 0.9;
  5056   filter: alpha(opacity=90);
  5057 }
  5058 .tooltip.top {
  5059   margin-top: -3px;
  5060   padding: 5px 0;
  5061 }
  5062 .tooltip.right {
  5063   margin-left: 3px;
  5064   padding: 0 5px;
  5065 }
  5066 .tooltip.bottom {
  5067   margin-top: 3px;
  5068   padding: 5px 0;
  5069 }
  5070 .tooltip.left {
  5071   margin-left: -3px;
  5072   padding: 0 5px;
  5073 }
  5074 .tooltip-inner {
  5075   max-width: 200px;
  5076   padding: 3px 8px;
  5077   color: #ffffff;
  5078   text-align: center;
  5079   text-decoration: none;
  5080   background-color: #000000;
  5081   border-radius: 4px;
  5082 }
  5083 .tooltip-arrow {
  5084   position: absolute;
  5085   width: 0;
  5086   height: 0;
  5087   border-color: transparent;
  5088   border-style: solid;
  5089 }
  5090 .tooltip.top .tooltip-arrow {
  5091   bottom: 0;
  5092   left: 50%;
  5093   margin-left: -5px;
  5094   border-width: 5px 5px 0;
  5095   border-top-color: #000000;
  5096 }
  5097 .tooltip.top-left .tooltip-arrow {
  5098   bottom: 0;
  5099   left: 5px;
  5100   border-width: 5px 5px 0;
  5101   border-top-color: #000000;
  5102 }
  5103 .tooltip.top-right .tooltip-arrow {
  5104   bottom: 0;
  5105   right: 5px;
  5106   border-width: 5px 5px 0;
  5107   border-top-color: #000000;
  5108 }
  5109 .tooltip.right .tooltip-arrow {
  5110   top: 50%;
  5111   left: 0;
  5112   margin-top: -5px;
  5113   border-width: 5px 5px 5px 0;
  5114   border-right-color: #000000;
  5115 }
  5116 .tooltip.left .tooltip-arrow {
  5117   top: 50%;
  5118   right: 0;
  5119   margin-top: -5px;
  5120   border-width: 5px 0 5px 5px;
  5121   border-left-color: #000000;
  5122 }
  5123 .tooltip.bottom .tooltip-arrow {
  5124   top: 0;
  5125   left: 50%;
  5126   margin-left: -5px;
  5127   border-width: 0 5px 5px;
  5128   border-bottom-color: #000000;
  5129 }
  5130 .tooltip.bottom-left .tooltip-arrow {
  5131   top: 0;
  5132   left: 5px;
  5133   border-width: 0 5px 5px;
  5134   border-bottom-color: #000000;
  5135 }
  5136 .tooltip.bottom-right .tooltip-arrow {
  5137   top: 0;
  5138   right: 5px;
  5139   border-width: 0 5px 5px;
  5140   border-bottom-color: #000000;
  5141 }
  5142 .popover {
  5143   position: absolute;
  5144   top: 0;
  5145   left: 0;
  5146   z-index: 1010;
  5147   display: none;
  5148   max-width: 276px;
  5149   padding: 1px;
  5150   text-align: left;
  5151   background-color: #ffffff;
  5152   background-clip: padding-box;
  5153   border: 1px solid #cccccc;
  5154   border: 1px solid rgba(0, 0, 0, 0.2);
  5155   border-radius: 6px;
  5156   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5157   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5158   white-space: normal;
  5159 }
  5160 .popover.top {
  5161   margin-top: -10px;
  5162 }
  5163 .popover.right {
  5164   margin-left: 10px;
  5165 }
  5166 .popover.bottom {
  5167   margin-top: 10px;
  5168 }
  5169 .popover.left {
  5170   margin-left: -10px;
  5171 }
  5172 .popover-title {
  5173   margin: 0;
  5174   padding: 8px 14px;
  5175   font-size: 14px;
  5176   font-weight: normal;
  5177   line-height: 18px;
  5178   background-color: #f7f7f7;
  5179   border-bottom: 1px solid #ebebeb;
  5180   border-radius: 5px 5px 0 0;
  5181 }
  5182 .popover-content {
  5183   padding: 9px 14px;
  5184 }
  5185 .popover .arrow,
  5186 .popover .arrow:after {
  5187   position: absolute;
  5188   display: block;
  5189   width: 0;
  5190   height: 0;
  5191   border-color: transparent;
  5192   border-style: solid;
  5193 }
  5194 .popover .arrow {
  5195   border-width: 11px;
  5196 }
  5197 .popover .arrow:after {
  5198   border-width: 10px;
  5199   content: "";
  5200 }
  5201 .popover.top .arrow {
  5202   left: 50%;
  5203   margin-left: -11px;
  5204   border-bottom-width: 0;
  5205   border-top-color: #999999;
  5206   border-top-color: rgba(0, 0, 0, 0.25);
  5207   bottom: -11px;
  5208 }
  5209 .popover.top .arrow:after {
  5210   content: " ";
  5211   bottom: 1px;
  5212   margin-left: -10px;
  5213   border-bottom-width: 0;
  5214   border-top-color: #ffffff;
  5215 }
  5216 .popover.right .arrow {
  5217   top: 50%;
  5218   left: -11px;
  5219   margin-top: -11px;
  5220   border-left-width: 0;
  5221   border-right-color: #999999;
  5222   border-right-color: rgba(0, 0, 0, 0.25);
  5223 }
  5224 .popover.right .arrow:after {
  5225   content: " ";
  5226   left: 1px;
  5227   bottom: -10px;
  5228   border-left-width: 0;
  5229   border-right-color: #ffffff;
  5230 }
  5231 .popover.bottom .arrow {
  5232   left: 50%;
  5233   margin-left: -11px;
  5234   border-top-width: 0;
  5235   border-bottom-color: #999999;
  5236   border-bottom-color: rgba(0, 0, 0, 0.25);
  5237   top: -11px;
  5238 }
  5239 .popover.bottom .arrow:after {
  5240   content: " ";
  5241   top: 1px;
  5242   margin-left: -10px;
  5243   border-top-width: 0;
  5244   border-bottom-color: #ffffff;
  5245 }
  5246 .popover.left .arrow {
  5247   top: 50%;
  5248   right: -11px;
  5249   margin-top: -11px;
  5250   border-right-width: 0;
  5251   border-left-color: #999999;
  5252   border-left-color: rgba(0, 0, 0, 0.25);
  5253 }
  5254 .popover.left .arrow:after {
  5255   content: " ";
  5256   right: 1px;
  5257   border-right-width: 0;
  5258   border-left-color: #ffffff;
  5259   bottom: -10px;
  5260 }
  5261 .carousel {
  5262   position: relative;
  5263 }
  5264 .carousel-inner {
  5265   position: relative;
  5266   overflow: hidden;
  5267   width: 100%;
  5268 }
  5269 .carousel-inner > .item {
  5270   display: none;
  5271   position: relative;
  5272   -webkit-transition: 0.6s ease-in-out left;
  5273   transition: 0.6s ease-in-out left;
  5274 }
  5275 .carousel-inner > .item > img,
  5276 .carousel-inner > .item > a > img {
  5277   display: block;
  5278   max-width: 100%;
  5279   height: auto;
  5280   line-height: 1;
  5281 }
  5282 .carousel-inner > .active,
  5283 .carousel-inner > .next,
  5284 .carousel-inner > .prev {
  5285   display: block;
  5286 }
  5287 .carousel-inner > .active {
  5288   left: 0;
  5289 }
  5290 .carousel-inner > .next,
  5291 .carousel-inner > .prev {
  5292   position: absolute;
  5293   top: 0;
  5294   width: 100%;
  5295 }
  5296 .carousel-inner > .next {
  5297   left: 100%;
  5298 }
  5299 .carousel-inner > .prev {
  5300   left: -100%;
  5301 }
  5302 .carousel-inner > .next.left,
  5303 .carousel-inner > .prev.right {
  5304   left: 0;
  5305 }
  5306 .carousel-inner > .active.left {
  5307   left: -100%;
  5308 }
  5309 .carousel-inner > .active.right {
  5310   left: 100%;
  5311 }
  5312 .carousel-control {
  5313   position: absolute;
  5314   top: 0;
  5315   left: 0;
  5316   bottom: 0;
  5317   width: 15%;
  5318   opacity: 0.5;
  5319   filter: alpha(opacity=50);
  5320   font-size: 20px;
  5321   color: #ffffff;
  5322   text-align: center;
  5323   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  5324 }
  5325 .carousel-control.left {
  5326   background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  5327   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  5328   background-repeat: repeat-x;
  5329   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  5330 }
  5331 .carousel-control.right {
  5332   left: auto;
  5333   right: 0;
  5334   background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  5335   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  5336   background-repeat: repeat-x;
  5337   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  5338 }
  5339 .carousel-control:hover,
  5340 .carousel-control:focus {
  5341   outline: none;
  5342   color: #ffffff;
  5343   text-decoration: none;
  5344   opacity: 0.9;
  5345   filter: alpha(opacity=90);
  5346 }
  5347 .carousel-control .icon-prev,
  5348 .carousel-control .icon-next,
  5349 .carousel-control .glyphicon-chevron-left,
  5350 .carousel-control .glyphicon-chevron-right {
  5351   position: absolute;
  5352   top: 50%;
  5353   z-index: 5;
  5354   display: inline-block;
  5355 }
  5356 .carousel-control .icon-prev,
  5357 .carousel-control .glyphicon-chevron-left {
  5358   left: 50%;
  5359 }
  5360 .carousel-control .icon-next,
  5361 .carousel-control .glyphicon-chevron-right {
  5362   right: 50%;
  5363 }
  5364 .carousel-control .icon-prev,
  5365 .carousel-control .icon-next {
  5366   width: 20px;
  5367   height: 20px;
  5368   margin-top: -10px;
  5369   margin-left: -10px;
  5370   font-family: serif;
  5371 }
  5372 .carousel-control .icon-prev:before {
  5373   content: '\2039';
  5374 }
  5375 .carousel-control .icon-next:before {
  5376   content: '\203a';
  5377 }
  5378 .carousel-indicators {
  5379   position: absolute;
  5380   bottom: 10px;
  5381   left: 50%;
  5382   z-index: 15;
  5383   width: 60%;
  5384   margin-left: -30%;
  5385   padding-left: 0;
  5386   list-style: none;
  5387   text-align: center;
  5388 }
  5389 .carousel-indicators li {
  5390   display: inline-block;
  5391   width: 10px;
  5392   height: 10px;
  5393   margin: 1px;
  5394   text-indent: -999px;
  5395   border: 1px solid #ffffff;
  5396   border-radius: 10px;
  5397   cursor: pointer;
  5398   background-color: #000 \9;
  5399   background-color: rgba(0, 0, 0, 0);
  5400 }
  5401 .carousel-indicators .active {
  5402   margin: 0;
  5403   width: 12px;
  5404   height: 12px;
  5405   background-color: #ffffff;
  5406 }
  5407 .carousel-caption {
  5408   position: absolute;
  5409   left: 15%;
  5410   right: 15%;
  5411   bottom: 20px;
  5412   z-index: 10;
  5413   padding-top: 20px;
  5414   padding-bottom: 20px;
  5415   color: #ffffff;
  5416   text-align: center;
  5417   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  5418 }
  5419 .carousel-caption .btn {
  5420   text-shadow: none;
  5421 }
  5422 @media screen and (min-width: 768px) {
  5423   .carousel-control .glyphicons-chevron-left,
  5424   .carousel-control .glyphicons-chevron-right,
  5425   .carousel-control .icon-prev,
  5426   .carousel-control .icon-next {
  5427     width: 30px;
  5428     height: 30px;
  5429     margin-top: -15px;
  5430     margin-left: -15px;
  5431     font-size: 30px;
  5432   }
  5433   .carousel-caption {
  5434     left: 20%;
  5435     right: 20%;
  5436     padding-bottom: 30px;
  5437   }
  5438   .carousel-indicators {
  5439     bottom: 20px;
  5440   }
  5441 }
  5442 .clearfix:before,
  5443 .clearfix:after {
  5444   content: " ";
  5445   display: table;
  5446 }
  5447 .clearfix:after {
  5448   clear: both;
  5449 }
  5450 .center-block {
  5451   display: block;
  5452   margin-left: auto;
  5453   margin-right: auto;
  5454 }
  5455 .pull-right {
  5456   float: right !important;
  5457 }
  5458 .pull-left {
  5459   float: left !important;
  5460 }
  5461 .hide {
  5462   display: none !important;
  5463 }
  5464 .show {
  5465   display: block !important;
  5466 }
  5467 .invisible {
  5468   visibility: hidden;
  5469 }
  5470 .text-hide {
  5471   font: 0/0 a;
  5472   color: transparent;
  5473   text-shadow: none;
  5474   background-color: transparent;
  5475   border: 0;
  5476 }
  5477 .hidden {
  5478   display: none !important;
  5479   visibility: hidden !important;
  5480 }
  5481 .affix {
  5482   position: fixed;
  5483 }
  5484 @-ms-viewport {
  5485   width: device-width;
  5486 }
  5487 .visible-xs,
  5488 tr.visible-xs,
  5489 th.visible-xs,
  5490 td.visible-xs {
  5491   display: none !important;
  5492 }
  5493 @media (max-width: 767px) {
  5494   .visible-xs {
  5495     display: block !important;
  5496   }
  5497   table.visible-xs {
  5498     display: table;
  5499   }
  5500   tr.visible-xs {
  5501     display: table-row !important;
  5502   }
  5503   th.visible-xs,
  5504   td.visible-xs {
  5505     display: table-cell !important;
  5506   }
  5507 }
  5508 @media (min-width: 768px) and (max-width: 991px) {
  5509   .visible-xs.visible-sm {
  5510     display: block !important;
  5511   }
  5512   table.visible-xs.visible-sm {
  5513     display: table;
  5514   }
  5515   tr.visible-xs.visible-sm {
  5516     display: table-row !important;
  5517   }
  5518   th.visible-xs.visible-sm,
  5519   td.visible-xs.visible-sm {
  5520     display: table-cell !important;
  5521   }
  5522 }
  5523 @media (min-width: 992px) and (max-width: 1199px) {
  5524   .visible-xs.visible-md {
  5525     display: block !important;
  5526   }
  5527   table.visible-xs.visible-md {
  5528     display: table;
  5529   }
  5530   tr.visible-xs.visible-md {
  5531     display: table-row !important;
  5532   }
  5533   th.visible-xs.visible-md,
  5534   td.visible-xs.visible-md {
  5535     display: table-cell !important;
  5536   }
  5537 }
  5538 @media (min-width: 1200px) {
  5539   .visible-xs.visible-lg {
  5540     display: block !important;
  5541   }
  5542   table.visible-xs.visible-lg {
  5543     display: table;
  5544   }
  5545   tr.visible-xs.visible-lg {
  5546     display: table-row !important;
  5547   }
  5548   th.visible-xs.visible-lg,
  5549   td.visible-xs.visible-lg {
  5550     display: table-cell !important;
  5551   }
  5552 }
  5553 .visible-sm,
  5554 tr.visible-sm,
  5555 th.visible-sm,
  5556 td.visible-sm {
  5557   display: none !important;
  5558 }
  5559 @media (max-width: 767px) {
  5560   .visible-sm.visible-xs {
  5561     display: block !important;
  5562   }
  5563   table.visible-sm.visible-xs {
  5564     display: table;
  5565   }
  5566   tr.visible-sm.visible-xs {
  5567     display: table-row !important;
  5568   }
  5569   th.visible-sm.visible-xs,
  5570   td.visible-sm.visible-xs {
  5571     display: table-cell !important;
  5572   }
  5573 }
  5574 @media (min-width: 768px) and (max-width: 991px) {
  5575   .visible-sm {
  5576     display: block !important;
  5577   }
  5578   table.visible-sm {
  5579     display: table;
  5580   }
  5581   tr.visible-sm {
  5582     display: table-row !important;
  5583   }
  5584   th.visible-sm,
  5585   td.visible-sm {
  5586     display: table-cell !important;
  5587   }
  5588 }
  5589 @media (min-width: 992px) and (max-width: 1199px) {
  5590   .visible-sm.visible-md {
  5591     display: block !important;
  5592   }
  5593   table.visible-sm.visible-md {
  5594     display: table;
  5595   }
  5596   tr.visible-sm.visible-md {
  5597     display: table-row !important;
  5598   }
  5599   th.visible-sm.visible-md,
  5600   td.visible-sm.visible-md {
  5601     display: table-cell !important;
  5602   }
  5603 }
  5604 @media (min-width: 1200px) {
  5605   .visible-sm.visible-lg {
  5606     display: block !important;
  5607   }
  5608   table.visible-sm.visible-lg {
  5609     display: table;
  5610   }
  5611   tr.visible-sm.visible-lg {
  5612     display: table-row !important;
  5613   }
  5614   th.visible-sm.visible-lg,
  5615   td.visible-sm.visible-lg {
  5616     display: table-cell !important;
  5617   }
  5618 }
  5619 .visible-md,
  5620 tr.visible-md,
  5621 th.visible-md,
  5622 td.visible-md {
  5623   display: none !important;
  5624 }
  5625 @media (max-width: 767px) {
  5626   .visible-md.visible-xs {
  5627     display: block !important;
  5628   }
  5629   table.visible-md.visible-xs {
  5630     display: table;
  5631   }
  5632   tr.visible-md.visible-xs {
  5633     display: table-row !important;
  5634   }
  5635   th.visible-md.visible-xs,
  5636   td.visible-md.visible-xs {
  5637     display: table-cell !important;
  5638   }
  5639 }
  5640 @media (min-width: 768px) and (max-width: 991px) {
  5641   .visible-md.visible-sm {
  5642     display: block !important;
  5643   }
  5644   table.visible-md.visible-sm {
  5645     display: table;
  5646   }
  5647   tr.visible-md.visible-sm {
  5648     display: table-row !important;
  5649   }
  5650   th.visible-md.visible-sm,
  5651   td.visible-md.visible-sm {
  5652     display: table-cell !important;
  5653   }
  5654 }
  5655 @media (min-width: 992px) and (max-width: 1199px) {
  5656   .visible-md {
  5657     display: block !important;
  5658   }
  5659   table.visible-md {
  5660     display: table;
  5661   }
  5662   tr.visible-md {
  5663     display: table-row !important;
  5664   }
  5665   th.visible-md,
  5666   td.visible-md {
  5667     display: table-cell !important;
  5668   }
  5669 }
  5670 @media (min-width: 1200px) {
  5671   .visible-md.visible-lg {
  5672     display: block !important;
  5673   }
  5674   table.visible-md.visible-lg {
  5675     display: table;
  5676   }
  5677   tr.visible-md.visible-lg {
  5678     display: table-row !important;
  5679   }
  5680   th.visible-md.visible-lg,
  5681   td.visible-md.visible-lg {
  5682     display: table-cell !important;
  5683   }
  5684 }
  5685 .visible-lg,
  5686 tr.visible-lg,
  5687 th.visible-lg,
  5688 td.visible-lg {
  5689   display: none !important;
  5690 }
  5691 @media (max-width: 767px) {
  5692   .visible-lg.visible-xs {
  5693     display: block !important;
  5694   }
  5695   table.visible-lg.visible-xs {
  5696     display: table;
  5697   }
  5698   tr.visible-lg.visible-xs {
  5699     display: table-row !important;
  5700   }
  5701   th.visible-lg.visible-xs,
  5702   td.visible-lg.visible-xs {
  5703     display: table-cell !important;
  5704   }
  5705 }
  5706 @media (min-width: 768px) and (max-width: 991px) {
  5707   .visible-lg.visible-sm {
  5708     display: block !important;
  5709   }
  5710   table.visible-lg.visible-sm {
  5711     display: table;
  5712   }
  5713   tr.visible-lg.visible-sm {
  5714     display: table-row !important;
  5715   }
  5716   th.visible-lg.visible-sm,
  5717   td.visible-lg.visible-sm {
  5718     display: table-cell !important;
  5719   }
  5720 }
  5721 @media (min-width: 992px) and (max-width: 1199px) {
  5722   .visible-lg.visible-md {
  5723     display: block !important;
  5724   }
  5725   table.visible-lg.visible-md {
  5726     display: table;
  5727   }
  5728   tr.visible-lg.visible-md {
  5729     display: table-row !important;
  5730   }
  5731   th.visible-lg.visible-md,
  5732   td.visible-lg.visible-md {
  5733     display: table-cell !important;
  5734   }
  5735 }
  5736 @media (min-width: 1200px) {
  5737   .visible-lg {
  5738     display: block !important;
  5739   }
  5740   table.visible-lg {
  5741     display: table;
  5742   }
  5743   tr.visible-lg {
  5744     display: table-row !important;
  5745   }
  5746   th.visible-lg,
  5747   td.visible-lg {
  5748     display: table-cell !important;
  5749   }
  5750 }
  5751 .hidden-xs {
  5752   display: block !important;
  5753 }
  5754 table.hidden-xs {
  5755   display: table;
  5756 }
  5757 tr.hidden-xs {
  5758   display: table-row !important;
  5759 }
  5760 th.hidden-xs,
  5761 td.hidden-xs {
  5762   display: table-cell !important;
  5763 }
  5764 @media (max-width: 767px) {
  5765   .hidden-xs,
  5766   tr.hidden-xs,
  5767   th.hidden-xs,
  5768   td.hidden-xs {
  5769     display: none !important;
  5770   }
  5771 }
  5772 @media (min-width: 768px) and (max-width: 991px) {
  5773   .hidden-xs.hidden-sm,
  5774   tr.hidden-xs.hidden-sm,
  5775   th.hidden-xs.hidden-sm,
  5776   td.hidden-xs.hidden-sm {
  5777     display: none !important;
  5778   }
  5779 }
  5780 @media (min-width: 992px) and (max-width: 1199px) {
  5781   .hidden-xs.hidden-md,
  5782   tr.hidden-xs.hidden-md,
  5783   th.hidden-xs.hidden-md,
  5784   td.hidden-xs.hidden-md {
  5785     display: none !important;
  5786   }
  5787 }
  5788 @media (min-width: 1200px) {
  5789   .hidden-xs.hidden-lg,
  5790   tr.hidden-xs.hidden-lg,
  5791   th.hidden-xs.hidden-lg,
  5792   td.hidden-xs.hidden-lg {
  5793     display: none !important;
  5794   }
  5795 }
  5796 .hidden-sm {
  5797   display: block !important;
  5798 }
  5799 table.hidden-sm {
  5800   display: table;
  5801 }
  5802 tr.hidden-sm {
  5803   display: table-row !important;
  5804 }
  5805 th.hidden-sm,
  5806 td.hidden-sm {
  5807   display: table-cell !important;
  5808 }
  5809 @media (max-width: 767px) {
  5810   .hidden-sm.hidden-xs,
  5811   tr.hidden-sm.hidden-xs,
  5812   th.hidden-sm.hidden-xs,
  5813   td.hidden-sm.hidden-xs {
  5814     display: none !important;
  5815   }
  5816 }
  5817 @media (min-width: 768px) and (max-width: 991px) {
  5818   .hidden-sm,
  5819   tr.hidden-sm,
  5820   th.hidden-sm,
  5821   td.hidden-sm {
  5822     display: none !important;
  5823   }
  5824 }
  5825 @media (min-width: 992px) and (max-width: 1199px) {
  5826   .hidden-sm.hidden-md,
  5827   tr.hidden-sm.hidden-md,
  5828   th.hidden-sm.hidden-md,
  5829   td.hidden-sm.hidden-md {
  5830     display: none !important;
  5831   }
  5832 }
  5833 @media (min-width: 1200px) {
  5834   .hidden-sm.hidden-lg,
  5835   tr.hidden-sm.hidden-lg,
  5836   th.hidden-sm.hidden-lg,
  5837   td.hidden-sm.hidden-lg {
  5838     display: none !important;
  5839   }
  5840 }
  5841 .hidden-md {
  5842   display: block !important;
  5843 }
  5844 table.hidden-md {
  5845   display: table;
  5846 }
  5847 tr.hidden-md {
  5848   display: table-row !important;
  5849 }
  5850 th.hidden-md,
  5851 td.hidden-md {
  5852   display: table-cell !important;
  5853 }
  5854 @media (max-width: 767px) {
  5855   .hidden-md.hidden-xs,
  5856   tr.hidden-md.hidden-xs,
  5857   th.hidden-md.hidden-xs,
  5858   td.hidden-md.hidden-xs {
  5859     display: none !important;
  5860   }
  5861 }
  5862 @media (min-width: 768px) and (max-width: 991px) {
  5863   .hidden-md.hidden-sm,
  5864   tr.hidden-md.hidden-sm,
  5865   th.hidden-md.hidden-sm,
  5866   td.hidden-md.hidden-sm {
  5867     display: none !important;
  5868   }
  5869 }
  5870 @media (min-width: 992px) and (max-width: 1199px) {
  5871   .hidden-md,
  5872   tr.hidden-md,
  5873   th.hidden-md,
  5874   td.hidden-md {
  5875     display: none !important;
  5876   }
  5877 }
  5878 @media (min-width: 1200px) {
  5879   .hidden-md.hidden-lg,
  5880   tr.hidden-md.hidden-lg,
  5881   th.hidden-md.hidden-lg,
  5882   td.hidden-md.hidden-lg {
  5883     display: none !important;
  5884   }
  5885 }
  5886 .hidden-lg {
  5887   display: block !important;
  5888 }
  5889 table.hidden-lg {
  5890   display: table;
  5891 }
  5892 tr.hidden-lg {
  5893   display: table-row !important;
  5894 }
  5895 th.hidden-lg,
  5896 td.hidden-lg {
  5897   display: table-cell !important;
  5898 }
  5899 @media (max-width: 767px) {
  5900   .hidden-lg.hidden-xs,
  5901   tr.hidden-lg.hidden-xs,
  5902   th.hidden-lg.hidden-xs,
  5903   td.hidden-lg.hidden-xs {
  5904     display: none !important;
  5905   }
  5906 }
  5907 @media (min-width: 768px) and (max-width: 991px) {
  5908   .hidden-lg.hidden-sm,
  5909   tr.hidden-lg.hidden-sm,
  5910   th.hidden-lg.hidden-sm,
  5911   td.hidden-lg.hidden-sm {
  5912     display: none !important;
  5913   }
  5914 }
  5915 @media (min-width: 992px) and (max-width: 1199px) {
  5916   .hidden-lg.hidden-md,
  5917   tr.hidden-lg.hidden-md,
  5918   th.hidden-lg.hidden-md,
  5919   td.hidden-lg.hidden-md {
  5920     display: none !important;
  5921   }
  5922 }
  5923 @media (min-width: 1200px) {
  5924   .hidden-lg,
  5925   tr.hidden-lg,
  5926   th.hidden-lg,
  5927   td.hidden-lg {
  5928     display: none !important;
  5929   }
  5930 }
  5931 .visible-print,
  5932 tr.visible-print,
  5933 th.visible-print,
  5934 td.visible-print {
  5935   display: none !important;
  5936 }
  5937 @media print {
  5938   .visible-print {
  5939     display: block !important;
  5940   }
  5941   table.visible-print {
  5942     display: table;
  5943   }
  5944   tr.visible-print {
  5945     display: table-row !important;
  5946   }
  5947   th.visible-print,
  5948   td.visible-print {
  5949     display: table-cell !important;
  5950   }
  5951   .hidden-print,
  5952   tr.hidden-print,
  5953   th.hidden-print,
  5954   td.hidden-print {
  5955     display: none !important;
  5956   }
  5957 }
  5958 html,
  5959 body {
  5960   height: 100%;
  5961 }
  5962 body {
  5963   padding-top: 8px;
  5964   border-top: 8px solid #125883;
  5965 }
  5966 #wrap {
  5967   min-height: 100%;
  5968   height: auto;
  5969   margin: 0 auto -60px;
  5970   padding: 0 0 60px;
  5971 }
  5972 /* Typo
  5973 ------------------------------------ */
  5974 @font-face {
  5975   font-family: 'gandhi_serifbold';
  5976   src: url('../fonts/gandhiserif-bold-webfont.eot');
  5977   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');
  5978   font-weight: normal;
  5979   font-style: normal;
  5980 }
  5981 @font-face {
  5982   font-family: 'gandhi_serifregular';
  5983   src: url('../fonts/gandhiserif-regular-webfont.eot');
  5984   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');
  5985   font-weight: normal;
  5986   font-style: normal;
  5987 }
  5988 /* Utilities
  5989 ------------------------------------ */
  5990 #wrap > .container {
  5991   /*padding: 60px 15px 0;*/
  5992 }
  5993 img {
  5994   vertical-align: middle;
  5995   border: 0;
  5996   page-break-inside: avoid;
  5997   max-width: 100% !important;
  5998 }
  5999 /* Navigation
  6000 ------------------------------------ */
  6001 .navbar-nav > li > a {
  6002   font-size: 18px;
  6003 }
  6004 .navbar {
  6005   margin-bottom: 0px;
  6006   border-bottom: 3px solid #f0f0f0;
  6007 }
  6008 .navbar-nav {
  6009   margin-top: 24px;
  6010 }
  6011 a.link-yellow {
  6012   color: #fdc91a !important;
  6013   text-decoration: underline;
  6014 }
  6015 a.link-yellow:hover {
  6016   color: #333333 !important;
  6017   text-decoration: none;
  6018 }
  6019 .navbar-default .navbar-nav > .active > a,
  6020 .navbar-default .navbar-nav > .active > a:hover,
  6021 .navbar-default .navbar-nav > .active > a:focus {
  6022   border-bottom: 1px dotted #0e394f;
  6023   color: #125883;
  6024 }
  6025 /* Module
  6026 ------------------------------------ */
  6027 .module-gallery {
  6028   background: url('../images/python_blender.jpg') no-repeat 0px -200px;
  6029   background-size: 2000px 884px;
  6030 }
  6031 .module-gallery .module-content {
  6032   height: 300px;
  6033   position: relative;
  6034 }
  6035 .module-cite h1 {
  6036   color: #125883;
  6037 }
  6038 .col-yellow {
  6039   background: rgba(253, 201, 26, 0.6);
  6040 }
  6041 li.module-language a:first-child {
  6042   border-right: 1px solid #125883;
  6043 }
  6044 .module-course {
  6045   background-color: #f5f5f5;
  6046 }
  6047 .module-cite {
  6048   border-bottom: 1px solid #fdc91a;
  6049   padding-bottom: 20px;
  6050 }
  6051 .cite {
  6052   position: relative;
  6053 }
  6054 .cite-left {
  6055   top: 6px;
  6056 }
  6057 .cite-right {
  6058   top: 48px;
  6059 }
  6060 .cite-right svg {
  6061   margin-top: -48px;
  6062 }
  6063 /* Footer
  6064 ------------------------------------ */
  6065 #footer {
  6066   height: 60px;
  6067 }
  6068 .sponsor {
  6069   height: 50px;
  6070 }
  6071 #footer > .container {
  6072   padding-left: 15px;
  6073   padding-right: 15px;
  6074 }
  6075 .carousel-control.left {
  6076   background-image: none;
  6077   filter: 0;
  6078 }
  6079 .carousel-control.right {
  6080   background-image: none;
  6081   filter: 0;
  6082 }
  6083 .module-imprint {
  6084   border-top: 1px solid #f5f5f5;
  6085   padding: 20px 0;
  6086 }
Impressum Datenschutzerklärung