﻿@charset "utf-8";
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.0em;
    /* margin: auto; */
    width: auto;
    overflow: auto;
    padding: 89px 89px;
    padding-bottom: 0px;
    padding-top: 35px;
    background-color: rgb(245, 245, 245);
}
@media (max-width: 768px) {
    .container {
        border: none;
        margin: 0;
        padding: 0;
    }
}
/* Mobile override */
@media only screen and (max-width: 768px) {
    body {
        background-image: url("Images/mobileKiosk.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        overflow-y: auto;
    }
}
.content2 {
    box-sizing: border-box;
    padding: 3% 5%;
    margin: 0;
    background-color: #F9F4BF;
    height: auto;
    width: 100%;
    font-family: Arial;
    font-size: 1.5em;
    float: none;
    padding-top: 25px;
}
.container2 {   
    height: auto;
    float: left;
    overflow: visible;
    font-size: 1.0em;
    height: auto;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0%;
    padding-left: 2px;
    left:  0%;
    right: 0%;      
}
.container3 {
    font-size: 1.0em;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 98%;
    overflow: visible;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 1.3%;
    padding-right: 2%;
    background-color: rgb(245, 245, 245);
}

/* .content5 { */
    /* box-sizing: border-box; */
    /* padding: 3% 3%; */
    /* margin: auto; */
    /* background-color: #F9F4BF; */
    /* height: auto; */
    /* width: 100%; */
    /* font-family: Arial; */
    /* font-size: 1.5em; */
    /* float: none; */
    /* padding-top: 25px; */
    /* overflow: hidden; */
/* } */

.content5 {
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0 3% 0 3%; /* No top padding */
    background-color: #F9F4BF;
    width: 100%;
    font-family: Arial;
    font-size: 1.5em;
    overflow: hidden;
}

/* Overlay dims background */
.overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  /* Hidden by default */
  .hidden {
    display: none;
  }
  .subheading {
    font-size: 0.9em;
    color: black;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  #modalHeading {
    transition: color 0.3s ease;
  }
  
  /* Modal box */
  .modal {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 20px;
    width: 400px;
    border-radius: 6px;
    box-shadow: 0 0 10px #000;
    font-family: Segoe UI, sans-serif;
  }
  
  /* File list */
  .file-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
  }
  
  .file-list li {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
  }
  
  .file-list li:hover {
    background-color: #dbe9ff;
  }
  
  .file-list li.selected {
    background-color: #3399ff;
    color: white;
  }
  
  /* Buttons */
  .modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  
  @media screen and (max-width: 480px) {
    .modal {
      width: 90vw;
      max-width: 360px;
      padding: 16px;
      border-radius: 4px;
      box-shadow: 0 0 8px #000;
      font-size: 0.95em;
    }
  
    .file-list {
      max-height: 150px;
      font-size: 0.95em;
    }
  
    .file-list li {
      padding: 6px;
    }
  
    .modal-actions {
      flex-direction: column;
      align-items: stretch;
      gap: 8px;
    }
  
    .modal-actions button {
      width: 100%;
      font-size: 1em;
    }
  
    #modalHeading {
      font-size: 1.2em;
      text-align: center;
    }
  
    .subheading {
      font-weight: bold;
      font-size: 0.8em;
      text-align: center;
    }
  }
  
#image_s {
    display: none; 
    border: none;
    }
#div_m {
    display: none; 
    border: none;
    width: auto; 
    }
.inlineBlock {
    display: inline-block;
}
.errorConsole {
    color:#1788e4;
}
.expTable {
    overflow: visible;
}

.earnings {
    display: grid;
    /* overflow: hidden; */
    grid-template-columns: auto auto auto auto;
    width: auto;
    gap: 60px 7%;
}

