/* general elements (chsg_top, chsg_sidebar, etc.) */

body
  {
    display: grid;
    grid-template-columns: 1fr 13rem;
    grid-template-rows: 6rem 2rem 1fr 1rem;
    grid-gap: 0.5rem 0rem;
    min-height: 97vh;
    min-width: 370px;
    font-family: 'Poppins', Tahoma, sans-serif;
    font-size: 125%;
    background: linear-gradient(to bottom right, powderblue, rgb(135, 206, 255));
    background-size: 100% 102%;
    background-attachment: scroll;
  }

header
  {
    grid-column: 1 / end;
    grid-row: 1;
    border: 1px solid black;
    font-size: 130%;
    background-image: url("../images/homepage_background.jpg");
    background-repeat: no-repeat;
    background-size: auto 1200px;
    display: grid;
    line-height: 0.2;
    align-items: center;
    justify-items: center;
    text-shadow: 2px 2px 5px steelblue;
  }

nav
  {
    grid-column: 1 / end;
    grid-row: 2;
  }

main
  {
  }

article
  {
    grid-column: 1;
    grid-row: 3;
    border: 1px solid black;
    font-size: 80%;
    padding-left: 2px;
    label{display: inline-block;
          float: left;
          clear: left;
          width: 35%;
          text-align: right;
         }
    input{float: left;
          margin-top: .3rem;
          margin-left: .3rem;
         }
    textarea{float: left;
             margin-top: .3rem;
             margin-left: .3rem;
            }
  }

aside
  {
    grid-column: 2;
    grid-row: 3;
    border: 1px solid black;
    font-size: 0.8rem;
  }

footer
  {
    grid-column: 1 / end;
    grid-row: 4;
    font-size: 0.6rem;
  }

.btn
  {
    border: 1px solid black;
    padding: 3px 8px;
    border-radius: 7px;
    background-color:white;
  }

.btn-submit
  {
    margin-bottom: 20px;
  }

.header-title
  {
    background-color: red;
    font-size: 1em;
    display: grid;
    align-items: center;
    justify-items: center;
  }

.error-message
  {
    color: red;
    font-size: 0.8rem;
    margin-left: 0.3rem;
    float:left;
    clear:both;
  }

.client-name
  {
    color: black;
    font-size: 1rem;
    margin-left: 0.3rem;
  }

.overlay-public
  {
    color: red;
    font-size: 0.8rem;
    margin-left: 0.3rem;
  }

.form-write
  {
    background-color: white;
  }

.form-readonly
  {
    background-color: lightgrey;
  }

.step-question
  {
    font-size: 1.2rem;
    font-weight: bold;
    float: left;
  }

#text-response-div
  {
    display: none;
  }

#flow-irr-summary, #flow-irr-details, #yes-no-buttons, #radio-container, #response-body
  {
    width: 100%;
    float:left;
    clear:both;
  }

.hint-text
  {
    color: red;
    font-size: 70%;
    display: inline-block;
    float: right;
    clear: right;
    width: 64.5%;
    text-align: left;
  }

.Homepage_photo
  {
    width: 20%;
    min-width: 120px;
    height: auto;
  }

.radio_display
  {
    font-size: 80%;
    display: inline-block;
    float: right;
    clear: right;
    width: 64.5%;
    text-align: left;
  }

.radio_button
  {
    float: right;
    margin-top: .3rem;
    margin-right: .3rem;
  }

/* END general elements (chsg_top, chsg_sidebar, etc.) */

/* scrollbar elements */

::-webkit-scrollbar
 {
    width: 10px;
    background-color: transparent;
  }
::-webkit-scrollbar-thumb
  {
    background-color: darkgrey;
    border-radius: 20px;
  }

/* END scrollbar elements */

/* search block elements */

.search-results
  {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 3px;
    grid-template-columns: 60px 1fr;
    padding: 2px;
    white-space: nowrap;
    overflow: hidden;
  }

.search-item-1h
  {
    grid-column: 1;
    padding: 2px;
    border: 1px solid black;
  }

.search-item-1
  {
    grid-column: 1;
    padding: 2px;
    border: 1px solid black;
    background-color: white;
  }

.search-item-1-obsolete
  {
    grid-column: 1;
    padding: 2px;
    border: 1px solid black;
    background-color: red;
  }

.search-item-1-test
  {
    grid-column: 1;
    padding: 2px;
    border: 1px solid black;
    background-color: yellow;
  }

.search-item-2
  {
    grid-column: 2;
    padding: 2px;
    border: 1px solid black;
  }

/* END search block elements */

/* Flow Step Document display elements */

.document-image
  {
    width: auto;
    height: auto;
  }

.irr-document-image
  {
    width: auto;
    height: auto;
  }

.overlay-boxes
  {
    position: absolute;
    top: 0px;
    left: 0px;
  }

.overlay-boxes-rel
  {
    display: block;
    margin: 0;
    padding: 0;
    z-index: 5
  }

img
  {
    width: 99.8%;
    height: auto;
    border: 1px solid black;
  }

.text-justify
  {
    text-align: justify;
    margin: 10px;
    font-size: 1.0rem;
  }

