@import url("https://fonts.googleapis.com/css?family=Ubuntu+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&display=swap");
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background-color: #37597f;
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding-bottom: 100px;
  color: #000;
}
body > .container {
  background-color: #fff;
}

div#CaseInfoContent {
  padding-bottom: 100px;
}

.container.p-0 {
  min-height: 100vh;
}

.content {
  padding: 0 0 5em 0;
}

.ccDate .col-auto {
  max-width: 90px;
}

span.required {
  font-size: 16px;
  color: red;
  display: inline;
}
span.message {
  color: red;
  display: inline;
}

.navbar-nav {
  height: 47px;
}

.navbar.navbar-expand-lg .navbar-brand img {
  max-width: 200px;
  height: 85px;
}
.navbar.navbar-expand-lg .navbar-collapse {
  background-color: #37597f;
  border-radius: 4px;
}
.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
  color: #fff;
  padding: 10px 15px;
  background-color: #37597f;
}
.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a:hover {
  border-bottom: 3px solid #3ba2fb;
}
.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a.dropdown-item:hover {
  border-bottom: none;
  background-color: #3ba2fb;
}
.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item.active a {
  border-bottom: 3px solid #3ba2fb;
}
.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  margin-top: 0;
  background-color: #37597f;
  border: none;
  border-radius: 0 0 6px 6px;
}

.hero {
  height: 280px;
  background-image: url("../img/caseinfo-hero.jpg");
  background-size: cover;
  background-position: center;
}
.hero .hero-text {
  background-color: #37597f;
  color: #fff;
  width: 340px;
  margin-left: 10%;
  padding: 3em 2em 2em 2em;
}
.hero .hero-text h2 {
  color: #fff;
  font-size: 48px;
}

.login {
  background-color: #edf5ff;
  padding: 30px;
  border-radius: 6px;
}
.login a {
  color: #004FA3;
}

.btn-primary {
  background-color: #37597f;
  border: 2px solid #37597f;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: #495674;
}

.btn-secondary {
  background-color: #fff;
  border: 2px solid #37597f;
  color: #37597f;
  text-transform: uppercase;
}

.app-update {
  text-align: center;
  margin: 0 auto;
}
.app-update .row img {
  height: 100%;
  width: 100%;
  border-radius: 6px;
}

.alert-primary {
  background-color: #495674;
  color: #fff;
}
.alert-primary h4 {
  font-weight: bold;
}

.fa-question-circle {
  color: #37597f;
  font-size: 24px;
  -webkit-appearance: none !important;
}

h2 {
  color: #37597f;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1em;
}
h2.page-title {
  font-size: 28px;
  background-color: #edf5ff;
  padding: 1em 30px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  color: #37597f;
}

.contentTable h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #37597f;
  padding: 0.75em;
  margin-bottom: 0;
  border: 1px solid #37597f;
}
.contentTable h4 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  background: #edf5ff;
  padding: 0.75em;
  margin-bottom: 0;
  border: 1px solid #dee2e6;
}
.contentTable table {
  font-size: 14px;
}
.contentTable table.table-striped tbody tr:nth-of-type(odd), .contentTable table.rt-responsive-table tr:nth-of-type(odd) {
  background-color: #f5faff;
}
.contentTable table.table-striped tbody tr:nth-of-type(even), .contentTable table.rt-responsive-table tr:nth-of-type(even) {
  background-color: #ffffff;
}
.contentTable table.rt-responsive-table td, .contentTable table.table-bordered td, .contentTable table.rt-responsive-table th, .contentTable table.table-bordered th {
  border-color: #37597f;
  font-weight: bold;
}
.contentTable table.payments th {
  border-color: #ccc;
}
.contentTable table.payments td,
.contentTable table.payments th {
  text-align: center;
}
.contentTable table.payments th {
  background-color: #37597f;
  color: #fff;
  vertical-align: top;
}
.contentTable table.payments .new {
  height: 46px;
  width: 46px;
  background: url(../img/new.png);
  position: absolute;
  top: 0;
  left: 0;
}
.contentTable table small {
  display: block;
  line-height: normal;
}
.contentTable table .btn {
  font-size: 12px;
}

h4 {
  font-size: 1.25rem;
}

