﻿.k-header .k-header__top {
  height: 100px;
}
.form-inline .form-group {
  margin-right: 8px;
}
.nav-link.dropdown-toggle:after,
.btn.dropdown-toggle:after {
  text-align: center;
  display: none;
  border: 0;
  font-family: "Font Awesome 5 Free";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f107";
  font-size: 0.8rem;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  margin-left: 0.255rem /*rtl:ignore*/;
  margin-right: 0.255rem /*rtl:ignore*/;
}
.k-header {
  background-color: #001E38;
  color: #fff;
}
.k-header a {
  color: #fff;
}
.k-header a:hover {
  color: #ddd;
}
@media (max-width: 1025px) {
  .k-header .k-header__top {
    height: 0;
  }
}
.k-login-v2__body-container {
  background-color: #fff;
}
.k-login-v2 .k-login-v2__body .k-login-v2__body-wrapper {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.k-login-v2__body-action {
  margin-bottom: 40px;
}
/* Pulled these styles from the theme but had to replace page-link with .page-item a since pager can't add class to link */
.page-item a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4d5cf2;
  background-color: #fff;
  border: 1px solid #ebedf2;
}
.page-item a:hover {
  z-index: 2;
  color: #2739c1;
  text-decoration: none;
  background-color: #ebedf2;
  border-color: #ebedf2;
}
.page-item a:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}
.page-item a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-item a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-item a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-item a {
  z-index: 1;
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.page-item.disabled .page-item a {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ebedf2;
}
.pagination-lg .page-item a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-item a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-item a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-item a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-item a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-item a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.field-validation-error {
  color: #e83e8c;
}
.cursor-pointer {
  cursor: pointer;
}
@media print {
  .draft-sheet-table tbody tr:nth-of-type(odd),
  .draft-sheet-table tbody tr:nth-of-type(odd) td,
  .print-eval-table tbody tr:nth-of-type(odd),
  .print-eval-table tbody tr:nth-of-type(odd) td {
    background-color: #f7f8fa !important;
  }
}