@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  line-height: 1.5em;
  font-family: "Segoe UI Light", "☺Segoe", "Segoe UI", Segoe, Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #001e62;
  background: none !important;
}

.text-strikedthrough {
  text-decoration: line-through;
}

.doc-link {
  color: blue !important;
  margin: 5px 10px 5px 5px;
}

.paste-here {
  width: 200px;
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
  resize: none;
  background-color: #e4e7eb;
  padding: 7px;
  border: none;
}

.invoice-paid-link {
  border: red solid;
  border-radius: 3px;
  font-family: Georgia serif;
  font-weight: bolder;
  padding: 0 3px 0 3px;
  font-size: 20pt;
}

.cursor-pointer {
  cursor: pointer !important;
}

.main-nav-item-dropdown {
  color: #001E62 !important;
}

.main-nav-item-dropdown.active {
  background-color: #f1f3f3 !important;
}

li.main-nav-item {
  padding-left: 7px;
}

.main-nav-item {
  color: #fff !important;
}

.delinquent-status-text-color {
  font-weight: normal;
  color: #4f4f50;
}

.body-container {
  margin-top: 160px;
  min-height: 500px;
}

.uppercase {
  text-transform: uppercase;
}

a {
  color: blue;
}
a:hover, a:active, a:focus {
  color: blue;
  outline: none;
  text-decoration: none;
}

.container-with-footer {
  width: 98%;
  min-height: 1000px;
  margin: 0 auto;
  padding: 15px 0 315px 0;
}

.iconColor {
  color: rgb(23, 95, 158);
}

.iconColor:hover {
  color: rgb(23, 95, 158);
}

.padding10 {
  padding: 10px;
}

.padding20 {
  padding: 20px;
}

.hidden {
  display: none;
}

.site-header {
  min-height: 100px;
  background-color: #001E62;
}
.site-header a, .site-header a:hover {
  color: #fff;
}

.site-header-logo {
  display: flex;
  padding: 7px 0 0 0;
}
.site-header-logo .mainBrandTop {
  font-size: 18px;
}
.site-header-logo .subBrand {
  font-size: 26px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

#navContent {
  margin-top: -15px;
}

.navbar-color {
  color: #fff;
}
.navbar-color .navbar-toggler {
  color: #fff;
}
.navbar-color .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

nav ul {
  text-align: left;
}
nav ul li a {
  position: relative;
  font-size: 15px;
  text-align: center;
  /*width: 52px;
  height: 52px;*/
  margin-right: 7px;
}
nav ul li .imgNav1 {
  background: url("../images/nav1.png") no-repeat 0 0;
}
nav ul li .imgNav1:after {
  position: absolute;
  bottom: -25px;
  right: 7px;
  content: "Home";
}
nav ul li .imgNav1:hover {
  background: url("../images/nav1_hover.png") no-repeat 0 0;
}
nav ul li .imgNav2 {
  background: url("../images/nav2.png") no-repeat 0 0;
}
nav ul li .imgNav2:after {
  position: absolute;
  bottom: -25px;
  right: 7px;
  content: "Email";
}
nav ul li .imgNav2:hover {
  background: url("../images/nav2_hover.png") no-repeat 0 0;
}
nav ul li .imgNav3 {
  background: url("../images/nav3.png") no-repeat 0 0;
}
nav ul li .imgNav3:after {
  position: absolute;
  bottom: -25px;
  right: 7px;
  content: "FAQs";
}
nav ul li .imgNav3:hover {
  background: url("../images/nav3_hover.png") no-repeat 0 0;
}
nav ul li .imgNav4 {
  background: url("../images/nav4.png") no-repeat 0 0;
}
nav ul li .imgNav4:after {
  position: absolute;
  bottom: -25px;
  right: 1px;
  content: "Contact";
}
nav ul li .imgNav4:hover {
  background: url("../images/nav4_hover.png") no-repeat 0 0;
}
nav ul li .imgNav5 {
  background: url("../images/nav5.png") no-repeat 0 0;
}
nav ul li .imgNav5:after {
  position: absolute;
  bottom: -25px;
  right: 7px;
  content: "Search";
}
nav ul li .imgNav5:hover {
  background: url("../images/nav5_hover.png") no-repeat 0 0;
}

#subHeader {
  /*position: fixed;*/
  top: 0;
  right: 0;
  left: 0;
  z-index: 1010;
}

footer {
  background-color: #121E2A;
  color: #fff;
  text-align: center;
  padding: 15px 50px;
  /*min-height: 100px;*/
  font-size: 16px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .row h4 {
  font-size: 20px;
}
footer .row address {
  line-height: 1.2em;
  margin-bottom: 0;
}
footer .row .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: cover;
}
footer .row .icon-fb {
  background-image: url("../images/facebook.svg");
  margin-right: 10px;
}
footer .row .icon-fb:hover, footer .row .icon-fb:focus {
  filter: invert(41%) sepia(68%) saturate(418%) hue-rotate(177deg) brightness(96%) contrast(94%);
}
footer .row .icon-twitter {
  background-image: url("../images/twitter.svg");
  margin-right: 10px;
}
footer .row .icon-twitter:hover, footer .row .icon-twitter:focus {
  filter: invert(46%) sepia(90%) saturate(1712%) hue-rotate(177deg) brightness(102%) contrast(90%);
}
footer .row .icon-instagram {
  background-image: url("../images/instagram.svg");
}
footer .row .icon-instagram:hover, footer .row .icon-instagram:focus {
  filter: invert(38%) sepia(6%) saturate(2733%) hue-rotate(337deg) brightness(92%) contrast(93%);
}
footer .container p {
  font-size: 17px;
}
footer .container .contact-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
}
footer .container .contact-card p {
  font-size: 0.75em;
}