label {
  font-weight: bold;
  font-size: 14px;
}
label span.verified-label,
label .form-check-label span.verified-label {
  color: #38597e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

table div.responsive-container {
  position: relative;
}
table.rt-responsive-table th {
  background-color: #495674;
  color: #f0f0f0;
}
table.rt-responsive-table.rt-vertical-table td:before {
  word-break: break-word;
}
table.rt-responsive-table.rt-vertical-table tbody td div.responsive-container {
  width: 55%;
}
table.rt-responsive-table.rt-vertical-table td:before {
  width: 45%;
}
table .btn-primary[aria-expanded=true] span.closed {
  display: none;
}
table .btn-primary[aria-expanded=false] span.open {
  display: none;
}
table .btn-primary[aria-expanded=true] {
  background-color: #228db5;
  border-color: #228db5;
}
table td[colspan="2"] {
  border: none;
}

.form-group {
  padding: 0 3px 15px;
  margin-bottom: 0;
}
.form-group div:has(span.invalid) {
  background-color: white;
}
.form-group .form-control {
  border-color: #37597f;
}
.form-group .form-control.input-validation-error {
  border: 1px solid #e80c4d;
  background: #ffdae0;
}
.form-group label {
  display: inline-block;
}
.form-group label span {
  color: #edf5ff;
}
.form-group label span.required {
  color: red;
}
.form-group label.form-check-label {
  font-weight: normal;
}
.form-group.invalid {
  background-color: white;
}
.form-group.invalid input,
.form-group.invalid select,
.form-group.invalid textarea {
  border-color: #edf5ff;
  border-width: 2px;
}
.form-group h4 {
  color: #37597f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.form-group.action-group .btn {
  margin-right: 4px;
}

.notice-description {
  font-weight: normal !important;
}

.card {
  margin-bottom: 2em;
  border-radius: 6px;
}
.card.closed .card-body .btn-block {
  background-color: #a1a1a1;
  border-color: #a1a1a1;
}
.card.closed .card-body .btn-block:hover {
  background-color: #6e6e6e;
}
.card .card-title {
  padding: 1.25rem;
  background-color: #37597f;
  color: #fff;
  margin-bottom: 0;
  border-radius: 6px 6px 0 0;
}
.card .card-title.closed {
  padding: 1.25rem;
  background-color: #6e6e6e;
  color: #fff;
  margin-bottom: 0;
  border-radius: 6px 6px 0 0;
}
.card .card-title span {
  font-size: 14px;
}
.card .card-title h5 {
  font-size: 25px;
}
.card .card-title .btn-secondary {
  border-color: #3ba2fb;
}
.card .card-title .btn-secondary:hover {
  background-color: #3ba2fb;
}
.card .card-body .btn-block {
  background-color: #3ba2fb;
  border-color: #3ba2fb;
}
.card .card-body .btn-block:hover {
  background-color: #37597f;
}
.card .card-body .form-group {
  padding: 0;
  margin-top: 10px;
}
.card .card-body .form-group span .required {
  font-size: 16px;
  color: red;
  display: inline;
}
.card .card-body .form-group span .isCanceled {
  display: block;
  text-align: center;
  color: red;
  font-size: 20px;
}
.card .card-body label {
  font-size: 15px;
}

.new-address {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}

.ccDate .col-auto {
  max-width: 90px;
}

.field-validation-error {
  clear: both;
  color: #e80c4d;
  display: block;
}

.field-validation-valid {
  display: none;
}

footer {
  background-color: #37597f;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 124px;
}
footer small {
  font-size: 10px;
}
footer span {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
}
footer span.phone {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 54px;
  display: block;
  margin-top: -20px;
}

.modal .modal-header {
  background-color: #37597f;
  color: #fff;
  border-radius: 2px;
}
.modal .modal-header .close {
  color: #fff;
  text-shadow: none;
}

.recurring-payments {
  margin-bottom: 1em;
}

.select-case th,
.recurring-payments th {
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
}

.select-case th:last-child {
  text-align: right;
}

.select-case td,
.confirm-payment td,
.recurring-payments td {
  vertical-align: top;
  padding: 10px;
  font-size: 16px;
}

.select-case td span,
.confirm-payment td span {
  font-size: 12px;
  display: block;
  font-weight: normal;
  font-style: italic;
}

.confirm-payment th:last-child {
  text-align: right;
  font-size: 14px;
  padding: 10px;
}

.confirm-payment tr td:nth-child(2) {
  text-align: right;
}
.confirm-payment tr td:first-child {
  font-weight: bold;
}

.confirm-payment tbody tr:last-child {
  border-top: 1px solid #ccc;
}

.select-case td[colspan="2"] {
  font-weight: bold;
}

.select-case td span span {
  display: inline;
}

.select-case td input {
  font-size: 16px;
  width: 85px;
}

table.monthly-payment .thead-dark th {
  background-color: #37597f;
  border-color: #37597f;
}

.form-check {
  margin-bottom: 1em;
}

.expDate {
  font-weight: normal;
}

.payment-error {
  color: red;
}

td#paymentLabel,
td#feeLabel,
.amount-due input,
td#totalLabel {
  text-align: right;
}

