.lexbox-style .btn-default,
.lexbox-style .btn-primary,
.lexbox-style .btn-success,
.lexbox-style .btn-info,
.lexbox-style .btn-warning,
.lexbox-style .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);
}
.lexbox-style .btn-default:active, .lexbox-style .btn-default.active,
.lexbox-style .btn-primary:active,
.lexbox-style .btn-primary.active,
.lexbox-style .btn-success:active,
.lexbox-style .btn-success.active,
.lexbox-style .btn-info:active,
.lexbox-style .btn-info.active,
.lexbox-style .btn-warning:active,
.lexbox-style .btn-warning.active,
.lexbox-style .btn-danger:active,
.lexbox-style .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);
}
.lexbox-style .btn-default .badge,
.lexbox-style .btn-primary .badge,
.lexbox-style .btn-success .badge,
.lexbox-style .btn-info .badge,
.lexbox-style .btn-warning .badge,
.lexbox-style .btn-danger .badge {
  text-shadow: none;
}

.lexbox-style .btn:active, .lexbox-style .btn.active {
  background-image: none;
}
.lexbox-style .btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  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;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.lexbox-style .btn-default:hover, .lexbox-style .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.lexbox-style .btn-default:active, .lexbox-style .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.lexbox-style .btn-default.disabled, .lexbox-style .btn-default:disabled, .lexbox-style .btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.lexbox-style .btn-primary {
  background-image: -webkit-linear-gradient(top, #3a94b9 0%, #2b6f8a 100%);
  background-image: -o-linear-gradient(top, #3a94b9 0%, #2b6f8a 100%);
  background-image: linear-gradient(to bottom, #3a94b9 0%, #2b6f8a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3A94B9", endColorstr="#FF2B6F8A", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #296983;
}
.lexbox-style .btn-primary:hover, .lexbox-style .btn-primary:focus {
  background-color: #2b6f8a;
  background-position: 0 -15px;
}
.lexbox-style .btn-primary:active, .lexbox-style .btn-primary.active {
  background-color: #2b6f8a;
  border-color: #296983;
}
.lexbox-style .btn-primary.disabled, .lexbox-style .btn-primary:disabled, .lexbox-style .btn-primary[disabled] {
  background-color: #2b6f8a;
  background-image: none;
}
.lexbox-style .btn-success {
  background-image: -webkit-linear-gradient(top, #80ca0a 0%, #5b9007 100%);
  background-image: -o-linear-gradient(top, #80ca0a 0%, #5b9007 100%);
  background-image: linear-gradient(to bottom, #80ca0a 0%, #5b9007 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF80CA0A", endColorstr="#FF5B9007", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #558607;
}
.lexbox-style .btn-success:hover, .lexbox-style .btn-success:focus {
  background-color: #5b9007;
  background-position: 0 -15px;
}
.lexbox-style .btn-success:active, .lexbox-style .btn-success.active {
  background-color: #5b9007;
  border-color: #558607;
}
.lexbox-style .btn-success.disabled, .lexbox-style .btn-success:disabled, .lexbox-style .btn-success[disabled] {
  background-color: #5b9007;
  background-image: none;
}
.lexbox-style .btn-info {
  background-image: -webkit-linear-gradient(top, #a7dbd8 0%, #7cc9c5 100%);
  background-image: -o-linear-gradient(top, #a7dbd8 0%, #7cc9c5 100%);
  background-image: linear-gradient(to bottom, #a7dbd8 0%, #7cc9c5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA7DBD8", endColorstr="#FF7CC9C5", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #74c6c2;
}
.lexbox-style .btn-info:hover, .lexbox-style .btn-info:focus {
  background-color: #7cc9c5;
  background-position: 0 -15px;
}
.lexbox-style .btn-info:active, .lexbox-style .btn-info.active {
  background-color: #7cc9c5;
  border-color: #74c6c2;
}
.lexbox-style .btn-info.disabled, .lexbox-style .btn-info:disabled, .lexbox-style .btn-info[disabled] {
  background-color: #7cc9c5;
  background-image: none;
}
.lexbox-style .btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  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;
}
.lexbox-style .btn-warning:hover, .lexbox-style .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.lexbox-style .btn-warning:active, .lexbox-style .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.lexbox-style .btn-warning.disabled, .lexbox-style .btn-warning:disabled, .lexbox-style .btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.lexbox-style .btn-danger {
  background-image: -webkit-linear-gradient(top, #d55026 0%, #a13c1d 100%);
  background-image: -o-linear-gradient(top, #d55026 0%, #a13c1d 100%);
  background-image: linear-gradient(to bottom, #d55026 0%, #a13c1d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD55026", endColorstr="#FFA13C1D", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #98391b;
}
.lexbox-style .btn-danger:hover, .lexbox-style .btn-danger:focus {
  background-color: #a13c1d;
  background-position: 0 -15px;
}
.lexbox-style .btn-danger:active, .lexbox-style .btn-danger.active {
  background-color: #a13c1d;
  border-color: #98391b;
}
.lexbox-style .btn-danger.disabled, .lexbox-style .btn-danger:disabled, .lexbox-style .btn-danger[disabled] {
  background-color: #a13c1d;
  background-image: none;
}
.lexbox-style .thumbnail,
.lexbox-style .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);
}
.lexbox-style .dropdown-menu > li > a:hover,
.lexbox-style .dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-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);
  background-color: #e8e8e8;
}
.lexbox-style .dropdown-menu > .active > a,
.lexbox-style .dropdown-menu > .active > a:hover,
.lexbox-style .dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #3a94b9 0%, #3484a6 100%);
  background-image: -o-linear-gradient(top, #3a94b9 0%, #3484a6 100%);
  background-image: linear-gradient(to bottom, #3a94b9 0%, #3484a6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3A94B9", endColorstr="#FF3484A6", GradientType=0);
  background-color: #3484a6;
}
.lexbox-style .navbar-default {
  background-image: -webkit-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, white 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);
}
.lexbox-style .navbar-default .navbar-nav > .open > a,
.lexbox-style .navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDBDBDB", endColorstr="#FFE2E2E2", 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);
}
.lexbox-style .navbar-brand,
.lexbox-style .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.lexbox-style .navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-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);
}
.lexbox-style .navbar-inverse .navbar-nav > .open > a,
.lexbox-style .navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #090909 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #090909 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #090909 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF090909", endColorstr="#FF0F0F0F", 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);
}
.lexbox-style .navbar-inverse .navbar-brand,
.lexbox-style .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.lexbox-style .navbar-static-top,
.lexbox-style .navbar-fixed-top,
.lexbox-style .navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .lexbox-style .navbar .navbar-nav .open .dropdown-menu > .active > a, .lexbox-style .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .lexbox-style .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #3a94b9 0%, #3484a6 100%);
    background-image: -o-linear-gradient(top, #3a94b9 0%, #3484a6 100%);
    background-image: linear-gradient(to bottom, #3a94b9 0%, #3484a6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3A94B9", endColorstr="#FF3484A6", GradientType=0);
  }
}
.lexbox-style .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);
}

.lexbox-style .alert-success {
  background-image: -webkit-linear-gradient(top, #effeee 0%, #cbfcca 100%);
  background-image: -o-linear-gradient(top, #effeee 0%, #cbfcca 100%);
  background-image: linear-gradient(to bottom, #effeee 0%, #cbfcca 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEFFEEE", endColorstr="#FFCBFCCA", GradientType=0);
  border-color: #a8fba5;
}
.lexbox-style .alert-info {
  background-image: -webkit-linear-gradient(top, #ddedf1 0%, #c2dfe6 100%);
  background-image: -o-linear-gradient(top, #ddedf1 0%, #c2dfe6 100%);
  background-image: linear-gradient(to bottom, #ddedf1 0%, #c2dfe6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDDEDF1", endColorstr="#FFC2DFE6", GradientType=0);
  border-color: #a7d1db;
}
.lexbox-style .alert-warning {
  background-image: -webkit-linear-gradient(top, white 0%, #fcf1dc 100%);
  background-image: -o-linear-gradient(top, white 0%, #fcf1dc 100%);
  background-image: linear-gradient(to bottom, white 0%, #fcf1dc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFCF1DC", GradientType=0);
  border-color: #f9e4b8;
}
.lexbox-style .alert-danger {
  background-image: -webkit-linear-gradient(top, white 0%, #f9e9df 100%);
  background-image: -o-linear-gradient(top, white 0%, #f9e9df 100%);
  background-image: linear-gradient(to bottom, white 0%, #f9e9df 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF9E9DF", GradientType=0);
  border-color: #f3d4be;
}
.lexbox-style .progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-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);
}

.lexbox-style .progress-bar {
  background-image: -webkit-linear-gradient(top, #3a94b9 0%, #2e7592 100%);
  background-image: -o-linear-gradient(top, #3a94b9 0%, #2e7592 100%);
  background-image: linear-gradient(to bottom, #3a94b9 0%, #2e7592 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3A94B9", endColorstr="#FF2E7592", GradientType=0);
}
.lexbox-style .progress-bar-success {
  background-image: -webkit-linear-gradient(top, #80ca0a 0%, #619908 100%);
  background-image: -o-linear-gradient(top, #80ca0a 0%, #619908 100%);
  background-image: linear-gradient(to bottom, #80ca0a 0%, #619908 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF80CA0A", endColorstr="#FF619908", GradientType=0);
}
.lexbox-style .progress-bar-info {
  background-image: -webkit-linear-gradient(top, #a7dbd8 0%, #83ccc8 100%);
  background-image: -o-linear-gradient(top, #a7dbd8 0%, #83ccc8 100%);
  background-image: linear-gradient(to bottom, #a7dbd8 0%, #83ccc8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFA7DBD8", endColorstr="#FF83CCC8", GradientType=0);
}
.lexbox-style .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: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0AD4E", endColorstr="#FFEC971F", GradientType=0);
}
.lexbox-style .progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d55026 0%, #aa401e 100%);
  background-image: -o-linear-gradient(top, #d55026 0%, #aa401e 100%);
  background-image: linear-gradient(to bottom, #d55026 0%, #aa401e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD55026", endColorstr="#FFAA401E", GradientType=0);
}
.lexbox-style .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);
}
.lexbox-style .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);
}
.lexbox-style .list-group-item.active,
.lexbox-style .list-group-item.active:hover,
.lexbox-style .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #2e7592;
  background-image: -webkit-linear-gradient(top, #3a94b9 0%, #317d9c 100%);
  background-image: -o-linear-gradient(top, #3a94b9 0%, #317d9c 100%);
  background-image: linear-gradient(to bottom, #3a94b9 0%, #317d9c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3A94B9", endColorstr="#FF317D9C", GradientType=0);
  border-color: #317d9c;
}
.lexbox-style .list-group-item.active .badge,
.lexbox-style .list-group-item.active:hover .badge,
.lexbox-style .list-group-item.active:focus .badge {
  text-shadow: none;
}
.lexbox-style .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.lexbox-style .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: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF5F5F5", endColorstr="#FFE8E8E8", GradientType=0);
}
.lexbox-style .panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #3a94b9 0%, #3484a6 100%);
  background-image: -o-linear-gradient(top, #3a94b9 0%, #3484a6 100%);
  background-image: linear-gradient(to bottom, #3a94b9 0%, #3484a6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3A94B9", endColorstr="#FF3484A6", GradientType=0);
}
.lexbox-style .panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #effeee 0%, #d7fdd6 100%);
  background-image: -o-linear-gradient(top, #effeee 0%, #d7fdd6 100%);
  background-image: linear-gradient(to bottom, #effeee 0%, #d7fdd6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEFFEEE", endColorstr="#FFD7FDD6", GradientType=0);
}
.lexbox-style .panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ddedf1 0%, #cbe4ea 100%);
  background-image: -o-linear-gradient(top, #ddedf1 0%, #cbe4ea 100%);
  background-image: linear-gradient(to bottom, #ddedf1 0%, #cbe4ea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDDEDF1", endColorstr="#FFCBE4EA", GradientType=0);
}
.lexbox-style .panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, white 0%, #fdf6e7 100%);
  background-image: -o-linear-gradient(top, white 0%, #fdf6e7 100%);
  background-image: linear-gradient(to bottom, white 0%, #fdf6e7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFDF6E7", GradientType=0);
}
.lexbox-style .panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, white 0%, #fbf1e9 100%);
  background-image: -o-linear-gradient(top, white 0%, #fbf1e9 100%);
  background-image: linear-gradient(to bottom, white 0%, #fbf1e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFBF1E9", GradientType=0);
}
.lexbox-style .well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE8E8E8", endColorstr="#FFF5F5F5", GradientType=0);
  border-color: gainsboro;
  -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);
}
/*# sourceMappingURL=lexbox-bootstrap-theme.css.map */
