@-ms-viewport {
  width: auto !important;
}
.navbar {
  margin-bottom: 10px !important;
  min-height: 30px !important;
  border: none !important;
  padding: 0.2rem 0.2rem !important;
}
.navbar-default {
  background-color: #cccccc !important;
}
.navbar-default ul.navbar-nav {
  color: #707070;
  /*display: inline;*/
  font-weight: bold;
  list-style: none;
  margin: 0;
}
.navbar-default .navbar-nav > li {
  cursor: pointer;
  display: inline;
  white-space: nowrap;
}
.navbar-default .navbar-nav > li > a {
  color: #98012e;
  padding: 5px 10px !important;
  text-decoration: none;
}
.navbar-default .navbar-nav > li a:hover,
.navbar-default .navbar-nav > li a:active,
.navbar-default .navbar-nav > li a:focus {
  color: #0E4296;
  text-decoration: none;
}
.navbar-toggle {
  border-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  float: left;
  width: 100%;
}
.navbar-toggle:focus {
  background-color: transparent !important;
}
.navbar-toggle button {
  background-color: #98012E !important;
  border: none;
}
.navbar-toggler {
  padding: 0;
  font-size: inherit;
  line-height: 1;
  border: none;
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #98012E;
}
.form-group > label {
  color: #707070;
}
.form-group > div > input[type=text],
.form-group > div > select {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 26px;
  padding: 4px;
  margin-right: 10px;
  max-width: 360px;
  width: 100%;
}
.form-group > div > label {
  margin-right: 10px;
}
.form-group.indent {
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1170px;
  }
}
@media (min-width: 992px) {
  .text-end-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .space-bottom {
    margin-bottom: 4px !important;
  }
  .form-group > label {
    text-align: right;
    padding-right: 0 !important;
  }
  .form-group.display > label {
    color: #707070;
    text-align: left !important;
  }
  .justify-center-md {
    display: flex !important;
    justify-content: center !important;
  }
  .justify-right-md {
    display: flex !important;
    justify-content: flex-end !important;
  }
}
@media (min-width: 768px) {
  .text-start-sm {
    text-align: left;
  }
  .text-end-sm {
    text-align: right;
  }
  .space-bottom {
    margin-bottom: 10px;
  }
  .form-group {
    margin-bottom: 8px !important;
  }
  .form-group > label {
    text-align: right;
    padding-right: 0 !important;
  }
  .justify-right-sm {
    display: flex !important;
    justify-content: flex-end !important;
  }
}
@media (max-width: 767px) {
  .text-start-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .space-bottom {
    margin-bottom: 10px;
  }
  .form-group {
    margin-bottom: 10px !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media print {
  .form-group.display > label {
    width: 30% !important;
  }
  .form-group.display > label.print-line {
    width: 100% !important;
  }
  .form-group.display > div {
    display: inline !important;
  }
}
label {
  font-weight: normal !important;
  margin-bottom: 0 !important;
}
.form-group:not(.display) > label {
  padding-top: 5px;
}
.col-form-label {
  padding-top: 0;
  padding-bottom: 0;
}
.btn {
  font-size: inherit !important;
  line-height: inherit !important;
}
.tab-content {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}
.modal-header {
  border-bottom: 1px solid #cccccc;
  background-color: #98012E;
  padding: 10px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-title {
  color: #fff;
  font-weight: bold;
}
.modal-footer {
  padding: 8px 15px;
  border-top: 1px solid #cccccc;
}
.modal-open {
  overflow: auto;
}
.popover {
  padding: 0;
  font-size: 1em;
  max-width: none;
}
.popover-title {
  background-color: #98012E;
  color: #fff;
  font-weight: bold;
}
.img-responsive {
  display: inline;
  max-width: 100%;
  height: auto;
}
.alert-small {
  padding: 5px 15px;
  margin-bottom: 5px !important;
}
.bottom-margin-small {
  margin-bottom: 5px !important;
}
.modal-backdrop.fade {
  opacity: 0.4;
}
.modal-backdrop.show {
  opacity: 0.4;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-bottom: 1px solid #cccccc;
}

html {
  /*scrollbar-gutter: stable;*/
  margin: 0;
  padding: 0;
  height: 100%;
}
form {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  overflow: auto;
}
a,
a:link {
  color: #98012e;
  text-decoration: none;
}
a:visited {
  color: #af4850;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #0E4296;
  text-decoration: none;
}
.nav-item button.nav-link {
  color: #98012e;
  text-decoration: none;
}
.nav-item button.nav-link.active,
.nav-item button.nav-link.hover,
.nav-item button.nav-link.focus {
  color: #0E4296;
}
td {
  vertical-align: top;
}
h1 {
  font-size: 1.2em;
  font-weight: bold;
}
h2 {
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
}
h3 {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
}
h4 {
  font-size: 1em;
  font-weight: normal;
  color: #98012e;
  text-decoration: none;
  text-align: center;
}
h5 {
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
.hidden {
  display: none;
}
.header {
  background-color: #98012E;
}
.header > div:first-child {
  margin-top: 5px;
  text-align: left;
}
.header > .right {
  text-align: right !important;
  padding-right: 0 !important;
}
#content {
  padding-bottom: 100px;
  /* Height of the footer element */
}
#footer {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer {
  margin-top: 15px;
  color: #707070;
  cursor: default;
  font-size: xx-small;
  line-height: 11px;
  text-align: center;
}
.printButton:link,
.printButton:hover,
.printButton:active,
.printButton:visited {
  color: #006600;
  text-decoration: none;
}
.clsSmallText {
  font-size: 0.9em;
}
.clsSmallerText {
  font-size: 0.85em;
}
.clsHelp {
  color: #D27171;
  cursor: help;
  border-style: none;
  padding-top: 4px;
}
.clsAlertText {
  font-weight: bold;
  color: #98012e;
}
.clsHeading {
  background-color: #f8f8f8;
  font-weight: bold;
  font-size: 1em;
  padding-bottom: 3px;
  vertical-align: middle;
}
.contactLists {
  border: 0;
  border-collapse: collapse;
}
#skipNav {
  z-index: 3;
  position: absolute;
  -ms-word-wrap: normal;
  word-wrap: normal;
  overflow: hidden;
  color: #fff;
  text-align: center;
  right: 50%;
  top: -2000px;
}
#skipNav:active,
#skipNav:focus {
  top: 10px;
  text-decoration: underline;
}
.version-info {
  margin-top: 15px;
  color: #707070;
  font-size: xx-small;
  text-align: center;
}
.line {
  background: #fff;
  display: inline-block;
  margin: 0;
  padding: 0 20px 0 40px;
}
.line-center {
  position: relative;
  z-index: 2;
}
.line-center:after {
  border-top: dotted 1px #cccccc;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 80%;
  z-index: -1;
}
.line-top {
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
}
.button-bar {
  margin-top: 40px;
}
.button-bar input[type=submit],
.button-bar button[type=button] {
  margin-left: 6px;
}
.contact-link {
  margin-top: 5px;
  font-size: 0.85em;
}
.check-box-list-horz input[type=checkbox] {
  border: 1px solid #cccccc;
}
.check-box-list-horz input[type=checkbox] ~ label {
  margin: 0 15px 0 5px;
}
.icon-red {
  color: #98012e;
}
.icon-indicator {
  color: #cccccc;
  margin-right: 5px;
}
.align-top {
  vertical-align: top;
}
.search-example-content {
  font-size: 0.8em;
}
.indent {
  padding-left: 40px;
}
