body {
    background: #E5F6FE;
}

.header-table {
    background: transparent;
    color: #000000;
    display: inline-block;
    width: 90%;
}

.header-name {
    color: #000000;
    font-weight: bold;
    cursor: default;
    font-size: 2em;
}

.header-logo {
    height: 4em;
    width: 10em;
}

.header-button {
    color: #000000;
    border: 2px solid #000000;
    background: #E5F6FE;
    cursor: pointer;
    border-radius: 10px;
}

.header-button:hover {
    background: #6be67c;
}

.button-delete:hover {
    background: #f65454;
}

.login-form {
    color: #000000;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    background: #E5F6FE;
    width: 100%;
}

.tab-container {
    margin: .5em;
    padding: .5em;
    background: #d8ecf6;
    text-align: center;
    color: #000000;
    border: 0;
}

.tab-list {
    padding: 0;
    background: #E5F6FE;
    border-top: 0;
}

.tab-list-item:hover .ui-tabs-anchor {
    background: #9ac9e1;
    color: #000000;
}

/*Active Tab*/
.tab-list-item.ui-state-active,
.tab-list-item.ui-widget-content .ui-state-active,
.tab-list-item.ui-widget-header .ui-state-active,
.tab-list-item a.ui-button:active,
.tab-list-item.ui-button:active,
.tab-list-item.ui-button.ui-state-active:hover {
    border: 1px solid #999999;
    background: #d8ecf6;
}

.tab-list-item.ui-state-active a,
.tab-list-item.ui-state-active a:link,
.tab-list-item.ui-state-active a:visited {
    color: #042f43;
    /*font-size: 1.1em;*/
}

/*combox selector*/
.test-ui-combobox.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #E5F6FE; /* url("images/ui-bg_inset-soft_50_c9c9c9_1x100.png") 50% bottom repeat-x; */
    color: #333333;
}

/*.ui-widget-content*/
.ui-menu
{
    border: 5px solid #aaaaaa;
    background: #E5F6FE; /* url("images/ui-bg_inset-soft_50_c9c9c9_1x100.png") 50% bottom repeat-x; */
    color: #333333;
}

.ui-menu-item {
    background: #E5F6FE;
    padding: 3px;
}

.ui-menu-item-wrapper:hover {
    background: #9ac9e1;
}

.footer {
    margin-left: 3%;
    width: 80%;
}

.acct-select {
    width: 500px;
}

.home-table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;"
    border: 1px solid #000000;
}

.home-input {
    background: #E5F6FE;
}

.home-row:hover {
    background-color: #b0ddf3;
}

.home-row-header {
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}

.home-row>td {
    color: #000000;
    cursor: pointer;
}

.ui-combobox {
     position: relative;
     display: inline-block;
 }

.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.ui-combobox-input {
    margin: 0;
    padding: 0.3em;
    width: 30rem;
}

.report-header {
    background-color: #b3e1f8;
    border: 1px solid #cccccc;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.blank-cell {
    width: 100%;
    height: 100%;
    border: 2px #E5F6FE;
    padding: 4px;
}

/* Hide default checkbox */
.custom-checkbox input[name="billmail"],[name="billemail"],[name="ownermail"],[name="owneremail"],[name="act"],[name="autopay"] {
    display: none;
}

/* Create custom box */
.custom-checkbox .checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #E5F6FE;
    border: 2px solid #000000;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

/* Show checkmark when checked */
.custom-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.condition-cell {
    justify-content: center;
}

.condition-row {
    border: none;
}

.home-datepicker {
    background: #E5F6FE;
    color: #333333;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    height: 1em;
}

.home-datepicker-row {
    padding: 0;
}

.ui-datepicker-trigger {
    cursor: pointer;
    position: relative; top:.15em; right:-.5em; height: 1em;
    transform: scale(135%);
}

.ui-datepicker {
    background: #d8ecf6;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.ui-datepicker-header {
    background: #b3e1f8;
    color: #000000;
    width: 100%;
}

.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e {
    transform: scale(175%);
}

.ui-datepicker-prev,
.ui-datepicker-next {
    /*background-position: -80px -192px;*/
    background: #E5F6FE;
    color: #000000;
    /*transform: scale(105%);*/
}

.ui-datepicker-next .ui-icon-circle-triangle-e {
    color: #000000;
}

.home-select-day:hover {
    background: #9ac9e1;
    color: #333333;
}

.home-select-day.ui-state-active {
    background: #20c93c;
    color: #333333;
}

.home-select-day.ui-state-highlight {
    background: #b4e1f8;
    color: #333333;
}

.setting-label {
    width: 15%;
    text-align: right;
}

.setting-input {
    width: 30%;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 246, 254, 0.8); /* Semi-transparent background */
    display: flex; /* Centers the spinner */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensures it's on top of other content */
}

