h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700; }

.panel-group .panel {
  border-radius: 0; }

.panel-title {
  font-weight: 700; }

.jumbotron {
  border-bottom: 1px solid #ccc;
  background-color: #222;
  color: white;
  margin: 0; }
  .jumbotron h1 {
    font-size: 3rem;
    margin-bottom: 3rem; }
  .jumbotron p {
    font-size: 1.6rem;
    font-weight: normal; }

.jumbotron.small {
  padding: 1rem 0; }
  .jumbotron.small h1 {
    margin: 1rem 0; }

.label {
  margin-right: 5px; }

.label-default {
  background-color: #333;
  color: white; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #333; }

.label-primary {
  background-color: #000;
  color: white; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #000; }

.label-success {
  background-color: #54b988;
  color: white; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #54b988; }

.label-info {
  background-color: #50bdc6;
  color: white; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #50bdc6; }

.label-warning {
  background-color: #ff8933;
  color: white; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ff8933; }

.label-danger {
  background-color: #f04545;
  color: white; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #f04545; }

.alert-success {
  color: white;
  background-color: #54b988;
  border: none;
  border-radius: 0; }

.alert-success hr {
  border-top-color: #54b988; }

.alert-success .alert-link {
  color: #54b988; }

.alert-info {
  color: white;
  background-color: #50bdc6;
  border: none; }

.alert-info hr {
  border-top-color: #50bdc6; }

.alert-info .alert-link {
  color: #50bdc6; }

.alert-warning {
  color: #ff8933;
  background-color: #ffeec7;
  border: none;
  border-radius: 0; }

.alert-warning hr {
  border-top-color: white; }

.alert-warning .alert-link {
  color: #ff8933; }

.alert-danger {
  color: #f04545;
  background-color: #fbdbce;
  border: none;
  border-radius: 0; }

.alert-danger hr {
  border-top-color: #fabbbb; }

.alert-danger .alert-link {
  color: #f04545; }

.panel,
.panel-heading {
  border-radius: 0; }

.panel-default {
  border-color: #ccc; }

.panel-default > .panel-heading {
  color: white;
  background-color: #333;
  border-color: #333; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ccc; }

.panel-default > .panel-heading .badge {
  color: #ccc;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ccc; }

.panel-primary {
  border-color: #4d4d4d; }

.panel-primary > .panel-heading {
  color: #ccc;
  background-color: #000;
  border-color: #4d4d4d; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4d4d4d; }

.panel-primary > .panel-heading .badge {
  color: #000;
  background-color: #ccc; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4d4d4d; }

.panel-success {
  border-color: #c1e5d4; }

.panel-success > .panel-heading {
  color: white;
  background-color: #54b988;
  border-color: #c1e5d4; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c1e5d4; }

.panel-success > .panel-heading .badge {
  color: white;
  background-color: #54b988; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c1e5d4; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: white;
  background-color: #50bdc6;
  border-color: #c3e9ec; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: white;
  background-color: #50bdc6; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c3e9ec; }

.panel-warning {
  border-color: #ffe2cc; }

.panel-warning > .panel-heading {
  color: white;
  background-color: #ff8933;
  border-color: #ffe2cc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffe2cc; }

.panel-warning > .panel-heading .badge {
  color: white;
  background-color: #ff8933; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffe2cc; }

.panel-danger {
  border-color: #fbd3d3; }

.panel-danger > .panel-heading {
  color: white;
  background-color: #f04545;
  border-color: #fbd3d3; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fbd3d3; }

.panel-danger > .panel-heading .badge {
  color: white;
  background-color: #f04545; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fbd3d3; }

.progress {
  background-color: white;
  border-radius: 0; }

.progress-bar {
  color: white;
  background-color: #000; }

.progress-bar-success {
  background-color: #54b988; }

.progress-bar-info {
  background-color: #50bdc6; }

.progress-bar-warning {
  background-color: #ff8933; }

.progress-bar-danger {
  background-color: #f04545; }

.navbar {
  border-top: none;
  background: white;
  margin: 0;
  padding: 1.4rem 0;
  font-weight: 500;
  border-radius: 0; }
  .navbar .navbar-brand {
    background: url(/img/logo.svg) 0 0 no-repeat; }

.navbar-default {
  border: none;
  padding: 0;
}

.navbar-nav {
  margin: 7.5px -30px;
}

.navbar-default .navbar-toggle .icon-bar {
  background: black;
  height: 3px;
}

.navbar-default .navbar-toggle {
  border: none;
  padding: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.navbar-brand {
  width: 100px;
  height: 34px;
  text-indent: -5000px;
  overflow: hidden;
  margin-top: 8px;
  opacity: 1; }
  .navbar-brand:hover {
    opacity: 0.8; }

.navbar-inverse .navbar-brand {
  background: url(/img/logo-inverse.svg) 0 0 no-repeat; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #14c48f; }

.nav-pills li a {
  font-weight: 500;
  border-radius: 0;
  color: #333; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #14c48f; }

.modal-header {
  background-color: #14c48f;
  color: white; }
  .modal-header h3 {
    font-weight: 500; }

.modal-content {
  border-radius: 0;
  box-shadow: none; }

.text-primary {
  color: #000; }

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

.text-success {
  color: #54b988; }

a.text-success:hover,
a.text-success:focus {
  color: #47ad7b; }

.text-info {
  color: #50bdc6; }

a.text-info:hover,
a.text-info:focus {
  color: #3eb5be; }

.text-warning {
  color: #ff8933; }

a.text-warning:hover,
a.text-warning:focus {
  color: #ff7a1a; }

.btn {
  border-radius: 3px !important; }

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border: none;
  font-weight: 400;
  color: white; }

.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 {
  border-radius: 5px; }

.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none; }

.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-color: #333;
  color: rgba(255, 255, 255, 0.9); }

.btn-default:hover,
.btn-default:focus {
  background-color: #262626;
  color: white; }

.btn-default:active,
.btn-default.active {
  background-color: #262626;
  color: white; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #333; }

.btn-primary {
  background-color: #000; }

.btn-primary:hover,
.btn-primary:focus {
  background-color: black; }

.btn-primary:active,
.btn-primary.active {
  background-color: black; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #000;
  background-image: none; }

.btn-success {
  background-color: #54b988; }

.btn-success:hover,
.btn-success:focus {
  background-color: #47ad7b; }

.btn-success:active,
.btn-success.active {
  background-color: #47ad7b; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #54b988;
  background-image: none; }

.btn-info {
  background-color: #50bdc6; }

.btn-info:hover,
.btn-info:focus {
  background-color: #3eb5be; }

.btn-info:active,
.btn-info.active {
  background-color: #3eb5be; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #50bdc6;
  background-image: none; }

.btn-warning {
  background-color: #ff8933; }

.btn-warning:hover,
.btn-warning:focus {
  background-color: #ff7a1a; }

.btn-warning:active,
.btn-warning.active {
  background-color: #ff7a1a; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ff8933; }

.btn-danger {
  background-color: #f04545; }

.btn-danger:hover,
.btn-danger:focus {
  background-color: #ee2d2d; }

.btn-danger:active,
.btn-danger.active {
  background-color: #ee2d2d; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f04545; }

.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-color: #e8e8e8;
  background-image: none; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: none; }

.navbar-default {
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

.navbar-inverse {
  background-image: none;
  border-radius: 0; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.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; }

.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: none; }

.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: none;
  border-color: #b2dba1; }

.alert-info {
  background-image: none;
  border-color: #9acfea; }

.alert-warning {
  background-image: none;
  border-color: #f5e79e; }

.alert-danger {
  background-image: none;
  border-color: #dca7a7; }

.progress {
  background-image: none; }

.progress-bar {
  background-image: none; }

.progress-bar-success {
  background-image: none; }

.progress-bar-info {
  background-image: none; }

.progress-bar-warning {
  background-image: none; }

.progress-bar-danger {
  background-image: none; }

.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: none;
  box-shadow: none; }

.list-group-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: none;
  border-color: #2b669a; }

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none; }

.panel {
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-default > .panel-heading {
  background-image: none; }

.panel-primary > .panel-heading {
  background-image: none; }

.panel-success > .panel-heading {
  background-image: none; }

.panel-info > .panel-heading {
  background-image: none; }

.panel-warning > .panel-heading {
  background-image: none; }

.panel-danger > .panel-heading {
  background-image: none; }

.well {
  background-image: none;
  border-color: #dcdcdc;
  -webkit-box-shadow: none;
  box-shadow: none; }

.img-thumbnail {
  border-radius: 0; }
