 
body {
  background: darkslategrey;
  background: white;
  /*margin-left: auto;
  margin-right: auto;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 0;

}


/* ******************************************************************************************************* */
/* > iPad Size -- start*/
/*@media (min-width: 1081px) {*/
@media (min-width: 500px) {

   
    h1{
      margin-top: 2vh;
      vertical-align:middle;
      text-decoration: none;
      /*font-weight: bold;*/
      font-family: 'Syncopate', sans-serif;
      color: white;
      /*text-shadow:  4px 4px 8px black;*/
      font-size: min(var(--varFontSizeH1),50px);
      z-index: 2;
      margin-bottom: 0;
     }

     h2{
 

      margin-top: 0;
      margin-bottom:12vh;
      padding: 0;
      vertical-align:middle;
      text-decoration: none;
      text-shadow:  4px 4px 8px black;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      color: white;
      text-transform: uppercase;
      font-size: var(--varFontSizeH2);
      font-weight:  100;
      z-index: 3;
     }

#id1x{
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: var(--varFontSizeLogo);
  margin-left:  1vw;
  margin-top: 5px;
  margin-bottom: 5px;
      background: -webkit-linear-gradient(white, white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation:  logo_animation; 
    animation-duration: 2s;
    animation-delay: 0s;
    animation-fill-mode: backwards;
    
}

.wrapperTop{
  top: 0;
}

a.myLogo
{
  margin-bottom: 0;
  height: 5vh;
}

.wrapperSubmenu{
  padding-top: 1px;
  top: 6vh;
  display: flex;

height: var(--varTop);
background: linear-gradient(to right, #3c434a, #646970);
z-index: 7;
width: min(100vw,calc(var(--varMaxWidth)));
position: fixed;
}

.subMenuLogo
{
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 1vh;
  margin-left: 1vw;
  height: 4.5vh;
  font-weight: 200;
  font-size: 3vh;
  color: white;
  
  font-family: sans-serif, 'Oswald' ;
  text-align: left;
  text-decoration: none;
  font-stretch: semi-condensed;
  
  z-index: 4;
}

.subMenuTop{
  color: white;
font-family: "Roboto", sans-serif;
font-weight: 400;
text-align: center;
}

.subMenuTop nav{
  margin-left: 5vw;
  height: var(--varTop);
  display: flex;
  align-items: center;
  justify-content: left;
}

.subMenuTop a {
  color: white;
  margin-right: var(--varMenuTopElementMargin);
  margin-top: 1vh;
  text-decoration: none;
  float: left;
  font-size: --varMenuTopFontSize;
}


.clientportalContentWrapper{
  margin-top: 12vh;
  height: 100vh;
  background-color: #E8E8E8;
  /*background: linear-gradient(to right, #3c434a, #646970);*/
  width: min(100vw,calc(var(--varMaxWidth)));
}

#c_table{
  display: none;
}


.tr_hover:hover{
  color: #000 !important;
  background-color: #ccc !important;
}

.tr_hover_select:hover{
  color: #000 !important;
  background-color: #ccc !important;
}

/* Select Table */

.u_selection{
  height:auto;
  width:190px;
  background-color: white;
  position:fixed!important;
  color: #284646;
  z-index:1;
  overflow:auto;
  margin-left: 1250px;
  margin-top: 25px;
}

.u_selection tr{
  padding:8px 8px;
  float:left;
  /*width:auto;*/
  border:none;
  display:block;
  outline:0; 
  font-size:  13px;
  border:none;
  display:inline-block;
  vertical-align:middle;
  width:  170px;
  height: 25px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background-color:inherit;
  text-align: center;
  cursor:pointer;
  white-space:nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}

.u_selection thead{
  background: linear-gradient(to right, #3c434a, #646970);
  color:  #FFFFFF;
}  

/* Unit Table */

.u_table{
  
  width:550px;
  height: 550px;
  overflow:auto;

  background-color: white;
  position:fixed!important;
  color: #284646;
  margin-left: 325px;
  margin-top: 25px;

  /*height:auto;
  z-index:1;
  overflow:auto;*/
  
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 13px;
  border-collapse: collapse;
}

.u_table tr{
  display:table-header-group;
  /*float:left;
  border:none;
  display:block;
  outline:0; 
  font-size: 13px;
  padding:8px 16px;
  padding-left: 30px;
  vertical-align:middle;
  width:  500px;
  height: 25px;
  overflow:hidden;
  text-decoration:none;
  text-align:left;
  cursor:default;
  white-space:nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 200;*/
}

.u_table td, th{
  
  padding: 8px;
  font-weight: 400;
    padding-top: 4px;
  padding-bottom: 4px;
}

.u_table  thead{
  background: linear-gradient(to right, #3c434a, #646970);
  color:  #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
}  

.ucol1{width: 240px !important; text-align: left;}
.ucol2{width: 130px !important; text-align: right;}
.ucol3{width: 120px !important;  text-align: left;}
.ucol4{width: 120px !important; text-align: center;}
.ucol5{width: 90px !important; text-align: right;}
.ucol6{width: 90px !important; text-align: center;}

.ucolor{background-color:  #E0E0E0;}


/* Unit table M */

.u_tableM{
  display:  none;
}


/*.dcol1{min-width: 110px !important; text-align: center; }
.dcol2{min-width: 100px !important; text-align: right; padding-right:10px; }
.dcol3{min-width: 95px !important;  text-align: right; padding-right:10px;}
.dcol4{min-width: 95px !important; text-align: right; padding-right:10px;}
.dcol5{min-width: 90px !important; text-align: right; padding-right:10px; }
.dcol6{mn-width: 90px !important; text-align: right; padding-right:10px; }
.dcolth{padding: 1px 16px;}*/


/* Data Table */

#padFake{
  position:fixed!important;
  display: none;
  margin-top: 175px;
  margin-left: 325px;
  height: 15px;
  width: 640px;
  background-color: #FFFFFF;

}

#d_table_frame{
  height: 650px;
  /*width:650px;*/
  padding: 1px;
}

#d_table{
  display: none;
  width: 640px;
}

.d_table{
  position:fixed!important;
  display: block;
  margin-top: 190px;
  height:65vh;
  background-color: #FFFFFF;
  color: #284646;
  z-index:1;
  overflow:auto;
  padding: 15px;
  padding-top: 0px;
  margin-left: 325px;
  table-layout:fixed;
  /*border-collapse: collapse;*/
}

.d_table tr{
  font-size: 13px;
  padding:4px 16px;
  vertical-align:middle;
  height: 20px;
  overflow:hidden;
  text-decoration:none;
  text-align:right;
  cursor:default;
  white-space:nowrap;
  font-family: "Roboto", sans-serif;
}



.d_table thead{
  background: linear-gradient(to right, #3c434a, #646970);
  color:  #FFFFFF;
  height: 50px;
  vertical-align: middle;

}  

.d_table thead th { position: sticky; top: 0; z-index: 1; background-color: #475058;}


.d_table tbody{
  overflow-y: scroll;
  }



.d_table td{
  /*display:  table-cell;*/
  /*width: 70px;*/
  /*padding-right: 5px;*/
}

.d_table th{
  width: 70px;
  text-align: center;
  padding: 8px 8px;
}

#fRow {
  padding: 8px 16px;
  height: 25px;
}

.btnS{
  background: #4CAF50;
  color: #FFFFFF;
}

#yearM, #resM, #typeM{
  display: none;
}

#container{
  display: none;
  margin-left:  20%;
  padding-top: 25px;
}

.data-type-bar{height:auto;width:auto;
  background-color: white;
  position:fixed!important;
  color: #284646;
  z-index:1;overflow:auto;
  margin-left: 325px;
  margin-top: 25px;
}

.data-year-bar{height:auto;width:auto;
  background-color: white;
  position:fixed!important;
  color: #284646;
  z-index:1;overflow:auto;
  margin-left: 325px;
  margin-top: 100px;
}

.data-res-bar{height:auto;width:auto;
  background-color: white;
  position:fixed!important;
  color: #284646;
  z-index:1;overflow:auto;
  margin-left: 650px;
  margin-top: 100px;
}

.fBtn{
  background: linear-gradient(to right, #3c434a, #475058);
  color: #FFFFFF;
}


#fileUpload, #fileUploadnc{
  display: none;
  position: fixed;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 25px;
  margin-left: 325px;
  width: 25vw;
  color: #284646;
  width: 475px;
  background-color: white;
  background: background-color: #ccc !important;

}

#fileUpload thead, #fileUploadnc thead{
    width: 550px;
    background: linear-gradient(to right, #3c434a, #646970);
    color: #FFFFFF;

  }

#fileUpload th, #fileUploadnc th{    
    display: inline-block;
    float: left;
    border: none;
    display: block;
    outline: 0;
    font-size: 15px;
    padding: 10px 16px;
    padding-left: 30px;
    vertical-align: middle;
    width: 425px;
    height: 21px;
    overflow: hidden;
    text-decoration: none;
    text-align: left;
    cursor: default;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
}

