.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding-left: 15px;
  padding-right: 15px;
}
.strong {
  font-weight: 600;
}
.upcase {
  text-transform: uppercase;
}
.sentence-caps {
  text-transform: capitalize;
}
.mr-10 {
  margin-right: 10px;
}
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.pt-0 {
  padding-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.plr-0 {
  padding-right: 0px;
  padding-left: 0px;
}
.pt-11 {
  padding-top: 11px;
}
.form-control {
  padding: 8px 10px;
}
.form-control-static,
.static-label {
  font-size: 18px;
  font-weight: 600;
}
.fw-normal {
  font-weight: normal;
}
small {
  color: #afbbc7;
}
.help-block {
  color: #afbbc7;
  font-size: 0.85em;
}
p.explain {
  font-size: 14px;
  background-color: #ecf0f1;
  color: #2c3e50;
  padding: 10px;
  max-width: 650px;
}
.nav>li>a {
  color: #666;
}
.nav>li.active>a {
  color: #f7931d;
  font-weight: bold;
}
.text-info,
.text-info:hover {
  color: #999;
}
.fg-grey {
  color: #aaa;
}
.form-section-header {
  border-top: solid 1px #eee;
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 12px;
}
.pager.text-left,
.pager a {
  cursor: pointer;
  text-align: left;
}
.pager .page-back {
  margin-right: 10px;
}
.pager .page-back a {
  background-color: #95a5a6;
}
.control-label {
  padding-right: 0;
}
.label {
  color: #2c3e50;
  font-size: 15px;
}
.form-control-inline {
  display: inline;
}
.age-control {
  width: 70px;
}
.year-control {
  width: 90px;
}
#main-col {
  padding-left: 25px;
}
#sidebar {
  padding-right: 0px;
}
#sidebar .nav>li>a {
  padding-right: 5px;
  font-size: 14px;
}
#sidebar .nav>li>a:focus {
  background-color: #fff;
}
.print-btn {
  position: absolute;
  top: 0px;
  right: 10px;
}
.review p {
  margin-bottom: 5px;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
  }
  body {
    padding-top: 30px;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-left.active {
    left: 50%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    margin-left: 12px;
  }
}
@media print {
  body {
    padding-top: 0px;
  }
  .no-pb,
  .row {
    page-break-inside: avoid;
  }
  .no-pb #main-col,
  .row #main-col {
    width: 100%;
  }
}