.editValue {
    display: flex;
    overflow: visible;
    width: auto;
}
.earnings .earnings3 {
    padding-left: 44px;
    /* padding-bottom: 10px; */
}
.earnings .earnings1 {
    padding-left: 32px;
    /* padding-bottom: 10px; */
}
.earnings .earnings2 {
    padding-left: 12px;
    /* padding-bottom: 10px; */
}
.earnings .earnings4 {
    padding-left: 19px;
    /* padding-bottom: 10px; */
    /* padding-top: 10px; */
}
.outline2 {
    cursor: pointer;
    background-color: rgba(106, 127, 130, 0);
    font-size: xx-large;
    font-weight: normal;
    color: rgb(0, 206, 238);
    text-shadow: -1px -1px 0  rgb(90, 43, 19),
                 1px -1px 0 rgb(90, 43, 19),
                 -1px 1px 0  rgb(90, 43, 19),
                 1px 1px 0 rgb(90, 43, 19);
    height: auto;
    width: 100%;
    overflow: visible;
    padding-top: 5%;
    padding-bottom: 25px;
    padding-right: 0;
    /* padding-left: 0%; */
    padding-left: 0;
    left: 0;
    right: 0;
}
.outline1 {
    cursor: pointer;
    font-size: xx-large;
    font-weight: bold;
    float: left;
    color: white;
    text-shadow:
    -2px -2px 0 rgb(90, 43, 19),
     2px -2px 0 rgb(90, 43, 19),
    -2px  2px 0 rgb(90, 43, 19),
     2px  2px 0 rgb(90, 43, 19),
    -1px -1px 0 rgb(90, 43, 19),
     1px -1px 0 rgb(90, 43, 19),
    -1px  1px 0 rgb(90, 43, 19),
     1px  1px 0 rgb(90, 43, 19);
    height: auto;
    width: 62%;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 25px;
    padding-right: 0;
    padding-left: 23%;
    left: 0;
    right: 0;   
}
.APRoverviewI {
    border: 1px solid rgb(90, 43, 19);
    background-color: rgba(106, 127, 130, 0);
    border-collapse: separate;
    padding: 0px; /* thin outer white gap */
    border-spacing: 10px 12px;
    background-color: transparent;
}
.APRoverviewI th,
.APRoverviewI td {
    padding: 14px; /* thicker inner white area */
    background-color: transparent;
}
.APRoverviewI th {
    border: 1px solid rgb(90, 43, 19);
    background-color: rgba(106, 127, 130, 0);
    border-collapse: separate;
    border-spacing: 10px 12px;
}
.APRoverviewI td {
    border: 1px solid rgb(90, 43, 19);
    background-color: rgba(106, 127, 130, 0);
    border-collapse: separate;
    border-spacing: 14px 12px;
}
.APRoverviewI tr {
    border: 1px solid rgb(90, 43, 19);
    background-color: rgba(106, 127, 130, 0);
    border-collapse: separate;
    border-spacing: 14px 12px;

}
.earningsChart {
    overflow: scroll;
}
.APRoverview2 {
    border: 1px solid black;
    background-color: #F9F4BF;
    border-collapse: separate;
    border-spacing: 4px; 
     
}
.APRoverview2 th {
    border: 1px solid black;
    background-color: #F9F4BF;
    border-collapse: separate;
    border-spacing: 4px;
   
}
.APRoverview2 td {
    border: 1px solid black;
    border-collapse: separate;
    border-spacing: 4px;
    background-color: #F9F4BF;
    
}
.APRoverview2 tr {
    border: 1px solid black;
    border-collapse: separate;
    border-spacing: 4px;
    background-color: #F9F4BF;
    
}
table {
    border-collapse: collapse;
    border: 8px solid rgb(248, 252, 255);
    box-shadow: -6px -6px 0 rgb(248, 252, 255),
                 6px -6px 0  rgb(248, 252, 255),
                 -6px 6px 0  rgb(248, 252, 255),
                 6px 6px 0  rgb(248, 252, 255);    
}
td {
    border-collapse: collapse; 
    border: 3px solid rgb(248, 252, 255);
    box-shadow: -3px -3px 0 rgb(248, 252, 255),
                 3px -3px 0  rgb(248, 252, 255),
                 -3px 3px 0  rgb(248, 252, 255),
                 3px 3px 0  rgb(248, 252, 255);
}
th {
    border-collapse: collapse; 
    border: 3px solid rgb(248, 252, 255);
    box-shadow: -3px -3px 0 rgb(248, 252, 255),
                 3px -3px 0  rgb(248, 252, 255),
                 -3px 3px 0  rgb(248, 252, 255),
                 3px 3px 0  rgb(248, 252, 255);
}
#message {
    color: #569CE9;
    color: #f70707;
    display: block;   
}
.clientName {
    overflow: hidden;
    position: fixed;
    right: 12px;
    top: 12px;
    bottom: 12px;
    width: 15%;
  }
