/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=cc30dacffe9ca129cfbf)
 * Config saved to config.json and https://gist.github.com/cc30dacffe9ca129cfbf
 */
.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-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #1d6386 0%, #123e53 100%);
  background-image: -o-linear-gradient(top, #1d6386 0%, #123e53 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d6386), to(#123e53));
  background-image: linear-gradient(to bottom, #1d6386 0%, #123e53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d6386', endColorstr='#ff123e53', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #11384b;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #123e53;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #123e53;
  border-color: #11384b;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #123e53;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #002c71 0%, #001434 100%);
  background-image: -o-linear-gradient(top, #002c71 0%, #001434 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002c71), to(#001434));
  background-image: linear-gradient(to bottom, #002c71 0%, #001434 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002c71', endColorstr='#ff001434', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #00102a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #001434;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #001434;
  border-color: #00102a;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #001434;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #4abe00 0%, #328000 100%);
  background-image: -o-linear-gradient(top, #4abe00 0%, #328000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4abe00), to(#328000));
  background-image: linear-gradient(to bottom, #4abe00 0%, #328000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4abe00', endColorstr='#ff328000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2e7600;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #328000;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #328000;
  border-color: #2e7600;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #328000;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #2b92c4 0%, #206c92 100%);
  background-image: -o-linear-gradient(top, #2b92c4 0%, #206c92 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b92c4), to(#206c92));
  background-image: linear-gradient(to bottom, #2b92c4 0%, #206c92 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b92c4', endColorstr='#ff206c92', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #1e668a;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #206c92;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #206c92;
  border-color: #1e668a;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #206c92;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #ffaf42 0%, #ff9505 100%);
  background-image: -o-linear-gradient(top, #ffaf42 0%, #ff9505 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf42), to(#ff9505));
  background-image: linear-gradient(to bottom, #ffaf42 0%, #ff9505 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffaf42', endColorstr='#ffff9505', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #fa9000;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #ff9505;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #ff9505;
  border-color: #fa9000;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #ff9505;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d70054 0%, #9a003c 100%);
  background-image: -o-linear-gradient(top, #d70054 0%, #9a003c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d70054), to(#9a003c));
  background-image: linear-gradient(to bottom, #d70054 0%, #9a003c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd70054', endColorstr='#ff9a003c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #900038;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #9a003c;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #9a003c;
  border-color: #900038;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #9a003c;
  background-image: none;
}
.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-image: -webkit-linear-gradient(top, #b4dbee 0%, #9fd1ea 100%);
  background-image: -o-linear-gradient(top, #b4dbee 0%, #9fd1ea 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b4dbee), to(#9fd1ea));
  background-image: linear-gradient(to bottom, #b4dbee 0%, #9fd1ea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb4dbee', endColorstr='#ff9fd1ea', GradientType=0);
  background-color: #9fd1ea;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #369fd3 0%, #2b92c4 100%);
  background-image: -o-linear-gradient(top, #369fd3 0%, #2b92c4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#369fd3), to(#2b92c4));
  background-image: linear-gradient(to bottom, #369fd3 0%, #2b92c4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff369fd3', endColorstr='#ff2b92c4', GradientType=0);
  background-color: #2b92c4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -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 > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e2e2e2 0%, #e9e9e9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#e9e9e9));
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffe9e9e9', 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, #919191 0%, #777777 100%);
  background-image: -o-linear-gradient(top, #919191 0%, #777777 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#919191), to(#777777));
  background-image: linear-gradient(to bottom, #919191 0%, #777777 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff919191', endColorstr='#ff777777', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #333333 0%, #393939 100%);
  background-image: -o-linear-gradient(top, #333333 0%, #393939 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#393939));
  background-image: linear-gradient(to bottom, #333333 0%, #393939 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff393939', 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;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #369fd3 0%, #2b92c4 100%);
    background-image: -o-linear-gradient(top, #369fd3 0%, #2b92c4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#369fd3), to(#2b92c4));
    background-image: linear-gradient(to bottom, #369fd3 0%, #2b92c4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff369fd3', endColorstr='#ff2b92c4', GradientType=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, #d7ffbe 0%, #c0ff97 100%);
  background-image: -o-linear-gradient(top, #d7ffbe 0%, #c0ff97 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7ffbe), to(#c0ff97));
  background-image: linear-gradient(to bottom, #d7ffbe 0%, #c0ff97 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7ffbe', endColorstr='#ffc0ff97', GradientType=0);
  border-color: #a8ff71;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #e4f2f9 0%, #c4e3f2 100%);
  background-image: -o-linear-gradient(top, #e4f2f9 0%, #c4e3f2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4f2f9), to(#c4e3f2));
  background-image: linear-gradient(to bottom, #e4f2f9 0%, #c4e3f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4f2f9', endColorstr='#ffc4e3f2', GradientType=0);
  border-color: #a5d4eb;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fff2b3 0%, #ffeb8d 100%);
  background-image: -o-linear-gradient(top, #fff2b3 0%, #ffeb8d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2b3), to(#ffeb8d));
  background-image: linear-gradient(to bottom, #fff2b3 0%, #ffeb8d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff2b3', endColorstr='#ffffeb8d', GradientType=0);
  border-color: #ffe467;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #ffd7e7 0%, #ffb1cf 100%);
  background-image: -o-linear-gradient(top, #ffd7e7 0%, #ffb1cf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd7e7), to(#ffb1cf));
  background-image: linear-gradient(to bottom, #ffd7e7 0%, #ffb1cf 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd7e7', endColorstr='#ffffb1cf', GradientType=0);
  border-color: #ff8bb8;
}
.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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #002c71 0%, #00183e 100%);
  background-image: -o-linear-gradient(top, #002c71 0%, #00183e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002c71), to(#00183e));
  background-image: linear-gradient(to bottom, #002c71 0%, #00183e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002c71', endColorstr='#ff00183e', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #4abe00 0%, #368b00 100%);
  background-image: -o-linear-gradient(top, #4abe00 0%, #368b00 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4abe00), to(#368b00));
  background-image: linear-gradient(to bottom, #4abe00 0%, #368b00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4abe00', endColorstr='#ff368b00', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #60b3dc 0%, #369fd3 100%);
  background-image: -o-linear-gradient(top, #60b3dc 0%, #369fd3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#60b3dc), to(#369fd3));
  background-image: linear-gradient(to bottom, #60b3dc 0%, #369fd3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff60b3dc', endColorstr='#ff369fd3', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #ffaf42 0%, #ff9910 100%);
  background-image: -o-linear-gradient(top, #ffaf42 0%, #ff9910 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf42), to(#ff9910));
  background-image: linear-gradient(to bottom, #ffaf42 0%, #ff9910 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffaf42', endColorstr='#ffff9910', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d70054 0%, #a40040 100%);
  background-image: -o-linear-gradient(top, #d70054 0%, #a40040 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d70054), to(#a40040));
  background-image: linear-gradient(to bottom, #d70054 0%, #a40040 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd70054', endColorstr='#ffa40040', GradientType=0);
}
.progress-bar-striped {
  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: -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);
  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);
}
.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 #60b3dc;
  background-image: -webkit-linear-gradient(top, #8ac7e5 0%, #6ab8de 100%);
  background-image: -o-linear-gradient(top, #8ac7e5 0%, #6ab8de 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac7e5), to(#6ab8de));
  background-image: linear-gradient(to bottom, #8ac7e5 0%, #6ab8de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac7e5', endColorstr='#ff6ab8de', GradientType=0);
  border-color: #6ab8de;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.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, #1d6386 0%, #195471 100%);
  background-image: -o-linear-gradient(top, #1d6386 0%, #195471 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d6386), to(#195471));
  background-image: linear-gradient(to bottom, #1d6386 0%, #195471 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d6386', endColorstr='#ff195471', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #002c71 0%, #002258 100%);
  background-image: -o-linear-gradient(top, #002c71 0%, #002258 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002c71), to(#002258));
  background-image: linear-gradient(to bottom, #002c71 0%, #002258 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002c71', endColorstr='#ff002258', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #4abe00 0%, #40a400 100%);
  background-image: -o-linear-gradient(top, #4abe00 0%, #40a400 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4abe00), to(#40a400));
  background-image: linear-gradient(to bottom, #4abe00 0%, #40a400 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4abe00', endColorstr='#ff40a400', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #2b92c4 0%, #2782af 100%);
  background-image: -o-linear-gradient(top, #2b92c4 0%, #2782af 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b92c4), to(#2782af));
  background-image: linear-gradient(to bottom, #2b92c4 0%, #2782af 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b92c4', endColorstr='#ff2782af', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffa01f 0%, #ff9505 100%);
  background-image: -o-linear-gradient(top, #ffa01f 0%, #ff9505 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa01f), to(#ff9505));
  background-image: linear-gradient(to bottom, #ffa01f 0%, #ff9505 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa01f', endColorstr='#ffff9505', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d70054 0%, #be004a 100%);
  background-image: -o-linear-gradient(top, #d70054 0%, #be004a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d70054), to(#be004a));
  background-image: linear-gradient(to bottom, #d70054 0%, #be004a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd70054', endColorstr='#ffbe004a', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=0);
  border-color: #e6e6e6;
  -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);
}
