@font-face {
  font-family: 'humanforward';
  src: url('../fonts/Graphik-Regular-Web.eot');
  src: url('../fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../fonts/Graphik-Regular-Web.woff') format('woff');
}

body {
  font-family: 'humanforward';
  font-size: 14px;
  color: #333333;
  overflow-x: hidden;
}

main {
  padding: 20px;
}

h2 {
  color: #0f1941;
  font-weight: 200;
  font-size: 2.5rem;
}

.top-bar {
  background-color: #0f1941;
  padding: 5px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.top-bar img {
  max-height: 4rem;
  height: 30px;
  padding: .5rem .75rem;
  vertical-align: initial;
}

.page-reset-password,
.page-activate-account {
  max-width: 480px;
  padding: 10px;
  margin: 0 auto;
}

.btn {
  padding: 18px 25px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 2px solid #2175d9;
  transition: all .3s;
  box-shadow: none;
}

.btn:hover,
.btn-primary {
  background: #2175d9;
  color: white;
}

.btn-rd {
  color: #fff;
  background-color: #f49100;
  border: 1px solid transparent;
}

.btn-rd[disabled],
.btn-rd[disabled]:hover {
  background-color: #f49100;
  border: 1px solid transparent;
  opacity: .5;
}

.btn-rd:hover {
  color: #fff;
  background-color: #c17300;
  border: 1px solid transparent;
}

.rd-page-title {
  color: #0f1941;
  padding: 0px 20px;
  font-weight: 200;
}

.even {
  background-color: #f7f5f0;
}

.details-list {
  background: #f7f5f0;
  padding: 20px 0;
  margin-bottom: 20px;
}

.details-list .row {
  padding: 10px 20px;
}

.rd-container {
  padding: 20px 20px;
}

.rd-tab-header {
  width: auto;
}

.rd-visible-print {
  display: none;
}

.label-info {
  background-color: #ffb511;
}

.rd-alert {
  border-radius: 0px;
}

.rd-thumbnail-img {
  height: 180px !important;
}

.rd-thumbnail-placeholder {
  background-color: #f5f5f5;
}

.rd-modal-open {
  display: block;
  background: rgba(0, 0, 0, .5);
}

.rd-modal-header {
  color: #0f1941;
  border: none;
}

.rd-dash-link {
  color: #2175d9;
}

.rd-dash-link:hover {
  text-decoration: none;
}

.input-file {
  opacity: 0; /* invisible but it's there! */
  width: 100%;
  height: 180px;
  position: absolute;
  cursor: pointer;
}

.table > tbody > tr > td {
  border: none;
}

.table > tbody > tr.total > td {
  border-top: 2px solid #ddd;
}

.nav.nav-tabs {
  margin-bottom: 15px;
}

.nav.nav-tabs > li > a {
  border: none !important;
  padding: 15px 30px;
  color: #0f1941;
}

.nav.nav-tabs > li > a,
.nav.nav-tabs > li > a:hover {
  border: none;
  background: none;
}

.nav.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 3px solid #0f1941 !important;
}

.nav.nav-tabs .label-info {
  background: #0f1941;
  color: white;
}

.modal-footer {
  border-top: none;
}

.modal-footer .btn {
  margin-bottom: 0;
}

.pink {
  color: #ff69b4;
}

@media (min-width: 768px) {
  .modal-sm {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .rd-tab-header {
    width: 50%;
  }
}

@media print {
  /*ul.nav-tabs li {
      display: block;
  }*/

  .nav.nav-tabs {
    display: none;
  }

  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .rd-visible-print {
    display: block;
  }
}