#ssn{
    width: 250px;
    }
.contractFormA {
    display: inline-block; 
    width: 58%;
    text-align: right;
    height: 12pt;
    padding: 4px;  
    line-height: 1.4;  
}
.clientInfoA, input[type="text"], input[type="password"], input[type="email"] {
    text-align: left;
    overflow: visible;
    display: inline-block;
    height: 12pt;
    padding: 4px;  
    line-height: 1.4;  
    font-size: 17pt;  
}
.clientInfoA .cdS {
    display: inline-block;
    height: 12pt;
    line-height: 1.4;
    width: 100%;
    margin: 0 auto;
    text-align: left
}
.clientInfoA .infoText {
    padding-top: 30px;
    padding-left: 10px;
    /* color: #569CE9; */
    color: #569CE9;
}
.clientInfoA label {
    font-size: 20pt;
    line-height: 1.4;
    padding: 10px;
}
.clientInfoA .clUserN {
    padding-left: 46px;
}
.clientInfoA .clPwd {
    padding-left: 49px;
}
.clientInfoA .clss {
    padding-left: 26px;
}
.clientInfoA .clFn {
    padding-left: 27px;
}
.clientInfoA .cl2 { 
    padding-left: 1px;
}
.clientInfoA .clCty {
    padding-left: 149px;
}
.clientInfoA .cl4 {
    padding-left: 134px;
}
.clientInfoA .cl5 {
    padding-left: 84px;
}
.clientInfoA .cl6 {
    padding-left: 36px;
}
.clientInfoA .clC {
    padding-left: 96px;
}
.clientInfoA .clLn {
   padding-left: 30px;
}
.clientInfoA .clPn {
    padding-left: 137px;
}
.clientInfoA #username{
    width: 310px;
}
.clientInfoA {
    height: auto;
}
.settingsWrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
  }
.clientInfoA {
    /* flex: 1; */
    /* margin-right: 20px; */
    flex: 1 1 50%;
}
.bulletinBoard {
    /* flex: 1; */
    /* max-height: 100%; */
    flex: 1 1 50%;
} 
.bulletinBoard fieldset {
    border: 2px solid #000;
    padding: 10px;
    /* height: 100%; */
    box-sizing: border-box;
    /* adjust height or use JS auto-height */
    /* height: 380px;  */
    height: 82%;
}
.bulletinBoard legend {
    font-weight: bold;
    font-size: 18pt;
    color: #000;
    margin-top: 10px;
    padding-top: 5px;
}
.bulletinBoard .bulletinContent {
    /* max-height: 100%; */
    /* overflow-y: auto; */
    /* overflow: scroll;  */
    height: calc(100% - 40px); /* reserves space for legend + padding */
    overflow-y: auto; /* vertical scroll when messages grow */
    overflow-x: hidden; /* no horizontal scrollbar */
}
.bulletinBoard h4 {
    margin: 10px 0 5px;
    color: #000;
}
.bulletinBoard h4 a {
    color: #0044cc;
    text-decoration: none;
}
.bulletinBoard h4 a:hover {
    text-decoration: underline;
}
#changeSubmit {
    margin-top: 20px;
  }
@media (max-width: 768px) {
.settingsWrapper {
    flex-direction: column;
}
.bulletinBoard {
    order: 2;
    margin-top: 55px;
}
#changeSubmit {
    order: 3;
    margin-top: 15px;
}
}
/*
.bulletinDialog {
    flex: 1;
    max-height: 100%;
    border: 2px solid #000;
    background-color: #F9F4BF;
    color: #000;
    padding: 15px;
    box-sizing: border-box;
}
*/
.bulletinDialog {
    border: 2px solid #000;
    background-color: #F9F4BF; /* match your form colors */
    color: #000;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 40px;
  }