#fileUpload td, #fileUploadnc td{
display: inline-block;
padding: 8px 16px;
font-weight: 400;
font-size: 15px;
  }

/* drop down menu */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  margin: 4px 2px;
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px;
}

#dropbtn{
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

#con_name, #c_cap{
  height: 35px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 14px;
  width: 200px;
  margin-right: 10px;
}

#newConHeader{
  font-family: "Roboto", sans-serif;
  color: #284646;
}

input[type=submit]{
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: default;
  font-size: 15px;
}

input[type="file"] {
    display: none;
}



.custom-file-upload {
  background-color: #4CAF50;;
  border: none;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: default;
  border-radius: 5px;
  width: 220px;
  height: 35px;
  margin-right: 20px;
}

.custom-file-upload:hover{
  background-color: #3e8e41;
  }

input[type="submit"] {
    /*display: none;*/
}

.custom-submit {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 12px 20px;
  padding-right: 58px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: default;
  border-radius: 5px;
}

.custom-submit:hover{
  background-color: #038857;
  }



.highcharts-title{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size:  1.5rem;
}

.highcharts-button text{
  /*font-family: "Roboto", sans-serif;*/
  font-size:  14px;
}

.highcharts-button-box{
  width: 74px;
  height: 26px;
}

.highcharts-label{
  font-weight: 400;
  font-size:  14px;
}

