@font-face {
    font-family: 'mine';
    src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('GreatVibes-Regular.otf') format('woff'), /* Modern Browsers */
         url('GreatVibes-Regular.otf') format('truetype'), /* Safari, Android, iOS */
         url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'script';
    src: url('Ananda Black Personal Use.ttf');
}

@font-face {
    font-family: 'new2';
    src: url('FeFCrm2.ttf'); /* IE9 Compat Modes */
    src: url('FeFCrm2.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FeFCrm2.ttf') format('woff'), /* Modern Browsers */
         url('FeFCrm2.ttf') format('truetype'); /* Safari, Android, iOS */
}

body {
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, sans-serif; /* Updated font for a modern look */
    background-color: #f4f6f9; /* Light background for a clean appearance */
}

img.100 {
    width: 100%;
    height: auto;
}

a.white {
    color: #ffffff; /* White links */
}

p.footer {
    color: #ffffff;
    bottom: 0;
    height: 30px;
    right: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
    text-align: center;
    background-color: #e74c3c; /* Red background for footer */
}

@page {
    size: 8.5in 11in; /* width height */
}

@media screen {
    div.divFooter {
        margin-top: 500px;
        text-align: center;
        display: none;
    }
}

@media print {
    div.divFooter {
        text-align: center;
        position: fixed;
        bottom: 0;
    }
}

.window {
    max-width: 780px;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    margin: auto;
    background-color: #ffffff; /* White background for the window */
    font-family: 'Segoe UI', sans-serif;
    font-size: 15pt;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.window img {
    width: 100%;
    height: auto;
}

#mask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    z-index: -2;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#mask.showing {
    opacity: 1;
    z-index: 9000;
    visibility: visible;
    overflow: auto;
}

#boxes {
    display: table;
    width: 100%;
    height: 100%;
}

.inner {
    display: table-cell;
    vertical-align: middle;
}

#popupfoot {
    font-size: 16pt;
}

.showImage {
    margin: 0 0 3em;
    display: table;
    text-align: center;
}

.showImage img {
    display: block;
}

.wong {
    font-family: 'mine', 'Great Vibes', Helvetica, sans-serif;
    font-size: 20px;
}

.heading {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 24px;
    color: #2c3e50; /* Dark blue for headings */
    font-weight: bolder;
    text-transform: capitalize;
    text-decoration: underline;
    text-indent: 10px;
}

.foot {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    background-color: #333; /* Dark background for footer */
}

.data {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 16px;
 font-weight: 900;
    color: #333366; /* Dark blue for data text */
}

.odd {
    color: #ffffff;
    background: #0070b2; /* Blue for odd rows */
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
}

.even {
    color: #ffffff;
    background: #d04694; /* Pink for even rows */
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
}

.buttons {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    border: thin solid #FF3300; /* Red border */
    font-weight: bolder;
    background-color: #712c85; /* Purple background */
    padding: 10px 15px; /* Padding for buttons */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s; /* Smooth transition */
}

.buttons:hover {
    background-color: #5e2a6d; /* Darker purple on hover */
}

.forms_boxes {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    padding: 1%;
    color: #000;
    background-color: #ffffff; /* White background for forms */
}

.buttons_links {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    background: #712c85; /* Purple background */
    color: #ffffff;
    text-decoration: none;
    border: thin solid #473e3f; /* Dark border */
    padding: 5px 10px; /* Padding for links */
    border-radius: 5px; /* Rounded corners */
}

.error {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    background-color: #e74c3c; /* Red background for errors */
    padding: 10px; /* Padding for error messages */
}

.borders {
    border: thin dotted #000B3B; /* Dotted border */
}

.instructions {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    font-weight: bolder;
}

a {
    color: #3498db; /* Soft blue for links */
    font-weight: bold;
}

.rx_title {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    background-color: #f15b89; /* Pink background for titles */
}

.rx_titlenew {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    background-color: #999999; /* Gray background for new titles */
}

.rx_even {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    color: #000033; /* Dark blue for even rows */
    background: #DCDDDE; /* Light gray for even rows */
}

.rx_odd {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    color: #000033; /* Dark blue for odd rows */
    background: #D1D3D4; /* Light gray for odd rows */
}

.rx_print_title {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    font-weight: bolder;
}

.rx_print_title_med {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 16px;
    font-weight: bolder;
}

.rx_print_title2 {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 12px;
    font-weight: bolder;
}

.rx_print_title3 {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
}

.rx_print_data {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.rx_print_data2 {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.rx_print_data3 {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.rx_print_data_med {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.rx_print_data2 {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: oblique;
    text-transform: none;
}

.buttons_links {
    cursor: pointer;
}

.paging {
    padding: 10px 0;
    background: #ffffff; /* White background for paging */
    color: #e74c3c; /* Red text for paging */
}

.paging a {
    padding: 2px; /* Padding for paging links */
    color: #3498db; /* Soft blue for paging links */
    text-decoration: none; /* No underline for links */
}

.paging a:hover {
    text-decoration: underline; /* Underline on hover */
}