html body {
  margin-top: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  margin-bottom: 30px;
}

.block:first-child h2.block-title {
  margin-top: 10px;
}

.region-sidebar-second .block:first-child h2.block-title,
.region-sidebar-first .block:first-child h2.block-title {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 10px;
}

.container {
  width: 100%;
  max-width: 1600px;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid .navbar-right,
.container-fluid .navbar-left {
  margin-left: 0;
  margin-right: 0;
}

.dxpr-theme-fluid .navbar-right,
.dxpr-theme-fluid .navbar-left {
  margin-left: 0;
  margin-right: 0;
}

.row {
  margin-bottom: 0;
}

.column {
  margin-bottom: 30px;
}

.dropdown-menu {
  min-width: 160px;
}
.dropdown-menu li {
  float: left;
  min-width: 160px;
  display: block;
}

div.lead {
  margin-bottom: 0;
}

.btn,
.fake-submit {
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
  border-left: 3px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 8px 18px;
  white-space: normal;
  word-wrap: break-word;
}
.btn:hover, .btn:focus,
.fake-submit:hover,
.fake-submit:focus {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  border-left-color: rgba(0, 0, 0, 0.3);
}

.btn-lg {
  padding: 16px 22px;
}

.btn-sm {
  padding: 2px 8px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-default,
.btn-group > .btn-default,
.btn-primary,
.btn-group > .btn-primary,
.html .fake-submit {
  background: #284ed9;
  color: white;
}
.btn-default a,
.btn-group > .btn-default a,
.btn-primary a,
.btn-group > .btn-primary a,
.html .fake-submit a {
  color: white;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #05e993;
  color: white;
}
.btn-default:hover a,
.btn-default:focus a,
.btn-default.focus a,
.btn-default:active a,
.btn-default.active a,
.btn-primary:hover a,
.btn-primary:focus a,
.btn-primary.focus a,
.btn-primary:active a,
.btn-primary.active a,
a.bg-primary:hover a,
a.bg-primary:focus a {
  color: white;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #05e993;
}

.btn-link {
  background: transparent;
  color: #284ed9;
  border: none;
  box-shadow: none;
  text-decoration: underline;
}

.wrap-containers .nav > li > a.is-active {
  background-color: #eeeeee;
  color: #284ed9;
  text-decoration: none;
}

.region-sidebar-first .nav,
.region-sidebar-second .nav {
  float: none;
}
.region-sidebar-first .nav > li,
.region-sidebar-second .nav > li {
  float: none;
  display: block;
}
.region-sidebar-first .nav > li > a.is-active,
.region-sidebar-second .nav > li > a.is-active {
  display: block;
}

.block .nav > li > a .glyphicon {
  margin-left: -13px;
  display: inline-block;
  font-size: 14px;
  padding-right: 4px;
}

.well, .jumbotron {
  background-color: #eeeeee;
  color: #444444;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.well a, .jumbotron a {
  color: #444444;
}
.well h1, .well h2, .well h3, .well h4, .well h5, .well h6, .jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 {
  color: #444444;
}
.well .nav > li > a .glyphicon, .jumbotron .nav > li > a .glyphicon {
  color: #05e993;
}
.well .nav > li > a:hover,
.well .nav > li > a:focus,
.well .nav > li > a.is-active, .jumbotron .nav > li > a:hover,
.jumbotron .nav > li > a:focus,
.jumbotron .nav > li > a.is-active {
  color: #f1f1f1;
  background: #284ed9;
}
.well .nav > li > a:hover .glyphicon,
.well .nav > li > a:focus .glyphicon,
.well .nav > li > a.is-active .glyphicon, .jumbotron .nav > li > a:hover .glyphicon,
.jumbotron .nav > li > a:focus .glyphicon,
.jumbotron .nav > li > a.is-active .glyphicon {
  color: #f1f1f1;
}

.list-inline {
  margin: 0;
  padding: 0;
}
.list-inline > li {
  padding-left: 0;
}
.list-inline a {
  color: inherit;
}

.field.list-inline div {
  display: inline-block;
}
.field.list-inline .field--item::after {
  content: ", ";
}
.field.list-inline .field--item:last-child::after {
  content: "";
}

blockquote {
  border-color: #f1f1f1;
}

blockquote footer, blockquote small, blockquote .small {
  color: inherit;
}

.img-circle, .img-rounded, .img-thumbnail {
  border: 3px solid #dddddd;
}

.center-block {
  float: none !important;
}

.modal-backdrop {
  z-index: -1 !important;
  width: 1px !important;
  height: 1px !important;
}

.modal .modal-dialog {
  margin-top: 80px;
  color: #555555;
}
.modal .modal-dialog h1, .modal .modal-dialog h2, .modal .modal-dialog h3, .modal .modal-dialog h4, .modal .modal-dialog h5, .modal .modal-dialog h6 {
  color: #555555;
}
.modal .modal-dialog ul {
  padding-left: 10px;
}
.modal .modal-content {
  border-radius: 0;
  border: none;
}

.html .nav-tabs {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 0;
}
.html .nav-tabs > li {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.html .nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 0;
  margin: 0;
  padding: 10px 15px;
  background-color: transparent;
}
.html .nav-tabs > li > a:hover {
  color: #dddddd;
}
.html .nav-tabs > li.active, .html .nav-tabs > li.ui-tabs-active {
  position: relative;
  bottom: -1px !important;
}
.html .nav-tabs > li.active a, .html .nav-tabs > li.ui-tabs-active a {
  color: #284ed9;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-bottom-color: #efefef;
  background-color: transparent;
}
.html .nav-tabs > li.active a:hover, .html .nav-tabs > li.active a:focus, .html .nav-tabs > li.ui-tabs-active a:hover, .html .nav-tabs > li.ui-tabs-active a:focus {
  color: #284ed9;
  cursor: default;
  outline: none;
}

.dxpr-theme-boxed-container .nav-tabs > li.active a {
  border-bottom-color: white;
}

.region-content nav.tabs:after {
  content: " ";
  display: table;
  clear: both;
}

.html .dxpr-theme-mini-tabs-wrapper {
  pointer-events: none;
  display: block;
  float: left;
  margin-bottom: 10px;
}
.html .dxpr-theme-mini-tabs-wrapper .tabs--primary {
  border: none;
  box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.23);
}
.html .dxpr-theme-mini-tabs-wrapper .tabs--primary li {
  margin: 0;
  padding: 0;
  border: none;
}
.html .dxpr-theme-mini-tabs-wrapper .tabs--primary li a {
  background-color: white;
  padding: 8px;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  border: none;
  pointer-events: auto;
}
.html .dxpr-theme-mini-tabs-wrapper .tabs--primary li.active {
  bottom: auto !important;
}
.html .dxpr-theme-mini-tabs-wrapper .tabs--primary li.active a {
  border: none;
}

.body--primary-tabs-float .region-content nav.tabs:after {
  display: none;
}

.body--primary-tabs-float .dxpr-theme-mini-tabs-wrapper {
  display: inline-block;
  float: none;
  position: absolute;
  margin-top: 2px;
  left: 50%;
  z-index: 4700;
}
.body--primary-tabs-float .dxpr-theme-mini-tabs-wrapper .tabs--primary {
  position: relative;
  left: -50%;
}

.html .tabs--secondary {
  float: left;
  clear: both;
  margin-bottom: 10px;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.tabs-left > .tab-content, .tabs-right > .tab-content {
  padding: 20px;
}

.html .tabs-left .nav-tabs .active > a {
  border-right-color: #efefef;
}

.dxpr-theme-boxed-container .tabs-left .nav-tabs .active > a {
  border-right-color: white;
}

.html .tabs-right .nav-tabs .active > a {
  border-left-color: #efefef;
}

.dxpr-theme-boxed-container .tabs-right .nav-tabs .active > a {
  border-left-color: white;
}

.progress {
  border-radius: 0;
  height: 3px;
  margin-top: 2px;
  overflow: visible;
  box-shadow: none;
}

.progress-bar {
  background-color: #284ed9;
  line-height: 4px;
  box-shadow: none;
}

.carousel-control.right,
.carousel-control.left {
  opacity: 0.5;
}

.carousel-indicators li {
  background: #ccc;
  border: none;
  height: 9px;
  width: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.carousel-indicators li.active {
  border: none;
  height: 10px;
  width: 10px;
  background: #999;
}

/*# sourceMappingURL=bootstrap-3.css.map */
