body {
  padding-right: 0 !important;
}

.content-header {
  padding: 5px !important;
}

.table td, .table th {
  vertical-align: middle !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.main-top {
  padding-bottom: 0.1rem;
}

.main-footer {
  padding: 0.5rem;
}

.unitech-footer {
  padding: 1rem;
  font-size: small;
  color: white;
  font-family: Microsoft JhengHei;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #2B373F;
  width: 100%
}
/*
.row {
  padding-right: 0px;
  padding-left: 0px
}
*/

element.style {
}

.table-checkbox tbody > tr > td:first-of-type,
.table-checkbox tbody > tr > th:first-of-type,
.table-checkbox thead > tr > td:first-of-type,
.table-checkbox thead > tr > th:first-of-type {
  width: 10px !important;
  padding-left: 15px !important;
}

  .card-body {
    padding-bottom: 1rem !important
  }

.row {
  margin-left: 0 !important;
}

.card-body {
  padding:1rem
}

.tab ul li .nav-link {
  border-color: lightgrey !important;
}

.tab ul li .nav-link.active {
  background: #007bff !important;
  color: white !important;
  border-color: #007bff !important;
}

.select-btn {
  background-color: #c7d0da
}


.table td button {
  height: 28px;
  padding-top: 2px;
  border:none;
}