.bulletinDialog .bulletinContent {
    max-height: 100%;
    /* max-height: 300px;   unset for endless     */
    overflow-y: auto;
}  
.bulletinDialog h4 {
    margin: 10px 0 5px;
    color:  #000;
}  
.bulletinDialog h4 a {
    color: #4da3ff; /* blue hyperlinks */
    color: #0044cc;
    text-decoration: none;
}
.bulletinDialog h4 a:hover {
    text-decoration: underline;
}
.activeInvestors {
    text-align: center;
}
.activeInvestors h4 {
    text-align: center;
}
.activeInvestors fieldset {
    /* display: flex; */
    display: block;
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin: 0 auto;
    width: auto;
    border: 2px solid #000;
    padding: 10px;
}
.activeInvestors label {
    text-align: left;
    width: auto;
    margin-bottom: 10px;
}
.activeInvestors input[type="text"],
.activeInvestors input[type="password"],
.activeInvestors input[type="email"] {
    width: 310px;
    margin-bottom: 10px;
}
.activeInvestors .infoText {
    padding-top: 10px;
    padding-left: 10px;
    /* color: #569CE9; */
    color: #569CE9;
    font-size: 16pt;
}
#interestNote {
    display: block;
    float: right;
    font-size: 0.7em;
    padding-top: 10px;  
}
.checkbox-container {
    padding-left: 15px;
    font-family: Arial;
    font-size: x-large;
  }
  .checkbox-container input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2.1px;
  }
  .checkbox-label {
    display: inline-block;
    width: 90%; 
    margin-left: 10px; 
    text-indent: 0px; 
  }
#checkbox-label #product5Error {
    display: inline-block;
    position: relative;
    color: #f70707;
    width: 90%; 
    margin-left: 20px 
  }
#resultA {
    color:#1788e4;
  }
#result {
    color:#f70707;
}
#getCodes {
    color:#f70707;
}
#fileList {
    /* padding-top: 15px; */
    color: darkblue;
    font-size: large;
}
#fileUploads {
    color: darkblue; 
}
#previousUploads {
    color: black; 
}
#closing {
    color: darkblue;
}
.previousUploads {
    color: darkblue;
}
.contract_div {
    cursor: pointer;
    position: fixed;
    overflow: visible;
    top: 31%;
    left: 3%;
    width: 14%; 
    background-color: rgba(106, 127, 130, 0.878);
    text-align: center;
    color: rgb(254, 254, 252);
    font-family: Arial;
    font-size: large;
    font-style: normal; 
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;    
}
.projects_div{
    cursor: pointer;
    position: fixed;
    overflow: visible;
    top: 48%;
    left: 3%;
    width: 14%;
    background-color: rgba(106, 127, 130, 0.878);
    text-align: center;
    color: rgb(254, 254, 252);
    font-family: Arial;
    font-size: large;
    font-style: normal; 
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;   
}
.myMoney_div{
    cursor: pointer;
    position: fixed;
    overflow: hidden;
    top: 65%;
    left: 3%;
    width: 14%;
    background-color: rgba(106, 127, 130, 0.878);
    text-align: center;
    color: rgb(254, 254, 252);
    font-family: Arial;
    font-size: large;
    font-style: normal; 
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;     
}
.clientAccount_div{
    cursor: pointer;
    position: fixed;
    overflow: hidden;
    top: 82%;
    left: 3%;
    width: 14%;
    background-color: rgba(106, 127, 130, 0.878);
    text-align: center;
    color: rgb(254, 254, 252);
    font-family: Arial;
    font-size: large;
    font-style: normal; 
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
}
.transparent-section2 {
    overflow: hidden;
    background-color: rgba(106, 127, 130, 0.878);
    text-align: center;
    color: rgb(254, 254, 252);
    height: auto;
    font-family: Arial;
    font-size: large;
    font-style: normal; 
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.transparent-section {
    cursor: pointer;
    position: fixed;
    overflow: visible;
    top: 10px;
    right: 1.5%;
    background-color: rgba(250, 254, 8, 0.7);
    height: auto;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Arial;
    font-size: large;
    font-style: normal; 
}
.delete-mode {
    background-color: rgba(200, 40, 40, 0.25);   /* soft transparent red */
    border: 2px solid rgba(200, 40, 40, 0.55);   /* slightly stronger red */
    color: #7a0000;                              /* deep red text */
    border-radius: 4px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}  
/* BASE PAPER LAYOUT: #border is the single 8.5x11 sheet container */
#border {
    background-color: white;
    width: 8.5in;
    height: auto;
    margin-left: 0; 
    margin-right: auto;
    overflow: visible;
    display: block;
    padding-top: 0 !important;
    margin-top: 1in !important;
    margin-bottom: 0in;
}

