@charset "utf-8";
/* CSS Document */
#form{
  background-color: #fbf7e7;
}
#form .form-label{
  font-weight: bold;
}
#form h2{
  border-left: 5px solid #ffa675;
  padding-left: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-bottom: 1rem;
  border-bottom: 1px solid #666;
}
#form hr{display: none;}
#form .form-check.checked{
  background-color: #ddf3ff;
}
.seminar_table td,.user_table td,.log_table td{
  vertical-align: middle;
}
.seminar_table tr td:first-of-type{
  width: 50px;
}
.seminar_table tr td:nth-of-type(2){
  width: 100px;
}
.seminar_table tr td:nth-of-type(5){
  width: 110px;
}
.seminar_table tr td:nth-of-type(6),.seminar_table tr td:nth-of-type(7){
  width: 80px;
  text-align: center;
}
.user_table tr td:first-of-type{
  width: 50px;
}
.user_table tr td:nth-of-type(4),.user_table tr td:nth-of-type(5){
  width: 80px;
  text-align: center;
}
.log_table tr td:nth-of-type(5){
  width: 80px;
  text-align: center;
}
.form-control-plaintext{
  pointer-events: none;
}
.row{
  gap: 10px 0;
}
.col-md-6 .border{
  height: 100%;
  position: relative;
}
.col-md-6 .border label{
  padding: 0.5em;
  width: 100%;
  height: 100%;
}
.col-md-6 .border input{
  position: absolute;
  top: 2px;
  left: 30px;
}
/*.col-md-6 .border input:checked ~ label{
  background-color: cornflowerblue;
}*/
.user_list{
  max-height: 10rem;
  overflow-y: auto;
  border: 1px solid #000;
  padding: 0.5em;
  margin-top: 1rem;
}