﻿
html {
    scroll-behavior: smooth;
    background: url(../images/background.jpg) no-repeat center center fixed #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: white;
    height: 100%;
    
}

form {
    height: 100%;
}

body {
    color: white;
    
    margin: 0;
    padding: 0;  

    height: 100%;
}

.RadMenu
{
    z-index: 100!important;
}

.RadMenu_Bootstrap 
{
    z-index: 100!important;
}



h1 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 38px;
    line-height: 35px;
    line-height: 120%;
    text-shadow: 0px 2px 3px #333;
}

h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    background: white;
    border: 1px solid;
    border-color: #0b507e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
    color: white;
    background-color: #0b507f;
}


h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}



.val {
    font-size: 30px;
    color: #57b2cb;
}

.photo {
    z-index: 1;
    margin: auto;
    background: white;
    border: 1px solid white;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
}

a {
    color: #d0d0d0;
}

    a:hover {
        color: #ffffff;
    }

.footer {
    height: 90px;
    background-color: rgb(30 30 30);
    vertical-align: middle;
    color: #646464;

}

.allButFooter {
    min-height: calc(100vh - 90px);
}

.lookupbutton {
    margin-left: 10px;
    vertical-align: middle;
}

.content {
}

.header {
    margin-bottom: 20px;
}

.userphotobox {
    padding-top: 3px;
}

.smallphoto {
    z-index: 1;
    margin: auto;
    background: white;
    border: 1px solid white;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
}

.userphotobox a {
    font-size: 14px !important;
    line-height: 15px;
}

.menu {
    z-index: 10000 !important;
}

.contentouter {
    margin-top: 10px;
    /*background-color: rgba(255, 255, 255, 0.25);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.headerimage
{
    margin-right: 10px;
    margin-bottom: 10px;
}

.pageview {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    color: black;
}

.loginbox {
    background: white;
    border: 1px solid;
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    color: #5a5a5a;

    padding: 20px;
}

.parent {
    display: table;
    height: 100%;
    width: 100%;
}

.child {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.loginboxouter {
}

.loginboxinner {
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.50);
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: left;
    -moz-animation: myfirst 1s;
    -o-animation: myfirst 1s;
    -webkit-animation: myfirst 1s;
    animation: myfirst 1s;
}

.loginheading {
    font-size: 24px;
}

.smalltext {
    font-size: 10px;
}

.contentouter a
{
    color: #2a3e7e;
}

.contentouter a:hover
{
    color: #3357ac;
}

.nobackground
{
    background: none!important;
}

.pagelabel
{
    margin-left: 60px;
    color: #d1d1d1;
    font-weight: bold;
    margin-bottom: -5px;
}

.statistics
{
    margin-top: -15px;
    margin-bottom: 20px;
}

.statistic {
    background-color: #0b507e;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}

.statisticlabel
{
    font-size: 11px;
    margin-bottom: 3px;
}

.statisticvalue
{
    font-size: 20px;
    font-weight: bold;
}

.reglink-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qr-wrap {
    display: inline-block;
    padding: 8px;
    background: #f7f9fc;
    border: 1px solid #e3e6ee;
    border-radius: 8px;
    margin-bottom: 8px;
}

.ah-btn {
    appearance: none;
    border: 0;
    padding: 8px 14px;
    border-radius: 8px;
    font-family: inherit;
    cursor: pointer;
    background: #0b3a63;
    color: #fff;
    transition: transform 0.08s ease, opacity 0.2s ease;
}

    .ah-btn:hover {
        opacity: 0.9;
    }

    .ah-btn:active {
        transform: translateY(1px);
    }

    .ah-btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }


    .loading-overlay {
    position: fixed;
    inset: 0;
    background: rgba(22, 65, 148, 0.9);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Segoe UI', Arial, sans-serif;
    animation: fadeIn 0.3s ease-out;
}

.loading-spinner {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.loading-spinner .dot {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    animation: bounce 0.6s infinite alternate;
}

.loading-spinner .dot1 { animation-delay: 0s; }
.loading-spinner .dot2 { animation-delay: 0.2s; }
.loading-spinner .dot3 { animation-delay: 0.4s; }

.loading-text {
    font-size: 18px;
    letter-spacing: 0.5px;
}

@keyframes bounce {
    to {
        transform: translateY(-12px);
        background-color: #a3d2ff;
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


.RadScheduler_Bootstrap .rsApt {
    font-size: 11px!important;
    line-height: 1.0!important;
}

.RadScheduler_Bootstrap .rsAptContent
{
    padding: 2px!important;
}

.RadScheduler .rsAptSimple .rsAptContent {
    margin-top: 0!important;
}

.RadScheduler .rsMonthView .rsWrap {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* Outer popup card */
.holiday-advanced {
    background: #ffffff;
    padding: 24px 28px 20px 28px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
    font-family: "Segoe UI", Arial, sans-serif;
    min-width: 420px;
    max-width: 640px;
}

/* Inner table layout */
.holiday-advanced-table {
    width: 100%;
    border-collapse: collapse;
}

/* Title row */
.holiday-adv-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e3c5a;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #dde3ec;
}

/* Date row */
.holiday-adv-date-cell {
    padding: 8px 0 16px 0;
    font-size: 13px;
    color: #6c7a89;
}