.rolling-nav {
  font: normal 14px "Segoe UI";
  color: #001E62;
  text-decoration: none !important;
  background-color: #b1b1b1;
  margin: 0 auto 0 auto;
}
.rolling-nav ul li {
  display: block;
}
.rolling-nav ul li:hover {
  cursor: pointer;
  background-color: #fff;
}
.rolling-nav ul li:active {
  cursor: pointer;
  background-color: #b1b1b1;
}
.rolling-nav ul li span {
  display: block;
  margin: 15px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #001E62;
}
.rolling-nav ul li a {
  display: block;
  margin: 15px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #001E62;
}
.rolling-nav ul li.active {
  cursor: pointer;
  background-color: #fff;
}

ul.main-nav li a {
  color: #fff;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}
ul.main-nav li.active {
  color: #001e62 !important;
  background-color: #fff;
}
ul.main-nav li.active a {
  color: #001e62 !important;
}

.logoutLink {
  display: block !important;
  margin: 7px 0 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  color: #001E62;
  text-decoration: none !important;
}

.coslDisclaimerModalButton:hover {
  cursor: pointer;
}

.btn-cosl-primary {
  color: #001E62;
  border: solid 2px #001E62;
  background-color: #fff;
}
.btn-cosl-primary:hover {
  color: #fff;
  background-color: #001E62;
}

.btn-cosl-lg {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 20px;
}
@media only screen and (min-width: 380px) {
  .btn-cosl-lg {
    width: 350px;
  }
}
@media only screen and (max-width: 380px) {
  .btn-cosl-lg {
    width: 250px;
  }
}

.padding-zero {
  padding: 0;
}

.img-round {
  border-radius: 15px;
}

.height-40 {
  height: 40px;
}

.policyEmbed, .termsConditionsClosed, #embeddedSourceObject {
  height: 60vh;
}

@media (min-width: 750px) {
  .modalPolicy {
    width: 60%;
    max-width: 60%;
  }
}
#navbarToggleMobile {
  background-color: #b1b1b1;
}

#togglerDivMobile {
  background-color: #b1b1b1;
}

#targetMobileDropdown {
  text-transform: uppercase;
  background-color: #b1b1b1;
  font: normal 12px "Segoe UI";
}
#targetMobileDropdown span {
  font-size: 12px;
  font-weight: bold;
  color: #001E62;
}
#targetMobileDropdown ul {
  width: 100%;
  margin: 3px 3px 3px 3px;
  padding: 3px 3px 3px 3px;
}

.adjustDropdownHeightMobile {
  height: 28px;
}

#userNameHeaderMobile {
  font: normal 17px "Segoe UI";
}

.table-responsive {
  content: "Swipe left to view more...";
}

.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.container-with-footer {
  padding: 15px 0 315px 0;
}

.icon-btn {
  line-height: 0;
  font-size: 16pt;
  padding: 0;
}

.action-link {
  font-size: 14pt;
}

.why-is-this-not-working {
  color: red;
}

.grid-btn {
  border-color: rgba(0, 0, 0, 0.125);
}

.grid-count-badge {
  min-width: 29px;
  font-size: 15px;
  padding: 8px;
}

.count-badge {
  font-size: 24pt;
  padding: 20px;
  min-width: 65px;
}

.grid-font {
  font-size: 0.85rem;
}

.card-header-btn {
  font-size: 18px;
  font-weight: bold;
  border-color: rgba(0, 0, 0, 0.125);
}

.multiselect-btn {
  border-color: rgba(0, 0, 0, 0.125);
}

@media only screen and (max-width: 790px) {
  .container-with-footer {
    padding: 15px 0 750px 0;
  }
}
.site-header-logo-img {
  margin-left: 25px;
}

.invoice-header {
  line-height: 45px;
}

.point-at-me {
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .site-header-logo-img {
    margin-left: 5px;
  }
}
.dont {
  text-decoration: line-through;
}

.force-normal-font-weight {
  font-weight: normal !important;
}

.no-group-header .k-grouping-header {
  display: none;
}

.text-cosl {
  color: #001E62 !important;
}

.upcoming-auction-height {
  min-height: 420px;
}

.k-wizard-pager {
  display: none !important;
}

.disable-stepper .k-stepper {
  pointer-events: none !important;
}

.k-wizard-content {
  overflow-y: visible !important;
  overflow-x: visible !important;
  margin: 0 auto;
}

