@charset "utf-8";

/* The modal2 (background) */
.modal2 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 101;
  /* Sit on top */
  padding-top: 200px;
  /* Location of the box */
  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 */
}

/* modal2 Content */
.modal2-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /*height:400px;*/
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal2-major {
  overflow-y: auto;
  height: 360px;
  padding: 5px;
}

.modal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1rem;
  /*border-bottom: 1px solid #e9ecef;*/
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

h4.modal2-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.major:hover {
  text-decoration: underline;
  cursor: pointer;
}

.scrollhidden {
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none;
}

.checkbox.st2 li {
  width: calc((100% - 120px) / 3);
}
.checkbox.st2_1 li {
  margin-right: 30px;
}
.checkbox.st2_1 li + li {
  margin-left: 0;
}