/* Inner content width (certificate + contract share this) */
#border #noteItems {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 6.5in;
    background-color: transparent;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
    text-align: left;
    font-family: Tahoma;
    font-size: 15px;
    padding: 0;
    box-sizing: border-box;
}

#border #noteItems #text {
    display: block;
    background-color: transparent;
    width: 6.5in;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    overflow: visible;
    padding: 0;
}

/* Contract fields right-justified like original clone */
#border #contractContent .contractFormA {
    display: inline-block;
    width: 6.25in;
    max-width: 6.5in;
    text-align: right;
    padding: 4px;
    line-height: 1.4;
}

#border #contractContent {
    width: 6.5in;
    margin-left: auto;
    margin-right: auto;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;

}

#border .checkbox-container {
    margin-bottom: 10px;
    padding-left: 15px;
    font-family: Tahoma;
    font-size: 12px;
}

#border .checkbox-container input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
}

#border .checkbox-container label {
    display: inline-block;
    margin-left: 10px;
    width: 90%;
}
#border #contractContent input[type="text"] {
    font-size: 12px;
    width: 3in;
    padding: 2px;
}
#companyLogo {
    width: 6.5in !important;
    max-width: 6.5in !important;
    display: block;
    margin: 0 auto 10px auto;
}
#image_s {
    float: right;
    width: 3.25in;
    height: auto;
    margin: 0 0 10px 10px;
}

@media print {

    @page {
        size: 8.5in 11in;
        margin-top: 1in;
        margin-bottom: 1in;
        margin-left: 0.75in;
        margin-right: 0.75in;
    }

    /* Reset page counter on the ONLY element that has the class */
    html {
        counter-reset: page;
    }

    /* Header printed in the TRUE top margin */
    html::before {
        content: "Pro Forma Capital Note Certificate and Contract — ID ${idNumber} | Page " counter(page);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 12px;
        color: #444;
        padding-top: 0.25in;
        padding-bottom: 0.25in;
        z-index: 9999;
    }

    /* Remove padding/margins that push content down */
    #border.print-document {
        margin: 0 auto !important;
        padding: 0in !important;
        width: 8.5in;
        background: white;
        margin: 1in auto !important;
    }
    /* ============================
       CERTIFICATE + CONTRACT CONTENT
       ============================ */
    #border.print-document #noteItems,
    #border.print-document #contractContent {
        width: 6.5in;
        margin: 0 auto;
        font-family: Tahoma;
        font-size: 12px;
        line-height: 1.4;

        /* Prevent weird word breaks */
        white-space: normal;
        word-break: keep-all;
        overflow-wrap: normal;
    }

    /* ============================
       PAGE BREAKS
       ============================ */
    .page-break {
        page-break-before: always;
        display: block;
        height: 0;
        margin: 0;
        padding: 0;
        border: none;
    }

    /* ============================
       MATURITY TABLE ALWAYS ON PAGE 2
       ============================ */
    #maturitySection {
        page-break-before: always;
        margin-top: 0.25in;
    }

    /* ============================
       TABLE CLEANUP
       ============================ */
    #maturityTable {
        border: none !important;
        outline: none !important;
        width: 100%;
        border-collapse: collapse;
    }

    #maturityTable th,
    #maturityTable td {
        border: 1px solid black;
        padding: 6px;
    }
}

/* ============================
   SCREEN MODE SAFETY
   ============================ */
@media screen {
    body.print-document::before {
        content: none !important;
    }
}

#border #noteItems #heading_w {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-family: Tahoma;
    font-style: normal;
    font-size: 20px;
    font-weight: 2px;
}
#border #noteItems #docId2 {
    display: block;
    max-width: 6.5in;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 1in; */
}

/*
#border #noteItems #docId3 {
    max-width: 30%;
    padding-left: 0px;
    // position: absolute;
    display: block;
    // margin: 20px auto 0 auto; 
    // position: static;
    left: 60%; 
    bottom: 0px; 
    // width: 30%;
}
*/
#noteDocTable th {
    width: 230px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}
