body {
  background-color: #094e93;
  /*       font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}

.whitebg {
  /*       background-color:rgba(255, 255, 255, 0.8);*/
  /*       padding: 0px;*/
  margin-top: -15px;
  background-color: white;
  border-radius: 2em;
  width: 58%;
  position: absolute;
}

.row {
  margin-bottom: 10px;
}
.input-field {
  color: black;
  font-size: 1.6em;
  /*              text-decoration: underline;*/
  font-weight: 400;
  text-align: left;
}

.readingTime {
  /*    font-size: 0.7em;*/
}

.tabs {
  border-radius: 1em;
  z-index: 1;
  background-color: white;
  width: 59%;
  margin-top: -30px;
  float: right;
  margin-right: 15px;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  color: rgb(14, 110, 206);
}

.tabs .tab a {
  color: #094e93;
}

.tabs .indicator {
  background-color: rgb(14, 110, 206);
}

.btn,
.btn-large {
  background-color: #094e93;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 20px;
}

.btn:hover,
.btn-large:hover {
  background-color: rgb(14, 110, 206);
}

#inputfield,
#txtHours,
#txtMinutes,
#txtDuration {
  color: #094e93;
  font-size: 1.2em;
  font-weight: 100;
  text-align: center;
}

#txtHours {
  display: none;
}

#textarea1 {
  color: #094e93;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
}

#textarea2 {
  height: 120px;
  color: #094e93;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
}
#textarea3 {
  height: 300px;
  font-size: 1.6em;
  font-weight: 100;
  letter-spacing: 1px;
}
/*
   .buttonClass {
       padding-top: 20px;
   }
*/

.centerme {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  /*       margin-bottom: 50px;*/
}

.smallText {
  font-size: 1.2em;
  padding-bottom: 11px;
  text-align: center;
}

#time {
  margin-top: 1rem;
  font-size: 5.75em;
  color: white;
  /*       padding-top: 10px;*/
}

#date {
  font-size: 2.75em;
  color: white;
  padding-bottom: 1rem;
  letter-spacing: 0.75rem;
  /*       padding-bottom: 20px;*/
}

.timeRemaining {
  padding-top: 20px;
}

th {
  font-size: 1.2em;
  font-weight: 400;
  padding-right: 30px;
  padding: 0;
  text-align: center;
}

td {
  padding: 0;
  text-align: center;
}

table {
  border: none;
}

#cellHours,
#cellMinutes,
#cellSeconds {
  color: #094e93;
  /*    float: left;*/
  /*    padding-right: 30px;*/
  font-size: 2em;
}

.container {
  width: 100%;
  height: 600px;
  margin: auto;
}

.one {
  width: 38%;
  /*       height: 200px;*/
  float: left;
  margin-top: -70px;
  padding-left: 30px;
  position: absolute;
  z-index: -1;
  /*                  text-align: center;*/
}

.two {
  margin-left: 40%;
  /*       width: 60%;*/
  /*       height: 200px;*/
  padding-top: 25px;
  padding-right: 30px;
}
/* label underline focus color */

.three {
  margin-left: 40%;
  padding-top: 0;
  padding-right: 20px;
}

.input-field input[type="text"]:focus,
.input-field textarea[class="materialize-textarea"]:focus,
.input-field input[type="time"]:focus {
  border-bottom: 1px solid #094e93;
  box-shadow: 0 1px 0 0 #094e93;
}

.input-field input[type="text"],
.input-field textarea[class="materialize-textarea"],
.input-field input[type="time"] {
  border-bottom: 0.1px solid #094e93;
  box-shadow: 0 0.1px 0 0 #094e93;
}

.trial #inputfield,
.trial#txtHours,
.trial#txtMinutes,
.trial#txtDuration,
.row.trial {
  text-align: left;
}
.trial .readtime #inputfield {
  font-size: 93% !important;
}
.trial input[type="time"] {
  font-size: 1.1em !important;
}

#trial-session-3,
#trial-session-4 {
  display: none;
}

#trial-exams .te-wrapper input[type="text"] {
  text-align: left;
  height: 2rem;
  font-size: 1.975rem;
  /* color: #094e93; */
  color: black;
}

#trial-exams .te-wrapper .row {
  padding-left: 36px;
  padding-right: 36px;
  margin-bottom: 6px;
}

#trial-exams .te-wrapper .inputfield {
  margin-bottom: 10px;
}