.highcharts-range-input text{
  font-weight: 400;
  font-size:  14px;
}

.highcharts-button-pressed text {
  /*fill: #333333;*/
  font-weight: 200;
  background-color: #ccc !important;
}

.highcharts-button-pressed {
  font-weight: 200;
  fill: #ccc !important;
  stroke: #cccccc;
}

#cDataTableHeader{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
  background: linear-gradient(to right, #3c434a, #646970);
  color:  #FFFFFF;
}



.flexRow{
  display: block;
  flex-direction: row;
  margin-bottom: 2vh;

}

.flexColumn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.icon{
  flex-wrap: wrap;
  height: 50px;
  width: 50px;
  margin-top: 1vh;
  margin-bottom: auto;
}


.text{
  display: flex;
  margin-left: 1vw;
    height: 60px;
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
}

#linkedinImg{
  margin-top: 2vh;
}

.contactContent2{
  -webkit-font-smoothing;
  -moz-osx-font-smoothing;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  

  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 1vw;
  /*background: #a7aaad;*/
  background: rgba(0,0,0,0.7);
  vertical-align:middle;
  color: #f0f0f1;
  font-family: "Montserrat", sans-serif;
  
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 200;
}

/* form container */

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.formWrapper{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5vh;
  /*height: max(83vh,900)px;*/
  background-image: url('../img/4.jpg');
  background-size: 100% 100%;
    
}


.container {
  font-size: 1rem;
  width: 40vw;
  max-width: 600px;
  hight: 400px;
  color: white;
  background-color: darkgrey;
  border-radius: 2px;
  background: radial-gradient(circle, rgba(47, 79, 79, 0.98), rgba(47, 79, 79, 0.70));

  
  padding: 20px;
  z-index: 4;
  font-family: 
  "AvenirNextLTW01-Regular"
  ,"Avenir Next LT Com"
  ,"Helvetica Neue",
  Helvetica,sans-serif;
}

input{
  opacity: 1.0;  
}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #3e8e41;
}

#submitBtn
{
  display: inline-block;
  background-color:  black;
  background: rgba(0, 0, 0, 0.3);
  width: auto;
  /*height: 2vw;*/
  font-size: min(max(0.9vw,0.9rem),1.2rem);
  text-align: center;
  vertical-align: middle;
  /*background: #000;*/
  color: whitesmoke;
  padding:  5px;
  padding-left: 15px;
  padding-right: 15px;

  border-radius: 10px;
  border: 1px solid whitesmoke;
  font-family: 'Syncopate', sans-serif;
}

#submitBtn:hover {
  background: #ddd;
  color: black;
}