#noteDocTable td {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    width: auto;
}
#noteDocTable {
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border: 1px solid black;
    outline: none;
    box-shadow: none;    
    font-family: Tahoma;
    font-size: 15px;
    font-style: normal;
    padding-bottom: 55px;
}
#border #noteItems #text #hNames {
    font-family: Tahoma;
    font-size: 15px;
    font-style: normal;
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
#border #noteItems #today105 {
    display: inline-block;
    position: relative;
    width: calc(100% - 55px);
    padding-top: 12px;
    text-align: right;
    font-family: Tahoma;
    font-size: 15px;
    font-style: normal;  
}
/*
#summary {
    position: relative;
    display: flex;
    // flex-direction: column;
    height: 3.5in;
    // width: 100%;
    padding: 10px 0px;
    font-family: Tahoma;
    font-size: 15px;
    overflow: visible;
}
#summaryText {
    /* flex: 1; 
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    word-break: normal;
    white-space: normal;
    overflow-wrap: break-word;
}
#sealWrapper {
    /* align-self: flex-end; 
    position: relative;
    /* display: inline-block; 
    width: 175px;
    height: 195.09px;
    height: auto;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
#docId3 {
    position: relative;
    /* display: block; 
    padding-top: 1in;
    width: 175px;
    height: 195.09px;
    /* bottom: 0; 
    /* right: 0; 
}
*/
#summary1 {
    padding: 0px 0px 0px 0px;
    position: center;
    display: block;
    width: 6.5in;
    height: auto;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: normal;
    word-break: normal;
    white-space: normal;
    overflow-wrap: break-word;
}
#summaryText p {
    margin: 0;
}
#summary {
    position: relative;
    width: 6.5in;
    height: 2.125in;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 15px;
}
#summaryText {
    width: calc(99.99% - 185px);
    float: left;
    overflow-wrap: break-word;
}
#sealSpacer {
    float: right;
    height: 195.09px;
    width: 175px;
    margin-top: calc(2.125in - 195.09px);
}
#sealWrapper {
    width: auto;
    height: 195.09px;

    padding-bottom: 1in;
}
#docId3 {
    width: 175px;
    height: 195.09px;
}
/*
#border #noteItems #docId3 {
    max-width: 30%;
    padding-left: 0px;
    /* position: absolute;
    display: block;
    /* margin: 20px auto 0 auto;
    /* position: static; 
    left: 60%; 
    bottom: 0px; 
    /* width: 30%;
}
*/
/*
#border #noteItems #text #summaryText #summary2 {
    flex: 2;
    position: relative;
    display: block;
    width: 60px;
    height: 0.5in;
}
*/
/*
#summary,
#summary1,
#text,
#noteItems,
#border {
    background: rgba(255,0,0,0.1);
}
*/

.maturityTitle {
    /* break-before: page; */
    /* page-break-before: always; */
    margin-top: 55px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
    margin: 0px;
    font-size: 15px;
}

#maturityTable {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    table-layout: auto;
    border-style: none;
    /* border: 1px solid black; */
    border: none !important; 
    outline: none !important;
    /* outline: none; */
    box-shadow: none;    
    background-color: transparent;
    text-align: center;
    font-family: Tahoma;
    font-size: 10px;
    /* table-layout: auto; */
     /* border-collapse: collapse; */
    
    /* padding-bottom: 10px; */
}
#maturityTable th,
#maturityTable td {
    border-collapse: collapse;
    border: 1px solid black;
    /* outline: 1px solid black; */
    padding: 3px;
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
    background-color: transparent;
}

