

#div_holder {
  width: 100%;
  height: 50px;
  display: block;
  background-color: none;
}

#div_desc_newstudy, #div_desc_viewhistory {
  width: 200px;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding: 5px;
  border: 1px;
  border-style: dashed;
  background-color: #d4ebe6;
}

#div_desc_newstudy h2, #div_desc_viewhistory h2 {
  text-align: center;
  line-height: 25px;
}

.wrapper {
  margin: auto;
}

#div_main {
  text-align: center;
}

#div_study, #div_hpcc {
  width: 1000px;
  margin: auto;
  height: 200px;
  background-color: white;
  padding: 5px;
  /* margin: 20px; */
  /* Below are used to center divs: use the table-cell method would also work, but is little bit hacky*/
  /* Reference: https://stackoverflow.com/questions/19026884/flexbox-center-horizontally-and-vertically */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#div_hpcc {
  height: auto;
  padding-bottom: 30px;
  display: block;
}

#div_hpcc button {
  font-size: 25px;
}

#div_hpcc button:hover {
  background-color: white;
}

#div_hpcc_content {
  padding-top: 0px;
  font-size: 20px;
}

#div_hpcc_content input {
  /* padding-top: 30px; */
  font-size: 20px;
  margin: 10px;
}

#div_hpcc_connect {
  padding: 25px;
}

#div_hpcc_connect p {
  color: red;
}

#div_history {
  width: 1000px;
  margin: auto;
  min-height: 200px;
  background-color: white;
  padding: 5px;
  /* margin: 20px; */
  /* Below are used to center divs: if using the table-cell method, it will also work, but is little bit hacky*/
  /* Reference: https://stackoverflow.com/questions/19026884/flexbox-center-horizontally-and-vertically */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.div_newfrom {
  /* width: 30%; */
  width: 302px;
  /* height: 45%; */
  height: 92px;
  border: 1px;
  /* margin: 20px 10px; */
  margin: auto;
  border-style: dashed;

}

.div_newfrom .btn-NewStudy {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 22px;
  /* font-size: 1.1em; */
  background-color: #eeffdf;
}
.div_newfrom .btn-NewStudy:hover {
  cursor: pointer;
  background-color: #f0ff99;
  /* font-weight: 700; */
}

#viewHistory {
  width: 100%;
}

#div_history {
  width: 1000px;
  min-height: 300px;
  background-color: white;
  padding: 5px;
  /* margin: 20px; */
  margin: auto;
  margin-bottom: 0px;
}

#div_statusCode {
  margin: 10px;
  margin-top: 40px;
  padding: 10px;
  width: 70%;
  border-style: dashed;
  border-width: 1px;
  text-align: center;
}

#div_statusText {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: left;
  padding-left: 5px;
}

#div_statusText h3 {
  font-size: 25px;
  padding-bottom: 5px;
}

#div_statusText p {
  font-size: 22px;
  padding: 3px;
  padding-left: 40px;
}


#btn-viewHistory-div {
  width: 80%;
  height: auto;
  /* background-color: green; */
  text-align: center;
}

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


#btn-viewHistory:hover, #btn-showMore:hover {
  cursor: pointer;
  background-color: #f0ff99;
  text-align: center;
}

.div-tableMain {
  width: 90%;
  display: inline-block;
  padding: 20px;
  background-color: none;
}


.div-studyTable h3 {
  margin: 5px;
  font-size: 25px;
}

.tableHistory {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
  border: dashed;
  border-width: 1px;
  padding: 10px;
  margin-top: 5px;
  font-size: 20px;
}

.tableHistory td {
  border-width: 1px;
  border-style: solid;
}

.th_name {
  width: 15%;
}

.th_status {
  width: 12%;
}

.th_result {
  width: 38%;
}

.th_action {
  width: 10%;
}

#div_btn_showmore {
  margin-top: -35px;
}


#select_hpcc, #select_hpcc_data {
  width: 208px;
  height: 30px;
  margin: 15px;
  font-size: 20px;
}

div#connect-status {
  /* background-color: red; */
  height: 2rem;
  display: none;
  color: red;
  padding: 0.5rem;
}

#div_btn_hpcc {
  border: none;
}
/* .tableHistory {
  width: 100%;
  border: 1px solid #999;
  padding: 10px;
  font-size: 30px;
} */

/* #div_history {
  width: 50%;
  float: right;
  display: inline-block;
  background-color: green;
} */

/* div .div_historyTableWrapper {
  height: 50%;
  background-color: black;
} */

#div_hpcc_pubKey {
  width: 40rem;
  min-height: 5rem;
  margin: auto;
}
#div_hpcc_pubKey p {
  text-align: left;
  padding-bottom: 0.6rem;
}
#div_hpcc_pubKey #span-home {
  font-weight: 700;
}
#div_hpcc_pubKey textarea {
  resize: none;
  overflow: hidden;
  width: 40rem;
  min-height: 3rem;
  margin-bottom: 0.6rem;
}




.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