.photo
  {
    width: 24%;
    min-width: 120px;
    height: "auto";
    float: "left";
  }

.screenshot
    {
      width: 46%;
      min-width: 120px;
      height: "auto";
      float: "left";
    }

.jpg
  {
    width: 99.8%;
    aspect-ratio: 8.5 / 11;
    height: 100%;
    margin: 0;
    padding: 0;
  }

.jpg-landscape
  {
    width: 99.8%;
    aspect-ratio: 11 / 8.5;
    height: 100%;
    margin: 0;
    padding: 0;
  }

.pdf-display
  {
    grid-column: 2;
    grid-row: 5;
  }

/* END Flow Step Document display elements */

/* Flow Report creation and display elements */

.report-display
  {
    grid-column: 1 / end;
    grid-row: 6;
    margin: 0;
    padding: 0;
    font-size: 14px;
    position: relative;
    z-index: 0;
    background-color: white;
  }

.document-imagePdfReport
  {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
  }

.jpgPdfReport
  {
    width: 8in;
    height: auto;
    aspect-ratio: 8.5 / 11;
    margin-left: 0.25in;
    margin-right: 0in;
    margin-top: 0in;
    margin-bottom: 0in;
    padding: 0;
    position: relative;
    z-index: 2;
  }

.jpg-landscapePdfReport
  {
    width: 8in;
    height: auto;
    aspect-ratio: 11 / 8.5;
    margin-left: 0.25in;
    margin-right: 0in;
    margin-top: 0in;
    margin-bottom: 0in;
    padding: 0;
    position: relative;
    z-index: 2;
  }

.jpgPdfReportIrr
  {
    width: 5in;
    height: auto;
    aspect-ratio: 8.5 / 11;
    margin-left: 0.25in;
    margin-right: 0in;
    margin-top: 0in;
    margin-bottom: 0in;
    padding: 0;
    position: relative;
    z-index: 2;
  }

.jpg-landscapePdfReportIrr
  {
    width: 5in;
    height: auto;
    aspect-ratio: 11 / 8.5;
    margin-left: 0.25in;
    margin-right: 0in;
    margin-top: 0in;
    margin-bottom: 0in;
    padding: 0;
    position: relative;
    z-index: 2;
  }

.document-report-overlays
  {
    display: block;
    margin: 0;
    padding: 0;
    z-index: 5
  }

.overlay-boxesPdfReport
  {
    display: block;
    margin: 0;
    padding: 0;
    z-index: 5
  }

.pdf-display-pic
  {
    width: 100%;
    aspect-ratio: 8.5 / 12;
    height: 100%;
    margin: 0;
    padding: 0;
  }

.report_hdr
  {
    position: relative;
    z-index: 3;
    margin: 0.5in;
  }

.report_dtl
  {
    position: relative;
    z-index: 4;
    margin: 0.5in;
  }

.report_dtl_addl
  {
    position: relative;
    z-index: 4;
    margin: 0.5in;
  }

.report_dtl_irr
  {
    position: relative;
    z-index: 4;
    margin: 0.25in;
  }

.report_dtl_addl_irr
  {
    position: relative;
    z-index: 4;
    margin-left: 0.25in;
    margin-right: 0.25in;
    margin-top: 0in;
    margin-bottom: 0in;
  }

.document-report-doc-hdr
  {
    min-height: 0.5in;
    max-height: 0.5in;
    text-align: center;
    font-weight: bold;
  }

/* END Flow Report creation and display elements */

/* Symbol Flowchart elements */

.symbol-flowchart
  {
    grid-column: 1 / end;
    grid-row: 5;
  }

.symbol-flowchart-dtl-fixed
  {
    border: 1px solid black;
  }

.symbol-flowchart-dtl
  {
    font-size: 1vw;
    border: 1px solid black;
  }

/* END Symbol Flowchart elements */

/* Symbol Step Flowchart elements */

.symbol-step-flowchart
  {
    grid-column: 1;
    grid-row: 5;
  }

.symbol-step-flowchart-dtl-min
  {
    font-size: 78%;
    border: 1px solid black;
  }

.symbol-step-flowchart-dtl-mid
  {
    font-size: 57%;
    border: 1px solid black;
  }

.symbol-step-flowchart-dtl-max
  {
    font-size: 39%;
    border: 1px solid black;
  }

/* END Symbol Step Flowchart elements */

/* Dashboard elements */

.dashboard-results
  {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 3px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 2px;
    clear: left;
    label{display: inline-block;
          float: left;
          clear: left;
          width: initial;
          text-align: left;
          font-size: 90%;
         }
  }

.dashboard-column0
  {
    grid-column: 1;
    padding: 2px;
    border: 1px solid black;
  }

.dashboard-column1
  {
    grid-column: 2;
    padding: 2px;
    border: 1px solid black;
  }

.dashboard-column2
  {
    grid-column: 3;
    padding: 2px;
    border: 1px solid black;
  }

/* END Dashboard elements */

/* Other elements */

.ui-tabs
  {
    height: 85px;
  }
.ui-tabs-tab
  {
    height: 35px;
  }
.ui-tabs-panel
  {
    height: 30px;
  }

/* END Other elements */
