#legalTechMainDivHolder{
    /* width: 100%; */
    height: 92%;
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #a5fbf9;
    border: 4vmin;
    border: 4vmin solid white;
    display: none;
}

#legalTechMainDivClose{
    position: absolute;
    right: 1em;
    top: 1em;
    font-size: 2vmin;
    cursor: pointer;
}

#legalTechClose{
    position: fixed;
    right: 1em;
    top: 1em;
    font-size: 2vmin;
    cursor: pointer;
}

#legalTechStartButton{
    /* color:blue; */
    position: fixed;
    right: 10%;
    top: 15%;
    z-index: 1;
    background-color: #3dbd42; /* Green */
    border: none;
    border-radius: 60%;
    color: white;
    /* padding: 40px 26px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 37px;
    height: 14vmin;
    width: 14vmin;
    cursor: pointer;
}
#legalTechStartButton:before{
  content:'≫';
  font-size: 13.1vmin;
  position:absolute;
  margin-top: -0.45em;
  margin-left: -0.15em;
  z-index: -1;
  color: #2323236e;
  display:none;
}
#legalTechMainDiv{
    position: absolute;
    top: 0;
    left: 0;
    /* background: aliceblue; */
    width: 94%;
    height: 90%;
    margin-left: 88%;
    margin-top: 10%;
    z-index: 2;
}
.activeLegalTechMainDiv{
  height: 81%;
  width: 90%;
  background: white;
  background: #fdfdfdf5;
  border: 1px groove;
  margin: 3% !important;
  margin-top: 4% !important;
}
#legalTechMainDivHolderHowToHeader{
    background: #a5fbf9;
    /* width: 600px; */
}

#legalTechMainDivHolderHowToHeader > label{
    font-size: -webkit-xxx-large;
    /* background: #beebee; */
    /* float: left; */
    /* margin-left: -65%; */
    width: -webkit-fill-available;
    text-align: -webkit-left;
    margin-left: 1vmin;
    margin-bottom: 1em;
    line-height: 1.6em;
    text-align: -webkit-center;
}
#legalTechMainDivHolderHowTo{background: #a5fbf9;display: flex;}
#legalTechMainDivHolderHowTo > div{font-size: x-large;width: 33%;/* height: 31em; */display: flex;padding: 2vmin;border: none;/* border-right: 1px; *//* border-right-style: groove; *//* background: #dadada3b; */}
#legalTechMainDivHolderHowTo > div > div{font-size: x-large;/* width: 33%; *//* height: 31em; *//* display: flex; */padding: 2vmin;line-height: 1.3em;/* border: 1px; *//* border-style: dotted; */margin: 2vmin;z-index: 2;font-family: 'Roboto', sans-serif;/* background: #f3e8e800; */}
#legalTechMainDivHolderHowTo > div:before{font-size: 200px;/* width: 33%; *//* height: 31em; */margin-top: -0.2em;position: absolute;color: #b8d5eea8;z-index: 1;}
div#legalTechMainDiv {}
#legalTechMainDivHolderHeader{
    background-image: url(../css/img/legalTech_backgroundSmall.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 33vmin;
    /* width: 95%; */
    text-align: -webkit-left;
    color: white;
    /* margin-left: 1vmin; */
    font-size: -webkit-xxx-large;
}
#legalTechMainDivHolderHeader label{
  padding-left: 1vmin;
}
#legalTechMainDivHolderHeaderText{
    font-size: x-large;
    padding: 4vmin;
    background: #e8e8e8;
}

#legalTechMainDiv td{
 text-align: left;
 /* display: flex; */
}

.formEntryDiv{
    /* width: 100%; */
    /* border: beige; */
    /* height: 100px; */
    /* display: -webkit-box; */
    margin: auto;
    text-align: left;
    /* visibility: hidden; */
    display: grid;
}

.hiddenDIV{
  display:  none !important;
  background-color: #666666;
}

.formEntryDivEntry      {
        /* width: 100%; */
        /* border: beige; */
        /* height: 100px; */
        /* display: inline; */
        /* margin: 5px; */
        /* float: left; */
        align-items: left;
        hyphens: auto;
        text-align: justify;
        display: grid;
        font-size:2vmin;
}

.formEntryDivEntry div label {
    display: inline-table;
    cursor: pointer;
}

.formDiv{
    max-height: 80%;
    max-width: 80%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    overflow: auto;
    font-size: initial;
    /* background: #ffffffb8; */
}
.formDivTable{
    margin: 4px;
    text-align: left;
    overflow: auto;
    /* border: 1px solid; */
    margin: auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-table;
    padding: 3vmin;
}

table.formDivTable {}
#backButton{
    float: left;
     /* float: right; */
    position: absolute;
    left: 48px;
    /* float: right; */
    bottom: 48px;
}

#submitButtonLegalTech{
    /* float: right; */
    position: absolute;
    right: 48px;
    /* float: right; */
    bottom: 48px;
    cursor: pointer;
}

.formDiv:invalid #submitButtonLegalTech {
    /* background-color:red; */
    /* background: #dddddd; */
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    pointer-events: none;
  }