Changeset 14842


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

Upgrade to Bootstrap v3.3.7

Location:
main/waeup.ikoba/trunk
Files:
1 added
13 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/layout/static/bootstrap/css/bootstrap-theme.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 
    76.btn-default,
    87.btn-primary,
     
    1110.btn-warning,
    1211.btn-danger {
    13   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    14   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    15           box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    16 }
    17 
     12  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
     13  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
     14          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
     15}
    1816.btn-default:active,
    1917.btn-primary:active,
     
    2826.btn-warning.active,
    2927.btn-danger.active {
    30   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    31           box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    32 }
    33 
     28  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
     29          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
     30}
     31.btn-default.disabled,
     32.btn-primary.disabled,
     33.btn-success.disabled,
     34.btn-info.disabled,
     35.btn-warning.disabled,
     36.btn-danger.disabled,
     37.btn-default[disabled],
     38.btn-primary[disabled],
     39.btn-success[disabled],
     40.btn-info[disabled],
     41.btn-warning[disabled],
     42.btn-danger[disabled],
     43fieldset[disabled] .btn-default,
     44fieldset[disabled] .btn-primary,
     45fieldset[disabled] .btn-success,
     46fieldset[disabled] .btn-info,
     47fieldset[disabled] .btn-warning,
     48fieldset[disabled] .btn-danger {
     49  -webkit-box-shadow: none;
     50          box-shadow: none;
     51}
     52.btn-default .badge,
     53.btn-primary .badge,
     54.btn-success .badge,
     55.btn-info .badge,
     56.btn-warning .badge,
     57.btn-danger .badge {
     58  text-shadow: none;
     59}
    3460.btn:active,
    3561.btn.active {
    3662  background-image: none;
    3763}
    38 
    3964.btn-default {
    4065  text-shadow: 0 1px 0 #fff;
    41   background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    42   background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
     66  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
     67  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
     68  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
     69  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
     70  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
     71  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    4372  background-repeat: repeat-x;
    4473  border-color: #dbdbdb;
    4574  border-color: #ccc;
    46   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    47   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    48 }
    49 
     75}
    5076.btn-default:hover,
    5177.btn-default:focus {
     
    5379  background-position: 0 -15px;
    5480}
    55 
    5681.btn-default:active,
    5782.btn-default.active {
     
    5984  border-color: #dbdbdb;
    6085}
    61 
     86.btn-default.disabled,
     87.btn-default[disabled],
     88fieldset[disabled] .btn-default,
     89.btn-default.disabled:hover,
     90.btn-default[disabled]:hover,
     91fieldset[disabled] .btn-default:hover,
     92.btn-default.disabled:focus,
     93.btn-default[disabled]:focus,
     94fieldset[disabled] .btn-default:focus,
     95.btn-default.disabled.focus,
     96.btn-default[disabled].focus,
     97fieldset[disabled] .btn-default.focus,
     98.btn-default.disabled:active,
     99.btn-default[disabled]:active,
     100fieldset[disabled] .btn-default:active,
     101.btn-default.disabled.active,
     102.btn-default[disabled].active,
     103fieldset[disabled] .btn-default.active {
     104  background-color: #e0e0e0;
     105  background-image: none;
     106}
    62107.btn-primary {
    63   background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    64   background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
    65   background-repeat: repeat-x;
    66   border-color: #2b669a;
    67   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    68   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    69 }
    70 
     108  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
     109  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
     110  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
     111  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
     112  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
     113  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
     114  background-repeat: repeat-x;
     115  border-color: #245580;
     116}
    71117.btn-primary:hover,
    72118.btn-primary:focus {
    73   background-color: #2d6ca2;
     119  background-color: #265a88;
    74120  background-position: 0 -15px;
    75121}
    76 
    77122.btn-primary:active,
    78123.btn-primary.active {
    79   background-color: #2d6ca2;
    80   border-color: #2b669a;
    81 }
    82 
     124  background-color: #265a88;
     125  border-color: #245580;
     126}
     127.btn-primary.disabled,
     128.btn-primary[disabled],
     129fieldset[disabled] .btn-primary,
     130.btn-primary.disabled:hover,
     131.btn-primary[disabled]:hover,
     132fieldset[disabled] .btn-primary:hover,
     133.btn-primary.disabled:focus,
     134.btn-primary[disabled]:focus,
     135fieldset[disabled] .btn-primary:focus,
     136.btn-primary.disabled.focus,
     137.btn-primary[disabled].focus,
     138fieldset[disabled] .btn-primary.focus,
     139.btn-primary.disabled:active,
     140.btn-primary[disabled]:active,
     141fieldset[disabled] .btn-primary:active,
     142.btn-primary.disabled.active,
     143.btn-primary[disabled].active,
     144fieldset[disabled] .btn-primary.active {
     145  background-color: #265a88;
     146  background-image: none;
     147}
    83148.btn-success {
    84149  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    85   background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
     150  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
     151  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
     152  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
     153  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
     154  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    86155  background-repeat: repeat-x;
    87156  border-color: #3e8f3e;
    88   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    89   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    90 }
    91 
     157}
    92158.btn-success:hover,
    93159.btn-success:focus {
     
    95161  background-position: 0 -15px;
    96162}
    97 
    98163.btn-success:active,
    99164.btn-success.active {
     
    101166  border-color: #3e8f3e;
    102167}
    103 
     168.btn-success.disabled,
     169.btn-success[disabled],
     170fieldset[disabled] .btn-success,
     171.btn-success.disabled:hover,
     172.btn-success[disabled]:hover,
     173fieldset[disabled] .btn-success:hover,
     174.btn-success.disabled:focus,
     175.btn-success[disabled]:focus,
     176fieldset[disabled] .btn-success:focus,
     177.btn-success.disabled.focus,
     178.btn-success[disabled].focus,
     179fieldset[disabled] .btn-success.focus,
     180.btn-success.disabled:active,
     181.btn-success[disabled]:active,
     182fieldset[disabled] .btn-success:active,
     183.btn-success.disabled.active,
     184.btn-success[disabled].active,
     185fieldset[disabled] .btn-success.active {
     186  background-color: #419641;
     187  background-image: none;
     188}
     189.btn-info {
     190  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
     191  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
     192  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
     193  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
     194  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
     195  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
     196  background-repeat: repeat-x;
     197  border-color: #28a4c9;
     198}
     199.btn-info:hover,
     200.btn-info:focus {
     201  background-color: #2aabd2;
     202  background-position: 0 -15px;
     203}
     204.btn-info:active,
     205.btn-info.active {
     206  background-color: #2aabd2;
     207  border-color: #28a4c9;
     208}
     209.btn-info.disabled,
     210.btn-info[disabled],
     211fieldset[disabled] .btn-info,
     212.btn-info.disabled:hover,
     213.btn-info[disabled]:hover,
     214fieldset[disabled] .btn-info:hover,
     215.btn-info.disabled:focus,
     216.btn-info[disabled]:focus,
     217fieldset[disabled] .btn-info:focus,
     218.btn-info.disabled.focus,
     219.btn-info[disabled].focus,
     220fieldset[disabled] .btn-info.focus,
     221.btn-info.disabled:active,
     222.btn-info[disabled]:active,
     223fieldset[disabled] .btn-info:active,
     224.btn-info.disabled.active,
     225.btn-info[disabled].active,
     226fieldset[disabled] .btn-info.active {
     227  background-color: #2aabd2;
     228  background-image: none;
     229}
    104230.btn-warning {
    105231  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    106   background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
     232  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
     233  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
     234  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
     235  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
     236  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    107237  background-repeat: repeat-x;
    108238  border-color: #e38d13;
    109   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    110   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    111 }
    112 
     239}
    113240.btn-warning:hover,
    114241.btn-warning:focus {
     
    116243  background-position: 0 -15px;
    117244}
    118 
    119245.btn-warning:active,
    120246.btn-warning.active {
     
    122248  border-color: #e38d13;
    123249}
    124 
     250.btn-warning.disabled,
     251.btn-warning[disabled],
     252fieldset[disabled] .btn-warning,
     253.btn-warning.disabled:hover,
     254.btn-warning[disabled]:hover,
     255fieldset[disabled] .btn-warning:hover,
     256.btn-warning.disabled:focus,
     257.btn-warning[disabled]:focus,
     258fieldset[disabled] .btn-warning:focus,
     259.btn-warning.disabled.focus,
     260.btn-warning[disabled].focus,
     261fieldset[disabled] .btn-warning.focus,
     262.btn-warning.disabled:active,
     263.btn-warning[disabled]:active,
     264fieldset[disabled] .btn-warning:active,
     265.btn-warning.disabled.active,
     266.btn-warning[disabled].active,
     267fieldset[disabled] .btn-warning.active {
     268  background-color: #eb9316;
     269  background-image: none;
     270}
    125271.btn-danger {
    126272  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    127   background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
     273  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
     274  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
     275  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
     276  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
     277  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    128278  background-repeat: repeat-x;
    129279  border-color: #b92c28;
    130   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    131   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    132 }
    133 
     280}
    134281.btn-danger:hover,
    135282.btn-danger:focus {
     
    137284  background-position: 0 -15px;
    138285}
    139 
    140286.btn-danger:active,
    141287.btn-danger.active {
     
    143289  border-color: #b92c28;
    144290}
    145 
    146 .btn-info {
    147   background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    148   background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    149   background-repeat: repeat-x;
    150   border-color: #28a4c9;
    151   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    152   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    153 }
    154 
    155 .btn-info:hover,
    156 .btn-info:focus {
    157   background-color: #2aabd2;
    158   background-position: 0 -15px;
    159 }
    160 
    161 .btn-info:active,
    162 .btn-info.active {
    163   background-color: #2aabd2;
    164   border-color: #28a4c9;
    165 }
    166 
     291.btn-danger.disabled,
     292.btn-danger[disabled],
     293fieldset[disabled] .btn-danger,
     294.btn-danger.disabled:hover,
     295.btn-danger[disabled]:hover,
     296fieldset[disabled] .btn-danger:hover,
     297.btn-danger.disabled:focus,
     298.btn-danger[disabled]:focus,
     299fieldset[disabled] .btn-danger:focus,
     300.btn-danger.disabled.focus,
     301.btn-danger[disabled].focus,
     302fieldset[disabled] .btn-danger.focus,
     303.btn-danger.disabled:active,
     304.btn-danger[disabled]:active,
     305fieldset[disabled] .btn-danger:active,
     306.btn-danger.disabled.active,
     307.btn-danger[disabled].active,
     308fieldset[disabled] .btn-danger.active {
     309  background-color: #c12e2a;
     310  background-image: none;
     311}
    167312.thumbnail,
    168313.img-thumbnail {
    169   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    170           box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    171 }
    172 
     314  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
     315          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
     316}
    173317.dropdown-menu > li > a:hover,
    174318.dropdown-menu > li > a:focus {
    175319  background-color: #e8e8e8;
    176320  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    177   background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    178   background-repeat: repeat-x;
     321  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
     322  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
     323  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    179324  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    180 }
    181 
     325  background-repeat: repeat-x;
     326}
    182327.dropdown-menu > .active > a,
    183328.dropdown-menu > .active > a:hover,
    184329.dropdown-menu > .active > a:focus {
    185   background-color: #357ebd;
    186   background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
    187   background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    188   background-repeat: repeat-x;
    189   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    190 }
    191 
     330  background-color: #2e6da4;
     331  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
     332  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
     333  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
     334  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
     335  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
     336  background-repeat: repeat-x;
     337}
    192338.navbar-default {
    193   background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    194   background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
     339  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
     340  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
     341  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
     342  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
     343  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
     344  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    195345  background-repeat: repeat-x;
    196346  border-radius: 4px;
    197   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    198   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    199   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    200           box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    201 }
    202 
     347  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
     348          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
     349}
     350.navbar-default .navbar-nav > .open > a,
    203351.navbar-default .navbar-nav > .active > a {
    204   background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
    205   background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
    206   background-repeat: repeat-x;
    207   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
    208   -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    209           box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    210 }
    211 
     352  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
     353  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
     354  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
     355  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
     356  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
     357  background-repeat: repeat-x;
     358  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
     359          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
     360}
    212361.navbar-brand,
    213362.navbar-nav > li > a {
    214   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    215 }
    216 
     363  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
     364}
    217365.navbar-inverse {
    218   background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
    219   background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
    220   background-repeat: repeat-x;
     366  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
     367  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
     368  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
     369  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    221370  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    222   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    223 }
    224 
     371  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
     372  background-repeat: repeat-x;
     373  border-radius: 4px;
     374}
     375.navbar-inverse .navbar-nav > .open > a,
    225376.navbar-inverse .navbar-nav > .active > a {
    226   background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
    227   background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
    228   background-repeat: repeat-x;
    229   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
    230   -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    231           box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    232 }
    233 
     377  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
     378  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
     379  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
     380  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
     381  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
     382  background-repeat: repeat-x;
     383  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
     384          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
     385}
    234386.navbar-inverse .navbar-brand,
    235387.navbar-inverse .navbar-nav > li > a {
    236   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    237 }
    238 
     388  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
     389}
    239390.navbar-static-top,
    240391.navbar-fixed-top,
     
    242393  border-radius: 0;
    243394}
    244 
     395@media (max-width: 767px) {
     396  .navbar .navbar-nav .open .dropdown-menu > .active > a,
     397  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
     398  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
     399    color: #fff;
     400    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
     401    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
     402    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
     403    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
     404    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
     405    background-repeat: repeat-x;
     406  }
     407}
    245408.alert {
    246   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    247   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    248           box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    249 }
    250 
     409  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
     410  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
     411          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
     412}
    251413.alert-success {
    252414  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    253   background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
     415  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
     416  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
     417  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
     418  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    254419  background-repeat: repeat-x;
    255420  border-color: #b2dba1;
    256   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    257 }
    258 
     421}
    259422.alert-info {
    260423  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    261   background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
     424  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
     425  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
     426  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
     427  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    262428  background-repeat: repeat-x;
    263429  border-color: #9acfea;
    264   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    265 }
    266 
     430}
    267431.alert-warning {
    268432  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    269   background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
     433  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
     434  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
     435  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
     436  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    270437  background-repeat: repeat-x;
    271438  border-color: #f5e79e;
    272   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    273 }
    274 
     439}
    275440.alert-danger {
    276441  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    277   background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
     442  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
     443  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
     444  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
     445  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    278446  background-repeat: repeat-x;
    279447  border-color: #dca7a7;
    280   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    281 }
    282 
     448}
    283449.progress {
    284450  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    285   background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    286   background-repeat: repeat-x;
     451  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
     452  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
     453  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    287454  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    288 }
    289 
     455  background-repeat: repeat-x;
     456}
    290457.progress-bar {
    291   background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
    292   background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    293   background-repeat: repeat-x;
    294   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
    295 }
    296 
     458  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
     459  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
     460  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
     461  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
     462  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
     463  background-repeat: repeat-x;
     464}
    297465.progress-bar-success {
    298466  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    299   background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    300   background-repeat: repeat-x;
     467  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
     468  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
     469  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    301470  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    302 }
    303 
     471  background-repeat: repeat-x;
     472}
    304473.progress-bar-info {
    305474  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    306   background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    307   background-repeat: repeat-x;
     475  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
     476  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
     477  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    308478  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    309 }
    310 
     479  background-repeat: repeat-x;
     480}
    311481.progress-bar-warning {
    312482  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    313   background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    314   background-repeat: repeat-x;
     483  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
     484  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
     485  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    315486  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    316 }
    317 
     487  background-repeat: repeat-x;
     488}
    318489.progress-bar-danger {
    319490  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    320   background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    321   background-repeat: repeat-x;
     491  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
     492  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
     493  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    322494  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    323 }
    324 
     495  background-repeat: repeat-x;
     496}
     497.progress-bar-striped {
     498  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);
     499  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);
     500  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);
     501}
    325502.list-group {
    326503  border-radius: 4px;
    327   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    328           box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    329 }
    330 
     504  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
     505          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
     506}
    331507.list-group-item.active,
    332508.list-group-item.active:hover,
    333509.list-group-item.active:focus {
    334   text-shadow: 0 -1px 0 #3071a9;
    335   background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
    336   background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
    337   background-repeat: repeat-x;
    338   border-color: #3278b3;
    339   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
    340 }
    341 
     510  text-shadow: 0 -1px 0 #286090;
     511  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
     512  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
     513  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
     514  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
     515  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
     516  background-repeat: repeat-x;
     517  border-color: #2b669a;
     518}
     519.list-group-item.active .badge,
     520.list-group-item.active:hover .badge,
     521.list-group-item.active:focus .badge {
     522  text-shadow: none;
     523}
    342524.panel {
    343   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    344           box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    345 }
    346 
     525  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
     526          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
     527}
    347528.panel-default > .panel-heading {
    348529  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    349   background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    350   background-repeat: repeat-x;
     530  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
     531  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
     532  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    351533  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    352 }
    353 
     534  background-repeat: repeat-x;
     535}
    354536.panel-primary > .panel-heading {
    355   background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
    356   background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    357   background-repeat: repeat-x;
    358   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    359 }
    360 
     537  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
     538  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
     539  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
     540  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
     541  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
     542  background-repeat: repeat-x;
     543}
    361544.panel-success > .panel-heading {
    362545  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    363   background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    364   background-repeat: repeat-x;
     546  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
     547  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
     548  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    365549  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    366 }
    367 
     550  background-repeat: repeat-x;
     551}
    368552.panel-info > .panel-heading {
    369553  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    370   background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    371   background-repeat: repeat-x;
     554  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
     555  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
     556  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    372557  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    373 }
    374 
     558  background-repeat: repeat-x;
     559}
    375560.panel-warning > .panel-heading {
    376561  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    377   background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    378   background-repeat: repeat-x;
     562  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
     563  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
     564  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    379565  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    380 }
    381 
     566  background-repeat: repeat-x;
     567}
    382568.panel-danger > .panel-heading {
    383569  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    384   background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    385   background-repeat: repeat-x;
     570  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
     571  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
     572  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    386573  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    387 }
    388 
     574  background-repeat: repeat-x;
     575}
    389576.well {
    390577  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    391   background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
     578  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
     579  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
     580  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
     581  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    392582  background-repeat: repeat-x;
    393583  border-color: #dcdcdc;
    394   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    395   -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    396           box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    397 }
     584  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
     585          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
     586}
     587/*# sourceMappingURL=bootstrap-theme.css.map */
  • main/waeup.ikoba/trunk/layout/static/bootstrap/css/bootstrap-theme.min.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
    5  */
    6 
    7 .btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
     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)
     5 */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{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);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);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)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
     6/*# sourceMappingURL=bootstrap-theme.min.css.map */
  • 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 */
  • main/waeup.ikoba/trunk/layout/static/bootstrap/css/bootstrap.min.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
    5  */
    6 
    7 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}h4,h5,h6{margin-top:10px;margin-bottom:10px}h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#8a6d3b}.text-warning:hover{color:#66512c}.text-danger{color:#a94442}.text-danger:hover{color:#843534}.text-success{color:#3c763d}.text-success:hover{color:#2b542c}.text-info{color:#31708f}.text-info:hover{color:#245269}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.list-inline>li:first-child{padding-left:0}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small,blockquote .small{display:block;line-height:1.428571429;color:#999}blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small{text-align:right}blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.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{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.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{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.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{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.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{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.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{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>.active,.table>tbody>tr>.active,.table>tfoot>tr>.active,.table>thead>.active>td,.table>tbody>.active>td,.table>tfoot>.active>td,.table>thead>.active>th,.table>tbody>.active>th,.table>tfoot>.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>.active:hover,.table-hover>tbody>.active:hover>td,.table-hover>tbody>.active:hover>th{background-color:#e8e8e8}.table>thead>tr>.success,.table>tbody>tr>.success,.table>tfoot>tr>.success,.table>thead>.success>td,.table>tbody>.success>td,.table>tfoot>.success>td,.table>thead>.success>th,.table>tbody>.success>th,.table>tfoot>.success>th{background-color:#dff0d8}.table-hover>tbody>tr>.success:hover,.table-hover>tbody>.success:hover>td,.table-hover>tbody>.success:hover>th{background-color:#d0e9c6}.table>thead>tr>.danger,.table>tbody>tr>.danger,.table>tfoot>tr>.danger,.table>thead>.danger>td,.table>tbody>.danger>td,.table>tfoot>.danger>td,.table>thead>.danger>th,.table>tbody>.danger>th,.table>tfoot>.danger>th{background-color:#f2dede}.table-hover>tbody>tr>.danger:hover,.table-hover>tbody>.danger:hover>td,.table-hover>tbody>.danger:hover>th{background-color:#ebcccc}.table>thead>tr>.warning,.table>tbody>tr>.warning,.table>tfoot>tr>.warning,.table>thead>.warning>td,.table>tbody>.warning>td,.table>tfoot>.warning>td,.table>thead>.warning>th,.table>tbody>.warning>th,.table>tfoot>.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>.warning:hover,.table-hover>tbody>.warning:hover>td,.table-hover>tbody>.warning:hover>th{background-color:#faf2cc}@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline select.form-control{width:auto}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-control-static{padding-top:7px}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#fff}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');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')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.glyphicon:empty{width:1em}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn:first-child>.btn{margin-right:-1px}.input-group-btn:last-child>.btn{margin-left:-1px}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form select.form-control{width:auto}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{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);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);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{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);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)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{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);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)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{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);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)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{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);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)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child th,.panel>.table>tbody:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;z-index:1050;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}table.visible-xs.visible-sm{display:table}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}table.visible-xs.visible-md{display:table}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}table.visible-xs.visible-lg{display:table}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}table.visible-sm.visible-xs{display:table}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}table.visible-sm.visible-md{display:table}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}table.visible-sm.visible-lg{display:table}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}table.visible-md.visible-xs{display:table}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}table.visible-md.visible-sm{display:table}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}table.visible-md.visible-lg{display:table}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}table.visible-lg.visible-xs{display:table}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}table.visible-lg.visible-sm{display:table}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}table.visible-lg.visible-md{display:table}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}table.hidden-xs{display:table}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}table.hidden-sm{display:table}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}table.hidden-md{display:table}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}table.hidden-lg{display:table}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none!important}}
     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)
     5 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);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')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{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);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);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);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{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);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);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)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{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);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);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)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{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);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);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)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{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);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);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)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
     6/*# sourceMappingURL=bootstrap.min.css.map */
  • main/waeup.ikoba/trunk/layout/static/bootstrap/fonts/glyphicons-halflings-regular.svg

    r11254 r14842  
    77<font-face units-per-em="1200" ascent="960" descent="-240" />
    88<missing-glyph horiz-adv-x="500" />
    9 <glyph />
    10 <glyph />
    11 <glyph unicode="&#xd;" />
     9<glyph horiz-adv-x="0" />
     10<glyph horiz-adv-x="400" />
    1211<glyph unicode=" " />
    13 <glyph unicode="*" d="M100 500v200h259l-183 183l141 141l183 -183v259h200v-259l183 183l141 -141l-183 -183h259v-200h-259l183 -183l-141 -141l-183 183v-259h-200v259l-183 -183l-141 141l183 183h-259z" />
    14 <glyph unicode="+" d="M0 400v300h400v400h300v-400h400v-300h-400v-400h-300v400h-400z" />
     12<glyph unicode="*" d="M600 1100q15 0 34 -1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -18l-158 -158h224q10 0 18.5 -7.5t10.5 -17.5q6 -41 6 -75q0 -15 -1.5 -34t-3.5 -30l-1 -11q-2 -10 -10.5 -17.5t-18.5 -7.5h-224l158 -158 q7 -7 8 -18t-6 -19l-106 -106q-8 -7 -19 -6t-18 8l-158 158v-224q0 -10 -7.5 -18.5t-17.5 -10.5q-41 -6 -75 -6q-15 0 -34 1.5t-30 3.5l-11 1q-10 2 -17.5 10.5t-7.5 18.5v224l-158 -158q-7 -7 -18 -8t-19 6l-106 106q-7 8 -6 19t8 18l158 158h-224q-10 0 -18.5 7.5 t-10.5 17.5q-6 41 -6 75q0 15 1.5 34t3.5 30l1 11q2 10 10.5 17.5t18.5 7.5h224l-158 158q-7 7 -8 18t6 19l106 106q8 7 19 6t18 -8l158 -158v224q0 10 7.5 18.5t17.5 10.5q41 6 75 6z" />
     13<glyph unicode="+" d="M450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v350h-350q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5 h350v350q0 21 14.5 35.5t35.5 14.5z" />
    1514<glyph unicode="&#xa0;" />
    16 <glyph unicode="&#x2000;" horiz-adv-x="652" />
    17 <glyph unicode="&#x2001;" horiz-adv-x="1304" />
    18 <glyph unicode="&#x2002;" horiz-adv-x="652" />
    19 <glyph unicode="&#x2003;" horiz-adv-x="1304" />
    20 <glyph unicode="&#x2004;" horiz-adv-x="434" />
    21 <glyph unicode="&#x2005;" horiz-adv-x="326" />
    22 <glyph unicode="&#x2006;" horiz-adv-x="217" />
    23 <glyph unicode="&#x2007;" horiz-adv-x="217" />
    24 <glyph unicode="&#x2008;" horiz-adv-x="163" />
     15<glyph unicode="&#xa5;" d="M825 1100h250q10 0 12.5 -5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100h275q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-174q0 -11 -7.5 -18.5t-18.5 -7.5h-148q-11 0 -18.5 7.5t-7.5 18.5v174 h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h125v100h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h118q-5 12 -11 18l-364 364q-8 8 -5.5 13t12.5 5h250q25 0 43 -18l164 -164q8 -8 18 -8t18 8l164 164q18 18 43 18z" />
     16<glyph unicode="&#x2000;" horiz-adv-x="650" />
     17<glyph unicode="&#x2001;" horiz-adv-x="1300" />
     18<glyph unicode="&#x2002;" horiz-adv-x="650" />
     19<glyph unicode="&#x2003;" horiz-adv-x="1300" />
     20<glyph unicode="&#x2004;" horiz-adv-x="433" />
     21<glyph unicode="&#x2005;" horiz-adv-x="325" />
     22<glyph unicode="&#x2006;" horiz-adv-x="216" />
     23<glyph unicode="&#x2007;" horiz-adv-x="216" />
     24<glyph unicode="&#x2008;" horiz-adv-x="162" />
    2525<glyph unicode="&#x2009;" horiz-adv-x="260" />
    2626<glyph unicode="&#x200a;" horiz-adv-x="72" />
    2727<glyph unicode="&#x202f;" horiz-adv-x="260" />
    28 <glyph unicode="&#x205f;" horiz-adv-x="326" />
    29 <glyph unicode="&#x20ac;" d="M100 500l100 100h113q0 47 5 100h-218l100 100h135q37 167 112 257q117 141 297 141q242 0 354 -189q60 -103 66 -209h-181q0 55 -25.5 99t-63.5 68t-75 36.5t-67 12.5q-24 0 -52.5 -10t-62.5 -32t-65.5 -67t-50.5 -107h379l-100 -100h-300q-6 -46 -6 -100h406l-100 -100 h-300q9 -74 33 -132t52.5 -91t62 -54.5t59 -29t46.5 -7.5q29 0 66 13t75 37t63.5 67.5t25.5 96.5h174q-31 -172 -128 -278q-107 -117 -274 -117q-205 0 -324 158q-36 46 -69 131.5t-45 205.5h-217z" />
    30 <glyph unicode="&#x2212;" d="M200 400h900v300h-900v-300z" />
    31 <glyph unicode="&#x2601;" d="M-14 494q0 -80 56.5 -137t135.5 -57h750q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5z" />
    32 <glyph unicode="&#x2709;" d="M0 100l400 400l200 -200l200 200l400 -400h-1200zM0 300v600l300 -300zM0 1100l600 -603l600 603h-1200zM900 600l300 300v-600z" />
    33 <glyph unicode="&#x270f;" d="M-13 -13l333 112l-223 223zM187 403l214 -214l614 614l-214 214zM887 1103l214 -214l99 92q13 13 13 32.5t-13 33.5l-153 153q-15 13 -33 13t-33 -13z" />
    34 <glyph unicode="&#xe000;" horiz-adv-x="500" d="M0 0z" />
    35 <glyph unicode="&#xe001;" d="M0 1200h1200l-500 -550v-550h300v-100h-800v100h300v550z" />
    36 <glyph unicode="&#xe002;" d="M14 84q18 -55 86 -75.5t147 5.5q65 21 109 69t44 90v606l600 155v-521q-64 16 -138 -7q-79 -26 -122.5 -83t-25.5 -111q17 -55 85.5 -75.5t147.5 4.5q70 23 111.5 63.5t41.5 95.5v881q0 10 -7 15.5t-17 2.5l-752 -193q-10 -3 -17 -12.5t-7 -19.5v-689q-64 17 -138 -7 q-79 -25 -122.5 -82t-25.5 -112z" />
    37 <glyph unicode="&#xe003;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233z" />
    38 <glyph unicode="&#xe005;" d="M100 784q0 64 28 123t73 100.5t104.5 64t119 20.5t120 -38.5t104.5 -104.5q48 69 109.5 105t121.5 38t118.5 -20.5t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-149.5 152.5t-126.5 127.5 t-94 124.5t-33.5 117.5z" />
    39 <glyph unicode="&#xe006;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1z" />
    40 <glyph unicode="&#xe007;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1zM237 700l196 -142l-73 -226l192 140l195 -141l-74 229l193 140h-235l-77 211l-78 -211h-239z" />
    41 <glyph unicode="&#xe008;" d="M0 0v143l400 257v100q-37 0 -68.5 74.5t-31.5 125.5v200q0 124 88 212t212 88t212 -88t88 -212v-200q0 -51 -31.5 -125.5t-68.5 -74.5v-100l400 -257v-143h-1200z" />
    42 <glyph unicode="&#xe009;" d="M0 0v1100h1200v-1100h-1200zM100 100h100v100h-100v-100zM100 300h100v100h-100v-100zM100 500h100v100h-100v-100zM100 700h100v100h-100v-100zM100 900h100v100h-100v-100zM300 100h600v400h-600v-400zM300 600h600v400h-600v-400zM1000 100h100v100h-100v-100z M1000 300h100v100h-100v-100zM1000 500h100v100h-100v-100zM1000 700h100v100h-100v-100zM1000 900h100v100h-100v-100z" />
    43 <glyph unicode="&#xe010;" d="M0 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM0 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5zM600 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM600 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5z" />
    44 <glyph unicode="&#xe011;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 450v200q0 21 14.5 35.5t35.5 14.5h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5z" />
    45 <glyph unicode="&#xe012;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v200q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5 t-14.5 -35.5v-200zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5z" />
    46 <glyph unicode="&#xe013;" d="M29 454l419 -420l818 820l-212 212l-607 -607l-206 207z" />
    47 <glyph unicode="&#xe014;" d="M106 318l282 282l-282 282l212 212l282 -282l282 282l212 -212l-282 -282l282 -282l-212 -212l-282 282l-282 -282z" />
    48 <glyph unicode="&#xe015;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233zM300 600v200h100v100h200v-100h100v-200h-100v-100h-200v100h-100z" />
    49 <glyph unicode="&#xe016;" d="M23 694q0 200 142 342t342 142t342 -142t142 -342q0 -141 -78 -262l300 -299q7 -7 7 -18t-7 -18l-109 -109q-8 -8 -18 -8t-18 8l-300 299q-120 -77 -261 -77q-200 0 -342 142t-142 342zM176 694q0 -136 97 -233t234 -97t233.5 97t96.5 233t-96.5 233t-233.5 97t-234 -97 t-97 -233zM300 601h400v200h-400v-200z" />
    50 <glyph unicode="&#xe017;" d="M23 600q0 183 105 331t272 210v-166q-103 -55 -165 -155t-62 -220q0 -177 125 -302t302 -125t302 125t125 302q0 120 -62 220t-165 155v166q167 -62 272 -210t105 -331q0 -118 -45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5 zM500 750q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v400q0 21 -14.5 35.5t-35.5 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-400z" />
    51 <glyph unicode="&#xe018;" d="M100 1h200v300h-200v-300zM400 1v500h200v-500h-200zM700 1v800h200v-800h-200zM1000 1v1200h200v-1200h-200z" />
    52 <glyph unicode="&#xe019;" d="M26 601q0 -33 6 -74l151 -38l2 -6q14 -49 38 -93l3 -5l-80 -134q45 -59 105 -105l133 81l5 -3q45 -26 94 -39l5 -2l38 -151q40 -5 74 -5q27 0 74 5l38 151l6 2q46 13 93 39l5 3l134 -81q56 44 104 105l-80 134l3 5q24 44 39 93l1 6l152 38q5 40 5 74q0 28 -5 73l-152 38 l-1 6q-16 51 -39 93l-3 5l80 134q-44 58 -104 105l-134 -81l-5 3q-45 25 -93 39l-6 1l-38 152q-40 5 -74 5q-27 0 -74 -5l-38 -152l-5 -1q-50 -14 -94 -39l-5 -3l-133 81q-59 -47 -105 -105l80 -134l-3 -5q-25 -47 -38 -93l-2 -6l-151 -38q-6 -48 -6 -73zM385 601 q0 88 63 151t152 63t152 -63t63 -151q0 -89 -63 -152t-152 -63t-152 63t-63 152z" />
    53 <glyph unicode="&#xe020;" d="M100 1025v50q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-50q0 -11 -7 -18t-18 -7h-1050q-11 0 -18 7t-7 18zM200 100v800h900v-800q0 -41 -29.5 -71t-70.5 -30h-700q-41 0 -70.5 30 t-29.5 71zM300 100h100v700h-100v-700zM500 100h100v700h-100v-700zM500 1100h300v100h-300v-100zM700 100h100v700h-100v-700zM900 100h100v700h-100v-700z" />
    54 <glyph unicode="&#xe021;" d="M1 601l656 644l644 -644h-200v-600h-300v400h-300v-400h-300v600h-200z" />
    55 <glyph unicode="&#xe022;" d="M100 25v1150q0 11 7 18t18 7h475v-500h400v-675q0 -11 -7 -18t-18 -7h-850q-11 0 -18 7t-7 18zM700 800v300l300 -300h-300z" />
    56 <glyph unicode="&#xe023;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 500v400h100 v-300h200v-100h-300z" />
    57 <glyph unicode="&#xe024;" d="M-100 0l431 1200h209l-21 -300h162l-20 300h208l431 -1200h-538l-41 400h-242l-40 -400h-539zM488 500h224l-27 300h-170z" />
    58 <glyph unicode="&#xe025;" d="M0 0v400h490l-290 300h200v500h300v-500h200l-290 -300h490v-400h-1100zM813 200h175v100h-175v-100z" />
    59 <glyph unicode="&#xe026;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM188 600q0 -170 121 -291t291 -121t291 121t121 291t-121 291t-291 121 t-291 -121t-121 -291zM350 600h150v300h200v-300h150l-250 -300z" />
    60 <glyph unicode="&#xe027;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM350 600l250 300 l250 -300h-150v-300h-200v300h-150z" />
    61 <glyph unicode="&#xe028;" d="M0 25v475l200 700h800q199 -700 200 -700v-475q0 -11 -7 -18t-18 -7h-1150q-11 0 -18 7t-7 18zM200 500h200l50 -200h300l50 200h200l-97 500h-606z" />
    62 <glyph unicode="&#xe029;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 397v401 l297 -200z" />
    63 <glyph unicode="&#xe030;" d="M23 600q0 -118 45.5 -224.5t123 -184t184 -123t224.5 -45.5t224.5 45.5t184 123t123 184t45.5 224.5h-150q0 -177 -125 -302t-302 -125t-302 125t-125 302t125 302t302 125q136 0 246 -81l-146 -146h400v400l-145 -145q-157 122 -355 122q-118 0 -224.5 -45.5t-184 -123 t-123 -184t-45.5 -224.5z" />
    64 <glyph unicode="&#xe031;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5q198 0 355 -122l145 145v-400h-400l147 147q-112 80 -247 80q-177 0 -302 -125t-125 -302h-150zM100 0v400h400l-147 -147q112 -80 247 -80q177 0 302 125t125 302h150q0 -118 -45.5 -224.5t-123 -184t-184 -123 t-224.5 -45.5q-198 0 -355 122z" />
    65 <glyph unicode="&#xe032;" d="M100 0h1100v1200h-1100v-1200zM200 100v900h900v-900h-900zM300 200v100h100v-100h-100zM300 400v100h100v-100h-100zM300 600v100h100v-100h-100zM300 800v100h100v-100h-100zM500 200h500v100h-500v-100zM500 400v100h500v-100h-500zM500 600v100h500v-100h-500z M500 800v100h500v-100h-500z" />
    66 <glyph unicode="&#xe033;" d="M0 100v600q0 41 29.5 70.5t70.5 29.5h100v200q0 82 59 141t141 59h300q82 0 141 -59t59 -141v-200h100q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-900q-41 0 -70.5 29.5t-29.5 70.5zM400 800h300v150q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-150z" />
    67 <glyph unicode="&#xe034;" d="M100 0v1100h100v-1100h-100zM300 400q60 60 127.5 84t127.5 17.5t122 -23t119 -30t110 -11t103 42t91 120.5v500q-40 -81 -101.5 -115.5t-127.5 -29.5t-138 25t-139.5 40t-125.5 25t-103 -29.5t-65 -115.5v-500z" />
    68 <glyph unicode="&#xe035;" d="M0 275q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 127 70.5 231.5t184.5 161.5t245 57t245 -57t184.5 -161.5t70.5 -231.5v-300q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 116 -49.5 227t-131 192.5t-192.5 131t-227 49.5t-227 -49.5t-192.5 -131t-131 -192.5 t-49.5 -227v-300zM200 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14zM800 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14z" />
    69 <glyph unicode="&#xe036;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM688 459l141 141l-141 141l71 71l141 -141l141 141l71 -71l-141 -141l141 -141l-71 -71l-141 141l-141 -141z" />
    70 <glyph unicode="&#xe037;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM700 857l69 53q111 -135 111 -310q0 -169 -106 -302l-67 54q86 110 86 248q0 146 -93 257z" />
    71 <glyph unicode="&#xe038;" d="M0 401v400h300l300 200v-800l-300 200h-300zM702 858l69 53q111 -135 111 -310q0 -170 -106 -303l-67 55q86 110 86 248q0 145 -93 257zM889 951l7 -8q123 -151 123 -344q0 -189 -119 -339l-7 -8l81 -66l6 8q142 178 142 405q0 230 -144 408l-6 8z" />
    72 <glyph unicode="&#xe039;" d="M0 0h500v500h-200v100h-100v-100h-200v-500zM0 600h100v100h400v100h100v100h-100v300h-500v-600zM100 100v300h300v-300h-300zM100 800v300h300v-300h-300zM200 200v100h100v-100h-100zM200 900h100v100h-100v-100zM500 500v100h300v-300h200v-100h-100v-100h-200v100 h-100v100h100v200h-200zM600 0v100h100v-100h-100zM600 1000h100v-300h200v-300h300v200h-200v100h200v500h-600v-200zM800 800v300h300v-300h-300zM900 0v100h300v-100h-300zM900 900v100h100v-100h-100zM1100 200v100h100v-100h-100z" />
    73 <glyph unicode="&#xe040;" d="M0 200h100v1000h-100v-1000zM100 0v100h300v-100h-300zM200 200v1000h100v-1000h-100zM500 0v91h100v-91h-100zM500 200v1000h200v-1000h-200zM700 0v91h100v-91h-100zM800 200v1000h100v-1000h-100zM900 0v91h200v-91h-200zM1000 200v1000h200v-1000h-200z" />
    74 <glyph unicode="&#xe041;" d="M1 700v475q0 10 7.5 17.5t17.5 7.5h474l700 -700l-500 -500zM148 953q0 -42 29 -71q30 -30 71.5 -30t71.5 30q29 29 29 71t-29 71q-30 30 -71.5 30t-71.5 -30q-29 -29 -29 -71z" />
    75 <glyph unicode="&#xe042;" d="M2 700v475q0 11 7 18t18 7h474l700 -700l-500 -500zM148 953q0 -42 30 -71q29 -30 71 -30t71 30q30 29 30 71t-30 71q-29 30 -71 30t-71 -30q-30 -29 -30 -71zM701 1200h100l700 -700l-500 -500l-50 50l450 450z" />
    76 <glyph unicode="&#xe043;" d="M100 0v1025l175 175h925v-1000l-100 -100v1000h-750l-100 -100h750v-1000h-900z" />
    77 <glyph unicode="&#xe044;" d="M200 0l450 444l450 -443v1150q0 20 -14.5 35t-35.5 15h-800q-21 0 -35.5 -15t-14.5 -35v-1151z" />
    78 <glyph unicode="&#xe045;" d="M0 100v700h200l100 -200h600l100 200h200v-700h-200v200h-800v-200h-200zM253 829l40 -124h592l62 124l-94 346q-2 11 -10 18t-18 7h-450q-10 0 -18 -7t-10 -18zM281 24l38 152q2 10 11.5 17t19.5 7h500q10 0 19.5 -7t11.5 -17l38 -152q2 -10 -3.5 -17t-15.5 -7h-600 q-10 0 -15.5 7t-3.5 17z" />
    79 <glyph unicode="&#xe046;" d="M0 200q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-150q-4 8 -11.5 21.5t-33 48t-53 61t-69 48t-83.5 21.5h-200q-41 0 -82 -20.5t-70 -50t-52 -59t-34 -50.5l-12 -20h-150q-41 0 -70.5 -29.5t-29.5 -70.5v-600z M356 500q0 100 72 172t172 72t172 -72t72 -172t-72 -172t-172 -72t-172 72t-72 172zM494 500q0 -44 31 -75t75 -31t75 31t31 75t-31 75t-75 31t-75 -31t-31 -75zM900 700v100h100v-100h-100z" />
    80 <glyph unicode="&#xe047;" d="M53 0h365v66q-41 0 -72 11t-49 38t1 71l92 234h391l82 -222q16 -45 -5.5 -88.5t-74.5 -43.5v-66h417v66q-34 1 -74 43q-18 19 -33 42t-21 37l-6 13l-385 998h-93l-399 -1006q-24 -48 -52 -75q-12 -12 -33 -25t-36 -20l-15 -7v-66zM416 521l178 457l46 -140l116 -317h-340 z" />
    81 <glyph unicode="&#xe048;" d="M100 0v89q41 7 70.5 32.5t29.5 65.5v827q0 28 -1 39.5t-5.5 26t-15.5 21t-29 14t-49 14.5v70h471q120 0 213 -88t93 -228q0 -55 -11.5 -101.5t-28 -74t-33.5 -47.5t-28 -28l-12 -7q8 -3 21.5 -9t48 -31.5t60.5 -58t47.5 -91.5t21.5 -129q0 -84 -59 -156.5t-142 -111 t-162 -38.5h-500zM400 200h161q89 0 153 48.5t64 132.5q0 90 -62.5 154.5t-156.5 64.5h-159v-400zM400 700h139q76 0 130 61.5t54 138.5q0 82 -84 130.5t-239 48.5v-379z" />
    82 <glyph unicode="&#xe049;" d="M200 0v57q77 7 134.5 40.5t65.5 80.5l173 849q10 56 -10 74t-91 37q-6 1 -10.5 2.5t-9.5 2.5v57h425l2 -57q-33 -8 -62 -25.5t-46 -37t-29.5 -38t-17.5 -30.5l-5 -12l-128 -825q-10 -52 14 -82t95 -36v-57h-500z" />
    83 <glyph unicode="&#xe050;" d="M-75 200h75v800h-75l125 167l125 -167h-75v-800h75l-125 -167zM300 900v300h150h700h150v-300h-50q0 29 -8 48.5t-18.5 30t-33.5 15t-39.5 5.5t-50.5 1h-200v-850l100 -50v-100h-400v100l100 50v850h-200q-34 0 -50.5 -1t-40 -5.5t-33.5 -15t-18.5 -30t-8.5 -48.5h-49z " />
    84 <glyph unicode="&#xe051;" d="M33 51l167 125v-75h800v75l167 -125l-167 -125v75h-800v-75zM100 901v300h150h700h150v-300h-50q0 29 -8 48.5t-18 30t-33.5 15t-40 5.5t-50.5 1h-200v-650l100 -50v-100h-400v100l100 50v650h-200q-34 0 -50.5 -1t-39.5 -5.5t-33.5 -15t-18.5 -30t-8 -48.5h-50z" />
    85 <glyph unicode="&#xe052;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 350q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM0 650q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1000q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 950q0 -20 14.5 -35t35.5 -15h600q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-600q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
    86 <glyph unicode="&#xe053;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 650q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM200 350q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM200 950q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
    87 <glyph unicode="&#xe054;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1000q-21 0 -35.5 15 t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-600 q-21 0 -35.5 15t-14.5 35z" />
    88 <glyph unicode="&#xe055;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
    89 <glyph unicode="&#xe056;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM300 50v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800 q-21 0 -35.5 15t-14.5 35zM300 650v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 950v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35z" />
    90 <glyph unicode="&#xe057;" d="M-101 500v100h201v75l166 -125l-166 -125v75h-201zM300 0h100v1100h-100v-1100zM500 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35 v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 650q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100 q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100z" />
    91 <glyph unicode="&#xe058;" d="M1 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 650 q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM801 0v1100h100v-1100 h-100zM934 550l167 -125v75h200v100h-200v75z" />
    92 <glyph unicode="&#xe059;" d="M0 275v650q0 31 22 53t53 22h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53zM900 600l300 300v-600z" />
    93 <glyph unicode="&#xe060;" d="M0 44v1012q0 18 13 31t31 13h1112q19 0 31.5 -13t12.5 -31v-1012q0 -18 -12.5 -31t-31.5 -13h-1112q-18 0 -31 13t-13 31zM100 263l247 182l298 -131l-74 156l293 318l236 -288v500h-1000v-737zM208 750q0 56 39 95t95 39t95 -39t39 -95t-39 -95t-95 -39t-95 39t-39 95z " />
    94 <glyph unicode="&#xe062;" d="M148 745q0 124 60.5 231.5t165 172t226.5 64.5q123 0 227 -63t164.5 -169.5t60.5 -229.5t-73 -272q-73 -114 -166.5 -237t-150.5 -189l-57 -66q-10 9 -27 26t-66.5 70.5t-96 109t-104 135.5t-100.5 155q-63 139 -63 262zM342 772q0 -107 75.5 -182.5t181.5 -75.5 q107 0 182.5 75.5t75.5 182.5t-75.5 182t-182.5 75t-182 -75.5t-75 -181.5z" />
    95 <glyph unicode="&#xe063;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM173 600q0 -177 125.5 -302t301.5 -125v854q-176 0 -301.5 -125 t-125.5 -302z" />
    96 <glyph unicode="&#xe064;" d="M117 406q0 94 34 186t88.5 172.5t112 159t115 177t87.5 194.5q21 -71 57.5 -142.5t76 -130.5t83 -118.5t82 -117t70 -116t50 -125.5t18.5 -136q0 -89 -39 -165.5t-102 -126.5t-140 -79.5t-156 -33.5q-114 6 -211.5 53t-161.5 138.5t-64 210.5zM243 414q14 -82 59.5 -136 t136.5 -80l16 98q-7 6 -18 17t-34 48t-33 77q-15 73 -14 143.5t10 122.5l9 51q-92 -110 -119.5 -185t-12.5 -156z" />
    97 <glyph unicode="&#xe065;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5q366 -6 397 -14l-186 -186h-311q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v125l200 200v-225q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM436 341l161 50l412 412l-114 113l-405 -405zM995 1015l113 -113l113 113l-21 85l-92 28z" />
    98 <glyph unicode="&#xe066;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h261l2 -80q-133 -32 -218 -120h-145q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-53q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5 zM423 524q30 38 81.5 64t103 35.5t99 14t77.5 3.5l29 -1v-209l360 324l-359 318v-216q-7 0 -19 -1t-48 -8t-69.5 -18.5t-76.5 -37t-76.5 -59t-62 -88t-39.5 -121.5z" />
    99 <glyph unicode="&#xe067;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-169q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM342 632l283 -284l566 567l-136 137l-430 -431l-147 147z" />
    100 <glyph unicode="&#xe068;" d="M0 603l300 296v-198h200v200h-200l300 300l295 -300h-195v-200h200v198l300 -296l-300 -300v198h-200v-200h195l-295 -300l-300 300h200v200h-200v-198z" />
    101 <glyph unicode="&#xe069;" d="M200 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-1100l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
    102 <glyph unicode="&#xe070;" d="M0 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-487l500 487v-1100l-500 488v-488l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
    103 <glyph unicode="&#xe071;" d="M136 550l564 550v-487l500 487v-1100l-500 488v-488z" />
    104 <glyph unicode="&#xe072;" d="M200 0l900 550l-900 550v-1100z" />
    105 <glyph unicode="&#xe073;" d="M200 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800zM600 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
    106 <glyph unicode="&#xe074;" d="M200 150q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v800q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
    107 <glyph unicode="&#xe075;" d="M0 0v1100l500 -487v487l564 -550l-564 -550v488z" />
    108 <glyph unicode="&#xe076;" d="M0 0v1100l500 -487v487l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v488z" />
    109 <glyph unicode="&#xe077;" d="M300 0v1100l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438z" />
    110 <glyph unicode="&#xe078;" d="M100 250v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5zM100 500h1100l-550 564z" />
    111 <glyph unicode="&#xe079;" d="M185 599l592 -592l240 240l-353 353l353 353l-240 240z" />
    112 <glyph unicode="&#xe080;" d="M272 194l353 353l-353 353l241 240l572 -571l21 -22l-1 -1v-1l-592 -591z" />
    113 <glyph unicode="&#xe081;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h200v-200h200v200h200v200h-200v200h-200v-200h-200v-200z" />
    114 <glyph unicode="&#xe082;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h600v200h-600v-200z" />
    115 <glyph unicode="&#xe083;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM246 459l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141l-141 142l-212 -213l141 -141z" />
    116 <glyph unicode="&#xe084;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM270 551l276 -277l411 411l-175 174l-236 -236l-102 102z" />
    117 <glyph unicode="&#xe085;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM363 700h144q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5q19 0 30 -10t11 -26 q0 -22 -4 -28t-27 -22q-5 -1 -12.5 -3t-27 -13.5t-34 -27t-26.5 -46t-11 -68.5h200q5 3 14 8t31.5 25.5t39.5 45.5t31 69t14 94q0 51 -17.5 89t-42 58t-58.5 32t-58.5 15t-51.5 3q-105 0 -172 -56t-67 -183zM500 300h200v100h-200v-100z" />
    118 <glyph unicode="&#xe086;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM400 300h400v100h-100v300h-300v-100h100v-200h-100v-100zM500 800h200v100h-200v-100z" />
    119 <glyph unicode="&#xe087;" d="M0 500v200h194q15 60 36 104.5t55.5 86t88 69t126.5 40.5v200h200v-200q54 -20 113 -60t112.5 -105.5t71.5 -134.5h203v-200h-203q-25 -102 -116.5 -186t-180.5 -117v-197h-200v197q-140 27 -208 102.5t-98 200.5h-194zM290 500q24 -73 79.5 -127.5t130.5 -78.5v206h200 v-206q149 48 201 206h-201v200h200q-25 74 -76 127.5t-124 76.5v-204h-200v203q-75 -24 -130 -77.5t-79 -125.5h209v-200h-210z" />
    120 <glyph unicode="&#xe088;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM356 465l135 135 l-135 135l109 109l135 -135l135 135l109 -109l-135 -135l135 -135l-109 -109l-135 135l-135 -135z" />
    121 <glyph unicode="&#xe089;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM322 537l141 141 l87 -87l204 205l142 -142l-346 -345z" />
    122 <glyph unicode="&#xe090;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -115 62 -215l568 567q-100 62 -216 62q-171 0 -292.5 -121.5t-121.5 -292.5zM391 245q97 -59 209 -59q171 0 292.5 121.5t121.5 292.5 q0 112 -59 209z" />
    123 <glyph unicode="&#xe091;" d="M0 547l600 453v-300h600v-300h-600v-301z" />
    124 <glyph unicode="&#xe092;" d="M0 400v300h600v300l600 -453l-600 -448v301h-600z" />
    125 <glyph unicode="&#xe093;" d="M204 600l450 600l444 -600h-298v-600h-300v600h-296z" />
    126 <glyph unicode="&#xe094;" d="M104 600h296v600h300v-600h298l-449 -600z" />
    127 <glyph unicode="&#xe095;" d="M0 200q6 132 41 238.5t103.5 193t184 138t271.5 59.5v271l600 -453l-600 -448v301q-95 -2 -183 -20t-170 -52t-147 -92.5t-100 -135.5z" />
    128 <glyph unicode="&#xe096;" d="M0 0v400l129 -129l294 294l142 -142l-294 -294l129 -129h-400zM635 777l142 -142l294 294l129 -129v400h-400l129 -129z" />
    129 <glyph unicode="&#xe097;" d="M34 176l295 295l-129 129h400v-400l-129 130l-295 -295zM600 600v400l129 -129l295 295l142 -141l-295 -295l129 -130h-400z" />
    130 <glyph unicode="&#xe101;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5t224.5 -45.5t184 -123t123 -184t45.5 -224.5t-45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5zM456 851l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5 t21.5 34.5l58 302q4 20 -8 34.5t-33 14.5h-207q-20 0 -32 -14.5t-8 -34.5zM500 300h200v100h-200v-100z" />
    131 <glyph unicode="&#xe102;" d="M0 800h100v-200h400v300h200v-300h400v200h100v100h-111v6t-1 15t-3 18l-34 172q-11 39 -41.5 63t-69.5 24q-32 0 -61 -17l-239 -144q-22 -13 -40 -35q-19 24 -40 36l-238 144q-33 18 -62 18q-39 0 -69.5 -23t-40.5 -61l-35 -177q-2 -8 -3 -18t-1 -15v-6h-111v-100z M100 0h400v400h-400v-400zM200 900q-3 0 14 48t35 96l18 47l214 -191h-281zM700 0v400h400v-400h-400zM731 900l202 197q5 -12 12 -32.5t23 -64t25 -72t7 -28.5h-269z" />
    132 <glyph unicode="&#xe103;" d="M0 -22v143l216 193q-9 53 -13 83t-5.5 94t9 113t38.5 114t74 124q47 60 99.5 102.5t103 68t127.5 48t145.5 37.5t184.5 43.5t220 58.5q0 -189 -22 -343t-59 -258t-89 -181.5t-108.5 -120t-122 -68t-125.5 -30t-121.5 -1.5t-107.5 12.5t-87.5 17t-56.5 7.5l-99 -55z M238.5 300.5q19.5 -6.5 86.5 76.5q55 66 367 234q70 38 118.5 69.5t102 79t99 111.5t86.5 148q22 50 24 60t-6 19q-7 5 -17 5t-26.5 -14.5t-33.5 -39.5q-35 -51 -113.5 -108.5t-139.5 -89.5l-61 -32q-369 -197 -458 -401q-48 -111 -28.5 -117.5z" />
    133 <glyph unicode="&#xe104;" d="M111 408q0 -33 5 -63q9 -56 44 -119.5t105 -108.5q31 -21 64 -16t62 23.5t57 49.5t48 61.5t35 60.5q32 66 39 184.5t-13 157.5q79 -80 122 -164t26 -184q-5 -33 -20.5 -69.5t-37.5 -80.5q-10 -19 -14.5 -29t-12 -26t-9 -23.5t-3 -19t2.5 -15.5t11 -9.5t19.5 -5t30.5 2.5 t42 8q57 20 91 34t87.5 44.5t87 64t65.5 88.5t47 122q38 172 -44.5 341.5t-246.5 278.5q22 -44 43 -129q39 -159 -32 -154q-15 2 -33 9q-79 33 -120.5 100t-44 175.5t48.5 257.5q-13 -8 -34 -23.5t-72.5 -66.5t-88.5 -105.5t-60 -138t-8 -166.5q2 -12 8 -41.5t8 -43t6 -39.5 t3.5 -39.5t-1 -33.5t-6 -31.5t-13.5 -24t-21 -20.5t-31 -12q-38 -10 -67 13t-40.5 61.5t-15 81.5t10.5 75q-52 -46 -83.5 -101t-39 -107t-7.5 -85z" />
    134 <glyph unicode="&#xe105;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5t145.5 -23.5t132.5 -59t116.5 -83.5t97 -90t74.5 -85.5t49 -63.5t20 -30l26 -40l-26 -40q-6 -10 -20 -30t-49 -63.5t-74.5 -85.5t-97 -90t-116.5 -83.5t-132.5 -59t-145.5 -23.5 t-145.5 23.5t-132.5 59t-116.5 83.5t-97 90t-74.5 85.5t-49 63.5t-20 30zM120 600q7 -10 40.5 -58t56 -78.5t68 -77.5t87.5 -75t103 -49.5t125 -21.5t123.5 20t100.5 45.5t85.5 71.5t66.5 75.5t58 81.5t47 66q-1 1 -28.5 37.5t-42 55t-43.5 53t-57.5 63.5t-58.5 54 q49 -74 49 -163q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l105 105q-37 24 -75 72t-57 84l-20 36z" />
    135 <glyph unicode="&#xe106;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5q61 0 121 -17l37 142h148l-314 -1200h-148l37 143q-82 21 -165 71.5t-140 102t-109.5 112t-72 88.5t-29.5 43zM120 600q210 -282 393 -336l37 141q-107 18 -178.5 101.5t-71.5 193.5 q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l47 47l23 87q-30 28 -59 69t-44 68l-14 26zM780 161l38 145q22 15 44.5 34t46 44t40.5 44t41 50.5t33.5 43.5t33 44t24.5 34q-97 127 -140 175l39 146q67 -54 131.5 -125.5t87.5 -103.5t36 -52l26 -40l-26 -40 q-7 -12 -25.5 -38t-63.5 -79.5t-95.5 -102.5t-124 -100t-146.5 -79z" />
    136 <glyph unicode="&#xe107;" d="M-97.5 34q13.5 -34 50.5 -34h1294q37 0 50.5 35.5t-7.5 67.5l-642 1056q-20 33 -48 36t-48 -29l-642 -1066q-21 -32 -7.5 -66zM155 200l445 723l445 -723h-345v100h-200v-100h-345zM500 600l100 -300l100 300v100h-200v-100z" />
    137 <glyph unicode="&#xe108;" d="M100 262v41q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44t106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -91 100 -113v-64q0 -21 -13 -29t-32 1l-94 78h-222l-94 -78q-19 -9 -32 -1t-13 29v64 q0 22 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5z" />
    138 <glyph unicode="&#xe109;" d="M0 50q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v750h-1100v-750zM0 900h1100v150q0 21 -14.5 35.5t-35.5 14.5h-150v100h-100v-100h-500v100h-100v-100h-150q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 100v100h100v-100h-100zM100 300v100h100v-100h-100z M100 500v100h100v-100h-100zM300 100v100h100v-100h-100zM300 300v100h100v-100h-100zM300 500v100h100v-100h-100zM500 100v100h100v-100h-100zM500 300v100h100v-100h-100zM500 500v100h100v-100h-100zM700 100v100h100v-100h-100zM700 300v100h100v-100h-100zM700 500 v100h100v-100h-100zM900 100v100h100v-100h-100zM900 300v100h100v-100h-100zM900 500v100h100v-100h-100z" />
    139 <glyph unicode="&#xe110;" d="M0 200v200h259l600 600h241v198l300 -295l-300 -300v197h-159l-600 -600h-341zM0 800h259l122 -122l141 142l-181 180h-341v-200zM678 381l141 142l122 -123h159v198l300 -295l-300 -300v197h-241z" />
    140 <glyph unicode="&#xe111;" d="M0 400v600q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5z" />
    141 <glyph unicode="&#xe112;" d="M100 600v200h300v-250q0 -113 6 -145q17 -92 102 -117q39 -11 92 -11q37 0 66.5 5.5t50 15.5t36 24t24 31.5t14 37.5t7 42t2.5 45t0 47v25v250h300v-200q0 -42 -3 -83t-15 -104t-31.5 -116t-58 -109.5t-89 -96.5t-129 -65.5t-174.5 -25.5t-174.5 25.5t-129 65.5t-89 96.5 t-58 109.5t-31.5 116t-15 104t-3 83zM100 900v300h300v-300h-300zM800 900v300h300v-300h-300z" />
    142 <glyph unicode="&#xe113;" d="M-30 411l227 -227l352 353l353 -353l226 227l-578 579z" />
    143 <glyph unicode="&#xe114;" d="M70 797l580 -579l578 579l-226 227l-353 -353l-352 353z" />
    144 <glyph unicode="&#xe115;" d="M-198 700l299 283l300 -283h-203v-400h385l215 -200h-800v600h-196zM402 1000l215 -200h381v-400h-198l299 -283l299 283h-200v600h-796z" />
    145 <glyph unicode="&#xe116;" d="M18 939q-5 24 10 42q14 19 39 19h896l38 162q5 17 18.5 27.5t30.5 10.5h94q20 0 35 -14.5t15 -35.5t-15 -35.5t-35 -14.5h-54l-201 -961q-2 -4 -6 -10.5t-19 -17.5t-33 -11h-31v-50q0 -20 -14.5 -35t-35.5 -15t-35.5 15t-14.5 35v50h-300v-50q0 -20 -14.5 -35t-35.5 -15 t-35.5 15t-14.5 35v50h-50q-21 0 -35.5 15t-14.5 35q0 21 14.5 35.5t35.5 14.5h535l48 200h-633q-32 0 -54.5 21t-27.5 43z" />
    146 <glyph unicode="&#xe117;" d="M0 0v800h1200v-800h-1200zM0 900v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-100h-1200z" />
    147 <glyph unicode="&#xe118;" d="M1 0l300 700h1200l-300 -700h-1200zM1 400v600h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-200h-1000z" />
    148 <glyph unicode="&#xe119;" d="M302 300h198v600h-198l298 300l298 -300h-198v-600h198l-298 -300z" />
    149 <glyph unicode="&#xe120;" d="M0 600l300 298v-198h600v198l300 -298l-300 -297v197h-600v-197z" />
    150 <glyph unicode="&#xe121;" d="M0 100v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM31 400l172 739q5 22 23 41.5t38 19.5h672q19 0 37.5 -22.5t23.5 -45.5l172 -732h-1138zM800 100h100v100h-100v-100z M1000 100h100v100h-100v-100z" />
    151 <glyph unicode="&#xe122;" d="M-101 600v50q0 24 25 49t50 38l25 13v-250l-11 5.5t-24 14t-30 21.5t-24 27.5t-11 31.5zM99 500v250v5q0 13 0.5 18.5t2.5 13t8 10.5t15 3h200l675 250v-850l-675 200h-38l47 -276q2 -12 -3 -17.5t-11 -6t-21 -0.5h-8h-83q-20 0 -34.5 14t-18.5 35q-56 337 -56 351z M1100 200v850q0 21 14.5 35.5t35.5 14.5q20 0 35 -14.5t15 -35.5v-850q0 -20 -15 -35t-35 -15q-21 0 -35.5 15t-14.5 35z" />
    152 <glyph unicode="&#xe123;" d="M74 350q0 21 13.5 35.5t33.5 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3 32t29 13h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q20 0 33.5 -14.5t13.5 -35.5q0 -20 -13 -40t-31 -27q-22 -9 -63 -23t-167.5 -37 t-251.5 -23t-245.5 20.5t-178.5 41.5l-58 20q-18 7 -31 27.5t-13 40.5zM497 110q12 -49 40 -79.5t63 -30.5t63 30.5t39 79.5q-48 -6 -102 -6t-103 6z" />
    153 <glyph unicode="&#xe124;" d="M21 445l233 -45l-78 -224l224 78l45 -233l155 179l155 -179l45 233l224 -78l-78 224l234 45l-180 155l180 156l-234 44l78 225l-224 -78l-45 233l-155 -180l-155 180l-45 -233l-224 78l78 -225l-233 -44l179 -156z" />
    154 <glyph unicode="&#xe125;" d="M0 200h200v600h-200v-600zM300 275q0 -75 100 -75h61q123 -100 139 -100h250q46 0 83 57l238 344q29 31 29 74v100q0 44 -30.5 84.5t-69.5 40.5h-328q28 118 28 125v150q0 44 -30.5 84.5t-69.5 40.5h-50q-27 0 -51 -20t-38 -48l-96 -198l-145 -196q-20 -26 -20 -63v-400z M400 300v375l150 212l100 213h50v-175l-50 -225h450v-125l-250 -375h-214l-136 100h-100z" />
    155 <glyph unicode="&#xe126;" d="M0 400v600h200v-600h-200zM300 525v400q0 75 100 75h61q123 100 139 100h250q46 0 83 -57l238 -344q29 -31 29 -74v-100q0 -44 -30.5 -84.5t-69.5 -40.5h-328q28 -118 28 -125v-150q0 -44 -30.5 -84.5t-69.5 -40.5h-50q-27 0 -51 20t-38 48l-96 198l-145 196 q-20 26 -20 63zM400 525l150 -212l100 -213h50v175l-50 225h450v125l-250 375h-214l-136 -100h-100v-375z" />
    156 <glyph unicode="&#xe127;" d="M8 200v600h200v-600h-200zM308 275v525q0 17 14 35.5t28 28.5l14 9l362 230q14 6 25 6q17 0 29 -12l109 -112q14 -14 14 -34q0 -18 -11 -32l-85 -121h302q85 0 138.5 -38t53.5 -110t-54.5 -111t-138.5 -39h-107l-130 -339q-7 -22 -20.5 -41.5t-28.5 -19.5h-341 q-7 0 -90 81t-83 94zM408 289l100 -89h293l131 339q6 21 19.5 41t28.5 20h203q16 0 25 15t9 36q0 20 -9 34.5t-25 14.5h-457h-6.5h-7.5t-6.5 0.5t-6 1t-5 1.5t-5.5 2.5t-4 4t-4 5.5q-5 12 -5 20q0 14 10 27l147 183l-86 83l-339 -236v-503z" />
    157 <glyph unicode="&#xe128;" d="M-101 651q0 72 54 110t139 37h302l-85 121q-11 16 -11 32q0 21 14 34l109 113q13 12 29 12q11 0 25 -6l365 -230q7 -4 16.5 -10.5t26 -26t16.5 -36.5v-526q0 -13 -85.5 -93.5t-93.5 -80.5h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-84 0 -139 39t-55 111zM-1 601h222 q15 0 28.5 -20.5t19.5 -40.5l131 -339h293l106 89v502l-342 237l-87 -83l145 -184q10 -11 10 -26q0 -11 -5 -20q-1 -3 -3.5 -5.5l-4 -4t-5 -2.5t-5.5 -1.5t-6.5 -1t-6.5 -0.5h-7.5h-6.5h-476v-100zM999 201v600h200v-600h-200z" />
    158 <glyph unicode="&#xe129;" d="M97 719l230 -363q4 -6 10.5 -15.5t26 -25t36.5 -15.5h525q13 0 94 83t81 90v342q0 15 -20 28.5t-41 19.5l-339 131v106q0 84 -39 139t-111 55t-110 -53.5t-38 -138.5v-302l-121 84q-15 12 -33.5 11.5t-32.5 -13.5l-112 -110q-22 -22 -6 -53zM172 739l83 86l183 -146 q22 -18 47 -5q3 1 5.5 3.5l4 4t2.5 5t1.5 5.5t1 6.5t0.5 6v7.5v7v456q0 22 25 31t50 -0.5t25 -30.5v-202q0 -16 20 -29.5t41 -19.5l339 -130v-294l-89 -100h-503zM400 0v200h600v-200h-600z" />
    159 <glyph unicode="&#xe130;" d="M1 585q-15 -31 7 -53l112 -110q13 -13 32 -13.5t34 10.5l121 85l-1 -302q0 -84 38.5 -138t110.5 -54t111 55t39 139v106l339 131q20 6 40.5 19.5t20.5 28.5v342q0 7 -81 90t-94 83h-525q-17 0 -35.5 -14t-28.5 -28l-10 -15zM76 565l237 339h503l89 -100v-294l-340 -130 q-20 -6 -40 -20t-20 -29v-202q0 -22 -25 -31t-50 0t-25 31v456v14.5t-1.5 11.5t-5 12t-9.5 7q-24 13 -46 -5l-184 -146zM305 1104v200h600v-200h-600z" />
    160 <glyph unicode="&#xe131;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 500h300l-2 -194l402 294l-402 298v-197h-298v-201z" />
    161 <glyph unicode="&#xe132;" d="M0 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t231.5 47.5q122 0 232.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-218 -217.5t-300 -80t-299.5 80t-217.5 217.5t-80 299.5zM200 600l400 -294v194h302v201h-300v197z" />
    162 <glyph unicode="&#xe133;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600h200v-300h200v300h200l-300 400z" />
    163 <glyph unicode="&#xe134;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600l300 -400l300 400h-200v300h-200v-300h-200z" />
    164 <glyph unicode="&#xe135;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM254 780q-8 -34 5.5 -93t7.5 -87q0 -9 17 -44t16 -60q12 0 23 -5.5 t23 -15t20 -13.5q20 -10 108 -42q22 -8 53 -31.5t59.5 -38.5t57.5 -11q8 -18 -15 -55.5t-20 -57.5q12 -21 22.5 -34.5t28 -27t36.5 -17.5q0 -6 -3 -15.5t-3.5 -14.5t4.5 -17q101 -2 221 111q31 30 47 48t34 49t21 62q-14 9 -37.5 9.5t-35.5 7.5q-14 7 -49 15t-52 19 q-9 0 -39.5 -0.5t-46.5 -1.5t-39 -6.5t-39 -16.5q-50 -35 -66 -12q-4 2 -3.5 25.5t0.5 25.5q-6 13 -26.5 17t-24.5 7q2 22 -2 41t-16.5 28t-38.5 -20q-23 -25 -42 4q-19 28 -8 58q8 16 22 22q6 -1 26 -1.5t33.5 -4.5t19.5 -13q12 -19 32 -37.5t34 -27.5l14 -8q0 3 9.5 39.5 t5.5 57.5q-4 23 14.5 44.5t22.5 31.5q5 14 10 35t8.5 31t15.5 22.5t34 21.5q-6 18 10 37q8 0 23.5 -1.5t24.5 -1.5t20.5 4.5t20.5 15.5q-10 23 -30.5 42.5t-38 30t-49 26.5t-43.5 23q11 41 1 44q31 -13 58.5 -14.5t39.5 3.5l11 4q6 36 -17 53.5t-64 28.5t-56 23 q-19 -3 -37 0q-15 -12 -36.5 -21t-34.5 -12t-44 -8t-39 -6q-15 -3 -46 0t-45 -3q-20 -6 -51.5 -25.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79zM518 915q3 12 16 30.5t16 25.5q10 -10 18.5 -10t14 6t14.5 14.5t16 12.5q0 -18 8 -42.5t16.5 -44 t9.5 -23.5q-6 1 -39 5t-53.5 10t-36.5 16z" />
    165 <glyph unicode="&#xe136;" d="M0 164.5q0 21.5 15 37.5l600 599q-33 101 6 201.5t135 154.5q164 92 306 -9l-259 -138l145 -232l251 126q13 -175 -151 -267q-123 -70 -253 -23l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5z" />
    166 <glyph unicode="&#xe137;" horiz-adv-x="1220" d="M0 196v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 596v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5zM0 996v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM600 596h500v100h-500v-100zM800 196h300v100h-300v-100zM900 996h200v100h-200v-100z" />
    167 <glyph unicode="&#xe138;" d="M100 1100v100h1000v-100h-1000zM150 1000h900l-350 -500v-300l-200 -200v500z" />
    168 <glyph unicode="&#xe139;" d="M0 200v200h1200v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500z M500 1000h200v100h-200v-100z" />
    169 <glyph unicode="&#xe140;" d="M0 0v400l129 -129l200 200l142 -142l-200 -200l129 -129h-400zM0 800l129 129l200 -200l142 142l-200 200l129 129h-400v-400zM729 329l142 142l200 -200l129 129v-400h-400l129 129zM729 871l200 200l-129 129h400v-400l-129 129l-200 -200z" />
    170 <glyph unicode="&#xe141;" d="M0 596q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 596q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM291 655 q0 23 15.5 38.5t38.5 15.5t39 -16t16 -38q0 -23 -16 -39t-39 -16q-22 0 -38 16t-16 39zM400 850q0 22 16 38.5t39 16.5q22 0 38 -16t16 -39t-16 -39t-38 -16q-23 0 -39 16.5t-16 38.5zM513 609q0 32 21 56.5t52 29.5l122 126l1 1q-9 14 -9 28q0 22 16 38.5t39 16.5 q22 0 38 -16t16 -39t-16 -39t-38 -16q-16 0 -29 10l-55 -145q17 -22 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5q-37 0 -62.5 25.5t-25.5 61.5zM800 655q0 22 16 38t39 16t38.5 -15.5t15.5 -38.5t-16 -39t-38 -16q-23 0 -39 16t-16 39z" />
    171 <glyph unicode="&#xe142;" d="M-40 375q-13 -95 35 -173q35 -57 94 -89t129 -32q63 0 119 28q33 16 65 40.5t52.5 45.5t59.5 64q40 44 57 61l394 394q35 35 47 84t-3 96q-27 87 -117 104q-20 2 -29 2q-46 0 -79.5 -17t-67.5 -51l-388 -396l-7 -7l69 -67l377 373q20 22 39 38q23 23 50 23q38 0 53 -36 q16 -39 -20 -75l-547 -547q-52 -52 -125 -52q-55 0 -100 33t-54 96q-5 35 2.5 66t31.5 63t42 50t56 54q24 21 44 41l348 348q52 52 82.5 79.5t84 54t107.5 26.5q25 0 48 -4q95 -17 154 -94.5t51 -175.5q-7 -101 -98 -192l-252 -249l-253 -256l7 -7l69 -60l517 511 q67 67 95 157t11 183q-16 87 -67 154t-130 103q-69 33 -152 33q-107 0 -197 -55q-40 -24 -111 -95l-512 -512q-68 -68 -81 -163z" />
    172 <glyph unicode="&#xe143;" d="M79 784q0 131 99 229.5t230 98.5q144 0 242 -129q103 129 245 129q130 0 227 -98.5t97 -229.5q0 -46 -17.5 -91t-61 -99t-77 -89.5t-104.5 -105.5q-197 -191 -293 -322l-17 -23l-16 23q-43 58 -100 122.5t-92 99.5t-101 100l-84.5 84.5t-68 74t-60 78t-33.5 70.5t-15 78z M250 784q0 -27 30.5 -70t61.5 -75.5t95 -94.5l22 -22q93 -90 190 -201q82 92 195 203l12 12q64 62 97.5 97t64.5 79t31 72q0 71 -48 119.5t-106 48.5q-73 0 -131 -83l-118 -171l-114 174q-51 80 -124 80q-59 0 -108.5 -49.5t-49.5 -118.5z" />
    173 <glyph unicode="&#xe144;" d="M57 353q0 -94 66 -160l141 -141q66 -66 159 -66q95 0 159 66l283 283q66 66 66 159t-66 159l-141 141q-12 12 -19 17l-105 -105l212 -212l-389 -389l-247 248l95 95l-18 18q-46 45 -75 101l-55 -55q-66 -66 -66 -159zM269 706q0 -93 66 -159l141 -141l19 -17l105 105 l-212 212l389 389l247 -247l-95 -96l18 -18q46 -46 77 -99l29 29q35 35 62.5 88t27.5 96q0 93 -66 159l-141 141q-66 66 -159 66q-95 0 -159 -66l-283 -283q-66 -64 -66 -159z" />
    174 <glyph unicode="&#xe145;" d="M200 100v953q0 21 30 46t81 48t129 38t163 15t162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5zM300 300h600v700h-600v-700zM496 150q0 -43 30.5 -73.5t73.5 -30.5t73.5 30.5t30.5 73.5t-30.5 73.5t-73.5 30.5 t-73.5 -30.5t-30.5 -73.5z" />
    175 <glyph unicode="&#xe146;" d="M0 0l303 380l207 208l-210 212h300l267 279l-35 36q-15 14 -15 35t15 35q14 15 35 15t35 -15l283 -282q15 -15 15 -36t-15 -35q-14 -15 -35 -15t-35 15l-36 35l-279 -267v-300l-212 210l-208 -207z" />
    176 <glyph unicode="&#xe148;" d="M295 433h139q5 -77 48.5 -126.5t117.5 -64.5v335l-27 7q-46 14 -79 26.5t-72 36t-62.5 52t-40 72.5t-16.5 99q0 92 44 159.5t109 101t144 40.5v78h100v-79q38 -4 72.5 -13.5t75.5 -31.5t71 -53.5t51.5 -84t24.5 -118.5h-159q-8 72 -35 109.5t-101 50.5v-307l64 -14 q34 -7 64 -16.5t70 -31.5t67.5 -52t47.5 -80.5t20 -112.5q0 -139 -89 -224t-244 -96v-77h-100v78q-152 17 -237 104q-40 40 -52.5 93.5t-15.5 139.5zM466 889q0 -29 8 -51t16.5 -34t29.5 -22.5t31 -13.5t38 -10q7 -2 11 -3v274q-61 -8 -97.5 -37.5t-36.5 -102.5zM700 237 q170 18 170 151q0 64 -44 99.5t-126 60.5v-311z" />
    177 <glyph unicode="&#xe149;" d="M100 600v100h166q-24 49 -44 104q-10 26 -14.5 55.5t-3 72.5t25 90t68.5 87q97 88 263 88q129 0 230 -89t101 -208h-153q0 52 -34 89.5t-74 51.5t-76 14q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -11 2.5 -24.5t5.5 -24t9.5 -26.5t10.5 -25t14 -27.5t14 -25.5 t15.5 -27t13.5 -24h242v-100h-197q8 -50 -2.5 -115t-31.5 -94q-41 -59 -99 -113q35 11 84 18t70 7q32 1 102 -16t104 -17q76 0 136 30l50 -147q-41 -25 -80.5 -36.5t-59 -13t-61.5 -1.5q-23 0 -128 33t-155 29q-39 -4 -82 -17t-66 -25l-24 -11l-55 145l16.5 11t15.5 10 t13.5 9.5t14.5 12t14.5 14t17.5 18.5q48 55 54 126.5t-30 142.5h-221z" />
    178 <glyph unicode="&#xe150;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM602 900l298 300l298 -300h-198v-900h-200v900h-198z" />
    179 <glyph unicode="&#xe151;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v200h100v-100h200v-100h-300zM700 400v100h300v-200h-99v-100h-100v100h99v100h-200zM700 700v500h300v-500h-100v100h-100v-100h-100zM801 900h100v200h-100v-200z" />
    180 <glyph unicode="&#xe152;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v500h300v-500h-100v100h-100v-100h-100zM700 700v200h100v-100h200v-100h-300zM700 1100v100h300v-200h-99v-100h-100v100h99v100h-200zM801 200h100v200h-100v-200z" />
    181 <glyph unicode="&#xe153;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 100v400h300v-500h-100v100h-200zM800 1100v100h200v-500h-100v400h-100zM901 200h100v200h-100v-200z" />
    182 <glyph unicode="&#xe154;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 400v100h200v-500h-100v400h-100zM800 800v400h300v-500h-100v100h-200zM901 900h100v200h-100v-200z" />
    183 <glyph unicode="&#xe155;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h500v-200h-500zM700 400v200h400v-200h-400zM700 700v200h300v-200h-300zM700 1000v200h200v-200h-200z" />
    184 <glyph unicode="&#xe156;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h200v-200h-200zM700 400v200h300v-200h-300zM700 700v200h400v-200h-400zM700 1000v200h500v-200h-500z" />
    185 <glyph unicode="&#xe157;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q162 0 281 -118.5t119 -281.5v-300q0 -165 -118.5 -282.5t-281.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500z" />
    186 <glyph unicode="&#xe158;" d="M0 400v300q0 163 119 281.5t281 118.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-163 0 -281.5 117.5t-118.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM400 300l333 250l-333 250v-500z" />
    187 <glyph unicode="&#xe159;" d="M0 400v300q0 163 117.5 281.5t282.5 118.5h300q163 0 281.5 -119t118.5 -281v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 700l250 -333l250 333h-500z" />
    188 <glyph unicode="&#xe160;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -162 -118.5 -281t-281.5 -119h-300q-165 0 -282.5 118.5t-117.5 281.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 400h500l-250 333z" />
    189 <glyph unicode="&#xe161;" d="M0 400v300h300v200l400 -350l-400 -350v200h-300zM500 0v200h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-500v200h400q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-400z" />
    190 <glyph unicode="&#xe162;" d="M216 519q10 -19 32 -19h302q-155 -438 -160 -458q-5 -21 4 -32l9 -8l9 -1q13 0 26 16l538 630q15 19 6 36q-8 18 -32 16h-300q1 4 78 219.5t79 227.5q2 17 -6 27l-8 8h-9q-16 0 -25 -15q-4 -5 -98.5 -111.5t-228 -257t-209.5 -238.5q-17 -19 -7 -40z" />
    191 <glyph unicode="&#xe163;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q47 0 100 15v185h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h500v185q-14 4 -114 7.5t-193 5.5l-93 2q-165 0 -282.5 -117.5t-117.5 -282.5v-300zM600 400v300h300v200l400 -350l-400 -350v200h-300z " />
    192 <glyph unicode="&#xe164;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q163 0 281.5 117.5t118.5 282.5v98l-78 73l-122 -123v-148q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h156l118 122l-74 78h-100q-165 0 -282.5 -117.5t-117.5 -282.5 v-300zM496 709l353 342l-149 149h500v-500l-149 149l-342 -353z" />
    193 <glyph unicode="&#xe165;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM406 600 q0 80 57 137t137 57t137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137z" />
    194 <glyph unicode="&#xe166;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 800l445 -500l450 500h-295v400h-300v-400h-300zM900 150h100v50h-100v-50z" />
    195 <glyph unicode="&#xe167;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 700h300v-300h300v300h295l-445 500zM900 150h100v50h-100v-50z" />
    196 <glyph unicode="&#xe168;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 705l305 -305l596 596l-154 155l-442 -442l-150 151zM900 150h100v50h-100v-50z" />
    197 <glyph unicode="&#xe169;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 988l97 -98l212 213l-97 97zM200 401h700v699l-250 -239l-149 149l-212 -212l149 -149zM900 150h100v50h-100v-50z" />
    198 <glyph unicode="&#xe170;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM200 612l212 -212l98 97l-213 212zM300 1200l239 -250l-149 -149l212 -212l149 148l248 -237v700h-699zM900 150h100v50h-100v-50z" />
    199 <glyph unicode="&#xe171;" d="M23 415l1177 784v-1079l-475 272l-310 -393v416h-392zM494 210l672 938l-672 -712v-226z" />
    200 <glyph unicode="&#xe172;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-850q0 -21 -15 -35.5t-35 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200z" />
    201 <glyph unicode="&#xe173;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-218l-276 -275l-120 120l-126 -127h-378v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM581 306l123 123l120 -120l353 352l123 -123l-475 -476zM600 1000h100v200h-100v-200z" />
    202 <glyph unicode="&#xe174;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-269l-103 -103l-170 170l-298 -298h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200zM700 133l170 170l-170 170l127 127l170 -170l170 170l127 -128l-170 -169l170 -170 l-127 -127l-170 170l-170 -170z" />
    203 <glyph unicode="&#xe175;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-300h-400v-200h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300l300 -300l300 300h-200v300h-200v-300h-200zM600 1000v200h100v-200h-100z" />
    204 <glyph unicode="&#xe176;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-402l-200 200l-298 -298h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300h200v-300h200v300h200l-300 300zM600 1000v200h100v-200h-100z" />
    205 <glyph unicode="&#xe177;" d="M0 250q0 -21 14.5 -35.5t35.5 -14.5h1100q21 0 35.5 14.5t14.5 35.5v550h-1200v-550zM0 900h1200v150q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 300v200h400v-200h-400z" />
    206 <glyph unicode="&#xe178;" d="M0 400l300 298v-198h400v-200h-400v-198zM100 800v200h100v-200h-100zM300 800v200h100v-200h-100zM500 800v200h400v198l300 -298l-300 -298v198h-400zM800 300v200h100v-200h-100zM1000 300h100v200h-100v-200z" />
    207 <glyph unicode="&#xe179;" d="M100 700v400l50 100l50 -100v-300h100v300l50 100l50 -100v-300h100v300l50 100l50 -100v-400l-100 -203v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447zM800 597q0 -29 10.5 -55.5t25 -43t29 -28.5t25.5 -18l10 -5v-397q0 -21 14.5 -35.5 t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v1106q0 31 -18 40.5t-44 -7.5l-276 -117q-25 -16 -43.5 -50.5t-18.5 -65.5v-359z" />
    208 <glyph unicode="&#xe180;" d="M100 0h400v56q-75 0 -87.5 6t-12.5 44v394h500v-394q0 -38 -12.5 -44t-87.5 -6v-56h400v56q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v888q0 22 25 34.5t50 13.5l25 2v56h-400v-56q75 0 87.5 -6t12.5 -44v-394h-500v394q0 38 12.5 44t87.5 6v56h-400v-56q4 0 11 -0.5 t24 -3t30 -7t24 -15t11 -24.5v-888q0 -22 -25 -34.5t-50 -13.5l-25 -2v-56z" />
    209 <glyph unicode="&#xe181;" d="M0 300q0 -41 29.5 -70.5t70.5 -29.5h300q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-300q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM100 100h400l200 200h105l295 98v-298h-425l-100 -100h-375zM100 300v200h300v-200h-300zM100 600v200h300v-200h-300z M100 1000h400l200 -200v-98l295 98h105v200h-425l-100 100h-375zM700 402v163l400 133v-163z" />
    210 <glyph unicode="&#xe182;" d="M16.5 974.5q0.5 -21.5 16 -90t46.5 -140t104 -177.5t175 -208q103 -103 207.5 -176t180 -103.5t137 -47t92.5 -16.5l31 1l163 162q16 17 13 40.5t-22 37.5l-192 136q-19 14 -45 12t-42 -19l-119 -118q-143 103 -267 227q-126 126 -227 268l118 118q17 17 20 41.5 t-11 44.5l-139 194q-14 19 -36.5 22t-40.5 -14l-162 -162q-1 -11 -0.5 -32.5z" />
    211 <glyph unicode="&#xe183;" d="M0 50v212q0 20 10.5 45.5t24.5 39.5l365 303v50q0 4 1 10.5t12 22.5t30 28.5t60 23t97 10.5t97 -10t60 -23.5t30 -27.5t12 -24l1 -10v-50l365 -303q14 -14 24.5 -39.5t10.5 -45.5v-212q0 -21 -15 -35.5t-35 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5zM0 712 q0 -21 14.5 -33.5t34.5 -8.5l202 33q20 4 34.5 21t14.5 38v146q141 24 300 24t300 -24v-146q0 -21 14.5 -38t34.5 -21l202 -33q20 -4 34.5 8.5t14.5 33.5v200q-6 8 -19 20.5t-63 45t-112 57t-171 45t-235 20.5q-92 0 -175 -10.5t-141.5 -27t-108.5 -36.5t-81.5 -40 t-53.5 -36.5t-31 -27.5l-9 -10v-200z" />
    212 <glyph unicode="&#xe184;" d="M100 0v100h1100v-100h-1100zM175 200h950l-125 150v250l100 100v400h-100v-200h-100v200h-200v-200h-100v200h-200v-200h-100v200h-100v-400l100 -100v-250z" />
    213 <glyph unicode="&#xe185;" d="M100 0h300v400q0 41 -29.5 70.5t-70.5 29.5h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-400zM500 0v1000q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-1000h-300zM900 0v700q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-700h-300z" />
    214 <glyph unicode="&#xe186;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
    215 <glyph unicode="&#xe187;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h100v200h100v-200h100v500h-100v-200h-100v200h-100v-500zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
    216 <glyph unicode="&#xe188;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v100h-200v300h200v100h-300v-500zM600 300h300v100h-200v300h200v100h-300v-500z" />
    217 <glyph unicode="&#xe189;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 550l300 -150v300zM600 400l300 150l-300 150v-300z" />
    218 <glyph unicode="&#xe190;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300v500h700v-500h-700zM300 400h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130v-300zM575 549 q0 -65 27 -107t68 -42h130v300h-130q-38 0 -66.5 -43t-28.5 -108z" />
    219 <glyph unicode="&#xe191;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
    220 <glyph unicode="&#xe192;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v400h-200v100h-100v-500zM301 400v200h100v-200h-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
    221 <glyph unicode="&#xe193;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 700v100h300v-300h-99v-100h-100v100h99v200h-200zM201 300v100h100v-100h-100zM601 300v100h100v-100h-100z M700 700v100h200v-500h-100v400h-100z" />
    222 <glyph unicode="&#xe194;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 500v200 l100 100h300v-100h-300v-200h300v-100h-300z" />
    223 <glyph unicode="&#xe195;" d="M0 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 400v400h300 l100 -100v-100h-100v100h-200v-100h200v-100h-200v-100h-100zM700 400v100h100v-100h-100z" />
    224 <glyph unicode="&#xe197;" d="M-14 494q0 -80 56.5 -137t135.5 -57h222v300h400v-300h128q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200h200v300h200v-300 h200l-300 -300z" />
    225 <glyph unicode="&#xe198;" d="M-14 494q0 -80 56.5 -137t135.5 -57h8l414 414l403 -403q94 26 154.5 104t60.5 178q0 121 -85 207.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200l300 300 l300 -300h-200v-300h-200v300h-200z" />
    226 <glyph unicode="&#xe199;" d="M100 200h400v-155l-75 -45h350l-75 45v155h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170z" />
    227 <glyph unicode="&#xe200;" d="M121 700q0 -53 28.5 -97t75.5 -65q-4 -16 -4 -38q0 -74 52.5 -126.5t126.5 -52.5q56 0 100 30v-306l-75 -45h350l-75 45v306q46 -30 100 -30q74 0 126.5 52.5t52.5 126.5q0 24 -9 55q50 32 79.5 83t29.5 112q0 90 -61.5 155.5t-150.5 71.5q-26 89 -99.5 145.5 t-167.5 56.5q-116 0 -197.5 -81.5t-81.5 -197.5q0 -4 1 -12t1 -11q-14 2 -23 2q-74 0 -126.5 -52.5t-52.5 -126.5z" />
     28<glyph unicode="&#x205f;" horiz-adv-x="325" />
     29<glyph unicode="&#x20ac;" d="M744 1198q242 0 354 -189q60 -104 66 -209h-181q0 45 -17.5 82.5t-43.5 61.5t-58 40.5t-60.5 24t-51.5 7.5q-19 0 -40.5 -5.5t-49.5 -20.5t-53 -38t-49 -62.5t-39 -89.5h379l-100 -100h-300q-6 -50 -6 -100h406l-100 -100h-300q9 -74 33 -132t52.5 -91t61.5 -54.5t59 -29 t47 -7.5q22 0 50.5 7.5t60.5 24.5t58 41t43.5 61t17.5 80h174q-30 -171 -128 -278q-107 -117 -274 -117q-206 0 -324 158q-36 48 -69 133t-45 204h-217l100 100h112q1 47 6 100h-218l100 100h134q20 87 51 153.5t62 103.5q117 141 297 141z" />
     30<glyph unicode="&#x20bd;" d="M428 1200h350q67 0 120 -13t86 -31t57 -49.5t35 -56.5t17 -64.5t6.5 -60.5t0.5 -57v-16.5v-16.5q0 -36 -0.5 -57t-6.5 -61t-17 -65t-35 -57t-57 -50.5t-86 -31.5t-120 -13h-178l-2 -100h288q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-138v-175q0 -11 -5.5 -18 t-15.5 -7h-149q-10 0 -17.5 7.5t-7.5 17.5v175h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v100h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v475q0 10 7.5 17.5t17.5 7.5zM600 1000v-300h203q64 0 86.5 33t22.5 119q0 84 -22.5 116t-86.5 32h-203z" />
     31<glyph unicode="&#x2212;" d="M250 700h800q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
     32<glyph unicode="&#x231b;" d="M1000 1200v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-50v-100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t49.5 -165.5v-150h50q21 0 35.5 -14.5t14.5 -35.5v-150h-800v150q0 21 14.5 35.5t35.5 14.5h50v150q0 91 49.5 165.5t130.5 109.5q-81 35 -130.5 109.5 t-49.5 165.5v100h-50q-21 0 -35.5 14.5t-14.5 35.5v150h800zM400 1000v-100q0 -60 32.5 -109.5t87.5 -73.5q28 -12 44 -37t16 -55t-16 -55t-44 -37q-55 -24 -87.5 -73.5t-32.5 -109.5v-150h400v150q0 60 -32.5 109.5t-87.5 73.5q-28 12 -44 37t-16 55t16 55t44 37 q55 24 87.5 73.5t32.5 109.5v100h-400z" />
     33<glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
     34<glyph unicode="&#x2601;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -206.5q0 -121 -85 -207.5t-205 -86.5h-750q-79 0 -135.5 57t-56.5 137q0 69 42.5 122.5t108.5 67.5q-2 12 -2 37q0 153 108 260.5t260 107.5z" />
     35<glyph unicode="&#x26fa;" d="M774 1193.5q16 -9.5 20.5 -27t-5.5 -33.5l-136 -187l467 -746h30q20 0 35 -18.5t15 -39.5v-42h-1200v42q0 21 15 39.5t35 18.5h30l468 746l-135 183q-10 16 -5.5 34t20.5 28t34 5.5t28 -20.5l111 -148l112 150q9 16 27 20.5t34 -5zM600 200h377l-182 112l-195 534v-646z " />
     36<glyph unicode="&#x2709;" d="M25 1100h1150q10 0 12.5 -5t-5.5 -13l-564 -567q-8 -8 -18 -8t-18 8l-564 567q-8 8 -5.5 13t12.5 5zM18 882l264 -264q8 -8 8 -18t-8 -18l-264 -264q-8 -8 -13 -5.5t-5 12.5v550q0 10 5 12.5t13 -5.5zM918 618l264 264q8 8 13 5.5t5 -12.5v-550q0 -10 -5 -12.5t-13 5.5 l-264 264q-8 8 -8 18t8 18zM818 482l364 -364q8 -8 5.5 -13t-12.5 -5h-1150q-10 0 -12.5 5t5.5 13l364 364q8 8 18 8t18 -8l164 -164q8 -8 18 -8t18 8l164 164q8 8 18 8t18 -8z" />
     37<glyph unicode="&#x270f;" d="M1011 1210q19 0 33 -13l153 -153q13 -14 13 -33t-13 -33l-99 -92l-214 214l95 96q13 14 32 14zM1013 800l-615 -614l-214 214l614 614zM317 96l-333 -112l110 335z" />
     38<glyph unicode="&#xe001;" d="M700 650v-550h250q21 0 35.5 -14.5t14.5 -35.5v-50h-800v50q0 21 14.5 35.5t35.5 14.5h250v550l-500 550h1200z" />
     39<glyph unicode="&#xe002;" d="M368 1017l645 163q39 15 63 0t24 -49v-831q0 -55 -41.5 -95.5t-111.5 -63.5q-79 -25 -147 -4.5t-86 75t25.5 111.5t122.5 82q72 24 138 8v521l-600 -155v-606q0 -42 -44 -90t-109 -69q-79 -26 -147 -5.5t-86 75.5t25.5 111.5t122.5 82.5q72 24 138 7v639q0 38 14.5 59 t53.5 34z" />
     40<glyph unicode="&#xe003;" d="M500 1191q100 0 191 -39t156.5 -104.5t104.5 -156.5t39 -191l-1 -2l1 -5q0 -141 -78 -262l275 -274q23 -26 22.5 -44.5t-22.5 -42.5l-59 -58q-26 -20 -46.5 -20t-39.5 20l-275 274q-119 -77 -261 -77l-5 1l-2 -1q-100 0 -191 39t-156.5 104.5t-104.5 156.5t-39 191 t39 191t104.5 156.5t156.5 104.5t191 39zM500 1022q-88 0 -162 -43t-117 -117t-43 -162t43 -162t117 -117t162 -43t162 43t117 117t43 162t-43 162t-117 117t-162 43z" />
     41<glyph unicode="&#xe005;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104z" />
     42<glyph unicode="&#xe006;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429z" />
     43<glyph unicode="&#xe007;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429zM477 700h-240l197 -142l-74 -226 l193 139l195 -140l-74 229l192 140h-234l-78 211z" />
     44<glyph unicode="&#xe008;" d="M600 1200q124 0 212 -88t88 -212v-250q0 -46 -31 -98t-69 -52v-75q0 -10 6 -21.5t15 -17.5l358 -230q9 -5 15 -16.5t6 -21.5v-93q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v93q0 10 6 21.5t15 16.5l358 230q9 6 15 17.5t6 21.5v75q-38 0 -69 52 t-31 98v250q0 124 88 212t212 88z" />
     45<glyph unicode="&#xe009;" d="M25 1100h1150q10 0 17.5 -7.5t7.5 -17.5v-1050q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v1050q0 10 7.5 17.5t17.5 7.5zM100 1000v-100h100v100h-100zM875 1000h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5t17.5 -7.5h550 q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM1000 1000v-100h100v100h-100zM100 800v-100h100v100h-100zM1000 800v-100h100v100h-100zM100 600v-100h100v100h-100zM1000 600v-100h100v100h-100zM875 500h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5 t17.5 -7.5h550q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM100 400v-100h100v100h-100zM1000 400v-100h100v100h-100zM100 200v-100h100v100h-100zM1000 200v-100h100v100h-100z" />
     46<glyph unicode="&#xe010;" d="M50 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM50 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
     47<glyph unicode="&#xe011;" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM850 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 700h200q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5 t35.5 14.5z" />
     48<glyph unicode="&#xe012;" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h700q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
     49<glyph unicode="&#xe013;" d="M465 477l571 571q8 8 18 8t17 -8l177 -177q8 -7 8 -17t-8 -18l-783 -784q-7 -8 -17.5 -8t-17.5 8l-384 384q-8 8 -8 18t8 17l177 177q7 8 17 8t18 -8l171 -171q7 -7 18 -7t18 7z" />
     50<glyph unicode="&#xe014;" d="M904 1083l178 -179q8 -8 8 -18.5t-8 -17.5l-267 -268l267 -268q8 -7 8 -17.5t-8 -18.5l-178 -178q-8 -8 -18.5 -8t-17.5 8l-268 267l-268 -267q-7 -8 -17.5 -8t-18.5 8l-178 178q-8 8 -8 18.5t8 17.5l267 268l-267 268q-8 7 -8 17.5t8 18.5l178 178q8 8 18.5 8t17.5 -8 l268 -267l268 268q7 7 17.5 7t18.5 -7z" />
     51<glyph unicode="&#xe015;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM425 900h150q10 0 17.5 -7.5t7.5 -17.5v-75h75q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5 t-17.5 -7.5h-75v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-75q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v75q0 10 7.5 17.5t17.5 7.5z" />
     52<glyph unicode="&#xe016;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM325 800h350q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-350q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
     53<glyph unicode="&#xe017;" d="M550 1200h100q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM800 975v166q167 -62 272 -209.5t105 -331.5q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5 t-184.5 123t-123 184.5t-45.5 224q0 184 105 331.5t272 209.5v-166q-103 -55 -165 -155t-62 -220q0 -116 57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5q0 120 -62 220t-165 155z" />
     54<glyph unicode="&#xe018;" d="M1025 1200h150q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM725 800h150q10 0 17.5 -7.5t7.5 -17.5v-750q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v750 q0 10 7.5 17.5t17.5 7.5zM425 500h150q10 0 17.5 -7.5t7.5 -17.5v-450q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v450q0 10 7.5 17.5t17.5 7.5zM125 300h150q10 0 17.5 -7.5t7.5 -17.5v-250q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5 v250q0 10 7.5 17.5t17.5 7.5z" />
     55<glyph unicode="&#xe019;" d="M600 1174q33 0 74 -5l38 -152l5 -1q49 -14 94 -39l5 -2l134 80q61 -48 104 -105l-80 -134l3 -5q25 -44 39 -93l1 -6l152 -38q5 -43 5 -73q0 -34 -5 -74l-152 -38l-1 -6q-15 -49 -39 -93l-3 -5l80 -134q-48 -61 -104 -105l-134 81l-5 -3q-44 -25 -94 -39l-5 -2l-38 -151 q-43 -5 -74 -5q-33 0 -74 5l-38 151l-5 2q-49 14 -94 39l-5 3l-134 -81q-60 48 -104 105l80 134l-3 5q-25 45 -38 93l-2 6l-151 38q-6 42 -6 74q0 33 6 73l151 38l2 6q13 48 38 93l3 5l-80 134q47 61 105 105l133 -80l5 2q45 25 94 39l5 1l38 152q43 5 74 5zM600 815 q-89 0 -152 -63t-63 -151.5t63 -151.5t152 -63t152 63t63 151.5t-63 151.5t-152 63z" />
     56<glyph unicode="&#xe020;" d="M500 1300h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-75h-1100v75q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5zM500 1200v-100h300v100h-300zM1100 900v-800q0 -41 -29.5 -70.5t-70.5 -29.5h-700q-41 0 -70.5 29.5t-29.5 70.5 v800h900zM300 800v-700h100v700h-100zM500 800v-700h100v700h-100zM700 800v-700h100v700h-100zM900 800v-700h100v700h-100z" />
     57<glyph unicode="&#xe021;" d="M18 618l620 608q8 7 18.5 7t17.5 -7l608 -608q8 -8 5.5 -13t-12.5 -5h-175v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v375h-300v-375q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v575h-175q-10 0 -12.5 5t5.5 13z" />
     58<glyph unicode="&#xe022;" d="M600 1200v-400q0 -41 29.5 -70.5t70.5 -29.5h300v-650q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5h450zM1000 800h-250q-21 0 -35.5 14.5t-14.5 35.5v250z" />
     59<glyph unicode="&#xe023;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h50q10 0 17.5 -7.5t7.5 -17.5v-275h175q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5z" />
     60<glyph unicode="&#xe024;" d="M1300 0h-538l-41 400h-242l-41 -400h-538l431 1200h209l-21 -300h162l-20 300h208zM515 800l-27 -300h224l-27 300h-170z" />
     61<glyph unicode="&#xe025;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-450h191q20 0 25.5 -11.5t-7.5 -27.5l-327 -400q-13 -16 -32 -16t-32 16l-327 400q-13 16 -7.5 27.5t25.5 11.5h191v450q0 21 14.5 35.5t35.5 14.5zM1125 400h50q10 0 17.5 -7.5t7.5 -17.5v-350q0 -10 -7.5 -17.5t-17.5 -7.5 h-1050q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h50q10 0 17.5 -7.5t7.5 -17.5v-175h900v175q0 10 7.5 17.5t17.5 7.5z" />
     62<glyph unicode="&#xe026;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -275q-13 -16 -32 -16t-32 16l-223 275q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z " />
     63<glyph unicode="&#xe027;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM632 914l223 -275q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5l223 275q13 16 32 16 t32 -16z" />
     64<glyph unicode="&#xe028;" d="M225 1200h750q10 0 19.5 -7t12.5 -17l186 -652q7 -24 7 -49v-425q0 -12 -4 -27t-9 -17q-12 -6 -37 -6h-1100q-12 0 -27 4t-17 8q-6 13 -6 38l1 425q0 25 7 49l185 652q3 10 12.5 17t19.5 7zM878 1000h-556q-10 0 -19 -7t-11 -18l-87 -450q-2 -11 4 -18t16 -7h150 q10 0 19.5 -7t11.5 -17l38 -152q2 -10 11.5 -17t19.5 -7h250q10 0 19.5 7t11.5 17l38 152q2 10 11.5 17t19.5 7h150q10 0 16 7t4 18l-87 450q-2 11 -11 18t-19 7z" />
     65<glyph unicode="&#xe029;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM540 820l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
     66<glyph unicode="&#xe030;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-362q0 -10 -7.5 -17.5t-17.5 -7.5h-362q-11 0 -13 5.5t5 12.5l133 133q-109 76 -238 76q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5h150q0 -117 -45.5 -224 t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117z" />
     67<glyph unicode="&#xe031;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-361q0 -11 -7.5 -18.5t-18.5 -7.5h-361q-11 0 -13 5.5t5 12.5l134 134q-110 75 -239 75q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5h-150q0 117 45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117zM1027 600h150 q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5q-192 0 -348 118l-134 -134q-7 -8 -12.5 -5.5t-5.5 12.5v360q0 11 7.5 18.5t18.5 7.5h360q10 0 12.5 -5.5t-5.5 -12.5l-133 -133q110 -76 240 -76q116 0 214.5 57t155.5 155.5t57 214.5z" />
     68<glyph unicode="&#xe032;" d="M125 1200h1050q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-1050q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM1075 1000h-850q-10 0 -17.5 -7.5t-7.5 -17.5v-850q0 -10 7.5 -17.5t17.5 -7.5h850q10 0 17.5 7.5t7.5 17.5v850 q0 10 -7.5 17.5t-17.5 7.5zM325 900h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 900h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 700h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 700h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 500h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 500h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 300h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 300h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5z" />
     69<glyph unicode="&#xe033;" d="M900 800v200q0 83 -58.5 141.5t-141.5 58.5h-300q-82 0 -141 -59t-59 -141v-200h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h900q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-100zM400 800v150q0 21 15 35.5t35 14.5h200 q20 0 35 -14.5t15 -35.5v-150h-300z" />
     70<glyph unicode="&#xe034;" d="M125 1100h50q10 0 17.5 -7.5t7.5 -17.5v-1075h-100v1075q0 10 7.5 17.5t17.5 7.5zM1075 1052q4 0 9 -2q16 -6 16 -23v-421q0 -6 -3 -12q-33 -59 -66.5 -99t-65.5 -58t-56.5 -24.5t-52.5 -6.5q-26 0 -57.5 6.5t-52.5 13.5t-60 21q-41 15 -63 22.5t-57.5 15t-65.5 7.5 q-85 0 -160 -57q-7 -5 -15 -5q-6 0 -11 3q-14 7 -14 22v438q22 55 82 98.5t119 46.5q23 2 43 0.5t43 -7t32.5 -8.5t38 -13t32.5 -11q41 -14 63.5 -21t57 -14t63.5 -7q103 0 183 87q7 8 18 8z" />
     71<glyph unicode="&#xe035;" d="M600 1175q116 0 227 -49.5t192.5 -131t131 -192.5t49.5 -227v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v300q0 127 -70.5 231.5t-184.5 161.5t-245 57t-245 -57t-184.5 -161.5t-70.5 -231.5v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50 q-10 0 -17.5 7.5t-7.5 17.5v300q0 116 49.5 227t131 192.5t192.5 131t227 49.5zM220 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460q0 8 6 14t14 6zM820 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460 q0 8 6 14t14 6z" />
     72<glyph unicode="&#xe036;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM900 668l120 120q7 7 17 7t17 -7l34 -34q7 -7 7 -17t-7 -17l-120 -120l120 -120q7 -7 7 -17 t-7 -17l-34 -34q-7 -7 -17 -7t-17 7l-120 119l-120 -119q-7 -7 -17 -7t-17 7l-34 34q-7 7 -7 17t7 17l119 120l-119 120q-7 7 -7 17t7 17l34 34q7 8 17 8t17 -8z" />
     73<glyph unicode="&#xe037;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6 l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238q-6 8 -4.5 18t9.5 17l29 22q7 5 15 5z" />
     74<glyph unicode="&#xe038;" d="M967 1004h3q11 -1 17 -10q135 -179 135 -396q0 -105 -34 -206.5t-98 -185.5q-7 -9 -17 -10h-3q-9 0 -16 6l-42 34q-8 6 -9 16t5 18q111 150 111 328q0 90 -29.5 176t-84.5 157q-6 9 -5 19t10 16l42 33q7 5 15 5zM321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5 t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238 q-6 8 -4.5 18.5t9.5 16.5l29 22q7 5 15 5z" />
     75<glyph unicode="&#xe039;" d="M500 900h100v-100h-100v-100h-400v-100h-100v600h500v-300zM1200 700h-200v-100h200v-200h-300v300h-200v300h-100v200h600v-500zM100 1100v-300h300v300h-300zM800 1100v-300h300v300h-300zM300 900h-100v100h100v-100zM1000 900h-100v100h100v-100zM300 500h200v-500 h-500v500h200v100h100v-100zM800 300h200v-100h-100v-100h-200v100h-100v100h100v200h-200v100h300v-300zM100 400v-300h300v300h-300zM300 200h-100v100h100v-100zM1200 200h-100v100h100v-100zM700 0h-100v100h100v-100zM1200 0h-300v100h300v-100z" />
     76<glyph unicode="&#xe040;" d="M100 200h-100v1000h100v-1000zM300 200h-100v1000h100v-1000zM700 200h-200v1000h200v-1000zM900 200h-100v1000h100v-1000zM1200 200h-200v1000h200v-1000zM400 0h-300v100h300v-100zM600 0h-100v91h100v-91zM800 0h-100v91h100v-91zM1100 0h-200v91h200v-91z" />
     77<glyph unicode="&#xe041;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
     78<glyph unicode="&#xe042;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM800 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-56 56l424 426l-700 700h150zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5 t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
     79<glyph unicode="&#xe043;" d="M300 1200h825q75 0 75 -75v-900q0 -25 -18 -43l-64 -64q-8 -8 -13 -5.5t-5 12.5v950q0 10 -7.5 17.5t-17.5 7.5h-700q-25 0 -43 -18l-64 -64q-8 -8 -5.5 -13t12.5 -5h700q10 0 17.5 -7.5t7.5 -17.5v-950q0 -10 -7.5 -17.5t-17.5 -7.5h-850q-10 0 -17.5 7.5t-7.5 17.5v975 q0 25 18 43l139 139q18 18 43 18z" />
     80<glyph unicode="&#xe044;" d="M250 1200h800q21 0 35.5 -14.5t14.5 -35.5v-1150l-450 444l-450 -445v1151q0 21 14.5 35.5t35.5 14.5z" />
     81<glyph unicode="&#xe045;" d="M822 1200h-444q-11 0 -19 -7.5t-9 -17.5l-78 -301q-7 -24 7 -45l57 -108q6 -9 17.5 -15t21.5 -6h450q10 0 21.5 6t17.5 15l62 108q14 21 7 45l-83 301q-1 10 -9 17.5t-19 7.5zM1175 800h-150q-10 0 -21 -6.5t-15 -15.5l-78 -156q-4 -9 -15 -15.5t-21 -6.5h-550 q-10 0 -21 6.5t-15 15.5l-78 156q-4 9 -15 15.5t-21 6.5h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-650q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h750q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5 t7.5 17.5v650q0 10 -7.5 17.5t-17.5 7.5zM850 200h-500q-10 0 -19.5 -7t-11.5 -17l-38 -152q-2 -10 3.5 -17t15.5 -7h600q10 0 15.5 7t3.5 17l-38 152q-2 10 -11.5 17t-19.5 7z" />
     82<glyph unicode="&#xe046;" d="M500 1100h200q56 0 102.5 -20.5t72.5 -50t44 -59t25 -50.5l6 -20h150q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5h150q2 8 6.5 21.5t24 48t45 61t72 48t102.5 21.5zM900 800v-100 h100v100h-100zM600 730q-95 0 -162.5 -67.5t-67.5 -162.5t67.5 -162.5t162.5 -67.5t162.5 67.5t67.5 162.5t-67.5 162.5t-162.5 67.5zM600 603q43 0 73 -30t30 -73t-30 -73t-73 -30t-73 30t-30 73t30 73t73 30z" />
     83<glyph unicode="&#xe047;" d="M681 1199l385 -998q20 -50 60 -92q18 -19 36.5 -29.5t27.5 -11.5l10 -2v-66h-417v66q53 0 75 43.5t5 88.5l-82 222h-391q-58 -145 -92 -234q-11 -34 -6.5 -57t25.5 -37t46 -20t55 -6v-66h-365v66q56 24 84 52q12 12 25 30.5t20 31.5l7 13l399 1006h93zM416 521h340 l-162 457z" />
     84<glyph unicode="&#xe048;" d="M753 641q5 -1 14.5 -4.5t36 -15.5t50.5 -26.5t53.5 -40t50.5 -54.5t35.5 -70t14.5 -87q0 -67 -27.5 -125.5t-71.5 -97.5t-98.5 -66.5t-108.5 -40.5t-102 -13h-500v89q41 7 70.5 32.5t29.5 65.5v827q0 24 -0.5 34t-3.5 24t-8.5 19.5t-17 13.5t-28 12.5t-42.5 11.5v71 l471 -1q57 0 115.5 -20.5t108 -57t80.5 -94t31 -124.5q0 -51 -15.5 -96.5t-38 -74.5t-45 -50.5t-38.5 -30.5zM400 700h139q78 0 130.5 48.5t52.5 122.5q0 41 -8.5 70.5t-29.5 55.5t-62.5 39.5t-103.5 13.5h-118v-350zM400 200h216q80 0 121 50.5t41 130.5q0 90 -62.5 154.5 t-156.5 64.5h-159v-400z" />
     85<glyph unicode="&#xe049;" d="M877 1200l2 -57q-83 -19 -116 -45.5t-40 -66.5l-132 -839q-9 -49 13 -69t96 -26v-97h-500v97q186 16 200 98l173 832q3 17 3 30t-1.5 22.5t-9 17.5t-13.5 12.5t-21.5 10t-26 8.5t-33.5 10q-13 3 -19 5v57h425z" />
     86<glyph unicode="&#xe050;" d="M1300 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM175 1000h-75v-800h75l-125 -167l-125 167h75v800h-75l125 167z" />
     87<glyph unicode="&#xe051;" d="M1100 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-650q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v650h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM1167 50l-167 -125v75h-800v-75l-167 125l167 125v-75h800v75z" />
     88<glyph unicode="&#xe052;" d="M50 1100h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
     89<glyph unicode="&#xe053;" d="M250 1100h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM250 500h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
     90<glyph unicode="&#xe054;" d="M500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000 q-21 0 -35.5 14.5t-14.5 35.5zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5zM0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5z" />
     91<glyph unicode="&#xe055;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
     92<glyph unicode="&#xe056;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 1100h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 800h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 500h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 500h800q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 200h800 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
     93<glyph unicode="&#xe057;" d="M400 0h-100v1100h100v-1100zM550 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM267 550l-167 -125v75h-200v100h200v75zM550 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
     94<glyph unicode="&#xe058;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM900 0h-100v1100h100v-1100zM50 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM1100 600h200v-100h-200v-75l-167 125l167 125v-75zM50 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
     95<glyph unicode="&#xe059;" d="M75 1000h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53v650q0 31 22 53t53 22zM1200 300l-300 300l300 300v-600z" />
     96<glyph unicode="&#xe060;" d="M44 1100h1112q18 0 31 -13t13 -31v-1012q0 -18 -13 -31t-31 -13h-1112q-18 0 -31 13t-13 31v1012q0 18 13 31t31 13zM100 1000v-737l247 182l298 -131l-74 156l293 318l236 -288v500h-1000zM342 884q56 0 95 -39t39 -94.5t-39 -95t-95 -39.5t-95 39.5t-39 95t39 94.5 t95 39z" />
     97<glyph unicode="&#xe062;" d="M648 1169q117 0 216 -60t156.5 -161t57.5 -218q0 -115 -70 -258q-69 -109 -158 -225.5t-143 -179.5l-54 -62q-9 8 -25.5 24.5t-63.5 67.5t-91 103t-98.5 128t-95.5 148q-60 132 -60 249q0 88 34 169.5t91.5 142t137 96.5t166.5 36zM652.5 974q-91.5 0 -156.5 -65 t-65 -157t65 -156.5t156.5 -64.5t156.5 64.5t65 156.5t-65 157t-156.5 65z" />
     98<glyph unicode="&#xe063;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 173v854q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57z" />
     99<glyph unicode="&#xe064;" d="M554 1295q21 -72 57.5 -143.5t76 -130t83 -118t82.5 -117t70 -116t49.5 -126t18.5 -136.5q0 -71 -25.5 -135t-68.5 -111t-99 -82t-118.5 -54t-125.5 -23q-84 5 -161.5 34t-139.5 78.5t-99 125t-37 164.5q0 69 18 136.5t49.5 126.5t69.5 116.5t81.5 117.5t83.5 119 t76.5 131t58.5 143zM344 710q-23 -33 -43.5 -70.5t-40.5 -102.5t-17 -123q1 -37 14.5 -69.5t30 -52t41 -37t38.5 -24.5t33 -15q21 -7 32 -1t13 22l6 34q2 10 -2.5 22t-13.5 19q-5 4 -14 12t-29.5 40.5t-32.5 73.5q-26 89 6 271q2 11 -6 11q-8 1 -15 -10z" />
     100<glyph unicode="&#xe065;" d="M1000 1013l108 115q2 1 5 2t13 2t20.5 -1t25 -9.5t28.5 -21.5q22 -22 27 -43t0 -32l-6 -10l-108 -115zM350 1100h400q50 0 105 -13l-187 -187h-368q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v182l200 200v-332 q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM1009 803l-362 -362l-161 -50l55 170l355 355z" />
     101<glyph unicode="&#xe066;" d="M350 1100h361q-164 -146 -216 -200h-195q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-103q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M824 1073l339 -301q8 -7 8 -17.5t-8 -17.5l-340 -306q-7 -6 -12.5 -4t-6.5 11v203q-26 1 -54.5 0t-78.5 -7.5t-92 -17.5t-86 -35t-70 -57q10 59 33 108t51.5 81.5t65 58.5t68.5 40.5t67 24.5t56 13.5t40 4.5v210q1 10 6.5 12.5t13.5 -4.5z" />
     102<glyph unicode="&#xe067;" d="M350 1100h350q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-219q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M643 639l395 395q7 7 17.5 7t17.5 -7l101 -101q7 -7 7 -17.5t-7 -17.5l-531 -532q-7 -7 -17.5 -7t-17.5 7l-248 248q-7 7 -7 17.5t7 17.5l101 101q7 7 17.5 7t17.5 -7l111 -111q8 -7 18 -7t18 7z" />
     103<glyph unicode="&#xe068;" d="M318 918l264 264q8 8 18 8t18 -8l260 -264q7 -8 4.5 -13t-12.5 -5h-170v-200h200v173q0 10 5 12t13 -5l264 -260q8 -7 8 -17.5t-8 -17.5l-264 -265q-8 -7 -13 -5t-5 12v173h-200v-200h170q10 0 12.5 -5t-4.5 -13l-260 -264q-8 -8 -18 -8t-18 8l-264 264q-8 8 -5.5 13 t12.5 5h175v200h-200v-173q0 -10 -5 -12t-13 5l-264 265q-8 7 -8 17.5t8 17.5l264 260q8 7 13 5t5 -12v-173h200v200h-175q-10 0 -12.5 5t5.5 13z" />
     104<glyph unicode="&#xe069;" d="M250 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
     105<glyph unicode="&#xe070;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5 t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
     106<glyph unicode="&#xe071;" d="M1200 1050v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-492 480q-15 14 -15 35t15 35l492 480q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25z" />
     107<glyph unicode="&#xe072;" d="M243 1074l814 -498q18 -11 18 -26t-18 -26l-814 -498q-18 -11 -30.5 -4t-12.5 28v1000q0 21 12.5 28t30.5 -4z" />
     108<glyph unicode="&#xe073;" d="M250 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM650 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800 q0 21 14.5 35.5t35.5 14.5z" />
     109<glyph unicode="&#xe074;" d="M1100 950v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5z" />
     110<glyph unicode="&#xe075;" d="M500 612v438q0 21 10.5 25t25.5 -10l492 -480q15 -14 15 -35t-15 -35l-492 -480q-15 -14 -25.5 -10t-10.5 25v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10z" />
     111<glyph unicode="&#xe076;" d="M1048 1102l100 1q20 0 35 -14.5t15 -35.5l5 -1000q0 -21 -14.5 -35.5t-35.5 -14.5l-100 -1q-21 0 -35.5 14.5t-14.5 35.5l-2 437l-463 -454q-14 -15 -24.5 -10.5t-10.5 25.5l-2 437l-462 -455q-15 -14 -25.5 -9.5t-10.5 24.5l-5 1000q0 21 10.5 25.5t25.5 -10.5l466 -450 l-2 438q0 20 10.5 24.5t25.5 -9.5l466 -451l-2 438q0 21 14.5 35.5t35.5 14.5z" />
     112<glyph unicode="&#xe077;" d="M850 1100h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10l464 -453v438q0 21 14.5 35.5t35.5 14.5z" />
     113<glyph unicode="&#xe078;" d="M686 1081l501 -540q15 -15 10.5 -26t-26.5 -11h-1042q-22 0 -26.5 11t10.5 26l501 540q15 15 36 15t36 -15zM150 400h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
     114<glyph unicode="&#xe079;" d="M885 900l-352 -353l352 -353l-197 -198l-552 552l552 550z" />
     115<glyph unicode="&#xe080;" d="M1064 547l-551 -551l-198 198l353 353l-353 353l198 198z" />
     116<glyph unicode="&#xe081;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM650 900h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-150 q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5h150v-150q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v150h150q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-150v150q0 21 -14.5 35.5t-35.5 14.5z" />
     117<glyph unicode="&#xe082;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM850 700h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5 t35.5 -14.5h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5z" />
     118<glyph unicode="&#xe083;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM741.5 913q-12.5 0 -21.5 -9l-120 -120l-120 120q-9 9 -21.5 9 t-21.5 -9l-141 -141q-9 -9 -9 -21.5t9 -21.5l120 -120l-120 -120q-9 -9 -9 -21.5t9 -21.5l141 -141q9 -9 21.5 -9t21.5 9l120 120l120 -120q9 -9 21.5 -9t21.5 9l141 141q9 9 9 21.5t-9 21.5l-120 120l120 120q9 9 9 21.5t-9 21.5l-141 141q-9 9 -21.5 9z" />
     119<glyph unicode="&#xe084;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM546 623l-84 85q-7 7 -17.5 7t-18.5 -7l-139 -139q-7 -8 -7 -18t7 -18 l242 -241q7 -8 17.5 -8t17.5 8l375 375q7 7 7 17.5t-7 18.5l-139 139q-7 7 -17.5 7t-17.5 -7z" />
     120<glyph unicode="&#xe085;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM588 941q-29 0 -59 -5.5t-63 -20.5t-58 -38.5t-41.5 -63t-16.5 -89.5 q0 -25 20 -25h131q30 -5 35 11q6 20 20.5 28t45.5 8q20 0 31.5 -10.5t11.5 -28.5q0 -23 -7 -34t-26 -18q-1 0 -13.5 -4t-19.5 -7.5t-20 -10.5t-22 -17t-18.5 -24t-15.5 -35t-8 -46q-1 -8 5.5 -16.5t20.5 -8.5h173q7 0 22 8t35 28t37.5 48t29.5 74t12 100q0 47 -17 83 t-42.5 57t-59.5 34.5t-64 18t-59 4.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
     121<glyph unicode="&#xe086;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM675 1000h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5 t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5zM675 700h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h75v-200h-75q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h350q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5 t-17.5 7.5h-75v275q0 10 -7.5 17.5t-17.5 7.5z" />
     122<glyph unicode="&#xe087;" d="M525 1200h150q10 0 17.5 -7.5t7.5 -17.5v-194q103 -27 178.5 -102.5t102.5 -178.5h194q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-194q-27 -103 -102.5 -178.5t-178.5 -102.5v-194q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v194 q-103 27 -178.5 102.5t-102.5 178.5h-194q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h194q27 103 102.5 178.5t178.5 102.5v194q0 10 7.5 17.5t17.5 7.5zM700 893v-168q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v168q-68 -23 -119 -74 t-74 -119h168q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-168q23 -68 74 -119t119 -74v168q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-168q68 23 119 74t74 119h-168q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h168 q-23 68 -74 119t-119 74z" />
     123<glyph unicode="&#xe088;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM759 823l64 -64q7 -7 7 -17.5t-7 -17.5l-124 -124l124 -124q7 -7 7 -17.5t-7 -17.5l-64 -64q-7 -7 -17.5 -7t-17.5 7l-124 124l-124 -124q-7 -7 -17.5 -7t-17.5 7l-64 64 q-7 7 -7 17.5t7 17.5l124 124l-124 124q-7 7 -7 17.5t7 17.5l64 64q7 7 17.5 7t17.5 -7l124 -124l124 124q7 7 17.5 7t17.5 -7z" />
     124<glyph unicode="&#xe089;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM782 788l106 -106q7 -7 7 -17.5t-7 -17.5l-320 -321q-8 -7 -18 -7t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l197 197q7 7 17.5 7t17.5 -7z" />
     125<glyph unicode="&#xe090;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5q0 -120 65 -225 l587 587q-105 65 -225 65zM965 819l-584 -584q104 -62 219 -62q116 0 214.5 57t155.5 155.5t57 214.5q0 115 -62 219z" />
     126<glyph unicode="&#xe091;" d="M39 582l522 427q16 13 27.5 8t11.5 -26v-291h550q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-550v-291q0 -21 -11.5 -26t-27.5 8l-522 427q-16 13 -16 32t16 32z" />
     127<glyph unicode="&#xe092;" d="M639 1009l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291h-550q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h550v291q0 21 11.5 26t27.5 -8z" />
     128<glyph unicode="&#xe093;" d="M682 1161l427 -522q13 -16 8 -27.5t-26 -11.5h-291v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v550h-291q-21 0 -26 11.5t8 27.5l427 522q13 16 32 16t32 -16z" />
     129<glyph unicode="&#xe094;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-550h291q21 0 26 -11.5t-8 -27.5l-427 -522q-13 -16 -32 -16t-32 16l-427 522q-13 16 -8 27.5t26 11.5h291v550q0 21 14.5 35.5t35.5 14.5z" />
     130<glyph unicode="&#xe095;" d="M639 1109l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291q-94 -2 -182 -20t-170.5 -52t-147 -92.5t-100.5 -135.5q5 105 27 193.5t67.5 167t113 135t167 91.5t225.5 42v262q0 21 11.5 26t27.5 -8z" />
     131<glyph unicode="&#xe096;" d="M850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5zM350 0h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249 q8 7 18 7t18 -7l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5z" />
     132<glyph unicode="&#xe097;" d="M1014 1120l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249q8 7 18 7t18 -7zM250 600h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5z" />
     133<glyph unicode="&#xe101;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM704 900h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5 t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
     134<glyph unicode="&#xe102;" d="M260 1200q9 0 19 -2t15 -4l5 -2q22 -10 44 -23l196 -118q21 -13 36 -24q29 -21 37 -12q11 13 49 35l196 118q22 13 45 23q17 7 38 7q23 0 47 -16.5t37 -33.5l13 -16q14 -21 18 -45l25 -123l8 -44q1 -9 8.5 -14.5t17.5 -5.5h61q10 0 17.5 -7.5t7.5 -17.5v-50 q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 -7.5t-7.5 -17.5v-175h-400v300h-200v-300h-400v175q0 10 -7.5 17.5t-17.5 7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5h61q11 0 18 3t7 8q0 4 9 52l25 128q5 25 19 45q2 3 5 7t13.5 15t21.5 19.5t26.5 15.5 t29.5 7zM915 1079l-166 -162q-7 -7 -5 -12t12 -5h219q10 0 15 7t2 17l-51 149q-3 10 -11 12t-15 -6zM463 917l-177 157q-8 7 -16 5t-11 -12l-51 -143q-3 -10 2 -17t15 -7h231q11 0 12.5 5t-5.5 12zM500 0h-375q-10 0 -17.5 7.5t-7.5 17.5v375h400v-400zM1100 400v-375 q0 -10 -7.5 -17.5t-17.5 -7.5h-375v400h400z" />
     135<glyph unicode="&#xe103;" d="M1165 1190q8 3 21 -6.5t13 -17.5q-2 -178 -24.5 -323.5t-55.5 -245.5t-87 -174.5t-102.5 -118.5t-118 -68.5t-118.5 -33t-120 -4.5t-105 9.5t-90 16.5q-61 12 -78 11q-4 1 -12.5 0t-34 -14.5t-52.5 -40.5l-153 -153q-26 -24 -37 -14.5t-11 43.5q0 64 42 102q8 8 50.5 45 t66.5 58q19 17 35 47t13 61q-9 55 -10 102.5t7 111t37 130t78 129.5q39 51 80 88t89.5 63.5t94.5 45t113.5 36t129 31t157.5 37t182 47.5zM1116 1098q-8 9 -22.5 -3t-45.5 -50q-38 -47 -119 -103.5t-142 -89.5l-62 -33q-56 -30 -102 -57t-104 -68t-102.5 -80.5t-85.5 -91 t-64 -104.5q-24 -56 -31 -86t2 -32t31.5 17.5t55.5 59.5q25 30 94 75.5t125.5 77.5t147.5 81q70 37 118.5 69t102 79.5t99 111t86.5 148.5q22 50 24 60t-6 19z" />
     136<glyph unicode="&#xe104;" d="M653 1231q-39 -67 -54.5 -131t-10.5 -114.5t24.5 -96.5t47.5 -80t63.5 -62.5t68.5 -46.5t65 -30q-4 7 -17.5 35t-18.5 39.5t-17 39.5t-17 43t-13 42t-9.5 44.5t-2 42t4 43t13.5 39t23 38.5q96 -42 165 -107.5t105 -138t52 -156t13 -159t-19 -149.5q-13 -55 -44 -106.5 t-68 -87t-78.5 -64.5t-72.5 -45t-53 -22q-72 -22 -127 -11q-31 6 -13 19q6 3 17 7q13 5 32.5 21t41 44t38.5 63.5t21.5 81.5t-6.5 94.5t-50 107t-104 115.5q10 -104 -0.5 -189t-37 -140.5t-65 -93t-84 -52t-93.5 -11t-95 24.5q-80 36 -131.5 114t-53.5 171q-2 23 0 49.5 t4.5 52.5t13.5 56t27.5 60t46 64.5t69.5 68.5q-8 -53 -5 -102.5t17.5 -90t34 -68.5t44.5 -39t49 -2q31 13 38.5 36t-4.5 55t-29 64.5t-36 75t-26 75.5q-15 85 2 161.5t53.5 128.5t85.5 92.5t93.5 61t81.5 25.5z" />
     137<glyph unicode="&#xe105;" d="M600 1094q82 0 160.5 -22.5t140 -59t116.5 -82.5t94.5 -95t68 -95t42.5 -82.5t14 -57.5t-14 -57.5t-43 -82.5t-68.5 -95t-94.5 -95t-116.5 -82.5t-140 -59t-159.5 -22.5t-159.5 22.5t-140 59t-116.5 82.5t-94.5 95t-68.5 95t-43 82.5t-14 57.5t14 57.5t42.5 82.5t68 95 t94.5 95t116.5 82.5t140 59t160.5 22.5zM888 829q-15 15 -18 12t5 -22q25 -57 25 -119q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 59 23 114q8 19 4.5 22t-17.5 -12q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q22 -36 47 -71t70 -82t92.5 -81t113 -58.5t133.5 -24.5 t133.5 24t113 58.5t92.5 81.5t70 81.5t47 70.5q11 18 9 42.5t-14 41.5q-90 117 -163 189zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l35 34q14 15 12.5 33.5t-16.5 33.5q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
     138<glyph unicode="&#xe106;" d="M592 0h-148l31 120q-91 20 -175.5 68.5t-143.5 106.5t-103.5 119t-66.5 110t-22 76q0 21 14 57.5t42.5 82.5t68 95t94.5 95t116.5 82.5t140 59t160.5 22.5q61 0 126 -15l32 121h148zM944 770l47 181q108 -85 176.5 -192t68.5 -159q0 -26 -19.5 -71t-59.5 -102t-93 -112 t-129 -104.5t-158 -75.5l46 173q77 49 136 117t97 131q11 18 9 42.5t-14 41.5q-54 70 -107 130zM310 824q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q18 -30 39 -60t57 -70.5t74 -73t90 -61t105 -41.5l41 154q-107 18 -178.5 101.5t-71.5 193.5q0 59 23 114q8 19 4.5 22 t-17.5 -12zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l12 11l22 86l-3 4q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
     139<glyph unicode="&#xe107;" d="M-90 100l642 1066q20 31 48 28.5t48 -35.5l642 -1056q21 -32 7.5 -67.5t-50.5 -35.5h-1294q-37 0 -50.5 34t7.5 66zM155 200h345v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h345l-445 723zM496 700h208q20 0 32 -14.5t8 -34.5l-58 -252 q-4 -20 -21.5 -34.5t-37.5 -14.5h-54q-20 0 -37.5 14.5t-21.5 34.5l-58 252q-4 20 8 34.5t32 14.5z" />
     140<glyph unicode="&#xe108;" d="M650 1200q62 0 106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -93 100 -113v-64q0 -21 -13 -29t-32 1l-205 128l-205 -128q-19 -9 -32 -1t-13 29v64q0 20 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5v41 q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44z" />
     141<glyph unicode="&#xe109;" d="M850 1200h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-150h-1100v150q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-50h500v50q0 21 14.5 35.5t35.5 14.5zM1100 800v-750q0 -21 -14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v750h1100zM100 600v-100h100v100h-100zM300 600v-100h100v100h-100zM500 600v-100h100v100h-100zM700 600v-100h100v100h-100zM900 600v-100h100v100h-100zM100 400v-100h100v100h-100zM300 400v-100h100v100h-100zM500 400 v-100h100v100h-100zM700 400v-100h100v100h-100zM900 400v-100h100v100h-100zM100 200v-100h100v100h-100zM300 200v-100h100v100h-100zM500 200v-100h100v100h-100zM700 200v-100h100v100h-100zM900 200v-100h100v100h-100z" />
     142<glyph unicode="&#xe110;" d="M1135 1165l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-159l-600 -600h-291q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h209l600 600h241v150q0 21 10.5 25t24.5 -10zM522 819l-141 -141l-122 122h-209q-21 0 -35.5 14.5 t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h291zM1135 565l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-241l-181 181l141 141l122 -122h159v150q0 21 10.5 25t24.5 -10z" />
     143<glyph unicode="&#xe111;" d="M100 1100h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5z" />
     144<glyph unicode="&#xe112;" d="M150 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM850 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM1100 800v-300q0 -41 -3 -77.5t-15 -89.5t-32 -96t-58 -89t-89 -77t-129 -51t-174 -20t-174 20 t-129 51t-89 77t-58 89t-32 96t-15 89.5t-3 77.5v300h300v-250v-27v-42.5t1.5 -41t5 -38t10 -35t16.5 -30t25.5 -24.5t35 -19t46.5 -12t60 -4t60 4.5t46.5 12.5t35 19.5t25 25.5t17 30.5t10 35t5 38t2 40.5t-0.5 42v25v250h300z" />
     145<glyph unicode="&#xe113;" d="M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z" />
     146<glyph unicode="&#xe114;" d="M1101 789l-550 -551l-551 551l198 199l353 -353l353 353z" />
     147<glyph unicode="&#xe115;" d="M404 1000h746q21 0 35.5 -14.5t14.5 -35.5v-551h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v401h-381zM135 984l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-400h385l215 -200h-750q-21 0 -35.5 14.5 t-14.5 35.5v550h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
     148<glyph unicode="&#xe116;" d="M56 1200h94q17 0 31 -11t18 -27l38 -162h896q24 0 39 -18.5t10 -42.5l-100 -475q-5 -21 -27 -42.5t-55 -21.5h-633l48 -200h535q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-50q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-300v-50 q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-31q-18 0 -32.5 10t-20.5 19l-5 10l-201 961h-54q-20 0 -35 14.5t-15 35.5t15 35.5t35 14.5z" />
     149<glyph unicode="&#xe117;" d="M1200 1000v-100h-1200v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500zM0 800h1200v-800h-1200v800z" />
     150<glyph unicode="&#xe118;" d="M200 800l-200 -400v600h200q0 41 29.5 70.5t70.5 29.5h300q42 0 71 -29.5t29 -70.5h500v-200h-1000zM1500 700l-300 -700h-1200l300 700h1200z" />
     151<glyph unicode="&#xe119;" d="M635 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-601h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v601h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
     152<glyph unicode="&#xe120;" d="M936 864l249 -229q14 -15 14 -35.5t-14 -35.5l-249 -229q-15 -15 -25.5 -10.5t-10.5 24.5v151h-600v-151q0 -20 -10.5 -24.5t-25.5 10.5l-249 229q-14 15 -14 35.5t14 35.5l249 229q15 15 25.5 10.5t10.5 -25.5v-149h600v149q0 21 10.5 25.5t25.5 -10.5z" />
     153<glyph unicode="&#xe121;" d="M1169 400l-172 732q-5 23 -23 45.5t-38 22.5h-672q-20 0 -38 -20t-23 -41l-172 -739h1138zM1100 300h-1000q-41 0 -70.5 -29.5t-29.5 -70.5v-100q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v100q0 41 -29.5 70.5t-70.5 29.5zM800 100v100h100v-100h-100 zM1000 100v100h100v-100h-100z" />
     154<glyph unicode="&#xe122;" d="M1150 1100q21 0 35.5 -14.5t14.5 -35.5v-850q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v850q0 21 14.5 35.5t35.5 14.5zM1000 200l-675 200h-38l47 -276q3 -16 -5.5 -20t-29.5 -4h-7h-84q-20 0 -34.5 14t-18.5 35q-55 337 -55 351v250v6q0 16 1 23.5t6.5 14 t17.5 6.5h200l675 250v-850zM0 750v-250q-4 0 -11 0.5t-24 6t-30 15t-24 30t-11 48.5v50q0 26 10.5 46t25 30t29 16t25.5 7z" />
     155<glyph unicode="&#xe123;" d="M553 1200h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q19 0 33 -14.5t14 -35t-13 -40.5t-31 -27q-8 -4 -23 -9.5t-65 -19.5t-103 -25t-132.5 -20t-158.5 -9q-57 0 -115 5t-104 12t-88.5 15.5t-73.5 17.5t-54.5 16t-35.5 12l-11 4 q-18 8 -31 28t-13 40.5t14 35t33 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3.5 32t28.5 13zM498 110q50 -6 102 -6q53 0 102 6q-12 -49 -39.5 -79.5t-62.5 -30.5t-63 30.5t-39 79.5z" />
     156<glyph unicode="&#xe124;" d="M800 946l224 78l-78 -224l234 -45l-180 -155l180 -155l-234 -45l78 -224l-224 78l-45 -234l-155 180l-155 -180l-45 234l-224 -78l78 224l-234 45l180 155l-180 155l234 45l-78 224l224 -78l45 234l155 -180l155 180z" />
     157<glyph unicode="&#xe125;" d="M650 1200h50q40 0 70 -40.5t30 -84.5v-150l-28 -125h328q40 0 70 -40.5t30 -84.5v-100q0 -45 -29 -74l-238 -344q-16 -24 -38 -40.5t-45 -16.5h-250q-7 0 -42 25t-66 50l-31 25h-61q-45 0 -72.5 18t-27.5 57v400q0 36 20 63l145 196l96 198q13 28 37.5 48t51.5 20z M650 1100l-100 -212l-150 -213v-375h100l136 -100h214l250 375v125h-450l50 225v175h-50zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5z" />
     158<glyph unicode="&#xe126;" d="M600 1100h250q23 0 45 -16.5t38 -40.5l238 -344q29 -29 29 -74v-100q0 -44 -30 -84.5t-70 -40.5h-328q28 -118 28 -125v-150q0 -44 -30 -84.5t-70 -40.5h-50q-27 0 -51.5 20t-37.5 48l-96 198l-145 196q-20 27 -20 63v400q0 39 27.5 57t72.5 18h61q124 100 139 100z M50 1000h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM636 1000l-136 -100h-100v-375l150 -213l100 -212h50v175l-50 225h450v125l-250 375h-214z" />
     159<glyph unicode="&#xe127;" d="M356 873l363 230q31 16 53 -6l110 -112q13 -13 13.5 -32t-11.5 -34l-84 -121h302q84 0 138 -38t54 -110t-55 -111t-139 -39h-106l-131 -339q-6 -21 -19.5 -41t-28.5 -20h-342q-7 0 -90 81t-83 94v525q0 17 14 35.5t28 28.5zM400 792v-503l100 -89h293l131 339 q6 21 19.5 41t28.5 20h203q21 0 30.5 25t0.5 50t-31 25h-456h-7h-6h-5.5t-6 0.5t-5 1.5t-5 2t-4 2.5t-4 4t-2.5 4.5q-12 25 5 47l146 183l-86 83zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500 q0 21 14.5 35.5t35.5 14.5z" />
     160<glyph unicode="&#xe128;" d="M475 1103l366 -230q2 -1 6 -3.5t14 -10.5t18 -16.5t14.5 -20t6.5 -22.5v-525q0 -13 -86 -94t-93 -81h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-85 0 -139.5 39t-54.5 111t54 110t138 38h302l-85 121q-11 15 -10.5 34t13.5 32l110 112q22 22 53 6zM370 945l146 -183 q17 -22 5 -47q-2 -2 -3.5 -4.5t-4 -4t-4 -2.5t-5 -2t-5 -1.5t-6 -0.5h-6h-6.5h-6h-475v-100h221q15 0 29 -20t20 -41l130 -339h294l106 89v503l-342 236zM1050 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5 v500q0 21 14.5 35.5t35.5 14.5z" />
     161<glyph unicode="&#xe129;" d="M550 1294q72 0 111 -55t39 -139v-106l339 -131q21 -6 41 -19.5t20 -28.5v-342q0 -7 -81 -90t-94 -83h-525q-17 0 -35.5 14t-28.5 28l-9 14l-230 363q-16 31 6 53l112 110q13 13 32 13.5t34 -11.5l121 -84v302q0 84 38 138t110 54zM600 972v203q0 21 -25 30.5t-50 0.5 t-25 -31v-456v-7v-6v-5.5t-0.5 -6t-1.5 -5t-2 -5t-2.5 -4t-4 -4t-4.5 -2.5q-25 -12 -47 5l-183 146l-83 -86l236 -339h503l89 100v293l-339 131q-21 6 -41 19.5t-20 28.5zM450 200h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
     162<glyph unicode="&#xe130;" d="M350 1100h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5zM600 306v-106q0 -84 -39 -139t-111 -55t-110 54t-38 138v302l-121 -84q-15 -12 -34 -11.5t-32 13.5l-112 110 q-22 22 -6 53l230 363q1 2 3.5 6t10.5 13.5t16.5 17t20 13.5t22.5 6h525q13 0 94 -83t81 -90v-342q0 -15 -20 -28.5t-41 -19.5zM308 900l-236 -339l83 -86l183 146q22 17 47 5q2 -1 4.5 -2.5t4 -4t2.5 -4t2 -5t1.5 -5t0.5 -6v-5.5v-6v-7v-456q0 -22 25 -31t50 0.5t25 30.5 v203q0 15 20 28.5t41 19.5l339 131v293l-89 100h-503z" />
     163<glyph unicode="&#xe131;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM914 632l-275 223q-16 13 -27.5 8t-11.5 -26v-137h-275 q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h275v-137q0 -21 11.5 -26t27.5 8l275 223q16 13 16 32t-16 32z" />
     164<glyph unicode="&#xe132;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM561 855l-275 -223q-16 -13 -16 -32t16 -32l275 -223q16 -13 27.5 -8 t11.5 26v137h275q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5h-275v137q0 21 -11.5 26t-27.5 -8z" />
     165<glyph unicode="&#xe133;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM855 639l-223 275q-13 16 -32 16t-32 -16l-223 -275q-13 -16 -8 -27.5 t26 -11.5h137v-275q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v275h137q21 0 26 11.5t-8 27.5z" />
     166<glyph unicode="&#xe134;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM675 900h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-275h-137q-21 0 -26 -11.5 t8 -27.5l223 -275q13 -16 32 -16t32 16l223 275q13 16 8 27.5t-26 11.5h-137v275q0 10 -7.5 17.5t-17.5 7.5z" />
     167<glyph unicode="&#xe135;" d="M600 1176q116 0 222.5 -46t184 -123.5t123.5 -184t46 -222.5t-46 -222.5t-123.5 -184t-184 -123.5t-222.5 -46t-222.5 46t-184 123.5t-123.5 184t-46 222.5t46 222.5t123.5 184t184 123.5t222.5 46zM627 1101q-15 -12 -36.5 -20.5t-35.5 -12t-43 -8t-39 -6.5 q-15 -3 -45.5 0t-45.5 -2q-20 -7 -51.5 -26.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79q-9 -34 5 -93t8 -87q0 -9 17 -44.5t16 -59.5q12 0 23 -5t23.5 -15t19.5 -14q16 -8 33 -15t40.5 -15t34.5 -12q21 -9 52.5 -32t60 -38t57.5 -11 q7 -15 -3 -34t-22.5 -40t-9.5 -38q13 -21 23 -34.5t27.5 -27.5t36.5 -18q0 -7 -3.5 -16t-3.5 -14t5 -17q104 -2 221 112q30 29 46.5 47t34.5 49t21 63q-13 8 -37 8.5t-36 7.5q-15 7 -49.5 15t-51.5 19q-18 0 -41 -0.5t-43 -1.5t-42 -6.5t-38 -16.5q-51 -35 -66 -12 q-4 1 -3.5 25.5t0.5 25.5q-6 13 -26.5 17.5t-24.5 6.5q1 15 -0.5 30.5t-7 28t-18.5 11.5t-31 -21q-23 -25 -42 4q-19 28 -8 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q7 -12 18 -24t21.5 -20.5t20 -15t15.5 -10.5l5 -3q2 12 7.5 30.5t8 34.5t-0.5 32q-3 18 3.5 29 t18 22.5t15.5 24.5q6 14 10.5 35t8 31t15.5 22.5t34 22.5q-6 18 10 36q8 0 24 -1.5t24.5 -1.5t20 4.5t20.5 15.5q-10 23 -31 42.5t-37.5 29.5t-49 27t-43.5 23q0 1 2 8t3 11.5t1.5 10.5t-1 9.5t-4.5 4.5q31 -13 58.5 -14.5t38.5 2.5l12 5q5 28 -9.5 46t-36.5 24t-50 15 t-41 20q-18 -4 -37 0zM613 994q0 -17 8 -42t17 -45t9 -23q-8 1 -39.5 5.5t-52.5 10t-37 16.5q3 11 16 29.5t16 25.5q10 -10 19 -10t14 6t13.5 14.5t16.5 12.5z" />
     168<glyph unicode="&#xe136;" d="M756 1157q164 92 306 -9l-259 -138l145 -232l251 126q6 -89 -34 -156.5t-117 -110.5q-60 -34 -127 -39.5t-126 16.5l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5t15 37.5l600 599q-34 101 5.5 201.5t135.5 154.5z" />
     169<glyph unicode="&#xe137;" horiz-adv-x="1220" d="M100 1196h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 1096h-200v-100h200v100zM100 796h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 696h-500v-100h500v100zM100 396h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 296h-300v-100h300v100z " />
     170<glyph unicode="&#xe138;" d="M150 1200h900q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM700 500v-300l-200 -200v500l-350 500h900z" />
     171<glyph unicode="&#xe139;" d="M500 1200h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5zM500 1100v-100h200v100h-200zM1200 400v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v200h1200z" />
     172<glyph unicode="&#xe140;" d="M50 1200h300q21 0 25 -10.5t-10 -24.5l-94 -94l199 -199q7 -8 7 -18t-7 -18l-106 -106q-8 -7 -18 -7t-18 7l-199 199l-94 -94q-14 -14 -24.5 -10t-10.5 25v300q0 21 14.5 35.5t35.5 14.5zM850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-199 -199q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l199 199l-94 94q-14 14 -10 24.5t25 10.5zM364 470l106 -106q7 -8 7 -18t-7 -18l-199 -199l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l199 199 q8 7 18 7t18 -7zM1071 271l94 94q14 14 24.5 10t10.5 -25v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -25 10.5t10 24.5l94 94l-199 199q-7 8 -7 18t7 18l106 106q8 7 18 7t18 -7z" />
     173<glyph unicode="&#xe141;" d="M596 1192q121 0 231.5 -47.5t190 -127t127 -190t47.5 -231.5t-47.5 -231.5t-127 -190.5t-190 -127t-231.5 -47t-231.5 47t-190.5 127t-127 190.5t-47 231.5t47 231.5t127 190t190.5 127t231.5 47.5zM596 1010q-112 0 -207.5 -55.5t-151 -151t-55.5 -207.5t55.5 -207.5 t151 -151t207.5 -55.5t207.5 55.5t151 151t55.5 207.5t-55.5 207.5t-151 151t-207.5 55.5zM454.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38.5 -16.5t-38.5 16.5t-16 39t16 38.5t38.5 16zM754.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38 -16.5q-14 0 -29 10l-55 -145 q17 -23 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.5 25.5t-25.5 61.5q0 32 20.5 56.5t51.5 29.5l122 126l1 1q-9 14 -9 28q0 23 16 39t38.5 16zM345.5 709q22.5 0 38.5 -16t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16zM854.5 709q22.5 0 38.5 -16 t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16z" />
     174<glyph unicode="&#xe142;" d="M546 173l469 470q91 91 99 192q7 98 -52 175.5t-154 94.5q-22 4 -47 4q-34 0 -66.5 -10t-56.5 -23t-55.5 -38t-48 -41.5t-48.5 -47.5q-376 -375 -391 -390q-30 -27 -45 -41.5t-37.5 -41t-32 -46.5t-16 -47.5t-1.5 -56.5q9 -62 53.5 -95t99.5 -33q74 0 125 51l548 548 q36 36 20 75q-7 16 -21.5 26t-32.5 10q-26 0 -50 -23q-13 -12 -39 -38l-341 -338q-15 -15 -35.5 -15.5t-34.5 13.5t-14 34.5t14 34.5q327 333 361 367q35 35 67.5 51.5t78.5 16.5q14 0 29 -1q44 -8 74.5 -35.5t43.5 -68.5q14 -47 2 -96.5t-47 -84.5q-12 -11 -32 -32 t-79.5 -81t-114.5 -115t-124.5 -123.5t-123 -119.5t-96.5 -89t-57 -45q-56 -27 -120 -27q-70 0 -129 32t-93 89q-48 78 -35 173t81 163l511 511q71 72 111 96q91 55 198 55q80 0 152 -33q78 -36 129.5 -103t66.5 -154q17 -93 -11 -183.5t-94 -156.5l-482 -476 q-15 -15 -36 -16t-37 14t-17.5 34t14.5 35z" />
     175<glyph unicode="&#xe143;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104zM896 972q-33 0 -64.5 -19t-56.5 -46t-47.5 -53.5t-43.5 -45.5t-37.5 -19t-36 19t-40 45.5t-43 53.5t-54 46t-65.5 19q-67 0 -122.5 -55.5t-55.5 -132.5q0 -23 13.5 -51t46 -65t57.5 -63t76 -75l22 -22q15 -14 44 -44t50.5 -51t46 -44t41 -35t23 -12 t23.5 12t42.5 36t46 44t52.5 52t44 43q4 4 12 13q43 41 63.5 62t52 55t46 55t26 46t11.5 44q0 79 -53 133.5t-120 54.5z" />
     176<glyph unicode="&#xe144;" d="M776.5 1214q93.5 0 159.5 -66l141 -141q66 -66 66 -160q0 -42 -28 -95.5t-62 -87.5l-29 -29q-31 53 -77 99l-18 18l95 95l-247 248l-389 -389l212 -212l-105 -106l-19 18l-141 141q-66 66 -66 159t66 159l283 283q65 66 158.5 66zM600 706l105 105q10 -8 19 -17l141 -141 q66 -66 66 -159t-66 -159l-283 -283q-66 -66 -159 -66t-159 66l-141 141q-66 66 -66 159.5t66 159.5l55 55q29 -55 75 -102l18 -17l-95 -95l247 -248l389 389z" />
     177<glyph unicode="&#xe145;" d="M603 1200q85 0 162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5v953q0 21 30 46.5t81 48t129 37.5t163 15zM300 1000v-700h600v700h-600zM600 254q-43 0 -73.5 -30.5t-30.5 -73.5t30.5 -73.5t73.5 -30.5t73.5 30.5 t30.5 73.5t-30.5 73.5t-73.5 30.5z" />
     178<glyph unicode="&#xe146;" d="M902 1185l283 -282q15 -15 15 -36t-14.5 -35.5t-35.5 -14.5t-35 15l-36 35l-279 -267v-300l-212 210l-308 -307l-280 -203l203 280l307 308l-210 212h300l267 279l-35 36q-15 14 -15 35t14.5 35.5t35.5 14.5t35 -15z" />
     179<glyph unicode="&#xe148;" d="M700 1248v-78q38 -5 72.5 -14.5t75.5 -31.5t71 -53.5t52 -84t24 -118.5h-159q-4 36 -10.5 59t-21 45t-40 35.5t-64.5 20.5v-307l64 -13q34 -7 64 -16.5t70 -32t67.5 -52.5t47.5 -80t20 -112q0 -139 -89 -224t-244 -97v-77h-100v79q-150 16 -237 103q-40 40 -52.5 93.5 t-15.5 139.5h139q5 -77 48.5 -126t117.5 -65v335l-27 8q-46 14 -79 26.5t-72 36t-63 52t-40 72.5t-16 98q0 70 25 126t67.5 92t94.5 57t110 27v77h100zM600 754v274q-29 -4 -50 -11t-42 -21.5t-31.5 -41.5t-10.5 -65q0 -29 7 -50.5t16.5 -34t28.5 -22.5t31.5 -14t37.5 -10 q9 -3 13 -4zM700 547v-310q22 2 42.5 6.5t45 15.5t41.5 27t29 42t12 59.5t-12.5 59.5t-38 44.5t-53 31t-66.5 24.5z" />
     180<glyph unicode="&#xe149;" d="M561 1197q84 0 160.5 -40t123.5 -109.5t47 -147.5h-153q0 40 -19.5 71.5t-49.5 48.5t-59.5 26t-55.5 9q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -26 13.5 -63t26.5 -61t37 -66q6 -9 9 -14h241v-100h-197q8 -50 -2.5 -115t-31.5 -95q-45 -62 -99 -112 q34 10 83 17.5t71 7.5q32 1 102 -16t104 -17q83 0 136 30l50 -147q-31 -19 -58 -30.5t-55 -15.5t-42 -4.5t-46 -0.5q-23 0 -76 17t-111 32.5t-96 11.5q-39 -3 -82 -16t-67 -25l-23 -11l-55 145q4 3 16 11t15.5 10.5t13 9t15.5 12t14.5 14t17.5 18.5q48 55 54 126.5 t-30 142.5h-221v100h166q-23 47 -44 104q-7 20 -12 41.5t-6 55.5t6 66.5t29.5 70.5t58.5 71q97 88 263 88z" />
     181<glyph unicode="&#xe150;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM935 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-900h-200v900h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
     182<glyph unicode="&#xe151;" d="M1000 700h-100v100h-100v-100h-100v500h300v-500zM400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM801 1100v-200h100v200h-100zM1000 350l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150z " />
     183<glyph unicode="&#xe152;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 1050l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150zM1000 0h-100v100h-100v-100h-100v500h300v-500zM801 400v-200h100v200h-100z " />
     184<glyph unicode="&#xe153;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 700h-100v400h-100v100h200v-500zM1100 0h-100v100h-200v400h300v-500zM901 400v-200h100v200h-100z" />
     185<glyph unicode="&#xe154;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1100 700h-100v100h-200v400h300v-500zM901 1100v-200h100v200h-100zM1000 0h-100v400h-100v100h200v-500z" />
     186<glyph unicode="&#xe155;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM900 1000h-200v200h200v-200zM1000 700h-300v200h300v-200zM1100 400h-400v200h400v-200zM1200 100h-500v200h500v-200z" />
     187<glyph unicode="&#xe156;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1200 1000h-500v200h500v-200zM1100 700h-400v200h400v-200zM1000 400h-300v200h300v-200zM900 100h-200v200h200v-200z" />
     188<glyph unicode="&#xe157;" d="M350 1100h400q162 0 256 -93.5t94 -256.5v-400q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5z" />
     189<glyph unicode="&#xe158;" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-163 0 -256.5 92.5t-93.5 257.5v400q0 163 94 256.5t256 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM440 770l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
     190<glyph unicode="&#xe159;" d="M350 1100h400q163 0 256.5 -94t93.5 -256v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 163 92.5 256.5t257.5 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM350 700h400q21 0 26.5 -12t-6.5 -28l-190 -253q-12 -17 -30 -17t-30 17l-190 253q-12 16 -6.5 28t26.5 12z" />
     191<glyph unicode="&#xe160;" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -163 -92.5 -256.5t-257.5 -93.5h-400q-163 0 -256.5 94t-93.5 256v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM580 693l190 -253q12 -16 6.5 -28t-26.5 -12h-400q-21 0 -26.5 12t6.5 28l190 253q12 17 30 17t30 -17z" />
     192<glyph unicode="&#xe161;" d="M550 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h450q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-450q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM338 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
     193<glyph unicode="&#xe162;" d="M793 1182l9 -9q8 -10 5 -27q-3 -11 -79 -225.5t-78 -221.5l300 1q24 0 32.5 -17.5t-5.5 -35.5q-1 0 -133.5 -155t-267 -312.5t-138.5 -162.5q-12 -15 -26 -15h-9l-9 8q-9 11 -4 32q2 9 42 123.5t79 224.5l39 110h-302q-23 0 -31 19q-10 21 6 41q75 86 209.5 237.5 t228 257t98.5 111.5q9 16 25 16h9z" />
     194<glyph unicode="&#xe163;" d="M350 1100h400q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-450q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h450q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400 q0 165 92.5 257.5t257.5 92.5zM938 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
     195<glyph unicode="&#xe164;" d="M750 1200h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -10.5 -25t-24.5 10l-109 109l-312 -312q-15 -15 -35.5 -15t-35.5 15l-141 141q-15 15 -15 35.5t15 35.5l312 312l-109 109q-14 14 -10 24.5t25 10.5zM456 900h-156q-41 0 -70.5 -29.5t-29.5 -70.5v-500 q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v148l200 200v-298q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5h300z" />
     196<glyph unicode="&#xe165;" d="M600 1186q119 0 227.5 -46.5t187 -125t125 -187t46.5 -227.5t-46.5 -227.5t-125 -187t-187 -125t-227.5 -46.5t-227.5 46.5t-187 125t-125 187t-46.5 227.5t46.5 227.5t125 187t187 125t227.5 46.5zM600 1022q-115 0 -212 -56.5t-153.5 -153.5t-56.5 -212t56.5 -212 t153.5 -153.5t212 -56.5t212 56.5t153.5 153.5t56.5 212t-56.5 212t-153.5 153.5t-212 56.5zM600 794q80 0 137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137t57 137t137 57z" />
     197<glyph unicode="&#xe166;" d="M450 1200h200q21 0 35.5 -14.5t14.5 -35.5v-350h245q20 0 25 -11t-9 -26l-383 -426q-14 -15 -33.5 -15t-32.5 15l-379 426q-13 15 -8.5 26t25.5 11h250v350q0 21 14.5 35.5t35.5 14.5zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
     198<glyph unicode="&#xe167;" d="M583 1182l378 -435q14 -15 9 -31t-26 -16h-244v-250q0 -20 -17 -35t-39 -15h-200q-20 0 -32 14.5t-12 35.5v250h-250q-20 0 -25.5 16.5t8.5 31.5l383 431q14 16 33.5 17t33.5 -14zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
     199<glyph unicode="&#xe168;" d="M396 723l369 369q7 7 17.5 7t17.5 -7l139 -139q7 -8 7 -18.5t-7 -17.5l-525 -525q-7 -8 -17.5 -8t-17.5 8l-292 291q-7 8 -7 18t7 18l139 139q8 7 18.5 7t17.5 -7zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50 h-100z" />
     200<glyph unicode="&#xe169;" d="M135 1023l142 142q14 14 35 14t35 -14l77 -77l-212 -212l-77 76q-14 15 -14 36t14 35zM655 855l210 210q14 14 24.5 10t10.5 -25l-2 -599q-1 -20 -15.5 -35t-35.5 -15l-597 -1q-21 0 -25 10.5t10 24.5l208 208l-154 155l212 212zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5 v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
     201<glyph unicode="&#xe170;" d="M350 1200l599 -2q20 -1 35 -15.5t15 -35.5l1 -597q0 -21 -10.5 -25t-24.5 10l-208 208l-155 -154l-212 212l155 154l-210 210q-14 14 -10 24.5t25 10.5zM524 512l-76 -77q-15 -14 -36 -14t-35 14l-142 142q-14 14 -14 35t14 35l77 77zM50 300h1000q21 0 35.5 -14.5 t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
     202<glyph unicode="&#xe171;" d="M1200 103l-483 276l-314 -399v423h-399l1196 796v-1096zM483 424v-230l683 953z" />
     203<glyph unicode="&#xe172;" d="M1100 1000v-850q0 -21 -14.5 -35.5t-35.5 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200z" />
     204<glyph unicode="&#xe173;" d="M1100 1000l-2 -149l-299 -299l-95 95q-9 9 -21.5 9t-21.5 -9l-149 -147h-312v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1132 638l106 -106q7 -7 7 -17.5t-7 -17.5l-420 -421q-8 -7 -18 -7 t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l297 297q7 7 17.5 7t17.5 -7z" />
     205<glyph unicode="&#xe174;" d="M1100 1000v-269l-103 -103l-134 134q-15 15 -33.5 16.5t-34.5 -12.5l-266 -266h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1202 572l70 -70q15 -15 15 -35.5t-15 -35.5l-131 -131 l131 -131q15 -15 15 -35.5t-15 -35.5l-70 -70q-15 -15 -35.5 -15t-35.5 15l-131 131l-131 -131q-15 -15 -35.5 -15t-35.5 15l-70 70q-15 15 -15 35.5t15 35.5l131 131l-131 131q-15 15 -15 35.5t15 35.5l70 70q15 15 35.5 15t35.5 -15l131 -131l131 131q15 15 35.5 15 t35.5 -15z" />
     206<glyph unicode="&#xe175;" d="M1100 1000v-300h-350q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM850 600h100q21 0 35.5 -14.5t14.5 -35.5v-250h150q21 0 25 -10.5t-10 -24.5 l-230 -230q-14 -14 -35 -14t-35 14l-230 230q-14 14 -10 24.5t25 10.5h150v250q0 21 14.5 35.5t35.5 14.5z" />
     207<glyph unicode="&#xe176;" d="M1100 1000v-400l-165 165q-14 15 -35 15t-35 -15l-263 -265h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM935 565l230 -229q14 -15 10 -25.5t-25 -10.5h-150v-250q0 -20 -14.5 -35 t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35v250h-150q-21 0 -25 10.5t10 25.5l230 229q14 15 35 15t35 -15z" />
     208<glyph unicode="&#xe177;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-150h-1200v150q0 21 14.5 35.5t35.5 14.5zM1200 800v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v550h1200zM100 500v-200h400v200h-400z" />
     209<glyph unicode="&#xe178;" d="M935 1165l248 -230q14 -14 14 -35t-14 -35l-248 -230q-14 -14 -24.5 -10t-10.5 25v150h-400v200h400v150q0 21 10.5 25t24.5 -10zM200 800h-50q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v-200zM400 800h-100v200h100v-200zM18 435l247 230 q14 14 24.5 10t10.5 -25v-150h400v-200h-400v-150q0 -21 -10.5 -25t-24.5 10l-247 230q-15 14 -15 35t15 35zM900 300h-100v200h100v-200zM1000 500h51q20 0 34.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-34.5 -14.5h-51v200z" />
     210<glyph unicode="&#xe179;" d="M862 1073l276 116q25 18 43.5 8t18.5 -41v-1106q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v397q-4 1 -11 5t-24 17.5t-30 29t-24 42t-11 56.5v359q0 31 18.5 65t43.5 52zM550 1200q22 0 34.5 -12.5t14.5 -24.5l1 -13v-450q0 -28 -10.5 -59.5 t-25 -56t-29 -45t-25.5 -31.5l-10 -11v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447q-4 4 -11 11.5t-24 30.5t-30 46t-24 55t-11 60v450q0 2 0.5 5.5t4 12t8.5 15t14.5 12t22.5 5.5q20 0 32.5 -12.5t14.5 -24.5l3 -13v-350h100v350v5.5t2.5 12 t7 15t15 12t25.5 5.5q23 0 35.5 -12.5t13.5 -24.5l1 -13v-350h100v350q0 2 0.5 5.5t3 12t7 15t15 12t24.5 5.5z" />
     211<glyph unicode="&#xe180;" d="M1200 1100v-56q-4 0 -11 -0.5t-24 -3t-30 -7.5t-24 -15t-11 -24v-888q0 -22 25 -34.5t50 -13.5l25 -2v-56h-400v56q75 0 87.5 6.5t12.5 43.5v394h-500v-394q0 -37 12.5 -43.5t87.5 -6.5v-56h-400v56q4 0 11 0.5t24 3t30 7.5t24 15t11 24v888q0 22 -25 34.5t-50 13.5 l-25 2v56h400v-56q-75 0 -87.5 -6.5t-12.5 -43.5v-394h500v394q0 37 -12.5 43.5t-87.5 6.5v56h400z" />
     212<glyph unicode="&#xe181;" d="M675 1000h375q21 0 35.5 -14.5t14.5 -35.5v-150h-105l-295 -98v98l-200 200h-400l100 100h375zM100 900h300q41 0 70.5 -29.5t29.5 -70.5v-500q0 -41 -29.5 -70.5t-70.5 -29.5h-300q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5zM100 800v-200h300v200 h-300zM1100 535l-400 -133v163l400 133v-163zM100 500v-200h300v200h-300zM1100 398v-248q0 -21 -14.5 -35.5t-35.5 -14.5h-375l-100 -100h-375l-100 100h400l200 200h105z" />
     213<glyph unicode="&#xe182;" d="M17 1007l162 162q17 17 40 14t37 -22l139 -194q14 -20 11 -44.5t-20 -41.5l-119 -118q102 -142 228 -268t267 -227l119 118q17 17 42.5 19t44.5 -12l192 -136q19 -14 22.5 -37.5t-13.5 -40.5l-163 -162q-3 -1 -9.5 -1t-29.5 2t-47.5 6t-62.5 14.5t-77.5 26.5t-90 42.5 t-101.5 60t-111 83t-119 108.5q-74 74 -133.5 150.5t-94.5 138.5t-60 119.5t-34.5 100t-15 74.5t-4.5 48z" />
     214<glyph unicode="&#xe183;" d="M600 1100q92 0 175 -10.5t141.5 -27t108.5 -36.5t81.5 -40t53.5 -37t31 -27l9 -10v-200q0 -21 -14.5 -33t-34.5 -9l-202 34q-20 3 -34.5 20t-14.5 38v146q-141 24 -300 24t-300 -24v-146q0 -21 -14.5 -38t-34.5 -20l-202 -34q-20 -3 -34.5 9t-14.5 33v200q3 4 9.5 10.5 t31 26t54 37.5t80.5 39.5t109 37.5t141 26.5t175 10.5zM600 795q56 0 97 -9.5t60 -23.5t30 -28t12 -24l1 -10v-50l365 -303q14 -15 24.5 -40t10.5 -45v-212q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v212q0 20 10.5 45t24.5 40l365 303v50 q0 4 1 10.5t12 23t30 29t60 22.5t97 10z" />
     215<glyph unicode="&#xe184;" d="M1100 700l-200 -200h-600l-200 200v500h200v-200h200v200h200v-200h200v200h200v-500zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5 t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
     216<glyph unicode="&#xe185;" d="M700 1100h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-1000h300v1000q0 41 -29.5 70.5t-70.5 29.5zM1100 800h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-700h300v700q0 41 -29.5 70.5t-70.5 29.5zM400 0h-300v400q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-400z " />
     217<glyph unicode="&#xe186;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
     218<glyph unicode="&#xe187;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 300h-100v200h-100v-200h-100v500h100v-200h100v200h100v-500zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
     219<glyph unicode="&#xe188;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-300h200v-100h-300v500h300v-100zM900 700h-200v-300h200v-100h-300v500h300v-100z" />
     220<glyph unicode="&#xe189;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 400l-300 150l300 150v-300zM900 550l-300 -150v300z" />
     221<glyph unicode="&#xe190;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM900 300h-700v500h700v-500zM800 700h-130q-38 0 -66.5 -43t-28.5 -108t27 -107t68 -42h130v300zM300 700v-300 h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130z" />
     222<glyph unicode="&#xe191;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 300h-100v400h-100v100h200v-500z M700 300h-100v100h100v-100z" />
     223<glyph unicode="&#xe192;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM300 700h200v-400h-300v500h100v-100zM900 300h-100v400h-100v100h200v-500zM300 600v-200h100v200h-100z M700 300h-100v100h100v-100z" />
     224<glyph unicode="&#xe193;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 500l-199 -200h-100v50l199 200v150h-200v100h300v-300zM900 300h-100v400h-100v100h200v-500zM701 300h-100 v100h100v-100z" />
     225<glyph unicode="&#xe194;" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700h-300v-200h300v-100h-300l-100 100v200l100 100h300v-100z" />
     226<glyph unicode="&#xe195;" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700v-100l-50 -50l100 -100v-50h-100l-100 100h-150v-100h-100v400h300zM500 700v-100h200v100h-200z" />
     227<glyph unicode="&#xe197;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -207t-85 -207t-205 -86.5h-128v250q0 21 -14.5 35.5t-35.5 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-250h-222q-80 0 -136 57.5t-56 136.5q0 69 43 122.5t108 67.5q-2 19 -2 37q0 100 49 185 t134 134t185 49zM525 500h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -244q-13 -16 -32 -16t-32 16l-223 244q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z" />
     228<glyph unicode="&#xe198;" d="M502 1089q110 0 201 -59.5t135 -156.5q43 15 89 15q121 0 206 -86.5t86 -206.5q0 -99 -60 -181t-150 -110l-378 360q-13 16 -31.5 16t-31.5 -16l-381 -365h-9q-79 0 -135.5 57.5t-56.5 136.5q0 69 43 122.5t108 67.5q-2 19 -2 38q0 100 49 184.5t133.5 134t184.5 49.5z M632 467l223 -228q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5q199 204 223 228q19 19 31.5 19t32.5 -19z" />
     229<glyph unicode="&#xe199;" d="M700 100v100h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170l-270 -300h400v-100h-50q-21 0 -35.5 -14.5t-14.5 -35.5v-50h400v50q0 21 -14.5 35.5t-35.5 14.5h-50z" />
     230<glyph unicode="&#xe200;" d="M600 1179q94 0 167.5 -56.5t99.5 -145.5q89 -6 150.5 -71.5t61.5 -155.5q0 -61 -29.5 -112.5t-79.5 -82.5q9 -29 9 -55q0 -74 -52.5 -126.5t-126.5 -52.5q-55 0 -100 30v-251q21 0 35.5 -14.5t14.5 -35.5v-50h-300v50q0 21 14.5 35.5t35.5 14.5v251q-45 -30 -100 -30 q-74 0 -126.5 52.5t-52.5 126.5q0 18 4 38q-47 21 -75.5 65t-28.5 97q0 74 52.5 126.5t126.5 52.5q5 0 23 -2q0 2 -1 10t-1 13q0 116 81.5 197.5t197.5 81.5z" />
     231<glyph unicode="&#xe201;" d="M1010 1010q111 -111 150.5 -260.5t0 -299t-150.5 -260.5q-83 -83 -191.5 -126.5t-218.5 -43.5t-218.5 43.5t-191.5 126.5q-111 111 -150.5 260.5t0 299t150.5 260.5q83 83 191.5 126.5t218.5 43.5t218.5 -43.5t191.5 -126.5zM476 1065q-4 0 -8 -1q-121 -34 -209.5 -122.5 t-122.5 -209.5q-4 -12 2.5 -23t18.5 -14l36 -9q3 -1 7 -1q23 0 29 22q27 96 98 166q70 71 166 98q11 3 17.5 13.5t3.5 22.5l-9 35q-3 13 -14 19q-7 4 -15 4zM512 920q-4 0 -9 -2q-80 -24 -138.5 -82.5t-82.5 -138.5q-4 -13 2 -24t19 -14l34 -9q4 -1 8 -1q22 0 28 21 q18 58 58.5 98.5t97.5 58.5q12 3 18 13.5t3 21.5l-9 35q-3 12 -14 19q-7 4 -15 4zM719.5 719.5q-49.5 49.5 -119.5 49.5t-119.5 -49.5t-49.5 -119.5t49.5 -119.5t119.5 -49.5t119.5 49.5t49.5 119.5t-49.5 119.5zM855 551q-22 0 -28 -21q-18 -58 -58.5 -98.5t-98.5 -57.5 q-11 -4 -17 -14.5t-3 -21.5l9 -35q3 -12 14 -19q7 -4 15 -4q4 0 9 2q80 24 138.5 82.5t82.5 138.5q4 13 -2.5 24t-18.5 14l-34 9q-4 1 -8 1zM1000 515q-23 0 -29 -22q-27 -96 -98 -166q-70 -71 -166 -98q-11 -3 -17.5 -13.5t-3.5 -22.5l9 -35q3 -13 14 -19q7 -4 15 -4 q4 0 8 1q121 34 209.5 122.5t122.5 209.5q4 12 -2.5 23t-18.5 14l-36 9q-3 1 -7 1z" />
     232<glyph unicode="&#xe202;" d="M700 800h300v-380h-180v200h-340v-200h-380v755q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM700 300h162l-212 -212l-212 212h162v200h100v-200zM520 0h-395q-10 0 -17.5 7.5t-7.5 17.5v395zM1000 220v-195q0 -10 -7.5 -17.5t-17.5 -7.5h-195z" />
     233<glyph unicode="&#xe203;" d="M700 800h300v-520l-350 350l-550 -550v1095q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM862 200h-162v-200h-100v200h-162l212 212zM480 0h-355q-10 0 -17.5 7.5t-7.5 17.5v55h380v-80zM1000 80v-55q0 -10 -7.5 -17.5t-17.5 -7.5h-155v80h180z" />
     234<glyph unicode="&#xe204;" d="M1162 800h-162v-200h100l100 -100h-300v300h-162l212 212zM200 800h200q27 0 40 -2t29.5 -10.5t23.5 -30t7 -57.5h300v-100h-600l-200 -350v450h100q0 36 7 57.5t23.5 30t29.5 10.5t40 2zM800 400h240l-240 -400h-800l300 500h500v-100z" />
     235<glyph unicode="&#xe205;" d="M650 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM1000 850v150q41 0 70.5 -29.5t29.5 -70.5v-800 q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-1 0 -20 4l246 246l-326 326v324q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM412 250l-212 -212v162h-200v100h200v162z" />
     236<glyph unicode="&#xe206;" d="M450 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM800 850v150q41 0 70.5 -29.5t29.5 -70.5v-500 h-200v-300h200q0 -36 -7 -57.5t-23.5 -30t-29.5 -10.5t-40 -2h-600q-41 0 -70.5 29.5t-29.5 70.5v800q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM1212 250l-212 -212v162h-200v100h200v162z" />
     237<glyph unicode="&#xe209;" d="M658 1197l637 -1104q23 -38 7 -65.5t-60 -27.5h-1276q-44 0 -60 27.5t7 65.5l637 1104q22 39 54 39t54 -39zM704 800h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM500 300v-100h200 v100h-200z" />
     238<glyph unicode="&#xe210;" d="M425 1100h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM825 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM25 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5zM425 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5 v150q0 10 7.5 17.5t17.5 7.5zM25 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
     239<glyph unicode="&#xe211;" d="M700 1200h100v-200h-100v-100h350q62 0 86.5 -39.5t-3.5 -94.5l-66 -132q-41 -83 -81 -134h-772q-40 51 -81 134l-66 132q-28 55 -3.5 94.5t86.5 39.5h350v100h-100v200h100v100h200v-100zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100 h-950l138 100h-13q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
     240<glyph unicode="&#xe212;" d="M600 1300q40 0 68.5 -29.5t28.5 -70.5h-194q0 41 28.5 70.5t68.5 29.5zM443 1100h314q18 -37 18 -75q0 -8 -3 -25h328q41 0 44.5 -16.5t-30.5 -38.5l-175 -145h-678l-178 145q-34 22 -29 38.5t46 16.5h328q-3 17 -3 25q0 38 18 75zM250 700h700q21 0 35.5 -14.5 t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-150v-200l275 -200h-950l275 200v200h-150q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
     241<glyph unicode="&#xe213;" d="M600 1181q75 0 128 -53t53 -128t-53 -128t-128 -53t-128 53t-53 128t53 128t128 53zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13 l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
     242<glyph unicode="&#xe214;" d="M600 1300q47 0 92.5 -53.5t71 -123t25.5 -123.5q0 -78 -55.5 -133.5t-133.5 -55.5t-133.5 55.5t-55.5 133.5q0 62 34 143l144 -143l111 111l-163 163q34 26 63 26zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45 zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
     243<glyph unicode="&#xe215;" d="M600 1200l300 -161v-139h-300q0 -57 18.5 -108t50 -91.5t63 -72t70 -67.5t57.5 -61h-530q-60 83 -90.5 177.5t-30.5 178.5t33 164.5t87.5 139.5t126 96.5t145.5 41.5v-98zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100 h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
     244<glyph unicode="&#xe216;" d="M600 1300q41 0 70.5 -29.5t29.5 -70.5v-78q46 -26 73 -72t27 -100v-50h-400v50q0 54 27 100t73 72v78q0 41 29.5 70.5t70.5 29.5zM400 800h400q54 0 100 -27t72 -73h-172v-100h200v-100h-200v-100h200v-100h-200v-100h200q0 -83 -58.5 -141.5t-141.5 -58.5h-400 q-83 0 -141.5 58.5t-58.5 141.5v400q0 83 58.5 141.5t141.5 58.5z" />
     245<glyph unicode="&#xe218;" d="M150 1100h900q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM125 400h950q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-283l224 -224q13 -13 13 -31.5t-13 -32 t-31.5 -13.5t-31.5 13l-88 88h-524l-87 -88q-13 -13 -32 -13t-32 13.5t-13 32t13 31.5l224 224h-289q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM541 300l-100 -100h324l-100 100h-124z" />
     246<glyph unicode="&#xe219;" d="M200 1100h800q83 0 141.5 -58.5t58.5 -141.5v-200h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100v200q0 83 58.5 141.5t141.5 58.5zM100 600h1000q41 0 70.5 -29.5 t29.5 -70.5v-300h-1200v300q0 41 29.5 70.5t70.5 29.5zM300 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200zM1100 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200z" />
     247<glyph unicode="&#xe221;" d="M480 1165l682 -683q31 -31 31 -75.5t-31 -75.5l-131 -131h-481l-517 518q-32 31 -32 75.5t32 75.5l295 296q31 31 75.5 31t76.5 -31zM108 794l342 -342l303 304l-341 341zM250 100h800q21 0 35.5 -14.5t14.5 -35.5v-50h-900v50q0 21 14.5 35.5t35.5 14.5z" />
     248<glyph unicode="&#xe223;" d="M1057 647l-189 506q-8 19 -27.5 33t-40.5 14h-400q-21 0 -40.5 -14t-27.5 -33l-189 -506q-8 -19 1.5 -33t30.5 -14h625v-150q0 -21 14.5 -35.5t35.5 -14.5t35.5 14.5t14.5 35.5v150h125q21 0 30.5 14t1.5 33zM897 0h-595v50q0 21 14.5 35.5t35.5 14.5h50v50 q0 21 14.5 35.5t35.5 14.5h48v300h200v-300h47q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-50z" />
     249<glyph unicode="&#xe224;" d="M900 800h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-375v591l-300 300v84q0 10 7.5 17.5t17.5 7.5h375v-400zM1200 900h-200v200zM400 600h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-650q-10 0 -17.5 7.5t-7.5 17.5v950q0 10 7.5 17.5t17.5 7.5h375v-400zM700 700h-200v200z " />
     250<glyph unicode="&#xe225;" d="M484 1095h195q75 0 146 -32.5t124 -86t89.5 -122.5t48.5 -142q18 -14 35 -20q31 -10 64.5 6.5t43.5 48.5q10 34 -15 71q-19 27 -9 43q5 8 12.5 11t19 -1t23.5 -16q41 -44 39 -105q-3 -63 -46 -106.5t-104 -43.5h-62q-7 -55 -35 -117t-56 -100l-39 -234q-3 -20 -20 -34.5 t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l12 70q-49 -14 -91 -14h-195q-24 0 -65 8l-11 -64q-3 -20 -20 -34.5t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l26 157q-84 74 -128 175l-159 53q-19 7 -33 26t-14 40v50q0 21 14.5 35.5t35.5 14.5h124q11 87 56 166l-111 95 q-16 14 -12.5 23.5t24.5 9.5h203q116 101 250 101zM675 1000h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h250q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5t-17.5 7.5z" />
     251<glyph unicode="&#xe226;" d="M641 900l423 247q19 8 42 2.5t37 -21.5l32 -38q14 -15 12.5 -36t-17.5 -34l-139 -120h-390zM50 1100h106q67 0 103 -17t66 -71l102 -212h823q21 0 35.5 -14.5t14.5 -35.5v-50q0 -21 -14 -40t-33 -26l-737 -132q-23 -4 -40 6t-26 25q-42 67 -100 67h-300q-62 0 -106 44 t-44 106v200q0 62 44 106t106 44zM173 928h-80q-19 0 -28 -14t-9 -35v-56q0 -51 42 -51h134q16 0 21.5 8t5.5 24q0 11 -16 45t-27 51q-18 28 -43 28zM550 727q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM130 389 l152 130q18 19 34 24t31 -3.5t24.5 -17.5t25.5 -28q28 -35 50.5 -51t48.5 -13l63 5l48 -179q13 -61 -3.5 -97.5t-67.5 -79.5l-80 -69q-47 -40 -109 -35.5t-103 51.5l-130 151q-40 47 -35.5 109.5t51.5 102.5zM380 377l-102 -88q-31 -27 2 -65l37 -43q13 -15 27.5 -19.5 t31.5 6.5l61 53q19 16 14 49q-2 20 -12 56t-17 45q-11 12 -19 14t-23 -8z" />
     252<glyph unicode="&#xe227;" d="M625 1200h150q10 0 17.5 -7.5t7.5 -17.5v-109q79 -33 131 -87.5t53 -128.5q1 -46 -15 -84.5t-39 -61t-46 -38t-39 -21.5l-17 -6q6 0 15 -1.5t35 -9t50 -17.5t53 -30t50 -45t35.5 -64t14.5 -84q0 -59 -11.5 -105.5t-28.5 -76.5t-44 -51t-49.5 -31.5t-54.5 -16t-49.5 -6.5 t-43.5 -1v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-100v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-175q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v600h-75q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5h175v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h100v75q0 10 7.5 17.5t17.5 7.5zM400 900v-200h263q28 0 48.5 10.5t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-263zM400 500v-200h363q28 0 48.5 10.5 t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-363z" />
     253<glyph unicode="&#xe230;" d="M212 1198h780q86 0 147 -61t61 -147v-416q0 -51 -18 -142.5t-36 -157.5l-18 -66q-29 -87 -93.5 -146.5t-146.5 -59.5h-572q-82 0 -147 59t-93 147q-8 28 -20 73t-32 143.5t-20 149.5v416q0 86 61 147t147 61zM600 1045q-70 0 -132.5 -11.5t-105.5 -30.5t-78.5 -41.5 t-57 -45t-36 -41t-20.5 -30.5l-6 -12l156 -243h560l156 243q-2 5 -6 12.5t-20 29.5t-36.5 42t-57 44.5t-79 42t-105 29.5t-132.5 12zM762 703h-157l195 261z" />
     254<glyph unicode="&#xe231;" d="M475 1300h150q103 0 189 -86t86 -189v-500q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
     255<glyph unicode="&#xe232;" d="M475 1300h96q0 -150 89.5 -239.5t239.5 -89.5v-446q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
     256<glyph unicode="&#xe233;" d="M1294 767l-638 -283l-378 170l-78 -60v-224l100 -150v-199l-150 148l-150 -149v200l100 150v250q0 4 -0.5 10.5t0 9.5t1 8t3 8t6.5 6l47 40l-147 65l642 283zM1000 380l-350 -166l-350 166v147l350 -165l350 165v-147z" />
     257<glyph unicode="&#xe234;" d="M250 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM650 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM1050 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
     258<glyph unicode="&#xe235;" d="M550 1100q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 700q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 300q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
     259<glyph unicode="&#xe236;" d="M125 1100h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM125 700h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM125 300h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
     260<glyph unicode="&#xe237;" d="M350 1200h500q162 0 256 -93.5t94 -256.5v-500q0 -165 -93.5 -257.5t-256.5 -92.5h-500q-165 0 -257.5 92.5t-92.5 257.5v500q0 165 92.5 257.5t257.5 92.5zM900 1000h-600q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h600q41 0 70.5 29.5 t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5zM350 900h500q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-500q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 14.5 35.5t35.5 14.5zM400 800v-200h400v200h-400z" />
     261<glyph unicode="&#xe238;" d="M150 1100h1000q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5z" />
     262<glyph unicode="&#xe239;" d="M650 1187q87 -67 118.5 -156t0 -178t-118.5 -155q-87 66 -118.5 155t0 178t118.5 156zM300 800q124 0 212 -88t88 -212q-124 0 -212 88t-88 212zM1000 800q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM300 500q124 0 212 -88t88 -212q-124 0 -212 88t-88 212z M1000 500q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM700 199v-144q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v142q40 -4 43 -4q17 0 57 6z" />
     263<glyph unicode="&#xe240;" d="M745 878l69 19q25 6 45 -12l298 -295q11 -11 15 -26.5t-2 -30.5q-5 -14 -18 -23.5t-28 -9.5h-8q1 0 1 -13q0 -29 -2 -56t-8.5 -62t-20 -63t-33 -53t-51 -39t-72.5 -14h-146q-184 0 -184 288q0 24 10 47q-20 4 -62 4t-63 -4q11 -24 11 -47q0 -288 -184 -288h-142 q-48 0 -84.5 21t-56 51t-32 71.5t-16 75t-3.5 68.5q0 13 2 13h-7q-15 0 -27.5 9.5t-18.5 23.5q-6 15 -2 30.5t15 25.5l298 296q20 18 46 11l76 -19q20 -5 30.5 -22.5t5.5 -37.5t-22.5 -31t-37.5 -5l-51 12l-182 -193h891l-182 193l-44 -12q-20 -5 -37.5 6t-22.5 31t6 37.5 t31 22.5z" />
     264<glyph unicode="&#xe241;" d="M1200 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM500 450h-25q0 15 -4 24.5t-9 14.5t-17 7.5t-20 3t-25 0.5h-100v-425q0 -11 12.5 -17.5t25.5 -7.5h12v-50h-200v50q50 0 50 25v425h-100q-17 0 -25 -0.5t-20 -3t-17 -7.5t-9 -14.5t-4 -24.5h-25v150h500v-150z" />
     265<glyph unicode="&#xe242;" d="M1000 300v50q-25 0 -55 32q-14 14 -25 31t-16 27l-4 11l-289 747h-69l-300 -754q-18 -35 -39 -56q-9 -9 -24.5 -18.5t-26.5 -14.5l-11 -5v-50h273v50q-49 0 -78.5 21.5t-11.5 67.5l69 176h293l61 -166q13 -34 -3.5 -66.5t-55.5 -32.5v-50h312zM412 691l134 342l121 -342 h-255zM1100 150v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5z" />
     266<glyph unicode="&#xe243;" d="M50 1200h1100q21 0 35.5 -14.5t14.5 -35.5v-1100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5zM611 1118h-70q-13 0 -18 -12l-299 -753q-17 -32 -35 -51q-18 -18 -56 -34q-12 -5 -12 -18v-50q0 -8 5.5 -14t14.5 -6 h273q8 0 14 6t6 14v50q0 8 -6 14t-14 6q-55 0 -71 23q-10 14 0 39l63 163h266l57 -153q11 -31 -6 -55q-12 -17 -36 -17q-8 0 -14 -6t-6 -14v-50q0 -8 6 -14t14 -6h313q8 0 14 6t6 14v50q0 7 -5.5 13t-13.5 7q-17 0 -42 25q-25 27 -40 63h-1l-288 748q-5 12 -19 12zM639 611 h-197l103 264z" />
     267<glyph unicode="&#xe244;" d="M1200 1100h-1200v100h1200v-100zM50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 1000h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM700 900v-300h300v300h-300z" />
     268<glyph unicode="&#xe245;" d="M50 1200h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 700h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM700 600v-300h300v300h-300zM1200 0h-1200v100h1200v-100z" />
     269<glyph unicode="&#xe246;" d="M50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-350h100v150q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-150h100v-100h-100v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v150h-100v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM700 700v-300h300v300h-300z" />
     270<glyph unicode="&#xe247;" d="M100 0h-100v1200h100v-1200zM250 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM300 1000v-300h300v300h-300zM250 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
     271<glyph unicode="&#xe248;" d="M600 1100h150q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-100h450q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h350v100h-150q-21 0 -35.5 14.5 t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h150v100h100v-100zM400 1000v-300h300v300h-300z" />
     272<glyph unicode="&#xe249;" d="M1200 0h-100v1200h100v-1200zM550 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM600 1000v-300h300v300h-300zM50 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
     273<glyph unicode="&#xe250;" d="M865 565l-494 -494q-23 -23 -41 -23q-14 0 -22 13.5t-8 38.5v1000q0 25 8 38.5t22 13.5q18 0 41 -23l494 -494q14 -14 14 -35t-14 -35z" />
     274<glyph unicode="&#xe251;" d="M335 635l494 494q29 29 50 20.5t21 -49.5v-1000q0 -41 -21 -49.5t-50 20.5l-494 494q-14 14 -14 35t14 35z" />
     275<glyph unicode="&#xe252;" d="M100 900h1000q41 0 49.5 -21t-20.5 -50l-494 -494q-14 -14 -35 -14t-35 14l-494 494q-29 29 -20.5 50t49.5 21z" />
     276<glyph unicode="&#xe253;" d="M635 865l494 -494q29 -29 20.5 -50t-49.5 -21h-1000q-41 0 -49.5 21t20.5 50l494 494q14 14 35 14t35 -14z" />
     277<glyph unicode="&#xe254;" d="M700 741v-182l-692 -323v221l413 193l-413 193v221zM1200 0h-800v200h800v-200z" />
     278<glyph unicode="&#xe255;" d="M1200 900h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300zM0 700h50q0 21 4 37t9.5 26.5t18 17.5t22 11t28.5 5.5t31 2t37 0.5h100v-550q0 -22 -25 -34.5t-50 -13.5l-25 -2v-100h400v100q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v550h100q25 0 37 -0.5t31 -2 t28.5 -5.5t22 -11t18 -17.5t9.5 -26.5t4 -37h50v300h-800v-300z" />
     279<glyph unicode="&#xe256;" d="M800 700h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-100v-550q0 -22 25 -34.5t50 -14.5l25 -1v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v550h-100q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h800v-300zM1100 200h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300z" />
     280<glyph unicode="&#xe257;" d="M701 1098h160q16 0 21 -11t-7 -23l-464 -464l464 -464q12 -12 7 -23t-21 -11h-160q-13 0 -23 9l-471 471q-7 8 -7 18t7 18l471 471q10 9 23 9z" />
     281<glyph unicode="&#xe258;" d="M339 1098h160q13 0 23 -9l471 -471q7 -8 7 -18t-7 -18l-471 -471q-10 -9 -23 -9h-160q-16 0 -21 11t7 23l464 464l-464 464q-12 12 -7 23t21 11z" />
     282<glyph unicode="&#xe259;" d="M1087 882q11 -5 11 -21v-160q0 -13 -9 -23l-471 -471q-8 -7 -18 -7t-18 7l-471 471q-9 10 -9 23v160q0 16 11 21t23 -7l464 -464l464 464q12 12 23 7z" />
     283<glyph unicode="&#xe260;" d="M618 993l471 -471q9 -10 9 -23v-160q0 -16 -11 -21t-23 7l-464 464l-464 -464q-12 -12 -23 -7t-11 21v160q0 13 9 23l471 471q8 7 18 7t18 -7z" />
     284<glyph unicode="&#xf8ff;" d="M1000 1200q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM450 1000h100q21 0 40 -14t26 -33l79 -194q5 1 16 3q34 6 54 9.5t60 7t65.5 1t61 -10t56.5 -23t42.5 -42t29 -64t5 -92t-19.5 -121.5q-1 -7 -3 -19.5t-11 -50t-20.5 -73t-32.5 -81.5t-46.5 -83t-64 -70 t-82.5 -50q-13 -5 -42 -5t-65.5 2.5t-47.5 2.5q-14 0 -49.5 -3.5t-63 -3.5t-43.5 7q-57 25 -104.5 78.5t-75 111.5t-46.5 112t-26 90l-7 35q-15 63 -18 115t4.5 88.5t26 64t39.5 43.5t52 25.5t58.5 13t62.5 2t59.5 -4.5t55.5 -8l-147 192q-12 18 -5.5 30t27.5 12z" />
     285<glyph unicode="&#x1f511;" d="M250 1200h600q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-500l-255 -178q-19 -9 -32 -1t-13 29v650h-150q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM400 1100v-100h300v100h-300z" />
     286<glyph unicode="&#x1f6aa;" d="M250 1200h750q39 0 69.5 -40.5t30.5 -84.5v-933l-700 -117v950l600 125h-700v-1000h-100v1025q0 23 15.5 49t34.5 26zM500 525v-100l100 20v100z" />
    228287</font>
    229288</defs></svg>
  • main/waeup.ikoba/trunk/layout/static/bootstrap/js/bootstrap.js

    r11254 r14842  
    11/*!
    2  * Bootstrap v3.0.3 (http://getbootstrap.com)
    3  * Copyright 2013 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 the MIT license
    55 */
    66
    7 if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }
     7if (typeof jQuery === 'undefined') {
     8  throw new Error('Bootstrap\'s JavaScript requires jQuery')
     9}
     10
     11+function ($) {
     12  'use strict';
     13  var version = $.fn.jquery.split(' ')[0].split('.')
     14  if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 3)) {
     15    throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4')
     16  }
     17}(jQuery);
    818
    919/* ========================================================================
    10  * Bootstrap: transition.js v3.0.3
     20 * Bootstrap: transition.js v3.3.7
    1121 * http://getbootstrap.com/javascript/#transitions
    1222 * ========================================================================
    13  * Copyright 2013 Twitter, Inc.
    14  *
    15  * Licensed under the Apache License, Version 2.0 (the "License");
    16  * you may not use this file except in compliance with the License.
    17  * You may obtain a copy of the License at
    18  *
    19  * http://www.apache.org/licenses/LICENSE-2.0
    20  *
    21  * Unless required by applicable law or agreed to in writing, software
    22  * distributed under the License is distributed on an "AS IS" BASIS,
    23  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    24  * See the License for the specific language governing permissions and
    25  * limitations under the License.
     23 * Copyright 2011-2016 Twitter, Inc.
     24 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    2625 * ======================================================================== */
    2726
    2827
    29 +function ($) { "use strict";
     28+function ($) {
     29  'use strict';
    3030
    3131  // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
     
    3636
    3737    var transEndEventNames = {
    38       'WebkitTransition' : 'webkitTransitionEnd'
    39     , 'MozTransition'    : 'transitionend'
    40     , 'OTransition'      : 'oTransitionEnd otransitionend'
    41     , 'transition'       : 'transitionend'
     38      WebkitTransition : 'webkitTransitionEnd',
     39      MozTransition    : 'transitionend',
     40      OTransition      : 'oTransitionEnd otransitionend',
     41      transition       : 'transitionend'
    4242    }
    4343
     
    4747      }
    4848    }
     49
     50    return false // explicit for ie8 (  ._.)
    4951  }
    5052
    5153  // http://blog.alexmaccaw.com/css-transitions
    5254  $.fn.emulateTransitionEnd = function (duration) {
    53     var called = false, $el = this
    54     $(this).one($.support.transition.end, function () { called = true })
     55    var called = false
     56    var $el = this
     57    $(this).one('bsTransitionEnd', function () { called = true })
    5558    var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
    5659    setTimeout(callback, duration)
     
    6063  $(function () {
    6164    $.support.transition = transitionEnd()
     65
     66    if (!$.support.transition) return
     67
     68    $.event.special.bsTransitionEnd = {
     69      bindType: $.support.transition.end,
     70      delegateType: $.support.transition.end,
     71      handle: function (e) {
     72        if ($(e.target).is(this)) return e.handleObj.handler.apply(this, arguments)
     73      }
     74    }
    6275  })
    6376
     
    6578
    6679/* ========================================================================
    67  * Bootstrap: alert.js v3.0.3
     80 * Bootstrap: alert.js v3.3.7
    6881 * http://getbootstrap.com/javascript/#alerts
    6982 * ========================================================================
    70  * Copyright 2013 Twitter, Inc.
    71  *
    72  * Licensed under the Apache License, Version 2.0 (the "License");
    73  * you may not use this file except in compliance with the License.
    74  * You may obtain a copy of the License at
    75  *
    76  * http://www.apache.org/licenses/LICENSE-2.0
    77  *
    78  * Unless required by applicable law or agreed to in writing, software
    79  * distributed under the License is distributed on an "AS IS" BASIS,
    80  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    81  * See the License for the specific language governing permissions and
    82  * limitations under the License.
     83 * Copyright 2011-2016 Twitter, Inc.
     84 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    8385 * ======================================================================== */
    8486
    8587
    86 +function ($) { "use strict";
     88+function ($) {
     89  'use strict';
    8790
    8891  // ALERT CLASS DEFINITION
     
    9497  }
    9598
     99  Alert.VERSION = '3.3.7'
     100
     101  Alert.TRANSITION_DURATION = 150
     102
    96103  Alert.prototype.close = function (e) {
    97104    var $this    = $(this)
     
    103110    }
    104111
    105     var $parent = $(selector)
     112    var $parent = $(selector === '#' ? [] : selector)
    106113
    107114    if (e) e.preventDefault()
    108115
    109116    if (!$parent.length) {
    110       $parent = $this.hasClass('alert') ? $this : $this.parent()
     117      $parent = $this.closest('.alert')
    111118    }
    112119
     
    118125
    119126    function removeElement() {
    120       $parent.trigger('closed.bs.alert').remove()
     127      // detach from parent, fire event then clean up data
     128      $parent.detach().trigger('closed.bs.alert').remove()
    121129    }
    122130
    123131    $.support.transition && $parent.hasClass('fade') ?
    124132      $parent
    125         .one($.support.transition.end, removeElement)
    126         .emulateTransitionEnd(150) :
     133        .one('bsTransitionEnd', removeElement)
     134        .emulateTransitionEnd(Alert.TRANSITION_DURATION) :
    127135      removeElement()
    128136  }
     
    132140  // =======================
    133141
    134   var old = $.fn.alert
    135 
    136   $.fn.alert = function (option) {
     142  function Plugin(option) {
    137143    return this.each(function () {
    138144      var $this = $(this)
     
    144150  }
    145151
     152  var old = $.fn.alert
     153
     154  $.fn.alert             = Plugin
    146155  $.fn.alert.Constructor = Alert
    147156
     
    164173
    165174/* ========================================================================
    166  * Bootstrap: button.js v3.0.3
     175 * Bootstrap: button.js v3.3.7
    167176 * http://getbootstrap.com/javascript/#buttons
    168177 * ========================================================================
    169  * Copyright 2013 Twitter, Inc.
    170  *
    171  * Licensed under the Apache License, Version 2.0 (the "License");
    172  * you may not use this file except in compliance with the License.
    173  * You may obtain a copy of the License at
    174  *
    175  * http://www.apache.org/licenses/LICENSE-2.0
    176  *
    177  * Unless required by applicable law or agreed to in writing, software
    178  * distributed under the License is distributed on an "AS IS" BASIS,
    179  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    180  * See the License for the specific language governing permissions and
    181  * limitations under the License.
     178 * Copyright 2011-2016 Twitter, Inc.
     179 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    182180 * ======================================================================== */
    183181
    184182
    185 +function ($) { "use strict";
     183+function ($) {
     184  'use strict';
    186185
    187186  // BUTTON PUBLIC CLASS DEFINITION
     
    189188
    190189  var Button = function (element, options) {
    191     this.$element = $(element)
    192     this.options  = $.extend({}, Button.DEFAULTS, options)
    193   }
     190    this.$element  = $(element)
     191    this.options   = $.extend({}, Button.DEFAULTS, options)
     192    this.isLoading = false
     193  }
     194
     195  Button.VERSION  = '3.3.7'
    194196
    195197  Button.DEFAULTS = {
     
    203205    var data = $el.data()
    204206
    205     state = state + 'Text'
    206 
    207     if (!data.resetText) $el.data('resetText', $el[val]())
    208 
    209     $el[val](data[state] || this.options[state])
     207    state += 'Text'
     208
     209    if (data.resetText == null) $el.data('resetText', $el[val]())
    210210
    211211    // push to event loop to allow forms to submit
    212     setTimeout(function () {
    213       state == 'loadingText' ?
    214         $el.addClass(d).attr(d, d) :
    215         $el.removeClass(d).removeAttr(d);
    216     }, 0)
     212    setTimeout($.proxy(function () {
     213      $el[val](data[state] == null ? this.options[state] : data[state])
     214
     215      if (state == 'loadingText') {
     216        this.isLoading = true
     217        $el.addClass(d).attr(d, d).prop(d, true)
     218      } else if (this.isLoading) {
     219        this.isLoading = false
     220        $el.removeClass(d).removeAttr(d).prop(d, false)
     221      }
     222    }, this), 0)
    217223  }
    218224
    219225  Button.prototype.toggle = function () {
     226    var changed = true
    220227    var $parent = this.$element.closest('[data-toggle="buttons"]')
    221     var changed = true
    222228
    223229    if ($parent.length) {
    224230      var $input = this.$element.find('input')
    225       if ($input.prop('type') === 'radio') {
    226         // see if clicking on current one
    227         if ($input.prop('checked') && this.$element.hasClass('active'))
    228           changed = false
    229         else
    230           $parent.find('.active').removeClass('active')
     231      if ($input.prop('type') == 'radio') {
     232        if ($input.prop('checked')) changed = false
     233        $parent.find('.active').removeClass('active')
     234        this.$element.addClass('active')
     235      } else if ($input.prop('type') == 'checkbox') {
     236        if (($input.prop('checked')) !== this.$element.hasClass('active')) changed = false
     237        this.$element.toggleClass('active')
    231238      }
    232       if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change')
    233     }
    234 
    235     if (changed) this.$element.toggleClass('active')
     239      $input.prop('checked', this.$element.hasClass('active'))
     240      if (changed) $input.trigger('change')
     241    } else {
     242      this.$element.attr('aria-pressed', !this.$element.hasClass('active'))
     243      this.$element.toggleClass('active')
     244    }
    236245  }
    237246
     
    240249  // ========================
    241250
    242   var old = $.fn.button
    243 
    244   $.fn.button = function (option) {
     251  function Plugin(option) {
    245252    return this.each(function () {
    246253      var $this   = $(this)
     
    255262  }
    256263
     264  var old = $.fn.button
     265
     266  $.fn.button             = Plugin
    257267  $.fn.button.Constructor = Button
    258268
     
    270280  // ===============
    271281
    272   $(document).on('click.bs.button.data-api', '[data-toggle^=button]', function (e) {
    273     var $btn = $(e.target)
    274     if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
    275     $btn.button('toggle')
    276     e.preventDefault()
    277   })
     282  $(document)
     283    .on('click.bs.button.data-api', '[data-toggle^="button"]', function (e) {
     284      var $btn = $(e.target).closest('.btn')
     285      Plugin.call($btn, 'toggle')
     286      if (!($(e.target).is('input[type="radio"], input[type="checkbox"]'))) {
     287        // Prevent double click on radios, and the double selections (so cancellation) on checkboxes
     288        e.preventDefault()
     289        // The target component still receive the focus
     290        if ($btn.is('input,button')) $btn.trigger('focus')
     291        else $btn.find('input:visible,button:visible').first().trigger('focus')
     292      }
     293    })
     294    .on('focus.bs.button.data-api blur.bs.button.data-api', '[data-toggle^="button"]', function (e) {
     295      $(e.target).closest('.btn').toggleClass('focus', /^focus(in)?$/.test(e.type))
     296    })
    278297
    279298}(jQuery);
    280299
    281300/* ========================================================================
    282  * Bootstrap: carousel.js v3.0.3
     301 * Bootstrap: carousel.js v3.3.7
    283302 * http://getbootstrap.com/javascript/#carousel
    284303 * ========================================================================
    285  * Copyright 2013 Twitter, Inc.
    286  *
    287  * Licensed under the Apache License, Version 2.0 (the "License");
    288  * you may not use this file except in compliance with the License.
    289  * You may obtain a copy of the License at
    290  *
    291  * http://www.apache.org/licenses/LICENSE-2.0
    292  *
    293  * Unless required by applicable law or agreed to in writing, software
    294  * distributed under the License is distributed on an "AS IS" BASIS,
    295  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    296  * See the License for the specific language governing permissions and
    297  * limitations under the License.
     304 * Copyright 2011-2016 Twitter, Inc.
     305 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    298306 * ======================================================================== */
    299307
    300308
    301 +function ($) { "use strict";
     309+function ($) {
     310  'use strict';
    302311
    303312  // CAROUSEL CLASS DEFINITION
     
    308317    this.$indicators = this.$element.find('.carousel-indicators')
    309318    this.options     = options
    310     this.paused      =
    311     this.sliding     =
    312     this.interval    =
    313     this.$active     =
     319    this.paused      = null
     320    this.sliding     = null
     321    this.interval    = null
     322    this.$active     = null
    314323    this.$items      = null
    315324
    316     this.options.pause == 'hover' && this.$element
    317       .on('mouseenter', $.proxy(this.pause, this))
    318       .on('mouseleave', $.proxy(this.cycle, this))
    319   }
     325    this.options.keyboard && this.$element.on('keydown.bs.carousel', $.proxy(this.keydown, this))
     326
     327    this.options.pause == 'hover' && !('ontouchstart' in document.documentElement) && this.$element
     328      .on('mouseenter.bs.carousel', $.proxy(this.pause, this))
     329      .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
     330  }
     331
     332  Carousel.VERSION  = '3.3.7'
     333
     334  Carousel.TRANSITION_DURATION = 600
    320335
    321336  Carousel.DEFAULTS = {
    322     interval: 5000
    323   , pause: 'hover'
    324   , wrap: true
    325   }
    326 
    327   Carousel.prototype.cycle =  function (e) {
     337    interval: 5000,
     338    pause: 'hover',
     339    wrap: true,
     340    keyboard: true
     341  }
     342
     343  Carousel.prototype.keydown = function (e) {
     344    if (/input|textarea/i.test(e.target.tagName)) return
     345    switch (e.which) {
     346      case 37: this.prev(); break
     347      case 39: this.next(); break
     348      default: return
     349    }
     350
     351    e.preventDefault()
     352  }
     353
     354  Carousel.prototype.cycle = function (e) {
    328355    e || (this.paused = false)
    329356
     
    337364  }
    338365
    339   Carousel.prototype.getActiveIndex = function () {
    340     this.$active = this.$element.find('.item.active')
    341     this.$items  = this.$active.parent().children()
    342 
    343     return this.$items.index(this.$active)
     366  Carousel.prototype.getItemIndex = function (item) {
     367    this.$items = item.parent().children('.item')
     368    return this.$items.index(item || this.$active)
     369  }
     370
     371  Carousel.prototype.getItemForDirection = function (direction, active) {
     372    var activeIndex = this.getItemIndex(active)
     373    var willWrap = (direction == 'prev' && activeIndex === 0)
     374                || (direction == 'next' && activeIndex == (this.$items.length - 1))
     375    if (willWrap && !this.options.wrap) return active
     376    var delta = direction == 'prev' ? -1 : 1
     377    var itemIndex = (activeIndex + delta) % this.$items.length
     378    return this.$items.eq(itemIndex)
    344379  }
    345380
    346381  Carousel.prototype.to = function (pos) {
    347382    var that        = this
    348     var activeIndex = this.getActiveIndex()
     383    var activeIndex = this.getItemIndex(this.$active = this.$element.find('.item.active'))
    349384
    350385    if (pos > (this.$items.length - 1) || pos < 0) return
    351386
    352     if (this.sliding)       return this.$element.one('slid.bs.carousel', function () { that.to(pos) })
     387    if (this.sliding)       return this.$element.one('slid.bs.carousel', function () { that.to(pos) }) // yes, "slid"
    353388    if (activeIndex == pos) return this.pause().cycle()
    354389
    355     return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos]))
     390    return this.slide(pos > activeIndex ? 'next' : 'prev', this.$items.eq(pos))
    356391  }
    357392
     
    359394    e || (this.paused = true)
    360395
    361     if (this.$element.find('.next, .prev').length && $.support.transition.end) {
     396    if (this.$element.find('.next, .prev').length && $.support.transition) {
    362397      this.$element.trigger($.support.transition.end)
    363398      this.cycle(true)
     
    381416  Carousel.prototype.slide = function (type, next) {
    382417    var $active   = this.$element.find('.item.active')
    383     var $next     = next || $active[type]()
     418    var $next     = next || this.getItemForDirection(type, $active)
    384419    var isCycling = this.interval
    385420    var direction = type == 'next' ? 'left' : 'right'
    386     var fallback  = type == 'next' ? 'first' : 'last'
    387421    var that      = this
    388422
    389     if (!$next.length) {
    390       if (!this.options.wrap) return
    391       $next = this.$element.find('.item')[fallback]()
    392     }
     423    if ($next.hasClass('active')) return (this.sliding = false)
     424
     425    var relatedTarget = $next[0]
     426    var slideEvent = $.Event('slide.bs.carousel', {
     427      relatedTarget: relatedTarget,
     428      direction: direction
     429    })
     430    this.$element.trigger(slideEvent)
     431    if (slideEvent.isDefaultPrevented()) return
    393432
    394433    this.sliding = true
    395434
    396435    isCycling && this.pause()
    397 
    398     var e = $.Event('slide.bs.carousel', { relatedTarget: $next[0], direction: direction })
    399 
    400     if ($next.hasClass('active')) return
    401436
    402437    if (this.$indicators.length) {
    403438      this.$indicators.find('.active').removeClass('active')
    404       this.$element.one('slid.bs.carousel', function () {
    405         var $nextIndicator = $(that.$indicators.children()[that.getActiveIndex()])
    406         $nextIndicator && $nextIndicator.addClass('active')
    407       })
    408     }
    409 
     439      var $nextIndicator = $(this.$indicators.children()[this.getItemIndex($next)])
     440      $nextIndicator && $nextIndicator.addClass('active')
     441    }
     442
     443    var slidEvent = $.Event('slid.bs.carousel', { relatedTarget: relatedTarget, direction: direction }) // yes, "slid"
    410444    if ($.support.transition && this.$element.hasClass('slide')) {
    411       this.$element.trigger(e)
    412       if (e.isDefaultPrevented()) return
    413445      $next.addClass(type)
    414446      $next[0].offsetWidth // force reflow
     
    416448      $next.addClass(direction)
    417449      $active
    418         .one($.support.transition.end, function () {
     450        .one('bsTransitionEnd', function () {
    419451          $next.removeClass([type, direction].join(' ')).addClass('active')
    420452          $active.removeClass(['active', direction].join(' '))
    421453          that.sliding = false
    422           setTimeout(function () { that.$element.trigger('slid.bs.carousel') }, 0)
     454          setTimeout(function () {
     455            that.$element.trigger(slidEvent)
     456          }, 0)
    423457        })
    424         .emulateTransitionEnd(600)
     458        .emulateTransitionEnd(Carousel.TRANSITION_DURATION)
    425459    } else {
    426       this.$element.trigger(e)
    427       if (e.isDefaultPrevented()) return
    428460      $active.removeClass('active')
    429461      $next.addClass('active')
    430462      this.sliding = false
    431       this.$element.trigger('slid.bs.carousel')
     463      this.$element.trigger(slidEvent)
    432464    }
    433465
     
    441473  // ==========================
    442474
    443   var old = $.fn.carousel
    444 
    445   $.fn.carousel = function (option) {
     475  function Plugin(option) {
    446476    return this.each(function () {
    447477      var $this   = $(this)
     
    457487  }
    458488
     489  var old = $.fn.carousel
     490
     491  $.fn.carousel             = Plugin
    459492  $.fn.carousel.Constructor = Carousel
    460493
     
    472505  // =================
    473506
    474   $(document).on('click.bs.carousel.data-api', '[data-slide], [data-slide-to]', function (e) {
    475     var $this   = $(this), href
    476     var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
     507  var clickHandler = function (e) {
     508    var href
     509    var $this   = $(this)
     510    var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7
     511    if (!$target.hasClass('carousel')) return
    477512    var options = $.extend({}, $target.data(), $this.data())
    478513    var slideIndex = $this.attr('data-slide-to')
    479514    if (slideIndex) options.interval = false
    480515
    481     $target.carousel(options)
    482 
    483     if (slideIndex = $this.attr('data-slide-to')) {
     516    Plugin.call($target, options)
     517
     518    if (slideIndex) {
    484519      $target.data('bs.carousel').to(slideIndex)
    485520    }
    486521
    487522    e.preventDefault()
    488   })
     523  }
     524
     525  $(document)
     526    .on('click.bs.carousel.data-api', '[data-slide]', clickHandler)
     527    .on('click.bs.carousel.data-api', '[data-slide-to]', clickHandler)
    489528
    490529  $(window).on('load', function () {
    491530    $('[data-ride="carousel"]').each(function () {
    492531      var $carousel = $(this)
    493       $carousel.carousel($carousel.data())
     532      Plugin.call($carousel, $carousel.data())
    494533    })
    495534  })
     
    498537
    499538/* ========================================================================
    500  * Bootstrap: collapse.js v3.0.3
     539 * Bootstrap: collapse.js v3.3.7
    501540 * http://getbootstrap.com/javascript/#collapse
    502541 * ========================================================================
    503  * Copyright 2013 Twitter, Inc.
    504  *
    505  * Licensed under the Apache License, Version 2.0 (the "License");
    506  * you may not use this file except in compliance with the License.
    507  * You may obtain a copy of the License at
    508  *
    509  * http://www.apache.org/licenses/LICENSE-2.0
    510  *
    511  * Unless required by applicable law or agreed to in writing, software
    512  * distributed under the License is distributed on an "AS IS" BASIS,
    513  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    514  * See the License for the specific language governing permissions and
    515  * limitations under the License.
     542 * Copyright 2011-2016 Twitter, Inc.
     543 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    516544 * ======================================================================== */
    517545
    518 
    519 +function ($) { "use strict";
     546/* jshint latedef: false */
     547
     548+function ($) {
     549  'use strict';
    520550
    521551  // COLLAPSE PUBLIC CLASS DEFINITION
     
    525555    this.$element      = $(element)
    526556    this.options       = $.extend({}, Collapse.DEFAULTS, options)
     557    this.$trigger      = $('[data-toggle="collapse"][href="#' + element.id + '"],' +
     558                           '[data-toggle="collapse"][data-target="#' + element.id + '"]')
    527559    this.transitioning = null
    528560
    529     if (this.options.parent) this.$parent = $(this.options.parent)
     561    if (this.options.parent) {
     562      this.$parent = this.getParent()
     563    } else {
     564      this.addAriaAndCollapsedClass(this.$element, this.$trigger)
     565    }
     566
    530567    if (this.options.toggle) this.toggle()
    531568  }
     569
     570  Collapse.VERSION  = '3.3.7'
     571
     572  Collapse.TRANSITION_DURATION = 350
    532573
    533574  Collapse.DEFAULTS = {
     
    543584    if (this.transitioning || this.$element.hasClass('in')) return
    544585
     586    var activesData
     587    var actives = this.$parent && this.$parent.children('.panel').children('.in, .collapsing')
     588
     589    if (actives && actives.length) {
     590      activesData = actives.data('bs.collapse')
     591      if (activesData && activesData.transitioning) return
     592    }
     593
    545594    var startEvent = $.Event('show.bs.collapse')
    546595    this.$element.trigger(startEvent)
    547596    if (startEvent.isDefaultPrevented()) return
    548597
    549     var actives = this.$parent && this.$parent.find('> .panel > .in')
    550 
    551598    if (actives && actives.length) {
    552       var hasData = actives.data('bs.collapse')
    553       if (hasData && hasData.transitioning) return
    554       actives.collapse('hide')
    555       hasData || actives.data('bs.collapse', null)
     599      Plugin.call(actives, 'hide')
     600      activesData || actives.data('bs.collapse', null)
    556601    }
    557602
     
    560605    this.$element
    561606      .removeClass('collapse')
    562       .addClass('collapsing')
    563       [dimension](0)
     607      .addClass('collapsing')[dimension](0)
     608      .attr('aria-expanded', true)
     609
     610    this.$trigger
     611      .removeClass('collapsed')
     612      .attr('aria-expanded', true)
    564613
    565614    this.transitioning = 1
     
    568617      this.$element
    569618        .removeClass('collapsing')
    570         .addClass('in')
    571         [dimension]('auto')
     619        .addClass('collapse in')[dimension]('')
    572620      this.transitioning = 0
    573       this.$element.trigger('shown.bs.collapse')
     621      this.$element
     622        .trigger('shown.bs.collapse')
    574623    }
    575624
     
    579628
    580629    this.$element
    581       .one($.support.transition.end, $.proxy(complete, this))
    582       .emulateTransitionEnd(350)
    583       [dimension](this.$element[0][scrollSize])
     630      .one('bsTransitionEnd', $.proxy(complete, this))
     631      .emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize])
    584632  }
    585633
     
    593641    var dimension = this.dimension()
    594642
    595     this.$element
    596       [dimension](this.$element[dimension]())
    597       [0].offsetHeight
     643    this.$element[dimension](this.$element[dimension]())[0].offsetHeight
    598644
    599645    this.$element
    600646      .addClass('collapsing')
    601       .removeClass('collapse')
    602       .removeClass('in')
     647      .removeClass('collapse in')
     648      .attr('aria-expanded', false)
     649
     650    this.$trigger
     651      .addClass('collapsed')
     652      .attr('aria-expanded', false)
    603653
    604654    this.transitioning = 1
     
    607657      this.transitioning = 0
    608658      this.$element
    609         .trigger('hidden.bs.collapse')
    610659        .removeClass('collapsing')
    611660        .addClass('collapse')
     661        .trigger('hidden.bs.collapse')
    612662    }
    613663
     
    616666    this.$element
    617667      [dimension](0)
    618       .one($.support.transition.end, $.proxy(complete, this))
    619       .emulateTransitionEnd(350)
     668      .one('bsTransitionEnd', $.proxy(complete, this))
     669      .emulateTransitionEnd(Collapse.TRANSITION_DURATION)
    620670  }
    621671
     
    624674  }
    625675
     676  Collapse.prototype.getParent = function () {
     677    return $(this.options.parent)
     678      .find('[data-toggle="collapse"][data-parent="' + this.options.parent + '"]')
     679      .each($.proxy(function (i, element) {
     680        var $element = $(element)
     681        this.addAriaAndCollapsedClass(getTargetFromTrigger($element), $element)
     682      }, this))
     683      .end()
     684  }
     685
     686  Collapse.prototype.addAriaAndCollapsedClass = function ($element, $trigger) {
     687    var isOpen = $element.hasClass('in')
     688
     689    $element.attr('aria-expanded', isOpen)
     690    $trigger
     691      .toggleClass('collapsed', !isOpen)
     692      .attr('aria-expanded', isOpen)
     693  }
     694
     695  function getTargetFromTrigger($trigger) {
     696    var href
     697    var target = $trigger.attr('data-target')
     698      || (href = $trigger.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7
     699
     700    return $(target)
     701  }
     702
    626703
    627704  // COLLAPSE PLUGIN DEFINITION
    628705  // ==========================
    629706
    630   var old = $.fn.collapse
    631 
    632   $.fn.collapse = function (option) {
     707  function Plugin(option) {
    633708    return this.each(function () {
    634709      var $this   = $(this)
     
    636711      var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option)
    637712
     713      if (!data && options.toggle && /show|hide/.test(option)) options.toggle = false
    638714      if (!data) $this.data('bs.collapse', (data = new Collapse(this, options)))
    639715      if (typeof option == 'string') data[option]()
     
    641717  }
    642718
     719  var old = $.fn.collapse
     720
     721  $.fn.collapse             = Plugin
    643722  $.fn.collapse.Constructor = Collapse
    644723
     
    656735  // =================
    657736
    658   $(document).on('click.bs.collapse.data-api', '[data-toggle=collapse]', function (e) {
    659     var $this   = $(this), href
    660     var target  = $this.attr('data-target')
    661         || e.preventDefault()
    662         || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7
    663     var $target = $(target)
     737  $(document).on('click.bs.collapse.data-api', '[data-toggle="collapse"]', function (e) {
     738    var $this   = $(this)
     739
     740    if (!$this.attr('data-target')) e.preventDefault()
     741
     742    var $target = getTargetFromTrigger($this)
    664743    var data    = $target.data('bs.collapse')
    665744    var option  = data ? 'toggle' : $this.data()
    666     var parent  = $this.attr('data-parent')
    667     var $parent = parent && $(parent)
    668 
    669     if (!data || !data.transitioning) {
    670       if ($parent) $parent.find('[data-toggle=collapse][data-parent="' + parent + '"]').not($this).addClass('collapsed')
    671       $this[$target.hasClass('in') ? 'addClass' : 'removeClass']('collapsed')
    672     }
    673 
    674     $target.collapse(option)
     745
     746    Plugin.call($target, option)
    675747  })
    676748
     
    678750
    679751/* ========================================================================
    680  * Bootstrap: dropdown.js v3.0.3
     752 * Bootstrap: dropdown.js v3.3.7
    681753 * http://getbootstrap.com/javascript/#dropdowns
    682754 * ========================================================================
    683  * Copyright 2013 Twitter, Inc.
    684  *
    685  * Licensed under the Apache License, Version 2.0 (the "License");
    686  * you may not use this file except in compliance with the License.
    687  * You may obtain a copy of the License at
    688  *
    689  * http://www.apache.org/licenses/LICENSE-2.0
    690  *
    691  * Unless required by applicable law or agreed to in writing, software
    692  * distributed under the License is distributed on an "AS IS" BASIS,
    693  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    694  * See the License for the specific language governing permissions and
    695  * limitations under the License.
     755 * Copyright 2011-2016 Twitter, Inc.
     756 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    696757 * ======================================================================== */
    697758
    698759
    699 +function ($) { "use strict";
     760+function ($) {
     761  'use strict';
    700762
    701763  // DROPDOWN CLASS DEFINITION
     
    703765
    704766  var backdrop = '.dropdown-backdrop'
    705   var toggle   = '[data-toggle=dropdown]'
     767  var toggle   = '[data-toggle="dropdown"]'
    706768  var Dropdown = function (element) {
    707769    $(element).on('click.bs.dropdown', this.toggle)
     770  }
     771
     772  Dropdown.VERSION = '3.3.7'
     773
     774  function getParent($this) {
     775    var selector = $this.attr('data-target')
     776
     777    if (!selector) {
     778      selector = $this.attr('href')
     779      selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
     780    }
     781
     782    var $parent = selector && $(selector)
     783
     784    return $parent && $parent.length ? $parent : $this.parent()
     785  }
     786
     787  function clearMenus(e) {
     788    if (e && e.which === 3) return
     789    $(backdrop).remove()
     790    $(toggle).each(function () {
     791      var $this         = $(this)
     792      var $parent       = getParent($this)
     793      var relatedTarget = { relatedTarget: this }
     794
     795      if (!$parent.hasClass('open')) return
     796
     797      if (e && e.type == 'click' && /input|textarea/i.test(e.target.tagName) && $.contains($parent[0], e.target)) return
     798
     799      $parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget))
     800
     801      if (e.isDefaultPrevented()) return
     802
     803      $this.attr('aria-expanded', 'false')
     804      $parent.removeClass('open').trigger($.Event('hidden.bs.dropdown', relatedTarget))
     805    })
    708806  }
    709807
     
    721819      if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) {
    722820        // if mobile we use a backdrop because click events don't delegate
    723         $('<div class="dropdown-backdrop"/>').insertAfter($(this)).on('click', clearMenus)
     821        $(document.createElement('div'))
     822          .addClass('dropdown-backdrop')
     823          .insertAfter($(this))
     824          .on('click', clearMenus)
    724825      }
    725826
    726       $parent.trigger(e = $.Event('show.bs.dropdown'))
     827      var relatedTarget = { relatedTarget: this }
     828      $parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget))
    727829
    728830      if (e.isDefaultPrevented()) return
     831
     832      $this
     833        .trigger('focus')
     834        .attr('aria-expanded', 'true')
    729835
    730836      $parent
    731837        .toggleClass('open')
    732         .trigger('shown.bs.dropdown')
    733 
    734       $this.focus()
     838        .trigger($.Event('shown.bs.dropdown', relatedTarget))
    735839    }
    736840
     
    739843
    740844  Dropdown.prototype.keydown = function (e) {
    741     if (!/(38|40|27)/.test(e.keyCode)) return
     845    if (!/(38|40|27|32)/.test(e.which) || /input|textarea/i.test(e.target.tagName)) return
    742846
    743847    var $this = $(this)
     
    751855    var isActive = $parent.hasClass('open')
    752856
    753     if (!isActive || (isActive && e.keyCode == 27)) {
    754       if (e.which == 27) $parent.find(toggle).focus()
    755       return $this.click()
    756     }
    757 
    758     var $items = $('[role=menu] li:not(.divider):visible a', $parent)
     857    if (!isActive && e.which != 27 || isActive && e.which == 27) {
     858      if (e.which == 27) $parent.find(toggle).trigger('focus')
     859      return $this.trigger('click')
     860    }
     861
     862    var desc = ' li:not(.disabled):visible a'
     863    var $items = $parent.find('.dropdown-menu' + desc)
    759864
    760865    if (!$items.length) return
    761866
    762     var index = $items.index($items.filter(':focus'))
    763 
    764     if (e.keyCode == 38 && index > 0)                 index--                        // up
    765     if (e.keyCode == 40 && index < $items.length - 1) index++                        // down
    766     if (!~index)                                      index=0
    767 
    768     $items.eq(index).focus()
    769   }
    770 
    771   function clearMenus() {
    772     $(backdrop).remove()
    773     $(toggle).each(function (e) {
    774       var $parent = getParent($(this))
    775       if (!$parent.hasClass('open')) return
    776       $parent.trigger(e = $.Event('hide.bs.dropdown'))
    777       if (e.isDefaultPrevented()) return
    778       $parent.removeClass('open').trigger('hidden.bs.dropdown')
    779     })
    780   }
    781 
    782   function getParent($this) {
    783     var selector = $this.attr('data-target')
    784 
    785     if (!selector) {
    786       selector = $this.attr('href')
    787       selector = selector && /#/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
    788     }
    789 
    790     var $parent = selector && $(selector)
    791 
    792     return $parent && $parent.length ? $parent : $this.parent()
     867    var index = $items.index(e.target)
     868
     869    if (e.which == 38 && index > 0)                 index--         // up
     870    if (e.which == 40 && index < $items.length - 1) index++         // down
     871    if (!~index)                                    index = 0
     872
     873    $items.eq(index).trigger('focus')
    793874  }
    794875
     
    797878  // ==========================
    798879
    799   var old = $.fn.dropdown
    800 
    801   $.fn.dropdown = function (option) {
     880  function Plugin(option) {
    802881    return this.each(function () {
    803882      var $this = $(this)
     
    809888  }
    810889
     890  var old = $.fn.dropdown
     891
     892  $.fn.dropdown             = Plugin
    811893  $.fn.dropdown.Constructor = Dropdown
    812894
     
    827909    .on('click.bs.dropdown.data-api', clearMenus)
    828910    .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
    829     .on('click.bs.dropdown.data-api'  , toggle, Dropdown.prototype.toggle)
    830     .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
     911    .on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle)
     912    .on('keydown.bs.dropdown.data-api', toggle, Dropdown.prototype.keydown)
     913    .on('keydown.bs.dropdown.data-api', '.dropdown-menu', Dropdown.prototype.keydown)
    831914
    832915}(jQuery);
    833916
    834917/* ========================================================================
    835  * Bootstrap: modal.js v3.0.3
     918 * Bootstrap: modal.js v3.3.7
    836919 * http://getbootstrap.com/javascript/#modals
    837920 * ========================================================================
    838  * Copyright 2013 Twitter, Inc.
    839  *
    840  * Licensed under the Apache License, Version 2.0 (the "License");
    841  * you may not use this file except in compliance with the License.
    842  * You may obtain a copy of the License at
    843  *
    844  * http://www.apache.org/licenses/LICENSE-2.0
    845  *
    846  * Unless required by applicable law or agreed to in writing, software
    847  * distributed under the License is distributed on an "AS IS" BASIS,
    848  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    849  * See the License for the specific language governing permissions and
    850  * limitations under the License.
     921 * Copyright 2011-2016 Twitter, Inc.
     922 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    851923 * ======================================================================== */
    852924
    853925
    854 +function ($) { "use strict";
     926+function ($) {
     927  'use strict';
    855928
    856929  // MODAL CLASS DEFINITION
     
    858931
    859932  var Modal = function (element, options) {
    860     this.options   = options
    861     this.$element  = $(element)
    862     this.$backdrop =
    863     this.isShown   = null
    864 
    865     if (this.options.remote) this.$element.load(this.options.remote)
    866   }
     933    this.options             = options
     934    this.$body               = $(document.body)
     935    this.$element            = $(element)
     936    this.$dialog             = this.$element.find('.modal-dialog')
     937    this.$backdrop           = null
     938    this.isShown             = null
     939    this.originalBodyPad     = null
     940    this.scrollbarWidth      = 0
     941    this.ignoreBackdropClick = false
     942
     943    if (this.options.remote) {
     944      this.$element
     945        .find('.modal-content')
     946        .load(this.options.remote, $.proxy(function () {
     947          this.$element.trigger('loaded.bs.modal')
     948        }, this))
     949    }
     950  }
     951
     952  Modal.VERSION  = '3.3.7'
     953
     954  Modal.TRANSITION_DURATION = 300
     955  Modal.BACKDROP_TRANSITION_DURATION = 150
    867956
    868957  Modal.DEFAULTS = {
    869       backdrop: true
    870     , keyboard: true
    871     , show: true
     958    backdrop: true,
     959    keyboard: true,
     960    show: true
    872961  }
    873962
    874963  Modal.prototype.toggle = function (_relatedTarget) {
    875     return this[!this.isShown ? 'show' : 'hide'](_relatedTarget)
     964    return this.isShown ? this.hide() : this.show(_relatedTarget)
    876965  }
    877966
     
    886975    this.isShown = true
    887976
     977    this.checkScrollbar()
     978    this.setScrollbar()
     979    this.$body.addClass('modal-open')
     980
    888981    this.escape()
    889 
    890     this.$element.on('click.dismiss.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this))
     982    this.resize()
     983
     984    this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this))
     985
     986    this.$dialog.on('mousedown.dismiss.bs.modal', function () {
     987      that.$element.one('mouseup.dismiss.bs.modal', function (e) {
     988        if ($(e.target).is(that.$element)) that.ignoreBackdropClick = true
     989      })
     990    })
    891991
    892992    this.backdrop(function () {
     
    894994
    895995      if (!that.$element.parent().length) {
    896         that.$element.appendTo(document.body) // don't move modals dom position
     996        that.$element.appendTo(that.$body) // don't move modals dom position
    897997      }
    898998
    899       that.$element.show()
     999      that.$element
     1000        .show()
     1001        .scrollTop(0)
     1002
     1003      that.adjustDialog()
    9001004
    9011005      if (transition) {
     
    9031007      }
    9041008
    905       that.$element
    906         .addClass('in')
    907         .attr('aria-hidden', false)
     1009      that.$element.addClass('in')
    9081010
    9091011      that.enforceFocus()
     
    9121014
    9131015      transition ?
    914         that.$element.find('.modal-dialog') // wait for modal to slide in
    915           .one($.support.transition.end, function () {
    916             that.$element.focus().trigger(e)
     1016        that.$dialog // wait for modal to slide in
     1017          .one('bsTransitionEnd', function () {
     1018            that.$element.trigger('focus').trigger(e)
    9171019          })
    918           .emulateTransitionEnd(300) :
    919         that.$element.focus().trigger(e)
     1020          .emulateTransitionEnd(Modal.TRANSITION_DURATION) :
     1021        that.$element.trigger('focus').trigger(e)
    9201022    })
    9211023  }
     
    9331035
    9341036    this.escape()
     1037    this.resize()
    9351038
    9361039    $(document).off('focusin.bs.modal')
     
    9381041    this.$element
    9391042      .removeClass('in')
    940       .attr('aria-hidden', true)
    941       .off('click.dismiss.modal')
     1043      .off('click.dismiss.bs.modal')
     1044      .off('mouseup.dismiss.bs.modal')
     1045
     1046    this.$dialog.off('mousedown.dismiss.bs.modal')
    9421047
    9431048    $.support.transition && this.$element.hasClass('fade') ?
    9441049      this.$element
    945         .one($.support.transition.end, $.proxy(this.hideModal, this))
    946         .emulateTransitionEnd(300) :
     1050        .one('bsTransitionEnd', $.proxy(this.hideModal, this))
     1051        .emulateTransitionEnd(Modal.TRANSITION_DURATION) :
    9471052      this.hideModal()
    9481053  }
     
    9521057      .off('focusin.bs.modal') // guard against infinite focus loop
    9531058      .on('focusin.bs.modal', $.proxy(function (e) {
    954         if (this.$element[0] !== e.target && !this.$element.has(e.target).length) {
    955           this.$element.focus()
     1059        if (document !== e.target &&
     1060            this.$element[0] !== e.target &&
     1061            !this.$element.has(e.target).length) {
     1062          this.$element.trigger('focus')
    9561063        }
    9571064      }, this))
     
    9601067  Modal.prototype.escape = function () {
    9611068    if (this.isShown && this.options.keyboard) {
    962       this.$element.on('keyup.dismiss.bs.modal', $.proxy(function (e) {
     1069      this.$element.on('keydown.dismiss.bs.modal', $.proxy(function (e) {
    9631070        e.which == 27 && this.hide()
    9641071      }, this))
    9651072    } else if (!this.isShown) {
    966       this.$element.off('keyup.dismiss.bs.modal')
     1073      this.$element.off('keydown.dismiss.bs.modal')
     1074    }
     1075  }
     1076
     1077  Modal.prototype.resize = function () {
     1078    if (this.isShown) {
     1079      $(window).on('resize.bs.modal', $.proxy(this.handleUpdate, this))
     1080    } else {
     1081      $(window).off('resize.bs.modal')
    9671082    }
    9681083  }
     
    9721087    this.$element.hide()
    9731088    this.backdrop(function () {
    974       that.removeBackdrop()
     1089      that.$body.removeClass('modal-open')
     1090      that.resetAdjustments()
     1091      that.resetScrollbar()
    9751092      that.$element.trigger('hidden.bs.modal')
    9761093    })
     
    9831100
    9841101  Modal.prototype.backdrop = function (callback) {
    985     var that    = this
     1102    var that = this
    9861103    var animate = this.$element.hasClass('fade') ? 'fade' : ''
    9871104
     
    9891106      var doAnimate = $.support.transition && animate
    9901107
    991       this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
    992         .appendTo(document.body)
    993 
    994       this.$element.on('click.dismiss.modal', $.proxy(function (e) {
     1108      this.$backdrop = $(document.createElement('div'))
     1109        .addClass('modal-backdrop ' + animate)
     1110        .appendTo(this.$body)
     1111
     1112      this.$element.on('click.dismiss.bs.modal', $.proxy(function (e) {
     1113        if (this.ignoreBackdropClick) {
     1114          this.ignoreBackdropClick = false
     1115          return
     1116        }
    9951117        if (e.target !== e.currentTarget) return
    9961118        this.options.backdrop == 'static'
    997           ? this.$element[0].focus.call(this.$element[0])
    998           : this.hide.call(this)
     1119          ? this.$element[0].focus()
     1120          : this.hide()
    9991121      }, this))
    10001122
     
    10071129      doAnimate ?
    10081130        this.$backdrop
    1009           .one($.support.transition.end, callback)
    1010           .emulateTransitionEnd(150) :
     1131          .one('bsTransitionEnd', callback)
     1132          .emulateTransitionEnd(Modal.BACKDROP_TRANSITION_DURATION) :
    10111133        callback()
    10121134
     
    10141136      this.$backdrop.removeClass('in')
    10151137
    1016       $.support.transition && this.$element.hasClass('fade')?
     1138      var callbackRemove = function () {
     1139        that.removeBackdrop()
     1140        callback && callback()
     1141      }
     1142      $.support.transition && this.$element.hasClass('fade') ?
    10171143        this.$backdrop
    1018           .one($.support.transition.end, callback)
    1019           .emulateTransitionEnd(150) :
    1020         callback()
     1144          .one('bsTransitionEnd', callbackRemove)
     1145          .emulateTransitionEnd(Modal.BACKDROP_TRANSITION_DURATION) :
     1146        callbackRemove()
    10211147
    10221148    } else if (callback) {
     
    10251151  }
    10261152
     1153  // these following methods are used to handle overflowing modals
     1154
     1155  Modal.prototype.handleUpdate = function () {
     1156    this.adjustDialog()
     1157  }
     1158
     1159  Modal.prototype.adjustDialog = function () {
     1160    var modalIsOverflowing = this.$element[0].scrollHeight > document.documentElement.clientHeight
     1161
     1162    this.$element.css({
     1163      paddingLeft:  !this.bodyIsOverflowing && modalIsOverflowing ? this.scrollbarWidth : '',
     1164      paddingRight: this.bodyIsOverflowing && !modalIsOverflowing ? this.scrollbarWidth : ''
     1165    })
     1166  }
     1167
     1168  Modal.prototype.resetAdjustments = function () {
     1169    this.$element.css({
     1170      paddingLeft: '',
     1171      paddingRight: ''
     1172    })
     1173  }
     1174
     1175  Modal.prototype.checkScrollbar = function () {
     1176    var fullWindowWidth = window.innerWidth
     1177    if (!fullWindowWidth) { // workaround for missing window.innerWidth in IE8
     1178      var documentElementRect = document.documentElement.getBoundingClientRect()
     1179      fullWindowWidth = documentElementRect.right - Math.abs(documentElementRect.left)
     1180    }
     1181    this.bodyIsOverflowing = document.body.clientWidth < fullWindowWidth
     1182    this.scrollbarWidth = this.measureScrollbar()
     1183  }
     1184
     1185  Modal.prototype.setScrollbar = function () {
     1186    var bodyPad = parseInt((this.$body.css('padding-right') || 0), 10)
     1187    this.originalBodyPad = document.body.style.paddingRight || ''
     1188    if (this.bodyIsOverflowing) this.$body.css('padding-right', bodyPad + this.scrollbarWidth)
     1189  }
     1190
     1191  Modal.prototype.resetScrollbar = function () {
     1192    this.$body.css('padding-right', this.originalBodyPad)
     1193  }
     1194
     1195  Modal.prototype.measureScrollbar = function () { // thx walsh
     1196    var scrollDiv = document.createElement('div')
     1197    scrollDiv.className = 'modal-scrollbar-measure'
     1198    this.$body.append(scrollDiv)
     1199    var scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth
     1200    this.$body[0].removeChild(scrollDiv)
     1201    return scrollbarWidth
     1202  }
     1203
    10271204
    10281205  // MODAL PLUGIN DEFINITION
    10291206  // =======================
    10301207
    1031   var old = $.fn.modal
    1032 
    1033   $.fn.modal = function (option, _relatedTarget) {
     1208  function Plugin(option, _relatedTarget) {
    10341209    return this.each(function () {
    10351210      var $this   = $(this)
     
    10431218  }
    10441219
     1220  var old = $.fn.modal
     1221
     1222  $.fn.modal             = Plugin
    10451223  $.fn.modal.Constructor = Modal
    10461224
     
    10611239    var $this   = $(this)
    10621240    var href    = $this.attr('href')
    1063     var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) //strip for ie7
    1064     var option  = $target.data('modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
    1065 
    1066     e.preventDefault()
    1067 
    1068     $target
    1069       .modal(option, this)
    1070       .one('hide', function () {
    1071         $this.is(':visible') && $this.focus()
     1241    var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) // strip for ie7
     1242    var option  = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
     1243
     1244    if ($this.is('a')) e.preventDefault()
     1245
     1246    $target.one('show.bs.modal', function (showEvent) {
     1247      if (showEvent.isDefaultPrevented()) return // only register focus restorer if modal will actually get shown
     1248      $target.one('hidden.bs.modal', function () {
     1249        $this.is(':visible') && $this.trigger('focus')
    10721250      })
     1251    })
     1252    Plugin.call($target, option, this)
    10731253  })
    10741254
    1075   $(document)
    1076     .on('show.bs.modal',  '.modal', function () { $(document.body).addClass('modal-open') })
    1077     .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
    1078 
    10791255}(jQuery);
    10801256
    10811257/* ========================================================================
    1082  * Bootstrap: tooltip.js v3.0.3
     1258 * Bootstrap: tooltip.js v3.3.7
    10831259 * http://getbootstrap.com/javascript/#tooltip
    10841260 * Inspired by the original jQuery.tipsy by Jason Frame
    10851261 * ========================================================================
    1086  * Copyright 2013 Twitter, Inc.
    1087  *
    1088  * Licensed under the Apache License, Version 2.0 (the "License");
    1089  * you may not use this file except in compliance with the License.
    1090  * You may obtain a copy of the License at
    1091  *
    1092  * http://www.apache.org/licenses/LICENSE-2.0
    1093  *
    1094  * Unless required by applicable law or agreed to in writing, software
    1095  * distributed under the License is distributed on an "AS IS" BASIS,
    1096  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1097  * See the License for the specific language governing permissions and
    1098  * limitations under the License.
     1262 * Copyright 2011-2016 Twitter, Inc.
     1263 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    10991264 * ======================================================================== */
    11001265
    11011266
    1102 +function ($) { "use strict";
     1267+function ($) {
     1268  'use strict';
    11031269
    11041270  // TOOLTIP PUBLIC CLASS DEFINITION
     
    11061272
    11071273  var Tooltip = function (element, options) {
    1108     this.type       =
    1109     this.options    =
    1110     this.enabled    =
    1111     this.timeout    =
    1112     this.hoverState =
     1274    this.type       = null
     1275    this.options    = null
     1276    this.enabled    = null
     1277    this.timeout    = null
     1278    this.hoverState = null
    11131279    this.$element   = null
     1280    this.inState    = null
    11141281
    11151282    this.init('tooltip', element, options)
    11161283  }
    11171284
     1285  Tooltip.VERSION  = '3.3.7'
     1286
     1287  Tooltip.TRANSITION_DURATION = 150
     1288
    11181289  Tooltip.DEFAULTS = {
    1119     animation: true
    1120   , placement: 'top'
    1121   , selector: false
    1122   , template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
    1123   , trigger: 'hover focus'
    1124   , title: ''
    1125   , delay: 0
    1126   , html: false
    1127   , container: false
     1290    animation: true,
     1291    placement: 'top',
     1292    selector: false,
     1293    template: '<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',
     1294    trigger: 'hover focus',
     1295    title: '',
     1296    delay: 0,
     1297    html: false,
     1298    container: false,
     1299    viewport: {
     1300      selector: 'body',
     1301      padding: 0
     1302    }
    11281303  }
    11291304
    11301305  Tooltip.prototype.init = function (type, element, options) {
    1131     this.enabled  = true
    1132     this.type     = type
    1133     this.$element = $(element)
    1134     this.options  = this.getOptions(options)
     1306    this.enabled   = true
     1307    this.type      = type
     1308    this.$element  = $(element)
     1309    this.options   = this.getOptions(options)
     1310    this.$viewport = this.options.viewport && $($.isFunction(this.options.viewport) ? this.options.viewport.call(this, this.$element) : (this.options.viewport.selector || this.options.viewport))
     1311    this.inState   = { click: false, hover: false, focus: false }
     1312
     1313    if (this.$element[0] instanceof document.constructor && !this.options.selector) {
     1314      throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the window.document object!')
     1315    }
    11351316
    11361317    var triggers = this.options.trigger.split(' ')
     
    11421323        this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
    11431324      } else if (trigger != 'manual') {
    1144         var eventIn  = trigger == 'hover' ? 'mouseenter' : 'focus'
    1145         var eventOut = trigger == 'hover' ? 'mouseleave' : 'blur'
     1325        var eventIn  = trigger == 'hover' ? 'mouseenter' : 'focusin'
     1326        var eventOut = trigger == 'hover' ? 'mouseleave' : 'focusout'
    11461327
    11471328        this.$element.on(eventIn  + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
     
    11641345    if (options.delay && typeof options.delay == 'number') {
    11651346      options.delay = {
    1166         show: options.delay
    1167       , hide: options.delay
     1347        show: options.delay,
     1348        hide: options.delay
    11681349      }
    11691350    }
     
    11851366  Tooltip.prototype.enter = function (obj) {
    11861367    var self = obj instanceof this.constructor ?
    1187       obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type)
     1368      obj : $(obj.currentTarget).data('bs.' + this.type)
     1369
     1370    if (!self) {
     1371      self = new this.constructor(obj.currentTarget, this.getDelegateOptions())
     1372      $(obj.currentTarget).data('bs.' + this.type, self)
     1373    }
     1374
     1375    if (obj instanceof $.Event) {
     1376      self.inState[obj.type == 'focusin' ? 'focus' : 'hover'] = true
     1377    }
     1378
     1379    if (self.tip().hasClass('in') || self.hoverState == 'in') {
     1380      self.hoverState = 'in'
     1381      return
     1382    }
    11881383
    11891384    clearTimeout(self.timeout)
     
    11981393  }
    11991394
     1395  Tooltip.prototype.isInStateTrue = function () {
     1396    for (var key in this.inState) {
     1397      if (this.inState[key]) return true
     1398    }
     1399
     1400    return false
     1401  }
     1402
    12001403  Tooltip.prototype.leave = function (obj) {
    12011404    var self = obj instanceof this.constructor ?
    1202       obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type)
     1405      obj : $(obj.currentTarget).data('bs.' + this.type)
     1406
     1407    if (!self) {
     1408      self = new this.constructor(obj.currentTarget, this.getDelegateOptions())
     1409      $(obj.currentTarget).data('bs.' + this.type, self)
     1410    }
     1411
     1412    if (obj instanceof $.Event) {
     1413      self.inState[obj.type == 'focusout' ? 'focus' : 'hover'] = false
     1414    }
     1415
     1416    if (self.isInStateTrue()) return
    12031417
    12041418    clearTimeout(self.timeout)
     
    12141428
    12151429  Tooltip.prototype.show = function () {
    1216     var e = $.Event('show.bs.'+ this.type)
     1430    var e = $.Event('show.bs.' + this.type)
    12171431
    12181432    if (this.hasContent() && this.enabled) {
    12191433      this.$element.trigger(e)
    12201434
    1221       if (e.isDefaultPrevented()) return
     1435      var inDom = $.contains(this.$element[0].ownerDocument.documentElement, this.$element[0])
     1436      if (e.isDefaultPrevented() || !inDom) return
     1437      var that = this
    12221438
    12231439      var $tip = this.tip()
    12241440
     1441      var tipId = this.getUID(this.type)
     1442
    12251443      this.setContent()
     1444      $tip.attr('id', tipId)
     1445      this.$element.attr('aria-describedby', tipId)
    12261446
    12271447      if (this.options.animation) $tip.addClass('fade')
     
    12391459        .css({ top: 0, left: 0, display: 'block' })
    12401460        .addClass(placement)
     1461        .data('bs.' + this.type, this)
    12411462
    12421463      this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element)
     1464      this.$element.trigger('inserted.bs.' + this.type)
    12431465
    12441466      var pos          = this.getPosition()
     
    12471469
    12481470      if (autoPlace) {
    1249         var $parent = this.$element.parent()
    1250 
    12511471        var orgPlacement = placement
    1252         var docScroll    = document.documentElement.scrollTop || document.body.scrollTop
    1253         var parentWidth  = this.options.container == 'body' ? window.innerWidth  : $parent.outerWidth()
    1254         var parentHeight = this.options.container == 'body' ? window.innerHeight : $parent.outerHeight()
    1255         var parentLeft   = this.options.container == 'body' ? 0 : $parent.offset().left
    1256 
    1257         placement = placement == 'bottom' && pos.top   + pos.height  + actualHeight - docScroll > parentHeight  ? 'top'    :
    1258                     placement == 'top'    && pos.top   - docScroll   - actualHeight < 0                         ? 'bottom' :
    1259                     placement == 'right'  && pos.right + actualWidth > parentWidth                              ? 'left'   :
    1260                     placement == 'left'   && pos.left  - actualWidth < parentLeft                               ? 'right'  :
     1472        var viewportDim = this.getPosition(this.$viewport)
     1473
     1474        placement = placement == 'bottom' && pos.bottom + actualHeight > viewportDim.bottom ? 'top'    :
     1475                    placement == 'top'    && pos.top    - actualHeight < viewportDim.top    ? 'bottom' :
     1476                    placement == 'right'  && pos.right  + actualWidth  > viewportDim.width  ? 'left'   :
     1477                    placement == 'left'   && pos.left   - actualWidth  < viewportDim.left   ? 'right'  :
    12611478                    placement
    12621479
     
    12691486
    12701487      this.applyPlacement(calculatedOffset, placement)
    1271       this.$element.trigger('shown.bs.' + this.type)
    1272     }
    1273   }
    1274 
    1275   Tooltip.prototype.applyPlacement = function(offset, placement) {
    1276     var replace
     1488
     1489      var complete = function () {
     1490        var prevHoverState = that.hoverState
     1491        that.$element.trigger('shown.bs.' + that.type)
     1492        that.hoverState = null
     1493
     1494        if (prevHoverState == 'out') that.leave(that)
     1495      }
     1496
     1497      $.support.transition && this.$tip.hasClass('fade') ?
     1498        $tip
     1499          .one('bsTransitionEnd', complete)
     1500          .emulateTransitionEnd(Tooltip.TRANSITION_DURATION) :
     1501        complete()
     1502    }
     1503  }
     1504
     1505  Tooltip.prototype.applyPlacement = function (offset, placement) {
    12771506    var $tip   = this.tip()
    12781507    var width  = $tip[0].offsetWidth
     
    12871516    if (isNaN(marginLeft)) marginLeft = 0
    12881517
    1289     offset.top  = offset.top  + marginTop
    1290     offset.left = offset.left + marginLeft
    1291 
    1292     $tip
    1293       .offset(offset)
    1294       .addClass('in')
     1518    offset.top  += marginTop
     1519    offset.left += marginLeft
     1520
     1521    // $.fn.offset doesn't round pixel values
     1522    // so we use setOffset directly with our own function B-0
     1523    $.offset.setOffset($tip[0], $.extend({
     1524      using: function (props) {
     1525        $tip.css({
     1526          top: Math.round(props.top),
     1527          left: Math.round(props.left)
     1528        })
     1529      }
     1530    }, offset), 0)
     1531
     1532    $tip.addClass('in')
    12951533
    12961534    // check to see if placing tip in new offset caused the tip to resize itself
     
    12991537
    13001538    if (placement == 'top' && actualHeight != height) {
    1301       replace = true
    13021539      offset.top = offset.top + height - actualHeight
    13031540    }
    13041541
    1305     if (/bottom|top/.test(placement)) {
    1306       var delta = 0
    1307 
    1308       if (offset.left < 0) {
    1309         delta       = offset.left * -2
    1310         offset.left = 0
    1311 
    1312         $tip.offset(offset)
    1313 
    1314         actualWidth  = $tip[0].offsetWidth
    1315         actualHeight = $tip[0].offsetHeight
    1316       }
    1317 
    1318       this.replaceArrow(delta - width + actualWidth, actualWidth, 'left')
    1319     } else {
    1320       this.replaceArrow(actualHeight - height, actualHeight, 'top')
    1321     }
    1322 
    1323     if (replace) $tip.offset(offset)
    1324   }
    1325 
    1326   Tooltip.prototype.replaceArrow = function(delta, dimension, position) {
    1327     this.arrow().css(position, delta ? (50 * (1 - delta / dimension) + "%") : '')
     1542    var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
     1543
     1544    if (delta.left) offset.left += delta.left
     1545    else offset.top += delta.top
     1546
     1547    var isVertical          = /top|bottom/.test(placement)
     1548    var arrowDelta          = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - height + actualHeight
     1549    var arrowOffsetPosition = isVertical ? 'offsetWidth' : 'offsetHeight'
     1550
     1551    $tip.offset(offset)
     1552    this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical)
     1553  }
     1554
     1555  Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) {
     1556    this.arrow()
     1557      .css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%')
     1558      .css(isVertical ? 'top' : 'left', '')
    13281559  }
    13291560
     
    13361567  }
    13371568
    1338   Tooltip.prototype.hide = function () {
     1569  Tooltip.prototype.hide = function (callback) {
    13391570    var that = this
    1340     var $tip = this.tip()
     1571    var $tip = $(this.$tip)
    13411572    var e    = $.Event('hide.bs.' + this.type)
    13421573
    13431574    function complete() {
    13441575      if (that.hoverState != 'in') $tip.detach()
     1576      if (that.$element) { // TODO: Check whether guarding this code with this `if` is really necessary.
     1577        that.$element
     1578          .removeAttr('aria-describedby')
     1579          .trigger('hidden.bs.' + that.type)
     1580      }
     1581      callback && callback()
    13451582    }
    13461583
     
    13511588    $tip.removeClass('in')
    13521589
    1353     $.support.transition && this.$tip.hasClass('fade') ?
     1590    $.support.transition && $tip.hasClass('fade') ?
    13541591      $tip
    1355         .one($.support.transition.end, complete)
    1356         .emulateTransitionEnd(150) :
     1592        .one('bsTransitionEnd', complete)
     1593        .emulateTransitionEnd(Tooltip.TRANSITION_DURATION) :
    13571594      complete()
    13581595
    1359     this.$element.trigger('hidden.bs.' + this.type)
     1596    this.hoverState = null
    13601597
    13611598    return this
     
    13641601  Tooltip.prototype.fixTitle = function () {
    13651602    var $e = this.$element
    1366     if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
     1603    if ($e.attr('title') || typeof $e.attr('data-original-title') != 'string') {
    13671604      $e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
    13681605    }
     
    13731610  }
    13741611
    1375   Tooltip.prototype.getPosition = function () {
    1376     var el = this.$element[0]
    1377     return $.extend({}, (typeof el.getBoundingClientRect == 'function') ? el.getBoundingClientRect() : {
    1378       width: el.offsetWidth
    1379     , height: el.offsetHeight
    1380     }, this.$element.offset())
     1612  Tooltip.prototype.getPosition = function ($element) {
     1613    $element   = $element || this.$element
     1614
     1615    var el     = $element[0]
     1616    var isBody = el.tagName == 'BODY'
     1617
     1618    var elRect    = el.getBoundingClientRect()
     1619    if (elRect.width == null) {
     1620      // width and height are missing in IE8, so compute them manually; see https://github.com/twbs/bootstrap/issues/14093
     1621      elRect = $.extend({}, elRect, { width: elRect.right - elRect.left, height: elRect.bottom - elRect.top })
     1622    }
     1623    var isSvg = window.SVGElement && el instanceof window.SVGElement
     1624    // Avoid using $.offset() on SVGs since it gives incorrect results in jQuery 3.
     1625    // See https://github.com/twbs/bootstrap/issues/20280
     1626    var elOffset  = isBody ? { top: 0, left: 0 } : (isSvg ? null : $element.offset())
     1627    var scroll    = { scroll: isBody ? document.documentElement.scrollTop || document.body.scrollTop : $element.scrollTop() }
     1628    var outerDims = isBody ? { width: $(window).width(), height: $(window).height() } : null
     1629
     1630    return $.extend({}, elRect, scroll, outerDims, elOffset)
    13811631  }
    13821632
    13831633  Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) {
    1384     return placement == 'bottom' ? { top: pos.top + pos.height,   left: pos.left + pos.width / 2 - actualWidth / 2  } :
    1385            placement == 'top'    ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2  } :
     1634    return placement == 'bottom' ? { top: pos.top + pos.height,   left: pos.left + pos.width / 2 - actualWidth / 2 } :
     1635           placement == 'top'    ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
    13861636           placement == 'left'   ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } :
    1387         /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width   }
     1637        /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width }
     1638
     1639  }
     1640
     1641  Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) {
     1642    var delta = { top: 0, left: 0 }
     1643    if (!this.$viewport) return delta
     1644
     1645    var viewportPadding = this.options.viewport && this.options.viewport.padding || 0
     1646    var viewportDimensions = this.getPosition(this.$viewport)
     1647
     1648    if (/right|left/.test(placement)) {
     1649      var topEdgeOffset    = pos.top - viewportPadding - viewportDimensions.scroll
     1650      var bottomEdgeOffset = pos.top + viewportPadding - viewportDimensions.scroll + actualHeight
     1651      if (topEdgeOffset < viewportDimensions.top) { // top overflow
     1652        delta.top = viewportDimensions.top - topEdgeOffset
     1653      } else if (bottomEdgeOffset > viewportDimensions.top + viewportDimensions.height) { // bottom overflow
     1654        delta.top = viewportDimensions.top + viewportDimensions.height - bottomEdgeOffset
     1655      }
     1656    } else {
     1657      var leftEdgeOffset  = pos.left - viewportPadding
     1658      var rightEdgeOffset = pos.left + viewportPadding + actualWidth
     1659      if (leftEdgeOffset < viewportDimensions.left) { // left overflow
     1660        delta.left = viewportDimensions.left - leftEdgeOffset
     1661      } else if (rightEdgeOffset > viewportDimensions.right) { // right overflow
     1662        delta.left = viewportDimensions.left + viewportDimensions.width - rightEdgeOffset
     1663      }
     1664    }
     1665
     1666    return delta
    13881667  }
    13891668
     
    13991678  }
    14001679
     1680  Tooltip.prototype.getUID = function (prefix) {
     1681    do prefix += ~~(Math.random() * 1000000)
     1682    while (document.getElementById(prefix))
     1683    return prefix
     1684  }
     1685
    14011686  Tooltip.prototype.tip = function () {
    1402     return this.$tip = this.$tip || $(this.options.template)
     1687    if (!this.$tip) {
     1688      this.$tip = $(this.options.template)
     1689      if (this.$tip.length != 1) {
     1690        throw new Error(this.type + ' `template` option must consist of exactly 1 top-level element!')
     1691      }
     1692    }
     1693    return this.$tip
    14031694  }
    14041695
    14051696  Tooltip.prototype.arrow = function () {
    1406     return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow')
    1407   }
    1408 
    1409   Tooltip.prototype.validate = function () {
    1410     if (!this.$element[0].parentNode) {
    1411       this.hide()
    1412       this.$element = null
    1413       this.options  = null
    1414     }
     1697    return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
    14151698  }
    14161699
     
    14281711
    14291712  Tooltip.prototype.toggle = function (e) {
    1430     var self = e ? $(e.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) : this
    1431     self.tip().hasClass('in') ? self.leave(self) : self.enter(self)
     1713    var self = this
     1714    if (e) {
     1715      self = $(e.currentTarget).data('bs.' + this.type)
     1716      if (!self) {
     1717        self = new this.constructor(e.currentTarget, this.getDelegateOptions())
     1718        $(e.currentTarget).data('bs.' + this.type, self)
     1719      }
     1720    }
     1721
     1722    if (e) {
     1723      self.inState.click = !self.inState.click
     1724      if (self.isInStateTrue()) self.enter(self)
     1725      else self.leave(self)
     1726    } else {
     1727      self.tip().hasClass('in') ? self.leave(self) : self.enter(self)
     1728    }
    14321729  }
    14331730
    14341731  Tooltip.prototype.destroy = function () {
    1435     this.hide().$element.off('.' + this.type).removeData('bs.' + this.type)
     1732    var that = this
     1733    clearTimeout(this.timeout)
     1734    this.hide(function () {
     1735      that.$element.off('.' + that.type).removeData('bs.' + that.type)
     1736      if (that.$tip) {
     1737        that.$tip.detach()
     1738      }
     1739      that.$tip = null
     1740      that.$arrow = null
     1741      that.$viewport = null
     1742      that.$element = null
     1743    })
    14361744  }
    14371745
     
    14401748  // =========================
    14411749
    1442   var old = $.fn.tooltip
    1443 
    1444   $.fn.tooltip = function (option) {
     1750  function Plugin(option) {
    14451751    return this.each(function () {
    14461752      var $this   = $(this)
     
    14481754      var options = typeof option == 'object' && option
    14491755
     1756      if (!data && /destroy|hide/.test(option)) return
    14501757      if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options)))
    14511758      if (typeof option == 'string') data[option]()
     
    14531760  }
    14541761
     1762  var old = $.fn.tooltip
     1763
     1764  $.fn.tooltip             = Plugin
    14551765  $.fn.tooltip.Constructor = Tooltip
    14561766
     
    14671777
    14681778/* ========================================================================
    1469  * Bootstrap: popover.js v3.0.3
     1779 * Bootstrap: popover.js v3.3.7
    14701780 * http://getbootstrap.com/javascript/#popovers
    14711781 * ========================================================================
    1472  * Copyright 2013 Twitter, Inc.
    1473  *
    1474  * Licensed under the Apache License, Version 2.0 (the "License");
    1475  * you may not use this file except in compliance with the License.
    1476  * You may obtain a copy of the License at
    1477  *
    1478  * http://www.apache.org/licenses/LICENSE-2.0
    1479  *
    1480  * Unless required by applicable law or agreed to in writing, software
    1481  * distributed under the License is distributed on an "AS IS" BASIS,
    1482  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1483  * See the License for the specific language governing permissions and
    1484  * limitations under the License.
     1782 * Copyright 2011-2016 Twitter, Inc.
     1783 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    14851784 * ======================================================================== */
    14861785
    14871786
    1488 +function ($) { "use strict";
     1787+function ($) {
     1788  'use strict';
    14891789
    14901790  // POPOVER PUBLIC CLASS DEFINITION
     
    14971797  if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
    14981798
    1499   Popover.DEFAULTS = $.extend({} , $.fn.tooltip.Constructor.DEFAULTS, {
    1500     placement: 'right'
    1501   , trigger: 'click'
    1502   , content: ''
    1503   , template: '<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
     1799  Popover.VERSION  = '3.3.7'
     1800
     1801  Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
     1802    placement: 'right',
     1803    trigger: 'click',
     1804    content: '',
     1805    template: '<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
    15041806  })
    15051807
     
    15221824
    15231825    $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
    1524     $tip.find('.popover-content')[this.options.html ? 'html' : 'text'](content)
     1826    $tip.find('.popover-content').children().detach().end()[ // we use append for html objects to maintain js events
     1827      this.options.html ? (typeof content == 'string' ? 'html' : 'append') : 'text'
     1828    ](content)
    15251829
    15261830    $tip.removeClass('fade top bottom left right in')
     
    15461850
    15471851  Popover.prototype.arrow = function () {
    1548     return this.$arrow = this.$arrow || this.tip().find('.arrow')
    1549   }
    1550 
    1551   Popover.prototype.tip = function () {
    1552     if (!this.$tip) this.$tip = $(this.options.template)
    1553     return this.$tip
     1852    return (this.$arrow = this.$arrow || this.tip().find('.arrow'))
    15541853  }
    15551854
     
    15581857  // =========================
    15591858
    1560   var old = $.fn.popover
    1561 
    1562   $.fn.popover = function (option) {
     1859  function Plugin(option) {
    15631860    return this.each(function () {
    15641861      var $this   = $(this)
     
    15661863      var options = typeof option == 'object' && option
    15671864
     1865      if (!data && /destroy|hide/.test(option)) return
    15681866      if (!data) $this.data('bs.popover', (data = new Popover(this, options)))
    15691867      if (typeof option == 'string') data[option]()
     
    15711869  }
    15721870
     1871  var old = $.fn.popover
     1872
     1873  $.fn.popover             = Plugin
    15731874  $.fn.popover.Constructor = Popover
    15741875
     
    15851886
    15861887/* ========================================================================
    1587  * Bootstrap: scrollspy.js v3.0.3
     1888 * Bootstrap: scrollspy.js v3.3.7
    15881889 * http://getbootstrap.com/javascript/#scrollspy
    15891890 * ========================================================================
    1590  * Copyright 2013 Twitter, Inc.
    1591  *
    1592  * Licensed under the Apache License, Version 2.0 (the "License");
    1593  * you may not use this file except in compliance with the License.
    1594  * You may obtain a copy of the License at
    1595  *
    1596  * http://www.apache.org/licenses/LICENSE-2.0
    1597  *
    1598  * Unless required by applicable law or agreed to in writing, software
    1599  * distributed under the License is distributed on an "AS IS" BASIS,
    1600  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1601  * See the License for the specific language governing permissions and
    1602  * limitations under the License.
     1891 * Copyright 2011-2016 Twitter, Inc.
     1892 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    16031893 * ======================================================================== */
    16041894
    16051895
    1606 +function ($) { "use strict";
     1896+function ($) {
     1897  'use strict';
    16071898
    16081899  // SCROLLSPY CLASS DEFINITION
     
    16101901
    16111902  function ScrollSpy(element, options) {
    1612     var href
    1613     var process  = $.proxy(this.process, this)
    1614 
    1615     this.$element       = $(element).is('body') ? $(window) : $(element)
    1616     this.$body          = $('body')
    1617     this.$scrollElement = this.$element.on('scroll.bs.scroll-spy.data-api', process)
     1903    this.$body          = $(document.body)
     1904    this.$scrollElement = $(element).is(document.body) ? $(window) : $(element)
    16181905    this.options        = $.extend({}, ScrollSpy.DEFAULTS, options)
    1619     this.selector       = (this.options.target
    1620       || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
    1621       || '') + ' .nav li > a'
    1622     this.offsets        = $([])
    1623     this.targets        = $([])
     1906    this.selector       = (this.options.target || '') + ' .nav li > a'
     1907    this.offsets        = []
     1908    this.targets        = []
    16241909    this.activeTarget   = null
    1625 
     1910    this.scrollHeight   = 0
     1911
     1912    this.$scrollElement.on('scroll.bs.scrollspy', $.proxy(this.process, this))
    16261913    this.refresh()
    16271914    this.process()
    16281915  }
    16291916
     1917  ScrollSpy.VERSION  = '3.3.7'
     1918
    16301919  ScrollSpy.DEFAULTS = {
    16311920    offset: 10
    16321921  }
    16331922
     1923  ScrollSpy.prototype.getScrollHeight = function () {
     1924    return this.$scrollElement[0].scrollHeight || Math.max(this.$body[0].scrollHeight, document.documentElement.scrollHeight)
     1925  }
     1926
    16341927  ScrollSpy.prototype.refresh = function () {
    1635     var offsetMethod = this.$element[0] == window ? 'offset' : 'position'
    1636 
    1637     this.offsets = $([])
    1638     this.targets = $([])
    1639 
    1640     var self     = this
    1641     var $targets = this.$body
     1928    var that          = this
     1929    var offsetMethod  = 'offset'
     1930    var offsetBase    = 0
     1931
     1932    this.offsets      = []
     1933    this.targets      = []
     1934    this.scrollHeight = this.getScrollHeight()
     1935
     1936    if (!$.isWindow(this.$scrollElement[0])) {
     1937      offsetMethod = 'position'
     1938      offsetBase   = this.$scrollElement.scrollTop()
     1939    }
     1940
     1941    this.$body
    16421942      .find(this.selector)
    16431943      .map(function () {
    16441944        var $el   = $(this)
    16451945        var href  = $el.data('target') || $el.attr('href')
    1646         var $href = /^#\w/.test(href) && $(href)
     1946        var $href = /^#./.test(href) && $(href)
    16471947
    16481948        return ($href
    16491949          && $href.length
    1650           && [[ $href[offsetMethod]().top + (!$.isWindow(self.$scrollElement.get(0)) && self.$scrollElement.scrollTop()), href ]]) || null
     1950          && $href.is(':visible')
     1951          && [[$href[offsetMethod]().top + offsetBase, href]]) || null
    16511952      })
    16521953      .sort(function (a, b) { return a[0] - b[0] })
    16531954      .each(function () {
    1654         self.offsets.push(this[0])
    1655         self.targets.push(this[1])
     1955        that.offsets.push(this[0])
     1956        that.targets.push(this[1])
    16561957      })
    16571958  }
     
    16591960  ScrollSpy.prototype.process = function () {
    16601961    var scrollTop    = this.$scrollElement.scrollTop() + this.options.offset
    1661     var scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight
    1662     var maxScroll    = scrollHeight - this.$scrollElement.height()
     1962    var scrollHeight = this.getScrollHeight()
     1963    var maxScroll    = this.options.offset + scrollHeight - this.$scrollElement.height()
    16631964    var offsets      = this.offsets
    16641965    var targets      = this.targets
     
    16661967    var i
    16671968
     1969    if (this.scrollHeight != scrollHeight) {
     1970      this.refresh()
     1971    }
     1972
    16681973    if (scrollTop >= maxScroll) {
    1669       return activeTarget != (i = targets.last()[0]) && this.activate(i)
     1974      return activeTarget != (i = targets[targets.length - 1]) && this.activate(i)
     1975    }
     1976
     1977    if (activeTarget && scrollTop < offsets[0]) {
     1978      this.activeTarget = null
     1979      return this.clear()
    16701980    }
    16711981
     
    16731983      activeTarget != targets[i]
    16741984        && scrollTop >= offsets[i]
    1675         && (!offsets[i + 1] || scrollTop <= offsets[i + 1])
    1676         && this.activate( targets[i] )
     1985        && (offsets[i + 1] === undefined || scrollTop < offsets[i + 1])
     1986        && this.activate(targets[i])
    16771987    }
    16781988  }
     
    16811991    this.activeTarget = target
    16821992
    1683     $(this.selector)
    1684       .parents('.active')
    1685       .removeClass('active')
    1686 
    1687     var selector = this.selector
    1688       + '[data-target="' + target + '"],'
    1689       + this.selector + '[href="' + target + '"]'
     1993    this.clear()
     1994
     1995    var selector = this.selector +
     1996      '[data-target="' + target + '"],' +
     1997      this.selector + '[href="' + target + '"]'
    16901998
    16911999    var active = $(selector)
     
    16932001      .addClass('active')
    16942002
    1695     if (active.parent('.dropdown-menu').length)  {
     2003    if (active.parent('.dropdown-menu').length) {
    16962004      active = active
    16972005        .closest('li.dropdown')
     
    17022010  }
    17032011
     2012  ScrollSpy.prototype.clear = function () {
     2013    $(this.selector)
     2014      .parentsUntil(this.options.target, '.active')
     2015      .removeClass('active')
     2016  }
     2017
    17042018
    17052019  // SCROLLSPY PLUGIN DEFINITION
    17062020  // ===========================
    17072021
    1708   var old = $.fn.scrollspy
    1709 
    1710   $.fn.scrollspy = function (option) {
     2022  function Plugin(option) {
    17112023    return this.each(function () {
    17122024      var $this   = $(this)
     
    17192031  }
    17202032
     2033  var old = $.fn.scrollspy
     2034
     2035  $.fn.scrollspy             = Plugin
    17212036  $.fn.scrollspy.Constructor = ScrollSpy
    17222037
     
    17342049  // ==================
    17352050
    1736   $(window).on('load', function () {
     2051  $(window).on('load.bs.scrollspy.data-api', function () {
    17372052    $('[data-spy="scroll"]').each(function () {
    17382053      var $spy = $(this)
    1739       $spy.scrollspy($spy.data())
     2054      Plugin.call($spy, $spy.data())
    17402055    })
    17412056  })
     
    17442059
    17452060/* ========================================================================
    1746  * Bootstrap: tab.js v3.0.3
     2061 * Bootstrap: tab.js v3.3.7
    17472062 * http://getbootstrap.com/javascript/#tabs
    17482063 * ========================================================================
    1749  * Copyright 2013 Twitter, Inc.
    1750  *
    1751  * Licensed under the Apache License, Version 2.0 (the "License");
    1752  * you may not use this file except in compliance with the License.
    1753  * You may obtain a copy of the License at
    1754  *
    1755  * http://www.apache.org/licenses/LICENSE-2.0
    1756  *
    1757  * Unless required by applicable law or agreed to in writing, software
    1758  * distributed under the License is distributed on an "AS IS" BASIS,
    1759  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1760  * See the License for the specific language governing permissions and
    1761  * limitations under the License.
     2064 * Copyright 2011-2016 Twitter, Inc.
     2065 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    17622066 * ======================================================================== */
    17632067
    17642068
    1765 +function ($) { "use strict";
     2069+function ($) {
     2070  'use strict';
    17662071
    17672072  // TAB CLASS DEFINITION
     
    17692074
    17702075  var Tab = function (element) {
     2076    // jscs:disable requireDollarBeforejQueryAssignment
    17712077    this.element = $(element)
    1772   }
     2078    // jscs:enable requireDollarBeforejQueryAssignment
     2079  }
     2080
     2081  Tab.VERSION = '3.3.7'
     2082
     2083  Tab.TRANSITION_DURATION = 150
    17732084
    17742085  Tab.prototype.show = function () {
     
    17792090    if (!selector) {
    17802091      selector = $this.attr('href')
    1781       selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
     2092      selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
    17822093    }
    17832094
    17842095    if ($this.parent('li').hasClass('active')) return
    17852096
    1786     var previous = $ul.find('.active:last a')[0]
    1787     var e        = $.Event('show.bs.tab', {
    1788       relatedTarget: previous
    1789     })
    1790 
    1791     $this.trigger(e)
    1792 
    1793     if (e.isDefaultPrevented()) return
     2097    var $previous = $ul.find('.active:last a')
     2098    var hideEvent = $.Event('hide.bs.tab', {
     2099      relatedTarget: $this[0]
     2100    })
     2101    var showEvent = $.Event('show.bs.tab', {
     2102      relatedTarget: $previous[0]
     2103    })
     2104
     2105    $previous.trigger(hideEvent)
     2106    $this.trigger(showEvent)
     2107
     2108    if (showEvent.isDefaultPrevented() || hideEvent.isDefaultPrevented()) return
    17942109
    17952110    var $target = $(selector)
    17962111
    1797     this.activate($this.parent('li'), $ul)
     2112    this.activate($this.closest('li'), $ul)
    17982113    this.activate($target, $target.parent(), function () {
     2114      $previous.trigger({
     2115        type: 'hidden.bs.tab',
     2116        relatedTarget: $this[0]
     2117      })
    17992118      $this.trigger({
    1800         type: 'shown.bs.tab'
    1801       , relatedTarget: previous
     2119        type: 'shown.bs.tab',
     2120        relatedTarget: $previous[0]
    18022121      })
    18032122    })
     
    18082127    var transition = callback
    18092128      && $.support.transition
    1810       && $active.hasClass('fade')
     2129      && ($active.length && $active.hasClass('fade') || !!container.find('> .fade').length)
    18112130
    18122131    function next() {
     
    18142133        .removeClass('active')
    18152134        .find('> .dropdown-menu > .active')
    1816         .removeClass('active')
    1817 
    1818       element.addClass('active')
     2135          .removeClass('active')
     2136        .end()
     2137        .find('[data-toggle="tab"]')
     2138          .attr('aria-expanded', false)
     2139
     2140      element
     2141        .addClass('active')
     2142        .find('[data-toggle="tab"]')
     2143          .attr('aria-expanded', true)
    18192144
    18202145      if (transition) {
     
    18252150      }
    18262151
    1827       if (element.parent('.dropdown-menu')) {
    1828         element.closest('li.dropdown').addClass('active')
     2152      if (element.parent('.dropdown-menu').length) {
     2153        element
     2154          .closest('li.dropdown')
     2155            .addClass('active')
     2156          .end()
     2157          .find('[data-toggle="tab"]')
     2158            .attr('aria-expanded', true)
    18292159      }
    18302160
     
    18322162    }
    18332163
    1834     transition ?
     2164    $active.length && transition ?
    18352165      $active
    1836         .one($.support.transition.end, next)
    1837         .emulateTransitionEnd(150) :
     2166        .one('bsTransitionEnd', next)
     2167        .emulateTransitionEnd(Tab.TRANSITION_DURATION) :
    18382168      next()
    18392169
     
    18452175  // =====================
    18462176
    1847   var old = $.fn.tab
    1848 
    1849   $.fn.tab = function ( option ) {
     2177  function Plugin(option) {
    18502178    return this.each(function () {
    18512179      var $this = $(this)
     
    18572185  }
    18582186
     2187  var old = $.fn.tab
     2188
     2189  $.fn.tab             = Plugin
    18592190  $.fn.tab.Constructor = Tab
    18602191
     
    18722203  // ============
    18732204
    1874   $(document).on('click.bs.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) {
     2205  var clickHandler = function (e) {
    18752206    e.preventDefault()
    1876     $(this).tab('show')
    1877   })
     2207    Plugin.call($(this), 'show')
     2208  }
     2209
     2210  $(document)
     2211    .on('click.bs.tab.data-api', '[data-toggle="tab"]', clickHandler)
     2212    .on('click.bs.tab.data-api', '[data-toggle="pill"]', clickHandler)
    18782213
    18792214}(jQuery);
    18802215
    18812216/* ========================================================================
    1882  * Bootstrap: affix.js v3.0.3
     2217 * Bootstrap: affix.js v3.3.7
    18832218 * http://getbootstrap.com/javascript/#affix
    18842219 * ========================================================================
    1885  * Copyright 2013 Twitter, Inc.
    1886  *
    1887  * Licensed under the Apache License, Version 2.0 (the "License");
    1888  * you may not use this file except in compliance with the License.
    1889  * You may obtain a copy of the License at
    1890  *
    1891  * http://www.apache.org/licenses/LICENSE-2.0
    1892  *
    1893  * Unless required by applicable law or agreed to in writing, software
    1894  * distributed under the License is distributed on an "AS IS" BASIS,
    1895  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1896  * See the License for the specific language governing permissions and
    1897  * limitations under the License.
     2220 * Copyright 2011-2016 Twitter, Inc.
     2221 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    18982222 * ======================================================================== */
    18992223
    19002224
    1901 +function ($) { "use strict";
     2225+function ($) {
     2226  'use strict';
    19022227
    19032228  // AFFIX CLASS DEFINITION
     
    19062231  var Affix = function (element, options) {
    19072232    this.options = $.extend({}, Affix.DEFAULTS, options)
    1908     this.$window = $(window)
     2233
     2234    this.$target = $(this.options.target)
    19092235      .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this))
    19102236      .on('click.bs.affix.data-api',  $.proxy(this.checkPositionWithEventLoop, this))
    19112237
    1912     this.$element = $(element)
    1913     this.affixed  =
    1914     this.unpin    = null
     2238    this.$element     = $(element)
     2239    this.affixed      = null
     2240    this.unpin        = null
     2241    this.pinnedOffset = null
    19152242
    19162243    this.checkPosition()
    19172244  }
    19182245
    1919   Affix.RESET = 'affix affix-top affix-bottom'
     2246  Affix.VERSION  = '3.3.7'
     2247
     2248  Affix.RESET    = 'affix affix-top affix-bottom'
    19202249
    19212250  Affix.DEFAULTS = {
    1922     offset: 0
     2251    offset: 0,
     2252    target: window
     2253  }
     2254
     2255  Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) {
     2256    var scrollTop    = this.$target.scrollTop()
     2257    var position     = this.$element.offset()
     2258    var targetHeight = this.$target.height()
     2259
     2260    if (offsetTop != null && this.affixed == 'top') return scrollTop < offsetTop ? 'top' : false
     2261
     2262    if (this.affixed == 'bottom') {
     2263      if (offsetTop != null) return (scrollTop + this.unpin <= position.top) ? false : 'bottom'
     2264      return (scrollTop + targetHeight <= scrollHeight - offsetBottom) ? false : 'bottom'
     2265    }
     2266
     2267    var initializing   = this.affixed == null
     2268    var colliderTop    = initializing ? scrollTop : position.top
     2269    var colliderHeight = initializing ? targetHeight : height
     2270
     2271    if (offsetTop != null && scrollTop <= offsetTop) return 'top'
     2272    if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return 'bottom'
     2273
     2274    return false
     2275  }
     2276
     2277  Affix.prototype.getPinnedOffset = function () {
     2278    if (this.pinnedOffset) return this.pinnedOffset
     2279    this.$element.removeClass(Affix.RESET).addClass('affix')
     2280    var scrollTop = this.$target.scrollTop()
     2281    var position  = this.$element.offset()
     2282    return (this.pinnedOffset = position.top - scrollTop)
    19232283  }
    19242284
     
    19302290    if (!this.$element.is(':visible')) return
    19312291
    1932     var scrollHeight = $(document).height()
    1933     var scrollTop    = this.$window.scrollTop()
    1934     var position     = this.$element.offset()
     2292    var height       = this.$element.height()
    19352293    var offset       = this.options.offset
    19362294    var offsetTop    = offset.top
    19372295    var offsetBottom = offset.bottom
     2296    var scrollHeight = Math.max($(document).height(), $(document.body).height())
    19382297
    19392298    if (typeof offset != 'object')         offsetBottom = offsetTop = offset
    1940     if (typeof offsetTop == 'function')    offsetTop    = offset.top()
    1941     if (typeof offsetBottom == 'function') offsetBottom = offset.bottom()
    1942 
    1943     var affix = this.unpin   != null && (scrollTop + this.unpin <= position.top) ? false :
    1944                 offsetBottom != null && (position.top + this.$element.height() >= scrollHeight - offsetBottom) ? 'bottom' :
    1945                 offsetTop    != null && (scrollTop <= offsetTop) ? 'top' : false
    1946 
    1947     if (this.affixed === affix) return
    1948     if (this.unpin) this.$element.css('top', '')
    1949 
    1950     this.affixed = affix
    1951     this.unpin   = affix == 'bottom' ? position.top - scrollTop : null
    1952 
    1953     this.$element.removeClass(Affix.RESET).addClass('affix' + (affix ? '-' + affix : ''))
     2299    if (typeof offsetTop == 'function')    offsetTop    = offset.top(this.$element)
     2300    if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element)
     2301
     2302    var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom)
     2303
     2304    if (this.affixed != affix) {
     2305      if (this.unpin != null) this.$element.css('top', '')
     2306
     2307      var affixType = 'affix' + (affix ? '-' + affix : '')
     2308      var e         = $.Event(affixType + '.bs.affix')
     2309
     2310      this.$element.trigger(e)
     2311
     2312      if (e.isDefaultPrevented()) return
     2313
     2314      this.affixed = affix
     2315      this.unpin = affix == 'bottom' ? this.getPinnedOffset() : null
     2316
     2317      this.$element
     2318        .removeClass(Affix.RESET)
     2319        .addClass(affixType)
     2320        .trigger(affixType.replace('affix', 'affixed') + '.bs.affix')
     2321    }
    19542322
    19552323    if (affix == 'bottom') {
    1956       this.$element.offset({ top: document.body.offsetHeight - offsetBottom - this.$element.height() })
     2324      this.$element.offset({
     2325        top: scrollHeight - height - offsetBottom
     2326      })
    19572327    }
    19582328  }
     
    19622332  // =======================
    19632333
    1964   var old = $.fn.affix
    1965 
    1966   $.fn.affix = function (option) {
     2334  function Plugin(option) {
    19672335    return this.each(function () {
    19682336      var $this   = $(this)
     
    19752343  }
    19762344
     2345  var old = $.fn.affix
     2346
     2347  $.fn.affix             = Plugin
    19772348  $.fn.affix.Constructor = Affix
    19782349
     
    19972368      data.offset = data.offset || {}
    19982369
    1999       if (data.offsetBottom) data.offset.bottom = data.offsetBottom
    2000       if (data.offsetTop)    data.offset.top    = data.offsetTop
    2001 
    2002       $spy.affix(data)
     2370      if (data.offsetBottom != null) data.offset.bottom = data.offsetBottom
     2371      if (data.offsetTop    != null) data.offset.top    = data.offsetTop
     2372
     2373      Plugin.call($spy, data)
    20032374    })
    20042375  })
  • main/waeup.ikoba/trunk/layout/static/bootstrap/js/bootstrap.min.js

    r11254 r14842  
    11/*!
    2  * Bootstrap v3.0.3 (http://getbootstrap.com)
    3  * Copyright 2013 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 the MIT license
    55 */
    6 
    7 if("undefined"==typeof jQuery)throw new Error("Bootstrap requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]}}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.is("input")?"val":"html",e=c.data();a+="Text",e.resetText||c.data("resetText",c[d]()),c[d](e[a]||this.options[a]),setTimeout(function(){"loadingText"==a?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.closest('[data-toggle="buttons"]'),b=!0;if(a.length){var c=this.$element.find("input");"radio"===c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?b=!1:a.find(".active").removeClass("active")),b&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}b&&this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition.end&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}this.sliding=!0,f&&this.pause();var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});if(!e.hasClass("active")){if(this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")){if(this.$element.trigger(j),j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(600)}else{if(this.$element.trigger(j),j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")}return f&&this.cycle(),this}};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?(this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350),void 0):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(jQuery),+function(a){"use strict";function b(){a(d).remove(),a(e).each(function(b){var d=c(a(this));d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown")),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown"))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){if("ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b),f.trigger(d=a.Event("show.bs.dropdown")),d.isDefaultPrevented())return;f.toggleClass("open").trigger("shown.bs.dropdown"),e.focus()}return!1}},f.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var f=c(d),g=f.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&f.find(e).focus(),d.click();var h=a("[role=menu] li:not(.divider):visible a",f);if(h.length){var i=h.index(h.filter(":focus"));38==b.keyCode&&i>0&&i--,40==b.keyCode&&i<h.length-1&&i++,~i||(i=0),h.eq(i).focus()}}}};var g=a.fn.dropdown;a.fn.dropdown=function(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new f(this)),"string"==typeof b&&d[b].call(c)})},a.fn.dropdown.Constructor=f,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=g,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",e,f.prototype.toggle).on("keydown.bs.dropdown.data-api",e+", [role=menu]",f.prototype.keydown)}(jQuery),+function(a){"use strict";var b=function(b,c){this.options=c,this.$element=a(b),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};b.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},b.prototype.toggle=function(a){return this[this.isShown?"hide":"show"](a)},b.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(document.body),c.$element.show(),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidden",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one(a.support.transition.end,function(){c.$element.focus().trigger(e)}).emulateTransitionEnd(300):c.$element.focus().trigger(e)}))},b.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one(a.support.transition.end,a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},b.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.focus()},this))},b.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},b.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden.bs.modal")})},b.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},b.prototype.backdrop=function(b){var c=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var d=a.support.transition&&c;if(this.$backdrop=a('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;d?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()):b&&b()};var c=a.fn.modal;a.fn.modal=function(c,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},b.DEFAULTS,e.data(),"object"==typeof c&&c);f||e.data("bs.modal",f=new b(this,g)),"string"==typeof c?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());b.preventDefault(),e.modal(f,this).one("hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.modal",".modal",function(){a(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){a(document.body).removeClass("modal-open")})}(jQuery),+function(a){"use strict";var b=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focus",i="hover"==g?"mouseleave":"blur";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},b.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},b.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show),void 0):c.show()},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide),void 0):c.hide()},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(b),b.isDefaultPrevented())return;var c=this.tip();this.setContent(),this.options.animation&&c.addClass("fade");var d="function"==typeof this.options.placement?this.options.placement.call(this,c[0],this.$element[0]):this.options.placement,e=/\s?auto?\s?/i,f=e.test(d);f&&(d=d.replace(e,"")||"top"),c.detach().css({top:0,left:0,display:"block"}).addClass(d),this.options.container?c.appendTo(this.options.container):c.insertAfter(this.$element);var g=this.getPosition(),h=c[0].offsetWidth,i=c[0].offsetHeight;if(f){var j=this.$element.parent(),k=d,l=document.documentElement.scrollTop||document.body.scrollTop,m="body"==this.options.container?window.innerWidth:j.outerWidth(),n="body"==this.options.container?window.innerHeight:j.outerHeight(),o="body"==this.options.container?0:j.offset().left;d="bottom"==d&&g.top+g.height+i-l>n?"top":"top"==d&&g.top-l-i<0?"bottom":"right"==d&&g.right+h>m?"left":"left"==d&&g.left-h<o?"right":d,c.removeClass(k).addClass(d)}var p=this.getCalculatedOffset(d,g,h,i);this.applyPlacement(p,d),this.$element.trigger("shown.bs."+this.type)}},b.prototype.applyPlacement=function(a,b){var c,d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),a.top=a.top+g,a.left=a.left+h,d.offset(a).addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;if("top"==b&&j!=f&&(c=!0,a.top=a.top+f-j),/bottom|top/.test(b)){var k=0;a.left<0&&(k=-2*a.left,a.left=0,d.offset(a),i=d[0].offsetWidth,j=d[0].offsetHeight),this.replaceArrow(k-e+i,i,"left")}else this.replaceArrow(j-f,j,"top");c&&d.offset(a)},b.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},b.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach()}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,b).emulateTransitionEnd(150):b(),this.$element.trigger("hidden.bs."+this.type),this)},b.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},b.prototype.hasContent=function(){return this.getTitle()},b.prototype.getPosition=function(){var b=this.$element[0];return a.extend({},"function"==typeof b.getBoundingClientRect?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},b.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},b.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},b.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},b.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},b.prototype.enable=function(){this.enabled=!0},b.prototype.disable=function(){this.enabled=!1},b.prototype.toggleEnabled=function(){this.enabled=!this.enabled},b.prototype.toggle=function(b){var c=b?a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;c.tip().hasClass("in")?c.leave(c):c.enter(c)},b.prototype.destroy=function(){this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var c=a.fn.tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof c&&c;e||d.data("bs.tooltip",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.tooltip.Constructor=b,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(jQuery),+function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");b.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"html":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(c).is("body")?a(window):a(c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);var c=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#\w/.test(e)&&a(e);return f&&f.length&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parents(".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DEFAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top()),"function"==typeof h&&(h=f.bottom());var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;this.affixed!==i&&(this.unpin&&this.$element.css("top",""),this.affixed=i,this.unpin="bottom"==i?e.top-d:null,this.$element.removeClass(b.RESET).addClass("affix"+(i?"-"+i:"")),"bottom"==i&&this.$element.offset({top:document.body.offsetHeight-h-this.$element.height()}))}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(jQuery);
     6if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){if(a(b.target).is(this))return b.handleObj.handler.apply(this,arguments)}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.7",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a("#"===f?[]:f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.7",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c).prop(c,!0)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c).prop(c,!1))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target).closest(".btn");b.call(d,"toggle"),a(c.target).is('input[type="radio"], input[type="checkbox"]')||(c.preventDefault(),d.is("input,button")?d.trigger("focus"):d.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(a>this.$items.length-1||a<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){if(!this.sliding)return this.slide("next")},c.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.7",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger(a.Event("hidden.bs.dropdown",f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.7",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(a.Event("shown.bs.dropdown",h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",c).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in"),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){document===a.target||this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a(document.createElement("div")).addClass("modal-backdrop "+e).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",a,b)};c.VERSION="3.3.7",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);if(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),!c.isInStateTrue())return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-m<o.top?"bottom":"right"==h&&k.right+l>o.width?"left":"left"==h&&k.left-l<o.left?"right":h,f.removeClass(n).addClass(h)}var p=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(p,h);var q=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",q).emulateTransitionEnd(c.TRANSITION_DURATION):q()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top+=g,b.left+=h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element&&e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);if(this.$element.trigger(g),!g.isDefaultPrevented())return f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=window.SVGElement&&c instanceof window.SVGElement,g=d?{top:0,left:0}:f?null:b.offset(),h={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},i=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,h,i,g)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null,a.$element=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.7",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.7",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){
     7this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.7",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.7",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return e<c&&"top";if("bottom"==this.affixed)return null!=c?!(e+this.unpin<=f.top)&&"bottom":!(e+g<=a-d)&&"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&e<=c?"top":null!=d&&i+j>=a-d&&"bottom"},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);
  • main/waeup.ikoba/trunk/layout/static/css/base.css

    r14172 r14842  
    66}
    77
     8.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
     9  border-color: #101010;
     10  background-color: #222;
     11}
     12
    813.navbar-fixed-top, .navbar {
    914    min-height:40px;
     15    height: 40px;
     16}
     17
     18.navbar-brand {
     19    height: 0px;
    1020}
    1121
     
    1323    padding-top:10px;
    1424    padding-bottom:10px;
     25    line-height: 19px;
    1526}
    1627
     
    143154input.btn {
    144155    padding: 6px 12px;
    145     margin-right: 4px;
     156    margin-right: 0px;
    146157}
    147158
     
    257268
    258269.phone-input {
    259     width: 33%;
     270    width: 31%;
    260271}
    261272
  • main/waeup.ikoba/trunk/src/waeup/ikoba/browser/templates/staffsitelayout.pt

    r13807 r14842  
    9292    <div class="sidebar well">
    9393        <div tal:condition="layout/getCustomerName">
    94           <div class="ikoba-sidebar-title" tal:content="layout/getCustomerName">STUDENTNAME</div>
     94          <div class="ikoba-sidebar-title" tal:content="layout/getCustomerName">CUSTOMERNAME</div>
    9595          <ul class="nav">
    9696            <tal:left content="structure provider:left_customermanage" />
  • main/waeup.ikoba/trunk/src/waeup/ikoba/interfaces.py

    r13806 r14842  
    506506        title = _(u'Public Name'),
    507507        description = _(u"Substitute for officer's real name "
    508                        "in student object histories."),
     508                       "in object histories."),
    509509        required = False,)
    510510
Note: See TracChangeset for help on using the changeset viewer.