#closeBtn
{
  float: right;
  background-color:  black;
  background: rgba(0, 0, 0, 0.3);
  width: min(6vw,90px);
  font-size: min(0.9vw,18px);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: whitesmoke;
  padding:  3px;
  border-radius: 12px;
  border: 2px solid whitesmoke;
  font-family: 'Syncopate', sans-serif;
}

#closeBtn:hover {
  background: #ddd;
  color: black;
}

input{
  font-family: "Roboto", sans-serif;
}

.container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}



}
/* > iPad Size -- END*/

/* ******************************************************************************************************* */
/* iPad Size -- start*/
/*@media (min-width: 500px) and (max-width: 559px) {
 
   

}
/* iPad Size -- END*/

/* ******************************************************************************************************* */
/* < iPad Size -- start*/
@media (min-width: 0px) and (max-width: 499px) {
 
    :root {
      --mediaHeight: 25vh;
      --conHeight: 50vh;
      --varTop: 6vh;  
      --varBottom: 5vh;
      --varFontSizeH1: 3vh;   
      --varFontSizeH2: 2vh;
      --varFontSizeH3: 2.5vh;
      --varFontSizeText: 2vh;
      --varFontSizeLogo: 2.5vh;
      --varFontSizeTitle: 5px;
      --varFontSizeBottom: 15px;
      --varFontSizeLang: 12px;
      --varH1Padding: 9vh;
      --varMenuTopFontSize: 10px;
      --varMenuTopElementMargin: min(8vw,80px);
      --varFormFontSize:  15px;
      --varFormButtonPadding:  5px;
      }

    #centerContainer{
      /*position:  absolute;
      top: 0;*/
      width: min(100vw,calc(var(--varMaxWidth)));
      /*margin-left:  auto;
      margin-right: auto;
      padding-left: 1vw;
      padding-right: 2vw;*/
      margin-top: 0;
      padding-top: 0;

      }

    p{
      padding: 15px;
      font-size: 0.9rem;
      background: radial-gradient(circle, rgba(0,0,0,0.4), rgba(0,0,0,0.0));
    }

      h1{
      vertical-align:middle;
      text-decoration: none;
      /*font-weight: bold;*/
      font-family: 'Syncopate', sans-serif;
      color: white;
      text-shadow:  4px 4px 8px black;
      font-size: min(var(--varFontSizeH1),50px);
      z-index: 2;
      margin-bottom: 0;
      margin-top: 7vh;
     }


     h2{
      margin-top: 0;
      margin-bottom: 40px;
      vertical-align:middle;
      text-decoration: none;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      color: white;
      text-transform: uppercase;
      font-size: var(--varFontSizeH2);
      font-weight:  100;
      z-index: 3;

     }
 

.flexRow{
  display: flex;
  flex-direction: row;
  margin-bottom: 2vh;

}

.flexColumn{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

}


#phoneID{
  margin-bottom: auto;
  margin-top: auto;
}

.text{
  display: flex;
  margin-left: 1vw;
    height: 60px;
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
}

#linkedinImg{
  margin-top: 2vh;
  height: 5rem;
  width: 5rem;

}

#twitterImg{
  margin-top: 2vh;
  height: 5rem;
  width: 5rem;

}

.contactContent2{
  -webkit-font-smoothing;
  -moz-osx-font-smoothing;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  

  margin-top: 70px;
  width: 80vw;
  max-width: 500px;
  height: auto;
  padding: 20px;
  /*background: rgba(0,0,0,0.3);*/
  
  vertical-align:middle;
  color: #f0f0f1;
  font-family: "Montserrat", sans-serif;
  
  line-height: 1.2rem;
  font-weight: 200;
}

.u_table{
  display: none;
}

.w3-sidebar {
  display: none;
  color: #284646;
}

.menuBottom{
  display: none;
}

.s_tableM{
  top: 5vh;
  width:370px;
  height: 550px;
  overflow:auto;

  background-color: white;
  position:fixed!important;
  color: #284646;
  margin-left: 5px;
  margin-top: 25px;
  
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 0.7rem;
  border-collapse: collapse;
}

.s_tableM tr{
  display:table-header-group;
}

.scol1M{width: 55px !important; text-align: center; }
.scol2M{width: 55px !important; text-align: center; }
.scol3M{width: 55px !important;  text-align: center; }
.scol4M{width: 65px !important; text-align: center; }
.scol5M{width: 45px !important; text-align: center; }

.s_tableM th{
  top: 0px;
  position: sticky;
   padding: 8px;
   font-weight: 400;
}