#newInvestAmount {
    height: 14pt;
    padding: 4px;  
    line-height: 1.4; 
    position: relative;
    top: -3px; 
    /* vertical-align: middle; */
}
.editError {
    margin-left: 50px;
    display: inline-block;
    width: auto;
    color:#1788e4;
}
input:disabled {
    background-color: rgb(245, 245, 245); 
    color: black; 
    opacity: 1; 
}
select:disabled {
    background-color: rgb(245, 245, 245);
    color: black;
    opacity: 1;
}
#logo1 {
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
    overflow: hidden;
    background-color: #569CE9;
    box-sizing: border-box;
    width: 100%; 
    max-width: 100%; 
    height: auto; 
    padding: 0px;  
}
.logo {
    display: block;
    justify-content: center; /* flex, horizontal */
    align-items: center; /* flex, vertical */
    text-align: center;
    overflow: hidden;
    background-color: #569CE9;
    box-sizing: border-box;
    width: 100%; 
    max-width: 100%; 
    height: auto; 
    /* padding: 30px;  */
    padding: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.logo img { 
    flex: 1 0 auto;
    margin: 0px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.logo-container {
    display: flex; 
    justify-content: left; 
    align-items: center; 
    width: 100%;
    height: auto; 
    /* height: 100vh; */
    position: relative; 
    /* top: 5%;  */
    /* left: 0; */
}
.logo2 {
    width: 918px;  
    height: 97px;
    position: absolute; 
    position: fixed; 
    top: 7%; /* Center vertically */
    left: 50%; 
    transform: translate(-44.9%, -50%);
}
/* @media (max-width: 768px) { */
@media (max-width: auto) {
    .logo2 {
        position: fixed; 
        top: 7%; 
        left: 50%; 
        transform: translate(-44.9%, -50%); 
        width: auto; 
        overflow: visible;
    }
}
.siteLink{
    font-size: 1.0em;
    font-weight: bold;
    position: static;
    height: auto;
    width: 60%;
    overflow: hidden;
    padding-top: 8%;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 28%;
    left: 0%;  
}
@media (max-width: auto) {
.siteLink{
    font-size: 1.0em;
    font-weight: bold;
    position: static;
    height: auto;
    width: 60%;
    overflow: hidden;
    padding-top: 19%;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 28%;
    left: 0%;  
}
}
.images {
    display: flex;
    justify-content: center; /* flex, horizontal */
    align-items: center; /* flex, vertical */
    justify-content: space-between;  
    justify-content: space-around;
    flex-wrap: wrap; 
    padding: 0 12px;
    background-color:#569CE9 ;
}
.images img {
    flex: 0.75 0 auto;
    margin: 15px; 
    max-width: 85%; 
    height: auto; 
}
.investorsTable {
    overflow-x: auto;
}
.content3 {
    width: auto;
    height: auto;  
    font-family: Arial;
    font-size: 1.0em;
    color: rgb(26, 141, 234);
    text-align: center;
    padding-bottom: 0%;
    padding-left: 1em;
    padding-right: 1em;
}
.content4 { 
    background-color: #F9F4BF;
    height: auto;
    width: 94%;
    font-family: Arial;
    font-size: 1.5em;
    float: left;
    padding-top: 0%;
    padding-right: 10%;
    padding-bottom: 5%;
    padding-left: 10%;
}
.navigationA {
    width: 100%;
    font-family: Arial;
    font-size: x-large;
    font-weight: bold;
    /* font-variant: normal; */
    /* color: rgb(9, 34, 71); */
    text-align: left;
    float: left;
    height: auto;
    overflow: auto;
    background-color: #569CE9;
}
#images {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation2 {
    position: fixed;
    width: 100%;
    font-family: Arial;
    font-size: initial;
    font-weight: bold;
    font-variant: normal;
    color: rgb(9, 34, 71);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: auto;
    background-color: #569CE9;
}
#communicationTable {
    border: 1px solid black;
    border-collapse: separate;
    border-spacing: 4px;
}
.communicationTable {
    border: 1px solid black;
    border-collapse: separate;
    border-spacing: 4px;
    /* outline: 1px solid red;     */
}
.communicationTable td {
    border: 1px solid black;
    border-collapse: separate;
    border-spacing: 4px;
}
.communicationTable tr {
    border: 1px solid black;
    border-collapse: separate;
    border-spacing: 4px;
}
.headingRow {
    width: 300px;
    height: auto;
    font-size: 24px;
};
.salesContact {
    width: 300px;
    font-size: 24px;
};
.contactRequest {
    width: 300px;
    height: auto;
    font-size: 24px;
};
.companyName {
    font-size: 60px; 
}
.visual {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important; width: 1px !important;
    margin: -1px !important; padding: 0 !important; border: 0 !important;
}
.validationError {
    font-size: 20px;
    color:#f00909;
    padding-bottom: auto;
}
.validationError2 {
    font-size: 24px;
    color:#f00909;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.headingRow {
    padding-left: 25px;
}
.salesContact {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.contactRequest {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
#loginForm .validationError {
    padding: 0px;
}
#termCode1 {
    text-align: left;
}
#termCode {
    color:#1788e4;
}
.inlineBlock {
    color:#f70707;
}
.eSign {
display: inline-block; 
width: 24%; 
text-align: left;
white-space: nowrap;
}
input#signature1 {
    background-color: white;
}
.reinvest {
    padding-left: 67px;
}
.idNoteClass {
    color: #569CE9;
    display: inline-block; 
}
.income {
    overflow-x:auto;
}

