Back to home page

EIC code displayed by LXR

 
 

    


Warning, /tutorial-setting-up-environment/assets/css/bootstrap-theme.css is written in an unsupported language. File is not indexed.

0001 /*!
0002  * Bootstrap v3.4.1 (https://getbootstrap.com/)
0003  * Copyright 2011-2019 Twitter, Inc.
0004  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
0005  */
0006 .btn-default,
0007 .btn-primary,
0008 .btn-success,
0009 .btn-info,
0010 .btn-warning,
0011 .btn-danger {
0012   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
0013   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
0014   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
0015 }
0016 .btn-default:active,
0017 .btn-primary:active,
0018 .btn-success:active,
0019 .btn-info:active,
0020 .btn-warning:active,
0021 .btn-danger:active,
0022 .btn-default.active,
0023 .btn-primary.active,
0024 .btn-success.active,
0025 .btn-info.active,
0026 .btn-warning.active,
0027 .btn-danger.active {
0028   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
0029   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
0030 }
0031 .btn-default.disabled,
0032 .btn-primary.disabled,
0033 .btn-success.disabled,
0034 .btn-info.disabled,
0035 .btn-warning.disabled,
0036 .btn-danger.disabled,
0037 .btn-default[disabled],
0038 .btn-primary[disabled],
0039 .btn-success[disabled],
0040 .btn-info[disabled],
0041 .btn-warning[disabled],
0042 .btn-danger[disabled],
0043 fieldset[disabled] .btn-default,
0044 fieldset[disabled] .btn-primary,
0045 fieldset[disabled] .btn-success,
0046 fieldset[disabled] .btn-info,
0047 fieldset[disabled] .btn-warning,
0048 fieldset[disabled] .btn-danger {
0049   -webkit-box-shadow: none;
0050   box-shadow: none;
0051 }
0052 .btn-default .badge,
0053 .btn-primary .badge,
0054 .btn-success .badge,
0055 .btn-info .badge,
0056 .btn-warning .badge,
0057 .btn-danger .badge {
0058   text-shadow: none;
0059 }
0060 .btn:active,
0061 .btn.active {
0062   background-image: none;
0063 }
0064 .btn-default {
0065   background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
0066   background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
0067   background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
0068   background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
0069   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
0070   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0071   background-repeat: repeat-x;
0072   border-color: #dbdbdb;
0073   text-shadow: 0 1px 0 #fff;
0074   border-color: #ccc;
0075 }
0076 .btn-default:hover,
0077 .btn-default:focus {
0078   background-color: #e0e0e0;
0079   background-position: 0 -15px;
0080 }
0081 .btn-default:active,
0082 .btn-default.active {
0083   background-color: #e0e0e0;
0084   border-color: #dbdbdb;
0085 }
0086 .btn-default.disabled,
0087 .btn-default[disabled],
0088 fieldset[disabled] .btn-default,
0089 .btn-default.disabled:hover,
0090 .btn-default[disabled]:hover,
0091 fieldset[disabled] .btn-default:hover,
0092 .btn-default.disabled:focus,
0093 .btn-default[disabled]:focus,
0094 fieldset[disabled] .btn-default:focus,
0095 .btn-default.disabled.focus,
0096 .btn-default[disabled].focus,
0097 fieldset[disabled] .btn-default.focus,
0098 .btn-default.disabled:active,
0099 .btn-default[disabled]:active,
0100 fieldset[disabled] .btn-default:active,
0101 .btn-default.disabled.active,
0102 .btn-default[disabled].active,
0103 fieldset[disabled] .btn-default.active {
0104   background-color: #e0e0e0;
0105   background-image: none;
0106 }
0107 .btn-primary {
0108   background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
0109   background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
0110   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
0111   background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
0112   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
0113   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0114   background-repeat: repeat-x;
0115   border-color: #245580;
0116 }
0117 .btn-primary:hover,
0118 .btn-primary:focus {
0119   background-color: #265a88;
0120   background-position: 0 -15px;
0121 }
0122 .btn-primary:active,
0123 .btn-primary.active {
0124   background-color: #265a88;
0125   border-color: #245580;
0126 }
0127 .btn-primary.disabled,
0128 .btn-primary[disabled],
0129 fieldset[disabled] .btn-primary,
0130 .btn-primary.disabled:hover,
0131 .btn-primary[disabled]:hover,
0132 fieldset[disabled] .btn-primary:hover,
0133 .btn-primary.disabled:focus,
0134 .btn-primary[disabled]:focus,
0135 fieldset[disabled] .btn-primary:focus,
0136 .btn-primary.disabled.focus,
0137 .btn-primary[disabled].focus,
0138 fieldset[disabled] .btn-primary.focus,
0139 .btn-primary.disabled:active,
0140 .btn-primary[disabled]:active,
0141 fieldset[disabled] .btn-primary:active,
0142 .btn-primary.disabled.active,
0143 .btn-primary[disabled].active,
0144 fieldset[disabled] .btn-primary.active {
0145   background-color: #265a88;
0146   background-image: none;
0147 }
0148 .btn-success {
0149   background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
0150   background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
0151   background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
0152   background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
0153   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
0154   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0155   background-repeat: repeat-x;
0156   border-color: #3e8f3e;
0157 }
0158 .btn-success:hover,
0159 .btn-success:focus {
0160   background-color: #419641;
0161   background-position: 0 -15px;
0162 }
0163 .btn-success:active,
0164 .btn-success.active {
0165   background-color: #419641;
0166   border-color: #3e8f3e;
0167 }
0168 .btn-success.disabled,
0169 .btn-success[disabled],
0170 fieldset[disabled] .btn-success,
0171 .btn-success.disabled:hover,
0172 .btn-success[disabled]:hover,
0173 fieldset[disabled] .btn-success:hover,
0174 .btn-success.disabled:focus,
0175 .btn-success[disabled]:focus,
0176 fieldset[disabled] .btn-success:focus,
0177 .btn-success.disabled.focus,
0178 .btn-success[disabled].focus,
0179 fieldset[disabled] .btn-success.focus,
0180 .btn-success.disabled:active,
0181 .btn-success[disabled]:active,
0182 fieldset[disabled] .btn-success:active,
0183 .btn-success.disabled.active,
0184 .btn-success[disabled].active,
0185 fieldset[disabled] .btn-success.active {
0186   background-color: #419641;
0187   background-image: none;
0188 }
0189 .btn-info {
0190   background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
0191   background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
0192   background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
0193   background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
0194   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
0195   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0196   background-repeat: repeat-x;
0197   border-color: #28a4c9;
0198 }
0199 .btn-info:hover,
0200 .btn-info:focus {
0201   background-color: #2aabd2;
0202   background-position: 0 -15px;
0203 }
0204 .btn-info:active,
0205 .btn-info.active {
0206   background-color: #2aabd2;
0207   border-color: #28a4c9;
0208 }
0209 .btn-info.disabled,
0210 .btn-info[disabled],
0211 fieldset[disabled] .btn-info,
0212 .btn-info.disabled:hover,
0213 .btn-info[disabled]:hover,
0214 fieldset[disabled] .btn-info:hover,
0215 .btn-info.disabled:focus,
0216 .btn-info[disabled]:focus,
0217 fieldset[disabled] .btn-info:focus,
0218 .btn-info.disabled.focus,
0219 .btn-info[disabled].focus,
0220 fieldset[disabled] .btn-info.focus,
0221 .btn-info.disabled:active,
0222 .btn-info[disabled]:active,
0223 fieldset[disabled] .btn-info:active,
0224 .btn-info.disabled.active,
0225 .btn-info[disabled].active,
0226 fieldset[disabled] .btn-info.active {
0227   background-color: #2aabd2;
0228   background-image: none;
0229 }
0230 .btn-warning {
0231   background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
0232   background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
0233   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
0234   background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
0235   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
0236   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0237   background-repeat: repeat-x;
0238   border-color: #e38d13;
0239 }
0240 .btn-warning:hover,
0241 .btn-warning:focus {
0242   background-color: #eb9316;
0243   background-position: 0 -15px;
0244 }
0245 .btn-warning:active,
0246 .btn-warning.active {
0247   background-color: #eb9316;
0248   border-color: #e38d13;
0249 }
0250 .btn-warning.disabled,
0251 .btn-warning[disabled],
0252 fieldset[disabled] .btn-warning,
0253 .btn-warning.disabled:hover,
0254 .btn-warning[disabled]:hover,
0255 fieldset[disabled] .btn-warning:hover,
0256 .btn-warning.disabled:focus,
0257 .btn-warning[disabled]:focus,
0258 fieldset[disabled] .btn-warning:focus,
0259 .btn-warning.disabled.focus,
0260 .btn-warning[disabled].focus,
0261 fieldset[disabled] .btn-warning.focus,
0262 .btn-warning.disabled:active,
0263 .btn-warning[disabled]:active,
0264 fieldset[disabled] .btn-warning:active,
0265 .btn-warning.disabled.active,
0266 .btn-warning[disabled].active,
0267 fieldset[disabled] .btn-warning.active {
0268   background-color: #eb9316;
0269   background-image: none;
0270 }
0271 .btn-danger {
0272   background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
0273   background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
0274   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
0275   background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
0276   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
0277   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0278   background-repeat: repeat-x;
0279   border-color: #b92c28;
0280 }
0281 .btn-danger:hover,
0282 .btn-danger:focus {
0283   background-color: #c12e2a;
0284   background-position: 0 -15px;
0285 }
0286 .btn-danger:active,
0287 .btn-danger.active {
0288   background-color: #c12e2a;
0289   border-color: #b92c28;
0290 }
0291 .btn-danger.disabled,
0292 .btn-danger[disabled],
0293 fieldset[disabled] .btn-danger,
0294 .btn-danger.disabled:hover,
0295 .btn-danger[disabled]:hover,
0296 fieldset[disabled] .btn-danger:hover,
0297 .btn-danger.disabled:focus,
0298 .btn-danger[disabled]:focus,
0299 fieldset[disabled] .btn-danger:focus,
0300 .btn-danger.disabled.focus,
0301 .btn-danger[disabled].focus,
0302 fieldset[disabled] .btn-danger.focus,
0303 .btn-danger.disabled:active,
0304 .btn-danger[disabled]:active,
0305 fieldset[disabled] .btn-danger:active,
0306 .btn-danger.disabled.active,
0307 .btn-danger[disabled].active,
0308 fieldset[disabled] .btn-danger.active {
0309   background-color: #c12e2a;
0310   background-image: none;
0311 }
0312 .thumbnail,
0313 .img-thumbnail {
0314   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
0315   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
0316 }
0317 .dropdown-menu > li > a:hover,
0318 .dropdown-menu > li > a:focus {
0319   background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
0320   background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
0321   background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
0322   background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
0323   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
0324   background-repeat: repeat-x;
0325   background-color: #e8e8e8;
0326 }
0327 .dropdown-menu > .active > a,
0328 .dropdown-menu > .active > a:hover,
0329 .dropdown-menu > .active > a:focus {
0330   background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
0331   background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
0332   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
0333   background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
0334   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
0335   background-repeat: repeat-x;
0336   background-color: #2e6da4;
0337 }
0338 .navbar-default {
0339   background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
0340   background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
0341   background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
0342   background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
0343   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
0344   background-repeat: repeat-x;
0345   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0346   border-radius: 4px;
0347   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
0348   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
0349 }
0350 .navbar-default .navbar-nav > .open > a,
0351 .navbar-default .navbar-nav > .active > a {
0352   background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
0353   background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
0354   background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
0355   background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
0356   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
0357   background-repeat: repeat-x;
0358   -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
0359   box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
0360 }
0361 .navbar-brand,
0362 .navbar-nav > li > a {
0363   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
0364 }
0365 .navbar-inverse {
0366   background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
0367   background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
0368   background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
0369   background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
0370   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
0371   background-repeat: repeat-x;
0372   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
0373   border-radius: 4px;
0374 }
0375 .navbar-inverse .navbar-nav > .open > a,
0376 .navbar-inverse .navbar-nav > .active > a {
0377   background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
0378   background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
0379   background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
0380   background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
0381   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
0382   background-repeat: repeat-x;
0383   -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
0384   box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
0385 }
0386 .navbar-inverse .navbar-brand,
0387 .navbar-inverse .navbar-nav > li > a {
0388   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
0389 }
0390 .navbar-static-top,
0391 .navbar-fixed-top,
0392 .navbar-fixed-bottom {
0393   border-radius: 0;
0394 }
0395 @media (max-width: 767px) {
0396   .navbar .navbar-nav .open .dropdown-menu > .active > a,
0397   .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
0398   .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
0399     color: #fff;
0400     background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
0401     background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
0402     background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
0403     background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
0404     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
0405     background-repeat: repeat-x;
0406   }
0407 }
0408 .alert {
0409   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
0410   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
0411   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
0412 }
0413 .alert-success {
0414   background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
0415   background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
0416   background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
0417   background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
0418   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
0419   background-repeat: repeat-x;
0420   border-color: #b2dba1;
0421 }
0422 .alert-info {
0423   background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
0424   background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
0425   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
0426   background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
0427   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
0428   background-repeat: repeat-x;
0429   border-color: #9acfea;
0430 }
0431 .alert-warning {
0432   background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
0433   background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
0434   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
0435   background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
0436   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
0437   background-repeat: repeat-x;
0438   border-color: #f5e79e;
0439 }
0440 .alert-danger {
0441   background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
0442   background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
0443   background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
0444   background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
0445   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
0446   background-repeat: repeat-x;
0447   border-color: #dca7a7;
0448 }
0449 .progress {
0450   background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
0451   background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
0452   background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
0453   background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
0454   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
0455   background-repeat: repeat-x;
0456 }
0457 .progress-bar {
0458   background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
0459   background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
0460   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
0461   background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
0462   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
0463   background-repeat: repeat-x;
0464 }
0465 .progress-bar-success {
0466   background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
0467   background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
0468   background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
0469   background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
0470   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
0471   background-repeat: repeat-x;
0472 }
0473 .progress-bar-info {
0474   background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
0475   background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
0476   background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
0477   background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
0478   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
0479   background-repeat: repeat-x;
0480 }
0481 .progress-bar-warning {
0482   background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
0483   background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
0484   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
0485   background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
0486   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
0487   background-repeat: repeat-x;
0488 }
0489 .progress-bar-danger {
0490   background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
0491   background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
0492   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
0493   background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
0494   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
0495   background-repeat: repeat-x;
0496 }
0497 .progress-bar-striped {
0498   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);
0499   background-image: -o-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);
0500   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);
0501 }
0502 .list-group {
0503   border-radius: 4px;
0504   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
0505   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
0506 }
0507 .list-group-item.active,
0508 .list-group-item.active:hover,
0509 .list-group-item.active:focus {
0510   text-shadow: 0 -1px 0 #286090;
0511   background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
0512   background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
0513   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
0514   background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
0515   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
0516   background-repeat: repeat-x;
0517   border-color: #2b669a;
0518 }
0519 .list-group-item.active .badge,
0520 .list-group-item.active:hover .badge,
0521 .list-group-item.active:focus .badge {
0522   text-shadow: none;
0523 }
0524 .panel {
0525   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
0526   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
0527 }
0528 .panel-default > .panel-heading {
0529   background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
0530   background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
0531   background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
0532   background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
0533   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
0534   background-repeat: repeat-x;
0535 }
0536 .panel-primary > .panel-heading {
0537   background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
0538   background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
0539   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
0540   background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
0541   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
0542   background-repeat: repeat-x;
0543 }
0544 .panel-success > .panel-heading {
0545   background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
0546   background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
0547   background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
0548   background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
0549   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
0550   background-repeat: repeat-x;
0551 }
0552 .panel-info > .panel-heading {
0553   background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
0554   background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
0555   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
0556   background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
0557   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
0558   background-repeat: repeat-x;
0559 }
0560 .panel-warning > .panel-heading {
0561   background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
0562   background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
0563   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
0564   background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
0565   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
0566   background-repeat: repeat-x;
0567 }
0568 .panel-danger > .panel-heading {
0569   background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
0570   background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
0571   background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
0572   background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
0573   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
0574   background-repeat: repeat-x;
0575 }
0576 .well {
0577   background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
0578   background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
0579   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
0580   background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
0581   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
0582   background-repeat: repeat-x;
0583   border-color: #dcdcdc;
0584   -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
0585   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
0586 }
0587 /*# sourceMappingURL=bootstrap-theme.css.map */