rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

bootstrap-theme.css (22200B)


      1 /*!
      2  * Bootstrap v3.3.1 (http://getbootstrap.com)
      3  * Copyright 2011-2014 Twitter, Inc.
      4  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
      5  */
      6 
      7 /*!
      8  * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b95ada3d747877a81096)
      9  * Config saved to config.json and https://gist.github.com/b95ada3d747877a81096
     10  */
     11 .btn-default,
     12 .btn-primary,
     13 .btn-success,
     14 .btn-info,
     15 .btn-warning,
     16 .btn-danger {
     17   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
     18   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
     19   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
     20 }
     21 .btn-default:active,
     22 .btn-primary:active,
     23 .btn-success:active,
     24 .btn-info:active,
     25 .btn-warning:active,
     26 .btn-danger:active,
     27 .btn-default.active,
     28 .btn-primary.active,
     29 .btn-success.active,
     30 .btn-info.active,
     31 .btn-warning.active,
     32 .btn-danger.active {
     33   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
     34   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
     35 }
     36 .btn-default .badge,
     37 .btn-primary .badge,
     38 .btn-success .badge,
     39 .btn-info .badge,
     40 .btn-warning .badge,
     41 .btn-danger .badge {
     42   text-shadow: none;
     43 }
     44 .btn:active,
     45 .btn.active {
     46   background-image: none;
     47 }
     48 .btn-default {
     49   background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
     50   background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
     51   background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
     52   background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
     53   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
     54   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
     55   background-repeat: repeat-x;
     56   border-color: #dbdbdb;
     57   text-shadow: 0 1px 0 #fff;
     58   border-color: #ccc;
     59 }
     60 .btn-default:hover,
     61 .btn-default:focus {
     62   background-color: #e0e0e0;
     63   background-position: 0 -15px;
     64 }
     65 .btn-default:active,
     66 .btn-default.active {
     67   background-color: #e0e0e0;
     68   border-color: #dbdbdb;
     69 }
     70 .btn-default:disabled,
     71 .btn-default[disabled] {
     72   background-color: #e0e0e0;
     73   background-image: none;
     74 }
     75 .btn-primary {
     76   background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
     77   background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
     78   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
     79   background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
     80   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
     81   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
     82   background-repeat: repeat-x;
     83   border-color: #245580;
     84 }
     85 .btn-primary:hover,
     86 .btn-primary:focus {
     87   background-color: #265a88;
     88   background-position: 0 -15px;
     89 }
     90 .btn-primary:active,
     91 .btn-primary.active {
     92   background-color: #265a88;
     93   border-color: #245580;
     94 }
     95 .btn-primary:disabled,
     96 .btn-primary[disabled] {
     97   background-color: #265a88;
     98   background-image: none;
     99 }
    100 .btn-success {
    101   background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    102   background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    103   background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    104   background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    105   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    106   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    107   background-repeat: repeat-x;
    108   border-color: #3e8f3e;
    109 }
    110 .btn-success:hover,
    111 .btn-success:focus {
    112   background-color: #419641;
    113   background-position: 0 -15px;
    114 }
    115 .btn-success:active,
    116 .btn-success.active {
    117   background-color: #419641;
    118   border-color: #3e8f3e;
    119 }
    120 .btn-success:disabled,
    121 .btn-success[disabled] {
    122   background-color: #419641;
    123   background-image: none;
    124 }
    125 .btn-info {
    126   background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    127   background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    128   background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    129   background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    130   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    131   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    132   background-repeat: repeat-x;
    133   border-color: #28a4c9;
    134 }
    135 .btn-info:hover,
    136 .btn-info:focus {
    137   background-color: #2aabd2;
    138   background-position: 0 -15px;
    139 }
    140 .btn-info:active,
    141 .btn-info.active {
    142   background-color: #2aabd2;
    143   border-color: #28a4c9;
    144 }
    145 .btn-info:disabled,
    146 .btn-info[disabled] {
    147   background-color: #2aabd2;
    148   background-image: none;
    149 }
    150 .btn-warning {
    151   background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    152   background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    153   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    154   background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    155   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    156   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    157   background-repeat: repeat-x;
    158   border-color: #e38d13;
    159 }
    160 .btn-warning:hover,
    161 .btn-warning:focus {
    162   background-color: #eb9316;
    163   background-position: 0 -15px;
    164 }
    165 .btn-warning:active,
    166 .btn-warning.active {
    167   background-color: #eb9316;
    168   border-color: #e38d13;
    169 }
    170 .btn-warning:disabled,
    171 .btn-warning[disabled] {
    172   background-color: #eb9316;
    173   background-image: none;
    174 }
    175 .btn-danger {
    176   background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    177   background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    178   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    179   background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    180   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    181   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    182   background-repeat: repeat-x;
    183   border-color: #b92c28;
    184 }
    185 .btn-danger:hover,
    186 .btn-danger:focus {
    187   background-color: #c12e2a;
    188   background-position: 0 -15px;
    189 }
    190 .btn-danger:active,
    191 .btn-danger.active {
    192   background-color: #c12e2a;
    193   border-color: #b92c28;
    194 }
    195 .btn-danger:disabled,
    196 .btn-danger[disabled] {
    197   background-color: #c12e2a;
    198   background-image: none;
    199 }
    200 .thumbnail,
    201 .img-thumbnail {
    202   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    203   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    204 }
    205 .dropdown-menu > li > a:hover,
    206 .dropdown-menu > li > a:focus {
    207   background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    208   background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    209   background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    210   background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    211   background-repeat: repeat-x;
    212   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    213   background-color: #e8e8e8;
    214 }
    215 .dropdown-menu > .active > a,
    216 .dropdown-menu > .active > a:hover,
    217 .dropdown-menu > .active > a:focus {
    218   background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    219   background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    220   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    221   background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    222   background-repeat: repeat-x;
    223   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    224   background-color: #2e6da4;
    225 }
    226 .navbar-default {
    227   background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    228   background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    229   background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
    230   background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
    231   background-repeat: repeat-x;
    232   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    233   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    234   border-radius: 4px;
    235   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    236   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    237 }
    238 .navbar-default .navbar-nav > .open > a,
    239 .navbar-default .navbar-nav > .active > a {
    240   background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    241   background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    242   background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    243   background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
    244   background-repeat: repeat-x;
    245   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    246   -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    247   box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    248 }
    249 .navbar-brand,
    250 .navbar-nav > li > a {
    251   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    252 }
    253 .navbar-inverse {
    254   background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
    255   background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
    256   background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
    257   background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
    258   background-repeat: repeat-x;
    259   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    260   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    261 }
    262 .navbar-inverse .navbar-nav > .open > a,
    263 .navbar-inverse .navbar-nav > .active > a {
    264   background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
    265   background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
    266   background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
    267   background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
    268   background-repeat: repeat-x;
    269   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    270   -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    271   box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    272 }
    273 .navbar-inverse .navbar-brand,
    274 .navbar-inverse .navbar-nav > li > a {
    275   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    276 }
    277 .navbar-static-top,
    278 .navbar-fixed-top,
    279 .navbar-fixed-bottom {
    280   border-radius: 0;
    281 }
    282 @media (max-width: 767px) {
    283   .navbar .navbar-nav .open .dropdown-menu > .active > a,
    284   .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    285   .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    286     color: #fff;
    287     background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    288     background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    289     background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    290     background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    291     background-repeat: repeat-x;
    292     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    293   }
    294 }
    295 .alert {
    296   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    297   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    298   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    299 }
    300 .alert-success {
    301   background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    302   background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    303   background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    304   background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    305   background-repeat: repeat-x;
    306   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    307   border-color: #b2dba1;
    308 }
    309 .alert-info {
    310   background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    311   background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    312   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    313   background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    314   background-repeat: repeat-x;
    315   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    316   border-color: #9acfea;
    317 }
    318 .alert-warning {
    319   background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    320   background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    321   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    322   background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    323   background-repeat: repeat-x;
    324   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    325   border-color: #f5e79e;
    326 }
    327 .alert-danger {
    328   background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    329   background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    330   background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    331   background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    332   background-repeat: repeat-x;
    333   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    334   border-color: #dca7a7;
    335 }
    336 .progress {
    337   background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    338   background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    339   background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    340   background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    341   background-repeat: repeat-x;
    342   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    343 }
    344 .progress-bar {
    345   background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    346   background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    347   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    348   background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    349   background-repeat: repeat-x;
    350   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    351 }
    352 .progress-bar-success {
    353   background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    354   background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    355   background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    356   background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    357   background-repeat: repeat-x;
    358   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    359 }
    360 .progress-bar-info {
    361   background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    362   background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    363   background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    364   background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    365   background-repeat: repeat-x;
    366   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    367 }
    368 .progress-bar-warning {
    369   background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    370   background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    371   background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    372   background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    373   background-repeat: repeat-x;
    374   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    375 }
    376 .progress-bar-danger {
    377   background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    378   background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    379   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    380   background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    381   background-repeat: repeat-x;
    382   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    383 }
    384 .progress-bar-striped {
    385   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);
    386   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);
    387   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);
    388 }
    389 .list-group {
    390   border-radius: 4px;
    391   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    392   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    393 }
    394 .list-group-item.active,
    395 .list-group-item.active:hover,
    396 .list-group-item.active:focus {
    397   text-shadow: 0 -1px 0 #286090;
    398   background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    399   background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    400   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    401   background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
    402   background-repeat: repeat-x;
    403   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    404   border-color: #2b669a;
    405 }
    406 .list-group-item.active .badge,
    407 .list-group-item.active:hover .badge,
    408 .list-group-item.active:focus .badge {
    409   text-shadow: none;
    410 }
    411 .panel {
    412   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    413   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    414 }
    415 .panel-default > .panel-heading {
    416   background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    417   background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    418   background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    419   background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    420   background-repeat: repeat-x;
    421   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    422 }
    423 .panel-primary > .panel-heading {
    424   background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    425   background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    426   background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    427   background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    428   background-repeat: repeat-x;
    429   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    430 }
    431 .panel-success > .panel-heading {
    432   background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    433   background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    434   background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    435   background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    436   background-repeat: repeat-x;
    437   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    438 }
    439 .panel-info > .panel-heading {
    440   background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    441   background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    442   background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    443   background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    444   background-repeat: repeat-x;
    445   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    446 }
    447 .panel-warning > .panel-heading {
    448   background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    449   background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    450   background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    451   background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    452   background-repeat: repeat-x;
    453   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    454 }
    455 .panel-danger > .panel-heading {
    456   background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    457   background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    458   background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    459   background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    460   background-repeat: repeat-x;
    461   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    462 }
    463 .well {
    464   background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    465   background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    466   background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    467   background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    468   background-repeat: repeat-x;
    469   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    470   border-color: #dcdcdc;
    471   -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    472   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    473 }