nav, header {
  width: 100%;
  height: 60px;
  background-color: rgb(0, 79, 163);
}

ul {

}

ul li {
  list-style: none;
  display: inline-block;
  float: left;
  line-height: 60px;
}

#btn-admin {
  list-style: none;
  display: inline-block;
  float: right;
  line-height: 60px;
  padding: 0px;
}

ul li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  font-family: "Times New Roman";
  color: white;
  padding: 0 20px;
  width: 120px;
  text-align: center;
}

ul li a:hover {
  color: rgb(0, 79, 163);
  background-color: white;
  text-decoration: underline;;
}

#btn-admin button {
  font-size: 16px;
  font-weight: bold;
  width: 80px;
  height: 60px;
  color: #ff2414;
  background-color: #5eacff;
}

#btn-admin button:hover {
  color: black;
}

#contact-div {
  width: 100%;
  height: 650px;
  background-color: #e3e1df;
}
.nav-h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  padding: 10px 0 30px 0;
}
#contact-div p {
  text-align: left;
  font-size: 20px;
  padding: 15px 0 0 50px;
}


#about-div {
  width: 100%;
  height: 650px;
  background-color: #e3e1df;
}
#about-div p {
  font-size: 30px;
  text-align: center;
}

#main2-div {
  width: 100%;
  height: 100%;
}

#main-div {
  width: 1090px;
  /* padding-top: 40px; */
  /* height: 900px; */
  margin: auto;
  /* min-width: 1600px; */
  /* min-height: 700px; */
  background-color: #e3e1df;
  /* display: inline-block; /* otherwise, margin would be collapsed with user_login-div */ */
}

#main-div-signup {
  width: 1090px;
  /* padding-top: 40px; */
  /* height: 900px; */
  margin: auto;
  /* margin-top: -80px; */
  /* min-width: 1600px; */
  /* min-height: 700px; */
  background-color: #e3e1df;
  /* display: inline-block; /* otherwise, margin would be collapsed with user_login-div */ */
}


/* #user_login-div {
  width: 350px;
  height: 240px;
  background-color: white;
  margin: auto;
  text-align: center;
  position: absolute;;
  top: 30%;
  left: 50%;
  margin: -100px 0 0 -175px;
} */

#user_login-div {
  width: 350px;
  height: 220px;
  background-color: white;
  text-align: center;
  margin: auto;
  padding-top: 80px;
  /* margin-top: 80px; */
}

#user_signup-div {
  width: 350px;
  height: 285px;
  background-color: white;
  text-align: center;
  margin: auto;
  /* margin-top: 80px; */
}

#findUserID-div {
  width: 350px;
  height: auto;
  background-color: white;
  text-align: center;
  margin: auto;
  /* margin-top: 80px; */
}

#findUserID-h1 {
  padding: 15px 0;
}

#findUserID-h2 {
  text-align: left;
  padding: 5px 0 5px 15px;
}

#findUserIDRes {
  padding: 5px;
}

#btn_signup {
  padding: 5px;
  margin-top: 5px;
}

#btn_signup:hover {
  cursor: pointer;
  background-color: #F4BF9E;
}

#admin_login-div {
  width: 350px;
  height: 160px;
  background-color: white;
  text-align: center;
  margin: auto;
  margin-top: 80px;
}

#div_loginStatus {
  width: 350px;
  height: 45px;
  background-color: white;
  text-align: center;
  margin: auto;
  margin-top: 0px;
  color: red;
  padding: 10px 0 0 0;
}

#div_loginStatus2 {
  width: 350px;
  height: 45px;
  background-color: white;
  text-align: center;
  margin: auto;
  margin-top: 0px;
  color: red;
}

#lock-img {
  width: 40px;
  height: 40px;
  position: absolute;;
  left: 50%;
  margin: 25px 0 0 -20px;
}

#newuser-a {
  font-size: 20px;
  text-decoration: none;
  padding: 10px 0 2px 0;
  display: block;
}

.find-a {
  font-size: 15px;
  text-decoration: none;
  padding: 0 0 10px 0;
  display: inline-block;
}

#newuser-h2 {
  padding: 22px 0;
}
#login-h2 {
  padding: 10px 0;
}

.login-input {
  width: 290px;
  padding: 5px 0;
  margin: 5px auto;
  font-size: 14px;
}

.signupmsg-p {
  color: red;
  font-weight: bold;
  padding: 3px 0;
}

#login_status {

}

.login-status {
  text-align: center;
  display: block;
  color: red;
}

#logged {
  margin-top: 8px;
  float: left;
  text-align: left;
  margin-left: 20px;
  color: black;
}


#main2-div {
 margin-top: 50px;
}

#btn-newStudy-div {
  width: 100%;
  height: 200px;
  /* background-color: yellow; */
  text-align: center;
}

#btn-newStudy {
  width: 150px;
  height: 35px;
  margin: 10px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  color: black;
  background-color: #F7A492;
}

#btn-newStudy:hover {
  cursor: pointer;
  text-decoration: underline;
  color: white;
}

#placeholder, .placeholder {
  width: 1090px;
  margin: auto;
  height: 40px;
  display: block;
  background-color: #e3e1df;
}

#btn-submit {
  margin: 10px;
  padding: 5px;
}
#btn-submit:hover {
  cursor: pointer;
  background-color: #F4BF9E;
}

#btn-logout {
margin-top: 2px;
margin-right: 5px;
float: right;
padding: 5px 5px;
background-color: yellow;
font-weight: bold;
border-color: black;
border-width: 2px;
cursor: pointer;
}

#btn-logout:hover {
  background-color: red;
}

footer {
  background-color: rgb(51,51,51);
  width: 100%;
  height: 100px;
}


#footer-div1 {
  width: 80%;
  float: left;
}

#footer-div2 {
  width: 20%;
  font-size: 50px;
  float: left;
}

#footer-div2 img {
  width: 100%;
  height: 100px;
}

#ul_newStudy li {
  width: 100%;
  text-align: center;
}

.btn-NewStudy {
  width: 50px;
  height: 25px;
  background-color: #50E977;
}

.btn-NewStudy:hover {
  cursor: pointer;
  background-color: #ED753B;

}

#statusCode {
  width: 300px;
  display: inline-block;
  background-color: #E5F0B4;
  margin: 20px;
  padding: 10px;
  border: dotted;
  border-color: black;
  border-width: 2px;
  text-align: left;
}

#span-view {
  font-size: 17px;
  color: red;
}

/*
.div-tableMain {
  border: dotted;
  border-color: black;
  border-width: 3px;
} */

/* Added 09182020 */
nav ul {
  float: left;
  list-style: none;
  position: relative;
}

nav ul.right {
  float: right;
}

nav ul li {
  float: left;
  list-style: none;
  position: relative;
}

nav ul li ul {
  /* width: 250px; */
  /* display: block; */
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fff;
  padding: 10px;
  border-radius: 0px 0px 14px 14px;
}

nav ul li:hover ul {
  display: block;
}

/* nav ul li ul {
  display: block;
} */

nav ul li ul li {
  width: 250px;
}

nav ul li ul li a {
  width: auto;
  padding: 4px 10px;
  font-size: 18px;
  text-decoration: none;
  color: black;
  text-align: left;
}

nav ul li ul li a:hover {
  background-color: #f3f3f3;
}
