body {
  font-family: 'Noto Sans JP', sans-serif;
}

#main {
  padding-top: 100px;
}

/* = login
------------------------------------------- */
#login {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  /* Fallback for Edge
-------------------------------------------------- */
  /* Fallback for IE
-------------------------------------------------- */
}

#login .form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

#login .form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

#login .form-label-group > input,
#login .form-label-group > label {
  height: 3.125rem;
  padding: 0.75rem;
}

#login .form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#login .form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

#login .form-label-group input:-ms-input-placeholder {
  color: transparent;
}

#login .form-label-group input::-ms-input-placeholder {
  color: transparent;
}

#login .form-label-group input::placeholder {
  color: transparent;
}

#login .form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

#login .form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

@supports (-ms-ime-align: auto) {
  #login .form-label-group > label {
    display: none;
  }
  #login .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #login .form-label-group > label {
    display: none;
  }
  #login .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

.table {
  font-size: 80%;
}

.table.table-ellipsis tbody td {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.dataTable thead th:before,
table.dataTable thead th:after {
  bottom: 0.1em !important;
}

td.colored {
  /* color:#fff; */
  font-weight: bold;
  background: yellow;
  color: red;
  font-size: 120%;
}

td.colored-noshi {
  /* color:#fff; */
  font-weight: bold;
  background: yellow;
  color: red;
}

.colored-on {
  color: red;
}

tr.done td {
  background-color: #999;
  color: #ccc;
}

td {
  /* height:50px; */
}

td label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.check_done_num {
  display: none;
}
.staff {
  border: 2px #343a40 solid;
  position: relative;
  border-radius: 10px;
}

.staff a {
  text-decoration: none;
  color: #343a40;
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 0 20px;
}

.staff .connect {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 13px;
  padding: 6px;
  line-height: 1.0;
  background: #fff;
  border-radius: 0px 8px 0px 10px;
}

.staff .connect.connect_ok {
  color: forestgreen;
}

.staff .connect.connect_ng {
  color: firebrick;
}

.staff .number {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 13px;
  padding: 6px;
  line-height: 1.0;
  background: #343a40;
  color: #fff;
  border-radius: 8px 0px 10px 0px;
}

.staff .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.staff .inner .inner_1 {
  text-align: center;
}

.wgbt {
  line-height: 1.0;
  font-size: 52px;
}

.wgbt::before {
  content: 'WBGT';
  font-size: 20px;
  display: block;
}

.level1 {
  background-color: #ff2800 !important;
}

.level1 a {
  text-decoration: none;
  color: #fff;
}

.level2 {
  background-color: #ff9600 !important;
}

.level3 {
  background-color: #faf500 !important;
}

.level4 {
  background-color: #a0d2ff !important;
}

.level5 {
  background-color: #218cff !important;
  color: #fff;
}

.card-header {
  position: relative;
}

.card-header .badge {
  color: #fff;
  position: absolute;
  top: 13px;
  right: 10px;
}
/*# sourceMappingURL=style.css.map */