body /* mods here 2025 */
{
 background: rgb(0,0,130); /* rgb(3,4,94); */ /* new palete-1 04-17-2025 */
 /* background: rgb(100,100,100); */
 font-family: "Arial";
 font-size: 18px;
 margin-top: 0px;
 width:960px;
 margin-left:auto;
 margin-right:auto;
 /* testing scaling stuff */
   transform: scale(1.0);
   transform-origin: top;
 /* end test */
 line-height: 1.6; /* new palete-1 04-17-2025 */
}

.ui-dialog-title
{
  font-size: 11px;
}
.ui-front
{
    background-color: rgb(0,0,130) !important;
}

#testDialog-1, #testDialog-2
{
  width:  884px; /* added the extra 4px to make everything look equal at edges */
  height: 550px;
  /* margin-top: 125px; */
  background-color: rgb(0,0,130);
  color: white;
  border: 1px solid rgb(0,0,130);
  overflow: hidden;
}
dialog::backdrop {
  background-color: rgb(0,0,0);
  opacity: 0.2;
}
.overlay-div /* this allows me to place the close button in transparent overlay */
{
  position: absolute;
  top: 0; /* Adjust as needed for desired positioning */
  left: 0; /* Adjust as needed for desired positioning */
  z-index: 2; /* Higher z-index to appear on top */
  /* Other styling like width, height, background-color, etc. */
}
.clickable
{
  /* Apply the hand cursor on hover */
  cursor: pointer;
}

