﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.logo {
    text-decoration-color: #fff;
}

#loading-div-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
}

#loading-div {
    width: 400px;
    height: 220px;
    background-color: #fff;
    border: none;
    text-align: center;
    color: #202020;
    position: absolute;
    left: 40%;
    top: 40%;
    margin-left: -150px;
    margin-top: -100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("/css/pie/PIE.htc"); /* HANDLES IE */
}

.table.debtor-account-listing-history-table {
    table-layout: fixed;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid thin;
}

.row.debtor-account-listing-history-table-row {
    border: none;
    width: 100%;
}

.table td.debtor-account-listing-history-table-element {
    border: none;
    color: red;
    font-size: 20pt;
    text-align: left;
    background-color: #f5f5f5;
}

.table td.debtor-account-listing-history-table-element-2 {
    border: none;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5;
}

.table td.debtor-account-listing-history-table-element-3 {
    font-size: 10pt;
    border: none;
    vertical-align: bottom;
    background-color: #f5f5f5;
}

.table td.debtor-account-listing-history-table-element-4 {
    border: none;
    vertical-align: bottom;
    background-color: #f5f5f5;
    text-align: right;
}

.debtor-account-listing-history-table-div {
    display: flex;
    width: 100%;
    background-color: #f5f5f5;
}

.debtor-account-listing-history-button {
    flex: 1;
    white-space: nowrap;
}

.listing-row {
    cursor: pointer;
    display: block;
    margin: 0;
    border-top: 1px solid #ccc;
    border-bottom: none
}

.listing {
    min-width: 80px;    
    max-width: 80px;    
    text-align: center;
}

.facility-listing {
    min-width: 130px;    
    max-width: 130px;
    text-overflow: clip;    
}

.account-listing {
    min-width: 115px;
    max-width: 115px;
    text-overflow: clip;
    word-wrap: break-word;
}

.file-input-wrapper {
    width: 200px;
    height: 40px;
    overflow: hidden;
    position: relative;
  }
  .file-input-wrapper > input[type="file"] {
    font-size: 200px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
  }
  .file-input-wrapper > .btn-file-input {
    display: inline-block;
    width: 200px;
    height: 40px;
    background-color: red;
    color: white;
  }

  #runningindicator {
  display: none;
  background-color: #FFF;
  padding: 30px;
  border: 1px solid;
  border-color: #CCC;
  box-shadow: 2px 2px 2px #AAA;
  border-radius: 4px;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -286px;  /* the half of the width */
  width: 572px;  /* the exact width of the image */
  height: 304px;
  background-image: url(/img/loading.gif);
  background-repeat: no-repeat;  
  z-index: 1;
}

 div.ui-widget-header{
     background-color: black;
     color: white;
     font-weight: bold;
 }
 
 .ui-dialog-titlebar-close {
    visibility: hidden;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

/* Dropdown Button */
.dropbtn {
    background-color: #ef293d;
    color: white;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    background-color: #ef293d;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: black;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: black;
}

.glyphicon-remove {
  color: red;
}

.glyphicon-ok {
  color: green;
}

.invalid {
 background:url(../img/invalid.png) no-repeat 0 50%;
 padding-left:22px;
 line-height:24px;
 /*color: black;*/
 color:#ec3f41;
}
.valid {
 background:url(../img/valid.png) no-repeat 0 50%;
 padding-left:22px;
 line-height:24px;
 color:#3a7d34;
}

.neutral {
 background:url(../img/neutral.png) no-repeat 0 50%;
 padding-left:22px;
 line-height:24px;
 color: black;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.btn {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    text-decoration: none !important;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5rem 1rem;
    border-left: 0.25rem solid #e9ecef;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 1.5rem; 
}

.modal {
    margin: 1.75rem auto; 
}

.alert {
    margin-bottom: 1rem;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    font-size: inherit;
    border-collapse: collapse;
    table-layout: auto;
    background-color: transparent;
}

/*th {
    text-align: left;*/ /* Ensure left alignment */
    /*vertical-align: middle;*/ /* Center vertically */
    /*width: auto;
    overflow-wrap: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 0.75rem;
}
td {
    text-align: left;
    width: auto;
    overflow-wrap: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 0.75rem;
}*/

.table:not(.reports-table) th,
.table:not(.reports-table) td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    text-align: left;
    background-color: transparent;
}



.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    padding: 0.75rem;
    text-align: left;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
    width: 100%;
    margin-top: 10px;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}