.saved-card {
  margin-bottom: 2em;
}
.saved-card h2 {
  margin-bottom: 0;
}
.saved-card p {
  margin: 0;
  padding: 0;
}
.saved-card .card-expired {
  color: red;
  font-style: italic;
}

.posting-date strong {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 20px;
}

.select-case tbody tr:last-child {
  border-top: 1px solid #ccc;
}

.select-case tbody tr:last-child td,
.confirm-payment tbody tr:last-child td {
  font-weight: bold;
  color: #37597f;
  font-size: 18px;
}

table.select-case.payment-complete td.amount-due {
  text-align: right;
}

table.select-case.payment-complete tbody tr:last-child td {
  font-weight: normal;
  color: #444;
  font-size: 16px;
}

.select-case.payment-complete tbody tr:last-child {
  border-top: none;
}

.links p a {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  #logo img {
    max-width: 100%;
  }
  label {
    font-size: 16px;
  }
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  perspective: 1500px;
  margin-top: 1em;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #495674;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.945, 0.02, 0.27, 0.665);
  transform-origin: bottom left;
  border-radius: 6px;
  height: 940px;
}
#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}
#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}
#sidebar ul.components:last-child {
  border-bottom: none;
}
#sidebar ul li.heading {
  color: #fff;
  padding: 0 10px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color: #fff;
}
#sidebar ul li a:hover {
  color: #fff;
  background: #85a6ca;
}
#sidebar ul li.active > a {
  color: #fff;
}

a[data-toggle=collapse] {
  position: relative;
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}

#CaseInfoContent {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}

#sidebarCollapse {
  width: 160px;
  height: 40px;
  background: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
}
#sidebarCollapse span {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: #555;
  transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
  transition-delay: 0.2s;
}
#sidebarCollapse span:first-of-type {
  transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
  opacity: 0;
}
#sidebarCollapse span:last-of-type {
  transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
  transform: none;
  opacity: 1;
  margin: 5px auto;
}

.paymentoptionschart td {
  line-height: 1.5em;
  font-size: 11px;
  text-align: center;
  padding: 15px 2px;
  position: relative;
}

.paymentoptionschart th {
  color: #000;
  text-align: center !important;
  line-height: normal;
  font-size: 15px;
}

table.paymentoptionschart {
  border: solid 2px #000;
  border-radius: 20px;
}

.paymentoptionschart th:last-child {
  width: 94px;
}

table.paymentoptionschart td,
table.paymentoptionschart th {
  border-width: 0;
  background-color: #f5f1ee;
}

.paymentoptionschart th:last-child {
  border-radius: 0 20px;
}

.paymentoptionschart th:first-child {
  border-radius: 20px 0 0 0;
}

.paymentoptionschart tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}

.paymentoptionschart tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}

.paymentoptionschart tr:nth-child(2n) td {
  background: #e7e7e8;
}

.paymentoptionschart img {
  display: block;
  margin: 0 auto;
}

.paymentoptionschart a {
  text-decoration: underline;
}

.paymentoptionschart a:hover {
  text-decoration: none;
}

.links a {
  font-size: 18px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 992px) {
  .navbar-nav {
    height: 100%;
  }
  table.monthly-payment .thead-dark th {
    font-size: 14px;
  }
  .card-body label {
    margin-bottom: 0;
  }
  .form-group-inline label {
    margin-bottom: 0;
  }
  footer {
    z-index: -999;
  }
  .navbar {
    width: 100%;
  }
  .navbar .btn-dark {
    background-color: #37597f;
    border: none;
  }
  .navbar.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a:hover {
    background-color: #3ba2fb;
    border-bottom: none;
  }
  .hero {
    height: 150px;
    background-size: 100%;
  }
  .hero .hero-text {
    background-color: rgba(55, 89, 127, 0.788235);
    margin-left: 0;
    padding: 1em;
    width: 200px;
  }
  .hero .hero-text h2 {
    font-size: 28px;
  }
  .hero .hero-text em {
    font-size: 12px;
    display: block;
    line-height: normal;
  }
  .login .btn {
    width: 100%;
  }
  footer span.phone {
    font-size: 48px;
  }
  #sidebar {
    margin-left: -250px;
    transform: rotateY(90deg);
    height: auto;
  }
  #sidebar.active {
    margin-left: 0;
    transform: none;
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.6901960784);
    z-index: 999;
    position: absolute;
  }
  #sidebarCollapse span:first-of-type,
  #sidebarCollapse span:nth-of-type(2),
  #sidebarCollapse span:last-of-type {
    transform: none;
    opacity: 1;
    margin: 5px auto;
    width: 20px;
  }
  #sidebarCollapse.active span {
    margin: 0 auto;
  }
  #sidebarCollapse.active span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
  }
  #sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sidebarCollapse.active span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
  }
  table.payments {
    font-size: 12px;
  }
  table.payments .btn {
    font-size: 12px;
  }
}
/*extra crap */
#content {
  width: 100%;
}

