* {
  font-family: Helvetica,"Microsoft Jhenghei";
}

html, body {
  margin: 0px;
  padding: 0px;
  background-color: rgb(236, 236, 236);
}

.list-group-item{
  word-break: break-all;
}

.list-group-bg{
  background-color: #fcfcfc;
  border: 1.5px solid #ced4da;
  min-height: calc(1.5em + 0.75rem + 2px);
}

.cc{
  color: aliceblue;
}

.main{
  min-height: 86vh;
}

a,li,label{
  font-weight:bold;
}


/* 加減按鈕樣式 */
.input-number {
  width: 150px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}
.input-number2 {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}
.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 38px;
  user-select: none;
}
.input-number2{
  border: 1px solid #ccc;
  height: 38px;
  user-select: none;
}
.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 36px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}
.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.mobile-fixed-button{
  width: 100%;
  background-color: #444;
  position: fixed;
  bottom: 0px;
  z-index:100;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.fixed-button-47{
  width: 47%;
  display: inline-block;
}

.fixed-button-20{
  width: 20%;
  display: inline-block;
}

.fixed-button-33{
  width: 33%;
  display: inline-block;
}

.fixed-button-31{
  width: 31%;
  display: inline-block;
}

@media only screen and (max-width: 960px) {
  .list-Employee-Computer{
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .list-Employee-mobile{
    display: none;
  }
}

.box-shadow {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.list-Emoployee-bg{
  background-color: cornflowerblue;
}

.form-check-input{
  width: 14px;
  height: 14px;
}

.table {
  background: #ffffff;
  border-radius: 1rem;
  width: 100%;
  padding-bottom: 1rem;
  color: #212529;
  margin-bottom: 0;
}
.table th:first-child,
.table td:first-child {
  position: sticky;
  left: 0;
  background-color: #666666;
  color: #eeeeee;
}

.table th {
  white-space: nowrap;
}

.table td {
  white-space: nowrap;
}

thead{
  background-color: #7c7c7c;
  color: rgb(255, 255, 255);
}

.form-check-input{
  width: 20px;
  height: 20px;
}

.text-center{
  text-align: center;
}

.table-click-bg{
  background-color: aqua;
}


/* @media print {

  body {
    width: 1200px;
  }
  
} */