/* Label cell */
.holiday-adv-label-cell {
    width: 130px;
    padding: 8px 14px 8px 0;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

/* Value cells (textbox side) */
.holiday-advanced-table td:not(.holiday-adv-title):not(.holiday-adv-date-cell):not(.holiday-adv-label-cell):not(.holiday-adv-buttons-cell) {
    padding: 8px 0;
}

/* Extra spacing between rows */
.holiday-advanced-table tr + tr td {
    padding-top: 10px;
}

/* Buttons row */
.holiday-adv-buttons-cell {
    padding: 16px 0 0 0;
    text-align: right;
}

/* Buttons – styled to feel like the login page */
.holiday-btn-save,
.holiday-btn-cancel,
.holiday-btn-delete {
    padding: 12px 24px;
    font-size: 15px;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid transparent;
    margin-left: 10px;
    min-width: 90px; /* consistent width */
    line-height: 1.2; /* cleaner vertical centering */
}


/* Primary save button: calm blue */
.holiday-btn-save {
    background-color: #2c78c5;
    border-color: #2668aa;
    color: #ffffff;
}

    .holiday-btn-save:hover {
        background-color: #245f9f;
        border-color: #1f548f;
    }

/* Cancel: neutral grey, subtle */
.holiday-btn-cancel {
    background-color: #f5f5f5;
    border-color: #c5c5c5;
    color: #555555;
}

    .holiday-btn-cancel:hover {
        background-color: #e6e6e6;
    }

/* Delete: red but still button-like */
.holiday-btn-delete {
    background-color: #d9534f;
    border-color: #c64542;
    color: #ffffff;
}

    .holiday-btn-delete:hover {
        background-color: #c43f3b;
        border-color: #b43733;
    }

/* RadTextBox / textarea inside the card */
.holiday-advanced .RadInput textarea,
.holiday-advanced .RadInput input,
.holiday-advanced textarea,
.holiday-advanced input[type="text"] {
    width: 100% !important;
    font-size: 14px;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 4px;
}

.holiday-advanced {
    padding: 28px 36px 28px 36px !important;
}

.holiday-calendar-wrapper
{
    padding: 30px;
    background-color: white;
    border-radius: 15px;
}
    .holiday-calendar-wrapper .RadScheduler .rsAptContent {
        font-size: 1.4em;
        padding-top: 4px!important;
        padding-left: 4px!important;
    }

    .holiday-calendar-wrapper .RadScheduler .rsMonthView .rsAptResize {
        display: none;
    }

    .holiday-calendar-wrapper .RadScheduler_Bootstrap .rsAptDelete {
        top: 3px!important;
    }

.wrapper {
    padding: 30px;
    background-color: white;
    border-radius: 15px;
}

.RadScheduler .holiday-appointment {
    background-color: #c43f3b !important;
    border-color: #a7140f !important;
    
}

.mypointer {
    cursor: pointer;
}

.grid-footer-total {
    text-align: right;
    padding-right: 8px!important;
    font-weight: bold;
    font-size: 14px;
}

.finance-summary-wrapper {
    max-width: 520px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 12px 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.finance-summary-table {
    width: 100%;
    border-collapse: collapse;
}

.finance-summary-section-header {
    font-weight: bold;
    font-size: 14px;
    color: #0b507e;
    border-bottom: 1px solid #d0d0d0;
    padding: 6px 0 4px 0;
}

.finance-summary-section-spacer {
    padding-top: 12px;
}

.finance-summary-label {
    padding: 4px 4px 4px 0;
    color: #333333;
}

.finance-summary-amount {
    padding: 4px 0 4px 4px;
    text-align: right;
    color: #000000;
}

.finance-summary-total-label {
    font-weight: bold;
}

.finance-summary-total-amount {
    font-weight: bold;
}

.finance-summary-amount span,
.finance-summary-amount label {
    font-family: Arial;
}
.finance-summary-toolbar {
    text-align: right;
    margin-bottom: 10px;
}

.finance-summary-wrapper {
    max-width: 520px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 12px 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.finance-summary-table {
    width: 100%;
    border-collapse: collapse;
}

.finance-summary-section-header {
    font-weight: bold;
    font-size: 14px;
    color: #0b507e;
    border-bottom: 1px solid #d0d0d0;
    padding: 6px 0 4px 0;
}

.finance-summary-section-spacer {
    padding-top: 12px;
}

.finance-summary-label {
    padding: 4px 4px 4px 0;
    color: #333333;
}

.finance-summary-amount {
    padding: 4px 0 4px 4px;
    text-align: right;
    color: #000000;
}

.finance-summary-total-label {
    font-weight: bold;
}

.finance-summary-total-amount {
    font-weight: bold;
}

.finance-summary-breakdown-header td {
    font-weight: bold;
    padding: 6px 0;
    border-bottom: 1px solid #d0d0d0;
}

.finance-breakdown-col1 {
    width: 50%;
    padding: 6px 4px;
}

.finance-breakdown-col2 {
    width: 16%;
    text-align: right;
    padding: 6px 4px;
}

.finance-summary-total-row td {
    font-weight: bold;
    padding-top: 10px;
    border-top: 1px solid #d0d0d0;
}

.finance-breakdown-total-label {
    padding-left: 4px;
}

.finance-breakdown-total-amount {
    text-align: right;
    padding-right: 4px;
}

.finance-net-income {
    color: #2e7d32;
    font-weight: bold;
}

.finance-net-expense {
    color: #b00020;
    font-weight: bold;
}

.finance-net-neutral {
    color: #333333;
}
