﻿@media print {
  .no-print, .no-print * {
    display: none !important;
  }
}
.form-login {
  margin-top: 40px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

table.dataTable tbody tr.selected {
  color: black !important;
  background-color: #FFFFB1 !important;
}

.card-header {
  background-color: #264969 !important;
  color: #fff;
}

.all-caps {
  text-transform: uppercase;
}

.body-container {
  /*remove the container default padding attribute*/
  padding-left: 0px !important;
  padding-right: 0px !important;
  /*increase width as per your need*/
  max-width: 100%;
}

.validation-summary-errors ul {
  list-style: none;
  margin-left: -40px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}

.navbar-collapse {
  flex-grow: 1;
  align-items: center;
}

.flat-left-input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.flat-right-input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.validation-errors {
  list-style-type: none;
}

table.dataTable tbody tr.selected {
  color: #000;
  background-color: #FFFFB1;
}

.validation-message {
  color: #d9534f;
  font-weight: bold;
}

.payment-header-text {
  font-size: 30px;
  font-weight: bold;
}

.k-combobox .k-button {
  display: none;
}

.k-header {
  font-weight: bold;
}

.report-viewer {
  position: relative;
  width: 100%;
  height: 1000px;
}

.assessment-badge {
  font-size: 0.9em;
}

.loadme {
  background: url("../images/loading_icon.gif") center center no-repeat;
}

.va-top {
  vertical-align: top;
}

.mb-5px {
  margin-bottom: 5px;
}

.mr-5px {
  margin-right: 5px;
}

/*# sourceMappingURL=site.css.map */