.spinner {
    /* Example: CSS spinner animation */
    border: 4px solid rgb(196, 232, 248);
    border-left-color: #3b6e88;
    border-radius: 50%;
    margin-left: 3em;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}
.spinner-text{
    color: #3b6e88;
    font-weight: bold;
    font-size: 125%;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}

.hidden {
    display: none; /* Class to hide the overlay */
}

.odd{
    background-color: #fffc7b;
}

.odd:hover{
    background-color: #faf9d4;
}

.even{
    background-color: #b4e1f8;
}

.even:hover{
    background-color: #dcf0fa;
}

.good-read{
    background-color: #8fff63;
}

.highlimit-read{
    background-color: #f6a4a4;
}

.low-read{
    background-color: #fba1fb;
}

.about-list {
    background-color: #c4e8f8;
    text-align: left;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding: .1em;
    font-style: italic;
    font-size: 1.2em;
}

.home-contact {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    background-color: #c4e8f8;
}

.home-text-header {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    width: 50%;
}

.home-text {
    text-align: left;
    margin-bottom: .5em;
    text-indent: 20px;
}

.home-box{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.home-article {
    text-align: left;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding-right: 1em;
    padding-left: 1em;
    border: 1px solid #97ddfb;
    background-color: #cfeefb;
}

.home-article-image {
    width: auto;
    float: right;
    height: 8em;
    margin-right: .5em;
    margin-left: .5em;
    margin-bottom: .5em;
    box-shadow: 4px 4px 15px #276a8a;
}

.home-article-container {
    display: flex;
    align-items: center;
    margin-top: .5em;
    text-align: center;
}

.home-article-wrapper {
    border: solid 1px #9a9999;
    margin-bottom: .2em;
    background-color: #b3e1f8;
}

.home-article-text {
    width: 65%;
    height: 7em;
    cols: 50;
    rows: 20;
    resize: none;
    margin-right: 1em;
}

.faq-question {
    font-size: 1.2em;
    font-weight: bold;
    background-color: #b3e1f8;
    margin-top: .5em;
    margin-bottom: .5em;
    text-align: left;
    text-indent: 2em;
}

.faq-answer {
    text-align: left;
}

.faq-additional {
    text-align: left;
    text-indent: 40px;
    font-style: italic;
}

.account-usage {
    width: 200px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: #d8ecf6;
    display: block;
}

.account-usage:hover {
    transform: scale(3);
    cursor: pointer;
}

.al-left {
    text-align: left;
}

.al-right {
    text-align: right;
}

.main-buttons {
    margin-left:  .5em;
    margin-right: .5em;
}

.about-box {
    border: 5px solid #58c1f1;
    margin: auto;
    width: 20em;
    height: 10em;
    vertical-align: middle;
    color: #58c1f1;
}

.article-box {
    border: 5px solid #58c1f1;
    margin: auto;
    width: 8em;
    height: 8em;
    vertical-align: middle;
    color: #58c1f1;
    cursor: pointer;
}

.article-box:hover {
    border: 5px solid #071b85;
}

.access-admin {
    color: #dd0d0d;
    font-weight: bold;
}
.access-clerk {
    color: #e4d41e;
    font-weight: bold;
}
.access-manager {
    color: #a259f1;
    font-weight: bold;
}
.access-info {
    color: #58a5f1;
    font-weight: bold;
}
.acct-active {
    color: #0fc80f;
    font-weight: bold;
}
.acct-inactive {
    color: #bf0a0a;
    font-weight: bold;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: auto;
    text-align: center;
    background-color: #e5f6fe;
    box-sizing: border-box;
    border: 3px solid #58c1f1;
    padding: 10px;
    z-index: 100;
    /*to hide popup initially*/
    display: none;
}

#container {
    position: relative;
}
#copyright {
    position: absolute;
    bottom: 0;
}

.alert-message-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: none;
    z-index: 100;
}

.alert-message-content {
    border: 3px solid #196991;
    background-color: #e5f6fe;
    position: relative;
    text-align: center;
    width: 50%;
    height: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    border-radius: 25px;
    /*box-shadow: 4px 4px 15px #dc1515;*/
}

.alert-suc {
    /*1*/
    box-shadow: 4px 4px 15px #55fa55;
}

.alert-warn {
    /*2*/
    box-shadow: 4px 4px 15px #f6ed32;
}

.alert-err {
    /*3*/
    box-shadow: 4px 4px 15px #dc1515;
}

.alert-inf {
    box-shadow: 4px 4px 15px #071b85;
}

.alert-header{
    font-size: 2em;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 1em;
}

.alert-message {
    margin-top: 1.5em;
}

.alert-btn {
    font-size: 1.1em;
    margin-top: 1em;
    position: absolute;
    bottom: 1em;
}