.projectImages {
    display: grid;
    overflow: visible;
    grid-template-columns: auto auto;
    gap: 60px 40px;
}
.projectImages a img {
    width: 100%;
    max-width: 592px;
    height: auto;
}
.projectImages .figureA, .projectImages .figureB, .projectImages .figureC {
    max-width: 100%;  
}
.projectImages .va {
    padding-left: 75px;
}
.projectImages .vl {
    padding-left: 47px;
}
.projectImages .cmf {
    padding-left: 31px;
}
.projectImages .cr {
    padding-left: 62px;
}
 .loginMenuBar {
    box-sizing: border-box; 
    overflow: auto;
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 12px;
    width: auto;   
    font-family: Arial;
    /* background-color: #569CE9; */
    height: auto;
    text-align: center;
    padding-bottom: 15px;
}
.loginMenuBar > .kiosk {
    padding-left: 12%;
    text-align: center; 
}
.loginMenuBar > .purchase, 
.loginMenuBar > .capitalization, 
.loginMenuBar > .myBalance { 
    text-align: center;
}  
.loginMenuBar > .clientInfo {
    padding-right: 12%; 
    text-align: center;
}
/*
.loginMenuBar .kiosk, .purchase, .capitalization, .myBalance, .investors, .clientInfo { 
    text-align: center;
}
*/
.navigation {
    width: 100%;
    font-family: Arial;
    font-size: x-large;
    font-weight: bold;
    text-align: left;
    background-color: #569CE9;
}
.content {
    overflow: auto;
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 0 12px;
    width: 100%;   
    font-family: Arial;
    background-color: #569CE9;
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-left: 3px;
    padding-right: 3px;   
}
.navigation .content .home,
.navigation .content .designs,
.navigation .content .options,
.navigation .content .subcontractors,
.navigation .content .investors,
.navigation .content .contact,
.navigation .content .login {
    width: auto;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    font-variant: small-caps;
    /* color: rgb(207, 224, 18);  */
    text-align: center;
    float: left;
    padding-bottom: 2%;
    padding-left: 1em;
    padding-right: 1em;
}
.navigation .content .home:hover,
.navigation .content .designs:hover,
.navigation .content .options:hover,
.navigation .content .subcontractors:hover,
.navigation .content .investors:hover,
.navigation .content .contact:hover,
.navigation .content .login:hover {
    color: #f1f1f1;
}
#errorIframe {
    display: block;
    width: 90%;
    text-align: left;
}
.footer {
    position: relative; 
    font-family: Arial;
    font-size: 0.8em;
    float: left;
    /* height: 16px; */
    width: 100%;
    background-color: rgb(245, 245, 245);
    text-align: center;
    padding-top:  20px;
    padding-bottom: 20px;
}
.footer2 {
    font-family: Arial;
    font-size: 0.8em;
    float: left;
    position: sticky;
    left: 23%; 
    height: 16px;
    width: 60%;
    background-color:rgb(207, 207, 207);
    text-align: center;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 0%;
}
.footer3{
    position: relative; 
    font-family: Arial;
    font-size: 0.8em;
    float: left;
    position: sticky;
    left: 23%;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0%;
    background-color: rgb(245, 245, 245);
}
.footer4 {
    display: flex; /* Use flexbox */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    font-family: Arial;
    font-size: 0.8em;
    position: sticky;
    width: 100%;
    height: 100%; 
    text-align: center;
    background-color: rgb(245, 245, 245);
}
/* WebKit Scrollbar */
.income::-webkit-scrollbar, .earningsChart::-webkit-scrollbar {
    height: 20px;
    background-color: #f1f1f1;
}
.income::-webkit-scrollbar-track {
    background-color: #f1f1f1;  
    border-radius: 10px; /* Roundness of the track */
}
.income::-webkit-scrollbar-thumb {
    background-color: rgb(17, 119, 243);
    
    border-radius: 6px; /* Roundness of the handle */
    border: 4px solid #f1f1f1; /* Padding around handle */
}
.income::-webkit-scrollbar-thumb:hover {
    background-color: #888;
}
/* Enable horizontal scrolling only */ 
.income {  
    overflow-x: auto; 
    overflow-y: hidden; 
    /* Disable vertical scrolling */
}