Ignore:
Timestamp:
8 Sep 2017, 11:43:29 (7 years ago)
Author:
Henrik Bettermann
Message:

Upgrade to Bootstrap v3.3.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/layout/static/bootstrap/css/bootstrap.css

    r11254 r14842  
    11/*!
    2  * Bootstrap v3.0.3 (http://getbootstrap.com)
    3  * Copyright 2014 Twitter, Inc.
    4  * Licensed under http://www.apache.org/licenses/LICENSE-2.0
     2 * Bootstrap v3.3.7 (http://getbootstrap.com)
     3 * Copyright 2011-2016 Twitter, Inc.
     4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    55 */
    6 
    7 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
    8 
     6/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
     7html {
     8  font-family: sans-serif;
     9  -webkit-text-size-adjust: 100%;
     10      -ms-text-size-adjust: 100%;
     11}
     12body {
     13  margin: 0;
     14}
    915article,
    1016aside,
     
    1622hgroup,
    1723main,
     24menu,
    1825nav,
    1926section,
     
    2128  display: block;
    2229}
    23 
    2430audio,
    2531canvas,
     32progress,
    2633video {
    2734  display: inline-block;
    28 }
    29 
     35  vertical-align: baseline;
     36}
    3037audio:not([controls]) {
    3138  display: none;
    3239  height: 0;
    3340}
    34 
    3541[hidden],
    3642template {
    3743  display: none;
    3844}
    39 
    40 html {
    41   font-family: sans-serif;
    42   -webkit-text-size-adjust: 100%;
    43       -ms-text-size-adjust: 100%;
    44 }
    45 
    46 body {
    47   margin: 0;
    48 }
    49 
    5045a {
    51   background: transparent;
    52 }
    53 
    54 a:focus {
    55   outline: thin dotted;
    56 }
    57 
     46  background-color: transparent;
     47}
    5848a:active,
    5949a:hover {
    6050  outline: 0;
    6151}
    62 
    63 h1 {
    64   margin: 0.67em 0;
    65   font-size: 2em;
    66 }
    67 
    6852abbr[title] {
    6953  border-bottom: 1px dotted;
    7054}
    71 
    7255b,
    7356strong {
    7457  font-weight: bold;
    7558}
    76 
    7759dfn {
    7860  font-style: italic;
    7961}
    80 
    81 hr {
    82   height: 0;
    83   -moz-box-sizing: content-box;
    84        box-sizing: content-box;
    85 }
    86 
     62h1 {
     63  margin: .67em 0;
     64  font-size: 2em;
     65}
    8766mark {
    8867  color: #000;
    8968  background: #ff0;
    9069}
    91 
    92 code,
    93 kbd,
    94 pre,
    95 samp {
    96   font-family: monospace, serif;
    97   font-size: 1em;
    98 }
    99 
    100 pre {
    101   white-space: pre-wrap;
    102 }
    103 
    104 q {
    105   quotes: "\201C" "\201D" "\2018" "\2019";
    106 }
    107 
    10870small {
    10971  font-size: 80%;
    11072}
    111 
    11273sub,
    11374sup {
     
    11778  vertical-align: baseline;
    11879}
    119 
    12080sup {
    121   top: -0.5em;
    122 }
    123 
     81  top: -.5em;
     82}
    12483sub {
    125   bottom: -0.25em;
    126 }
    127 
     84  bottom: -.25em;
     85}
    12886img {
    12987  border: 0;
    13088}
    131 
    13289svg:not(:root) {
    13390  overflow: hidden;
    13491}
    135 
    13692figure {
    137   margin: 0;
    138 }
    139 
    140 fieldset {
    141   padding: 0.35em 0.625em 0.75em;
    142   margin: 0 2px;
    143   border: 1px solid #c0c0c0;
    144 }
    145 
    146 legend {
    147   padding: 0;
    148   border: 0;
    149 }
    150 
     93  margin: 1em 40px;
     94}
     95hr {
     96  height: 0;
     97  -webkit-box-sizing: content-box;
     98     -moz-box-sizing: content-box;
     99          box-sizing: content-box;
     100}
     101pre {
     102  overflow: auto;
     103}
     104code,
     105kbd,
     106pre,
     107samp {
     108  font-family: monospace, monospace;
     109  font-size: 1em;
     110}
    151111button,
    152112input,
     113optgroup,
    153114select,
    154115textarea {
    155116  margin: 0;
    156   font-family: inherit;
    157   font-size: 100%;
    158 }
    159 
    160 button,
    161 input {
    162   line-height: normal;
    163 }
    164 
     117  font: inherit;
     118  color: inherit;
     119}
     120button {
     121  overflow: visible;
     122}
    165123button,
    166124select {
    167125  text-transform: none;
    168126}
    169 
    170127button,
    171128html input[type="button"],
    172129input[type="reset"],
    173130input[type="submit"] {
     131  -webkit-appearance: button;
    174132  cursor: pointer;
    175   -webkit-appearance: button;
    176 }
    177 
     133}
    178134button[disabled],
    179135html input[disabled] {
    180136  cursor: default;
    181137}
    182 
     138button::-moz-focus-inner,
     139input::-moz-focus-inner {
     140  padding: 0;
     141  border: 0;
     142}
     143input {
     144  line-height: normal;
     145}
    183146input[type="checkbox"],
    184147input[type="radio"] {
     148  -webkit-box-sizing: border-box;
     149     -moz-box-sizing: border-box;
     150          box-sizing: border-box;
    185151  padding: 0;
    186   box-sizing: border-box;
    187 }
    188 
     152}
     153input[type="number"]::-webkit-inner-spin-button,
     154input[type="number"]::-webkit-outer-spin-button {
     155  height: auto;
     156}
    189157input[type="search"] {
    190158  -webkit-box-sizing: content-box;
     
    193161  -webkit-appearance: textfield;
    194162}
    195 
    196163input[type="search"]::-webkit-search-cancel-button,
    197164input[type="search"]::-webkit-search-decoration {
    198165  -webkit-appearance: none;
    199166}
    200 
    201 button::-moz-focus-inner,
    202 input::-moz-focus-inner {
     167fieldset {
     168  padding: .35em .625em .75em;
     169  margin: 0 2px;
     170  border: 1px solid #c0c0c0;
     171}
     172legend {
    203173  padding: 0;
    204174  border: 0;
    205175}
    206 
    207176textarea {
    208177  overflow: auto;
    209   vertical-align: top;
    210 }
    211 
     178}
     179optgroup {
     180  font-weight: bold;
     181}
    212182table {
     183  border-spacing: 0;
    213184  border-collapse: collapse;
    214   border-spacing: 0;
    215 }
    216 
     185}
     186td,
     187th {
     188  padding: 0;
     189}
     190/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
    217191@media print {
    218   * {
     192  *,
     193  *:before,
     194  *:after {
    219195    color: #000 !important;
    220196    text-shadow: none !important;
    221197    background: transparent !important;
    222     box-shadow: none !important;
     198    -webkit-box-shadow: none !important;
     199            box-shadow: none !important;
    223200  }
    224201  a,
     
    232209    content: " (" attr(title) ")";
    233210  }
    234   a[href^="javascript:"]:after,
    235   a[href^="#"]:after {
     211  a[href^="#"]:after,
     212  a[href^="javascript:"]:after {
    236213    content: "";
    237214  }
     
    239216  blockquote {
    240217    border: 1px solid #999;
     218
    241219    page-break-inside: avoid;
    242220  }
     
    250228  img {
    251229    max-width: 100% !important;
    252   }
    253   @page  {
    254     margin: 2cm .5cm;
    255230  }
    256231  p,
     
    264239    page-break-after: avoid;
    265240  }
    266   select {
    267     background: #fff !important;
    268   }
    269241  .navbar {
    270242    display: none;
     243  }
     244  .btn > .caret,
     245  .dropup > .btn > .caret {
     246    border-top-color: #000 !important;
     247  }
     248  .label {
     249    border: 1px solid #000;
     250  }
     251  .table {
     252    border-collapse: collapse !important;
    271253  }
    272254  .table td,
     
    274256    background-color: #fff !important;
    275257  }
    276   .btn > .caret,
    277   .dropup > .btn > .caret {
    278     border-top-color: #000 !important;
    279   }
    280   .label {
    281     border: 1px solid #000;
    282   }
    283   .table {
    284     border-collapse: collapse !important;
    285   }
    286258  .table-bordered th,
    287259  .table-bordered td {
     
    289261  }
    290262}
     263@font-face {
     264  font-family: 'Glyphicons Halflings';
    291265
    292 *,
     266  src: url('../fonts/glyphicons-halflings-regular.eot');
     267  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
     268}
     269.glyphicon {
     270  position: relative;
     271  top: 1px;
     272  display: inline-block;
     273  font-family: 'Glyphicons Halflings';
     274  font-style: normal;
     275  font-weight: normal;
     276  line-height: 1;
     277
     278  -webkit-font-smoothing: antialiased;
     279  -moz-osx-font-smoothing: grayscale;
     280}
     281.glyphicon-asterisk:before {
     282  content: "\002a";
     283}
     284.glyphicon-plus:before {
     285  content: "\002b";
     286}
     287.glyphicon-euro:before,
     288.glyphicon-eur:before {
     289  content: "\20ac";
     290}
     291.glyphicon-minus:before {
     292  content: "\2212";
     293}
     294.glyphicon-cloud:before {
     295  content: "\2601";
     296}
     297.glyphicon-envelope:before {
     298  content: "\2709";
     299}
     300.glyphicon-pencil:before {
     301  content: "\270f";
     302}
     303.glyphicon-glass:before {
     304  content: "\e001";
     305}
     306.glyphicon-music:before {
     307  content: "\e002";
     308}
     309.glyphicon-search:before {
     310  content: "\e003";
     311}
     312.glyphicon-heart:before {
     313  content: "\e005";
     314}
     315.glyphicon-star:before {
     316  content: "\e006";
     317}
     318.glyphicon-star-empty:before {
     319  content: "\e007";
     320}
     321.glyphicon-user:before {
     322  content: "\e008";
     323}
     324.glyphicon-film:before {
     325  content: "\e009";
     326}
     327.glyphicon-th-large:before {
     328  content: "\e010";
     329}
     330.glyphicon-th:before {
     331  content: "\e011";
     332}
     333.glyphicon-th-list:before {
     334  content: "\e012";
     335}
     336.glyphicon-ok:before {
     337  content: "\e013";
     338}
     339.glyphicon-remove:before {
     340  content: "\e014";
     341}
     342.glyphicon-zoom-in:before {
     343  content: "\e015";
     344}
     345.glyphicon-zoom-out:before {
     346  content: "\e016";
     347}
     348.glyphicon-off:before {
     349  content: "\e017";
     350}
     351.glyphicon-signal:before {
     352  content: "\e018";
     353}
     354.glyphicon-cog:before {
     355  content: "\e019";
     356}
     357.glyphicon-trash:before {
     358  content: "\e020";
     359}
     360.glyphicon-home:before {
     361  content: "\e021";
     362}
     363.glyphicon-file:before {
     364  content: "\e022";
     365}
     366.glyphicon-time:before {
     367  content: "\e023";
     368}
     369.glyphicon-road:before {
     370  content: "\e024";
     371}
     372.glyphicon-download-alt:before {
     373  content: "\e025";
     374}
     375.glyphicon-download:before {
     376  content: "\e026";
     377}
     378.glyphicon-upload:before {
     379  content: "\e027";
     380}
     381.glyphicon-inbox:before {
     382  content: "\e028";
     383}
     384.glyphicon-play-circle:before {
     385  content: "\e029";
     386}
     387.glyphicon-repeat:before {
     388  content: "\e030";
     389}
     390.glyphicon-refresh:before {
     391  content: "\e031";
     392}
     393.glyphicon-list-alt:before {
     394  content: "\e032";
     395}
     396.glyphicon-lock:before {
     397  content: "\e033";
     398}
     399.glyphicon-flag:before {
     400  content: "\e034";
     401}
     402.glyphicon-headphones:before {
     403  content: "\e035";
     404}
     405.glyphicon-volume-off:before {
     406  content: "\e036";
     407}
     408.glyphicon-volume-down:before {
     409  content: "\e037";
     410}
     411.glyphicon-volume-up:before {
     412  content: "\e038";
     413}
     414.glyphicon-qrcode:before {
     415  content: "\e039";
     416}
     417.glyphicon-barcode:before {
     418  content: "\e040";
     419}
     420.glyphicon-tag:before {
     421  content: "\e041";
     422}
     423.glyphicon-tags:before {
     424  content: "\e042";
     425}
     426.glyphicon-book:before {
     427  content: "\e043";
     428}
     429.glyphicon-bookmark:before {
     430  content: "\e044";
     431}
     432.glyphicon-print:before {
     433  content: "\e045";
     434}
     435.glyphicon-camera:before {
     436  content: "\e046";
     437}
     438.glyphicon-font:before {
     439  content: "\e047";
     440}
     441.glyphicon-bold:before {
     442  content: "\e048";
     443}
     444.glyphicon-italic:before {
     445  content: "\e049";
     446}
     447.glyphicon-text-height:before {
     448  content: "\e050";
     449}
     450.glyphicon-text-width:before {
     451  content: "\e051";
     452}
     453.glyphicon-align-left:before {
     454  content: "\e052";
     455}
     456.glyphicon-align-center:before {
     457  content: "\e053";
     458}
     459.glyphicon-align-right:before {
     460  content: "\e054";
     461}
     462.glyphicon-align-justify:before {
     463  content: "\e055";
     464}
     465.glyphicon-list:before {
     466  content: "\e056";
     467}
     468.glyphicon-indent-left:before {
     469  content: "\e057";
     470}
     471.glyphicon-indent-right:before {
     472  content: "\e058";
     473}
     474.glyphicon-facetime-video:before {
     475  content: "\e059";
     476}
     477.glyphicon-picture:before {
     478  content: "\e060";
     479}
     480.glyphicon-map-marker:before {
     481  content: "\e062";
     482}
     483.glyphicon-adjust:before {
     484  content: "\e063";
     485}
     486.glyphicon-tint:before {
     487  content: "\e064";
     488}
     489.glyphicon-edit:before {
     490  content: "\e065";
     491}
     492.glyphicon-share:before {
     493  content: "\e066";
     494}
     495.glyphicon-check:before {
     496  content: "\e067";
     497}
     498.glyphicon-move:before {
     499  content: "\e068";
     500}
     501.glyphicon-step-backward:before {
     502  content: "\e069";
     503}
     504.glyphicon-fast-backward:before {
     505  content: "\e070";
     506}
     507.glyphicon-backward:before {
     508  content: "\e071";
     509}
     510.glyphicon-play:before {
     511  content: "\e072";
     512}
     513.glyphicon-pause:before {
     514  content: "\e073";
     515}
     516.glyphicon-stop:before {
     517  content: "\e074";
     518}
     519.glyphicon-forward:before {
     520  content: "\e075";
     521}
     522.glyphicon-fast-forward:before {
     523  content: "\e076";
     524}
     525.glyphicon-step-forward:before {
     526  content: "\e077";
     527}
     528.glyphicon-eject:before {
     529  content: "\e078";
     530}
     531.glyphicon-chevron-left:before {
     532  content: "\e079";
     533}
     534.glyphicon-chevron-right:before {
     535  content: "\e080";
     536}
     537.glyphicon-plus-sign:before {
     538  content: "\e081";
     539}
     540.glyphicon-minus-sign:before {
     541  content: "\e082";
     542}
     543.glyphicon-remove-sign:before {
     544  content: "\e083";
     545}
     546.glyphicon-ok-sign:before {
     547  content: "\e084";
     548}
     549.glyphicon-question-sign:before {
     550  content: "\e085";
     551}
     552.glyphicon-info-sign:before {
     553  content: "\e086";
     554}
     555.glyphicon-screenshot:before {
     556  content: "\e087";
     557}
     558.glyphicon-remove-circle:before {
     559  content: "\e088";
     560}
     561.glyphicon-ok-circle:before {
     562  content: "\e089";
     563}
     564.glyphicon-ban-circle:before {
     565  content: "\e090";
     566}
     567.glyphicon-arrow-left:before {
     568  content: "\e091";
     569}
     570.glyphicon-arrow-right:before {
     571  content: "\e092";
     572}
     573.glyphicon-arrow-up:before {
     574  content: "\e093";
     575}
     576.glyphicon-arrow-down:before {
     577  content: "\e094";
     578}
     579.glyphicon-share-alt:before {
     580  content: "\e095";
     581}
     582.glyphicon-resize-full:before {
     583  content: "\e096";
     584}
     585.glyphicon-resize-small:before {
     586  content: "\e097";
     587}
     588.glyphicon-exclamation-sign:before {
     589  content: "\e101";
     590}
     591.glyphicon-gift:before {
     592  content: "\e102";
     593}
     594.glyphicon-leaf:before {
     595  content: "\e103";
     596}
     597.glyphicon-fire:before {
     598  content: "\e104";
     599}
     600.glyphicon-eye-open:before {
     601  content: "\e105";
     602}
     603.glyphicon-eye-close:before {
     604  content: "\e106";
     605}
     606.glyphicon-warning-sign:before {
     607  content: "\e107";
     608}
     609.glyphicon-plane:before {
     610  content: "\e108";
     611}
     612.glyphicon-calendar:before {
     613  content: "\e109";
     614}
     615.glyphicon-random:before {
     616  content: "\e110";
     617}
     618.glyphicon-comment:before {
     619  content: "\e111";
     620}
     621.glyphicon-magnet:before {
     622  content: "\e112";
     623}
     624.glyphicon-chevron-up:before {
     625  content: "\e113";
     626}
     627.glyphicon-chevron-down:before {
     628  content: "\e114";
     629}
     630.glyphicon-retweet:before {
     631  content: "\e115";
     632}
     633.glyphicon-shopping-cart:before {
     634  content: "\e116";
     635}
     636.glyphicon-folder-close:before {
     637  content: "\e117";
     638}
     639.glyphicon-folder-open:before {
     640  content: "\e118";
     641}
     642.glyphicon-resize-vertical:before {
     643  content: "\e119";
     644}
     645.glyphicon-resize-horizontal:before {
     646  content: "\e120";
     647}
     648.glyphicon-hdd:before {
     649  content: "\e121";
     650}
     651.glyphicon-bullhorn:before {
     652  content: "\e122";
     653}
     654.glyphicon-bell:before {
     655  content: "\e123";
     656}
     657.glyphicon-certificate:before {
     658  content: "\e124";
     659}
     660.glyphicon-thumbs-up:before {
     661  content: "\e125";
     662}
     663.glyphicon-thumbs-down:before {
     664  content: "\e126";
     665}
     666.glyphicon-hand-right:before {
     667  content: "\e127";
     668}
     669.glyphicon-hand-left:before {
     670  content: "\e128";
     671}
     672.glyphicon-hand-up:before {
     673  content: "\e129";
     674}
     675.glyphicon-hand-down:before {
     676  content: "\e130";
     677}
     678.glyphicon-circle-arrow-right:before {
     679  content: "\e131";
     680}
     681.glyphicon-circle-arrow-left:before {
     682  content: "\e132";
     683}
     684.glyphicon-circle-arrow-up:before {
     685  content: "\e133";
     686}
     687.glyphicon-circle-arrow-down:before {
     688  content: "\e134";
     689}
     690.glyphicon-globe:before {
     691  content: "\e135";
     692}
     693.glyphicon-wrench:before {
     694  content: "\e136";
     695}
     696.glyphicon-tasks:before {
     697  content: "\e137";
     698}
     699.glyphicon-filter:before {
     700  content: "\e138";
     701}
     702.glyphicon-briefcase:before {
     703  content: "\e139";
     704}
     705.glyphicon-fullscreen:before {
     706  content: "\e140";
     707}
     708.glyphicon-dashboard:before {
     709  content: "\e141";
     710}
     711.glyphicon-paperclip:before {
     712  content: "\e142";
     713}
     714.glyphicon-heart-empty:before {
     715  content: "\e143";
     716}
     717.glyphicon-link:before {
     718  content: "\e144";
     719}
     720.glyphicon-phone:before {
     721  content: "\e145";
     722}
     723.glyphicon-pushpin:before {
     724  content: "\e146";
     725}
     726.glyphicon-usd:before {
     727  content: "\e148";
     728}
     729.glyphicon-gbp:before {
     730  content: "\e149";
     731}
     732.glyphicon-sort:before {
     733  content: "\e150";
     734}
     735.glyphicon-sort-by-alphabet:before {
     736  content: "\e151";
     737}
     738.glyphicon-sort-by-alphabet-alt:before {
     739  content: "\e152";
     740}
     741.glyphicon-sort-by-order:before {
     742  content: "\e153";
     743}
     744.glyphicon-sort-by-order-alt:before {
     745  content: "\e154";
     746}
     747.glyphicon-sort-by-attributes:before {
     748  content: "\e155";
     749}
     750.glyphicon-sort-by-attributes-alt:before {
     751  content: "\e156";
     752}
     753.glyphicon-unchecked:before {
     754  content: "\e157";
     755}
     756.glyphicon-expand:before {
     757  content: "\e158";
     758}
     759.glyphicon-collapse-down:before {
     760  content: "\e159";
     761}
     762.glyphicon-collapse-up:before {
     763  content: "\e160";
     764}
     765.glyphicon-log-in:before {
     766  content: "\e161";
     767}
     768.glyphicon-flash:before {
     769  content: "\e162";
     770}
     771.glyphicon-log-out:before {
     772  content: "\e163";
     773}
     774.glyphicon-new-window:before {
     775  content: "\e164";
     776}
     777.glyphicon-record:before {
     778  content: "\e165";
     779}
     780.glyphicon-save:before {
     781  content: "\e166";
     782}
     783.glyphicon-open:before {
     784  content: "\e167";
     785}
     786.glyphicon-saved:before {
     787  content: "\e168";
     788}
     789.glyphicon-import:before {
     790  content: "\e169";
     791}
     792.glyphicon-export:before {
     793  content: "\e170";
     794}
     795.glyphicon-send:before {
     796  content: "\e171";
     797}
     798.glyphicon-floppy-disk:before {
     799  content: "\e172";
     800}
     801.glyphicon-floppy-saved:before {
     802  content: "\e173";
     803}
     804.glyphicon-floppy-remove:before {
     805  content: "\e174";
     806}
     807.glyphicon-floppy-save:before {
     808  content: "\e175";
     809}
     810.glyphicon-floppy-open:before {
     811  content: "\e176";
     812}
     813.glyphicon-credit-card:before {
     814  content: "\e177";
     815}
     816.glyphicon-transfer:before {
     817  content: "\e178";
     818}
     819.glyphicon-cutlery:before {
     820  content: "\e179";
     821}
     822.glyphicon-header:before {
     823  content: "\e180";
     824}
     825.glyphicon-compressed:before {
     826  content: "\e181";
     827}
     828.glyphicon-earphone:before {
     829  content: "\e182";
     830}
     831.glyphicon-phone-alt:before {
     832  content: "\e183";
     833}
     834.glyphicon-tower:before {
     835  content: "\e184";
     836}
     837.glyphicon-stats:before {
     838  content: "\e185";
     839}
     840.glyphicon-sd-video:before {
     841  content: "\e186";
     842}
     843.glyphicon-hd-video:before {
     844  content: "\e187";
     845}
     846.glyphicon-subtitles:before {
     847  content: "\e188";
     848}
     849.glyphicon-sound-stereo:before {
     850  content: "\e189";
     851}
     852.glyphicon-sound-dolby:before {
     853  content: "\e190";
     854}
     855.glyphicon-sound-5-1:before {
     856  content: "\e191";
     857}
     858.glyphicon-sound-6-1:before {
     859  content: "\e192";
     860}
     861.glyphicon-sound-7-1:before {
     862  content: "\e193";
     863}
     864.glyphicon-copyright-mark:before {
     865  content: "\e194";
     866}
     867.glyphicon-registration-mark:before {
     868  content: "\e195";
     869}
     870.glyphicon-cloud-download:before {
     871  content: "\e197";
     872}
     873.glyphicon-cloud-upload:before {
     874  content: "\e198";
     875}
     876.glyphicon-tree-conifer:before {
     877  content: "\e199";
     878}
     879.glyphicon-tree-deciduous:before {
     880  content: "\e200";
     881}
     882.glyphicon-cd:before {
     883  content: "\e201";
     884}
     885.glyphicon-save-file:before {
     886  content: "\e202";
     887}
     888.glyphicon-open-file:before {
     889  content: "\e203";
     890}
     891.glyphicon-level-up:before {
     892  content: "\e204";
     893}
     894.glyphicon-copy:before {
     895  content: "\e205";
     896}
     897.glyphicon-paste:before {
     898  content: "\e206";
     899}
     900.glyphicon-alert:before {
     901  content: "\e209";
     902}
     903.glyphicon-equalizer:before {
     904  content: "\e210";
     905}
     906.glyphicon-king:before {
     907  content: "\e211";
     908}
     909.glyphicon-queen:before {
     910  content: "\e212";
     911}
     912.glyphicon-pawn:before {
     913  content: "\e213";
     914}
     915.glyphicon-bishop:before {
     916  content: "\e214";
     917}
     918.glyphicon-knight:before {
     919  content: "\e215";
     920}
     921.glyphicon-baby-formula:before {
     922  content: "\e216";
     923}
     924.glyphicon-tent:before {
     925  content: "\26fa";
     926}
     927.glyphicon-blackboard:before {
     928  content: "\e218";
     929}
     930.glyphicon-bed:before {
     931  content: "\e219";
     932}
     933.glyphicon-apple:before {
     934  content: "\f8ff";
     935}
     936.glyphicon-erase:before {
     937  content: "\e221";
     938}
     939.glyphicon-hourglass:before {
     940  content: "\231b";
     941}
     942.glyphicon-lamp:before {
     943  content: "\e223";
     944}
     945.glyphicon-duplicate:before {
     946  content: "\e224";
     947}
     948.glyphicon-piggy-bank:before {
     949  content: "\e225";
     950}
     951.glyphicon-scissors:before {
     952  content: "\e226";
     953}
     954.glyphicon-bitcoin:before {
     955  content: "\e227";
     956}
     957.glyphicon-btc:before {
     958  content: "\e227";
     959}
     960.glyphicon-xbt:before {
     961  content: "\e227";
     962}
     963.glyphicon-yen:before {
     964  content: "\00a5";
     965}
     966.glyphicon-jpy:before {
     967  content: "\00a5";
     968}
     969.glyphicon-ruble:before {
     970  content: "\20bd";
     971}
     972.glyphicon-rub:before {
     973  content: "\20bd";
     974}
     975.glyphicon-scale:before {
     976  content: "\e230";
     977}
     978.glyphicon-ice-lolly:before {
     979  content: "\e231";
     980}
     981.glyphicon-ice-lolly-tasted:before {
     982  content: "\e232";
     983}
     984.glyphicon-education:before {
     985  content: "\e233";
     986}
     987.glyphicon-option-horizontal:before {
     988  content: "\e234";
     989}
     990.glyphicon-option-vertical:before {
     991  content: "\e235";
     992}
     993.glyphicon-menu-hamburger:before {
     994  content: "\e236";
     995}
     996.glyphicon-modal-window:before {
     997  content: "\e237";
     998}
     999.glyphicon-oil:before {
     1000  content: "\e238";
     1001}
     1002.glyphicon-grain:before {
     1003  content: "\e239";
     1004}
     1005.glyphicon-sunglasses:before {
     1006  content: "\e240";
     1007}
     1008.glyphicon-text-size:before {
     1009  content: "\e241";
     1010}
     1011.glyphicon-text-color:before {
     1012  content: "\e242";
     1013}
     1014.glyphicon-text-background:before {
     1015  content: "\e243";
     1016}
     1017.glyphicon-object-align-top:before {
     1018  content: "\e244";
     1019}
     1020.glyphicon-object-align-bottom:before {
     1021  content: "\e245";
     1022}
     1023.glyphicon-object-align-horizontal:before {
     1024  content: "\e246";
     1025}
     1026.glyphicon-object-align-left:before {
     1027  content: "\e247";
     1028}
     1029.glyphicon-object-align-vertical:before {
     1030  content: "\e248";
     1031}
     1032.glyphicon-object-align-right:before {
     1033  content: "\e249";
     1034}
     1035.glyphicon-triangle-right:before {
     1036  content: "\e250";
     1037}
     1038.glyphicon-triangle-left:before {
     1039  content: "\e251";
     1040}
     1041.glyphicon-triangle-bottom:before {
     1042  content: "\e252";
     1043}
     1044.glyphicon-triangle-top:before {
     1045  content: "\e253";
     1046}
     1047.glyphicon-console:before {
     1048  content: "\e254";
     1049}
     1050.glyphicon-superscript:before {
     1051  content: "\e255";
     1052}
     1053.glyphicon-subscript:before {
     1054  content: "\e256";
     1055}
     1056.glyphicon-menu-left:before {
     1057  content: "\e257";
     1058}
     1059.glyphicon-menu-right:before {
     1060  content: "\e258";
     1061}
     1062.glyphicon-menu-down:before {
     1063  content: "\e259";
     1064}
     1065.glyphicon-menu-up:before {
     1066  content: "\e260";
     1067}
     1068* {
     1069  -webkit-box-sizing: border-box;
     1070     -moz-box-sizing: border-box;
     1071          box-sizing: border-box;
     1072}
    2931073*:before,
    2941074*:after {
     
    2971077          box-sizing: border-box;
    2981078}
     1079html {
     1080  font-size: 10px;
    2991081
    300 html {
    301   font-size: 62.5%;
    3021082  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    3031083}
    304 
    3051084body {
    3061085  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    3071086  font-size: 14px;
    308   line-height: 1.428571429;
    309   color: #333333;
    310   background-color: #ffffff;
    311 }
    312 
     1087  line-height: 1.42857143;
     1088  color: #333;
     1089  background-color: #fff;
     1090}
    3131091input,
    3141092button,
     
    3191097  line-height: inherit;
    3201098}
    321 
    3221099a {
    323   color: #428bca;
     1100  color: #337ab7;
    3241101  text-decoration: none;
    3251102}
    326 
    3271103a:hover,
    3281104a:focus {
    329   color: #2a6496;
     1105  color: #23527c;
    3301106  text-decoration: underline;
    3311107}
    332 
    3331108a:focus {
    334   outline: thin dotted;
    3351109  outline: 5px auto -webkit-focus-ring-color;
    3361110  outline-offset: -2px;
    3371111}
    338 
     1112figure {
     1113  margin: 0;
     1114}
    3391115img {
    3401116  vertical-align: middle;
    3411117}
    342 
    343 .img-responsive {
     1118.img-responsive,
     1119.thumbnail > img,
     1120.thumbnail a > img,
     1121.carousel-inner > .item > img,
     1122.carousel-inner > .item > a > img {
    3441123  display: block;
     1124  max-width: 100%;
    3451125  height: auto;
    346   max-width: 100%;
    347 }
    348 
     1126}
    3491127.img-rounded {
    3501128  border-radius: 6px;
    3511129}
    352 
    3531130.img-thumbnail {
    3541131  display: inline-block;
     1132  max-width: 100%;
    3551133  height: auto;
    356   max-width: 100%;
    3571134  padding: 4px;
    358   line-height: 1.428571429;
    359   background-color: #ffffff;
    360   border: 1px solid #dddddd;
     1135  line-height: 1.42857143;
     1136  background-color: #fff;
     1137  border: 1px solid #ddd;
    3611138  border-radius: 4px;
    362   -webkit-transition: all 0.2s ease-in-out;
    363           transition: all 0.2s ease-in-out;
    364 }
    365 
     1139  -webkit-transition: all .2s ease-in-out;
     1140       -o-transition: all .2s ease-in-out;
     1141          transition: all .2s ease-in-out;
     1142}
    3661143.img-circle {
    3671144  border-radius: 50%;
    3681145}
    369 
    3701146hr {
    3711147  margin-top: 20px;
    3721148  margin-bottom: 20px;
    3731149  border: 0;
    374   border-top: 1px solid #eeeeee;
    375 }
    376 
     1150  border-top: 1px solid #eee;
     1151}
    3771152.sr-only {
    3781153  position: absolute;
     
    3851160  border: 0;
    3861161}
    387 
     1162.sr-only-focusable:active,
     1163.sr-only-focusable:focus {
     1164  position: static;
     1165  width: auto;
     1166  height: auto;
     1167  margin: 0;
     1168  overflow: visible;
     1169  clip: auto;
     1170}
     1171[role="button"] {
     1172  cursor: pointer;
     1173}
    3881174h1,
    3891175h2,
     
    3981184.h5,
    3991185.h6 {
    400   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     1186  font-family: inherit;
    4011187  font-weight: 500;
    4021188  line-height: 1.1;
    4031189  color: inherit;
    4041190}
    405 
    4061191h1 small,
    4071192h2 small,
     
    4301215  font-weight: normal;
    4311216  line-height: 1;
    432   color: #999999;
    433 }
    434 
     1217  color: #777;
     1218}
    4351219h1,
     1220.h1,
    4361221h2,
    437 h3 {
     1222.h2,
     1223h3,
     1224.h3 {
    4381225  margin-top: 20px;
    4391226  margin-bottom: 10px;
    4401227}
    441 
    4421228h1 small,
     1229.h1 small,
    4431230h2 small,
     1231.h2 small,
    4441232h3 small,
     1233.h3 small,
    4451234h1 .small,
     1235.h1 .small,
    4461236h2 .small,
    447 h3 .small {
     1237.h2 .small,
     1238h3 .small,
     1239.h3 .small {
    4481240  font-size: 65%;
    4491241}
    450 
    4511242h4,
     1243.h4,
    4521244h5,
    453 h6 {
     1245.h5,
     1246h6,
     1247.h6 {
    4541248  margin-top: 10px;
    4551249  margin-bottom: 10px;
    4561250}
    457 
    4581251h4 small,
     1252.h4 small,
    4591253h5 small,
     1254.h5 small,
    4601255h6 small,
     1256.h6 small,
    4611257h4 .small,
     1258.h4 .small,
    4621259h5 .small,
    463 h6 .small {
     1260.h5 .small,
     1261h6 .small,
     1262.h6 .small {
    4641263  font-size: 75%;
    4651264}
    466 
    4671265h1,
    4681266.h1 {
    4691267  font-size: 36px;
    4701268}
    471 
    4721269h2,
    4731270.h2 {
    4741271  font-size: 30px;
    4751272}
    476 
    4771273h3,
    4781274.h3 {
    4791275  font-size: 24px;
    4801276}
    481 
    4821277h4,
    4831278.h4 {
    4841279  font-size: 18px;
    4851280}
    486 
    4871281h5,
    4881282.h5 {
    4891283  font-size: 14px;
    4901284}
    491 
    4921285h6,
    4931286.h6 {
    4941287  font-size: 12px;
    4951288}
    496 
    4971289p {
    4981290  margin: 0 0 10px;
    4991291}
    500 
    5011292.lead {
    5021293  margin-bottom: 20px;
    5031294  font-size: 16px;
    504   font-weight: 200;
     1295  font-weight: 300;
    5051296  line-height: 1.4;
    5061297}
    507 
    5081298@media (min-width: 768px) {
    5091299  .lead {
     
    5111301  }
    5121302}
    513 
    5141303small,
    5151304.small {
    5161305  font-size: 85%;
    5171306}
    518 
    519 cite {
    520   font-style: normal;
    521 }
    522 
     1307mark,
     1308.mark {
     1309  padding: .2em;
     1310  background-color: #fcf8e3;
     1311}
     1312.text-left {
     1313  text-align: left;
     1314}
     1315.text-right {
     1316  text-align: right;
     1317}
     1318.text-center {
     1319  text-align: center;
     1320}
     1321.text-justify {
     1322  text-align: justify;
     1323}
     1324.text-nowrap {
     1325  white-space: nowrap;
     1326}
     1327.text-lowercase {
     1328  text-transform: lowercase;
     1329}
     1330.text-uppercase {
     1331  text-transform: uppercase;
     1332}
     1333.text-capitalize {
     1334  text-transform: capitalize;
     1335}
    5231336.text-muted {
    524   color: #999999;
    525 }
    526 
     1337  color: #777;
     1338}
    5271339.text-primary {
    528   color: #428bca;
    529 }
    530 
    531 .text-primary:hover {
    532   color: #3071a9;
    533 }
    534 
     1340  color: #337ab7;
     1341}
     1342a.text-primary:hover,
     1343a.text-primary:focus {
     1344  color: #286090;
     1345}
     1346.text-success {
     1347  color: #3c763d;
     1348}
     1349a.text-success:hover,
     1350a.text-success:focus {
     1351  color: #2b542c;
     1352}
     1353.text-info {
     1354  color: #31708f;
     1355}
     1356a.text-info:hover,
     1357a.text-info:focus {
     1358  color: #245269;
     1359}
    5351360.text-warning {
    5361361  color: #8a6d3b;
    5371362}
    538 
    539 .text-warning:hover {
     1363a.text-warning:hover,
     1364a.text-warning:focus {
    5401365  color: #66512c;
    5411366}
    542 
    5431367.text-danger {
    5441368  color: #a94442;
    5451369}
    546 
    547 .text-danger:hover {
     1370a.text-danger:hover,
     1371a.text-danger:focus {
    5481372  color: #843534;
    5491373}
    550 
    551 .text-success {
    552   color: #3c763d;
    553 }
    554 
    555 .text-success:hover {
    556   color: #2b542c;
    557 }
    558 
    559 .text-info {
    560   color: #31708f;
    561 }
    562 
    563 .text-info:hover {
    564   color: #245269;
    565 }
    566 
    567 .text-left {
    568   text-align: left;
    569 }
    570 
    571 .text-right {
    572   text-align: right;
    573 }
    574 
    575 .text-center {
    576   text-align: center;
    577 }
    578 
     1374.bg-primary {
     1375  color: #fff;
     1376  background-color: #337ab7;
     1377}
     1378a.bg-primary:hover,
     1379a.bg-primary:focus {
     1380  background-color: #286090;
     1381}
     1382.bg-success {
     1383  background-color: #dff0d8;
     1384}
     1385a.bg-success:hover,
     1386a.bg-success:focus {
     1387  background-color: #c1e2b3;
     1388}
     1389.bg-info {
     1390  background-color: #d9edf7;
     1391}
     1392a.bg-info:hover,
     1393a.bg-info:focus {
     1394  background-color: #afd9ee;
     1395}
     1396.bg-warning {
     1397  background-color: #fcf8e3;
     1398}
     1399a.bg-warning:hover,
     1400a.bg-warning:focus {
     1401  background-color: #f7ecb5;
     1402}
     1403.bg-danger {
     1404  background-color: #f2dede;
     1405}
     1406a.bg-danger:hover,
     1407a.bg-danger:focus {
     1408  background-color: #e4b9b9;
     1409}
    5791410.page-header {
    5801411  padding-bottom: 9px;
    5811412  margin: 40px 0 20px;
    582   border-bottom: 1px solid #eeeeee;
    583 }
    584 
     1413  border-bottom: 1px solid #eee;
     1414}
    5851415ul,
    5861416ol {
     
    5881418  margin-bottom: 10px;
    5891419}
    590 
    5911420ul ul,
    5921421ol ul,
     
    5951424  margin-bottom: 0;
    5961425}
    597 
    5981426.list-unstyled {
    5991427  padding-left: 0;
    6001428  list-style: none;
    6011429}
    602 
    6031430.list-inline {
    6041431  padding-left: 0;
     1432  margin-left: -5px;
    6051433  list-style: none;
    6061434}
    607 
    6081435.list-inline > li {
    6091436  display: inline-block;
     
    6111438  padding-left: 5px;
    6121439}
    613 
    614 .list-inline > li:first-child {
    615   padding-left: 0;
    616 }
    617 
    6181440dl {
    6191441  margin-top: 0;
    6201442  margin-bottom: 20px;
    6211443}
    622 
    6231444dt,
    6241445dd {
    625   line-height: 1.428571429;
    626 }
    627 
     1446  line-height: 1.42857143;
     1447}
    6281448dt {
    6291449  font-weight: bold;
    6301450}
    631 
    6321451dd {
    6331452  margin-left: 0;
    6341453}
    635 
    6361454@media (min-width: 768px) {
    6371455  .dl-horizontal dt {
     
    6471465    margin-left: 180px;
    6481466  }
    649   .dl-horizontal dd:before,
    650   .dl-horizontal dd:after {
    651     display: table;
    652     content: " ";
    653   }
    654   .dl-horizontal dd:after {
    655     clear: both;
    656   }
    657   .dl-horizontal dd:before,
    658   .dl-horizontal dd:after {
    659     display: table;
    660     content: " ";
    661   }
    662   .dl-horizontal dd:after {
    663     clear: both;
    664   }
    665 }
    666 
     1467}
    6671468abbr[title],
    6681469abbr[data-original-title] {
    6691470  cursor: help;
    670   border-bottom: 1px dotted #999999;
    671 }
    672 
     1471  border-bottom: 1px dotted #777;
     1472}
    6731473.initialism {
    6741474  font-size: 90%;
    6751475  text-transform: uppercase;
    6761476}
    677 
    6781477blockquote {
    6791478  padding: 10px 20px;
    6801479  margin: 0 0 20px;
    681   border-left: 5px solid #eeeeee;
    682 }
    683 
    684 blockquote p {
    6851480  font-size: 17.5px;
    686   font-weight: 300;
    687   line-height: 1.25;
    688 }
    689 
    690 blockquote p:last-child {
     1481  border-left: 5px solid #eee;
     1482}
     1483blockquote p:last-child,
     1484blockquote ul:last-child,
     1485blockquote ol:last-child {
    6911486  margin-bottom: 0;
    6921487}
    693 
     1488blockquote footer,
    6941489blockquote small,
    6951490blockquote .small {
    6961491  display: block;
    697   line-height: 1.428571429;
    698   color: #999999;
    699 }
    700 
     1492  font-size: 80%;
     1493  line-height: 1.42857143;
     1494  color: #777;
     1495}
     1496blockquote footer:before,
    7011497blockquote small:before,
    7021498blockquote .small:before {
    7031499  content: '\2014 \00A0';
    7041500}
    705 
     1501.blockquote-reverse,
    7061502blockquote.pull-right {
    7071503  padding-right: 15px;
    7081504  padding-left: 0;
    709   border-right: 5px solid #eeeeee;
     1505  text-align: right;
     1506  border-right: 5px solid #eee;
    7101507  border-left: 0;
    7111508}
    712 
    713 blockquote.pull-right p,
    714 blockquote.pull-right small,
    715 blockquote.pull-right .small {
    716   text-align: right;
    717 }
    718 
     1509.blockquote-reverse footer:before,
     1510blockquote.pull-right footer:before,
     1511.blockquote-reverse small:before,
    7191512blockquote.pull-right small:before,
     1513.blockquote-reverse .small:before,
    7201514blockquote.pull-right .small:before {
    7211515  content: '';
    7221516}
    723 
     1517.blockquote-reverse footer:after,
     1518blockquote.pull-right footer:after,
     1519.blockquote-reverse small:after,
    7241520blockquote.pull-right small:after,
     1521.blockquote-reverse .small:after,
    7251522blockquote.pull-right .small:after {
    7261523  content: '\00A0 \2014';
    7271524}
    728 
    729 blockquote:before,
    730 blockquote:after {
    731   content: "";
    732 }
    733 
    7341525address {
    7351526  margin-bottom: 20px;
    7361527  font-style: normal;
    737   line-height: 1.428571429;
    738 }
    739 
     1528  line-height: 1.42857143;
     1529}
    7401530code,
    7411531kbd,
     
    7441534  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    7451535}
    746 
    7471536code {
    7481537  padding: 2px 4px;
    7491538  font-size: 90%;
    7501539  color: #c7254e;
    751   white-space: nowrap;
    7521540  background-color: #f9f2f4;
    7531541  border-radius: 4px;
    7541542}
    755 
     1543kbd {
     1544  padding: 2px 4px;
     1545  font-size: 90%;
     1546  color: #fff;
     1547  background-color: #333;
     1548  border-radius: 3px;
     1549  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
     1550          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
     1551}
     1552kbd kbd {
     1553  padding: 0;
     1554  font-size: 100%;
     1555  font-weight: bold;
     1556  -webkit-box-shadow: none;
     1557          box-shadow: none;
     1558}
    7561559pre {
    7571560  display: block;
     
    7591562  margin: 0 0 10px;
    7601563  font-size: 13px;
    761   line-height: 1.428571429;
    762   color: #333333;
     1564  line-height: 1.42857143;
     1565  color: #333;
    7631566  word-break: break-all;
    7641567  word-wrap: break-word;
    7651568  background-color: #f5f5f5;
    766   border: 1px solid #cccccc;
     1569  border: 1px solid #ccc;
    7671570  border-radius: 4px;
    7681571}
    769 
    7701572pre code {
    7711573  padding: 0;
     
    7761578  border-radius: 0;
    7771579}
    778 
    7791580.pre-scrollable {
    7801581  max-height: 340px;
    7811582  overflow-y: scroll;
    7821583}
    783 
    7841584.container {
    7851585  padding-right: 15px;
     
    7881588  margin-left: auto;
    7891589}
    790 
    791 .container:before,
    792 .container:after {
    793   display: table;
    794   content: " ";
    795 }
    796 
    797 .container:after {
    798   clear: both;
    799 }
    800 
    801 .container:before,
    802 .container:after {
    803   display: table;
    804   content: " ";
    805 }
    806 
    807 .container:after {
    808   clear: both;
    809 }
    810 
    8111590@media (min-width: 768px) {
    8121591  .container {
     
    8141593  }
    8151594}
    816 
    8171595@media (min-width: 992px) {
    8181596  .container {
     
    8201598  }
    8211599}
    822 
    8231600@media (min-width: 1200px) {
    8241601  .container {
     
    8261603  }
    8271604}
    828 
     1605.container-fluid {
     1606  padding-right: 15px;
     1607  padding-left: 15px;
     1608  margin-right: auto;
     1609  margin-left: auto;
     1610}
    8291611.row {
    8301612  margin-right: -15px;
    8311613  margin-left: -15px;
    8321614}
    833 
    834 .row:before,
    835 .row:after {
    836   display: table;
    837   content: " ";
    838 }
    839 
    840 .row:after {
    841   clear: both;
    842 }
    843 
    844 .row:before,
    845 .row:after {
    846   display: table;
    847   content: " ";
    848 }
    849 
    850 .row:after {
    851   clear: both;
    852 }
    853 
    854 .col-xs-1,
    855 .col-sm-1,
    856 .col-md-1,
    857 .col-lg-1,
    858 .col-xs-2,
    859 .col-sm-2,
    860 .col-md-2,
    861 .col-lg-2,
    862 .col-xs-3,
    863 .col-sm-3,
    864 .col-md-3,
    865 .col-lg-3,
    866 .col-xs-4,
    867 .col-sm-4,
    868 .col-md-4,
    869 .col-lg-4,
    870 .col-xs-5,
    871 .col-sm-5,
    872 .col-md-5,
    873 .col-lg-5,
    874 .col-xs-6,
    875 .col-sm-6,
    876 .col-md-6,
    877 .col-lg-6,
    878 .col-xs-7,
    879 .col-sm-7,
    880 .col-md-7,
    881 .col-lg-7,
    882 .col-xs-8,
    883 .col-sm-8,
    884 .col-md-8,
    885 .col-lg-8,
    886 .col-xs-9,
    887 .col-sm-9,
    888 .col-md-9,
    889 .col-lg-9,
    890 .col-xs-10,
    891 .col-sm-10,
    892 .col-md-10,
    893 .col-lg-10,
    894 .col-xs-11,
    895 .col-sm-11,
    896 .col-md-11,
    897 .col-lg-11,
    898 .col-xs-12,
    899 .col-sm-12,
    900 .col-md-12,
    901 .col-lg-12 {
     1615.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 {
    9021616  position: relative;
    9031617  min-height: 1px;
     
    9051619  padding-left: 15px;
    9061620}
    907 
    908 .col-xs-1,
    909 .col-xs-2,
    910 .col-xs-3,
    911 .col-xs-4,
    912 .col-xs-5,
    913 .col-xs-6,
    914 .col-xs-7,
    915 .col-xs-8,
    916 .col-xs-9,
    917 .col-xs-10,
    918 .col-xs-11,
    919 .col-xs-12 {
     1621.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 {
    9201622  float: left;
    9211623}
    922 
    9231624.col-xs-12 {
    9241625  width: 100%;
    9251626}
    926 
    9271627.col-xs-11 {
    928   width: 91.66666666666666%;
    929 }
    930 
     1628  width: 91.66666667%;
     1629}
    9311630.col-xs-10 {
    932   width: 83.33333333333334%;
    933 }
    934 
     1631  width: 83.33333333%;
     1632}
    9351633.col-xs-9 {
    9361634  width: 75%;
    9371635}
    938 
    9391636.col-xs-8 {
    940   width: 66.66666666666666%;
    941 }
    942 
     1637  width: 66.66666667%;
     1638}
    9431639.col-xs-7 {
    944   width: 58.333333333333336%;
    945 }
    946 
     1640  width: 58.33333333%;
     1641}
    9471642.col-xs-6 {
    9481643  width: 50%;
    9491644}
    950 
    9511645.col-xs-5 {
    952   width: 41.66666666666667%;
    953 }
    954 
     1646  width: 41.66666667%;
     1647}
    9551648.col-xs-4 {
    956   width: 33.33333333333333%;
    957 }
    958 
     1649  width: 33.33333333%;
     1650}
    9591651.col-xs-3 {
    9601652  width: 25%;
    9611653}
    962 
    9631654.col-xs-2 {
    964   width: 16.666666666666664%;
    965 }
    966 
     1655  width: 16.66666667%;
     1656}
    9671657.col-xs-1 {
    968   width: 8.333333333333332%;
    969 }
    970 
     1658  width: 8.33333333%;
     1659}
    9711660.col-xs-pull-12 {
    9721661  right: 100%;
    9731662}
    974 
    9751663.col-xs-pull-11 {
    976   right: 91.66666666666666%;
    977 }
    978 
     1664  right: 91.66666667%;
     1665}
    9791666.col-xs-pull-10 {
    980   right: 83.33333333333334%;
    981 }
    982 
     1667  right: 83.33333333%;
     1668}
    9831669.col-xs-pull-9 {
    9841670  right: 75%;
    9851671}
    986 
    9871672.col-xs-pull-8 {
    988   right: 66.66666666666666%;
    989 }
    990 
     1673  right: 66.66666667%;
     1674}
    9911675.col-xs-pull-7 {
    992   right: 58.333333333333336%;
    993 }
    994 
     1676  right: 58.33333333%;
     1677}
    9951678.col-xs-pull-6 {
    9961679  right: 50%;
    9971680}
    998 
    9991681.col-xs-pull-5 {
    1000   right: 41.66666666666667%;
    1001 }
    1002 
     1682  right: 41.66666667%;
     1683}
    10031684.col-xs-pull-4 {
    1004   right: 33.33333333333333%;
    1005 }
    1006 
     1685  right: 33.33333333%;
     1686}
    10071687.col-xs-pull-3 {
    10081688  right: 25%;
    10091689}
    1010 
    10111690.col-xs-pull-2 {
    1012   right: 16.666666666666664%;
    1013 }
    1014 
     1691  right: 16.66666667%;
     1692}
    10151693.col-xs-pull-1 {
    1016   right: 8.333333333333332%;
    1017 }
    1018 
     1694  right: 8.33333333%;
     1695}
    10191696.col-xs-pull-0 {
    1020   right: 0;
    1021 }
    1022 
     1697  right: auto;
     1698}
    10231699.col-xs-push-12 {
    10241700  left: 100%;
    10251701}
    1026 
    10271702.col-xs-push-11 {
    1028   left: 91.66666666666666%;
    1029 }
    1030 
     1703  left: 91.66666667%;
     1704}
    10311705.col-xs-push-10 {
    1032   left: 83.33333333333334%;
    1033 }
    1034 
     1706  left: 83.33333333%;
     1707}
    10351708.col-xs-push-9 {
    10361709  left: 75%;
    10371710}
    1038 
    10391711.col-xs-push-8 {
    1040   left: 66.66666666666666%;
    1041 }
    1042 
     1712  left: 66.66666667%;
     1713}
    10431714.col-xs-push-7 {
    1044   left: 58.333333333333336%;
    1045 }
    1046 
     1715  left: 58.33333333%;
     1716}
    10471717.col-xs-push-6 {
    10481718  left: 50%;
    10491719}
    1050 
    10511720.col-xs-push-5 {
    1052   left: 41.66666666666667%;
    1053 }
    1054 
     1721  left: 41.66666667%;
     1722}
    10551723.col-xs-push-4 {
    1056   left: 33.33333333333333%;
    1057 }
    1058 
     1724  left: 33.33333333%;
     1725}
    10591726.col-xs-push-3 {
    10601727  left: 25%;
    10611728}
    1062 
    10631729.col-xs-push-2 {
    1064   left: 16.666666666666664%;
    1065 }
    1066 
     1730  left: 16.66666667%;
     1731}
    10671732.col-xs-push-1 {
    1068   left: 8.333333333333332%;
    1069 }
    1070 
     1733  left: 8.33333333%;
     1734}
    10711735.col-xs-push-0 {
    1072   left: 0;
    1073 }
    1074 
     1736  left: auto;
     1737}
    10751738.col-xs-offset-12 {
    10761739  margin-left: 100%;
    10771740}
    1078 
    10791741.col-xs-offset-11 {
    1080   margin-left: 91.66666666666666%;
    1081 }
    1082 
     1742  margin-left: 91.66666667%;
     1743}
    10831744.col-xs-offset-10 {
    1084   margin-left: 83.33333333333334%;
    1085 }
    1086 
     1745  margin-left: 83.33333333%;
     1746}
    10871747.col-xs-offset-9 {
    10881748  margin-left: 75%;
    10891749}
    1090 
    10911750.col-xs-offset-8 {
    1092   margin-left: 66.66666666666666%;
    1093 }
    1094 
     1751  margin-left: 66.66666667%;
     1752}
    10951753.col-xs-offset-7 {
    1096   margin-left: 58.333333333333336%;
    1097 }
    1098 
     1754  margin-left: 58.33333333%;
     1755}
    10991756.col-xs-offset-6 {
    11001757  margin-left: 50%;
    11011758}
    1102 
    11031759.col-xs-offset-5 {
    1104   margin-left: 41.66666666666667%;
    1105 }
    1106 
     1760  margin-left: 41.66666667%;
     1761}
    11071762.col-xs-offset-4 {
    1108   margin-left: 33.33333333333333%;
    1109 }
    1110 
     1763  margin-left: 33.33333333%;
     1764}
    11111765.col-xs-offset-3 {
    11121766  margin-left: 25%;
    11131767}
    1114 
    11151768.col-xs-offset-2 {
    1116   margin-left: 16.666666666666664%;
    1117 }
    1118 
     1769  margin-left: 16.66666667%;
     1770}
    11191771.col-xs-offset-1 {
    1120   margin-left: 8.333333333333332%;
    1121 }
    1122 
     1772  margin-left: 8.33333333%;
     1773}
    11231774.col-xs-offset-0 {
    11241775  margin-left: 0;
    11251776}
    1126 
    11271777@media (min-width: 768px) {
    1128   .col-sm-1,
    1129   .col-sm-2,
    1130   .col-sm-3,
    1131   .col-sm-4,
    1132   .col-sm-5,
    1133   .col-sm-6,
    1134   .col-sm-7,
    1135   .col-sm-8,
    1136   .col-sm-9,
    1137   .col-sm-10,
    1138   .col-sm-11,
    1139   .col-sm-12 {
     1778  .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 {
    11401779    float: left;
    11411780  }
     
    11441783  }
    11451784  .col-sm-11 {
    1146     width: 91.66666666666666%;
     1785    width: 91.66666667%;
    11471786  }
    11481787  .col-sm-10 {
    1149     width: 83.33333333333334%;
     1788    width: 83.33333333%;
    11501789  }
    11511790  .col-sm-9 {
     
    11531792  }
    11541793  .col-sm-8 {
    1155     width: 66.66666666666666%;
     1794    width: 66.66666667%;
    11561795  }
    11571796  .col-sm-7 {
    1158     width: 58.333333333333336%;
     1797    width: 58.33333333%;
    11591798  }
    11601799  .col-sm-6 {
     
    11621801  }
    11631802  .col-sm-5 {
    1164     width: 41.66666666666667%;
     1803    width: 41.66666667%;
    11651804  }
    11661805  .col-sm-4 {
    1167     width: 33.33333333333333%;
     1806    width: 33.33333333%;
    11681807  }
    11691808  .col-sm-3 {
     
    11711810  }
    11721811  .col-sm-2 {
    1173     width: 16.666666666666664%;
     1812    width: 16.66666667%;
    11741813  }
    11751814  .col-sm-1 {
    1176     width: 8.333333333333332%;
     1815    width: 8.33333333%;
    11771816  }
    11781817  .col-sm-pull-12 {
     
    11801819  }
    11811820  .col-sm-pull-11 {
    1182     right: 91.66666666666666%;
     1821    right: 91.66666667%;
    11831822  }
    11841823  .col-sm-pull-10 {
    1185     right: 83.33333333333334%;
     1824    right: 83.33333333%;
    11861825  }
    11871826  .col-sm-pull-9 {
     
    11891828  }
    11901829  .col-sm-pull-8 {
    1191     right: 66.66666666666666%;
     1830    right: 66.66666667%;
    11921831  }
    11931832  .col-sm-pull-7 {
    1194     right: 58.333333333333336%;
     1833    right: 58.33333333%;
    11951834  }
    11961835  .col-sm-pull-6 {
     
    11981837  }
    11991838  .col-sm-pull-5 {
    1200     right: 41.66666666666667%;
     1839    right: 41.66666667%;
    12011840  }
    12021841  .col-sm-pull-4 {
    1203     right: 33.33333333333333%;
     1842    right: 33.33333333%;
    12041843  }
    12051844  .col-sm-pull-3 {
     
    12071846  }
    12081847  .col-sm-pull-2 {
    1209     right: 16.666666666666664%;
     1848    right: 16.66666667%;
    12101849  }
    12111850  .col-sm-pull-1 {
    1212     right: 8.333333333333332%;
     1851    right: 8.33333333%;
    12131852  }
    12141853  .col-sm-pull-0 {
    1215     right: 0;
     1854    right: auto;
    12161855  }
    12171856  .col-sm-push-12 {
     
    12191858  }
    12201859  .col-sm-push-11 {
    1221     left: 91.66666666666666%;
     1860    left: 91.66666667%;
    12221861  }
    12231862  .col-sm-push-10 {
    1224     left: 83.33333333333334%;
     1863    left: 83.33333333%;
    12251864  }
    12261865  .col-sm-push-9 {
     
    12281867  }
    12291868  .col-sm-push-8 {
    1230     left: 66.66666666666666%;
     1869    left: 66.66666667%;
    12311870  }
    12321871  .col-sm-push-7 {
    1233     left: 58.333333333333336%;
     1872    left: 58.33333333%;
    12341873  }
    12351874  .col-sm-push-6 {
     
    12371876  }
    12381877  .col-sm-push-5 {
    1239     left: 41.66666666666667%;
     1878    left: 41.66666667%;
    12401879  }
    12411880  .col-sm-push-4 {
    1242     left: 33.33333333333333%;
     1881    left: 33.33333333%;
    12431882  }
    12441883  .col-sm-push-3 {
     
    12461885  }
    12471886  .col-sm-push-2 {
    1248     left: 16.666666666666664%;
     1887    left: 16.66666667%;
    12491888  }
    12501889  .col-sm-push-1 {
    1251     left: 8.333333333333332%;
     1890    left: 8.33333333%;
    12521891  }
    12531892  .col-sm-push-0 {
    1254     left: 0;
     1893    left: auto;
    12551894  }
    12561895  .col-sm-offset-12 {
     
    12581897  }
    12591898  .col-sm-offset-11 {
    1260     margin-left: 91.66666666666666%;
     1899    margin-left: 91.66666667%;
    12611900  }
    12621901  .col-sm-offset-10 {
    1263     margin-left: 83.33333333333334%;
     1902    margin-left: 83.33333333%;
    12641903  }
    12651904  .col-sm-offset-9 {
     
    12671906  }
    12681907  .col-sm-offset-8 {
    1269     margin-left: 66.66666666666666%;
     1908    margin-left: 66.66666667%;
    12701909  }
    12711910  .col-sm-offset-7 {
    1272     margin-left: 58.333333333333336%;
     1911    margin-left: 58.33333333%;
    12731912  }
    12741913  .col-sm-offset-6 {
     
    12761915  }
    12771916  .col-sm-offset-5 {
    1278     margin-left: 41.66666666666667%;
     1917    margin-left: 41.66666667%;
    12791918  }
    12801919  .col-sm-offset-4 {
    1281     margin-left: 33.33333333333333%;
     1920    margin-left: 33.33333333%;
    12821921  }
    12831922  .col-sm-offset-3 {
     
    12851924  }
    12861925  .col-sm-offset-2 {
    1287     margin-left: 16.666666666666664%;
     1926    margin-left: 16.66666667%;
    12881927  }
    12891928  .col-sm-offset-1 {
    1290     margin-left: 8.333333333333332%;
     1929    margin-left: 8.33333333%;
    12911930  }
    12921931  .col-sm-offset-0 {
     
    12941933  }
    12951934}
    1296 
    12971935@media (min-width: 992px) {
    1298   .col-md-1,
    1299   .col-md-2,
    1300   .col-md-3,
    1301   .col-md-4,
    1302   .col-md-5,
    1303   .col-md-6,
    1304   .col-md-7,
    1305   .col-md-8,
    1306   .col-md-9,
    1307   .col-md-10,
    1308   .col-md-11,
    1309   .col-md-12 {
     1936  .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 {
    13101937    float: left;
    13111938  }
     
    13141941  }
    13151942  .col-md-11 {
    1316     width: 91.66666666666666%;
     1943    width: 91.66666667%;
    13171944  }
    13181945  .col-md-10 {
    1319     width: 83.33333333333334%;
     1946    width: 83.33333333%;
    13201947  }
    13211948  .col-md-9 {
     
    13231950  }
    13241951  .col-md-8 {
    1325     width: 66.66666666666666%;
     1952    width: 66.66666667%;
    13261953  }
    13271954  .col-md-7 {
    1328     width: 58.333333333333336%;
     1955    width: 58.33333333%;
    13291956  }
    13301957  .col-md-6 {
     
    13321959  }
    13331960  .col-md-5 {
    1334     width: 41.66666666666667%;
     1961    width: 41.66666667%;
    13351962  }
    13361963  .col-md-4 {
    1337     width: 33.33333333333333%;
     1964    width: 33.33333333%;
    13381965  }
    13391966  .col-md-3 {
     
    13411968  }
    13421969  .col-md-2 {
    1343     width: 16.666666666666664%;
     1970    width: 16.66666667%;
    13441971  }
    13451972  .col-md-1 {
    1346     width: 8.333333333333332%;
     1973    width: 8.33333333%;
    13471974  }
    13481975  .col-md-pull-12 {
     
    13501977  }
    13511978  .col-md-pull-11 {
    1352     right: 91.66666666666666%;
     1979    right: 91.66666667%;
    13531980  }
    13541981  .col-md-pull-10 {
    1355     right: 83.33333333333334%;
     1982    right: 83.33333333%;
    13561983  }
    13571984  .col-md-pull-9 {
     
    13591986  }
    13601987  .col-md-pull-8 {
    1361     right: 66.66666666666666%;
     1988    right: 66.66666667%;
    13621989  }
    13631990  .col-md-pull-7 {
    1364     right: 58.333333333333336%;
     1991    right: 58.33333333%;
    13651992  }
    13661993  .col-md-pull-6 {
     
    13681995  }
    13691996  .col-md-pull-5 {
    1370     right: 41.66666666666667%;
     1997    right: 41.66666667%;
    13711998  }
    13721999  .col-md-pull-4 {
    1373     right: 33.33333333333333%;
     2000    right: 33.33333333%;
    13742001  }
    13752002  .col-md-pull-3 {
     
    13772004  }
    13782005  .col-md-pull-2 {
    1379     right: 16.666666666666664%;
     2006    right: 16.66666667%;
    13802007  }
    13812008  .col-md-pull-1 {
    1382     right: 8.333333333333332%;
     2009    right: 8.33333333%;
    13832010  }
    13842011  .col-md-pull-0 {
    1385     right: 0;
     2012    right: auto;
    13862013  }
    13872014  .col-md-push-12 {
     
    13892016  }
    13902017  .col-md-push-11 {
    1391     left: 91.66666666666666%;
     2018    left: 91.66666667%;
    13922019  }
    13932020  .col-md-push-10 {
    1394     left: 83.33333333333334%;
     2021    left: 83.33333333%;
    13952022  }
    13962023  .col-md-push-9 {
     
    13982025  }
    13992026  .col-md-push-8 {
    1400     left: 66.66666666666666%;
     2027    left: 66.66666667%;
    14012028  }
    14022029  .col-md-push-7 {
    1403     left: 58.333333333333336%;
     2030    left: 58.33333333%;
    14042031  }
    14052032  .col-md-push-6 {
     
    14072034  }
    14082035  .col-md-push-5 {
    1409     left: 41.66666666666667%;
     2036    left: 41.66666667%;
    14102037  }
    14112038  .col-md-push-4 {
    1412     left: 33.33333333333333%;
     2039    left: 33.33333333%;
    14132040  }
    14142041  .col-md-push-3 {
     
    14162043  }
    14172044  .col-md-push-2 {
    1418     left: 16.666666666666664%;
     2045    left: 16.66666667%;
    14192046  }
    14202047  .col-md-push-1 {
    1421     left: 8.333333333333332%;
     2048    left: 8.33333333%;
    14222049  }
    14232050  .col-md-push-0 {
    1424     left: 0;
     2051    left: auto;
    14252052  }
    14262053  .col-md-offset-12 {
     
    14282055  }
    14292056  .col-md-offset-11 {
    1430     margin-left: 91.66666666666666%;
     2057    margin-left: 91.66666667%;
    14312058  }
    14322059  .col-md-offset-10 {
    1433     margin-left: 83.33333333333334%;
     2060    margin-left: 83.33333333%;
    14342061  }
    14352062  .col-md-offset-9 {
     
    14372064  }
    14382065  .col-md-offset-8 {
    1439     margin-left: 66.66666666666666%;
     2066    margin-left: 66.66666667%;
    14402067  }
    14412068  .col-md-offset-7 {
    1442     margin-left: 58.333333333333336%;
     2069    margin-left: 58.33333333%;
    14432070  }
    14442071  .col-md-offset-6 {
     
    14462073  }
    14472074  .col-md-offset-5 {
    1448     margin-left: 41.66666666666667%;
     2075    margin-left: 41.66666667%;
    14492076  }
    14502077  .col-md-offset-4 {
    1451     margin-left: 33.33333333333333%;
     2078    margin-left: 33.33333333%;
    14522079  }
    14532080  .col-md-offset-3 {
     
    14552082  }
    14562083  .col-md-offset-2 {
    1457     margin-left: 16.666666666666664%;
     2084    margin-left: 16.66666667%;
    14582085  }
    14592086  .col-md-offset-1 {
    1460     margin-left: 8.333333333333332%;
     2087    margin-left: 8.33333333%;
    14612088  }
    14622089  .col-md-offset-0 {
     
    14642091  }
    14652092}
    1466 
    14672093@media (min-width: 1200px) {
    1468   .col-lg-1,
    1469   .col-lg-2,
    1470   .col-lg-3,
    1471   .col-lg-4,
    1472   .col-lg-5,
    1473   .col-lg-6,
    1474   .col-lg-7,
    1475   .col-lg-8,
    1476   .col-lg-9,
    1477   .col-lg-10,
    1478   .col-lg-11,
    1479   .col-lg-12 {
     2094  .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 {
    14802095    float: left;
    14812096  }
     
    14842099  }
    14852100  .col-lg-11 {
    1486     width: 91.66666666666666%;
     2101    width: 91.66666667%;
    14872102  }
    14882103  .col-lg-10 {
    1489     width: 83.33333333333334%;
     2104    width: 83.33333333%;
    14902105  }
    14912106  .col-lg-9 {
     
    14932108  }
    14942109  .col-lg-8 {
    1495     width: 66.66666666666666%;
     2110    width: 66.66666667%;
    14962111  }
    14972112  .col-lg-7 {
    1498     width: 58.333333333333336%;
     2113    width: 58.33333333%;
    14992114  }
    15002115  .col-lg-6 {
     
    15022117  }
    15032118  .col-lg-5 {
    1504     width: 41.66666666666667%;
     2119    width: 41.66666667%;
    15052120  }
    15062121  .col-lg-4 {
    1507     width: 33.33333333333333%;
     2122    width: 33.33333333%;
    15082123  }
    15092124  .col-lg-3 {
     
    15112126  }
    15122127  .col-lg-2 {
    1513     width: 16.666666666666664%;
     2128    width: 16.66666667%;
    15142129  }
    15152130  .col-lg-1 {
    1516     width: 8.333333333333332%;
     2131    width: 8.33333333%;
    15172132  }
    15182133  .col-lg-pull-12 {
     
    15202135  }
    15212136  .col-lg-pull-11 {
    1522     right: 91.66666666666666%;
     2137    right: 91.66666667%;
    15232138  }
    15242139  .col-lg-pull-10 {
    1525     right: 83.33333333333334%;
     2140    right: 83.33333333%;
    15262141  }
    15272142  .col-lg-pull-9 {
     
    15292144  }
    15302145  .col-lg-pull-8 {
    1531     right: 66.66666666666666%;
     2146    right: 66.66666667%;
    15322147  }
    15332148  .col-lg-pull-7 {
    1534     right: 58.333333333333336%;
     2149    right: 58.33333333%;
    15352150  }
    15362151  .col-lg-pull-6 {
     
    15382153  }
    15392154  .col-lg-pull-5 {
    1540     right: 41.66666666666667%;
     2155    right: 41.66666667%;
    15412156  }
    15422157  .col-lg-pull-4 {
    1543     right: 33.33333333333333%;
     2158    right: 33.33333333%;
    15442159  }
    15452160  .col-lg-pull-3 {
     
    15472162  }
    15482163  .col-lg-pull-2 {
    1549     right: 16.666666666666664%;
     2164    right: 16.66666667%;
    15502165  }
    15512166  .col-lg-pull-1 {
    1552     right: 8.333333333333332%;
     2167    right: 8.33333333%;
    15532168  }
    15542169  .col-lg-pull-0 {
    1555     right: 0;
     2170    right: auto;
    15562171  }
    15572172  .col-lg-push-12 {
     
    15592174  }
    15602175  .col-lg-push-11 {
    1561     left: 91.66666666666666%;
     2176    left: 91.66666667%;
    15622177  }
    15632178  .col-lg-push-10 {
    1564     left: 83.33333333333334%;
     2179    left: 83.33333333%;
    15652180  }
    15662181  .col-lg-push-9 {
     
    15682183  }
    15692184  .col-lg-push-8 {
    1570     left: 66.66666666666666%;
     2185    left: 66.66666667%;
    15712186  }
    15722187  .col-lg-push-7 {
    1573     left: 58.333333333333336%;
     2188    left: 58.33333333%;
    15742189  }
    15752190  .col-lg-push-6 {
     
    15772192  }
    15782193  .col-lg-push-5 {
    1579     left: 41.66666666666667%;
     2194    left: 41.66666667%;
    15802195  }
    15812196  .col-lg-push-4 {
    1582     left: 33.33333333333333%;
     2197    left: 33.33333333%;
    15832198  }
    15842199  .col-lg-push-3 {
     
    15862201  }
    15872202  .col-lg-push-2 {
    1588     left: 16.666666666666664%;
     2203    left: 16.66666667%;
    15892204  }
    15902205  .col-lg-push-1 {
    1591     left: 8.333333333333332%;
     2206    left: 8.33333333%;
    15922207  }
    15932208  .col-lg-push-0 {
    1594     left: 0;
     2209    left: auto;
    15952210  }
    15962211  .col-lg-offset-12 {
     
    15982213  }
    15992214  .col-lg-offset-11 {
    1600     margin-left: 91.66666666666666%;
     2215    margin-left: 91.66666667%;
    16012216  }
    16022217  .col-lg-offset-10 {
    1603     margin-left: 83.33333333333334%;
     2218    margin-left: 83.33333333%;
    16042219  }
    16052220  .col-lg-offset-9 {
     
    16072222  }
    16082223  .col-lg-offset-8 {
    1609     margin-left: 66.66666666666666%;
     2224    margin-left: 66.66666667%;
    16102225  }
    16112226  .col-lg-offset-7 {
    1612     margin-left: 58.333333333333336%;
     2227    margin-left: 58.33333333%;
    16132228  }
    16142229  .col-lg-offset-6 {
     
    16162231  }
    16172232  .col-lg-offset-5 {
    1618     margin-left: 41.66666666666667%;
     2233    margin-left: 41.66666667%;
    16192234  }
    16202235  .col-lg-offset-4 {
    1621     margin-left: 33.33333333333333%;
     2236    margin-left: 33.33333333%;
    16222237  }
    16232238  .col-lg-offset-3 {
     
    16252240  }
    16262241  .col-lg-offset-2 {
    1627     margin-left: 16.666666666666664%;
     2242    margin-left: 16.66666667%;
    16282243  }
    16292244  .col-lg-offset-1 {
    1630     margin-left: 8.333333333333332%;
     2245    margin-left: 8.33333333%;
    16312246  }
    16322247  .col-lg-offset-0 {
     
    16342249  }
    16352250}
    1636 
    16372251table {
    1638   max-width: 100%;
    16392252  background-color: transparent;
    16402253}
    1641 
     2254caption {
     2255  padding-top: 8px;
     2256  padding-bottom: 8px;
     2257  color: #777;
     2258  text-align: left;
     2259}
    16422260th {
    16432261  text-align: left;
    16442262}
    1645 
    16462263.table {
    16472264  width: 100%;
     2265  max-width: 100%;
    16482266  margin-bottom: 20px;
    16492267}
    1650 
    16512268.table > thead > tr > th,
    16522269.table > tbody > tr > th,
     
    16562273.table > tfoot > tr > td {
    16572274  padding: 8px;
    1658   line-height: 1.428571429;
     2275  line-height: 1.42857143;
    16592276  vertical-align: top;
    1660   border-top: 1px solid #dddddd;
    1661 }
    1662 
     2277  border-top: 1px solid #ddd;
     2278}
    16632279.table > thead > tr > th {
    16642280  vertical-align: bottom;
    1665   border-bottom: 2px solid #dddddd;
    1666 }
    1667 
     2281  border-bottom: 2px solid #ddd;
     2282}
    16682283.table > caption + thead > tr:first-child > th,
    16692284.table > colgroup + thead > tr:first-child > th,
     
    16742289  border-top: 0;
    16752290}
    1676 
    16772291.table > tbody + tbody {
    1678   border-top: 2px solid #dddddd;
    1679 }
    1680 
     2292  border-top: 2px solid #ddd;
     2293}
    16812294.table .table {
    1682   background-color: #ffffff;
    1683 }
    1684 
     2295  background-color: #fff;
     2296}
    16852297.table-condensed > thead > tr > th,
    16862298.table-condensed > tbody > tr > th,
     
    16912303  padding: 5px;
    16922304}
    1693 
    16942305.table-bordered {
    1695   border: 1px solid #dddddd;
    1696 }
    1697 
     2306  border: 1px solid #ddd;
     2307}
    16982308.table-bordered > thead > tr > th,
    16992309.table-bordered > tbody > tr > th,
     
    17022312.table-bordered > tbody > tr > td,
    17032313.table-bordered > tfoot > tr > td {
    1704   border: 1px solid #dddddd;
    1705 }
    1706 
     2314  border: 1px solid #ddd;
     2315}
    17072316.table-bordered > thead > tr > th,
    17082317.table-bordered > thead > tr > td {
    17092318  border-bottom-width: 2px;
    17102319}
    1711 
    1712 .table-striped > tbody > tr:nth-child(odd) > td,
    1713 .table-striped > tbody > tr:nth-child(odd) > th {
     2320.table-striped > tbody > tr:nth-of-type(odd) {
    17142321  background-color: #f9f9f9;
    17152322}
    1716 
    1717 .table-hover > tbody > tr:hover > td,
    1718 .table-hover > tbody > tr:hover > th {
     2323.table-hover > tbody > tr:hover {
    17192324  background-color: #f5f5f5;
    17202325}
    1721 
    17222326table col[class*="col-"] {
    17232327  position: static;
     
    17252329  float: none;
    17262330}
    1727 
    17282331table td[class*="col-"],
    17292332table th[class*="col-"] {
     2333  position: static;
    17302334  display: table-cell;
    17312335  float: none;
    17322336}
    1733 
    1734 .table > thead > tr > .active,
    1735 .table > tbody > tr > .active,
    1736 .table > tfoot > tr > .active,
    1737 .table > thead > .active > td,
    1738 .table > tbody > .active > td,
    1739 .table > tfoot > .active > td,
    1740 .table > thead > .active > th,
    1741 .table > tbody > .active > th,
    1742 .table > tfoot > .active > th {
     2337.table > thead > tr > td.active,
     2338.table > tbody > tr > td.active,
     2339.table > tfoot > tr > td.active,
     2340.table > thead > tr > th.active,
     2341.table > tbody > tr > th.active,
     2342.table > tfoot > tr > th.active,
     2343.table > thead > tr.active > td,
     2344.table > tbody > tr.active > td,
     2345.table > tfoot > tr.active > td,
     2346.table > thead > tr.active > th,
     2347.table > tbody > tr.active > th,
     2348.table > tfoot > tr.active > th {
    17432349  background-color: #f5f5f5;
    17442350}
    1745 
    1746 .table-hover > tbody > tr > .active:hover,
    1747 .table-hover > tbody > .active:hover > td,
    1748 .table-hover > tbody > .active:hover > th {
     2351.table-hover > tbody > tr > td.active:hover,
     2352.table-hover > tbody > tr > th.active:hover,
     2353.table-hover > tbody > tr.active:hover > td,
     2354.table-hover > tbody > tr:hover > .active,
     2355.table-hover > tbody > tr.active:hover > th {
    17492356  background-color: #e8e8e8;
    17502357}
    1751 
    1752 .table > thead > tr > .success,
    1753 .table > tbody > tr > .success,
    1754 .table > tfoot > tr > .success,
    1755 .table > thead > .success > td,
    1756 .table > tbody > .success > td,
    1757 .table > tfoot > .success > td,
    1758 .table > thead > .success > th,
    1759 .table > tbody > .success > th,
    1760 .table > tfoot > .success > th {
     2358.table > thead > tr > td.success,
     2359.table > tbody > tr > td.success,
     2360.table > tfoot > tr > td.success,
     2361.table > thead > tr > th.success,
     2362.table > tbody > tr > th.success,
     2363.table > tfoot > tr > th.success,
     2364.table > thead > tr.success > td,
     2365.table > tbody > tr.success > td,
     2366.table > tfoot > tr.success > td,
     2367.table > thead > tr.success > th,
     2368.table > tbody > tr.success > th,
     2369.table > tfoot > tr.success > th {
    17612370  background-color: #dff0d8;
    17622371}
    1763 
    1764 .table-hover > tbody > tr > .success:hover,
    1765 .table-hover > tbody > .success:hover > td,
    1766 .table-hover > tbody > .success:hover > th {
     2372.table-hover > tbody > tr > td.success:hover,
     2373.table-hover > tbody > tr > th.success:hover,
     2374.table-hover > tbody > tr.success:hover > td,
     2375.table-hover > tbody > tr:hover > .success,
     2376.table-hover > tbody > tr.success:hover > th {
    17672377  background-color: #d0e9c6;
    17682378}
    1769 
    1770 .table > thead > tr > .danger,
    1771 .table > tbody > tr > .danger,
    1772 .table > tfoot > tr > .danger,
    1773 .table > thead > .danger > td,
    1774 .table > tbody > .danger > td,
    1775 .table > tfoot > .danger > td,
    1776 .table > thead > .danger > th,
    1777 .table > tbody > .danger > th,
    1778 .table > tfoot > .danger > th {
     2379.table > thead > tr > td.info,
     2380.table > tbody > tr > td.info,
     2381.table > tfoot > tr > td.info,
     2382.table > thead > tr > th.info,
     2383.table > tbody > tr > th.info,
     2384.table > tfoot > tr > th.info,
     2385.table > thead > tr.info > td,
     2386.table > tbody > tr.info > td,
     2387.table > tfoot > tr.info > td,
     2388.table > thead > tr.info > th,
     2389.table > tbody > tr.info > th,
     2390.table > tfoot > tr.info > th {
     2391  background-color: #d9edf7;
     2392}
     2393.table-hover > tbody > tr > td.info:hover,
     2394.table-hover > tbody > tr > th.info:hover,
     2395.table-hover > tbody > tr.info:hover > td,
     2396.table-hover > tbody > tr:hover > .info,
     2397.table-hover > tbody > tr.info:hover > th {
     2398  background-color: #c4e3f3;
     2399}
     2400.table > thead > tr > td.warning,
     2401.table > tbody > tr > td.warning,
     2402.table > tfoot > tr > td.warning,
     2403.table > thead > tr > th.warning,
     2404.table > tbody > tr > th.warning,
     2405.table > tfoot > tr > th.warning,
     2406.table > thead > tr.warning > td,
     2407.table > tbody > tr.warning > td,
     2408.table > tfoot > tr.warning > td,
     2409.table > thead > tr.warning > th,
     2410.table > tbody > tr.warning > th,
     2411.table > tfoot > tr.warning > th {
     2412  background-color: #fcf8e3;
     2413}
     2414.table-hover > tbody > tr > td.warning:hover,
     2415.table-hover > tbody > tr > th.warning:hover,
     2416.table-hover > tbody > tr.warning:hover > td,
     2417.table-hover > tbody > tr:hover > .warning,
     2418.table-hover > tbody > tr.warning:hover > th {
     2419  background-color: #faf2cc;
     2420}
     2421.table > thead > tr > td.danger,
     2422.table > tbody > tr > td.danger,
     2423.table > tfoot > tr > td.danger,
     2424.table > thead > tr > th.danger,
     2425.table > tbody > tr > th.danger,
     2426.table > tfoot > tr > th.danger,
     2427.table > thead > tr.danger > td,
     2428.table > tbody > tr.danger > td,
     2429.table > tfoot > tr.danger > td,
     2430.table > thead > tr.danger > th,
     2431.table > tbody > tr.danger > th,
     2432.table > tfoot > tr.danger > th {
    17792433  background-color: #f2dede;
    17802434}
    1781 
    1782 .table-hover > tbody > tr > .danger:hover,
    1783 .table-hover > tbody > .danger:hover > td,
    1784 .table-hover > tbody > .danger:hover > th {
     2435.table-hover > tbody > tr > td.danger:hover,
     2436.table-hover > tbody > tr > th.danger:hover,
     2437.table-hover > tbody > tr.danger:hover > td,
     2438.table-hover > tbody > tr:hover > .danger,
     2439.table-hover > tbody > tr.danger:hover > th {
    17852440  background-color: #ebcccc;
    17862441}
    1787 
    1788 .table > thead > tr > .warning,
    1789 .table > tbody > tr > .warning,
    1790 .table > tfoot > tr > .warning,
    1791 .table > thead > .warning > td,
    1792 .table > tbody > .warning > td,
    1793 .table > tfoot > .warning > td,
    1794 .table > thead > .warning > th,
    1795 .table > tbody > .warning > th,
    1796 .table > tfoot > .warning > th {
    1797   background-color: #fcf8e3;
    1798 }
    1799 
    1800 .table-hover > tbody > tr > .warning:hover,
    1801 .table-hover > tbody > .warning:hover > td,
    1802 .table-hover > tbody > .warning:hover > th {
    1803   background-color: #faf2cc;
    1804 }
    1805 
    1806 @media (max-width: 767px) {
     2442.table-responsive {
     2443  min-height: .01%;
     2444  overflow-x: auto;
     2445}
     2446@media screen and (max-width: 767px) {
    18072447  .table-responsive {
    18082448    width: 100%;
    18092449    margin-bottom: 15px;
    1810     overflow-x: scroll;
    18112450    overflow-y: hidden;
    1812     border: 1px solid #dddddd;
    18132451    -ms-overflow-style: -ms-autohiding-scrollbar;
    1814     -webkit-overflow-scrolling: touch;
     2452    border: 1px solid #ddd;
    18152453  }
    18162454  .table-responsive > .table {
     
    18512489  }
    18522490}
    1853 
    18542491fieldset {
     2492  min-width: 0;
    18552493  padding: 0;
    18562494  margin: 0;
    18572495  border: 0;
    18582496}
    1859 
    18602497legend {
    18612498  display: block;
     
    18652502  font-size: 21px;
    18662503  line-height: inherit;
    1867   color: #333333;
     2504  color: #333;
    18682505  border: 0;
    18692506  border-bottom: 1px solid #e5e5e5;
    18702507}
    1871 
    18722508label {
    18732509  display: inline-block;
     2510  max-width: 100%;
    18742511  margin-bottom: 5px;
    18752512  font-weight: bold;
    18762513}
    1877 
    18782514input[type="search"] {
    18792515  -webkit-box-sizing: border-box;
     
    18812517          box-sizing: border-box;
    18822518}
    1883 
    18842519input[type="radio"],
    18852520input[type="checkbox"] {
    18862521  margin: 4px 0 0;
    18872522  margin-top: 1px \9;
    1888   /* IE8-9 */
    1889 
    18902523  line-height: normal;
    18912524}
    1892 
    18932525input[type="file"] {
    18942526  display: block;
    18952527}
    1896 
     2528input[type="range"] {
     2529  display: block;
     2530  width: 100%;
     2531}
    18972532select[multiple],
    18982533select[size] {
    18992534  height: auto;
    19002535}
    1901 
    1902 select optgroup {
    1903   font-family: inherit;
    1904   font-size: inherit;
    1905   font-style: inherit;
    1906 }
    1907 
    19082536input[type="file"]:focus,
    19092537input[type="radio"]:focus,
    19102538input[type="checkbox"]:focus {
    1911   outline: thin dotted;
    19122539  outline: 5px auto -webkit-focus-ring-color;
    19132540  outline-offset: -2px;
    19142541}
    1915 
    1916 input[type="number"]::-webkit-outer-spin-button,
    1917 input[type="number"]::-webkit-inner-spin-button {
    1918   height: auto;
    1919 }
    1920 
    19212542output {
    19222543  display: block;
    19232544  padding-top: 7px;
    19242545  font-size: 14px;
    1925   line-height: 1.428571429;
    1926   color: #555555;
    1927   vertical-align: middle;
    1928 }
    1929 
     2546  line-height: 1.42857143;
     2547  color: #555;
     2548}
    19302549.form-control {
    19312550  display: block;
     
    19342553  padding: 6px 12px;
    19352554  font-size: 14px;
    1936   line-height: 1.428571429;
    1937   color: #555555;
    1938   vertical-align: middle;
    1939   background-color: #ffffff;
     2555  line-height: 1.42857143;
     2556  color: #555;
     2557  background-color: #fff;
    19402558  background-image: none;
    1941   border: 1px solid #cccccc;
     2559  border: 1px solid #ccc;
    19422560  border-radius: 4px;
    1943   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    1944           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    1945   -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    1946           transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    1947 }
    1948 
     2561  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     2562          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     2563  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
     2564       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     2565          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     2566}
    19492567.form-control:focus {
    19502568  border-color: #66afe9;
    19512569  outline: 0;
    1952   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    1953           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    1954 }
    1955 
    1956 .form-control:-moz-placeholder {
    1957   color: #999999;
    1958 }
    1959 
     2570  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
     2571          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
     2572}
    19602573.form-control::-moz-placeholder {
    1961   color: #999999;
     2574  color: #999;
    19622575  opacity: 1;
    19632576}
    1964 
    19652577.form-control:-ms-input-placeholder {
    1966   color: #999999;
    1967 }
    1968 
     2578  color: #999;
     2579}
    19692580.form-control::-webkit-input-placeholder {
    1970   color: #999999;
    1971 }
    1972 
     2581  color: #999;
     2582}
     2583.form-control::-ms-expand {
     2584  background-color: transparent;
     2585  border: 0;
     2586}
    19732587.form-control[disabled],
    19742588.form-control[readonly],
    19752589fieldset[disabled] .form-control {
     2590  background-color: #eee;
     2591  opacity: 1;
     2592}
     2593.form-control[disabled],
     2594fieldset[disabled] .form-control {
    19762595  cursor: not-allowed;
    1977   background-color: #eeeeee;
    1978 }
    1979 
     2596}
    19802597textarea.form-control {
    19812598  height: auto;
    19822599}
    1983 
     2600input[type="search"] {
     2601  -webkit-appearance: none;
     2602}
     2603@media screen and (-webkit-min-device-pixel-ratio: 0) {
     2604  input[type="date"].form-control,
     2605  input[type="time"].form-control,
     2606  input[type="datetime-local"].form-control,
     2607  input[type="month"].form-control {
     2608    line-height: 34px;
     2609  }
     2610  input[type="date"].input-sm,
     2611  input[type="time"].input-sm,
     2612  input[type="datetime-local"].input-sm,
     2613  input[type="month"].input-sm,
     2614  .input-group-sm input[type="date"],
     2615  .input-group-sm input[type="time"],
     2616  .input-group-sm input[type="datetime-local"],
     2617  .input-group-sm input[type="month"] {
     2618    line-height: 30px;
     2619  }
     2620  input[type="date"].input-lg,
     2621  input[type="time"].input-lg,
     2622  input[type="datetime-local"].input-lg,
     2623  input[type="month"].input-lg,
     2624  .input-group-lg input[type="date"],
     2625  .input-group-lg input[type="time"],
     2626  .input-group-lg input[type="datetime-local"],
     2627  .input-group-lg input[type="month"] {
     2628    line-height: 46px;
     2629  }
     2630}
    19842631.form-group {
    19852632  margin-bottom: 15px;
    19862633}
    1987 
    19882634.radio,
    19892635.checkbox {
     2636  position: relative;
    19902637  display: block;
     2638  margin-top: 10px;
     2639  margin-bottom: 10px;
     2640}
     2641.radio label,
     2642.checkbox label {
    19912643  min-height: 20px;
    19922644  padding-left: 20px;
    1993   margin-top: 10px;
    1994   margin-bottom: 10px;
    1995   vertical-align: middle;
    1996 }
    1997 
    1998 .radio label,
    1999 .checkbox label {
    2000   display: inline;
    20012645  margin-bottom: 0;
    20022646  font-weight: normal;
    20032647  cursor: pointer;
    20042648}
    2005 
    20062649.radio input[type="radio"],
    20072650.radio-inline input[type="radio"],
    20082651.checkbox input[type="checkbox"],
    20092652.checkbox-inline input[type="checkbox"] {
    2010   float: left;
     2653  position: absolute;
     2654  margin-top: 4px \9;
    20112655  margin-left: -20px;
    20122656}
    2013 
    20142657.radio + .radio,
    20152658.checkbox + .checkbox {
    20162659  margin-top: -5px;
    20172660}
    2018 
    20192661.radio-inline,
    20202662.checkbox-inline {
     2663  position: relative;
    20212664  display: inline-block;
    20222665  padding-left: 20px;
     
    20262669  cursor: pointer;
    20272670}
    2028 
    20292671.radio-inline + .radio-inline,
    20302672.checkbox-inline + .checkbox-inline {
     
    20322674  margin-left: 10px;
    20332675}
    2034 
    20352676input[type="radio"][disabled],
    20362677input[type="checkbox"][disabled],
    2037 .radio[disabled],
    2038 .radio-inline[disabled],
    2039 .checkbox[disabled],
    2040 .checkbox-inline[disabled],
     2678input[type="radio"].disabled,
     2679input[type="checkbox"].disabled,
    20412680fieldset[disabled] input[type="radio"],
    2042 fieldset[disabled] input[type="checkbox"],
    2043 fieldset[disabled] .radio,
     2681fieldset[disabled] input[type="checkbox"] {
     2682  cursor: not-allowed;
     2683}
     2684.radio-inline.disabled,
     2685.checkbox-inline.disabled,
    20442686fieldset[disabled] .radio-inline,
    2045 fieldset[disabled] .checkbox,
    20462687fieldset[disabled] .checkbox-inline {
    20472688  cursor: not-allowed;
    20482689}
    2049 
     2690.radio.disabled label,
     2691.checkbox.disabled label,
     2692fieldset[disabled] .radio label,
     2693fieldset[disabled] .checkbox label {
     2694  cursor: not-allowed;
     2695}
     2696.form-control-static {
     2697  min-height: 34px;
     2698  padding-top: 7px;
     2699  padding-bottom: 7px;
     2700  margin-bottom: 0;
     2701}
     2702.form-control-static.input-lg,
     2703.form-control-static.input-sm {
     2704  padding-right: 0;
     2705  padding-left: 0;
     2706}
    20502707.input-sm {
    20512708  height: 30px;
     
    20552712  border-radius: 3px;
    20562713}
    2057 
    20582714select.input-sm {
    20592715  height: 30px;
    20602716  line-height: 30px;
    20612717}
    2062 
    2063 textarea.input-sm {
     2718textarea.input-sm,
     2719select[multiple].input-sm {
    20642720  height: auto;
    20652721}
    2066 
     2722.form-group-sm .form-control {
     2723  height: 30px;
     2724  padding: 5px 10px;
     2725  font-size: 12px;
     2726  line-height: 1.5;
     2727  border-radius: 3px;
     2728}
     2729.form-group-sm select.form-control {
     2730  height: 30px;
     2731  line-height: 30px;
     2732}
     2733.form-group-sm textarea.form-control,
     2734.form-group-sm select[multiple].form-control {
     2735  height: auto;
     2736}
     2737.form-group-sm .form-control-static {
     2738  height: 30px;
     2739  min-height: 32px;
     2740  padding: 6px 10px;
     2741  font-size: 12px;
     2742  line-height: 1.5;
     2743}
    20672744.input-lg {
    20682745  height: 46px;
    20692746  padding: 10px 16px;
    20702747  font-size: 18px;
    2071   line-height: 1.33;
     2748  line-height: 1.3333333;
    20722749  border-radius: 6px;
    20732750}
    2074 
    20752751select.input-lg {
    20762752  height: 46px;
    20772753  line-height: 46px;
    20782754}
    2079 
    2080 textarea.input-lg {
     2755textarea.input-lg,
     2756select[multiple].input-lg {
    20812757  height: auto;
    20822758}
    2083 
     2759.form-group-lg .form-control {
     2760  height: 46px;
     2761  padding: 10px 16px;
     2762  font-size: 18px;
     2763  line-height: 1.3333333;
     2764  border-radius: 6px;
     2765}
     2766.form-group-lg select.form-control {
     2767  height: 46px;
     2768  line-height: 46px;
     2769}
     2770.form-group-lg textarea.form-control,
     2771.form-group-lg select[multiple].form-control {
     2772  height: auto;
     2773}
     2774.form-group-lg .form-control-static {
     2775  height: 46px;
     2776  min-height: 38px;
     2777  padding: 11px 16px;
     2778  font-size: 18px;
     2779  line-height: 1.3333333;
     2780}
     2781.has-feedback {
     2782  position: relative;
     2783}
     2784.has-feedback .form-control {
     2785  padding-right: 42.5px;
     2786}
     2787.form-control-feedback {
     2788  position: absolute;
     2789  top: 0;
     2790  right: 0;
     2791  z-index: 2;
     2792  display: block;
     2793  width: 34px;
     2794  height: 34px;
     2795  line-height: 34px;
     2796  text-align: center;
     2797  pointer-events: none;
     2798}
     2799.input-lg + .form-control-feedback,
     2800.input-group-lg + .form-control-feedback,
     2801.form-group-lg .form-control + .form-control-feedback {
     2802  width: 46px;
     2803  height: 46px;
     2804  line-height: 46px;
     2805}
     2806.input-sm + .form-control-feedback,
     2807.input-group-sm + .form-control-feedback,
     2808.form-group-sm .form-control + .form-control-feedback {
     2809  width: 30px;
     2810  height: 30px;
     2811  line-height: 30px;
     2812}
     2813.has-success .help-block,
     2814.has-success .control-label,
     2815.has-success .radio,
     2816.has-success .checkbox,
     2817.has-success .radio-inline,
     2818.has-success .checkbox-inline,
     2819.has-success.radio label,
     2820.has-success.checkbox label,
     2821.has-success.radio-inline label,
     2822.has-success.checkbox-inline label {
     2823  color: #3c763d;
     2824}
     2825.has-success .form-control {
     2826  border-color: #3c763d;
     2827  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     2828          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     2829}
     2830.has-success .form-control:focus {
     2831  border-color: #2b542c;
     2832  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
     2833          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
     2834}
     2835.has-success .input-group-addon {
     2836  color: #3c763d;
     2837  background-color: #dff0d8;
     2838  border-color: #3c763d;
     2839}
     2840.has-success .form-control-feedback {
     2841  color: #3c763d;
     2842}
    20842843.has-warning .help-block,
    20852844.has-warning .control-label,
     
    20872846.has-warning .checkbox,
    20882847.has-warning .radio-inline,
    2089 .has-warning .checkbox-inline {
     2848.has-warning .checkbox-inline,
     2849.has-warning.radio label,
     2850.has-warning.checkbox label,
     2851.has-warning.radio-inline label,
     2852.has-warning.checkbox-inline label {
    20902853  color: #8a6d3b;
    20912854}
    2092 
    20932855.has-warning .form-control {
    20942856  border-color: #8a6d3b;
    2095   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    2096           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    2097 }
    2098 
     2857  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     2858          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     2859}
    20992860.has-warning .form-control:focus {
    21002861  border-color: #66512c;
    2101   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    2102           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    2103 }
    2104 
     2862  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
     2863          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
     2864}
    21052865.has-warning .input-group-addon {
    21062866  color: #8a6d3b;
     
    21082868  border-color: #8a6d3b;
    21092869}
    2110 
     2870.has-warning .form-control-feedback {
     2871  color: #8a6d3b;
     2872}
    21112873.has-error .help-block,
    21122874.has-error .control-label,
     
    21142876.has-error .checkbox,
    21152877.has-error .radio-inline,
    2116 .has-error .checkbox-inline {
     2878.has-error .checkbox-inline,
     2879.has-error.radio label,
     2880.has-error.checkbox label,
     2881.has-error.radio-inline label,
     2882.has-error.checkbox-inline label {
    21172883  color: #a94442;
    21182884}
    2119 
    21202885.has-error .form-control {
    21212886  border-color: #a94442;
    2122   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    2123           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    2124 }
    2125 
     2887  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     2888          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     2889}
    21262890.has-error .form-control:focus {
    21272891  border-color: #843534;
    2128   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    2129           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    2130 }
    2131 
     2892  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
     2893          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
     2894}
    21322895.has-error .input-group-addon {
    21332896  color: #a94442;
     
    21352898  border-color: #a94442;
    21362899}
    2137 
    2138 .has-success .help-block,
    2139 .has-success .control-label,
    2140 .has-success .radio,
    2141 .has-success .checkbox,
    2142 .has-success .radio-inline,
    2143 .has-success .checkbox-inline {
    2144   color: #3c763d;
    2145 }
    2146 
    2147 .has-success .form-control {
    2148   border-color: #3c763d;
    2149   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    2150           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    2151 }
    2152 
    2153 .has-success .form-control:focus {
    2154   border-color: #2b542c;
    2155   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    2156           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    2157 }
    2158 
    2159 .has-success .input-group-addon {
    2160   color: #3c763d;
    2161   background-color: #dff0d8;
    2162   border-color: #3c763d;
    2163 }
    2164 
    2165 .form-control-static {
    2166   margin-bottom: 0;
    2167 }
    2168 
     2900.has-error .form-control-feedback {
     2901  color: #a94442;
     2902}
     2903.has-feedback label ~ .form-control-feedback {
     2904  top: 25px;
     2905}
     2906.has-feedback label.sr-only ~ .form-control-feedback {
     2907  top: 0;
     2908}
    21692909.help-block {
    21702910  display: block;
     
    21732913  color: #737373;
    21742914}
    2175 
    21762915@media (min-width: 768px) {
    21772916  .form-inline .form-group {
     
    21822921  .form-inline .form-control {
    21832922    display: inline-block;
    2184   }
    2185   .form-inline select.form-control {
    21862923    width: auto;
     2924    vertical-align: middle;
     2925  }
     2926  .form-inline .form-control-static {
     2927    display: inline-block;
     2928  }
     2929  .form-inline .input-group {
     2930    display: inline-table;
     2931    vertical-align: middle;
     2932  }
     2933  .form-inline .input-group .input-group-addon,
     2934  .form-inline .input-group .input-group-btn,
     2935  .form-inline .input-group .form-control {
     2936    width: auto;
     2937  }
     2938  .form-inline .input-group > .form-control {
     2939    width: 100%;
     2940  }
     2941  .form-inline .control-label {
     2942    margin-bottom: 0;
     2943    vertical-align: middle;
    21872944  }
    21882945  .form-inline .radio,
    21892946  .form-inline .checkbox {
    21902947    display: inline-block;
    2191     padding-left: 0;
    21922948    margin-top: 0;
    21932949    margin-bottom: 0;
     2950    vertical-align: middle;
     2951  }
     2952  .form-inline .radio label,
     2953  .form-inline .checkbox label {
     2954    padding-left: 0;
    21942955  }
    21952956  .form-inline .radio input[type="radio"],
    21962957  .form-inline .checkbox input[type="checkbox"] {
    2197     float: none;
     2958    position: relative;
    21982959    margin-left: 0;
    21992960  }
    2200 }
    2201 
    2202 .form-horizontal .control-label,
     2961  .form-inline .has-feedback .form-control-feedback {
     2962    top: 0;
     2963  }
     2964}
    22032965.form-horizontal .radio,
    22042966.form-horizontal .checkbox,
     
    22092971  margin-bottom: 0;
    22102972}
    2211 
    22122973.form-horizontal .radio,
    22132974.form-horizontal .checkbox {
    22142975  min-height: 27px;
    22152976}
    2216 
    22172977.form-horizontal .form-group {
    22182978  margin-right: -15px;
    22192979  margin-left: -15px;
    22202980}
    2221 
    2222 .form-horizontal .form-group:before,
    2223 .form-horizontal .form-group:after {
    2224   display: table;
    2225   content: " ";
    2226 }
    2227 
    2228 .form-horizontal .form-group:after {
    2229   clear: both;
    2230 }
    2231 
    2232 .form-horizontal .form-group:before,
    2233 .form-horizontal .form-group:after {
    2234   display: table;
    2235   content: " ";
    2236 }
    2237 
    2238 .form-horizontal .form-group:after {
    2239   clear: both;
    2240 }
    2241 
    2242 .form-horizontal .form-control-static {
    2243   padding-top: 7px;
    2244 }
    2245 
    22462981@media (min-width: 768px) {
    22472982  .form-horizontal .control-label {
     2983    padding-top: 7px;
     2984    margin-bottom: 0;
    22482985    text-align: right;
    22492986  }
    22502987}
    2251 
     2988.form-horizontal .has-feedback .form-control-feedback {
     2989  right: 15px;
     2990}
     2991@media (min-width: 768px) {
     2992  .form-horizontal .form-group-lg .control-label {
     2993    padding-top: 11px;
     2994    font-size: 18px;
     2995  }
     2996}
     2997@media (min-width: 768px) {
     2998  .form-horizontal .form-group-sm .control-label {
     2999    padding-top: 6px;
     3000    font-size: 12px;
     3001  }
     3002}
    22523003.btn {
    22533004  display: inline-block;
     
    22563007  font-size: 14px;
    22573008  font-weight: normal;
    2258   line-height: 1.428571429;
     3009  line-height: 1.42857143;
    22593010  text-align: center;
    22603011  white-space: nowrap;
    22613012  vertical-align: middle;
     3013  -ms-touch-action: manipulation;
     3014      touch-action: manipulation;
    22623015  cursor: pointer;
     3016  -webkit-user-select: none;
     3017     -moz-user-select: none;
     3018      -ms-user-select: none;
     3019          user-select: none;
    22633020  background-image: none;
    22643021  border: 1px solid transparent;
    22653022  border-radius: 4px;
    2266   -webkit-user-select: none;
    2267      -moz-user-select: none;
    2268       -ms-user-select: none;
    2269        -o-user-select: none;
    2270           user-select: none;
    2271 }
    2272 
    2273 .btn:focus {
    2274   outline: thin dotted;
     3023}
     3024.btn:focus,
     3025.btn:active:focus,
     3026.btn.active:focus,
     3027.btn.focus,
     3028.btn:active.focus,
     3029.btn.active.focus {
    22753030  outline: 5px auto -webkit-focus-ring-color;
    22763031  outline-offset: -2px;
    22773032}
    2278 
    22793033.btn:hover,
    2280 .btn:focus {
    2281   color: #333333;
     3034.btn:focus,
     3035.btn.focus {
     3036  color: #333;
    22823037  text-decoration: none;
    22833038}
    2284 
    22853039.btn:active,
    22863040.btn.active {
    22873041  background-image: none;
    22883042  outline: 0;
    2289   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    2290           box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    2291 }
    2292 
     3043  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
     3044          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
     3045}
    22933046.btn.disabled,
    22943047.btn[disabled],
    22953048fieldset[disabled] .btn {
    2296   pointer-events: none;
    22973049  cursor: not-allowed;
    2298   opacity: 0.65;
    22993050  filter: alpha(opacity=65);
    23003051  -webkit-box-shadow: none;
    23013052          box-shadow: none;
    2302 }
    2303 
     3053  opacity: .65;
     3054}
     3055a.btn.disabled,
     3056fieldset[disabled] a.btn {
     3057  pointer-events: none;
     3058}
    23043059.btn-default {
    2305   color: #333333;
    2306   background-color: #ffffff;
    2307   border-color: #cccccc;
    2308 }
    2309 
    2310 .btn-default:hover,
     3060  color: #333;
     3061  background-color: #fff;
     3062  border-color: #ccc;
     3063}
    23113064.btn-default:focus,
     3065.btn-default.focus {
     3066  color: #333;
     3067  background-color: #e6e6e6;
     3068  border-color: #8c8c8c;
     3069}
     3070.btn-default:hover {
     3071  color: #333;
     3072  background-color: #e6e6e6;
     3073  border-color: #adadad;
     3074}
    23123075.btn-default:active,
    23133076.btn-default.active,
    2314 .open .dropdown-toggle.btn-default {
    2315   color: #333333;
    2316   background-color: #ebebeb;
     3077.open > .dropdown-toggle.btn-default {
     3078  color: #333;
     3079  background-color: #e6e6e6;
    23173080  border-color: #adadad;
    23183081}
    2319 
     3082.btn-default:active:hover,
     3083.btn-default.active:hover,
     3084.open > .dropdown-toggle.btn-default:hover,
     3085.btn-default:active:focus,
     3086.btn-default.active:focus,
     3087.open > .dropdown-toggle.btn-default:focus,
     3088.btn-default:active.focus,
     3089.btn-default.active.focus,
     3090.open > .dropdown-toggle.btn-default.focus {
     3091  color: #333;
     3092  background-color: #d4d4d4;
     3093  border-color: #8c8c8c;
     3094}
    23203095.btn-default:active,
    23213096.btn-default.active,
    2322 .open .dropdown-toggle.btn-default {
     3097.open > .dropdown-toggle.btn-default {
    23233098  background-image: none;
    23243099}
    2325 
    2326 .btn-default.disabled,
    2327 .btn-default[disabled],
    2328 fieldset[disabled] .btn-default,
    23293100.btn-default.disabled:hover,
    23303101.btn-default[disabled]:hover,
     
    23333104.btn-default[disabled]:focus,
    23343105fieldset[disabled] .btn-default:focus,
    2335 .btn-default.disabled:active,
    2336 .btn-default[disabled]:active,
    2337 fieldset[disabled] .btn-default:active,
    2338 .btn-default.disabled.active,
    2339 .btn-default[disabled].active,
    2340 fieldset[disabled] .btn-default.active {
    2341   background-color: #ffffff;
    2342   border-color: #cccccc;
    2343 }
    2344 
     3106.btn-default.disabled.focus,
     3107.btn-default[disabled].focus,
     3108fieldset[disabled] .btn-default.focus {
     3109  background-color: #fff;
     3110  border-color: #ccc;
     3111}
    23453112.btn-default .badge {
    2346   color: #ffffff;
    2347   background-color: #fff;
    2348 }
    2349 
     3113  color: #fff;
     3114  background-color: #333;
     3115}
    23503116.btn-primary {
    2351   color: #ffffff;
    2352   background-color: #428bca;
    2353   border-color: #357ebd;
    2354 }
    2355 
    2356 .btn-primary:hover,
     3117  color: #fff;
     3118  background-color: #337ab7;
     3119  border-color: #2e6da4;
     3120}
    23573121.btn-primary:focus,
     3122.btn-primary.focus {
     3123  color: #fff;
     3124  background-color: #286090;
     3125  border-color: #122b40;
     3126}
     3127.btn-primary:hover {
     3128  color: #fff;
     3129  background-color: #286090;
     3130  border-color: #204d74;
     3131}
    23583132.btn-primary:active,
    23593133.btn-primary.active,
    2360 .open .dropdown-toggle.btn-primary {
    2361   color: #ffffff;
    2362   background-color: #3276b1;
    2363   border-color: #285e8e;
    2364 }
    2365 
     3134.open > .dropdown-toggle.btn-primary {
     3135  color: #fff;
     3136  background-color: #286090;
     3137  border-color: #204d74;
     3138}
     3139.btn-primary:active:hover,
     3140.btn-primary.active:hover,
     3141.open > .dropdown-toggle.btn-primary:hover,
     3142.btn-primary:active:focus,
     3143.btn-primary.active:focus,
     3144.open > .dropdown-toggle.btn-primary:focus,
     3145.btn-primary:active.focus,
     3146.btn-primary.active.focus,
     3147.open > .dropdown-toggle.btn-primary.focus {
     3148  color: #fff;
     3149  background-color: #204d74;
     3150  border-color: #122b40;
     3151}
    23663152.btn-primary:active,
    23673153.btn-primary.active,
    2368 .open .dropdown-toggle.btn-primary {
     3154.open > .dropdown-toggle.btn-primary {
    23693155  background-image: none;
    23703156}
    2371 
    2372 .btn-primary.disabled,
    2373 .btn-primary[disabled],
    2374 fieldset[disabled] .btn-primary,
    23753157.btn-primary.disabled:hover,
    23763158.btn-primary[disabled]:hover,
     
    23793161.btn-primary[disabled]:focus,
    23803162fieldset[disabled] .btn-primary:focus,
    2381 .btn-primary.disabled:active,
    2382 .btn-primary[disabled]:active,
    2383 fieldset[disabled] .btn-primary:active,
    2384 .btn-primary.disabled.active,
    2385 .btn-primary[disabled].active,
    2386 fieldset[disabled] .btn-primary.active {
    2387   background-color: #428bca;
    2388   border-color: #357ebd;
    2389 }
    2390 
     3163.btn-primary.disabled.focus,
     3164.btn-primary[disabled].focus,
     3165fieldset[disabled] .btn-primary.focus {
     3166  background-color: #337ab7;
     3167  border-color: #2e6da4;
     3168}
    23913169.btn-primary .badge {
    2392   color: #428bca;
     3170  color: #337ab7;
    23933171  background-color: #fff;
    23943172}
    2395 
     3173.btn-success {
     3174  color: #fff;
     3175  background-color: #5cb85c;
     3176  border-color: #4cae4c;
     3177}
     3178.btn-success:focus,
     3179.btn-success.focus {
     3180  color: #fff;
     3181  background-color: #449d44;
     3182  border-color: #255625;
     3183}
     3184.btn-success:hover {
     3185  color: #fff;
     3186  background-color: #449d44;
     3187  border-color: #398439;
     3188}
     3189.btn-success:active,
     3190.btn-success.active,
     3191.open > .dropdown-toggle.btn-success {
     3192  color: #fff;
     3193  background-color: #449d44;
     3194  border-color: #398439;
     3195}
     3196.btn-success:active:hover,
     3197.btn-success.active:hover,
     3198.open > .dropdown-toggle.btn-success:hover,
     3199.btn-success:active:focus,
     3200.btn-success.active:focus,
     3201.open > .dropdown-toggle.btn-success:focus,
     3202.btn-success:active.focus,
     3203.btn-success.active.focus,
     3204.open > .dropdown-toggle.btn-success.focus {
     3205  color: #fff;
     3206  background-color: #398439;
     3207  border-color: #255625;
     3208}
     3209.btn-success:active,
     3210.btn-success.active,
     3211.open > .dropdown-toggle.btn-success {
     3212  background-image: none;
     3213}
     3214.btn-success.disabled:hover,
     3215.btn-success[disabled]:hover,
     3216fieldset[disabled] .btn-success:hover,
     3217.btn-success.disabled:focus,
     3218.btn-success[disabled]:focus,
     3219fieldset[disabled] .btn-success:focus,
     3220.btn-success.disabled.focus,
     3221.btn-success[disabled].focus,
     3222fieldset[disabled] .btn-success.focus {
     3223  background-color: #5cb85c;
     3224  border-color: #4cae4c;
     3225}
     3226.btn-success .badge {
     3227  color: #5cb85c;
     3228  background-color: #fff;
     3229}
     3230.btn-info {
     3231  color: #fff;
     3232  background-color: #5bc0de;
     3233  border-color: #46b8da;
     3234}
     3235.btn-info:focus,
     3236.btn-info.focus {
     3237  color: #fff;
     3238  background-color: #31b0d5;
     3239  border-color: #1b6d85;
     3240}
     3241.btn-info:hover {
     3242  color: #fff;
     3243  background-color: #31b0d5;
     3244  border-color: #269abc;
     3245}
     3246.btn-info:active,
     3247.btn-info.active,
     3248.open > .dropdown-toggle.btn-info {
     3249  color: #fff;
     3250  background-color: #31b0d5;
     3251  border-color: #269abc;
     3252}
     3253.btn-info:active:hover,
     3254.btn-info.active:hover,
     3255.open > .dropdown-toggle.btn-info:hover,
     3256.btn-info:active:focus,
     3257.btn-info.active:focus,
     3258.open > .dropdown-toggle.btn-info:focus,
     3259.btn-info:active.focus,
     3260.btn-info.active.focus,
     3261.open > .dropdown-toggle.btn-info.focus {
     3262  color: #fff;
     3263  background-color: #269abc;
     3264  border-color: #1b6d85;
     3265}
     3266.btn-info:active,
     3267.btn-info.active,
     3268.open > .dropdown-toggle.btn-info {
     3269  background-image: none;
     3270}
     3271.btn-info.disabled:hover,
     3272.btn-info[disabled]:hover,
     3273fieldset[disabled] .btn-info:hover,
     3274.btn-info.disabled:focus,
     3275.btn-info[disabled]:focus,
     3276fieldset[disabled] .btn-info:focus,
     3277.btn-info.disabled.focus,
     3278.btn-info[disabled].focus,
     3279fieldset[disabled] .btn-info.focus {
     3280  background-color: #5bc0de;
     3281  border-color: #46b8da;
     3282}
     3283.btn-info .badge {
     3284  color: #5bc0de;
     3285  background-color: #fff;
     3286}
    23963287.btn-warning {
    2397   color: #ffffff;
     3288  color: #fff;
    23983289  background-color: #f0ad4e;
    23993290  border-color: #eea236;
    24003291}
    2401 
    2402 .btn-warning:hover,
    24033292.btn-warning:focus,
     3293.btn-warning.focus {
     3294  color: #fff;
     3295  background-color: #ec971f;
     3296  border-color: #985f0d;
     3297}
     3298.btn-warning:hover {
     3299  color: #fff;
     3300  background-color: #ec971f;
     3301  border-color: #d58512;
     3302}
    24043303.btn-warning:active,
    24053304.btn-warning.active,
    2406 .open .dropdown-toggle.btn-warning {
    2407   color: #ffffff;
    2408   background-color: #ed9c28;
     3305.open > .dropdown-toggle.btn-warning {
     3306  color: #fff;
     3307  background-color: #ec971f;
    24093308  border-color: #d58512;
    24103309}
    2411 
     3310.btn-warning:active:hover,
     3311.btn-warning.active:hover,
     3312.open > .dropdown-toggle.btn-warning:hover,
     3313.btn-warning:active:focus,
     3314.btn-warning.active:focus,
     3315.open > .dropdown-toggle.btn-warning:focus,
     3316.btn-warning:active.focus,
     3317.btn-warning.active.focus,
     3318.open > .dropdown-toggle.btn-warning.focus {
     3319  color: #fff;
     3320  background-color: #d58512;
     3321  border-color: #985f0d;
     3322}
    24123323.btn-warning:active,
    24133324.btn-warning.active,
    2414 .open .dropdown-toggle.btn-warning {
     3325.open > .dropdown-toggle.btn-warning {
    24153326  background-image: none;
    24163327}
    2417 
    2418 .btn-warning.disabled,
    2419 .btn-warning[disabled],
    2420 fieldset[disabled] .btn-warning,
    24213328.btn-warning.disabled:hover,
    24223329.btn-warning[disabled]:hover,
     
    24253332.btn-warning[disabled]:focus,
    24263333fieldset[disabled] .btn-warning:focus,
    2427 .btn-warning.disabled:active,
    2428 .btn-warning[disabled]:active,
    2429 fieldset[disabled] .btn-warning:active,
    2430 .btn-warning.disabled.active,
    2431 .btn-warning[disabled].active,
    2432 fieldset[disabled] .btn-warning.active {
     3334.btn-warning.disabled.focus,
     3335.btn-warning[disabled].focus,
     3336fieldset[disabled] .btn-warning.focus {
    24333337  background-color: #f0ad4e;
    24343338  border-color: #eea236;
    24353339}
    2436 
    24373340.btn-warning .badge {
    24383341  color: #f0ad4e;
    24393342  background-color: #fff;
    24403343}
    2441 
    24423344.btn-danger {
    2443   color: #ffffff;
     3345  color: #fff;
    24443346  background-color: #d9534f;
    24453347  border-color: #d43f3a;
    24463348}
    2447 
    2448 .btn-danger:hover,
    24493349.btn-danger:focus,
     3350.btn-danger.focus {
     3351  color: #fff;
     3352  background-color: #c9302c;
     3353  border-color: #761c19;
     3354}
     3355.btn-danger:hover {
     3356  color: #fff;
     3357  background-color: #c9302c;
     3358  border-color: #ac2925;
     3359}
    24503360.btn-danger:active,
    24513361.btn-danger.active,
    2452 .open .dropdown-toggle.btn-danger {
    2453   color: #ffffff;
    2454   background-color: #d2322d;
     3362.open > .dropdown-toggle.btn-danger {
     3363  color: #fff;
     3364  background-color: #c9302c;
    24553365  border-color: #ac2925;
    24563366}
    2457 
     3367.btn-danger:active:hover,
     3368.btn-danger.active:hover,
     3369.open > .dropdown-toggle.btn-danger:hover,
     3370.btn-danger:active:focus,
     3371.btn-danger.active:focus,
     3372.open > .dropdown-toggle.btn-danger:focus,
     3373.btn-danger:active.focus,
     3374.btn-danger.active.focus,
     3375.open > .dropdown-toggle.btn-danger.focus {
     3376  color: #fff;
     3377  background-color: #ac2925;
     3378  border-color: #761c19;
     3379}
    24583380.btn-danger:active,
    24593381.btn-danger.active,
    2460 .open .dropdown-toggle.btn-danger {
     3382.open > .dropdown-toggle.btn-danger {
    24613383  background-image: none;
    24623384}
    2463 
    2464 .btn-danger.disabled,
    2465 .btn-danger[disabled],
    2466 fieldset[disabled] .btn-danger,
    24673385.btn-danger.disabled:hover,
    24683386.btn-danger[disabled]:hover,
     
    24713389.btn-danger[disabled]:focus,
    24723390fieldset[disabled] .btn-danger:focus,
    2473 .btn-danger.disabled:active,
    2474 .btn-danger[disabled]:active,
    2475 fieldset[disabled] .btn-danger:active,
    2476 .btn-danger.disabled.active,
    2477 .btn-danger[disabled].active,
    2478 fieldset[disabled] .btn-danger.active {
     3391.btn-danger.disabled.focus,
     3392.btn-danger[disabled].focus,
     3393fieldset[disabled] .btn-danger.focus {
    24793394  background-color: #d9534f;
    24803395  border-color: #d43f3a;
    24813396}
    2482 
    24833397.btn-danger .badge {
    24843398  color: #d9534f;
    24853399  background-color: #fff;
    24863400}
    2487 
    2488 .btn-success {
    2489   color: #ffffff;
    2490   background-color: #5cb85c;
    2491   border-color: #4cae4c;
    2492 }
    2493 
    2494 .btn-success:hover,
    2495 .btn-success:focus,
    2496 .btn-success:active,
    2497 .btn-success.active,
    2498 .open .dropdown-toggle.btn-success {
    2499   color: #ffffff;
    2500   background-color: #47a447;
    2501   border-color: #398439;
    2502 }
    2503 
    2504 .btn-success:active,
    2505 .btn-success.active,
    2506 .open .dropdown-toggle.btn-success {
    2507   background-image: none;
    2508 }
    2509 
    2510 .btn-success.disabled,
    2511 .btn-success[disabled],
    2512 fieldset[disabled] .btn-success,
    2513 .btn-success.disabled:hover,
    2514 .btn-success[disabled]:hover,
    2515 fieldset[disabled] .btn-success:hover,
    2516 .btn-success.disabled:focus,
    2517 .btn-success[disabled]:focus,
    2518 fieldset[disabled] .btn-success:focus,
    2519 .btn-success.disabled:active,
    2520 .btn-success[disabled]:active,
    2521 fieldset[disabled] .btn-success:active,
    2522 .btn-success.disabled.active,
    2523 .btn-success[disabled].active,
    2524 fieldset[disabled] .btn-success.active {
    2525   background-color: #5cb85c;
    2526   border-color: #4cae4c;
    2527 }
    2528 
    2529 .btn-success .badge {
    2530   color: #5cb85c;
    2531   background-color: #fff;
    2532 }
    2533 
    2534 .btn-info {
    2535   color: #ffffff;
    2536   background-color: #5bc0de;
    2537   border-color: #46b8da;
    2538 }
    2539 
    2540 .btn-info:hover,
    2541 .btn-info:focus,
    2542 .btn-info:active,
    2543 .btn-info.active,
    2544 .open .dropdown-toggle.btn-info {
    2545   color: #ffffff;
    2546   background-color: #39b3d7;
    2547   border-color: #269abc;
    2548 }
    2549 
    2550 .btn-info:active,
    2551 .btn-info.active,
    2552 .open .dropdown-toggle.btn-info {
    2553   background-image: none;
    2554 }
    2555 
    2556 .btn-info.disabled,
    2557 .btn-info[disabled],
    2558 fieldset[disabled] .btn-info,
    2559 .btn-info.disabled:hover,
    2560 .btn-info[disabled]:hover,
    2561 fieldset[disabled] .btn-info:hover,
    2562 .btn-info.disabled:focus,
    2563 .btn-info[disabled]:focus,
    2564 fieldset[disabled] .btn-info:focus,
    2565 .btn-info.disabled:active,
    2566 .btn-info[disabled]:active,
    2567 fieldset[disabled] .btn-info:active,
    2568 .btn-info.disabled.active,
    2569 .btn-info[disabled].active,
    2570 fieldset[disabled] .btn-info.active {
    2571   background-color: #5bc0de;
    2572   border-color: #46b8da;
    2573 }
    2574 
    2575 .btn-info .badge {
    2576   color: #5bc0de;
    2577   background-color: #fff;
    2578 }
    2579 
    25803401.btn-link {
    25813402  font-weight: normal;
    2582   color: #428bca;
    2583   cursor: pointer;
     3403  color: #337ab7;
    25843404  border-radius: 0;
    25853405}
    2586 
    25873406.btn-link,
    25883407.btn-link:active,
     3408.btn-link.active,
    25893409.btn-link[disabled],
    25903410fieldset[disabled] .btn-link {
     
    25933413          box-shadow: none;
    25943414}
    2595 
    25963415.btn-link,
    25973416.btn-link:hover,
     
    26003419  border-color: transparent;
    26013420}
    2602 
    26033421.btn-link:hover,
    26043422.btn-link:focus {
    2605   color: #2a6496;
     3423  color: #23527c;
    26063424  text-decoration: underline;
    26073425  background-color: transparent;
    26083426}
    2609 
    26103427.btn-link[disabled]:hover,
    26113428fieldset[disabled] .btn-link:hover,
    26123429.btn-link[disabled]:focus,
    26133430fieldset[disabled] .btn-link:focus {
    2614   color: #999999;
     3431  color: #777;
    26153432  text-decoration: none;
    26163433}
    2617 
    2618 .btn-lg {
     3434.btn-lg,
     3435.btn-group-lg > .btn {
    26193436  padding: 10px 16px;
    26203437  font-size: 18px;
    2621   line-height: 1.33;
     3438  line-height: 1.3333333;
    26223439  border-radius: 6px;
    26233440}
    2624 
    2625 .btn-sm {
     3441.btn-sm,
     3442.btn-group-sm > .btn {
    26263443  padding: 5px 10px;
    26273444  font-size: 12px;
     
    26293446  border-radius: 3px;
    26303447}
    2631 
    2632 .btn-xs {
     3448.btn-xs,
     3449.btn-group-xs > .btn {
    26333450  padding: 1px 5px;
    26343451  font-size: 12px;
     
    26363453  border-radius: 3px;
    26373454}
    2638 
    26393455.btn-block {
    26403456  display: block;
    26413457  width: 100%;
    2642   padding-right: 0;
    2643   padding-left: 0;
    2644 }
    2645 
     3458}
    26463459.btn-block + .btn-block {
    26473460  margin-top: 5px;
    26483461}
    2649 
    26503462input[type="submit"].btn-block,
    26513463input[type="reset"].btn-block,
     
    26533465  width: 100%;
    26543466}
    2655 
    26563467.fade {
    26573468  opacity: 0;
    2658   -webkit-transition: opacity 0.15s linear;
    2659           transition: opacity 0.15s linear;
    2660 }
    2661 
     3469  -webkit-transition: opacity .15s linear;
     3470       -o-transition: opacity .15s linear;
     3471          transition: opacity .15s linear;
     3472}
    26623473.fade.in {
    26633474  opacity: 1;
    26643475}
    2665 
    26663476.collapse {
    26673477  display: none;
    26683478}
    2669 
    26703479.collapse.in {
    26713480  display: block;
    26723481}
    2673 
     3482tr.collapse.in {
     3483  display: table-row;
     3484}
     3485tbody.collapse.in {
     3486  display: table-row-group;
     3487}
    26743488.collapsing {
    26753489  position: relative;
    26763490  height: 0;
    26773491  overflow: hidden;
    2678   -webkit-transition: height 0.35s ease;
    2679           transition: height 0.35s ease;
    2680 }
    2681 
    2682 @font-face {
    2683   font-family: 'Glyphicons Halflings';
    2684   src: url('../fonts/glyphicons-halflings-regular.eot');
    2685   src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
    2686 }
    2687 
    2688 .glyphicon {
    2689   position: relative;
    2690   top: 1px;
    2691   display: inline-block;
    2692   font-family: 'Glyphicons Halflings';
    2693   -webkit-font-smoothing: antialiased;
    2694   font-style: normal;
    2695   font-weight: normal;
    2696   line-height: 1;
    2697   -moz-osx-font-smoothing: grayscale;
    2698 }
    2699 
    2700 .glyphicon:empty {
    2701   width: 1em;
    2702 }
    2703 
    2704 .glyphicon-asterisk:before {
    2705   content: "\2a";
    2706 }
    2707 
    2708 .glyphicon-plus:before {
    2709   content: "\2b";
    2710 }
    2711 
    2712 .glyphicon-euro:before {
    2713   content: "\20ac";
    2714 }
    2715 
    2716 .glyphicon-minus:before {
    2717   content: "\2212";
    2718 }
    2719 
    2720 .glyphicon-cloud:before {
    2721   content: "\2601";
    2722 }
    2723 
    2724 .glyphicon-envelope:before {
    2725   content: "\2709";
    2726 }
    2727 
    2728 .glyphicon-pencil:before {
    2729   content: "\270f";
    2730 }
    2731 
    2732 .glyphicon-glass:before {
    2733   content: "\e001";
    2734 }
    2735 
    2736 .glyphicon-music:before {
    2737   content: "\e002";
    2738 }
    2739 
    2740 .glyphicon-search:before {
    2741   content: "\e003";
    2742 }
    2743 
    2744 .glyphicon-heart:before {
    2745   content: "\e005";
    2746 }
    2747 
    2748 .glyphicon-star:before {
    2749   content: "\e006";
    2750 }
    2751 
    2752 .glyphicon-star-empty:before {
    2753   content: "\e007";
    2754 }
    2755 
    2756 .glyphicon-user:before {
    2757   content: "\e008";
    2758 }
    2759 
    2760 .glyphicon-film:before {
    2761   content: "\e009";
    2762 }
    2763 
    2764 .glyphicon-th-large:before {
    2765   content: "\e010";
    2766 }
    2767 
    2768 .glyphicon-th:before {
    2769   content: "\e011";
    2770 }
    2771 
    2772 .glyphicon-th-list:before {
    2773   content: "\e012";
    2774 }
    2775 
    2776 .glyphicon-ok:before {
    2777   content: "\e013";
    2778 }
    2779 
    2780 .glyphicon-remove:before {
    2781   content: "\e014";
    2782 }
    2783 
    2784 .glyphicon-zoom-in:before {
    2785   content: "\e015";
    2786 }
    2787 
    2788 .glyphicon-zoom-out:before {
    2789   content: "\e016";
    2790 }
    2791 
    2792 .glyphicon-off:before {
    2793   content: "\e017";
    2794 }
    2795 
    2796 .glyphicon-signal:before {
    2797   content: "\e018";
    2798 }
    2799 
    2800 .glyphicon-cog:before {
    2801   content: "\e019";
    2802 }
    2803 
    2804 .glyphicon-trash:before {
    2805   content: "\e020";
    2806 }
    2807 
    2808 .glyphicon-home:before {
    2809   content: "\e021";
    2810 }
    2811 
    2812 .glyphicon-file:before {
    2813   content: "\e022";
    2814 }
    2815 
    2816 .glyphicon-time:before {
    2817   content: "\e023";
    2818 }
    2819 
    2820 .glyphicon-road:before {
    2821   content: "\e024";
    2822 }
    2823 
    2824 .glyphicon-download-alt:before {
    2825   content: "\e025";
    2826 }
    2827 
    2828 .glyphicon-download:before {
    2829   content: "\e026";
    2830 }
    2831 
    2832 .glyphicon-upload:before {
    2833   content: "\e027";
    2834 }
    2835 
    2836 .glyphicon-inbox:before {
    2837   content: "\e028";
    2838 }
    2839 
    2840 .glyphicon-play-circle:before {
    2841   content: "\e029";
    2842 }
    2843 
    2844 .glyphicon-repeat:before {
    2845   content: "\e030";
    2846 }
    2847 
    2848 .glyphicon-refresh:before {
    2849   content: "\e031";
    2850 }
    2851 
    2852 .glyphicon-list-alt:before {
    2853   content: "\e032";
    2854 }
    2855 
    2856 .glyphicon-lock:before {
    2857   content: "\e033";
    2858 }
    2859 
    2860 .glyphicon-flag:before {
    2861   content: "\e034";
    2862 }
    2863 
    2864 .glyphicon-headphones:before {
    2865   content: "\e035";
    2866 }
    2867 
    2868 .glyphicon-volume-off:before {
    2869   content: "\e036";
    2870 }
    2871 
    2872 .glyphicon-volume-down:before {
    2873   content: "\e037";
    2874 }
    2875 
    2876 .glyphicon-volume-up:before {
    2877   content: "\e038";
    2878 }
    2879 
    2880 .glyphicon-qrcode:before {
    2881   content: "\e039";
    2882 }
    2883 
    2884 .glyphicon-barcode:before {
    2885   content: "\e040";
    2886 }
    2887 
    2888 .glyphicon-tag:before {
    2889   content: "\e041";
    2890 }
    2891 
    2892 .glyphicon-tags:before {
    2893   content: "\e042";
    2894 }
    2895 
    2896 .glyphicon-book:before {
    2897   content: "\e043";
    2898 }
    2899 
    2900 .glyphicon-bookmark:before {
    2901   content: "\e044";
    2902 }
    2903 
    2904 .glyphicon-print:before {
    2905   content: "\e045";
    2906 }
    2907 
    2908 .glyphicon-camera:before {
    2909   content: "\e046";
    2910 }
    2911 
    2912 .glyphicon-font:before {
    2913   content: "\e047";
    2914 }
    2915 
    2916 .glyphicon-bold:before {
    2917   content: "\e048";
    2918 }
    2919 
    2920 .glyphicon-italic:before {
    2921   content: "\e049";
    2922 }
    2923 
    2924 .glyphicon-text-height:before {
    2925   content: "\e050";
    2926 }
    2927 
    2928 .glyphicon-text-width:before {
    2929   content: "\e051";
    2930 }
    2931 
    2932 .glyphicon-align-left:before {
    2933   content: "\e052";
    2934 }
    2935 
    2936 .glyphicon-align-center:before {
    2937   content: "\e053";
    2938 }
    2939 
    2940 .glyphicon-align-right:before {
    2941   content: "\e054";
    2942 }
    2943 
    2944 .glyphicon-align-justify:before {
    2945   content: "\e055";
    2946 }
    2947 
    2948 .glyphicon-list:before {
    2949   content: "\e056";
    2950 }
    2951 
    2952 .glyphicon-indent-left:before {
    2953   content: "\e057";
    2954 }
    2955 
    2956 .glyphicon-indent-right:before {
    2957   content: "\e058";
    2958 }
    2959 
    2960 .glyphicon-facetime-video:before {
    2961   content: "\e059";
    2962 }
    2963 
    2964 .glyphicon-picture:before {
    2965   content: "\e060";
    2966 }
    2967 
    2968 .glyphicon-map-marker:before {
    2969   content: "\e062";
    2970 }
    2971 
    2972 .glyphicon-adjust:before {
    2973   content: "\e063";
    2974 }
    2975 
    2976 .glyphicon-tint:before {
    2977   content: "\e064";
    2978 }
    2979 
    2980 .glyphicon-edit:before {
    2981   content: "\e065";
    2982 }
    2983 
    2984 .glyphicon-share:before {
    2985   content: "\e066";
    2986 }
    2987 
    2988 .glyphicon-check:before {
    2989   content: "\e067";
    2990 }
    2991 
    2992 .glyphicon-move:before {
    2993   content: "\e068";
    2994 }
    2995 
    2996 .glyphicon-step-backward:before {
    2997   content: "\e069";
    2998 }
    2999 
    3000 .glyphicon-fast-backward:before {
    3001   content: "\e070";
    3002 }
    3003 
    3004 .glyphicon-backward:before {
    3005   content: "\e071";
    3006 }
    3007 
    3008 .glyphicon-play:before {
    3009   content: "\e072";
    3010 }
    3011 
    3012 .glyphicon-pause:before {
    3013   content: "\e073";
    3014 }
    3015 
    3016 .glyphicon-stop:before {
    3017   content: "\e074";
    3018 }
    3019 
    3020 .glyphicon-forward:before {
    3021   content: "\e075";
    3022 }
    3023 
    3024 .glyphicon-fast-forward:before {
    3025   content: "\e076";
    3026 }
    3027 
    3028 .glyphicon-step-forward:before {
    3029   content: "\e077";
    3030 }
    3031 
    3032 .glyphicon-eject:before {
    3033   content: "\e078";
    3034 }
    3035 
    3036 .glyphicon-chevron-left:before {
    3037   content: "\e079";
    3038 }
    3039 
    3040 .glyphicon-chevron-right:before {
    3041   content: "\e080";
    3042 }
    3043 
    3044 .glyphicon-plus-sign:before {
    3045   content: "\e081";
    3046 }
    3047 
    3048 .glyphicon-minus-sign:before {
    3049   content: "\e082";
    3050 }
    3051 
    3052 .glyphicon-remove-sign:before {
    3053   content: "\e083";
    3054 }
    3055 
    3056 .glyphicon-ok-sign:before {
    3057   content: "\e084";
    3058 }
    3059 
    3060 .glyphicon-question-sign:before {
    3061   content: "\e085";
    3062 }
    3063 
    3064 .glyphicon-info-sign:before {
    3065   content: "\e086";
    3066 }
    3067 
    3068 .glyphicon-screenshot:before {
    3069   content: "\e087";
    3070 }
    3071 
    3072 .glyphicon-remove-circle:before {
    3073   content: "\e088";
    3074 }
    3075 
    3076 .glyphicon-ok-circle:before {
    3077   content: "\e089";
    3078 }
    3079 
    3080 .glyphicon-ban-circle:before {
    3081   content: "\e090";
    3082 }
    3083 
    3084 .glyphicon-arrow-left:before {
    3085   content: "\e091";
    3086 }
    3087 
    3088 .glyphicon-arrow-right:before {
    3089   content: "\e092";
    3090 }
    3091 
    3092 .glyphicon-arrow-up:before {
    3093   content: "\e093";
    3094 }
    3095 
    3096 .glyphicon-arrow-down:before {
    3097   content: "\e094";
    3098 }
    3099 
    3100 .glyphicon-share-alt:before {
    3101   content: "\e095";
    3102 }
    3103 
    3104 .glyphicon-resize-full:before {
    3105   content: "\e096";
    3106 }
    3107 
    3108 .glyphicon-resize-small:before {
    3109   content: "\e097";
    3110 }
    3111 
    3112 .glyphicon-exclamation-sign:before {
    3113   content: "\e101";
    3114 }
    3115 
    3116 .glyphicon-gift:before {
    3117   content: "\e102";
    3118 }
    3119 
    3120 .glyphicon-leaf:before {
    3121   content: "\e103";
    3122 }
    3123 
    3124 .glyphicon-fire:before {
    3125   content: "\e104";
    3126 }
    3127 
    3128 .glyphicon-eye-open:before {
    3129   content: "\e105";
    3130 }
    3131 
    3132 .glyphicon-eye-close:before {
    3133   content: "\e106";
    3134 }
    3135 
    3136 .glyphicon-warning-sign:before {
    3137   content: "\e107";
    3138 }
    3139 
    3140 .glyphicon-plane:before {
    3141   content: "\e108";
    3142 }
    3143 
    3144 .glyphicon-calendar:before {
    3145   content: "\e109";
    3146 }
    3147 
    3148 .glyphicon-random:before {
    3149   content: "\e110";
    3150 }
    3151 
    3152 .glyphicon-comment:before {
    3153   content: "\e111";
    3154 }
    3155 
    3156 .glyphicon-magnet:before {
    3157   content: "\e112";
    3158 }
    3159 
    3160 .glyphicon-chevron-up:before {
    3161   content: "\e113";
    3162 }
    3163 
    3164 .glyphicon-chevron-down:before {
    3165   content: "\e114";
    3166 }
    3167 
    3168 .glyphicon-retweet:before {
    3169   content: "\e115";
    3170 }
    3171 
    3172 .glyphicon-shopping-cart:before {
    3173   content: "\e116";
    3174 }
    3175 
    3176 .glyphicon-folder-close:before {
    3177   content: "\e117";
    3178 }
    3179 
    3180 .glyphicon-folder-open:before {
    3181   content: "\e118";
    3182 }
    3183 
    3184 .glyphicon-resize-vertical:before {
    3185   content: "\e119";
    3186 }
    3187 
    3188 .glyphicon-resize-horizontal:before {
    3189   content: "\e120";
    3190 }
    3191 
    3192 .glyphicon-hdd:before {
    3193   content: "\e121";
    3194 }
    3195 
    3196 .glyphicon-bullhorn:before {
    3197   content: "\e122";
    3198 }
    3199 
    3200 .glyphicon-bell:before {
    3201   content: "\e123";
    3202 }
    3203 
    3204 .glyphicon-certificate:before {
    3205   content: "\e124";
    3206 }
    3207 
    3208 .glyphicon-thumbs-up:before {
    3209   content: "\e125";
    3210 }
    3211 
    3212 .glyphicon-thumbs-down:before {
    3213   content: "\e126";
    3214 }
    3215 
    3216 .glyphicon-hand-right:before {
    3217   content: "\e127";
    3218 }
    3219 
    3220 .glyphicon-hand-left:before {
    3221   content: "\e128";
    3222 }
    3223 
    3224 .glyphicon-hand-up:before {
    3225   content: "\e129";
    3226 }
    3227 
    3228 .glyphicon-hand-down:before {
    3229   content: "\e130";
    3230 }
    3231 
    3232 .glyphicon-circle-arrow-right:before {
    3233   content: "\e131";
    3234 }
    3235 
    3236 .glyphicon-circle-arrow-left:before {
    3237   content: "\e132";
    3238 }
    3239 
    3240 .glyphicon-circle-arrow-up:before {
    3241   content: "\e133";
    3242 }
    3243 
    3244 .glyphicon-circle-arrow-down:before {
    3245   content: "\e134";
    3246 }
    3247 
    3248 .glyphicon-globe:before {
    3249   content: "\e135";
    3250 }
    3251 
    3252 .glyphicon-wrench:before {
    3253   content: "\e136";
    3254 }
    3255 
    3256 .glyphicon-tasks:before {
    3257   content: "\e137";
    3258 }
    3259 
    3260 .glyphicon-filter:before {
    3261   content: "\e138";
    3262 }
    3263 
    3264 .glyphicon-briefcase:before {
    3265   content: "\e139";
    3266 }
    3267 
    3268 .glyphicon-fullscreen:before {
    3269   content: "\e140";
    3270 }
    3271 
    3272 .glyphicon-dashboard:before {
    3273   content: "\e141";
    3274 }
    3275 
    3276 .glyphicon-paperclip:before {
    3277   content: "\e142";
    3278 }
    3279 
    3280 .glyphicon-heart-empty:before {
    3281   content: "\e143";
    3282 }
    3283 
    3284 .glyphicon-link:before {
    3285   content: "\e144";
    3286 }
    3287 
    3288 .glyphicon-phone:before {
    3289   content: "\e145";
    3290 }
    3291 
    3292 .glyphicon-pushpin:before {
    3293   content: "\e146";
    3294 }
    3295 
    3296 .glyphicon-usd:before {
    3297   content: "\e148";
    3298 }
    3299 
    3300 .glyphicon-gbp:before {
    3301   content: "\e149";
    3302 }
    3303 
    3304 .glyphicon-sort:before {
    3305   content: "\e150";
    3306 }
    3307 
    3308 .glyphicon-sort-by-alphabet:before {
    3309   content: "\e151";
    3310 }
    3311 
    3312 .glyphicon-sort-by-alphabet-alt:before {
    3313   content: "\e152";
    3314 }
    3315 
    3316 .glyphicon-sort-by-order:before {
    3317   content: "\e153";
    3318 }
    3319 
    3320 .glyphicon-sort-by-order-alt:before {
    3321   content: "\e154";
    3322 }
    3323 
    3324 .glyphicon-sort-by-attributes:before {
    3325   content: "\e155";
    3326 }
    3327 
    3328 .glyphicon-sort-by-attributes-alt:before {
    3329   content: "\e156";
    3330 }
    3331 
    3332 .glyphicon-unchecked:before {
    3333   content: "\e157";
    3334 }
    3335 
    3336 .glyphicon-expand:before {
    3337   content: "\e158";
    3338 }
    3339 
    3340 .glyphicon-collapse-down:before {
    3341   content: "\e159";
    3342 }
    3343 
    3344 .glyphicon-collapse-up:before {
    3345   content: "\e160";
    3346 }
    3347 
    3348 .glyphicon-log-in:before {
    3349   content: "\e161";
    3350 }
    3351 
    3352 .glyphicon-flash:before {
    3353   content: "\e162";
    3354 }
    3355 
    3356 .glyphicon-log-out:before {
    3357   content: "\e163";
    3358 }
    3359 
    3360 .glyphicon-new-window:before {
    3361   content: "\e164";
    3362 }
    3363 
    3364 .glyphicon-record:before {
    3365   content: "\e165";
    3366 }
    3367 
    3368 .glyphicon-save:before {
    3369   content: "\e166";
    3370 }
    3371 
    3372 .glyphicon-open:before {
    3373   content: "\e167";
    3374 }
    3375 
    3376 .glyphicon-saved:before {
    3377   content: "\e168";
    3378 }
    3379 
    3380 .glyphicon-import:before {
    3381   content: "\e169";
    3382 }
    3383 
    3384 .glyphicon-export:before {
    3385   content: "\e170";
    3386 }
    3387 
    3388 .glyphicon-send:before {
    3389   content: "\e171";
    3390 }
    3391 
    3392 .glyphicon-floppy-disk:before {
    3393   content: "\e172";
    3394 }
    3395 
    3396 .glyphicon-floppy-saved:before {
    3397   content: "\e173";
    3398 }
    3399 
    3400 .glyphicon-floppy-remove:before {
    3401   content: "\e174";
    3402 }
    3403 
    3404 .glyphicon-floppy-save:before {
    3405   content: "\e175";
    3406 }
    3407 
    3408 .glyphicon-floppy-open:before {
    3409   content: "\e176";
    3410 }
    3411 
    3412 .glyphicon-credit-card:before {
    3413   content: "\e177";
    3414 }
    3415 
    3416 .glyphicon-transfer:before {
    3417   content: "\e178";
    3418 }
    3419 
    3420 .glyphicon-cutlery:before {
    3421   content: "\e179";
    3422 }
    3423 
    3424 .glyphicon-header:before {
    3425   content: "\e180";
    3426 }
    3427 
    3428 .glyphicon-compressed:before {
    3429   content: "\e181";
    3430 }
    3431 
    3432 .glyphicon-earphone:before {
    3433   content: "\e182";
    3434 }
    3435 
    3436 .glyphicon-phone-alt:before {
    3437   content: "\e183";
    3438 }
    3439 
    3440 .glyphicon-tower:before {
    3441   content: "\e184";
    3442 }
    3443 
    3444 .glyphicon-stats:before {
    3445   content: "\e185";
    3446 }
    3447 
    3448 .glyphicon-sd-video:before {
    3449   content: "\e186";
    3450 }
    3451 
    3452 .glyphicon-hd-video:before {
    3453   content: "\e187";
    3454 }
    3455 
    3456 .glyphicon-subtitles:before {
    3457   content: "\e188";
    3458 }
    3459 
    3460 .glyphicon-sound-stereo:before {
    3461   content: "\e189";
    3462 }
    3463 
    3464 .glyphicon-sound-dolby:before {
    3465   content: "\e190";
    3466 }
    3467 
    3468 .glyphicon-sound-5-1:before {
    3469   content: "\e191";
    3470 }
    3471 
    3472 .glyphicon-sound-6-1:before {
    3473   content: "\e192";
    3474 }
    3475 
    3476 .glyphicon-sound-7-1:before {
    3477   content: "\e193";
    3478 }
    3479 
    3480 .glyphicon-copyright-mark:before {
    3481   content: "\e194";
    3482 }
    3483 
    3484 .glyphicon-registration-mark:before {
    3485   content: "\e195";
    3486 }
    3487 
    3488 .glyphicon-cloud-download:before {
    3489   content: "\e197";
    3490 }
    3491 
    3492 .glyphicon-cloud-upload:before {
    3493   content: "\e198";
    3494 }
    3495 
    3496 .glyphicon-tree-conifer:before {
    3497   content: "\e199";
    3498 }
    3499 
    3500 .glyphicon-tree-deciduous:before {
    3501   content: "\e200";
    3502 }
    3503 
     3492  -webkit-transition-timing-function: ease;
     3493       -o-transition-timing-function: ease;
     3494          transition-timing-function: ease;
     3495  -webkit-transition-duration: .35s;
     3496       -o-transition-duration: .35s;
     3497          transition-duration: .35s;
     3498  -webkit-transition-property: height, visibility;
     3499       -o-transition-property: height, visibility;
     3500          transition-property: height, visibility;
     3501}
    35043502.caret {
    35053503  display: inline-block;
     
    35083506  margin-left: 2px;
    35093507  vertical-align: middle;
    3510   border-top: 4px solid;
     3508  border-top: 4px dashed;
     3509  border-top: 4px solid \9;
    35113510  border-right: 4px solid transparent;
    35123511  border-left: 4px solid transparent;
    35133512}
    3514 
     3513.dropup,
    35153514.dropdown {
    35163515  position: relative;
    35173516}
    3518 
    35193517.dropdown-toggle:focus {
    35203518  outline: 0;
    35213519}
    3522 
    35233520.dropdown-menu {
    35243521  position: absolute;
     
    35323529  margin: 2px 0 0;
    35333530  font-size: 14px;
     3531  text-align: left;
    35343532  list-style: none;
    3535   background-color: #ffffff;
    3536   border: 1px solid #cccccc;
    3537   border: 1px solid rgba(0, 0, 0, 0.15);
     3533  background-color: #fff;
     3534  -webkit-background-clip: padding-box;
     3535          background-clip: padding-box;
     3536  border: 1px solid #ccc;
     3537  border: 1px solid rgba(0, 0, 0, .15);
    35383538  border-radius: 4px;
    3539   -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    3540           box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    3541   background-clip: padding-box;
    3542 }
    3543 
     3539  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     3540          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     3541}
    35443542.dropdown-menu.pull-right {
    35453543  right: 0;
    35463544  left: auto;
    35473545}
    3548 
    35493546.dropdown-menu .divider {
    35503547  height: 1px;
     
    35533550  background-color: #e5e5e5;
    35543551}
    3555 
    35563552.dropdown-menu > li > a {
    35573553  display: block;
     
    35593555  clear: both;
    35603556  font-weight: normal;
    3561   line-height: 1.428571429;
    3562   color: #333333;
     3557  line-height: 1.42857143;
     3558  color: #333;
    35633559  white-space: nowrap;
    35643560}
    3565 
    35663561.dropdown-menu > li > a:hover,
    35673562.dropdown-menu > li > a:focus {
     
    35703565  background-color: #f5f5f5;
    35713566}
    3572 
    35733567.dropdown-menu > .active > a,
    35743568.dropdown-menu > .active > a:hover,
    35753569.dropdown-menu > .active > a:focus {
    3576   color: #ffffff;
     3570  color: #fff;
    35773571  text-decoration: none;
    3578   background-color: #428bca;
     3572  background-color: #337ab7;
    35793573  outline: 0;
    35803574}
    3581 
    35823575.dropdown-menu > .disabled > a,
    35833576.dropdown-menu > .disabled > a:hover,
    35843577.dropdown-menu > .disabled > a:focus {
    3585   color: #999999;
    3586 }
    3587 
     3578  color: #777;
     3579}
    35883580.dropdown-menu > .disabled > a:hover,
    35893581.dropdown-menu > .disabled > a:focus {
     
    35923584  background-color: transparent;
    35933585  background-image: none;
    3594   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    3595 }
    3596 
     3586  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
     3587}
    35973588.open > .dropdown-menu {
    35983589  display: block;
    35993590}
    3600 
    36013591.open > a {
    36023592  outline: 0;
    36033593}
    3604 
     3594.dropdown-menu-right {
     3595  right: 0;
     3596  left: auto;
     3597}
     3598.dropdown-menu-left {
     3599  right: auto;
     3600  left: 0;
     3601}
    36053602.dropdown-header {
    36063603  display: block;
    36073604  padding: 3px 20px;
    36083605  font-size: 12px;
    3609   line-height: 1.428571429;
    3610   color: #999999;
    3611 }
    3612 
     3606  line-height: 1.42857143;
     3607  color: #777;
     3608  white-space: nowrap;
     3609}
    36133610.dropdown-backdrop {
    36143611  position: fixed;
     
    36193616  z-index: 990;
    36203617}
    3621 
    36223618.pull-right > .dropdown-menu {
    36233619  right: 0;
    36243620  left: auto;
    36253621}
    3626 
    36273622.dropup .caret,
    36283623.navbar-fixed-bottom .dropdown .caret {
     3624  content: "";
    36293625  border-top: 0;
    3630   border-bottom: 4px solid;
    3631   content: "";
    3632 }
    3633 
     3626  border-bottom: 4px dashed;
     3627  border-bottom: 4px solid \9;
     3628}
    36343629.dropup .dropdown-menu,
    36353630.navbar-fixed-bottom .dropdown .dropdown-menu {
    36363631  top: auto;
    36373632  bottom: 100%;
    3638   margin-bottom: 1px;
    3639 }
    3640 
     3633  margin-bottom: 2px;
     3634}
    36413635@media (min-width: 768px) {
    36423636  .navbar-right .dropdown-menu {
     
    36443638    left: auto;
    36453639  }
    3646 }
    3647 
     3640  .navbar-right .dropdown-menu-left {
     3641    right: auto;
     3642    left: 0;
     3643  }
     3644}
    36483645.btn-group,
    36493646.btn-group-vertical {
     
    36523649  vertical-align: middle;
    36533650}
    3654 
    36553651.btn-group > .btn,
    36563652.btn-group-vertical > .btn {
     
    36583654  float: left;
    36593655}
    3660 
    36613656.btn-group > .btn:hover,
    36623657.btn-group-vertical > .btn:hover,
     
    36693664  z-index: 2;
    36703665}
    3671 
    3672 .btn-group > .btn:focus,
    3673 .btn-group-vertical > .btn:focus {
    3674   outline: none;
    3675 }
    3676 
    36773666.btn-group .btn + .btn,
    36783667.btn-group .btn + .btn-group,
     
    36813670  margin-left: -1px;
    36823671}
    3683 
    3684 .btn-toolbar:before,
    3685 .btn-toolbar:after {
    3686   display: table;
    3687   content: " ";
    3688 }
    3689 
    3690 .btn-toolbar:after {
    3691   clear: both;
    3692 }
    3693 
    3694 .btn-toolbar:before,
    3695 .btn-toolbar:after {
    3696   display: table;
    3697   content: " ";
    3698 }
    3699 
    3700 .btn-toolbar:after {
    3701   clear: both;
    3702 }
    3703 
    3704 .btn-toolbar .btn-group {
     3672.btn-toolbar {
     3673  margin-left: -5px;
     3674}
     3675.btn-toolbar .btn,
     3676.btn-toolbar .btn-group,
     3677.btn-toolbar .input-group {
    37053678  float: left;
    37063679}
    3707 
    3708 .btn-toolbar > .btn + .btn,
    3709 .btn-toolbar > .btn-group + .btn,
    3710 .btn-toolbar > .btn + .btn-group,
    3711 .btn-toolbar > .btn-group + .btn-group {
     3680.btn-toolbar > .btn,
     3681.btn-toolbar > .btn-group,
     3682.btn-toolbar > .input-group {
    37123683  margin-left: 5px;
    37133684}
    3714 
    37153685.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    37163686  border-radius: 0;
    37173687}
    3718 
    37193688.btn-group > .btn:first-child {
    37203689  margin-left: 0;
    37213690}
    3722 
    37233691.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    37243692  border-top-right-radius: 0;
    37253693  border-bottom-right-radius: 0;
    37263694}
    3727 
    37283695.btn-group > .btn:last-child:not(:first-child),
    37293696.btn-group > .dropdown-toggle:not(:first-child) {
     3697  border-top-left-radius: 0;
    37303698  border-bottom-left-radius: 0;
    3731   border-top-left-radius: 0;
    3732 }
    3733 
     3699}
    37343700.btn-group > .btn-group {
    37353701  float: left;
    37363702}
    3737 
    37383703.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    37393704  border-radius: 0;
    37403705}
    3741 
    3742 .btn-group > .btn-group:first-child > .btn:last-child,
    3743 .btn-group > .btn-group:first-child > .dropdown-toggle {
     3706.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
     3707.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    37443708  border-top-right-radius: 0;
    37453709  border-bottom-right-radius: 0;
    37463710}
    3747 
    3748 .btn-group > .btn-group:last-child > .btn:first-child {
     3711.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
     3712  border-top-left-radius: 0;
    37493713  border-bottom-left-radius: 0;
    3750   border-top-left-radius: 0;
    3751 }
    3752 
     3714}
    37533715.btn-group .dropdown-toggle:active,
    37543716.btn-group.open .dropdown-toggle {
    37553717  outline: 0;
    37563718}
    3757 
    3758 .btn-group-xs > .btn {
    3759   padding: 1px 5px;
    3760   font-size: 12px;
    3761   line-height: 1.5;
    3762   border-radius: 3px;
    3763 }
    3764 
    3765 .btn-group-sm > .btn {
    3766   padding: 5px 10px;
    3767   font-size: 12px;
    3768   line-height: 1.5;
    3769   border-radius: 3px;
    3770 }
    3771 
    3772 .btn-group-lg > .btn {
    3773   padding: 10px 16px;
    3774   font-size: 18px;
    3775   line-height: 1.33;
    3776   border-radius: 6px;
    3777 }
    3778 
    37793719.btn-group > .btn + .dropdown-toggle {
    37803720  padding-right: 8px;
    37813721  padding-left: 8px;
    37823722}
    3783 
    37843723.btn-group > .btn-lg + .dropdown-toggle {
    37853724  padding-right: 12px;
    37863725  padding-left: 12px;
    37873726}
    3788 
    37893727.btn-group.open .dropdown-toggle {
    3790   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    3791           box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    3792 }
    3793 
     3728  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
     3729          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
     3730}
    37943731.btn-group.open .dropdown-toggle.btn-link {
    37953732  -webkit-box-shadow: none;
    37963733          box-shadow: none;
    37973734}
    3798 
    37993735.btn .caret {
    38003736  margin-left: 0;
    38013737}
    3802 
    38033738.btn-lg .caret {
    38043739  border-width: 5px 5px 0;
    38053740  border-bottom-width: 0;
    38063741}
    3807 
    38083742.dropup .btn-lg .caret {
    38093743  border-width: 0 5px 5px;
    38103744}
    3811 
    38123745.btn-group-vertical > .btn,
    38133746.btn-group-vertical > .btn-group,
     
    38183751  max-width: 100%;
    38193752}
    3820 
    3821 .btn-group-vertical > .btn-group:before,
    3822 .btn-group-vertical > .btn-group:after {
    3823   display: table;
    3824   content: " ";
    3825 }
    3826 
    3827 .btn-group-vertical > .btn-group:after {
    3828   clear: both;
    3829 }
    3830 
    3831 .btn-group-vertical > .btn-group:before,
    3832 .btn-group-vertical > .btn-group:after {
    3833   display: table;
    3834   content: " ";
    3835 }
    3836 
    3837 .btn-group-vertical > .btn-group:after {
    3838   clear: both;
    3839 }
    3840 
    38413753.btn-group-vertical > .btn-group > .btn {
    38423754  float: none;
    38433755}
    3844 
    38453756.btn-group-vertical > .btn + .btn,
    38463757.btn-group-vertical > .btn + .btn-group,
     
    38503761  margin-left: 0;
    38513762}
    3852 
    38533763.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    38543764  border-radius: 0;
    38553765}
    3856 
    38573766.btn-group-vertical > .btn:first-child:not(:last-child) {
     3767  border-top-left-radius: 4px;
    38583768  border-top-right-radius: 4px;
    38593769  border-bottom-right-radius: 0;
    38603770  border-bottom-left-radius: 0;
    38613771}
    3862 
    38633772.btn-group-vertical > .btn:last-child:not(:first-child) {
     3773  border-top-left-radius: 0;
    38643774  border-top-right-radius: 0;
     3775  border-bottom-right-radius: 4px;
    38653776  border-bottom-left-radius: 4px;
    3866   border-top-left-radius: 0;
    3867 }
    3868 
     3777}
    38693778.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    38703779  border-radius: 0;
    38713780}
    3872 
    3873 .btn-group-vertical > .btn-group:first-child > .btn:last-child,
    3874 .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
     3781.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
     3782.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    38753783  border-bottom-right-radius: 0;
    38763784  border-bottom-left-radius: 0;
    38773785}
    3878 
    3879 .btn-group-vertical > .btn-group:last-child > .btn:first-child {
     3786.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
     3787  border-top-left-radius: 0;
    38803788  border-top-right-radius: 0;
    3881   border-top-left-radius: 0;
    3882 }
    3883 
     3789}
    38843790.btn-group-justified {
    38853791  display: table;
    38863792  width: 100%;
     3793  table-layout: fixed;
    38873794  border-collapse: separate;
    3888   table-layout: fixed;
    3889 }
    3890 
     3795}
    38913796.btn-group-justified > .btn,
    38923797.btn-group-justified > .btn-group {
     
    38953800  width: 1%;
    38963801}
    3897 
    38983802.btn-group-justified > .btn-group .btn {
    38993803  width: 100%;
    39003804}
    3901 
    3902 [data-toggle="buttons"] > .btn > input[type="radio"],
    3903 [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    3904   display: none;
    3905 }
    3906 
     3805.btn-group-justified > .btn-group .dropdown-menu {
     3806  left: auto;
     3807}
     3808[data-toggle="buttons"] > .btn input[type="radio"],
     3809[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
     3810[data-toggle="buttons"] > .btn input[type="checkbox"],
     3811[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
     3812  position: absolute;
     3813  clip: rect(0, 0, 0, 0);
     3814  pointer-events: none;
     3815}
    39073816.input-group {
    39083817  position: relative;
     
    39103819  border-collapse: separate;
    39113820}
    3912 
    39133821.input-group[class*="col-"] {
    39143822  float: none;
     
    39163824  padding-left: 0;
    39173825}
    3918 
    39193826.input-group .form-control {
     3827  position: relative;
     3828  z-index: 2;
     3829  float: left;
    39203830  width: 100%;
    39213831  margin-bottom: 0;
    39223832}
    3923 
     3833.input-group .form-control:focus {
     3834  z-index: 3;
     3835}
    39243836.input-group-lg > .form-control,
    39253837.input-group-lg > .input-group-addon,
     
    39283840  padding: 10px 16px;
    39293841  font-size: 18px;
    3930   line-height: 1.33;
     3842  line-height: 1.3333333;
    39313843  border-radius: 6px;
    39323844}
    3933 
    39343845select.input-group-lg > .form-control,
    39353846select.input-group-lg > .input-group-addon,
     
    39383849  line-height: 46px;
    39393850}
    3940 
    39413851textarea.input-group-lg > .form-control,
    39423852textarea.input-group-lg > .input-group-addon,
    3943 textarea.input-group-lg > .input-group-btn > .btn {
     3853textarea.input-group-lg > .input-group-btn > .btn,
     3854select[multiple].input-group-lg > .form-control,
     3855select[multiple].input-group-lg > .input-group-addon,
     3856select[multiple].input-group-lg > .input-group-btn > .btn {
    39443857  height: auto;
    39453858}
    3946 
    39473859.input-group-sm > .form-control,
    39483860.input-group-sm > .input-group-addon,
     
    39543866  border-radius: 3px;
    39553867}
    3956 
    39573868select.input-group-sm > .form-control,
    39583869select.input-group-sm > .input-group-addon,
     
    39613872  line-height: 30px;
    39623873}
    3963 
    39643874textarea.input-group-sm > .form-control,
    39653875textarea.input-group-sm > .input-group-addon,
    3966 textarea.input-group-sm > .input-group-btn > .btn {
     3876textarea.input-group-sm > .input-group-btn > .btn,
     3877select[multiple].input-group-sm > .form-control,
     3878select[multiple].input-group-sm > .input-group-addon,
     3879select[multiple].input-group-sm > .input-group-btn > .btn {
    39673880  height: auto;
    39683881}
    3969 
    39703882.input-group-addon,
    39713883.input-group-btn,
     
    39733885  display: table-cell;
    39743886}
    3975 
    39763887.input-group-addon:not(:first-child):not(:last-child),
    39773888.input-group-btn:not(:first-child):not(:last-child),
     
    39793890  border-radius: 0;
    39803891}
    3981 
    39823892.input-group-addon,
    39833893.input-group-btn {
     
    39863896  vertical-align: middle;
    39873897}
    3988 
    39893898.input-group-addon {
    39903899  padding: 6px 12px;
     
    39923901  font-weight: normal;
    39933902  line-height: 1;
    3994   color: #555555;
     3903  color: #555;
    39953904  text-align: center;
    3996   background-color: #eeeeee;
    3997   border: 1px solid #cccccc;
     3905  background-color: #eee;
     3906  border: 1px solid #ccc;
    39983907  border-radius: 4px;
    39993908}
    4000 
    40013909.input-group-addon.input-sm {
    40023910  padding: 5px 10px;
     
    40043912  border-radius: 3px;
    40053913}
    4006 
    40073914.input-group-addon.input-lg {
    40083915  padding: 10px 16px;
     
    40103917  border-radius: 6px;
    40113918}
    4012 
    40133919.input-group-addon input[type="radio"],
    40143920.input-group-addon input[type="checkbox"] {
    40153921  margin-top: 0;
    40163922}
    4017 
    40183923.input-group .form-control:first-child,
    40193924.input-group-addon:first-child,
    40203925.input-group-btn:first-child > .btn,
     3926.input-group-btn:first-child > .btn-group > .btn,
    40213927.input-group-btn:first-child > .dropdown-toggle,
    4022 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
     3928.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
     3929.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    40233930  border-top-right-radius: 0;
    40243931  border-bottom-right-radius: 0;
    40253932}
    4026 
    40273933.input-group-addon:first-child {
    40283934  border-right: 0;
    40293935}
    4030 
    40313936.input-group .form-control:last-child,
    40323937.input-group-addon:last-child,
    40333938.input-group-btn:last-child > .btn,
     3939.input-group-btn:last-child > .btn-group > .btn,
    40343940.input-group-btn:last-child > .dropdown-toggle,
    4035 .input-group-btn:first-child > .btn:not(:first-child) {
     3941.input-group-btn:first-child > .btn:not(:first-child),
     3942.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
     3943  border-top-left-radius: 0;
    40363944  border-bottom-left-radius: 0;
    4037   border-top-left-radius: 0;
    4038 }
    4039 
     3945}
    40403946.input-group-addon:last-child {
    40413947  border-left: 0;
    40423948}
    4043 
    40443949.input-group-btn {
    40453950  position: relative;
     3951  font-size: 0;
    40463952  white-space: nowrap;
    40473953}
    4048 
    4049 .input-group-btn:first-child > .btn {
    4050   margin-right: -1px;
    4051 }
    4052 
    4053 .input-group-btn:last-child > .btn {
    4054   margin-left: -1px;
    4055 }
    4056 
    40573954.input-group-btn > .btn {
    40583955  position: relative;
    40593956}
    4060 
    40613957.input-group-btn > .btn + .btn {
    4062   margin-left: -4px;
    4063 }
    4064 
     3958  margin-left: -1px;
     3959}
    40653960.input-group-btn > .btn:hover,
     3961.input-group-btn > .btn:focus,
    40663962.input-group-btn > .btn:active {
    40673963  z-index: 2;
    40683964}
    4069 
     3965.input-group-btn:first-child > .btn,
     3966.input-group-btn:first-child > .btn-group {
     3967  margin-right: -1px;
     3968}
     3969.input-group-btn:last-child > .btn,
     3970.input-group-btn:last-child > .btn-group {
     3971  z-index: 2;
     3972  margin-left: -1px;
     3973}
    40703974.nav {
    40713975  padding-left: 0;
     
    40733977  list-style: none;
    40743978}
    4075 
    4076 .nav:before,
    4077 .nav:after {
    4078   display: table;
    4079   content: " ";
    4080 }
    4081 
    4082 .nav:after {
    4083   clear: both;
    4084 }
    4085 
    4086 .nav:before,
    4087 .nav:after {
    4088   display: table;
    4089   content: " ";
    4090 }
    4091 
    4092 .nav:after {
    4093   clear: both;
    4094 }
    4095 
    40963979.nav > li {
    40973980  position: relative;
    40983981  display: block;
    40993982}
    4100 
    41013983.nav > li > a {
    41023984  position: relative;
     
    41043986  padding: 10px 15px;
    41053987}
    4106 
    41073988.nav > li > a:hover,
    41083989.nav > li > a:focus {
    41093990  text-decoration: none;
    4110   background-color: #eeeeee;
    4111 }
    4112 
     3991  background-color: #eee;
     3992}
    41133993.nav > li.disabled > a {
    4114   color: #999999;
    4115 }
    4116 
     3994  color: #777;
     3995}
    41173996.nav > li.disabled > a:hover,
    41183997.nav > li.disabled > a:focus {
    4119   color: #999999;
     3998  color: #777;
    41203999  text-decoration: none;
    41214000  cursor: not-allowed;
    41224001  background-color: transparent;
    41234002}
    4124 
    41254003.nav .open > a,
    41264004.nav .open > a:hover,
    41274005.nav .open > a:focus {
    4128   background-color: #eeeeee;
    4129   border-color: #428bca;
    4130 }
    4131 
     4006  background-color: #eee;
     4007  border-color: #337ab7;
     4008}
    41324009.nav .nav-divider {
    41334010  height: 1px;
     
    41364013  background-color: #e5e5e5;
    41374014}
    4138 
    41394015.nav > li > a > img {
    41404016  max-width: none;
    41414017}
    4142 
    41434018.nav-tabs {
    4144   border-bottom: 1px solid #dddddd;
    4145 }
    4146 
     4019  border-bottom: 1px solid #ddd;
     4020}
    41474021.nav-tabs > li {
    41484022  float: left;
    41494023  margin-bottom: -1px;
    41504024}
    4151 
    41524025.nav-tabs > li > a {
    41534026  margin-right: 2px;
    4154   line-height: 1.428571429;
     4027  line-height: 1.42857143;
    41554028  border: 1px solid transparent;
    41564029  border-radius: 4px 4px 0 0;
    41574030}
    4158 
    41594031.nav-tabs > li > a:hover {
    4160   border-color: #eeeeee #eeeeee #dddddd;
    4161 }
    4162 
     4032  border-color: #eee #eee #ddd;
     4033}
    41634034.nav-tabs > li.active > a,
    41644035.nav-tabs > li.active > a:hover,
    41654036.nav-tabs > li.active > a:focus {
    4166   color: #555555;
     4037  color: #555;
    41674038  cursor: default;
    4168   background-color: #ffffff;
    4169   border: 1px solid #dddddd;
     4039  background-color: #fff;
     4040  border: 1px solid #ddd;
    41704041  border-bottom-color: transparent;
    41714042}
    4172 
    41734043.nav-tabs.nav-justified {
    41744044  width: 100%;
    41754045  border-bottom: 0;
    41764046}
    4177 
    41784047.nav-tabs.nav-justified > li {
    41794048  float: none;
    41804049}
    4181 
    41824050.nav-tabs.nav-justified > li > a {
    41834051  margin-bottom: 5px;
    41844052  text-align: center;
    41854053}
    4186 
    41874054.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    41884055  top: auto;
    41894056  left: auto;
    41904057}
    4191 
    41924058@media (min-width: 768px) {
    41934059  .nav-tabs.nav-justified > li {
     
    41994065  }
    42004066}
    4201 
    42024067.nav-tabs.nav-justified > li > a {
    42034068  margin-right: 0;
    42044069  border-radius: 4px;
    42054070}
    4206 
    42074071.nav-tabs.nav-justified > .active > a,
    42084072.nav-tabs.nav-justified > .active > a:hover,
    42094073.nav-tabs.nav-justified > .active > a:focus {
    4210   border: 1px solid #dddddd;
    4211 }
    4212 
     4074  border: 1px solid #ddd;
     4075}
    42134076@media (min-width: 768px) {
    42144077  .nav-tabs.nav-justified > li > a {
    4215     border-bottom: 1px solid #dddddd;
     4078    border-bottom: 1px solid #ddd;
    42164079    border-radius: 4px 4px 0 0;
    42174080  }
     
    42194082  .nav-tabs.nav-justified > .active > a:hover,
    42204083  .nav-tabs.nav-justified > .active > a:focus {
    4221     border-bottom-color: #ffffff;
    4222   }
    4223 }
    4224 
     4084    border-bottom-color: #fff;
     4085  }
     4086}
    42254087.nav-pills > li {
    42264088  float: left;
    42274089}
    4228 
    42294090.nav-pills > li > a {
    42304091  border-radius: 4px;
    42314092}
    4232 
    42334093.nav-pills > li + li {
    42344094  margin-left: 2px;
    42354095}
    4236 
    42374096.nav-pills > li.active > a,
    42384097.nav-pills > li.active > a:hover,
    42394098.nav-pills > li.active > a:focus {
    4240   color: #ffffff;
    4241   background-color: #428bca;
    4242 }
    4243 
     4099  color: #fff;
     4100  background-color: #337ab7;
     4101}
    42444102.nav-stacked > li {
    42454103  float: none;
    42464104}
    4247 
    42484105.nav-stacked > li + li {
    42494106  margin-top: 2px;
    42504107  margin-left: 0;
    42514108}
    4252 
    42534109.nav-justified {
    42544110  width: 100%;
    42554111}
    4256 
    42574112.nav-justified > li {
    42584113  float: none;
    42594114}
    4260 
    42614115.nav-justified > li > a {
    42624116  margin-bottom: 5px;
    42634117  text-align: center;
    42644118}
    4265 
    42664119.nav-justified > .dropdown .dropdown-menu {
    42674120  top: auto;
    42684121  left: auto;
    42694122}
    4270 
    42714123@media (min-width: 768px) {
    42724124  .nav-justified > li {
     
    42784130  }
    42794131}
    4280 
    42814132.nav-tabs-justified {
    42824133  border-bottom: 0;
    42834134}
    4284 
    42854135.nav-tabs-justified > li > a {
    42864136  margin-right: 0;
    42874137  border-radius: 4px;
    42884138}
    4289 
    42904139.nav-tabs-justified > .active > a,
    42914140.nav-tabs-justified > .active > a:hover,
    42924141.nav-tabs-justified > .active > a:focus {
    4293   border: 1px solid #dddddd;
    4294 }
    4295 
     4142  border: 1px solid #ddd;
     4143}
    42964144@media (min-width: 768px) {
    42974145  .nav-tabs-justified > li > a {
    4298     border-bottom: 1px solid #dddddd;
     4146    border-bottom: 1px solid #ddd;
    42994147    border-radius: 4px 4px 0 0;
    43004148  }
     
    43024150  .nav-tabs-justified > .active > a:hover,
    43034151  .nav-tabs-justified > .active > a:focus {
    4304     border-bottom-color: #ffffff;
    4305   }
    4306 }
    4307 
     4152    border-bottom-color: #fff;
     4153  }
     4154}
    43084155.tab-content > .tab-pane {
    43094156  display: none;
    43104157}
    4311 
    43124158.tab-content > .active {
    43134159  display: block;
    43144160}
    4315 
    43164161.nav-tabs .dropdown-menu {
    43174162  margin-top: -1px;
     4163  border-top-left-radius: 0;
    43184164  border-top-right-radius: 0;
    4319   border-top-left-radius: 0;
    4320 }
    4321 
     4165}
    43224166.navbar {
    43234167  position: relative;
     
    43264170  border: 1px solid transparent;
    43274171}
    4328 
    4329 .navbar:before,
    4330 .navbar:after {
    4331   display: table;
    4332   content: " ";
    4333 }
    4334 
    4335 .navbar:after {
    4336   clear: both;
    4337 }
    4338 
    4339 .navbar:before,
    4340 .navbar:after {
    4341   display: table;
    4342   content: " ";
    4343 }
    4344 
    4345 .navbar:after {
    4346   clear: both;
    4347 }
    4348 
    43494172@media (min-width: 768px) {
    43504173  .navbar {
     
    43524175  }
    43534176}
    4354 
    4355 .navbar-header:before,
    4356 .navbar-header:after {
    4357   display: table;
    4358   content: " ";
    4359 }
    4360 
    4361 .navbar-header:after {
    4362   clear: both;
    4363 }
    4364 
    4365 .navbar-header:before,
    4366 .navbar-header:after {
    4367   display: table;
    4368   content: " ";
    4369 }
    4370 
    4371 .navbar-header:after {
    4372   clear: both;
    4373 }
    4374 
    43754177@media (min-width: 768px) {
    43764178  .navbar-header {
     
    43784180  }
    43794181}
    4380 
    43814182.navbar-collapse {
    4382   max-height: 340px;
    43834183  padding-right: 15px;
    43844184  padding-left: 15px;
    43854185  overflow-x: visible;
     4186  -webkit-overflow-scrolling: touch;
    43864187  border-top: 1px solid transparent;
    4387   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    4388   -webkit-overflow-scrolling: touch;
    4389 }
    4390 
    4391 .navbar-collapse:before,
    4392 .navbar-collapse:after {
    4393   display: table;
    4394   content: " ";
    4395 }
    4396 
    4397 .navbar-collapse:after {
    4398   clear: both;
    4399 }
    4400 
    4401 .navbar-collapse:before,
    4402 .navbar-collapse:after {
    4403   display: table;
    4404   content: " ";
    4405 }
    4406 
    4407 .navbar-collapse:after {
    4408   clear: both;
    4409 }
    4410 
     4188  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
     4189          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
     4190}
    44114191.navbar-collapse.in {
    44124192  overflow-y: auto;
    44134193}
    4414 
    44154194@media (min-width: 768px) {
    44164195  .navbar-collapse {
    44174196    width: auto;
    44184197    border-top: 0;
    4419     box-shadow: none;
     4198    -webkit-box-shadow: none;
     4199            box-shadow: none;
    44204200  }
    44214201  .navbar-collapse.collapse {
     
    44354215  }
    44364216}
    4437 
     4217.navbar-fixed-top .navbar-collapse,
     4218.navbar-fixed-bottom .navbar-collapse {
     4219  max-height: 340px;
     4220}
     4221@media (max-device-width: 480px) and (orientation: landscape) {
     4222  .navbar-fixed-top .navbar-collapse,
     4223  .navbar-fixed-bottom .navbar-collapse {
     4224    max-height: 200px;
     4225  }
     4226}
    44384227.container > .navbar-header,
    4439 .container > .navbar-collapse {
     4228.container-fluid > .navbar-header,
     4229.container > .navbar-collapse,
     4230.container-fluid > .navbar-collapse {
    44404231  margin-right: -15px;
    44414232  margin-left: -15px;
    44424233}
    4443 
    44444234@media (min-width: 768px) {
    44454235  .container > .navbar-header,
    4446   .container > .navbar-collapse {
     4236  .container-fluid > .navbar-header,
     4237  .container > .navbar-collapse,
     4238  .container-fluid > .navbar-collapse {
    44474239    margin-right: 0;
    44484240    margin-left: 0;
    44494241  }
    44504242}
    4451 
    44524243.navbar-static-top {
    44534244  z-index: 1000;
    44544245  border-width: 0 0 1px;
    44554246}
    4456 
    44574247@media (min-width: 768px) {
    44584248  .navbar-static-top {
     
    44604250  }
    44614251}
    4462 
    44634252.navbar-fixed-top,
    44644253.navbar-fixed-bottom {
     
    44684257  z-index: 1030;
    44694258}
    4470 
    44714259@media (min-width: 768px) {
    44724260  .navbar-fixed-top,
     
    44754263  }
    44764264}
    4477 
    44784265.navbar-fixed-top {
    44794266  top: 0;
    44804267  border-width: 0 0 1px;
    44814268}
    4482 
    44834269.navbar-fixed-bottom {
    44844270  bottom: 0;
     
    44864272  border-width: 1px 0 0;
    44874273}
    4488 
    44894274.navbar-brand {
    44904275  float: left;
     4276  height: 50px;
    44914277  padding: 15px 15px;
    44924278  font-size: 18px;
    44934279  line-height: 20px;
    44944280}
    4495 
    44964281.navbar-brand:hover,
    44974282.navbar-brand:focus {
    44984283  text-decoration: none;
    44994284}
    4500 
     4285.navbar-brand > img {
     4286  display: block;
     4287}
    45014288@media (min-width: 768px) {
    4502   .navbar > .container .navbar-brand {
     4289  .navbar > .container .navbar-brand,
     4290  .navbar > .container-fluid .navbar-brand {
    45034291    margin-left: -15px;
    45044292  }
    45054293}
    4506 
    45074294.navbar-toggle {
    45084295  position: relative;
     
    45174304  border-radius: 4px;
    45184305}
    4519 
     4306.navbar-toggle:focus {
     4307  outline: 0;
     4308}
    45204309.navbar-toggle .icon-bar {
    45214310  display: block;
     
    45244313  border-radius: 1px;
    45254314}
    4526 
    45274315.navbar-toggle .icon-bar + .icon-bar {
    45284316  margin-top: 4px;
    45294317}
    4530 
    45314318@media (min-width: 768px) {
    45324319  .navbar-toggle {
     
    45344321  }
    45354322}
    4536 
    45374323.navbar-nav {
    45384324  margin: 7.5px -15px;
    45394325}
    4540 
    45414326.navbar-nav > li > a {
    45424327  padding-top: 10px;
     
    45444329  line-height: 20px;
    45454330}
    4546 
    45474331@media (max-width: 767px) {
    45484332  .navbar-nav .open .dropdown-menu {
     
    45534337    background-color: transparent;
    45544338    border: 0;
    4555     box-shadow: none;
     4339    -webkit-box-shadow: none;
     4340            box-shadow: none;
    45564341  }
    45574342  .navbar-nav .open .dropdown-menu > li > a,
     
    45674352  }
    45684353}
    4569 
    45704354@media (min-width: 768px) {
    45714355  .navbar-nav {
     
    45804364    padding-bottom: 15px;
    45814365  }
    4582   .navbar-nav.navbar-right:last-child {
    4583     margin-right: -15px;
    4584   }
    4585 }
    4586 
    4587 @media (min-width: 768px) {
    4588   .navbar-left {
    4589     float: left !important;
    4590   }
    4591   .navbar-right {
    4592     float: right !important;
    4593   }
    4594 }
    4595 
     4366}
    45964367.navbar-form {
    45974368  padding: 10px 15px;
     
    46024373  border-top: 1px solid transparent;
    46034374  border-bottom: 1px solid transparent;
    4604   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    4605           box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    4606 }
    4607 
     4375  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
     4376          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
     4377}
    46084378@media (min-width: 768px) {
    46094379  .navbar-form .form-group {
     
    46144384  .navbar-form .form-control {
    46154385    display: inline-block;
    4616   }
    4617   .navbar-form select.form-control {
    46184386    width: auto;
     4387    vertical-align: middle;
     4388  }
     4389  .navbar-form .form-control-static {
     4390    display: inline-block;
     4391  }
     4392  .navbar-form .input-group {
     4393    display: inline-table;
     4394    vertical-align: middle;
     4395  }
     4396  .navbar-form .input-group .input-group-addon,
     4397  .navbar-form .input-group .input-group-btn,
     4398  .navbar-form .input-group .form-control {
     4399    width: auto;
     4400  }
     4401  .navbar-form .input-group > .form-control {
     4402    width: 100%;
     4403  }
     4404  .navbar-form .control-label {
     4405    margin-bottom: 0;
     4406    vertical-align: middle;
    46194407  }
    46204408  .navbar-form .radio,
    46214409  .navbar-form .checkbox {
    46224410    display: inline-block;
    4623     padding-left: 0;
    46244411    margin-top: 0;
    46254412    margin-bottom: 0;
     4413    vertical-align: middle;
     4414  }
     4415  .navbar-form .radio label,
     4416  .navbar-form .checkbox label {
     4417    padding-left: 0;
    46264418  }
    46274419  .navbar-form .radio input[type="radio"],
    46284420  .navbar-form .checkbox input[type="checkbox"] {
    4629     float: none;
     4421    position: relative;
    46304422    margin-left: 0;
    46314423  }
    4632 }
    4633 
     4424  .navbar-form .has-feedback .form-control-feedback {
     4425    top: 0;
     4426  }
     4427}
    46344428@media (max-width: 767px) {
    46354429  .navbar-form .form-group {
    46364430    margin-bottom: 5px;
    46374431  }
    4638 }
    4639 
     4432  .navbar-form .form-group:last-child {
     4433    margin-bottom: 0;
     4434  }
     4435}
    46404436@media (min-width: 768px) {
    46414437  .navbar-form {
     
    46494445            box-shadow: none;
    46504446  }
    4651   .navbar-form.navbar-right:last-child {
    4652     margin-right: -15px;
    4653   }
    4654 }
    4655 
     4447}
    46564448.navbar-nav > li > .dropdown-menu {
    46574449  margin-top: 0;
     4450  border-top-left-radius: 0;
    46584451  border-top-right-radius: 0;
    4659   border-top-left-radius: 0;
    4660 }
    4661 
     4452}
    46624453.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
     4454  margin-bottom: 0;
     4455  border-top-left-radius: 4px;
     4456  border-top-right-radius: 4px;
    46634457  border-bottom-right-radius: 0;
    46644458  border-bottom-left-radius: 0;
    46654459}
    4666 
    4667 .navbar-nav.pull-right > li > .dropdown-menu,
    4668 .navbar-nav > li > .dropdown-menu.pull-right {
    4669   right: 0;
    4670   left: auto;
    4671 }
    4672 
    46734460.navbar-btn {
    46744461  margin-top: 8px;
    46754462  margin-bottom: 8px;
    46764463}
    4677 
    46784464.navbar-btn.btn-sm {
    46794465  margin-top: 10px;
    46804466  margin-bottom: 10px;
    46814467}
    4682 
    46834468.navbar-btn.btn-xs {
    46844469  margin-top: 14px;
    46854470  margin-bottom: 14px;
    46864471}
    4687 
    46884472.navbar-text {
    46894473  margin-top: 15px;
    46904474  margin-bottom: 15px;
    46914475}
    4692 
    46934476@media (min-width: 768px) {
    46944477  .navbar-text {
     
    46974480    margin-left: 15px;
    46984481  }
    4699   .navbar-text.navbar-right:last-child {
     4482}
     4483@media (min-width: 768px) {
     4484  .navbar-left {
     4485    float: left !important;
     4486  }
     4487  .navbar-right {
     4488    float: right !important;
     4489    margin-right: -15px;
     4490  }
     4491  .navbar-right ~ .navbar-right {
    47004492    margin-right: 0;
    47014493  }
    47024494}
    4703 
    47044495.navbar-default {
    47054496  background-color: #f8f8f8;
    47064497  border-color: #e7e7e7;
    47074498}
    4708 
    47094499.navbar-default .navbar-brand {
    4710   color: #777777;
    4711 }
    4712 
     4500  color: #777;
     4501}
    47134502.navbar-default .navbar-brand:hover,
    47144503.navbar-default .navbar-brand:focus {
     
    47164505  background-color: transparent;
    47174506}
    4718 
    47194507.navbar-default .navbar-text {
    4720   color: #777777;
    4721 }
    4722 
     4508  color: #777;
     4509}
    47234510.navbar-default .navbar-nav > li > a {
    4724   color: #777777;
    4725 }
    4726 
     4511  color: #777;
     4512}
    47274513.navbar-default .navbar-nav > li > a:hover,
    47284514.navbar-default .navbar-nav > li > a:focus {
    4729   color: #333333;
     4515  color: #333;
    47304516  background-color: transparent;
    47314517}
    4732 
    47334518.navbar-default .navbar-nav > .active > a,
    47344519.navbar-default .navbar-nav > .active > a:hover,
    47354520.navbar-default .navbar-nav > .active > a:focus {
    4736   color: #555555;
     4521  color: #555;
    47374522  background-color: #e7e7e7;
    47384523}
    4739 
    47404524.navbar-default .navbar-nav > .disabled > a,
    47414525.navbar-default .navbar-nav > .disabled > a:hover,
    47424526.navbar-default .navbar-nav > .disabled > a:focus {
    4743   color: #cccccc;
     4527  color: #ccc;
    47444528  background-color: transparent;
    47454529}
    4746 
    47474530.navbar-default .navbar-toggle {
    4748   border-color: #dddddd;
    4749 }
    4750 
     4531  border-color: #ddd;
     4532}
    47514533.navbar-default .navbar-toggle:hover,
    47524534.navbar-default .navbar-toggle:focus {
    4753   background-color: #dddddd;
    4754 }
    4755 
     4535  background-color: #ddd;
     4536}
    47564537.navbar-default .navbar-toggle .icon-bar {
    4757   background-color: #cccccc;
    4758 }
    4759 
     4538  background-color: #888;
     4539}
    47604540.navbar-default .navbar-collapse,
    47614541.navbar-default .navbar-form {
    47624542  border-color: #e7e7e7;
    47634543}
    4764 
    47654544.navbar-default .navbar-nav > .open > a,
    47664545.navbar-default .navbar-nav > .open > a:hover,
    47674546.navbar-default .navbar-nav > .open > a:focus {
    4768   color: #555555;
     4547  color: #555;
    47694548  background-color: #e7e7e7;
    47704549}
    4771 
    47724550@media (max-width: 767px) {
    47734551  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    4774     color: #777777;
     4552    color: #777;
    47754553  }
    47764554  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    47774555  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    4778     color: #333333;
     4556    color: #333;
    47794557    background-color: transparent;
    47804558  }
     
    47824560  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    47834561  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    4784     color: #555555;
     4562    color: #555;
    47854563    background-color: #e7e7e7;
    47864564  }
     
    47884566  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    47894567  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    4790     color: #cccccc;
     4568    color: #ccc;
    47914569    background-color: transparent;
    47924570  }
    47934571}
    4794 
    47954572.navbar-default .navbar-link {
    4796   color: #777777;
    4797 }
    4798 
     4573  color: #777;
     4574}
    47994575.navbar-default .navbar-link:hover {
    4800   color: #333333;
    4801 }
    4802 
     4576  color: #333;
     4577}
     4578.navbar-default .btn-link {
     4579  color: #777;
     4580}
     4581.navbar-default .btn-link:hover,
     4582.navbar-default .btn-link:focus {
     4583  color: #333;
     4584}
     4585.navbar-default .btn-link[disabled]:hover,
     4586fieldset[disabled] .navbar-default .btn-link:hover,
     4587.navbar-default .btn-link[disabled]:focus,
     4588fieldset[disabled] .navbar-default .btn-link:focus {
     4589  color: #ccc;
     4590}
    48034591.navbar-inverse {
    4804   background-color: #222222;
     4592  background-color: #222;
    48054593  border-color: #080808;
    48064594}
    4807 
    48084595.navbar-inverse .navbar-brand {
    4809   color: #999999;
    4810 }
    4811 
     4596  color: #9d9d9d;
     4597}
    48124598.navbar-inverse .navbar-brand:hover,
    48134599.navbar-inverse .navbar-brand:focus {
    4814   color: #ffffff;
     4600  color: #fff;
    48154601  background-color: transparent;
    48164602}
    4817 
    48184603.navbar-inverse .navbar-text {
    4819   color: #999999;
    4820 }
    4821 
     4604  color: #9d9d9d;
     4605}
    48224606.navbar-inverse .navbar-nav > li > a {
    4823   color: #999999;
    4824 }
    4825 
     4607  color: #9d9d9d;
     4608}
    48264609.navbar-inverse .navbar-nav > li > a:hover,
    48274610.navbar-inverse .navbar-nav > li > a:focus {
    4828   color: #ffffff;
     4611  color: #fff;
    48294612  background-color: transparent;
    48304613}
    4831 
    48324614.navbar-inverse .navbar-nav > .active > a,
    48334615.navbar-inverse .navbar-nav > .active > a:hover,
    48344616.navbar-inverse .navbar-nav > .active > a:focus {
    4835   color: #ffffff;
     4617  color: #fff;
    48364618  background-color: #080808;
    48374619}
    4838 
    48394620.navbar-inverse .navbar-nav > .disabled > a,
    48404621.navbar-inverse .navbar-nav > .disabled > a:hover,
    48414622.navbar-inverse .navbar-nav > .disabled > a:focus {
    4842   color: #444444;
     4623  color: #444;
    48434624  background-color: transparent;
    48444625}
    4845 
    48464626.navbar-inverse .navbar-toggle {
    4847   border-color: #333333;
    4848 }
    4849 
     4627  border-color: #333;
     4628}
    48504629.navbar-inverse .navbar-toggle:hover,
    48514630.navbar-inverse .navbar-toggle:focus {
    4852   background-color: #333333;
    4853 }
    4854 
     4631  background-color: #333;
     4632}
    48554633.navbar-inverse .navbar-toggle .icon-bar {
    4856   background-color: #ffffff;
    4857 }
    4858 
     4634  background-color: #fff;
     4635}
    48594636.navbar-inverse .navbar-collapse,
    48604637.navbar-inverse .navbar-form {
    48614638  border-color: #101010;
    48624639}
    4863 
    48644640.navbar-inverse .navbar-nav > .open > a,
    48654641.navbar-inverse .navbar-nav > .open > a:hover,
    48664642.navbar-inverse .navbar-nav > .open > a:focus {
    4867   color: #ffffff;
     4643  color: #fff;
    48684644  background-color: #080808;
    48694645}
    4870 
    48714646@media (max-width: 767px) {
    48724647  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
     
    48774652  }
    48784653  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    4879     color: #999999;
     4654    color: #9d9d9d;
    48804655  }
    48814656  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    48824657  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    4883     color: #ffffff;
     4658    color: #fff;
    48844659    background-color: transparent;
    48854660  }
     
    48874662  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    48884663  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    4889     color: #ffffff;
     4664    color: #fff;
    48904665    background-color: #080808;
    48914666  }
     
    48934668  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    48944669  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    4895     color: #444444;
     4670    color: #444;
    48964671    background-color: transparent;
    48974672  }
    48984673}
    4899 
    49004674.navbar-inverse .navbar-link {
    4901   color: #999999;
    4902 }
    4903 
     4675  color: #9d9d9d;
     4676}
    49044677.navbar-inverse .navbar-link:hover {
    4905   color: #ffffff;
    4906 }
    4907 
     4678  color: #fff;
     4679}
     4680.navbar-inverse .btn-link {
     4681  color: #9d9d9d;
     4682}
     4683.navbar-inverse .btn-link:hover,
     4684.navbar-inverse .btn-link:focus {
     4685  color: #fff;
     4686}
     4687.navbar-inverse .btn-link[disabled]:hover,
     4688fieldset[disabled] .navbar-inverse .btn-link:hover,
     4689.navbar-inverse .btn-link[disabled]:focus,
     4690fieldset[disabled] .navbar-inverse .btn-link:focus {
     4691  color: #444;
     4692}
    49084693.breadcrumb {
    49094694  padding: 8px 15px;
     
    49134698  border-radius: 4px;
    49144699}
    4915 
    49164700.breadcrumb > li {
    49174701  display: inline-block;
    49184702}
    4919 
    49204703.breadcrumb > li + li:before {
    49214704  padding: 0 5px;
    4922   color: #cccccc;
     4705  color: #ccc;
    49234706  content: "/\00a0";
    49244707}
    4925 
    49264708.breadcrumb > .active {
    4927   color: #999999;
    4928 }
    4929 
     4709  color: #777;
     4710}
    49304711.pagination {
    49314712  display: inline-block;
     
    49344715  border-radius: 4px;
    49354716}
    4936 
    49374717.pagination > li {
    49384718  display: inline;
    49394719}
    4940 
    49414720.pagination > li > a,
    49424721.pagination > li > span {
     
    49454724  padding: 6px 12px;
    49464725  margin-left: -1px;
    4947   line-height: 1.428571429;
     4726  line-height: 1.42857143;
     4727  color: #337ab7;
    49484728  text-decoration: none;
    4949   background-color: #ffffff;
    4950   border: 1px solid #dddddd;
    4951 }
    4952 
     4729  background-color: #fff;
     4730  border: 1px solid #ddd;
     4731}
    49534732.pagination > li:first-child > a,
    49544733.pagination > li:first-child > span {
    49554734  margin-left: 0;
     4735  border-top-left-radius: 4px;
    49564736  border-bottom-left-radius: 4px;
    4957   border-top-left-radius: 4px;
    4958 }
    4959 
     4737}
    49604738.pagination > li:last-child > a,
    49614739.pagination > li:last-child > span {
     
    49634741  border-bottom-right-radius: 4px;
    49644742}
    4965 
    49664743.pagination > li > a:hover,
    49674744.pagination > li > span:hover,
    49684745.pagination > li > a:focus,
    49694746.pagination > li > span:focus {
    4970   background-color: #eeeeee;
    4971 }
    4972 
     4747  z-index: 2;
     4748  color: #23527c;
     4749  background-color: #eee;
     4750  border-color: #ddd;
     4751}
    49734752.pagination > .active > a,
    49744753.pagination > .active > span,
     
    49774756.pagination > .active > a:focus,
    49784757.pagination > .active > span:focus {
    4979   z-index: 2;
    4980   color: #ffffff;
     4758  z-index: 3;
     4759  color: #fff;
    49814760  cursor: default;
    4982   background-color: #428bca;
    4983   border-color: #428bca;
    4984 }
    4985 
     4761  background-color: #337ab7;
     4762  border-color: #337ab7;
     4763}
    49864764.pagination > .disabled > span,
    49874765.pagination > .disabled > span:hover,
     
    49904768.pagination > .disabled > a:hover,
    49914769.pagination > .disabled > a:focus {
    4992   color: #999999;
     4770  color: #777;
    49934771  cursor: not-allowed;
    4994   background-color: #ffffff;
    4995   border-color: #dddddd;
    4996 }
    4997 
     4772  background-color: #fff;
     4773  border-color: #ddd;
     4774}
    49984775.pagination-lg > li > a,
    49994776.pagination-lg > li > span {
    50004777  padding: 10px 16px;
    50014778  font-size: 18px;
    5002 }
    5003 
     4779  line-height: 1.3333333;
     4780}
    50044781.pagination-lg > li:first-child > a,
    50054782.pagination-lg > li:first-child > span {
     4783  border-top-left-radius: 6px;
    50064784  border-bottom-left-radius: 6px;
    5007   border-top-left-radius: 6px;
    5008 }
    5009 
     4785}
    50104786.pagination-lg > li:last-child > a,
    50114787.pagination-lg > li:last-child > span {
     
    50134789  border-bottom-right-radius: 6px;
    50144790}
    5015 
    50164791.pagination-sm > li > a,
    50174792.pagination-sm > li > span {
    50184793  padding: 5px 10px;
    50194794  font-size: 12px;
    5020 }
    5021 
     4795  line-height: 1.5;
     4796}
    50224797.pagination-sm > li:first-child > a,
    50234798.pagination-sm > li:first-child > span {
     4799  border-top-left-radius: 3px;
    50244800  border-bottom-left-radius: 3px;
    5025   border-top-left-radius: 3px;
    5026 }
    5027 
     4801}
    50284802.pagination-sm > li:last-child > a,
    50294803.pagination-sm > li:last-child > span {
     
    50314805  border-bottom-right-radius: 3px;
    50324806}
    5033 
    50344807.pager {
    50354808  padding-left: 0;
     
    50384811  list-style: none;
    50394812}
    5040 
    5041 .pager:before,
    5042 .pager:after {
    5043   display: table;
    5044   content: " ";
    5045 }
    5046 
    5047 .pager:after {
    5048   clear: both;
    5049 }
    5050 
    5051 .pager:before,
    5052 .pager:after {
    5053   display: table;
    5054   content: " ";
    5055 }
    5056 
    5057 .pager:after {
    5058   clear: both;
    5059 }
    5060 
    50614813.pager li {
    50624814  display: inline;
    50634815}
    5064 
    50654816.pager li > a,
    50664817.pager li > span {
    50674818  display: inline-block;
    50684819  padding: 5px 14px;
    5069   background-color: #ffffff;
    5070   border: 1px solid #dddddd;
     4820  background-color: #fff;
     4821  border: 1px solid #ddd;
    50714822  border-radius: 15px;
    50724823}
    5073 
    50744824.pager li > a:hover,
    50754825.pager li > a:focus {
    50764826  text-decoration: none;
    5077   background-color: #eeeeee;
    5078 }
    5079 
     4827  background-color: #eee;
     4828}
    50804829.pager .next > a,
    50814830.pager .next > span {
    50824831  float: right;
    50834832}
    5084 
    50854833.pager .previous > a,
    50864834.pager .previous > span {
    50874835  float: left;
    50884836}
    5089 
    50904837.pager .disabled > a,
    50914838.pager .disabled > a:hover,
    50924839.pager .disabled > a:focus,
    50934840.pager .disabled > span {
    5094   color: #999999;
     4841  color: #777;
    50954842  cursor: not-allowed;
    5096   background-color: #ffffff;
    5097 }
    5098 
     4843  background-color: #fff;
     4844}
    50994845.label {
    51004846  display: inline;
     
    51034849  font-weight: bold;
    51044850  line-height: 1;
    5105   color: #ffffff;
     4851  color: #fff;
    51064852  text-align: center;
    51074853  white-space: nowrap;
     
    51094855  border-radius: .25em;
    51104856}
    5111 
    5112 .label[href]:hover,
    5113 .label[href]:focus {
    5114   color: #ffffff;
     4857a.label:hover,
     4858a.label:focus {
     4859  color: #fff;
    51154860  text-decoration: none;
    51164861  cursor: pointer;
    51174862}
    5118 
    51194863.label:empty {
    51204864  display: none;
    51214865}
    5122 
    51234866.btn .label {
    51244867  position: relative;
    51254868  top: -1px;
    51264869}
    5127 
    51284870.label-default {
    5129   background-color: #999999;
    5130 }
    5131 
     4871  background-color: #777;
     4872}
    51324873.label-default[href]:hover,
    51334874.label-default[href]:focus {
    5134   background-color: #808080;
    5135 }
    5136 
     4875  background-color: #5e5e5e;
     4876}
    51374877.label-primary {
    5138   background-color: #428bca;
    5139 }
    5140 
     4878  background-color: #337ab7;
     4879}
    51414880.label-primary[href]:hover,
    51424881.label-primary[href]:focus {
    5143   background-color: #3071a9;
    5144 }
    5145 
     4882  background-color: #286090;
     4883}
    51464884.label-success {
    51474885  background-color: #5cb85c;
    51484886}
    5149 
    51504887.label-success[href]:hover,
    51514888.label-success[href]:focus {
    51524889  background-color: #449d44;
    51534890}
    5154 
    51554891.label-info {
    51564892  background-color: #5bc0de;
    51574893}
    5158 
    51594894.label-info[href]:hover,
    51604895.label-info[href]:focus {
    51614896  background-color: #31b0d5;
    51624897}
    5163 
    51644898.label-warning {
    51654899  background-color: #f0ad4e;
    51664900}
    5167 
    51684901.label-warning[href]:hover,
    51694902.label-warning[href]:focus {
    51704903  background-color: #ec971f;
    51714904}
    5172 
    51734905.label-danger {
    51744906  background-color: #d9534f;
    51754907}
    5176 
    51774908.label-danger[href]:hover,
    51784909.label-danger[href]:focus {
    51794910  background-color: #c9302c;
    51804911}
    5181 
    51824912.badge {
    51834913  display: inline-block;
     
    51874917  font-weight: bold;
    51884918  line-height: 1;
    5189   color: #ffffff;
     4919  color: #fff;
    51904920  text-align: center;
    51914921  white-space: nowrap;
    5192   vertical-align: baseline;
    5193   background-color: #999999;
     4922  vertical-align: middle;
     4923  background-color: #777;
    51944924  border-radius: 10px;
    51954925}
    5196 
    51974926.badge:empty {
    51984927  display: none;
    51994928}
    5200 
    52014929.btn .badge {
    52024930  position: relative;
    52034931  top: -1px;
    52044932}
    5205 
     4933.btn-xs .badge,
     4934.btn-group-xs > .btn .badge {
     4935  top: 0;
     4936  padding: 1px 5px;
     4937}
    52064938a.badge:hover,
    52074939a.badge:focus {
    5208   color: #ffffff;
     4940  color: #fff;
    52094941  text-decoration: none;
    52104942  cursor: pointer;
    52114943}
    5212 
    5213 a.list-group-item.active > .badge,
     4944.list-group-item.active > .badge,
    52144945.nav-pills > .active > a > .badge {
    5215   color: #428bca;
    5216   background-color: #ffffff;
    5217 }
    5218 
     4946  color: #337ab7;
     4947  background-color: #fff;
     4948}
     4949.list-group-item > .badge {
     4950  float: right;
     4951}
     4952.list-group-item > .badge + .badge {
     4953  margin-right: 5px;
     4954}
    52194955.nav-pills > li > a > .badge {
    52204956  margin-left: 3px;
    52214957}
    5222 
    52234958.jumbotron {
    5224   padding: 30px;
     4959  padding-top: 30px;
     4960  padding-bottom: 30px;
    52254961  margin-bottom: 30px;
     4962  color: inherit;
     4963  background-color: #eee;
     4964}
     4965.jumbotron h1,
     4966.jumbotron .h1 {
     4967  color: inherit;
     4968}
     4969.jumbotron p {
     4970  margin-bottom: 15px;
    52264971  font-size: 21px;
    52274972  font-weight: 200;
    5228   line-height: 2.1428571435;
    5229   color: inherit;
    5230   background-color: #eeeeee;
    5231 }
    5232 
    5233 .jumbotron h1,
    5234 .jumbotron .h1 {
    5235   line-height: 1;
    5236   color: inherit;
    5237 }
    5238 
    5239 .jumbotron p {
    5240   line-height: 1.4;
    5241 }
    5242 
    5243 .container .jumbotron {
     4973}
     4974.jumbotron > hr {
     4975  border-top-color: #d5d5d5;
     4976}
     4977.container .jumbotron,
     4978.container-fluid .jumbotron {
     4979  padding-right: 15px;
     4980  padding-left: 15px;
    52444981  border-radius: 6px;
    52454982}
    5246 
    52474983.jumbotron .container {
    52484984  max-width: 100%;
    52494985}
    5250 
    52514986@media screen and (min-width: 768px) {
    52524987  .jumbotron {
     
    52544989    padding-bottom: 48px;
    52554990  }
    5256   .container .jumbotron {
     4991  .container .jumbotron,
     4992  .container-fluid .jumbotron {
    52574993    padding-right: 60px;
    52584994    padding-left: 60px;
     
    52634999  }
    52645000}
    5265 
    52665001.thumbnail {
    52675002  display: block;
    52685003  padding: 4px;
    52695004  margin-bottom: 20px;
    5270   line-height: 1.428571429;
    5271   background-color: #ffffff;
    5272   border: 1px solid #dddddd;
     5005  line-height: 1.42857143;
     5006  background-color: #fff;
     5007  border: 1px solid #ddd;
    52735008  border-radius: 4px;
    5274   -webkit-transition: all 0.2s ease-in-out;
    5275           transition: all 0.2s ease-in-out;
    5276 }
    5277 
     5009  -webkit-transition: border .2s ease-in-out;
     5010       -o-transition: border .2s ease-in-out;
     5011          transition: border .2s ease-in-out;
     5012}
    52785013.thumbnail > img,
    52795014.thumbnail a > img {
    5280   display: block;
    5281   height: auto;
    5282   max-width: 100%;
    52835015  margin-right: auto;
    52845016  margin-left: auto;
    52855017}
    5286 
    52875018a.thumbnail:hover,
    52885019a.thumbnail:focus,
    52895020a.thumbnail.active {
    5290   border-color: #428bca;
    5291 }
    5292 
     5021  border-color: #337ab7;
     5022}
    52935023.thumbnail .caption {
    52945024  padding: 9px;
    5295   color: #333333;
    5296 }
    5297 
     5025  color: #333;
     5026}
    52985027.alert {
    52995028  padding: 15px;
     
    53025031  border-radius: 4px;
    53035032}
    5304 
    53055033.alert h4 {
    53065034  margin-top: 0;
    53075035  color: inherit;
    53085036}
    5309 
    53105037.alert .alert-link {
    53115038  font-weight: bold;
    53125039}
    5313 
    53145040.alert > p,
    53155041.alert > ul {
    53165042  margin-bottom: 0;
    53175043}
    5318 
    53195044.alert > p + p {
    53205045  margin-top: 5px;
    53215046}
    5322 
    5323 .alert-dismissable {
     5047.alert-dismissable,
     5048.alert-dismissible {
    53245049  padding-right: 35px;
    53255050}
    5326 
    5327 .alert-dismissable .close {
     5051.alert-dismissable .close,
     5052.alert-dismissible .close {
    53285053  position: relative;
    53295054  top: -2px;
     
    53315056  color: inherit;
    53325057}
    5333 
    53345058.alert-success {
    53355059  color: #3c763d;
     
    53375061  border-color: #d6e9c6;
    53385062}
    5339 
    53405063.alert-success hr {
    53415064  border-top-color: #c9e2b3;
    53425065}
    5343 
    53445066.alert-success .alert-link {
    53455067  color: #2b542c;
    53465068}
    5347 
    53485069.alert-info {
    53495070  color: #31708f;
     
    53515072  border-color: #bce8f1;
    53525073}
    5353 
    53545074.alert-info hr {
    53555075  border-top-color: #a6e1ec;
    53565076}
    5357 
    53585077.alert-info .alert-link {
    53595078  color: #245269;
    53605079}
    5361 
    53625080.alert-warning {
    53635081  color: #8a6d3b;
     
    53655083  border-color: #faebcc;
    53665084}
    5367 
    53685085.alert-warning hr {
    53695086  border-top-color: #f7e1b5;
    53705087}
    5371 
    53725088.alert-warning .alert-link {
    53735089  color: #66512c;
    53745090}
    5375 
    53765091.alert-danger {
    53775092  color: #a94442;
     
    53795094  border-color: #ebccd1;
    53805095}
    5381 
    53825096.alert-danger hr {
    53835097  border-top-color: #e4b9c0;
    53845098}
    5385 
    53865099.alert-danger .alert-link {
    53875100  color: #843534;
    53885101}
    5389 
    53905102@-webkit-keyframes progress-bar-stripes {
    53915103  from {
     
    53965108  }
    53975109}
    5398 
     5110@-o-keyframes progress-bar-stripes {
     5111  from {
     5112    background-position: 40px 0;
     5113  }
     5114  to {
     5115    background-position: 0 0;
     5116  }
     5117}
    53995118@keyframes progress-bar-stripes {
    54005119  from {
     
    54055124  }
    54065125}
    5407 
    54085126.progress {
    54095127  height: 20px;
     
    54125130  background-color: #f5f5f5;
    54135131  border-radius: 4px;
    5414   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    5415           box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    5416 }
    5417 
     5132  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
     5133          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
     5134}
    54185135.progress-bar {
    54195136  float: left;
     
    54225139  font-size: 12px;
    54235140  line-height: 20px;
    5424   color: #ffffff;
     5141  color: #fff;
    54255142  text-align: center;
    5426   background-color: #428bca;
    5427   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    5428           box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    5429   -webkit-transition: width 0.6s ease;
    5430           transition: width 0.6s ease;
    5431 }
    5432 
    5433 .progress-striped .progress-bar {
    5434   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    5435   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    5436   background-size: 40px 40px;
    5437 }
    5438 
    5439 .progress.active .progress-bar {
     5143  background-color: #337ab7;
     5144  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
     5145          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
     5146  -webkit-transition: width .6s ease;
     5147       -o-transition: width .6s ease;
     5148          transition: width .6s ease;
     5149}
     5150.progress-striped .progress-bar,
     5151.progress-bar-striped {
     5152  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5153  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5154  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5155  -webkit-background-size: 40px 40px;
     5156          background-size: 40px 40px;
     5157}
     5158.progress.active .progress-bar,
     5159.progress-bar.active {
    54405160  -webkit-animation: progress-bar-stripes 2s linear infinite;
     5161       -o-animation: progress-bar-stripes 2s linear infinite;
    54415162          animation: progress-bar-stripes 2s linear infinite;
    54425163}
    5443 
    54445164.progress-bar-success {
    54455165  background-color: #5cb85c;
    54465166}
    5447 
    54485167.progress-striped .progress-bar-success {
    5449   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    5450   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    5451 }
    5452 
     5168  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5169  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5170  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5171}
    54535172.progress-bar-info {
    54545173  background-color: #5bc0de;
    54555174}
    5456 
    54575175.progress-striped .progress-bar-info {
    5458   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    5459   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    5460 }
    5461 
     5176  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5177  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5178  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5179}
    54625180.progress-bar-warning {
    54635181  background-color: #f0ad4e;
    54645182}
    5465 
    54665183.progress-striped .progress-bar-warning {
    5467   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    5468   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    5469 }
    5470 
     5184  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5185  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5186  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5187}
    54715188.progress-bar-danger {
    54725189  background-color: #d9534f;
    54735190}
    5474 
    54755191.progress-striped .progress-bar-danger {
    5476   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    5477   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    5478 }
    5479 
     5192  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5193  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5194  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
     5195}
     5196.media {
     5197  margin-top: 15px;
     5198}
     5199.media:first-child {
     5200  margin-top: 0;
     5201}
    54805202.media,
    54815203.media-body {
     
    54835205  zoom: 1;
    54845206}
    5485 
    5486 .media,
    5487 .media .media {
    5488   margin-top: 15px;
    5489 }
    5490 
    5491 .media:first-child {
    5492   margin-top: 0;
    5493 }
    5494 
     5207.media-body {
     5208  width: 10000px;
     5209}
    54955210.media-object {
    54965211  display: block;
    54975212}
    5498 
     5213.media-object.img-thumbnail {
     5214  max-width: none;
     5215}
     5216.media-right,
     5217.media > .pull-right {
     5218  padding-left: 10px;
     5219}
     5220.media-left,
     5221.media > .pull-left {
     5222  padding-right: 10px;
     5223}
     5224.media-left,
     5225.media-right,
     5226.media-body {
     5227  display: table-cell;
     5228  vertical-align: top;
     5229}
     5230.media-middle {
     5231  vertical-align: middle;
     5232}
     5233.media-bottom {
     5234  vertical-align: bottom;
     5235}
    54995236.media-heading {
    5500   margin: 0 0 5px;
    5501 }
    5502 
    5503 .media > .pull-left {
    5504   margin-right: 10px;
    5505 }
    5506 
    5507 .media > .pull-right {
    5508   margin-left: 10px;
    5509 }
    5510 
     5237  margin-top: 0;
     5238  margin-bottom: 5px;
     5239}
    55115240.media-list {
    55125241  padding-left: 0;
    55135242  list-style: none;
    55145243}
    5515 
    55165244.list-group {
    55175245  padding-left: 0;
    55185246  margin-bottom: 20px;
    55195247}
    5520 
    55215248.list-group-item {
    55225249  position: relative;
     
    55245251  padding: 10px 15px;
    55255252  margin-bottom: -1px;
    5526   background-color: #ffffff;
    5527   border: 1px solid #dddddd;
    5528 }
    5529 
     5253  background-color: #fff;
     5254  border: 1px solid #ddd;
     5255}
    55305256.list-group-item:first-child {
     5257  border-top-left-radius: 4px;
    55315258  border-top-right-radius: 4px;
    5532   border-top-left-radius: 4px;
    5533 }
    5534 
     5259}
    55355260.list-group-item:last-child {
    55365261  margin-bottom: 0;
     
    55385263  border-bottom-left-radius: 4px;
    55395264}
    5540 
    5541 .list-group-item > .badge {
    5542   float: right;
    5543 }
    5544 
    5545 .list-group-item > .badge + .badge {
    5546   margin-right: 5px;
    5547 }
    5548 
    5549 a.list-group-item {
    5550   color: #555555;
    5551 }
    5552 
    5553 a.list-group-item .list-group-item-heading {
    5554   color: #333333;
    5555 }
    5556 
     5265a.list-group-item,
     5266button.list-group-item {
     5267  color: #555;
     5268}
     5269a.list-group-item .list-group-item-heading,
     5270button.list-group-item .list-group-item-heading {
     5271  color: #333;
     5272}
    55575273a.list-group-item:hover,
    5558 a.list-group-item:focus {
     5274button.list-group-item:hover,
     5275a.list-group-item:focus,
     5276button.list-group-item:focus {
     5277  color: #555;
    55595278  text-decoration: none;
    55605279  background-color: #f5f5f5;
    55615280}
    5562 
    5563 a.list-group-item.active,
    5564 a.list-group-item.active:hover,
    5565 a.list-group-item.active:focus {
     5281button.list-group-item {
     5282  width: 100%;
     5283  text-align: left;
     5284}
     5285.list-group-item.disabled,
     5286.list-group-item.disabled:hover,
     5287.list-group-item.disabled:focus {
     5288  color: #777;
     5289  cursor: not-allowed;
     5290  background-color: #eee;
     5291}
     5292.list-group-item.disabled .list-group-item-heading,
     5293.list-group-item.disabled:hover .list-group-item-heading,
     5294.list-group-item.disabled:focus .list-group-item-heading {
     5295  color: inherit;
     5296}
     5297.list-group-item.disabled .list-group-item-text,
     5298.list-group-item.disabled:hover .list-group-item-text,
     5299.list-group-item.disabled:focus .list-group-item-text {
     5300  color: #777;
     5301}
     5302.list-group-item.active,
     5303.list-group-item.active:hover,
     5304.list-group-item.active:focus {
    55665305  z-index: 2;
    5567   color: #ffffff;
    5568   background-color: #428bca;
    5569   border-color: #428bca;
    5570 }
    5571 
    5572 a.list-group-item.active .list-group-item-heading,
    5573 a.list-group-item.active:hover .list-group-item-heading,
    5574 a.list-group-item.active:focus .list-group-item-heading {
     5306  color: #fff;
     5307  background-color: #337ab7;
     5308  border-color: #337ab7;
     5309}
     5310.list-group-item.active .list-group-item-heading,
     5311.list-group-item.active:hover .list-group-item-heading,
     5312.list-group-item.active:focus .list-group-item-heading,
     5313.list-group-item.active .list-group-item-heading > small,
     5314.list-group-item.active:hover .list-group-item-heading > small,
     5315.list-group-item.active:focus .list-group-item-heading > small,
     5316.list-group-item.active .list-group-item-heading > .small,
     5317.list-group-item.active:hover .list-group-item-heading > .small,
     5318.list-group-item.active:focus .list-group-item-heading > .small {
    55755319  color: inherit;
    55765320}
    5577 
    5578 a.list-group-item.active .list-group-item-text,
    5579 a.list-group-item.active:hover .list-group-item-text,
    5580 a.list-group-item.active:focus .list-group-item-text {
    5581   color: #e1edf7;
    5582 }
    5583 
     5321.list-group-item.active .list-group-item-text,
     5322.list-group-item.active:hover .list-group-item-text,
     5323.list-group-item.active:focus .list-group-item-text {
     5324  color: #c7ddef;
     5325}
     5326.list-group-item-success {
     5327  color: #3c763d;
     5328  background-color: #dff0d8;
     5329}
     5330a.list-group-item-success,
     5331button.list-group-item-success {
     5332  color: #3c763d;
     5333}
     5334a.list-group-item-success .list-group-item-heading,
     5335button.list-group-item-success .list-group-item-heading {
     5336  color: inherit;
     5337}
     5338a.list-group-item-success:hover,
     5339button.list-group-item-success:hover,
     5340a.list-group-item-success:focus,
     5341button.list-group-item-success:focus {
     5342  color: #3c763d;
     5343  background-color: #d0e9c6;
     5344}
     5345a.list-group-item-success.active,
     5346button.list-group-item-success.active,
     5347a.list-group-item-success.active:hover,
     5348button.list-group-item-success.active:hover,
     5349a.list-group-item-success.active:focus,
     5350button.list-group-item-success.active:focus {
     5351  color: #fff;
     5352  background-color: #3c763d;
     5353  border-color: #3c763d;
     5354}
     5355.list-group-item-info {
     5356  color: #31708f;
     5357  background-color: #d9edf7;
     5358}
     5359a.list-group-item-info,
     5360button.list-group-item-info {
     5361  color: #31708f;
     5362}
     5363a.list-group-item-info .list-group-item-heading,
     5364button.list-group-item-info .list-group-item-heading {
     5365  color: inherit;
     5366}
     5367a.list-group-item-info:hover,
     5368button.list-group-item-info:hover,
     5369a.list-group-item-info:focus,
     5370button.list-group-item-info:focus {
     5371  color: #31708f;
     5372  background-color: #c4e3f3;
     5373}
     5374a.list-group-item-info.active,
     5375button.list-group-item-info.active,
     5376a.list-group-item-info.active:hover,
     5377button.list-group-item-info.active:hover,
     5378a.list-group-item-info.active:focus,
     5379button.list-group-item-info.active:focus {
     5380  color: #fff;
     5381  background-color: #31708f;
     5382  border-color: #31708f;
     5383}
     5384.list-group-item-warning {
     5385  color: #8a6d3b;
     5386  background-color: #fcf8e3;
     5387}
     5388a.list-group-item-warning,
     5389button.list-group-item-warning {
     5390  color: #8a6d3b;
     5391}
     5392a.list-group-item-warning .list-group-item-heading,
     5393button.list-group-item-warning .list-group-item-heading {
     5394  color: inherit;
     5395}
     5396a.list-group-item-warning:hover,
     5397button.list-group-item-warning:hover,
     5398a.list-group-item-warning:focus,
     5399button.list-group-item-warning:focus {
     5400  color: #8a6d3b;
     5401  background-color: #faf2cc;
     5402}
     5403a.list-group-item-warning.active,
     5404button.list-group-item-warning.active,
     5405a.list-group-item-warning.active:hover,
     5406button.list-group-item-warning.active:hover,
     5407a.list-group-item-warning.active:focus,
     5408button.list-group-item-warning.active:focus {
     5409  color: #fff;
     5410  background-color: #8a6d3b;
     5411  border-color: #8a6d3b;
     5412}
     5413.list-group-item-danger {
     5414  color: #a94442;
     5415  background-color: #f2dede;
     5416}
     5417a.list-group-item-danger,
     5418button.list-group-item-danger {
     5419  color: #a94442;
     5420}
     5421a.list-group-item-danger .list-group-item-heading,
     5422button.list-group-item-danger .list-group-item-heading {
     5423  color: inherit;
     5424}
     5425a.list-group-item-danger:hover,
     5426button.list-group-item-danger:hover,
     5427a.list-group-item-danger:focus,
     5428button.list-group-item-danger:focus {
     5429  color: #a94442;
     5430  background-color: #ebcccc;
     5431}
     5432a.list-group-item-danger.active,
     5433button.list-group-item-danger.active,
     5434a.list-group-item-danger.active:hover,
     5435button.list-group-item-danger.active:hover,
     5436a.list-group-item-danger.active:focus,
     5437button.list-group-item-danger.active:focus {
     5438  color: #fff;
     5439  background-color: #a94442;
     5440  border-color: #a94442;
     5441}
    55845442.list-group-item-heading {
    55855443  margin-top: 0;
    55865444  margin-bottom: 5px;
    55875445}
    5588 
    55895446.list-group-item-text {
    55905447  margin-bottom: 0;
    55915448  line-height: 1.3;
    55925449}
    5593 
    55945450.panel {
    55955451  margin-bottom: 20px;
    5596   background-color: #ffffff;
     5452  background-color: #fff;
    55975453  border: 1px solid transparent;
    55985454  border-radius: 4px;
    5599   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    5600           box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    5601 }
    5602 
     5455  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
     5456          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
     5457}
    56035458.panel-body {
    56045459  padding: 15px;
    56055460}
    5606 
    5607 .panel-body:before,
    5608 .panel-body:after {
    5609   display: table;
    5610   content: " ";
    5611 }
    5612 
    5613 .panel-body:after {
    5614   clear: both;
    5615 }
    5616 
    5617 .panel-body:before,
    5618 .panel-body:after {
    5619   display: table;
    5620   content: " ";
    5621 }
    5622 
    5623 .panel-body:after {
    5624   clear: both;
    5625 }
    5626 
    5627 .panel > .list-group {
     5461.panel-heading {
     5462  padding: 10px 15px;
     5463  border-bottom: 1px solid transparent;
     5464  border-top-left-radius: 3px;
     5465  border-top-right-radius: 3px;
     5466}
     5467.panel-heading > .dropdown .dropdown-toggle {
     5468  color: inherit;
     5469}
     5470.panel-title {
     5471  margin-top: 0;
    56285472  margin-bottom: 0;
    5629 }
    5630 
    5631 .panel > .list-group .list-group-item {
     5473  font-size: 16px;
     5474  color: inherit;
     5475}
     5476.panel-title > a,
     5477.panel-title > small,
     5478.panel-title > .small,
     5479.panel-title > small > a,
     5480.panel-title > .small > a {
     5481  color: inherit;
     5482}
     5483.panel-footer {
     5484  padding: 10px 15px;
     5485  background-color: #f5f5f5;
     5486  border-top: 1px solid #ddd;
     5487  border-bottom-right-radius: 3px;
     5488  border-bottom-left-radius: 3px;
     5489}
     5490.panel > .list-group,
     5491.panel > .panel-collapse > .list-group {
     5492  margin-bottom: 0;
     5493}
     5494.panel > .list-group .list-group-item,
     5495.panel > .panel-collapse > .list-group .list-group-item {
    56325496  border-width: 1px 0;
    5633 }
    5634 
    5635 .panel > .list-group .list-group-item:first-child {
     5497  border-radius: 0;
     5498}
     5499.panel > .list-group:first-child .list-group-item:first-child,
     5500.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
     5501  border-top: 0;
     5502  border-top-left-radius: 3px;
     5503  border-top-right-radius: 3px;
     5504}
     5505.panel > .list-group:last-child .list-group-item:last-child,
     5506.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
     5507  border-bottom: 0;
     5508  border-bottom-right-radius: 3px;
     5509  border-bottom-left-radius: 3px;
     5510}
     5511.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
     5512  border-top-left-radius: 0;
    56365513  border-top-right-radius: 0;
    5637   border-top-left-radius: 0;
    5638 }
    5639 
    5640 .panel > .list-group .list-group-item:last-child {
    5641   border-bottom: 0;
    5642 }
    5643 
     5514}
    56445515.panel-heading + .list-group .list-group-item:first-child {
    56455516  border-top-width: 0;
    56465517}
    5647 
     5518.list-group + .panel-footer {
     5519  border-top-width: 0;
     5520}
    56485521.panel > .table,
    5649 .panel > .table-responsive > .table {
     5522.panel > .table-responsive > .table,
     5523.panel > .panel-collapse > .table {
    56505524  margin-bottom: 0;
    56515525}
    5652 
     5526.panel > .table caption,
     5527.panel > .table-responsive > .table caption,
     5528.panel > .panel-collapse > .table caption {
     5529  padding-right: 15px;
     5530  padding-left: 15px;
     5531}
     5532.panel > .table:first-child,
     5533.panel > .table-responsive:first-child > .table:first-child {
     5534  border-top-left-radius: 3px;
     5535  border-top-right-radius: 3px;
     5536}
     5537.panel > .table:first-child > thead:first-child > tr:first-child,
     5538.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
     5539.panel > .table:first-child > tbody:first-child > tr:first-child,
     5540.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
     5541  border-top-left-radius: 3px;
     5542  border-top-right-radius: 3px;
     5543}
     5544.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
     5545.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
     5546.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
     5547.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
     5548.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
     5549.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
     5550.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
     5551.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
     5552  border-top-left-radius: 3px;
     5553}
     5554.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
     5555.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
     5556.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
     5557.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
     5558.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
     5559.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
     5560.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
     5561.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
     5562  border-top-right-radius: 3px;
     5563}
     5564.panel > .table:last-child,
     5565.panel > .table-responsive:last-child > .table:last-child {
     5566  border-bottom-right-radius: 3px;
     5567  border-bottom-left-radius: 3px;
     5568}
     5569.panel > .table:last-child > tbody:last-child > tr:last-child,
     5570.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
     5571.panel > .table:last-child > tfoot:last-child > tr:last-child,
     5572.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
     5573  border-bottom-right-radius: 3px;
     5574  border-bottom-left-radius: 3px;
     5575}
     5576.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
     5577.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
     5578.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
     5579.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
     5580.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
     5581.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
     5582.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
     5583.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
     5584  border-bottom-left-radius: 3px;
     5585}
     5586.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
     5587.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
     5588.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
     5589.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
     5590.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
     5591.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
     5592.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
     5593.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
     5594  border-bottom-right-radius: 3px;
     5595}
    56535596.panel > .panel-body + .table,
    5654 .panel > .panel-body + .table-responsive {
    5655   border-top: 1px solid #dddddd;
    5656 }
    5657 
    5658 .panel > .table > tbody:first-child th,
    5659 .panel > .table > tbody:first-child td {
     5597.panel > .panel-body + .table-responsive,
     5598.panel > .table + .panel-body,
     5599.panel > .table-responsive + .panel-body {
     5600  border-top: 1px solid #ddd;
     5601}
     5602.panel > .table > tbody:first-child > tr:first-child th,
     5603.panel > .table > tbody:first-child > tr:first-child td {
    56605604  border-top: 0;
    56615605}
    5662 
    56635606.panel > .table-bordered,
    56645607.panel > .table-responsive > .table-bordered {
    56655608  border: 0;
    56665609}
    5667 
    56685610.panel > .table-bordered > thead > tr > th:first-child,
    56695611.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
     
    56805622  border-left: 0;
    56815623}
    5682 
    56835624.panel > .table-bordered > thead > tr > th:last-child,
    56845625.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
     
    56955636  border-right: 0;
    56965637}
    5697 
    5698 .panel > .table-bordered > thead > tr:last-child > th,
    5699 .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
     5638.panel > .table-bordered > thead > tr:first-child > td,
     5639.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
     5640.panel > .table-bordered > tbody > tr:first-child > td,
     5641.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
     5642.panel > .table-bordered > thead > tr:first-child > th,
     5643.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
     5644.panel > .table-bordered > tbody > tr:first-child > th,
     5645.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
     5646  border-bottom: 0;
     5647}
     5648.panel > .table-bordered > tbody > tr:last-child > td,
     5649.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
     5650.panel > .table-bordered > tfoot > tr:last-child > td,
     5651.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    57005652.panel > .table-bordered > tbody > tr:last-child > th,
    57015653.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    57025654.panel > .table-bordered > tfoot > tr:last-child > th,
    5703 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    5704 .panel > .table-bordered > thead > tr:last-child > td,
    5705 .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
    5706 .panel > .table-bordered > tbody > tr:last-child > td,
    5707 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    5708 .panel > .table-bordered > tfoot > tr:last-child > td,
    5709 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
     5655.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    57105656  border-bottom: 0;
    57115657}
    5712 
    57135658.panel > .table-responsive {
    57145659  margin-bottom: 0;
    57155660  border: 0;
    57165661}
    5717 
    5718 .panel-heading {
    5719   padding: 10px 15px;
    5720   border-bottom: 1px solid transparent;
    5721   border-top-right-radius: 3px;
    5722   border-top-left-radius: 3px;
    5723 }
    5724 
    5725 .panel-heading > .dropdown .dropdown-toggle {
    5726   color: inherit;
    5727 }
    5728 
    5729 .panel-title {
    5730   margin-top: 0;
    5731   margin-bottom: 0;
    5732   font-size: 16px;
    5733   color: inherit;
    5734 }
    5735 
    5736 .panel-title > a {
    5737   color: inherit;
    5738 }
    5739 
    5740 .panel-footer {
    5741   padding: 10px 15px;
    5742   background-color: #f5f5f5;
    5743   border-top: 1px solid #dddddd;
    5744   border-bottom-right-radius: 3px;
    5745   border-bottom-left-radius: 3px;
    5746 }
    5747 
     5662.panel-group {
     5663  margin-bottom: 20px;
     5664}
    57485665.panel-group .panel {
    57495666  margin-bottom: 0;
    5750   overflow: hidden;
    57515667  border-radius: 4px;
    57525668}
    5753 
    57545669.panel-group .panel + .panel {
    57555670  margin-top: 5px;
    57565671}
    5757 
    57585672.panel-group .panel-heading {
    57595673  border-bottom: 0;
    57605674}
    5761 
    5762 .panel-group .panel-heading + .panel-collapse .panel-body {
    5763   border-top: 1px solid #dddddd;
    5764 }
    5765 
     5675.panel-group .panel-heading + .panel-collapse > .panel-body,
     5676.panel-group .panel-heading + .panel-collapse > .list-group {
     5677  border-top: 1px solid #ddd;
     5678}
    57665679.panel-group .panel-footer {
    57675680  border-top: 0;
    57685681}
    5769 
    57705682.panel-group .panel-footer + .panel-collapse .panel-body {
    5771   border-bottom: 1px solid #dddddd;
    5772 }
    5773 
     5683  border-bottom: 1px solid #ddd;
     5684}
    57745685.panel-default {
    5775   border-color: #dddddd;
    5776 }
    5777 
     5686  border-color: #ddd;
     5687}
    57785688.panel-default > .panel-heading {
    5779   color: #333333;
     5689  color: #333;
    57805690  background-color: #f5f5f5;
    5781   border-color: #dddddd;
    5782 }
    5783 
    5784 .panel-default > .panel-heading + .panel-collapse .panel-body {
    5785   border-top-color: #dddddd;
    5786 }
    5787 
    5788 .panel-default > .panel-footer + .panel-collapse .panel-body {
    5789   border-bottom-color: #dddddd;
    5790 }
    5791 
     5691  border-color: #ddd;
     5692}
     5693.panel-default > .panel-heading + .panel-collapse > .panel-body {
     5694  border-top-color: #ddd;
     5695}
     5696.panel-default > .panel-heading .badge {
     5697  color: #f5f5f5;
     5698  background-color: #333;
     5699}
     5700.panel-default > .panel-footer + .panel-collapse > .panel-body {
     5701  border-bottom-color: #ddd;
     5702}
    57925703.panel-primary {
    5793   border-color: #428bca;
    5794 }
    5795 
     5704  border-color: #337ab7;
     5705}
    57965706.panel-primary > .panel-heading {
    5797   color: #ffffff;
    5798   background-color: #428bca;
    5799   border-color: #428bca;
    5800 }
    5801 
    5802 .panel-primary > .panel-heading + .panel-collapse .panel-body {
    5803   border-top-color: #428bca;
    5804 }
    5805 
    5806 .panel-primary > .panel-footer + .panel-collapse .panel-body {
    5807   border-bottom-color: #428bca;
    5808 }
    5809 
     5707  color: #fff;
     5708  background-color: #337ab7;
     5709  border-color: #337ab7;
     5710}
     5711.panel-primary > .panel-heading + .panel-collapse > .panel-body {
     5712  border-top-color: #337ab7;
     5713}
     5714.panel-primary > .panel-heading .badge {
     5715  color: #337ab7;
     5716  background-color: #fff;
     5717}
     5718.panel-primary > .panel-footer + .panel-collapse > .panel-body {
     5719  border-bottom-color: #337ab7;
     5720}
    58105721.panel-success {
    58115722  border-color: #d6e9c6;
    58125723}
    5813 
    58145724.panel-success > .panel-heading {
    58155725  color: #3c763d;
     
    58175727  border-color: #d6e9c6;
    58185728}
    5819 
    5820 .panel-success > .panel-heading + .panel-collapse .panel-body {
     5729.panel-success > .panel-heading + .panel-collapse > .panel-body {
    58215730  border-top-color: #d6e9c6;
    58225731}
    5823 
    5824 .panel-success > .panel-footer + .panel-collapse .panel-body {
     5732.panel-success > .panel-heading .badge {
     5733  color: #dff0d8;
     5734  background-color: #3c763d;
     5735}
     5736.panel-success > .panel-footer + .panel-collapse > .panel-body {
    58255737  border-bottom-color: #d6e9c6;
    58265738}
    5827 
     5739.panel-info {
     5740  border-color: #bce8f1;
     5741}
     5742.panel-info > .panel-heading {
     5743  color: #31708f;
     5744  background-color: #d9edf7;
     5745  border-color: #bce8f1;
     5746}
     5747.panel-info > .panel-heading + .panel-collapse > .panel-body {
     5748  border-top-color: #bce8f1;
     5749}
     5750.panel-info > .panel-heading .badge {
     5751  color: #d9edf7;
     5752  background-color: #31708f;
     5753}
     5754.panel-info > .panel-footer + .panel-collapse > .panel-body {
     5755  border-bottom-color: #bce8f1;
     5756}
    58285757.panel-warning {
    58295758  border-color: #faebcc;
    58305759}
    5831 
    58325760.panel-warning > .panel-heading {
    58335761  color: #8a6d3b;
     
    58355763  border-color: #faebcc;
    58365764}
    5837 
    5838 .panel-warning > .panel-heading + .panel-collapse .panel-body {
     5765.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    58395766  border-top-color: #faebcc;
    58405767}
    5841 
    5842 .panel-warning > .panel-footer + .panel-collapse .panel-body {
     5768.panel-warning > .panel-heading .badge {
     5769  color: #fcf8e3;
     5770  background-color: #8a6d3b;
     5771}
     5772.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    58435773  border-bottom-color: #faebcc;
    58445774}
    5845 
    58465775.panel-danger {
    58475776  border-color: #ebccd1;
    58485777}
    5849 
    58505778.panel-danger > .panel-heading {
    58515779  color: #a94442;
     
    58535781  border-color: #ebccd1;
    58545782}
    5855 
    5856 .panel-danger > .panel-heading + .panel-collapse .panel-body {
     5783.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    58575784  border-top-color: #ebccd1;
    58585785}
    5859 
    5860 .panel-danger > .panel-footer + .panel-collapse .panel-body {
     5786.panel-danger > .panel-heading .badge {
     5787  color: #f2dede;
     5788  background-color: #a94442;
     5789}
     5790.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    58615791  border-bottom-color: #ebccd1;
    58625792}
    5863 
    5864 .panel-info {
    5865   border-color: #bce8f1;
    5866 }
    5867 
    5868 .panel-info > .panel-heading {
    5869   color: #31708f;
    5870   background-color: #d9edf7;
    5871   border-color: #bce8f1;
    5872 }
    5873 
    5874 .panel-info > .panel-heading + .panel-collapse .panel-body {
    5875   border-top-color: #bce8f1;
    5876 }
    5877 
    5878 .panel-info > .panel-footer + .panel-collapse .panel-body {
    5879   border-bottom-color: #bce8f1;
    5880 }
    5881 
     5793.embed-responsive {
     5794  position: relative;
     5795  display: block;
     5796  height: 0;
     5797  padding: 0;
     5798  overflow: hidden;
     5799}
     5800.embed-responsive .embed-responsive-item,
     5801.embed-responsive iframe,
     5802.embed-responsive embed,
     5803.embed-responsive object,
     5804.embed-responsive video {
     5805  position: absolute;
     5806  top: 0;
     5807  bottom: 0;
     5808  left: 0;
     5809  width: 100%;
     5810  height: 100%;
     5811  border: 0;
     5812}
     5813.embed-responsive-16by9 {
     5814  padding-bottom: 56.25%;
     5815}
     5816.embed-responsive-4by3 {
     5817  padding-bottom: 75%;
     5818}
    58825819.well {
    58835820  min-height: 20px;
     
    58875824  border: 1px solid #e3e3e3;
    58885825  border-radius: 4px;
    5889   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    5890           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    5891 }
    5892 
     5826  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
     5827          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
     5828}
    58935829.well blockquote {
    58945830  border-color: #ddd;
    5895   border-color: rgba(0, 0, 0, 0.15);
    5896 }
    5897 
     5831  border-color: rgba(0, 0, 0, .15);
     5832}
    58985833.well-lg {
    58995834  padding: 24px;
    59005835  border-radius: 6px;
    59015836}
    5902 
    59035837.well-sm {
    59045838  padding: 9px;
    59055839  border-radius: 3px;
    59065840}
    5907 
    59085841.close {
    59095842  float: right;
     
    59115844  font-weight: bold;
    59125845  line-height: 1;
    5913   color: #000000;
    5914   text-shadow: 0 1px 0 #ffffff;
    5915   opacity: 0.2;
     5846  color: #000;
     5847  text-shadow: 0 1px 0 #fff;
    59165848  filter: alpha(opacity=20);
    5917 }
    5918 
     5849  opacity: .2;
     5850}
    59195851.close:hover,
    59205852.close:focus {
    5921   color: #000000;
     5853  color: #000;
    59225854  text-decoration: none;
    59235855  cursor: pointer;
    5924   opacity: 0.5;
    59255856  filter: alpha(opacity=50);
    5926 }
    5927 
     5857  opacity: .5;
     5858}
    59285859button.close {
     5860  -webkit-appearance: none;
    59295861  padding: 0;
    59305862  cursor: pointer;
    59315863  background: transparent;
    59325864  border: 0;
    5933   -webkit-appearance: none;
    5934 }
    5935 
     5865}
    59365866.modal-open {
    59375867  overflow: hidden;
    59385868}
    5939 
    59405869.modal {
    59415870  position: fixed;
     
    59445873  bottom: 0;
    59455874  left: 0;
    5946   z-index: 1040;
     5875  z-index: 1050;
    59475876  display: none;
    5948   overflow: auto;
    5949   overflow-y: scroll;
    5950 }
    5951 
     5877  overflow: hidden;
     5878  -webkit-overflow-scrolling: touch;
     5879  outline: 0;
     5880}
    59525881.modal.fade .modal-dialog {
     5882  -webkit-transition: -webkit-transform .3s ease-out;
     5883       -o-transition:      -o-transform .3s ease-out;
     5884          transition:         transform .3s ease-out;
    59535885  -webkit-transform: translate(0, -25%);
    59545886      -ms-transform: translate(0, -25%);
     5887       -o-transform: translate(0, -25%);
    59555888          transform: translate(0, -25%);
    5956   -webkit-transition: -webkit-transform 0.3s ease-out;
    5957      -moz-transition: -moz-transform 0.3s ease-out;
    5958        -o-transition: -o-transform 0.3s ease-out;
    5959           transition: transform 0.3s ease-out;
    5960 }
    5961 
     5889}
    59625890.modal.in .modal-dialog {
    59635891  -webkit-transform: translate(0, 0);
    59645892      -ms-transform: translate(0, 0);
     5893       -o-transform: translate(0, 0);
    59655894          transform: translate(0, 0);
    59665895}
    5967 
     5896.modal-open .modal {
     5897  overflow-x: hidden;
     5898  overflow-y: auto;
     5899}
    59685900.modal-dialog {
    59695901  position: relative;
    5970   z-index: 1050;
    59715902  width: auto;
    59725903  margin: 10px;
    59735904}
    5974 
    59755905.modal-content {
    59765906  position: relative;
    5977   background-color: #ffffff;
    5978   border: 1px solid #999999;
    5979   border: 1px solid rgba(0, 0, 0, 0.2);
     5907  background-color: #fff;
     5908  -webkit-background-clip: padding-box;
     5909          background-clip: padding-box;
     5910  border: 1px solid #999;
     5911  border: 1px solid rgba(0, 0, 0, .2);
    59805912  border-radius: 6px;
    5981   outline: none;
    5982   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    5983           box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    5984   background-clip: padding-box;
    5985 }
    5986 
     5913  outline: 0;
     5914  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
     5915          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
     5916}
    59875917.modal-backdrop {
    59885918  position: fixed;
     
    59915921  bottom: 0;
    59925922  left: 0;
    5993   z-index: 1030;
    5994   background-color: #000000;
    5995 }
    5996 
     5923  z-index: 1040;
     5924  background-color: #000;
     5925}
    59975926.modal-backdrop.fade {
     5927  filter: alpha(opacity=0);
    59985928  opacity: 0;
    5999   filter: alpha(opacity=0);
    6000 }
    6001 
     5929}
    60025930.modal-backdrop.in {
    6003   opacity: 0.5;
    60045931  filter: alpha(opacity=50);
    6005 }
    6006 
     5932  opacity: .5;
     5933}
    60075934.modal-header {
    6008   min-height: 16.428571429px;
    60095935  padding: 15px;
    60105936  border-bottom: 1px solid #e5e5e5;
    60115937}
    6012 
    60135938.modal-header .close {
    60145939  margin-top: -2px;
    60155940}
    6016 
    60175941.modal-title {
    60185942  margin: 0;
    6019   line-height: 1.428571429;
    6020 }
    6021 
     5943  line-height: 1.42857143;
     5944}
    60225945.modal-body {
    60235946  position: relative;
    6024   padding: 20px;
    6025 }
    6026 
     5947  padding: 15px;
     5948}
    60275949.modal-footer {
    6028   padding: 19px 20px 20px;
    6029   margin-top: 15px;
     5950  padding: 15px;
    60305951  text-align: right;
    60315952  border-top: 1px solid #e5e5e5;
    60325953}
    6033 
    6034 .modal-footer:before,
    6035 .modal-footer:after {
    6036   display: table;
    6037   content: " ";
    6038 }
    6039 
    6040 .modal-footer:after {
    6041   clear: both;
    6042 }
    6043 
    6044 .modal-footer:before,
    6045 .modal-footer:after {
    6046   display: table;
    6047   content: " ";
    6048 }
    6049 
    6050 .modal-footer:after {
    6051   clear: both;
    6052 }
    6053 
    60545954.modal-footer .btn + .btn {
    60555955  margin-bottom: 0;
    60565956  margin-left: 5px;
    60575957}
    6058 
    60595958.modal-footer .btn-group .btn + .btn {
    60605959  margin-left: -1px;
    60615960}
    6062 
    60635961.modal-footer .btn-block + .btn-block {
    60645962  margin-left: 0;
    60655963}
    6066 
    6067 @media screen and (min-width: 768px) {
     5964.modal-scrollbar-measure {
     5965  position: absolute;
     5966  top: -9999px;
     5967  width: 50px;
     5968  height: 50px;
     5969  overflow: scroll;
     5970}
     5971@media (min-width: 768px) {
    60685972  .modal-dialog {
    60695973    width: 600px;
     
    60715975  }
    60725976  .modal-content {
    6073     -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    6074             box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    6075   }
    6076 }
    6077 
     5977    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
     5978            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
     5979  }
     5980  .modal-sm {
     5981    width: 300px;
     5982  }
     5983}
     5984@media (min-width: 992px) {
     5985  .modal-lg {
     5986    width: 900px;
     5987  }
     5988}
    60785989.tooltip {
    60795990  position: absolute;
    6080   z-index: 1030;
     5991  z-index: 1070;
    60815992  display: block;
     5993  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    60825994  font-size: 12px;
    6083   line-height: 1.4;
     5995  font-style: normal;
     5996  font-weight: normal;
     5997  line-height: 1.42857143;
     5998  text-align: left;
     5999  text-align: start;
     6000  text-decoration: none;
     6001  text-shadow: none;
     6002  text-transform: none;
     6003  letter-spacing: normal;
     6004  word-break: normal;
     6005  word-spacing: normal;
     6006  word-wrap: normal;
     6007  white-space: normal;
     6008  filter: alpha(opacity=0);
    60846009  opacity: 0;
    6085   filter: alpha(opacity=0);
    6086   visibility: visible;
    6087 }
    60886010
     6011  line-break: auto;
     6012}
    60896013.tooltip.in {
    6090   opacity: 0.9;
    60916014  filter: alpha(opacity=90);
    6092 }
    6093 
     6015  opacity: .9;
     6016}
    60946017.tooltip.top {
    60956018  padding: 5px 0;
    60966019  margin-top: -3px;
    60976020}
    6098 
    60996021.tooltip.right {
    61006022  padding: 0 5px;
    61016023  margin-left: 3px;
    61026024}
    6103 
    61046025.tooltip.bottom {
    61056026  padding: 5px 0;
    61066027  margin-top: 3px;
    61076028}
    6108 
    61096029.tooltip.left {
    61106030  padding: 0 5px;
    61116031  margin-left: -3px;
    61126032}
    6113 
    61146033.tooltip-inner {
    61156034  max-width: 200px;
    61166035  padding: 3px 8px;
    6117   color: #ffffff;
     6036  color: #fff;
    61186037  text-align: center;
    6119   text-decoration: none;
    6120   background-color: #000000;
     6038  background-color: #000;
    61216039  border-radius: 4px;
    61226040}
    6123 
    61246041.tooltip-arrow {
    61256042  position: absolute;
     
    61296046  border-style: solid;
    61306047}
    6131 
    61326048.tooltip.top .tooltip-arrow {
    61336049  bottom: 0;
    61346050  left: 50%;
    61356051  margin-left: -5px;
    6136   border-top-color: #000000;
    61376052  border-width: 5px 5px 0;
    6138 }
    6139 
     6053  border-top-color: #000;
     6054}
    61406055.tooltip.top-left .tooltip-arrow {
     6056  right: 5px;
     6057  bottom: 0;
     6058  margin-bottom: -5px;
     6059  border-width: 5px 5px 0;
     6060  border-top-color: #000;
     6061}
     6062.tooltip.top-right .tooltip-arrow {
    61416063  bottom: 0;
    61426064  left: 5px;
    6143   border-top-color: #000000;
     6065  margin-bottom: -5px;
    61446066  border-width: 5px 5px 0;
    6145 }
    6146 
    6147 .tooltip.top-right .tooltip-arrow {
    6148   right: 5px;
    6149   bottom: 0;
    6150   border-top-color: #000000;
    6151   border-width: 5px 5px 0;
    6152 }
    6153 
     6067  border-top-color: #000;
     6068}
    61546069.tooltip.right .tooltip-arrow {
    61556070  top: 50%;
    61566071  left: 0;
    61576072  margin-top: -5px;
    6158   border-right-color: #000000;
    61596073  border-width: 5px 5px 5px 0;
    6160 }
    6161 
     6074  border-right-color: #000;
     6075}
    61626076.tooltip.left .tooltip-arrow {
    61636077  top: 50%;
    61646078  right: 0;
    61656079  margin-top: -5px;
    6166   border-left-color: #000000;
    61676080  border-width: 5px 0 5px 5px;
    6168 }
    6169 
     6081  border-left-color: #000;
     6082}
    61706083.tooltip.bottom .tooltip-arrow {
    61716084  top: 0;
    61726085  left: 50%;
    61736086  margin-left: -5px;
    6174   border-bottom-color: #000000;
    61756087  border-width: 0 5px 5px;
    6176 }
    6177 
     6088  border-bottom-color: #000;
     6089}
    61786090.tooltip.bottom-left .tooltip-arrow {
    61796091  top: 0;
    6180   left: 5px;
    6181   border-bottom-color: #000000;
     6092  right: 5px;
     6093  margin-top: -5px;
    61826094  border-width: 0 5px 5px;
    6183 }
    6184 
     6095  border-bottom-color: #000;
     6096}
    61856097.tooltip.bottom-right .tooltip-arrow {
    61866098  top: 0;
    6187   right: 5px;
    6188   border-bottom-color: #000000;
     6099  left: 5px;
     6100  margin-top: -5px;
    61896101  border-width: 0 5px 5px;
    6190 }
    6191 
     6102  border-bottom-color: #000;
     6103}
    61926104.popover {
    61936105  position: absolute;
    61946106  top: 0;
    61956107  left: 0;
    6196   z-index: 1010;
     6108  z-index: 1060;
    61976109  display: none;
    61986110  max-width: 276px;
    61996111  padding: 1px;
     6112  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     6113  font-size: 14px;
     6114  font-style: normal;
     6115  font-weight: normal;
     6116  line-height: 1.42857143;
    62006117  text-align: left;
     6118  text-align: start;
     6119  text-decoration: none;
     6120  text-shadow: none;
     6121  text-transform: none;
     6122  letter-spacing: normal;
     6123  word-break: normal;
     6124  word-spacing: normal;
     6125  word-wrap: normal;
    62016126  white-space: normal;
    6202   background-color: #ffffff;
    6203   border: 1px solid #cccccc;
    6204   border: 1px solid rgba(0, 0, 0, 0.2);
     6127  background-color: #fff;
     6128  -webkit-background-clip: padding-box;
     6129          background-clip: padding-box;
     6130  border: 1px solid #ccc;
     6131  border: 1px solid rgba(0, 0, 0, .2);
    62056132  border-radius: 6px;
    6206   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    6207           box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    6208   background-clip: padding-box;
    6209 }
     6133  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
     6134          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    62106135
     6136  line-break: auto;
     6137}
    62116138.popover.top {
    62126139  margin-top: -10px;
    62136140}
    6214 
    62156141.popover.right {
    62166142  margin-left: 10px;
    62176143}
    6218 
    62196144.popover.bottom {
    62206145  margin-top: 10px;
    62216146}
    6222 
    62236147.popover.left {
    62246148  margin-left: -10px;
    62256149}
    6226 
    62276150.popover-title {
    62286151  padding: 8px 14px;
    62296152  margin: 0;
    62306153  font-size: 14px;
    6231   font-weight: normal;
    6232   line-height: 18px;
    62336154  background-color: #f7f7f7;
    62346155  border-bottom: 1px solid #ebebeb;
    62356156  border-radius: 5px 5px 0 0;
    62366157}
    6237 
    62386158.popover-content {
    62396159  padding: 9px 14px;
    62406160}
    6241 
    6242 .popover .arrow,
    6243 .popover .arrow:after {
     6161.popover > .arrow,
     6162.popover > .arrow:after {
    62446163  position: absolute;
    62456164  display: block;
     
    62496168  border-style: solid;
    62506169}
    6251 
    6252 .popover .arrow {
     6170.popover > .arrow {
    62536171  border-width: 11px;
    62546172}
    6255 
    6256 .popover .arrow:after {
     6173.popover > .arrow:after {
     6174  content: "";
    62576175  border-width: 10px;
    6258   content: "";
    6259 }
    6260 
    6261 .popover.top .arrow {
     6176}
     6177.popover.top > .arrow {
    62626178  bottom: -11px;
    62636179  left: 50%;
    62646180  margin-left: -11px;
    6265   border-top-color: #999999;
    6266   border-top-color: rgba(0, 0, 0, 0.25);
     6181  border-top-color: #999;
     6182  border-top-color: rgba(0, 0, 0, .25);
    62676183  border-bottom-width: 0;
    62686184}
    6269 
    6270 .popover.top .arrow:after {
     6185.popover.top > .arrow:after {
    62716186  bottom: 1px;
    62726187  margin-left: -10px;
    6273   border-top-color: #ffffff;
     6188  content: " ";
     6189  border-top-color: #fff;
    62746190  border-bottom-width: 0;
    6275   content: " ";
    6276 }
    6277 
    6278 .popover.right .arrow {
     6191}
     6192.popover.right > .arrow {
    62796193  top: 50%;
    62806194  left: -11px;
    62816195  margin-top: -11px;
    6282   border-right-color: #999999;
    6283   border-right-color: rgba(0, 0, 0, 0.25);
     6196  border-right-color: #999;
     6197  border-right-color: rgba(0, 0, 0, .25);
    62846198  border-left-width: 0;
    62856199}
    6286 
    6287 .popover.right .arrow:after {
     6200.popover.right > .arrow:after {
    62886201  bottom: -10px;
    62896202  left: 1px;
    6290   border-right-color: #ffffff;
     6203  content: " ";
     6204  border-right-color: #fff;
    62916205  border-left-width: 0;
    6292   content: " ";
    6293 }
    6294 
    6295 .popover.bottom .arrow {
     6206}
     6207.popover.bottom > .arrow {
    62966208  top: -11px;
    62976209  left: 50%;
    62986210  margin-left: -11px;
    6299   border-bottom-color: #999999;
    6300   border-bottom-color: rgba(0, 0, 0, 0.25);
    63016211  border-top-width: 0;
    6302 }
    6303 
    6304 .popover.bottom .arrow:after {
     6212  border-bottom-color: #999;
     6213  border-bottom-color: rgba(0, 0, 0, .25);
     6214}
     6215.popover.bottom > .arrow:after {
    63056216  top: 1px;
    63066217  margin-left: -10px;
    6307   border-bottom-color: #ffffff;
     6218  content: " ";
    63086219  border-top-width: 0;
    6309   content: " ";
    6310 }
    6311 
    6312 .popover.left .arrow {
     6220  border-bottom-color: #fff;
     6221}
     6222.popover.left > .arrow {
    63136223  top: 50%;
    63146224  right: -11px;
    63156225  margin-top: -11px;
    6316   border-left-color: #999999;
    6317   border-left-color: rgba(0, 0, 0, 0.25);
    63186226  border-right-width: 0;
    6319 }
    6320 
    6321 .popover.left .arrow:after {
     6227  border-left-color: #999;
     6228  border-left-color: rgba(0, 0, 0, .25);
     6229}
     6230.popover.left > .arrow:after {
    63226231  right: 1px;
    63236232  bottom: -10px;
    6324   border-left-color: #ffffff;
     6233  content: " ";
    63256234  border-right-width: 0;
    6326   content: " ";
    6327 }
    6328 
     6235  border-left-color: #fff;
     6236}
    63296237.carousel {
    63306238  position: relative;
    63316239}
    6332 
    63336240.carousel-inner {
    63346241  position: relative;
     
    63366243  overflow: hidden;
    63376244}
    6338 
    63396245.carousel-inner > .item {
    63406246  position: relative;
    63416247  display: none;
    6342   -webkit-transition: 0.6s ease-in-out left;
    6343           transition: 0.6s ease-in-out left;
    6344 }
    6345 
     6248  -webkit-transition: .6s ease-in-out left;
     6249       -o-transition: .6s ease-in-out left;
     6250          transition: .6s ease-in-out left;
     6251}
    63466252.carousel-inner > .item > img,
    63476253.carousel-inner > .item > a > img {
    6348   display: block;
    6349   height: auto;
    6350   max-width: 100%;
    63516254  line-height: 1;
    63526255}
     6256@media all and (transform-3d), (-webkit-transform-3d) {
     6257  .carousel-inner > .item {
     6258    -webkit-transition: -webkit-transform .6s ease-in-out;
     6259         -o-transition:      -o-transform .6s ease-in-out;
     6260            transition:         transform .6s ease-in-out;
    63536261
     6262    -webkit-backface-visibility: hidden;
     6263            backface-visibility: hidden;
     6264    -webkit-perspective: 1000px;
     6265            perspective: 1000px;
     6266  }
     6267  .carousel-inner > .item.next,
     6268  .carousel-inner > .item.active.right {
     6269    left: 0;
     6270    -webkit-transform: translate3d(100%, 0, 0);
     6271            transform: translate3d(100%, 0, 0);
     6272  }
     6273  .carousel-inner > .item.prev,
     6274  .carousel-inner > .item.active.left {
     6275    left: 0;
     6276    -webkit-transform: translate3d(-100%, 0, 0);
     6277            transform: translate3d(-100%, 0, 0);
     6278  }
     6279  .carousel-inner > .item.next.left,
     6280  .carousel-inner > .item.prev.right,
     6281  .carousel-inner > .item.active {
     6282    left: 0;
     6283    -webkit-transform: translate3d(0, 0, 0);
     6284            transform: translate3d(0, 0, 0);
     6285  }
     6286}
    63546287.carousel-inner > .active,
    63556288.carousel-inner > .next,
     
    63576290  display: block;
    63586291}
    6359 
    63606292.carousel-inner > .active {
    63616293  left: 0;
    63626294}
    6363 
    63646295.carousel-inner > .next,
    63656296.carousel-inner > .prev {
     
    63686299  width: 100%;
    63696300}
    6370 
    63716301.carousel-inner > .next {
    63726302  left: 100%;
    63736303}
    6374 
    63756304.carousel-inner > .prev {
    63766305  left: -100%;
    63776306}
    6378 
    63796307.carousel-inner > .next.left,
    63806308.carousel-inner > .prev.right {
    63816309  left: 0;
    63826310}
    6383 
    63846311.carousel-inner > .active.left {
    63856312  left: -100%;
    63866313}
    6387 
    63886314.carousel-inner > .active.right {
    63896315  left: 100%;
    63906316}
    6391 
    63926317.carousel-control {
    63936318  position: absolute;
     
    63976322  width: 15%;
    63986323  font-size: 20px;
    6399   color: #ffffff;
     6324  color: #fff;
    64006325  text-align: center;
    6401   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    6402   opacity: 0.5;
     6326  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
     6327  background-color: rgba(0, 0, 0, 0);
    64036328  filter: alpha(opacity=50);
    6404 }
    6405 
     6329  opacity: .5;
     6330}
    64066331.carousel-control.left {
    6407   background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    6408   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
     6332  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
     6333  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
     6334  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
     6335  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
     6336  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    64096337  background-repeat: repeat-x;
    6410   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    6411 }
    6412 
     6338}
    64136339.carousel-control.right {
    64146340  right: 0;
    64156341  left: auto;
    6416   background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    6417   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
     6342  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
     6343  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
     6344  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
     6345  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
     6346  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    64186347  background-repeat: repeat-x;
    6419   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    6420 }
    6421 
     6348}
    64226349.carousel-control:hover,
    64236350.carousel-control:focus {
    6424   color: #ffffff;
     6351  color: #fff;
    64256352  text-decoration: none;
    6426   outline: none;
    6427   opacity: 0.9;
    64286353  filter: alpha(opacity=90);
    6429 }
    6430 
     6354  outline: 0;
     6355  opacity: .9;
     6356}
    64316357.carousel-control .icon-prev,
    64326358.carousel-control .icon-next,
     
    64376363  z-index: 5;
    64386364  display: inline-block;
    6439 }
    6440 
     6365  margin-top: -10px;
     6366}
    64416367.carousel-control .icon-prev,
    64426368.carousel-control .glyphicon-chevron-left {
    64436369  left: 50%;
    6444 }
    6445 
     6370  margin-left: -10px;
     6371}
    64466372.carousel-control .icon-next,
    64476373.carousel-control .glyphicon-chevron-right {
    64486374  right: 50%;
    6449 }
    6450 
     6375  margin-right: -10px;
     6376}
    64516377.carousel-control .icon-prev,
    64526378.carousel-control .icon-next {
    64536379  width: 20px;
    64546380  height: 20px;
    6455   margin-top: -10px;
    6456   margin-left: -10px;
    64576381  font-family: serif;
    6458 }
    6459 
     6382  line-height: 1;
     6383}
    64606384.carousel-control .icon-prev:before {
    64616385  content: '\2039';
    64626386}
    6463 
    64646387.carousel-control .icon-next:before {
    64656388  content: '\203a';
    64666389}
    6467 
    64686390.carousel-indicators {
    64696391  position: absolute;
     
    64776399  list-style: none;
    64786400}
    6479 
    64806401.carousel-indicators li {
    64816402  display: inline-block;
     
    64876408  background-color: #000 \9;
    64886409  background-color: rgba(0, 0, 0, 0);
    6489   border: 1px solid #ffffff;
     6410  border: 1px solid #fff;
    64906411  border-radius: 10px;
    64916412}
    6492 
    64936413.carousel-indicators .active {
    64946414  width: 12px;
    64956415  height: 12px;
    64966416  margin: 0;
    6497   background-color: #ffffff;
    6498 }
    6499 
     6417  background-color: #fff;
     6418}
    65006419.carousel-caption {
    65016420  position: absolute;
     
    65066425  padding-top: 20px;
    65076426  padding-bottom: 20px;
    6508   color: #ffffff;
     6427  color: #fff;
    65096428  text-align: center;
    6510   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    6511 }
    6512 
     6429  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
     6430}
    65136431.carousel-caption .btn {
    65146432  text-shadow: none;
    65156433}
    6516 
    65176434@media screen and (min-width: 768px) {
    6518   .carousel-control .glyphicons-chevron-left,
    6519   .carousel-control .glyphicons-chevron-right,
     6435  .carousel-control .glyphicon-chevron-left,
     6436  .carousel-control .glyphicon-chevron-right,
    65206437  .carousel-control .icon-prev,
    65216438  .carousel-control .icon-next {
    65226439    width: 30px;
    65236440    height: 30px;
    6524     margin-top: -15px;
    6525     margin-left: -15px;
     6441    margin-top: -10px;
    65266442    font-size: 30px;
     6443  }
     6444  .carousel-control .glyphicon-chevron-left,
     6445  .carousel-control .icon-prev {
     6446    margin-left: -10px;
     6447  }
     6448  .carousel-control .glyphicon-chevron-right,
     6449  .carousel-control .icon-next {
     6450    margin-right: -10px;
    65276451  }
    65286452  .carousel-caption {
     
    65356459  }
    65366460}
    6537 
    65386461.clearfix:before,
    6539 .clearfix:after {
     6462.clearfix:after,
     6463.dl-horizontal dd:before,
     6464.dl-horizontal dd:after,
     6465.container:before,
     6466.container:after,
     6467.container-fluid:before,
     6468.container-fluid:after,
     6469.row:before,
     6470.row:after,
     6471.form-horizontal .form-group:before,
     6472.form-horizontal .form-group:after,
     6473.btn-toolbar:before,
     6474.btn-toolbar:after,
     6475.btn-group-vertical > .btn-group:before,
     6476.btn-group-vertical > .btn-group:after,
     6477.nav:before,
     6478.nav:after,
     6479.navbar:before,
     6480.navbar:after,
     6481.navbar-header:before,
     6482.navbar-header:after,
     6483.navbar-collapse:before,
     6484.navbar-collapse:after,
     6485.pager:before,
     6486.pager:after,
     6487.panel-body:before,
     6488.panel-body:after,
     6489.modal-header:before,
     6490.modal-header:after,
     6491.modal-footer:before,
     6492.modal-footer:after {
    65406493  display: table;
    65416494  content: " ";
    65426495}
    6543 
    6544 .clearfix:after {
     6496.clearfix:after,
     6497.dl-horizontal dd:after,
     6498.container:after,
     6499.container-fluid:after,
     6500.row:after,
     6501.form-horizontal .form-group:after,
     6502.btn-toolbar:after,
     6503.btn-group-vertical > .btn-group:after,
     6504.nav:after,
     6505.navbar:after,
     6506.navbar-header:after,
     6507.navbar-collapse:after,
     6508.pager:after,
     6509.panel-body:after,
     6510.modal-header:after,
     6511.modal-footer:after {
    65456512  clear: both;
    65466513}
    6547 
    65486514.center-block {
    65496515  display: block;
     
    65516517  margin-left: auto;
    65526518}
    6553 
    65546519.pull-right {
    65556520  float: right !important;
    65566521}
    6557 
    65586522.pull-left {
    65596523  float: left !important;
    65606524}
    6561 
    65626525.hide {
    65636526  display: none !important;
    65646527}
    6565 
    65666528.show {
    65676529  display: block !important;
    65686530}
    6569 
    65706531.invisible {
    65716532  visibility: hidden;
    65726533}
    6573 
    65746534.text-hide {
    65756535  font: 0/0 a;
     
    65796539  border: 0;
    65806540}
    6581 
    65826541.hidden {
    65836542  display: none !important;
    6584   visibility: hidden !important;
    6585 }
    6586 
     6543}
    65876544.affix {
    65886545  position: fixed;
    65896546}
    6590 
    65916547@-ms-viewport {
    65926548  width: device-width;
    65936549}
    6594 
    65956550.visible-xs,
    6596 tr.visible-xs,
    6597 th.visible-xs,
    6598 td.visible-xs {
     6551.visible-sm,
     6552.visible-md,
     6553.visible-lg {
    65996554  display: none !important;
    66006555}
    6601 
     6556.visible-xs-block,
     6557.visible-xs-inline,
     6558.visible-xs-inline-block,
     6559.visible-sm-block,
     6560.visible-sm-inline,
     6561.visible-sm-inline-block,
     6562.visible-md-block,
     6563.visible-md-inline,
     6564.visible-md-inline-block,
     6565.visible-lg-block,
     6566.visible-lg-inline,
     6567.visible-lg-inline-block {
     6568  display: none !important;
     6569}
    66026570@media (max-width: 767px) {
    66036571  .visible-xs {
     
    66056573  }
    66066574  table.visible-xs {
    6607     display: table;
     6575    display: table !important;
    66086576  }
    66096577  tr.visible-xs {
     
    66156583  }
    66166584}
    6617 
    6618 @media (min-width: 768px) and (max-width: 991px) {
    6619   .visible-xs.visible-sm {
     6585@media (max-width: 767px) {
     6586  .visible-xs-block {
    66206587    display: block !important;
    66216588  }
    6622   table.visible-xs.visible-sm {
    6623     display: table;
    6624   }
    6625   tr.visible-xs.visible-sm {
    6626     display: table-row !important;
    6627   }
    6628   th.visible-xs.visible-sm,
    6629   td.visible-xs.visible-sm {
    6630     display: table-cell !important;
    6631   }
    6632 }
    6633 
    6634 @media (min-width: 992px) and (max-width: 1199px) {
    6635   .visible-xs.visible-md {
    6636     display: block !important;
    6637   }
    6638   table.visible-xs.visible-md {
    6639     display: table;
    6640   }
    6641   tr.visible-xs.visible-md {
    6642     display: table-row !important;
    6643   }
    6644   th.visible-xs.visible-md,
    6645   td.visible-xs.visible-md {
    6646     display: table-cell !important;
    6647   }
    6648 }
    6649 
    6650 @media (min-width: 1200px) {
    6651   .visible-xs.visible-lg {
    6652     display: block !important;
    6653   }
    6654   table.visible-xs.visible-lg {
    6655     display: table;
    6656   }
    6657   tr.visible-xs.visible-lg {
    6658     display: table-row !important;
    6659   }
    6660   th.visible-xs.visible-lg,
    6661   td.visible-xs.visible-lg {
    6662     display: table-cell !important;
    6663   }
    6664 }
    6665 
    6666 .visible-sm,
    6667 tr.visible-sm,
    6668 th.visible-sm,
    6669 td.visible-sm {
    6670   display: none !important;
    6671 }
    6672 
     6589}
    66736590@media (max-width: 767px) {
    6674   .visible-sm.visible-xs {
    6675     display: block !important;
    6676   }
    6677   table.visible-sm.visible-xs {
    6678     display: table;
    6679   }
    6680   tr.visible-sm.visible-xs {
    6681     display: table-row !important;
    6682   }
    6683   th.visible-sm.visible-xs,
    6684   td.visible-sm.visible-xs {
    6685     display: table-cell !important;
    6686   }
    6687 }
    6688 
     6591  .visible-xs-inline {
     6592    display: inline !important;
     6593  }
     6594}
     6595@media (max-width: 767px) {
     6596  .visible-xs-inline-block {
     6597    display: inline-block !important;
     6598  }
     6599}
    66896600@media (min-width: 768px) and (max-width: 991px) {
    66906601  .visible-sm {
     
    66926603  }
    66936604  table.visible-sm {
    6694     display: table;
     6605    display: table !important;
    66956606  }
    66966607  tr.visible-sm {
     
    67026613  }
    67036614}
    6704 
    6705 @media (min-width: 992px) and (max-width: 1199px) {
    6706   .visible-sm.visible-md {
     6615@media (min-width: 768px) and (max-width: 991px) {
     6616  .visible-sm-block {
    67076617    display: block !important;
    67086618  }
    6709   table.visible-sm.visible-md {
    6710     display: table;
    6711   }
    6712   tr.visible-sm.visible-md {
    6713     display: table-row !important;
    6714   }
    6715   th.visible-sm.visible-md,
    6716   td.visible-sm.visible-md {
    6717     display: table-cell !important;
    6718   }
    6719 }
    6720 
    6721 @media (min-width: 1200px) {
    6722   .visible-sm.visible-lg {
    6723     display: block !important;
    6724   }
    6725   table.visible-sm.visible-lg {
    6726     display: table;
    6727   }
    6728   tr.visible-sm.visible-lg {
    6729     display: table-row !important;
    6730   }
    6731   th.visible-sm.visible-lg,
    6732   td.visible-sm.visible-lg {
    6733     display: table-cell !important;
    6734   }
    6735 }
    6736 
    6737 .visible-md,
    6738 tr.visible-md,
    6739 th.visible-md,
    6740 td.visible-md {
    6741   display: none !important;
    6742 }
    6743 
    6744 @media (max-width: 767px) {
    6745   .visible-md.visible-xs {
    6746     display: block !important;
    6747   }
    6748   table.visible-md.visible-xs {
    6749     display: table;
    6750   }
    6751   tr.visible-md.visible-xs {
    6752     display: table-row !important;
    6753   }
    6754   th.visible-md.visible-xs,
    6755   td.visible-md.visible-xs {
    6756     display: table-cell !important;
    6757   }
    6758 }
    6759 
     6619}
    67606620@media (min-width: 768px) and (max-width: 991px) {
    6761   .visible-md.visible-sm {
    6762     display: block !important;
    6763   }
    6764   table.visible-md.visible-sm {
    6765     display: table;
    6766   }
    6767   tr.visible-md.visible-sm {
    6768     display: table-row !important;
    6769   }
    6770   th.visible-md.visible-sm,
    6771   td.visible-md.visible-sm {
    6772     display: table-cell !important;
    6773   }
    6774 }
    6775 
     6621  .visible-sm-inline {
     6622    display: inline !important;
     6623  }
     6624}
     6625@media (min-width: 768px) and (max-width: 991px) {
     6626  .visible-sm-inline-block {
     6627    display: inline-block !important;
     6628  }
     6629}
    67766630@media (min-width: 992px) and (max-width: 1199px) {
    67776631  .visible-md {
     
    67796633  }
    67806634  table.visible-md {
    6781     display: table;
     6635    display: table !important;
    67826636  }
    67836637  tr.visible-md {
     
    67896643  }
    67906644}
    6791 
    6792 @media (min-width: 1200px) {
    6793   .visible-md.visible-lg {
     6645@media (min-width: 992px) and (max-width: 1199px) {
     6646  .visible-md-block {
    67946647    display: block !important;
    67956648  }
    6796   table.visible-md.visible-lg {
    6797     display: table;
    6798   }
    6799   tr.visible-md.visible-lg {
    6800     display: table-row !important;
    6801   }
    6802   th.visible-md.visible-lg,
    6803   td.visible-md.visible-lg {
    6804     display: table-cell !important;
    6805   }
    6806 }
    6807 
    6808 .visible-lg,
    6809 tr.visible-lg,
    6810 th.visible-lg,
    6811 td.visible-lg {
    6812   display: none !important;
    6813 }
    6814 
    6815 @media (max-width: 767px) {
    6816   .visible-lg.visible-xs {
    6817     display: block !important;
    6818   }
    6819   table.visible-lg.visible-xs {
    6820     display: table;
    6821   }
    6822   tr.visible-lg.visible-xs {
    6823     display: table-row !important;
    6824   }
    6825   th.visible-lg.visible-xs,
    6826   td.visible-lg.visible-xs {
    6827     display: table-cell !important;
    6828   }
    6829 }
    6830 
    6831 @media (min-width: 768px) and (max-width: 991px) {
    6832   .visible-lg.visible-sm {
    6833     display: block !important;
    6834   }
    6835   table.visible-lg.visible-sm {
    6836     display: table;
    6837   }
    6838   tr.visible-lg.visible-sm {
    6839     display: table-row !important;
    6840   }
    6841   th.visible-lg.visible-sm,
    6842   td.visible-lg.visible-sm {
    6843     display: table-cell !important;
    6844   }
    6845 }
    6846 
     6649}
    68476650@media (min-width: 992px) and (max-width: 1199px) {
    6848   .visible-lg.visible-md {
    6849     display: block !important;
    6850   }
    6851   table.visible-lg.visible-md {
    6852     display: table;
    6853   }
    6854   tr.visible-lg.visible-md {
    6855     display: table-row !important;
    6856   }
    6857   th.visible-lg.visible-md,
    6858   td.visible-lg.visible-md {
    6859     display: table-cell !important;
    6860   }
    6861 }
    6862 
     6651  .visible-md-inline {
     6652    display: inline !important;
     6653  }
     6654}
     6655@media (min-width: 992px) and (max-width: 1199px) {
     6656  .visible-md-inline-block {
     6657    display: inline-block !important;
     6658  }
     6659}
    68636660@media (min-width: 1200px) {
    68646661  .visible-lg {
     
    68666663  }
    68676664  table.visible-lg {
    6868     display: table;
     6665    display: table !important;
    68696666  }
    68706667  tr.visible-lg {
     
    68766673  }
    68776674}
    6878 
    6879 .hidden-xs {
    6880   display: block !important;
    6881 }
    6882 
    6883 table.hidden-xs {
    6884   display: table;
    6885 }
    6886 
    6887 tr.hidden-xs {
    6888   display: table-row !important;
    6889 }
    6890 
    6891 th.hidden-xs,
    6892 td.hidden-xs {
    6893   display: table-cell !important;
    6894 }
    6895 
     6675@media (min-width: 1200px) {
     6676  .visible-lg-block {
     6677    display: block !important;
     6678  }
     6679}
     6680@media (min-width: 1200px) {
     6681  .visible-lg-inline {
     6682    display: inline !important;
     6683  }
     6684}
     6685@media (min-width: 1200px) {
     6686  .visible-lg-inline-block {
     6687    display: inline-block !important;
     6688  }
     6689}
    68966690@media (max-width: 767px) {
    6897   .hidden-xs,
    6898   tr.hidden-xs,
    6899   th.hidden-xs,
    6900   td.hidden-xs {
     6691  .hidden-xs {
    69016692    display: none !important;
    69026693  }
    69036694}
    6904 
    69056695@media (min-width: 768px) and (max-width: 991px) {
    6906   .hidden-xs.hidden-sm,
    6907   tr.hidden-xs.hidden-sm,
    6908   th.hidden-xs.hidden-sm,
    6909   td.hidden-xs.hidden-sm {
     6696  .hidden-sm {
    69106697    display: none !important;
    69116698  }
    69126699}
    6913 
    69146700@media (min-width: 992px) and (max-width: 1199px) {
    6915   .hidden-xs.hidden-md,
    6916   tr.hidden-xs.hidden-md,
    6917   th.hidden-xs.hidden-md,
    6918   td.hidden-xs.hidden-md {
     6701  .hidden-md {
    69196702    display: none !important;
    69206703  }
    69216704}
    6922 
    69236705@media (min-width: 1200px) {
    6924   .hidden-xs.hidden-lg,
    6925   tr.hidden-xs.hidden-lg,
    6926   th.hidden-xs.hidden-lg,
    6927   td.hidden-xs.hidden-lg {
     6706  .hidden-lg {
    69286707    display: none !important;
    69296708  }
    69306709}
    6931 
    6932 .hidden-sm {
    6933   display: block !important;
    6934 }
    6935 
    6936 table.hidden-sm {
    6937   display: table;
    6938 }
    6939 
    6940 tr.hidden-sm {
    6941   display: table-row !important;
    6942 }
    6943 
    6944 th.hidden-sm,
    6945 td.hidden-sm {
    6946   display: table-cell !important;
    6947 }
    6948 
    6949 @media (max-width: 767px) {
    6950   .hidden-sm.hidden-xs,
    6951   tr.hidden-sm.hidden-xs,
    6952   th.hidden-sm.hidden-xs,
    6953   td.hidden-sm.hidden-xs {
    6954     display: none !important;
    6955   }
    6956 }
    6957 
    6958 @media (min-width: 768px) and (max-width: 991px) {
    6959   .hidden-sm,
    6960   tr.hidden-sm,
    6961   th.hidden-sm,
    6962   td.hidden-sm {
    6963     display: none !important;
    6964   }
    6965 }
    6966 
    6967 @media (min-width: 992px) and (max-width: 1199px) {
    6968   .hidden-sm.hidden-md,
    6969   tr.hidden-sm.hidden-md,
    6970   th.hidden-sm.hidden-md,
    6971   td.hidden-sm.hidden-md {
    6972     display: none !important;
    6973   }
    6974 }
    6975 
    6976 @media (min-width: 1200px) {
    6977   .hidden-sm.hidden-lg,
    6978   tr.hidden-sm.hidden-lg,
    6979   th.hidden-sm.hidden-lg,
    6980   td.hidden-sm.hidden-lg {
    6981     display: none !important;
    6982   }
    6983 }
    6984 
    6985 .hidden-md {
    6986   display: block !important;
    6987 }
    6988 
    6989 table.hidden-md {
    6990   display: table;
    6991 }
    6992 
    6993 tr.hidden-md {
    6994   display: table-row !important;
    6995 }
    6996 
    6997 th.hidden-md,
    6998 td.hidden-md {
    6999   display: table-cell !important;
    7000 }
    7001 
    7002 @media (max-width: 767px) {
    7003   .hidden-md.hidden-xs,
    7004   tr.hidden-md.hidden-xs,
    7005   th.hidden-md.hidden-xs,
    7006   td.hidden-md.hidden-xs {
    7007     display: none !important;
    7008   }
    7009 }
    7010 
    7011 @media (min-width: 768px) and (max-width: 991px) {
    7012   .hidden-md.hidden-sm,
    7013   tr.hidden-md.hidden-sm,
    7014   th.hidden-md.hidden-sm,
    7015   td.hidden-md.hidden-sm {
    7016     display: none !important;
    7017   }
    7018 }
    7019 
    7020 @media (min-width: 992px) and (max-width: 1199px) {
    7021   .hidden-md,
    7022   tr.hidden-md,
    7023   th.hidden-md,
    7024   td.hidden-md {
    7025     display: none !important;
    7026   }
    7027 }
    7028 
    7029 @media (min-width: 1200px) {
    7030   .hidden-md.hidden-lg,
    7031   tr.hidden-md.hidden-lg,
    7032   th.hidden-md.hidden-lg,
    7033   td.hidden-md.hidden-lg {
    7034     display: none !important;
    7035   }
    7036 }
    7037 
    7038 .hidden-lg {
    7039   display: block !important;
    7040 }
    7041 
    7042 table.hidden-lg {
    7043   display: table;
    7044 }
    7045 
    7046 tr.hidden-lg {
    7047   display: table-row !important;
    7048 }
    7049 
    7050 th.hidden-lg,
    7051 td.hidden-lg {
    7052   display: table-cell !important;
    7053 }
    7054 
    7055 @media (max-width: 767px) {
    7056   .hidden-lg.hidden-xs,
    7057   tr.hidden-lg.hidden-xs,
    7058   th.hidden-lg.hidden-xs,
    7059   td.hidden-lg.hidden-xs {
    7060     display: none !important;
    7061   }
    7062 }
    7063 
    7064 @media (min-width: 768px) and (max-width: 991px) {
    7065   .hidden-lg.hidden-sm,
    7066   tr.hidden-lg.hidden-sm,
    7067   th.hidden-lg.hidden-sm,
    7068   td.hidden-lg.hidden-sm {
    7069     display: none !important;
    7070   }
    7071 }
    7072 
    7073 @media (min-width: 992px) and (max-width: 1199px) {
    7074   .hidden-lg.hidden-md,
    7075   tr.hidden-lg.hidden-md,
    7076   th.hidden-lg.hidden-md,
    7077   td.hidden-lg.hidden-md {
    7078     display: none !important;
    7079   }
    7080 }
    7081 
    7082 @media (min-width: 1200px) {
    7083   .hidden-lg,
    7084   tr.hidden-lg,
    7085   th.hidden-lg,
    7086   td.hidden-lg {
    7087     display: none !important;
    7088   }
    7089 }
    7090 
    7091 .visible-print,
    7092 tr.visible-print,
    7093 th.visible-print,
    7094 td.visible-print {
     6710.visible-print {
    70956711  display: none !important;
    70966712}
    7097 
    70986713@media print {
    70996714  .visible-print {
     
    71016716  }
    71026717  table.visible-print {
    7103     display: table;
     6718    display: table !important;
    71046719  }
    71056720  tr.visible-print {
     
    71106725    display: table-cell !important;
    71116726  }
    7112   .hidden-print,
    7113   tr.hidden-print,
    7114   th.hidden-print,
    7115   td.hidden-print {
     6727}
     6728.visible-print-block {
     6729  display: none !important;
     6730}
     6731@media print {
     6732  .visible-print-block {
     6733    display: block !important;
     6734  }
     6735}
     6736.visible-print-inline {
     6737  display: none !important;
     6738}
     6739@media print {
     6740  .visible-print-inline {
     6741    display: inline !important;
     6742  }
     6743}
     6744.visible-print-inline-block {
     6745  display: none !important;
     6746}
     6747@media print {
     6748  .visible-print-inline-block {
     6749    display: inline-block !important;
     6750  }
     6751}
     6752@media print {
     6753  .hidden-print {
    71166754    display: none !important;
    71176755  }
    71186756}
     6757/*# sourceMappingURL=bootstrap.css.map */
Note: See TracChangeset for help on using the changeset viewer.