#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;
}
/*# sourceMappingURL=style.css.map */