
.logo{
  max-width:100%;
  max-height:100%;
  float: left;
}



.header{
    width: 100%;
    height: 80px;
    position: relative;
    background-color: white;    
}

.title{
    float:right;
    margin-right: 30px;
    margin-top: 40px;
    font-family: 'Titillium Web','Noto Sans', sans-serif;
    color: #9e9d9d;
    font-size: 2.4vw;

}

/* 
instruction styles
*/

.instructions{
  margin: 25px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.instructions h3{
    margin-top:70px;
    margin-left:3px;
    font-size: 2.8vw;
    text-align: left;
    font-family: 'Titillium Web','Noto Sans', sans-serif;
    color: #9e9d9d;
    word-spacing: 1.0em;
    text-transform: uppercase;
    border-bottom: 4px solid; 
    height: 8%;
}

.instructions p{
    color:#000000;
    display: inline-block;
    font-family: Helvetica, Times, sans-serif;
    letter-spacing: 0.05em;
    word-spacing: 0.15em;
    line-height: 1.2em;
    font-size: 2.0vw;   
}

.instructions .save_instr{
    text-align: center;     
}



/* 
form styles
*/


.form_image{
    width:100%;
    position: relative
    z-index: -1;
}

.form{
    width: 100%;
    position: relative;
    border: 3px #9e9d9d solid; 
    margin-top: 60px; 
}

.form .habits_checks{
  position: absolute;
  top: 31%;
  left: 5%;
  bottom:0;
  right: 0;
  width: 30%;
  height: 14%;
  z-index: 900;
  text-align: left;
}

.form .sleep_checks{
  position: absolute;
  top: 31%;
  left: 28%;
  bottom:0;
  right: 0;
  width: 30%;
  height: 14%;
  z-index: 901;
  text-align: left;
}

.form .exercise_checks{
  position: absolute;
  top: 31%;
  left: 51%;
  bottom:0;
  right: 0;
  width: 30%;
  height: 14%;
  z-index: 902;
  text-align: left;
}

.form .ergonomics_checks{
  position: absolute;
  top: 31%;
  left: 71%;
  bottom:0;
  right: 0;
  width: 30%;
  height: 14%;
  z-index: 903;
  text-align: left;
}

.form .other_checks{
  position: absolute;
  top: 63%;
  left: 3.4%;
  bottom:0;
  right: 0;
  width: 33%;
  height: 14%;
  z-index: 900;
  text-align: left;
}

.form .diagnosis_checks{
  position: absolute;
  top: 67%;
  left: 72.5%;
  bottom:0;
  right: 0;
  width: 28.5%;
  height: 14%;
  z-index: 900;
  text-align: left;
}

/* 
position textboxes
*/

.textbox_name{
  width: 50%;
  border: none;
  border-bottom: 2px solid;
  font-size: 1.8vw;
  height: 20%; 
  background-color: rgba(224, 224, 224, 0);
}

.textbox_treatment{
  width: 70%;
  border: none;
  border-bottom: 2px solid;
  font-size: 1.8vw; 
  height: 17%; 
  background-color: rgba(224, 224, 224, 0);
}

.form .tname{
  position: absolute;
  top: 4.4%;
  left: 77.9%;
  width: 30%
}

.form .tdate{
  position: absolute;
  top: 7.7%;
  left: 77.9%;
  width: 30%;
}

.form .tchart{
  position: absolute;
  top: 11.6%;
  left: 81%;
  width: 24%;
}

.form .thabit1{
  position: absolute;
  top: 45%;
  left: 6.5%;
}

.form .thabit2{
  position: absolute;
  top: 49%;
  left: 6.5%;
}

.form .tsleep1{
  position: absolute;
  top: 45%;
  left: 29.4%;
}

.form .tsleep2{
  position: absolute;
  top: 49%;
  left: 29.4%;
}


.form .texercise1{
  position: absolute;
  top: 45%;
  left: 53%;
}

.form .texercise2{
  position: absolute;
  top: 49%;
  left: 53%;

}

.form .tergo1{
  position: absolute;
  top: 45%;
  left: 77.4%;

}

.form .tergo2{
  position: absolute;
  top: 49%;
  left: 77.4%;

}

.form .tother1{
  position: absolute;
  top: 91.7%;
  left: 7.4%;
  width: 34%;
 
}

.form .tother2{
  position: absolute;
  top: 95%;
  left: 7.4%;
  width: 34%;

}

.form .totherextra1{
  position: absolute;
  top: 81%;
  left: 7.4%;
  width: 34%;
  z-index: 908;

}

.form .totherextra2{
  position: absolute;
  top: 84.5%;
  left: 7.4%;
  width: 34%;
  z-index: 980;
}


.form .tergoextra1{
  position: absolute;
  top: 33.5%;
  left: 75.4%;
  z-index: 998; 
  width: 28%;

}

.form .tergoextra2{
  position: absolute;
  top: 37%;
  left: 75.4%;
  z-index: 997;
  width: 28%;

}

.form .diagnosis1{
  position: absolute;
  top: 63.5%;
  left: 37.2%;
  width: 45%;
}

.form .diagnosis2{
  position: absolute;
  top: 67%;
  left: 37.2%;
  width: 45%;
}

.form .diagnosis3{
  position: absolute;
  top: 70.5%;
  left: 37.2%;
  width: 45%;
}

.form .diagnosis4{
  position: absolute;
  top: 74%;
  left: 37.2%;
  width: 45%;
}


/* 
checkboxe styles
*/

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;    
  font-family: arial;
  top: 0;
  left: 0;
  height: 90%;
  width: 7%;
  background-color: #29c4c4;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1%;
  cursor: pointer;
  font-size: 1.9vw ;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 20%;
}


/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #3bf5eb;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2a76e8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 25%;
  top: 0%;
  width: 35%;
  height: 65%;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/* 
button styles
*/
.save_button {
  margin-top: 3%;
  background-color: #2a76e8;
  border-radius:3px;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 2.5vw;
}

/* Darker background on mouse-over */
.save_button:hover {
  background-color: #3495eb;
}

   
/* 
footer
*/

.footer{
  margin-top: 4%;
  width: 100%;
  background-color: #db7d25;
  background: linear-gradient(to right, #db7d25, #f2a155);
  padding-bottom:0.5%;
    display: flex;
}

.footer_message{
  margin-left: 3%;
  font-size: 16px;
  font-family: Helvetica,Arial;
}

.footer_date{
  margin-left: 25% ;
  margin-right: %;
  font-size: 16px;
  font-family: Helvetica,Arial;
    
}

