﻿html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

/* Site Styles
-------------------------------------------------- */
.TR-navbar {
  color: #FFF;
  border-color: #900000;
  background-color:#0e1b41;
}
.TR-navbar.navbar-dark a,
.TR-navbar.navbar-dark .btn, 
.TR-navbar.navbar-dark .navbar-nav .nav-link {
  color: #FFF;
}
.TR-navbar a.navbar-brand img {
  width: 80px;
  height: auto;
  vertical-align: middle;
}
.TR-navbar a.navbar-brand b {
  vertical-align: middle;
  display: inline-block;
  padding-left: .5rem;
  margin-left: .5rem;
  border-left: 1px solid #FFF;
}
.TR-navbar .navbar-toggler {
  color: #FFF;
  border-color: #FFF;
}

.card {
  height: 100%;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.btns-cont {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.btns-cont .btn {
  margin: 0 0.25rem 0.5rem;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: block;
}
table.dataTable > tbody > tr.child span.dtr-title {
  min-width: auto;
  padding-right: .75rem;
}

/*ul.list-group.list-group-flush li > div {
  display: table;
}
ul.list-group.list-group-flush li > div > .row {
  display: table-column;
}
ul.list-group.list-group-flush li > div > .row > div {
  display: table-cell;
}*/
.list-caption {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  background: #0e1b41;
  text-transform: uppercase;
  color: #FFF;
}
.review-questions {
  padding-left: .5rem;
}
.review-questions li {
  display: block;
  padding-left: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  border-left: 10px solid #0e1b41;
}
.question-description {
  font-size: .875rem;
}
.small-label {
  font-size: .75rem;
}
.small-input {
  max-width: 90px;
  text-align: center;
}
.question-results {
  border-style:dashed
}


/* Media querys
-------------------------------------------------- */

@media (max-width: 992px) {
  .review-questions .btn-group > .btn:first-child:not(.dropdown-toggle) {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
  }
  .review-questions .btn-group > .btn:last-child:not(.dropdown-toggle) {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0.25rem;
  }
  .review-questions .btn-group > .btn:not(:first-child),
  .review-questions .btn-group > .btn-group:not(:first-child) {
    margin-left: 0;
  }
  .review-questions .btn-group > .btn+.btn {
    border-top: 0;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .btns-cont .btn {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 575px) {
  .btns-cont .download-btns .btn {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .send-evaluation {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}