.k-stepper .k-step-label .k-step-text {
  max-width: calc(20em - 16px - 0.5rem) !important;
}

.interactive-card {
  min-height: 375px;
  cursor: pointer;
  transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.interactive-card:hover {
  border: 3px solid blue; /* Change as needed */
  box-shadow: 0 0 8px rgba(0, 0, 255, 0.5); /* Optional: adds a glow effect */
}

.interactive-card:active {
  border: 3px solid green; /* Change as needed */
  box-shadow: 0 0 8px rgba(0, 0, 255, 0.5); /* Optional: adds a glow effect */
}

.interactive-card-selected {
  min-height: 375px;
  border: 3px solid green; /* Change as needed */
  box-shadow: 0 0 8px rgba(0, 0, 255, 0.5); /* Optional: adds a glow effect */
  cursor: pointer;
  transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.interactive-card-selected-indicator {
  font-size: 24pt;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.interactive-card .interactive-card-selected-indicator {
  display: none;
}

.interactive-card-selected .interactive-card-selected-indicator {
  display: block;
}

.review-table td {
  text-align: left;
  padding: 8px;
}

.review-table th {
  text-align: right;
  padding: 8px;
}

.review-card {
  min-height: 375px;
}

.telerik-editor-reports {
  max-width: 1063px;
  max-height: 1375px;
  margin-left: auto;
  margin-right: auto;
}

.w-300px {
  width: 300px;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.max-width-600px {
  max-width: 600px;
}

.telerik-animation-slider {
  position: static !important;
}

.customized-loader-container.k-loader-container {
  position: fixed;
}

.custom-notification-parent {
  min-width: 480px;
  position: absolute; /* lets the notifications use this parent for positioning */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1234; /* depends on other z-indexes on the page */
  /* This example centers the notification container according to its own parent which is
      below the button.
      Centering approach based on https://css-tricks.com/centering-css-complete-guide/
      */
}

.custom-positioned-notifications {
  position: relative; /* force the individual notifications respect the position of their parent */
  flex-wrap: nowrap !important; /* display the individual notifications in a single column */
}

.test {
  color: red;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .identity-image {
    max-width: 300px;
  }
}
@media only screen and (min-width: 500px) {
  .identity-image {
    max-width: 400px;
  }
}
.tab-with-borders {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.lockedFormatting {
  color: red !important;
  background-color: lightyellow !important;
}

.bi {
  padding-right: 5px;
}

.parent-container {
  position: relative;
}

.contained-viewport-height {
  height: calc(100vh - 56px);
}

.contained-backdrop {
  background-color: #000;
  opacity: 0.5;
}

.contained {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.nav-link-top {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
}

.nav-link-bottom {
  border-top-left-radius: 0;
  border-bottom-left-radius: 4px;
}

.nav-link-middle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav-link-parent {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 1.1rem !important;
}

.nav-link-parent.active {
  border-style: solid !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-width: 1px !important;
}

.nav-link-parent.semi-active {
  border-style: solid !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-width: 1px !important;
}

.site-color {
  color: #030f3b;
}

.rz-overlaypanel {
  z-index: 1049 !important;
}

.chat-container {
  overflow-y: auto;
  padding: 20px;
  background-color: #f9f9f9;
}

.chat-bubble {
  max-width: 80%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  font-size: 14px;
}

.user-message {
  background-color: #007bff;
  color: white;
  align-self: flex-end;
  text-align: left;
  margin-left: auto;
}

.bot-response {
  background-color: #eaeaea;
  color: black;
  align-self: flex-start;
  text-align: left;
  margin-right: auto;
}

.loading-ellipsis {
  font-style: italic;
}

.loading-ellipsis:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "…"; /* ascii code for the ellipsis character */
  width: 0;
}

.sidebar {
  background-image: linear-gradient(0deg, #002b8b 0%, #001e62 70%);
}

.rz-dialog-content {
  height: 100% !important;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
.rz-tabview-panel {
  padding: 0 !important;
}

.grid-tool-ribbon-filter-label {
  font-size: 0.875rem;
  color: #262526;
  font-weight: 600;
}

.top-row-tab-icons {
  font-weight: bold !important;
  font-size: 10pt !important;
  margin-right: 8px;
  margin-left: 8px;
}

:root {
  --rz-grid-frozen-cell-background-color: #fff;
}

:has(> .rz-empty-grid-message) {
  overflow: visible !important;
}

.rz-empty-grid-message {
  color: lightgrey;
  font-size: 24px;
  text-align: center;
  margin: 2rem;
  width: calc(100vw - 320px) !important;
  position: sticky !important;
  left: 0 !important;
}

.my-reconnect-modal > div {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

.components-reconnect-hide > div {
  display: none;
}

.components-reconnect-show > div {
  display: none;
}

.components-reconnect-show > .show {
  display: block;
}

.components-reconnect-failed > div {
  display: none;
}

.components-reconnect-failed > .failed {
  display: block;
}

.components-reconnect-refused > div {
  display: none;
}

.components-reconnect-refused > .refused {
  display: block;
}

/*# sourceMappingURL=site.css.map */