/* new palete-1 04-17-2025 */
@media screen and (orientation: landscape)
{
  #topNav
  {
    display: block;
    float: right;
    margin-bottom: 0px; /* -25 */
    margin-top: 3px; /* -6 */
  }
  #topNav ul
  {
    list-style: none;
  }
  #topNav li
  {
    display: inline;
    margin-right: 20px;
    font-size: 20px;
  }
  #topNav a
  {
    color: white;
  }
  #topNav2
  {
    display: none;
  }
  .logo
  {
    width: 20%;
  }
  .dataSource
  {
    font-size: 14px !important;
  }
  .demo-button
  {
    font-size: 18px; font-weight: bold; padding: 8px; border-radius: 15px; background: rgb(0,0,130); border: 3px solid rgb(0,0,130); color: white;
    display: block;
    margin-left: 20px;
  }
}
@media screen and (orientation: portrait)
/* see very bottom of this file for additional mods */
{
  #topNav
  {
    display: none;
  }
  #topNav2
  {
    display: block;
  }
  .logo
  {
    width: 33%;
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .demo-button
  {
    font-size: 40px; font-weight: bold; padding: 8px; border-radius: 15px; background: rgb(0,0,130); border: 3px solid rgb(0,0,130); color: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.demo-button:hover
{
  background: white; border: 3px solid rgb(0,0,130); color: rgb(0,0,130);
}
.biggerBold {font-size: 50px; font-weight: bold;}
.bigBold {font-size: 48px; font-weight: bold;}
.medBold {font-size: 22px; font-weight: bold;}
.blue {color: blue;}
.green {color: green;}
.center {text-align: center;}

.scrollyHome
{
  /* height:480px !important; */
  overflow: auto;
}
#home
{
 width:960px;
 height: auto;/*520 480*/ /* special fix added July 2020 */
 margin-left:auto; 
 margin-right:auto;
 background: white;
 display:inline-block; /* special fix added July 2020 */
 outline: 0.1px solid rgb(0,0,130); /* this hack added to cover leaking white background line near edges */
}
#home-left
{
 width:  960px; /*940*/
 height: auto; /*460 500*/ /* special fix added July 2020 */
 margin-top:  0px;
 margin-left: auto; /*5*/
 margin-bottom: 0px; /* special fix added July 2020 */
 overflow-x: hidden; /* new July 2020 */
 float: left;
}
#home-left-inside
{
 width:  960px; /* 910 */
 height: auto; /*115*/   /* special fix added July 2020 */
 margin-top:     0px; /*15*/
 margin-left:  auto;
 margin-right: auto;
}

#homeImage
{
  border: 0px solid blue;
  position: relative;
  top: 0px; /*100*/
  font-family: Times;
}

#main-1
{
 width:960px;
 height:520px;
 margin-left:auto;
 margin-right:auto;
 /* display: none; */
}
#tabs-1
{
 height:511px;/* 514*/
}
.ui-tabs-nav
{
 font-family: "Arial";
 font-size: 18px;
}
.contentArea
{
 width:  920px;
 height: 430px;
 margin-left: -10px;
 border: 1px solid white; /* rgb(180,180,180); */
}
#leftDisplayArea
{
 width:  90px;
 height: 295px;
 margin-left:  10px;
 margin-bottom: 4px;
 border: 1px solid white; /* rgb(180,180,180); */
 float: left;
}
#displayArea
{
 width:  800px;
 height: 295px;
 margin-right:  10px;
 margin-bottom: 4px;
 border: 1px solid rgb(180,180,180);
 /* add shadow */
 box-shadow:         2px 2px 2px #818181;
 float: right;
}
/* lab 1 stuff */
#slider
{
 width:  790px;
 margin-left:  20px;
 margin-right: 10px;
 float: left;
}
#amount
{
 width:  65px;
 border:0;
 font-family: "Arial";
 font-size: 16px;
}
.leftSpace40
{
 margin-left: 40px;
}
.leftSpace60
{
 margin-left: 60px;
}
.leftSpace100
{
 margin-left: 100px;
}

.surface-block
{
 width:  95%; 
 height: 50px;
 margin-top:  2px;
 margin-left:  auto; 
 margin-right: auto;
 border: 2px solid rgb(200,200,200);
 font-weight: bold;
 background: linear-gradient(rgb(220,220,220), rgb(180,180,180));
}
.surface-block:hover
{
 font-weight: bold;
 color: white;
 background: linear-gradient(rgb(200,200,200), rgb(140,140,140));
}
.surface-text
{
 margin-top:  15px;
 text-align: center;
 font-size: 18px;
}
.surface-text-smaller
{
 margin-top:  15px;
 text-align: center;
 font-size: 14px;
}
/* end lab 1 stuff */

#navButtonL
{
 width: 120px;
 height:30px;
 margin-top: 5px;
 margin-left: 5px;
 float: left;
}

#back
{
 font-size:20px;
 color: black;
 padding-top: 8px;
 padding-left: 10px;
 float: left;
}

#footer /* mods here 2025 */
{
 width:960px; 
 height:30px; /* 50 for portrait and 30 for landscape */
 margin-left:auto; 
 margin-right:auto;
 margin-top: -1px; /* new palete-1 04-17-2025 */
 /* margin-top: 0px;*/ /* was 5 ... mod to zero */
 margin-bottom: 5px;
 background: linear-gradient(rgb(0,180,216), rgb(255,255,255), rgb(0,180,216));/* new palete-1 04-17-2025 */
 /*background: linear-gradient(rgb(190,190,190), rgb(255,255,255), rgb(190,190,190));*/ /* Jan 2025 */
 /*background: linear-gradient(rgb(220,220,220), rgb(180,180,180));*/
 border-radius: 5px 5px 5px 5px; /* try again Jan 2025 */
 /* border-radius: 0px 0px 10px 10px; */ /* new July 2020 */
}
#footerMessage /* mods here 2025 */
{
 /* padding-top: 7px; */
 color: rgb(120,120,120);
 /*
 font-family: Times;
 font-style: italic;
 */
 text-align: center;
 font-size: 16px; /* mods here 2025 */ /* was 12px */
 line-height: 30px; /* new 2025 */
}
a
{
 /* display: block; */
 /* font-weight: bold; */
 text-decoration: none;
 color: rgb(3,4,94); /* new palete-1 04-17-2025 */
}
a.black
{
 display: block;
 font-weight: bold;
 text-decoration: none;
 color: black;
}
.bottom a
{
  font-size: 14px;
  color: rgb(220,220,220);
  margin-left: 20%; /*20*/
}
.bottomMobile a
{
  font-size: 32px;
  color: rgb(220,220,220);
  margin-left: 20%; /*20*/
}
p
{
 margin-left: 20px;
 margin-right: 20px !important;
 font-family: "Arial";
 font-size: 21px;
 line-height: 1.6;
}
h1,h2,h3
{
 padding-left:  10px;
 padding-right: 10px;
 font-family: "Arial";
}
/* from about css file */
h1
{
  font-size: 22px;
  text-align: center;
}
.aboutList li
{
  padding: 3px; /*2.5*/
  margin-right: 20px;
  margin-left: 50px; /* new July 2020 */
  font-size: 20px;
  line-height: 1.5;
}
.aboutList li li
{
  padding: 3px;
  margin-right: 20px;
  margin-left: -5px; /* new July 2020 */
  line-height: 1.5;
}
.modLineHeight
{
  line-height: 1.5;
}
/* end from about css file */

fieldset
{
 margin-top: 10px;
 margin-left:  22px; /*auto;*/
 /*margin-right: auto;*/
 padding: 10px;
 font-size: 16px;
 font-family: "Arial";
 width:  395px;
 height: 310px;
 background: rgb(255,255,255);
 border: 1px solid black;
 /* add shadow */
 box-shadow:         2px 2px 2px #818181;
 float: left;
}

/*form label .textInput*/
.textInputLabel
{
  width: 100px;
  display: inline-block;
}
/*form input*/
.textInput
{
  width: 230px;
  height: 20px;
  padding: 5px 8px;
  font-size: 16px;
}
form ul
{
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}
form li
{
  padding: 9px;
}
.bottomBorder
{
  border-bottom: 1px solid rgb(200,200,200);
}
#explainStepOne
{
  margin-top: 10px;
  margin-left:  30px; /*auto;*/
  /*margin-right: auto;*/
  padding: 10px;
  font-size: 16px;
  font-family: "Arial";
  width:  395px;
  height: 310px;
  background: rgb(255,255,255);
  border: 1px solid black;
  /* add shadow */
  box-shadow:         2px 2px 2px #818181;
  float: left;
}
#explainStepOne ul
{
  list-style: none;
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
#explainStepOne li
{
  padding: 9px;
}

.signIn
{
 width: 280px;
 height: 24px;
 font-size: 16px;
 font-family: "Arial";
}

.small
{
 font-size: 12px;
 font-family: "Arial";
}
.big
{
 font-size:20px;
 font-weight: bold;
}
.bold
{
 font-weight: bold;
}
.center
{
 text-align: center;
}
.blue
{
 color: blue;
}
.em
{
 font-style: italic;
}

.myButton
{
 height: 40px;
 margin-left: 10px;
 font-family: "Arial";
 font-size:16px;
 font-weight: bold;
 /* add shadow */
 box-shadow:         2px 2px 2px #818181;
}

.scrolly
{
 height:440px !important;/* 450 */
 overflow: auto;
}
.scrollyHome
{
  height:520px !important;
  overflow: auto;
}

.greenBack
{
  background: rgba(144,224,239, 0.30); /* new palete-1 04-17-2025 */
  border: 4px solid rgba(3,4,94); /* new palete-1 04-17-2025 */
  border-radius: 10px 10px 10px 10px; /* new palete-1 04-17-2025 */
}
.blueBackDark
{
  background: rgb(3,4,94); /* new palete-1 04-17-2025 */
  color: white;
  border: 4px solid rgb(3,4,94); /* new palete-1 04-17-2025 */
  border-radius: 10px 10px 10px 10px; /* new palete-1 04-17-2025 */
}
.blueBack
{
  background: blue;
  color: white;
  border: 4px solid blue;
  border-radius: 20px;
}
.whiteBack
{
  background: white;
  color: rgb(3,4,94);
  border: 4px solid white; /* rgb(3,4,94); */
  border-radius: 20px;
}
.paleGreenBack
{
  background: rgb(216,244,249); /* rgba(144,224,239,0.35); */
  color: rgb(3,4,94);
  border: 4px solid rgb(216,244,249); /* rgba(144,224,239,0.05); */
  border-radius: 20px;
}

.regDisplayD
{
  display: inline-block;
  width: 427px; /* 395 */
  height: 270px;
  /* margin-left: auto; */
  margin-right: 30px;
  float: left;
}
.regDisplayD2
{
  display: inline-block;
  width: 427px;
  /* height: 285px; */
  margin-right: 30px;
  float: left;
}
.regDisplayD2S
{
  display: inline-block;
  width: 427px;
  /* height: 285px; */
  margin-right: 30px;
  float: left;
  /* add shadow */
  box-shadow: 2px 2px 2px rgb(180,180,180);
}
.regDisplayD2W
{
  display: inline-block;
  width: 504px;
  /* height: 285px; */
  margin-right: 30px;
  float: left;
  /* add shadow */
  box-shadow: 2px 2px 2px rgb(180,180,180);
}
.regDisplayD2T
{
  display: inline-block;
  width: 350px;
  /* height: 285px; */
  margin-right: 30px;
  float: left;
  /* add shadow */
  box-shadow: 2px 2px 2px rgb(180,180,180);
}
.shadowText
{
  text-shadow: 1px 1px 1px rgb(200,200,200);
}


.regDisplayD3
{
  display: inline-block;
  width: 272px;
  height: 385px;
  margin-right: 30px;
  float: left;
  /* add shadow */
  box-shadow: 2px 2px 2px rgb(180,180,180);
}
.regDisplayD3:hover
{
  margin-top: -3px;
}
.regDisplayD3L
{
  display: inline-block;
  width: 272px;
  height: 485px;
  margin-right: 30px;
  float: left;
  /* add shadow */
  box-shadow: 2px 2px 2px rgb(180,180,180);
}
.regDisplayD3L:hover
{
  margin-top: -3px;
}

.smallDisplayHD
{
  background: white; /* new palete-1 04-17-2025 */
  color: rgb(3,4,94);
  border: 1px solid rgb(3,4,94); /* new palete-1 04-17-2025 */
  /* border-radius: 10px 10px 10px 10px; */ /* new palete-1 04-17-2025 */
  width: 395px;
  height: 247px; /* 561 for examples ; 516 for 10/16 of width */
  /* height: 464px; */ /* 9/16 of width */
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.bigDisplayHD
{
  background: white; /* new palete-1 04-17-2025 */
  color: rgb(3,4,94);
  border: 1px solid rgb(3,4,94); /* new palete-1 04-17-2025 */
  /* border-radius: 10px 10px 10px 10px; */ /* new palete-1 04-17-2025 */
  width: 825px;
  height: 561px; /* 561 for examples ; 516 for 10/16 of width */
  /* height: 464px; */ /* 9/16 of width */
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.bigDisplayM-1200
{
  width: 825px;
  height: 1200px; /*564*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.bigDisplayM-800
{
  width: 825px;
  height: 800px; /*564*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 30px;
}
.bigDisplayM-600
{
  width: 825px;
  height: 640px; /*760*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 30px;
}
.bigDisplayM-600L
{
  width: 825px;
  height: 830px; /*850*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 30px;
}
.bigDisplayM-600S
{
  width: 825px;
  height: 420px; /*850*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 30px;
}

@media screen and (orientation: landscape)
{
  .desktop
  {
    display: block;
  }
  .mobile
  {
    display: none;
  }
  .regDisplayD ul
  {
    list-style: none;
    font-size: 20px;
    line-height: 1.8;
  }
  .regDisplayD h1
  {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  h1
  {
    margin-left: 15px;
  }
  blockquote
  {
    font-size: 20px;
    font-style: italic;
    margin-left: 80px;
    margin-right: 80px;
  }
  #toggle-button, #toggle-button-2
  {
    font-size: 20px;
    padding: 5px;
    margin-left: 20px;
    background: white;
    color: rgb(3,4,94);
    outline-style: solid;
    outline-color: rgb(3,4,94);
    outline-width: thin;
    border-radius: 10px;
  }
  ul
  {
    font-size: 16px;
    margin-right: 22px;
  }
}

@media screen and (orientation: portrait)
{
  body
  {
    /* font-size: 40px !important; */
    line-height: 1.6;
  }
  
  p
  {
    font-size: 40px;
    text-align: center;
  }
  
  blockquote
  {
    font-size: 30px !important;
  }
  
  .mobile p
  {
    font-size: 40px;
    text-align: center;
  }
  
  .mobile li
  {
    font-size: 30px !important;
  }
  .desktop
  {
    display: none;
  }
  .mobile
  {
    display: block;
  }
  h1
  {
    font-size: 28px;
    /* margin-left: 40px; */
  }
  blockquote
  {
    font-size: 20px;
    font-style: italic;
    margin-left: 50px;
    margin-right: 50px;
  }
  .bigDisplayM-600 ul, bigDisplayM-800 ul, bigDisplayM-1200 ul
  {
    list-style: none;
    line-height: 1.8;
    margin-left: 50px;
    margin-right: 50px;
  }
  .bigDisplayM-600 li, bigDisplayM-800 li, bigDisplayM-1200 li
  {
    font-size: 42px !important;
  }
  .bigDisplayM-600 h1, bigDisplayM-800 h1, bigDisplayM-1200 h1
  {
    font-size: 80px !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  /*
  .bigDisplayM-600 p, bigDisplayM-800 p, bigDisplayM-1200 p
  {
    font-size: 40px;
  }
  */
  .greenBack, .blueBackDark, .whiteBack
  {
    border: 10px solid rgb(3,4,94);
  }
  .whiteBack
  {
    border: 10px solid white;
  }
  .blueBack
  {
    border: 10px solid blue;
  }
  #toggle-button, #toggle-button-2
  {
    font-size: 40px;
    padding: 15px;
    margin-left: -10px;
    background: white;
    color: rgb(3,4,94);
    outline-style: solid;
    outline-color: rgb(3,4,94);
    outline-width: medium;
    border-radius: 20px;
  }
  .dataSource
  {
    font-size: 18px !important;
  }
  .mobileList
  {
    font-size: 30px !important;
  }
}