.alert-secondary {
  background-color: #cfe2ff;
  color: #1b62a9;
}

.input-group.ccode {
  width: 130px;
  margin-right: 15px;
}

.error {
  color: red;
}

.verified-label i {
  color: #06e373;
}

.btn-default {
  color: #fff;
  background-color: #949494;
  border: 1px solid #666;
}
.btn-default:hover {
  background-color: #888;
}

.email {
  margin-top: 7px;
  padding-bottom: 7px;
}

.success {
  color: #009a4d;
}

.fa-info-circle {
  color: #0069c4;
}

.tooltip-inner {
  max-width: 350px;
}

.btn {
  text-transform: uppercase;
}

.pop1-c {
  display: inline-block;
}

.contact-action.d-none {
  pointer-events: none;
  display: inline-block !important;
  opacity: 0;
  width: 5px;
  padding: 0;
  margin: 0 !important;
  margin-right: -8px !important;
}

.read-only {
  pointer-events: none;
  opacity: 0.65;
  touch-action: none;
}

.case-noti.card:hover {
  transition: 0.75s;
}

.case-noti.card:hover {
  box-shadow: inset 77em 0 #edf5ff;
}

.case-noti.card a .noti-info {
  color: #000;
}

.noti-thread h2 {
  font-size: 32px;
}

.case-noti.card a:hover {
  text-decoration: none;
}

.case-noti.card a:hover .noti-info {
  color: #0056b3;
}

.noti-info span.date {
  display: block;
  font-size: 12px;
}

.case-noti.card .card-body {
  font-weight: bold;
  font-size: 18px;
  align-items: center;
}

.noti-thread .card .card-title {
  color: #fff;
  font-size: 20px;
}

.noti-info .badge {
  top: -1px;
  position: relative;
}

.unread-noti .noti-subject,
.unread-noti .caseNumber {
  font-weight: bold;
}

.card-title small {
  font-size: 12px;
  display: block;
}

/* notification list v2 */
.case-noti.list-group .list-group-item:hover {
  transition: 1s ease-in;
}

.unread-noti .badge.noti {
  display: inline-block;
}

.badge.noti {
  display: none;
}

.case-noti.list-group .list-group-item:hover {
  box-shadow: inset 77em 0 #edf5ff;
}

.case-noti.list-group a .noti-info {
  color: #000;
}

.noti-thread h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.case-noti.list-group a:hover {
  text-decoration: none;
}

.case-noti.list-group a:hover .noti-info {
  color: #0056b3;
}

.noti-info span.date {
  display: block;
  font-size: 12px;
}

.case-noti.list-group .list-group-item {
  font-size: 18px;
  align-items: center;
}

.noti-thread .card .card-title {
  color: #fff;
  font-size: 20px;
}

.noti-date {
  font-size: 12px;
  margin: 0;
}

.noti-from {
  font-size: 15px;
  margin: 0;
  font-weight: bold;
}

.message-from .message {
  max-width: 40em;
  word-wrap: break-word;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-top: 4px;
}

.message-user .message {
  margin-top: 4px;
  max-width: 40em;
  word-wrap: break-word;
  padding: 15px;
  background-color: #edf5ff;
  border: 1px solid #acc8eb;
  border-radius: 20px;
  margin-right: 0;
  margin-left: auto;
}

.message-from > p {
  margin-left: 4px;
}

.message-user > p {
  margin-right: 4px;
  text-align: right;
}

.reply-error {
  margin-left: 1em;
  color: red;
}

.fixed-btn {
  position: fixed;
  z-index: 9999;
  right: 25px;
  bottom: 25px;
}

.chat-btn {
  object-fit: cover;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.bi {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentcolor;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.password-input-container {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 10px; /* Adjust as needed */
  top: 50%; /* Center vertically */
  transform: translateY(-50%); /* Fine-tune vertical alignment */
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

/*# sourceMappingURL=style.css.map */