.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}

.navbar {
    margin-bottom: 0px;
    padding: 0.5rem 1rem;
}



.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[class^="col-"], [class*=" col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

body {
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.font-size-8 {
    font-size: 8px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12pt;
}

.font-size-small {
    font-size: small;
}

.font-size-medium {
    font-size: medium;
}

.display-none {
    display: none;
}

.display-block {
    display: block
}

.display-inline{
    display: inline;
}

.display-inline-block{
    display: inline-block
}

.display-block-bold {
    display: block;
    font-weight: bold;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    display: inline-block;
    width: 99%;
    font-weight: bold;
}

.opacity-1 {
    opacity: 1.0
}

form {
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group {
    margin-bottom: 1rem;
    padding: 0;
}

.form-inline {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

img {
    max-width: 100%;
    height: auto;
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 960px; 
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.03);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(0, 0, 0, 0.03);
    border-color: inherit;
}

.accordion-button:is(.collapsed) {
    background-color: rgba(0, 0, 0, 0.03);
    border-color: inherit;
}

.accordion-button:not(.collapsed):focus {
    background-color: rgba(0, 0, 0, 0.03);
    box-shadow: none;
}

.accordion-label {
    font-weight: bold;
    color: #777; /* Adjust the color as needed */
}

.accordion-content {
    padding: 10px; /* Adjust the padding as needed */
}

.toggle-accordion {
    cursor: pointer;
}

.accordion-button-listing {
    font-size: 14pt;
    font-weight: bold;
    color: red;
}

.accordion-parent-div {
    display: block;
    border: solid 1px red;
    padding: 15px;
    border-radius: 5px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px; 
    }
}


@media (max-width: 575.98px) { /* xs */
}

@media (min-width: 576px) and (max-width: 767.98px) { /* sm */
}

@media (min-width: 768px) and (max-width: 991.98px) { /* md */
}

@media (min-width: 992px) and (max-width: 1199.98px) { /* lg */
}

@media (min-width: 1200px) { /* xl */
}

.vertical-align-top {
    vertical-align: top;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.height-auto{
    height: auto;
}

.height-60 {
    height: 60px;
}

.border-solid-red {
    border: solid 1px red;
    border-radius: 5px;
    padding: 15px;
}

.color-red {
    color: red;
}

.color-black {
    color: black;
}

.color-white {
    color: white;
}

.color-green {
    color: green;
}

.color-blue {
    color: blue;
}

.float-right {
    float: right;
}

.red-italic {
    color: red;
    text-align: right;
    font-style: italic;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left {
    margin-left: 0px;
}

.margin-left-250 {
    margin-left: 250px;
}

.margin-left-10-percent {
    margin-left: 10%;
}

.margin-left-20-percent {
    margin-left: 20%;
}

.margin-right-5 {
    margin-right: 5px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-033em {
    padding: 0.33em;
}

.padding-left-1em {
    padding-left: 1em;
}

.padding-right-033em {
    padding-right: 0.33em;
}

.visibility-visible {
    visibility: visible;
}

.visibility-hidden {
    visibility: hidden;
}

.width-15 {
    width: 15%;
}

.width-45 {
    width: 45%;
}

.width-85 {
    width: 85%;
}

.width-1110 {
    width: 1110px;
}

.width-280 {
    width: 280px;
}

.width-320 {
    width: 320px;
}

.width-600 {
    width: 600px;
}

.min-width-45 {
    min-width: 45%;
}

.min-width-90{
    min-width: 90%;
}

.min-width-100 {
    min-width: 100%;
}

.flex-1 {
    flex: 1;
}

.listing-form-header {
    padding: 15px;
    border: solid 1px red;
    border-radius: 5px;
}

.listing-form-title {
    font-size: 14pt;
    font-weight: bold;
    color: red;
}

.search-button {
    display: none;
    background-color: red;
    color: white;
    font-weight: bold;
}

.update-info-button {
    background-color: red;
    color: white;
}

.listing-form-item {
    display: inline-block;
    min-width: 45%;
}

.listing-form-item-bold {
    display: inline-block;
    min-width: 45%;
    font-weight: bold;
}

.listing-form-item-2 {
    display: inline-block;
    min-width: 33%;
}

.listing-form-item-bold-2 {
    display: inline-block;
    min-width: 33%;
    font-weight: bold;
}

.listing-form-item-3 {
    display: inline-block;
    min-width: 99%;
}

.listing-form-item-bold-3 {
    display: inline-block;
    min-width: 99%;
    font-weight: bold;
}

.listing-form-item-4 {
    display: inline-block;
    min-width: 90%;
}

.listing-form-item-bold-4 {
    display: inline-block;
    min-width: 90%;
    font-weight: bold;
}

.listing-form-person-name {
    display: block;
    min-width: 90%;
}

.listing-form-person-name-2 {
    display: block;
    height: auto;
    margin-top: 10px;
    font-weight: bold;
}

.listing-form-account-info {
    display: block;
    height: auto;
    margin-top: 10px;
    font-weight: bold;
}

.submit-button {
    background-color: red;
    color: white;
    font-weight: bold
}

.character-count {
    min-width: 200px;
    min-width: 90%
}

.search-div {
    float: right;
    display: inline;
}

.login-link {
    font-weight: normal;
    color: blue;
    visibility: hidden
}

.jumbotron-style-1 {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    height: auto;
}

.jumbotron-style-2 {
    background-color: black;
    text-align: center;
}

.search-form {
    margin-left: 15px;
    margin-right: 15px;
}

.search-form-button {
    background-color: white;
    color: #FF0000;
    border: 2px solid #FF0000;
}

.search-form-row-1 {
    background-color: red;
    border-radius: 10px 10px 0 0;
}

.search-form-row-2 {
    background-color: red;
    border-radius: 0 0 10px 10px;
}

.debtor-info-header {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}

.debtor-info-row {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.debtor-info-row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.debtor-info-row-name {
    font-size: 20pt;
    color: red;
    margin: 0;
}

.debtor-account-info {
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
    text-align: left;
    color: black;
}

.debtor-account-info-table {
    table-layout: fixed;
    width: 100%;
    word-break: break-word;
    font-size: 14px;
    border: 1px solid #ccc;
    border-collapse: separate;
    border-radius: 10px;
}

.debtor-account-info-row {
    background-color: #f8f9fa;
}

.debtor-account-info-table-header {
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.debtor-account-info-table-element {
    padding: 10px;
}



.debtor-table {
    padding: 10px;
    background-color: #f5f5f5;
    margin-top: -15px;
}

.debtor-table-2 {
    overflow-x: auto;
    table-layout: auto;
    width: 100%;
    word-break: break-word;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.debtor-table-header {
    word-wrap: normal;
    word-break: keep-all;
}

.debtor-table-header-row {
    display: block;
    font-weight: bold;
    padding: 10px;
}

.debtor-body {
    display: block;
    margin: 0;
    border: none
}

.payment-history {
    display: block;
    clear: both;
}

.payment-legal-detail {
    display: none;
    margin: 10px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.payment-history-title-div {
    font-size: 14px;
    color: red;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.debtor-additional-info {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.debtor-update-info {
    display: none;
    padding: 15px;
    margin-top: 75px;
}

.debtor-update-info-label {
    display: block;
    font-size: 12pt;
    color: black;
    font-weight: bold;
}

.debtor-update-contact-info {
    display: block;
    font-size: 14pt;
    color: red;
    font-weight: bold;
}

.debtor-pop-up {
    display: none;
    padding: 15px;
}

.debtor-pop-up-1 {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.payment-info-title {
    font-size: 10px;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}

.thank-you-div {
    font-size: 10px;
    color: #FF0000;
    text-align: center;
}

.hold-info-title {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin-bottom: 15px;
}

.hold-info-div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.hold-info {
    font-size: 12px;
    color: #333;
}

.history-div {
    background-color: darkgray;
    padding: 30px;
}

.history-div-title {
    display: block;
    color: red;
    font-weight: bold;
    font-size: 18pt;
    margin-top: 50px;
}

.history-table-title {
    display: block;
    color: white
}

.history-div-table {
    overflow: scroll;
    max-height: 500px;
}

.history-div-table-2 {
    overflow: scroll;
    max-height: 800px;
    max-width: 1080px;
}

.search-for-account-title {
    display: block;
    font-size: 24pt;
    color: red;
    text-align: left;
}

.announcements-title {
    text-align: center;
    display: block;
    font-size: 18pt;
    color: red;
}

.announcements-body {
    display: block;
    font-size: 12pt;
    font-weight: normal
}

.main-search-label {
    display: block;
    font-size: 13pt;
    color: black;
    font-weight: normal;
    text-align: left;
}

.main-search-input {
    width: 100%;
    color: black;
}

.main-search-input-additional-info {
    display: block;
    font-style: italic;
    font-size: 10pt;
    color: red;
    text-align: left;
}

.main-search-button {
    background-color: red;
    color: white;
    font-size: 18pt;
    font-weight: bold;
}

.main-search-button-div {
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
}

.search-result {
    display: block;
    color: red;
    font-weight: bold;
    font-size: 24pt;
}

.search-result-row-1 {
    background-color: red;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.search-result-row-2 {
    background-color: red;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search-result-input {
    width: 100%;
    font-size: 10pt;
}

.search-result-button {
    color: white;
    font-size: 12pt;
    background-color: black;
}

.authenticate-resend-link {
    font-weight: normal;
    color: blue;
    margin-left: 20px
}

.change-password-link {
    font-weight: normal;
    color: blue;
    visibility: hidden
}

.error-label {
    display: none;
    color: red;
}

.guardian-history-check-label {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #446E9A;
    width: 100%;
    margin-right: 20px
}

.guardian-loading-div {
    display: none;
    width: 300px;
    height: 300px;
}

.guardian-no-support-label {
    width: 100%;
    margin-right: 20px
}

.cursor-pointer {
    cursor: pointer;
}

.armg-header {
    color: black;
    font-size: 38pt;
}

.index-image {
    max-height: 480px;
    max-width: 640px;
}

.download-report-div {
    text-align: right;
    width: 100%;
}

.download-report-button {
    background-color: black;
    font-weight: bold;
    color: white;
}

.reports-table {
    width: 100%;
}

.reports-table-header-row {
    background-color: #a7a4a4;
    font-size: 10pt;
    font-weight: bold;
}

.reports-table-header-row-2 {
    background-color: #a7a4a4;
    font-size: 10pt;
    font-weight: bold;
    padding: 10px;
}

.reports-table-row {
    border-bottom: solid 1px black;
    font-weight: bold;
}

.reports-table-row-2 {
    vertical-align: top;
    white-space: nowrap;
    padding: 0.33rem;
}

.reports-table-element {
    background-color: lightgray;
    font-size: 10pt;
}

.reports-summary-table {
    width: 30%;
    font-weight: bold;
}

.reports-client-message {
    text-align: left;
    width: 100%;
    padding-top: 20px;
}

.reports-client-created {
    text-align: left;
    width: 100%;
    padding-top: 10px;
}

.reports-arrow {
    width: 15px;
    height: 20px;
}

.navbar-div {
    background-color: #ef293d;
}

.logout-link {
    font-weight: bold;
    color: white;
    padding: 5px;
}

.chat-button {
    margin-top: 10px;
    background-color: green;
    color: white;
    font-weight: bold;
}

.chat-window {
    width: 650px;
    height: 650px;
    display: none;
    background-color: red;
}

.chat-div {
    width: 600px;
    height: 500px;
    background-color: red;
}

.login-div {
    width: 550px;
    height: 450px;
    background-color: red;
}

.btn-login {
    display: inline;
    vertical-align: top;
    background-color: black;
    color: white;
    font-weight: bold;
}

.btn-exit {
    background-color: black;
    color: white;
    font-weight: bold;
}

.email-logo {
    width: 300px;
    height: 76px;
}

.text-message {
    width: 100%;
    border: solid black 1px;
    overflow-y: scroll;
    height: 75px;
    background-color: white;
    font-weight: bold;
    width: 550px;
    min-width: 500px;
}

.div-message {
    border: solid black 1px;
    overflow-y: scroll;
    width: 585px;
    height: 350px;
    background-color: white;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center;
}

.send-button {
    width: 75px;
    background-color: black;
    color: white;
    font-weight: bold;
}

.finish-button {
    background-color: black;
    color: white;
    font-weight: bold;
}

.register {
    color: white;
    font: bold;
    background-color: #ef293d;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    border: thin;
    border-color: black;
    border-style: solid;
}

.register:hover {
    color: #ef293d;
    background-color: white;
}

.mb-20 {
    margin-bottom: 24px
}

.mt-30 {
    margin-top: 35px
}

.sign-up-enabled {
    background-color: red;
    color: white;
    opacity: 1;
}

.sign-up-disabled {
    background-color: red;
    color: white;
    opacity: .4;
    cursor: not-allowed;
}