.builder-bootstrap {
  background-color: #f0f0f0;
  background-image: url();
  background-repeat: repeat;
  background-position: ;
  webkit-background-size: ;
  -moz-background-size: ;
  -o-background-size: ;
  background-size: ;
  color: #878787;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* @brand-primary */
  /*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
}
.builder-bootstrap a,
.builder-bootstrap h1,
.builder-bootstrap h2,
.builder-bootstrap h3,
.builder-bootstrap h4,
.builder-bootstrap h5,
.builder-bootstrap h6,
.builder-bootstrap p {
  color: #878787;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.builder-bootstrap .modal p,
.builder-bootstrap .modal .form-control,
.builder-bootstrap .modal label,
.builder-bootstrap .modal .modal-header,
.builder-bootstrap .modal .modal-header a i,
.builder-bootstrap .modal .modal-header a,
.builder-bootstrap .modal p a {
  color: #333 !important;
}
.builder-bootstrap .btn-default,
.builder-bootstrap .btn-primary,
.builder-bootstrap .btn-success,
.builder-bootstrap .btn-info,
.builder-bootstrap .btn-warning,
.builder-bootstrap .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);
}
.builder-bootstrap .btn-default:active,
.builder-bootstrap .btn-primary:active,
.builder-bootstrap .btn-success:active,
.builder-bootstrap .btn-info:active,
.builder-bootstrap .btn-warning:active,
.builder-bootstrap .btn-danger:active,
.builder-bootstrap .btn-default.active,
.builder-bootstrap .btn-primary.active,
.builder-bootstrap .btn-success.active,
.builder-bootstrap .btn-info.active,
.builder-bootstrap .btn-warning.active,
.builder-bootstrap .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);
}
.builder-bootstrap .btn-default.disabled,
.builder-bootstrap .btn-primary.disabled,
.builder-bootstrap .btn-success.disabled,
.builder-bootstrap .btn-info.disabled,
.builder-bootstrap .btn-warning.disabled,
.builder-bootstrap .btn-danger.disabled,
.builder-bootstrap .btn-default[disabled],
.builder-bootstrap .btn-primary[disabled],
.builder-bootstrap .btn-success[disabled],
.builder-bootstrap .btn-info[disabled],
.builder-bootstrap .btn-warning[disabled],
.builder-bootstrap .btn-danger[disabled],
fieldset[disabled] .builder-bootstrap .btn-default,
fieldset[disabled] .builder-bootstrap .btn-primary,
fieldset[disabled] .builder-bootstrap .btn-success,
fieldset[disabled] .builder-bootstrap .btn-info,
fieldset[disabled] .builder-bootstrap .btn-warning,
fieldset[disabled] .builder-bootstrap .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.builder-bootstrap .btn-default .badge,
.builder-bootstrap .btn-primary .badge,
.builder-bootstrap .btn-success .badge,
.builder-bootstrap .btn-info .badge,
.builder-bootstrap .btn-warning .badge,
.builder-bootstrap .btn-danger .badge {
  text-shadow: none;
}
.builder-bootstrap .btn:active,
.builder-bootstrap .btn.active {
  background-image: none;
}
.builder-bootstrap .btn-default {
  /*#gradient > .vertical(@start-color: @btn-color; @end-color: @btn-color);
  .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620
  background-repeat: repeat-x;*/
  background-image: none;
  background-color: #5cb85c;
  border-color: #3e8f3e;
  color: #FFF;
}
.builder-bootstrap .btn-default:hover,
.builder-bootstrap .btn-default:focus {
  background-color: #419641;
  background-position: 0 -15px;
  color: #FFF;
  border-color: #3e8f3e;
}
.builder-bootstrap .btn-default:active:hover,
.builder-bootstrap .btn-default:active,
.builder-bootstrap .btn-default.active {
  background-color: #419641;
  border-color: #3e8f3e;
  color: #FFF;
}
.builder-bootstrap .btn-default.disabled,
.builder-bootstrap .btn-default[disabled],
fieldset[disabled] .builder-bootstrap .btn-default,
.builder-bootstrap .btn-default.disabled:hover,
.builder-bootstrap .btn-default[disabled]:hover,
fieldset[disabled] .builder-bootstrap .btn-default:hover,
.builder-bootstrap .btn-default.disabled:focus,
.builder-bootstrap .btn-default[disabled]:focus,
fieldset[disabled] .builder-bootstrap .btn-default:focus,
.builder-bootstrap .btn-default.disabled.focus,
.builder-bootstrap .btn-default[disabled].focus,
fieldset[disabled] .builder-bootstrap .btn-default.focus,
.builder-bootstrap .btn-default.disabled:active,
.builder-bootstrap .btn-default[disabled]:active,
fieldset[disabled] .builder-bootstrap .btn-default:active,
.builder-bootstrap .btn-default.disabled.active,
.builder-bootstrap .btn-default[disabled].active,
fieldset[disabled] .builder-bootstrap .btn-default.active {
  background-color: #419641;
  background-image: none;
  border-color: #3e8f3e;
}
.builder-bootstrap .btn-primary {
  /*#gradient > .vertical(@start-color: @btn-color; @end-color: @btn-color);
  .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620
  background-repeat: repeat-x;*/
  background-image: none;
  background-color: #0568a3;
  border-color: #033c5e;
  color: #FFF;
}
.builder-bootstrap .btn-primary:hover,
.builder-bootstrap .btn-primary:focus {
  background-color: #034268;
  background-position: 0 -15px;
  color: #FFF;
  border-color: #033c5e;
}
.builder-bootstrap .btn-primary:active:hover,
.builder-bootstrap .btn-primary:active,
.builder-bootstrap .btn-primary.active {
  background-color: #034268;
  border-color: #033c5e;
  color: #FFF;
}
.builder-bootstrap .btn-primary.disabled,
.builder-bootstrap .btn-primary[disabled],
fieldset[disabled] .builder-bootstrap .btn-primary,
.builder-bootstrap .btn-primary.disabled:hover,
.builder-bootstrap .btn-primary[disabled]:hover,
fieldset[disabled] .builder-bootstrap .btn-primary:hover,
.builder-bootstrap .btn-primary.disabled:focus,
.builder-bootstrap .btn-primary[disabled]:focus,
fieldset[disabled] .builder-bootstrap .btn-primary:focus,
.builder-bootstrap .btn-primary.disabled.focus,
.builder-bootstrap .btn-primary[disabled].focus,
fieldset[disabled] .builder-bootstrap .btn-primary.focus,
.builder-bootstrap .btn-primary.disabled:active,
.builder-bootstrap .btn-primary[disabled]:active,
fieldset[disabled] .builder-bootstrap .btn-primary:active,
.builder-bootstrap .btn-primary.disabled.active,
.builder-bootstrap .btn-primary[disabled].active,
fieldset[disabled] .builder-bootstrap .btn-primary.active {
  background-color: #034268;
  background-image: none;
  border-color: #033c5e;
}
.builder-bootstrap .btn-success {
  /*#gradient > .vertical(@start-color: @btn-color; @end-color: @btn-color);
  .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620
  background-repeat: repeat-x;*/
  background-image: none;
  background-color: #5cb85c;
  border-color: #3e8f3e;
}
.builder-bootstrap .btn-success:hover,
.builder-bootstrap .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
  color: #FFF;
  border-color: #3e8f3e;
}
.builder-bootstrap .btn-success:active:hover,
.builder-bootstrap .btn-success:active,
.builder-bootstrap .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
  color: #FFF;
}
.builder-bootstrap .btn-success.disabled,
.builder-bootstrap .btn-success[disabled],
fieldset[disabled] .builder-bootstrap .btn-success,
.builder-bootstrap .btn-success.disabled:hover,
.builder-bootstrap .btn-success[disabled]:hover,
fieldset[disabled] .builder-bootstrap .btn-success:hover,
.builder-bootstrap .btn-success.disabled:focus,
.builder-bootstrap .btn-success[disabled]:focus,
fieldset[disabled] .builder-bootstrap .btn-success:focus,
.builder-bootstrap .btn-success.disabled.focus,
.builder-bootstrap .btn-success[disabled].focus,
fieldset[disabled] .builder-bootstrap .btn-success.focus,
.builder-bootstrap .btn-success.disabled:active,
.builder-bootstrap .btn-success[disabled]:active,
fieldset[disabled] .builder-bootstrap .btn-success:active,
.builder-bootstrap .btn-success.disabled.active,
.builder-bootstrap .btn-success[disabled].active,
fieldset[disabled] .builder-bootstrap .btn-success.active {
  background-color: #419641;
  background-image: none;
  border-color: #3e8f3e;
}
.builder-bootstrap .btn-info {
  /*#gradient > .vertical(@start-color: @btn-color; @end-color: @btn-color);
  .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620
  background-repeat: repeat-x;*/
  background-image: none;
  background-color: #5bc0de;
  border-color: #28a4c9;
}
.builder-bootstrap .btn-info:hover,
.builder-bootstrap .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
  color: #FFF;
  border-color: #28a4c9;
}
.builder-bootstrap .btn-info:active:hover,
.builder-bootstrap .btn-info:active,
.builder-bootstrap .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
  color: #FFF;
}
.builder-bootstrap .btn-info.disabled,
.builder-bootstrap .btn-info[disabled],
fieldset[disabled] .builder-bootstrap .btn-info,
.builder-bootstrap .btn-info.disabled:hover,
.builder-bootstrap .btn-info[disabled]:hover,
fieldset[disabled] .builder-bootstrap .btn-info:hover,
.builder-bootstrap .btn-info.disabled:focus,
.builder-bootstrap .btn-info[disabled]:focus,
fieldset[disabled] .builder-bootstrap .btn-info:focus,
.builder-bootstrap .btn-info.disabled.focus,
.builder-bootstrap .btn-info[disabled].focus,
fieldset[disabled] .builder-bootstrap .btn-info.focus,
.builder-bootstrap .btn-info.disabled:active,
.builder-bootstrap .btn-info[disabled]:active,
fieldset[disabled] .builder-bootstrap .btn-info:active,
.builder-bootstrap .btn-info.disabled.active,
.builder-bootstrap .btn-info[disabled].active,
fieldset[disabled] .builder-bootstrap .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
  border-color: #28a4c9;
}
.builder-bootstrap .btn-warning {
  /*#gradient > .vertical(@start-color: @btn-color; @end-color: @btn-color);
  .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620
  background-repeat: repeat-x;*/
  background-image: none;
  background-color: #f0ad4e;
  border-color: #e38d13;
}
.builder-bootstrap .btn-warning:hover,
.builder-bootstrap .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
  color: #FFF;
  border-color: #e38d13;
}
.builder-bootstrap .btn-warning:active:hover,
.builder-bootstrap .btn-warning:active,
.builder-bootstrap .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
  color: #FFF;
}
.builder-bootstrap .btn-warning.disabled,
.builder-bootstrap .btn-warning[disabled],
fieldset[disabled] .builder-bootstrap .btn-warning,
.builder-bootstrap .btn-warning.disabled:hover,
.builder-bootstrap .btn-warning[disabled]:hover,
fieldset[disabled] .builder-bootstrap .btn-warning:hover,
.builder-bootstrap .btn-warning.disabled:focus,
.builder-bootstrap .btn-warning[disabled]:focus,
fieldset[disabled] .builder-bootstrap .btn-warning:focus,
.builder-bootstrap .btn-warning.disabled.focus,
.builder-bootstrap .btn-warning[disabled].focus,
fieldset[disabled] .builder-bootstrap .btn-warning.focus,
.builder-bootstrap .btn-warning.disabled:active,
.builder-bootstrap .btn-warning[disabled]:active,
fieldset[disabled] .builder-bootstrap .btn-warning:active,
.builder-bootstrap .btn-warning.disabled.active,
.builder-bootstrap .btn-warning[disabled].active,
fieldset[disabled] .builder-bootstrap .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
  border-color: #e38d13;
}
.builder-bootstrap .btn-danger {
  /*#gradient > .vertical(@start-color: @btn-color; @end-color: @btn-color);
  .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620
  background-repeat: repeat-x;*/
  background-image: none;
  background-color: #d9534f;
  border-color: #b92c28;
}
.builder-bootstrap .btn-danger:hover,
.builder-bootstrap .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
  color: #FFF;
  border-color: #b92c28;
}
.builder-bootstrap .btn-danger:active:hover,
.builder-bootstrap .btn-danger:active,
.builder-bootstrap .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
  color: #FFF;
}
.builder-bootstrap .btn-danger.disabled,
.builder-bootstrap .btn-danger[disabled],
fieldset[disabled] .builder-bootstrap .btn-danger,
.builder-bootstrap .btn-danger.disabled:hover,
.builder-bootstrap .btn-danger[disabled]:hover,
fieldset[disabled] .builder-bootstrap .btn-danger:hover,
.builder-bootstrap .btn-danger.disabled:focus,
.builder-bootstrap .btn-danger[disabled]:focus,
fieldset[disabled] .builder-bootstrap .btn-danger:focus,
.builder-bootstrap .btn-danger.disabled.focus,
.builder-bootstrap .btn-danger[disabled].focus,
fieldset[disabled] .builder-bootstrap .btn-danger.focus,
.builder-bootstrap .btn-danger.disabled:active,
.builder-bootstrap .btn-danger[disabled]:active,
fieldset[disabled] .builder-bootstrap .btn-danger:active,
.builder-bootstrap .btn-danger.disabled.active,
.builder-bootstrap .btn-danger[disabled].active,
fieldset[disabled] .builder-bootstrap .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
  border-color: #b92c28;
}
.builder-bootstrap .thumbnail,
.builder-bootstrap .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);
}
.builder-bootstrap .dropdown-menu > li > a:hover,
.builder-bootstrap .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;
}
.builder-bootstrap .dropdown-menu > .active > a,
.builder-bootstrap .dropdown-menu > .active > a:hover,
.builder-bootstrap .dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #0568a3 0%, #04588a 100%);
  background-image: -o-linear-gradient(top, #0568a3 0%, #04588a 100%);
  background-image: linear-gradient(to bottom, #0568a3 0%, #04588a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0568a3', endColorstr='#ff04588a', GradientType=0);
  background-color: #04588a;
}
.builder-bootstrap .navbar-default {
  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);
}
.builder-bootstrap .navbar-default .navbar-nav > .open > a,
.builder-bootstrap .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);
}
.builder-bootstrap .navbar-brand,
.builder-bootstrap .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.builder-bootstrap .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);
  border-radius: 4px;
}
.builder-bootstrap .navbar-inverse .navbar-nav > .open > a,
.builder-bootstrap .navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', 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);
}
.builder-bootstrap .navbar-inverse .navbar-brand,
.builder-bootstrap .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.builder-bootstrap .navbar-static-top,
.builder-bootstrap .navbar-fixed-top,
.builder-bootstrap .navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .builder-bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .builder-bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .builder-bootstrap .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #0568a3 0%, #04588a 100%);
    background-image: -o-linear-gradient(top, #0568a3 0%, #04588a 100%);
    background-image: linear-gradient(to bottom, #0568a3 0%, #04588a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0568a3', endColorstr='#ff04588a', GradientType=0);
  }
}
.builder-bootstrap .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);
}
.builder-bootstrap .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.builder-bootstrap .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.builder-bootstrap .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.builder-bootstrap .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.builder-bootstrap .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);
}
.builder-bootstrap .progress-bar {
  background-image: -webkit-linear-gradient(top, #0568a3 0%, #034872 100%);
  background-image: -o-linear-gradient(top, #0568a3 0%, #034872 100%);
  background-image: linear-gradient(to bottom, #0568a3 0%, #034872 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0568a3', endColorstr='#ff034872', GradientType=0);
}
.builder-bootstrap .progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.builder-bootstrap .progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.builder-bootstrap .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);
}
.builder-bootstrap .progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.builder-bootstrap .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);
}
.builder-bootstrap .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);
}
.builder-bootstrap .list-group-item.active,
.builder-bootstrap .list-group-item.active:hover,
.builder-bootstrap .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #034872;
  background-image: -webkit-linear-gradient(top, #0568a3 0%, #04507e 100%);
  background-image: -o-linear-gradient(top, #0568a3 0%, #04507e 100%);
  background-image: linear-gradient(to bottom, #0568a3 0%, #04507e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0568a3', endColorstr='#ff04507e', GradientType=0);
  border-color: #04507e;
}
.builder-bootstrap .list-group-item.active .badge,
.builder-bootstrap .list-group-item.active:hover .badge,
.builder-bootstrap .list-group-item.active:focus .badge {
  text-shadow: none;
}
.builder-bootstrap .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.builder-bootstrap .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);
}
.builder-bootstrap .panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #0568a3 0%, #04588a 100%);
  background-image: -o-linear-gradient(top, #0568a3 0%, #04588a 100%);
  background-image: linear-gradient(to bottom, #0568a3 0%, #04588a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0568a3', endColorstr='#ff04588a', GradientType=0);
}
.builder-bootstrap .panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.builder-bootstrap .panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.builder-bootstrap .panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.builder-bootstrap .panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.builder-bootstrap .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: #dcdcdc;
  -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);
}
.builder-bootstrap h1 p,
.builder-bootstrap a.btn p,
.builder-bootstrap p p {
  color: inherit;
  font-family: inherit;
  margin: 0;
}
