﻿body {
}
/* =============================================
   DrFrankJForte.Css - Omni Physical & Aquatic Therapy
   Last Updated: June 2026
   ============================================= */

@media print {
    * {
        font-family: "Malgun Gothic", Helvetica, Arial, sans-serif;
        font-size: small !important;
        color: black !important;
        background: white !important;
    }

    h1, h2, h3, h4, h5, h6 {
        color: black !important;
    }

    #Content2, #ppPnlLftTop, .ppPnl, .BtnHide {
        display: none !important;
    }

    .Signature {
        font-size: 20pt;
        color: black;
        font-family: "Forte", cursive;
    }

    .Printable {
        font-size: 16pt;
        font-family: "Times New Roman", serif;
        white-space: pre-wrap;
    }

    .PrintableHeader {
        font-size: 22pt;
        font-weight: bold;
    }

    .PrintableSubHeader {
        font-size: 18pt;
        font-weight: bold;
    }

    .Alert, .Alert0, .Alert1 {
        color: black !important;
        font-weight: bold;
    }
}

/* =============================================
   SCREEN STYLES
   ============================================= */
@media screen {
    /* Reset & Base */
    * {
        box-sizing: border-box;
    }

    html {
        font-size: 9pt;
    }

    body {
        background-color: #ffffff;
        font-size: 85%;
        margin: 0;
        padding: 0;
        font-family: "Malgun Gothic", Helvetica, Arial, sans-serif;
        color: #333;
    }

    form {
        letter-spacing: normal;
        word-spacing: normal;
    }

    /* Headings */
    h1, h2, h3, h4, h5, h6 {
        color: #2f4779;
        font-family: "BankGothic Md BT", Arial, sans-serif;
        margin: 0.2em 0;
        text-align: left;
    }

    /* Typography */
    p, ul, li, a {
        line-height: 1.5em;
        color: #000000;
        font-size: 10pt;
    }

    /* Alerts */
    .Alert,
    .Alert0,
    .Alert1 {
        color: #2f4779;
        font-weight: bold;
    }

    /* Form Elements */
    .tbx {
        padding: 6px 8px;
        border: 1px solid #ccc;
        font-family: "Malgun Gothic", Helvetica, sans-serif;
        font-size: 12px;
    }

    /* Buttons */
    .BtnStyle {
        border-radius: 22px 21px;
        width: 275px;
        height: 35px;
        cursor: pointer;
    }

    /* Layout Panels */
    .ppPnl {
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 6.2em;
        width: 19%;
        z-index: 1;
    }

    .ppPnl_Thin {
        width: 10%;
    }

    .ppcntnt {
        font-family: "Malgun Gothic", Helvetica, sans-serif !important;
        position: absolute;
        left: 24%;
        top: 6em;
        width: 72.5%;
    }

    .WideContent,
    .WideMedContent,
    .WideVeryContent {
        font-family: "Malgun Gothic", Helvetica, sans-serif !important;
        position: absolute;
        top: 7em;
        width: 80%;
    }

    .WideVeryContent {
        left: 2%;
        width: 90%;
    }

    /* Misc */
    .hr {
        border: 0;
        height: 1px;
        background: #717171;
        margin: 15px 0;
    }

    .rbl {
        color: Green;
        font-weight: bold;
    }

    .PatientID {
        color: Navy;
        font-weight: bold;
        font-size: 11pt;
    }
}

/* =============================================
   COMPONENT STYLES
   ============================================= */

.accordionHeader {
    background-color: #2E4D7B;
    color: white;
    cursor: pointer;
    padding: 8px;
    font-weight: bold;
}

.accordionHeaderSelected {
    background-color: #5078B3;
    color: white;
    cursor: pointer;
    padding: 8px;
    font-weight: bold;
}

.modalBackground {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #c7d0e1;
    border: 2px solid #3b5998;
    padding: 10px;
}

/* Clean up old IE hacks */
* html ul li {
    float: left;
}

    * html ul li a {
        height: 1%;
        color: darkblue;
    }