.s_tableM  thead{
  top: 0px;
  position: sticky;
  background: linear-gradient(to right, #3c434a, #646970);
  color:  #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
}  

.s_tableM td{
  padding: 8px;
  font-weight: 400;
  padding-top: 4px;
  padding-bottom: 4px;
}

.sbcolor{background-color:  #F8F8F8; color:  #282828;}
.scolor{background-color:  #F8F8F8;}

.sokcolor{background-color:  #D1F8D1;
/*#80B362;
color: #ffffff;*/}
.sercolor{background-color:  #E6676B;}



.u_tableM{
  border-top: 0 solid black;
  top: 26vh;
  width:370px;
  height: 550px;
  overflow:auto;

  background-color: white;
  position:fixed!important;
  color: #284646;
  margin-left: 5px;
  margin-top: 25px;
  
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 0.7rem;
  border-collapse: collapse;
}

/*.ucol1M{width: 55px !important; text-align: center; background-color:  #F8F8F8;}
.ucol2M{width: 55px !important; text-align: center; background-color:  #F8F8F8;}
.ucol3M{width: 55px !important;  text-align: center; background-color:  #F8F8F8;}
.ucol4M{width: 55px !important; text-align: center; background-color:  #F8F8F8;}
.ucol5M{width: 55px !important; text-align: right; background-color:  #F8F8F8;}
.ucol6M{width: 55px !important; text-align: center; background-color:  #F8F8F8;}
.ucol7M{width: 55px !important; text-align: center; background-color:  #F8F8F8;}
*/

.ucol1M{width: 60px !important; text-align: center; }
.ucol2M{width: 50px !important; text-align: center; }
.ucol3M{width: 55px !important;  text-align: center; }
.ucol4M{width: 55px !important; text-align: center; }
.ucol5M{width: 55px !important; text-align: right; }
.ucol6M{width: 55px !important; text-align: center; }
.ucol7M{width: 55px !important; text-align: center;}

.ubcolor{background-color:  #F8F8F8; color:  #282828;}
.ucolor{background-color:  #E0E0E0;}

.u_tableM tr{
  display:table-header-group;
}

.u_tableM th{
  border-top: 0 solid black;
  top: 0px;
  position: sticky;
   padding: 8px;
   font-weight: 400;
   z-index: 100;
}

.u_tableM  thead{
  top: 0px;
  position: sticky;
  background: linear-gradient(to right, #3c434a, #646970);
  color:  #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 100;
}  

.u_tableM td{
  padding: 8px;
  font-weight: 400;
  padding-top: 4px;
  padding-bottom: 4px;
}

.headerMask {
    z-index: 90; 
    background-color: #FFF; /* Or whatever color you want the mask to be */
    position: sticky; /* This will keep it at the top during scrolling */
    top: 0; /* Ensures it sticks to the top */
    height: 30px; /* Adjust this height based on your header height */
}

    /* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


.container {
  font-size: var(--varFormFontSize);
  width: 80vw;
  min-height: 15vh;
  color: white;
  /*background: rgba(47, 79, 79, 0.9);
  background: linear-gradient(90deg, #2F4F4F 0%, #B2B2B2 100%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.00));*/
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
   
  padding: 20px;
  z-index: 4;
  font-family: 
  "Roboto" ,sans-serif;
}

input{
  opacity: 1.0;  
}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

#submitBtn
{
  display: inline-block;
  background-color:  black;
  background: rgba(0, 0, 0, 0.3);
  font-size: var(--varFormFontSize);
  text-align: center;
  vertical-align: middle;
  color: whitesmoke;
  padding:  var(--varFormButtonPadding);
  border-radius: 12px;
  border: 2px solid whitesmoke;
  font-family: 'Syncopate', sans-serif;
}

#submitBtn:hover {
  background: #ddd;
  color: black;
}

.formWrapper{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5vh;
  /*height: max(83vh,900)px;*/
  background-image: url('../img/4.jpg');
  background-size: 100% 100%;
    
}

#mainRow{
  flex-direction: column;
}

.contentWrapper{

  margin-bottom: 0;
  background-image: url('../img/background05sm.jpg');
  height: 100%;
  width: 100%;
 
}

.innerContentWrapper{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: auto;
  max-width: 900px;

  margin-bottom: auto;

 }

 .titleContent{
  margin-top: 20px;
 }

input{
  font-family: "Roboto", sans-serif;
}

.container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}


}

/* < iPad Size -- END*/
/* *********************************************************************************** */

