html {
  height: 100%;
}
body {
  padding-top: 0px;
  height: 100%;
  position: relative;
  font-size: 13px;
}
* {
  outline: none;
}
.row > [class*="col-"] {
  margin-bottom: 25px;
}
.row.no-margin-bottom > [class*="col-"] {
  margin-bottom: 10px;
}
.row.no-gap {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gap > [class*="col-"] {
  padding-left: 0;
  padding-right: 0px;
}
.no-padding {
  padding: 0px !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-both {
  clear: both;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.font-weight-300 {
  font-weight: 300;
}
.text-indent {
  text-indent: 1em;
}
.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
/* 預設版面 */
.navbar {
  z-index: 10001;
  /* padding-left: 60px; */
  padding-left: 250px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.navbar > .container, .navbar > .container-fluid {
  z-index: 10001;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  height: 60px;
  line-height: 60px;
  margin-left: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 1.5em;
}
.navbar > .container .navbar-brand .fa-angle-right, .navbar > .container-fluid .navbar-brand .fa-angle-right {
  margin-left: 5px;
  margin-right: 5px;
}
.navbar > .container .navbar-expand-toggle, .navbar > .container-fluid .navbar-expand-toggle {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 0px;
  float: left;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 0.75;
}
.navbar > .container .navbar-expand-toggle .icon, .navbar > .container-fluid .navbar-expand-toggle .icon {
  font-size: 1.4em;
}
.navbar > .container .navbar-right-expand-toggle, .navbar > .container-fluid .navbar-right-expand-toggle {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 0px;
  position: absolute;
  right: 0;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 0.75;
}
.navbar > .container .navbar-right-expand-toggle .icon, .navbar > .container-fluid .navbar-right-expand-toggle .icon {
  font-size: 1.4em;
}
.navbar .navbar-breadcrumb {
  margin-left: 0px;
  background-color: transparent;
  padding: 0px;
  float: left;
}
.navbar .navbar-breadcrumb > li {
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5em;
}
.navbar .navbar-nav > li > a {
  font-family: 'Roboto Condensed', sans-serif;
  height: 60px;
  line-height: 60px;
  padding: 0px 20px 0px 20px;
}
.navbar .dropdown-menu {
  padding: 0;
  border: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  z-index: -1;
  position: absolute;
}
.navbar .dropdown-menu .title {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 5px 10px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.navbar .dropdown-menu .message {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  padding: 10px 20px;
}
.navbar .dropdown-menu .notifications.list-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar .dropdown-menu .notifications.list-group .list-group-item {
  min-width: 250px;
  padding: 8px;
  border: 0;
  border-bottom: 1px solid #EEE;
}
.navbar .dropdown-menu .notifications.list-group .list-group-item .icon {
  margin-right: 5px;
}
.navbar .dropdown-menu .notifications.list-group .badge {
  border-radius: 1em;
}
.navbar .dropdown-menu .notifications.list-group .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.navbar .dropdown-menu .notifications.list-group .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.navbar .dropdown-menu .notifications.list-group a.list-group-item:hover {
  cursor: pointer;
}
.side-menu-container .navbar-nav .navbar-nav li {}
.navbar .dropdown.profile .dropdown-menu {
  width: 305px;
  padding-bottom: 0px;
  text-align: center;
}
.navbar .dropdown.profile .dropdown-menu li.profile-img {
  padding: 0px;
  max-height: 300px;
  overflow: hidden;
}
.navbar .dropdown.profile .dropdown-menu li.profile-img img.profile-img {
  width: 100%;
  height: auto;
  margin: 0px;
  border: 0;
}
.navbar .dropdown.profile .dropdown-menu .profile-info {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 15px;
}
.navbar .dropdown.profile .dropdown-menu .profile-info .username {
  font-size: 1.8em;
  font-weight: bold;
}
.adminuser_name_style {
  font-weight: 700;
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.company_name_style {
  font-size: 0.9rem;
  color: #6b7280; /* 次要文字 */
  pointer-events: none; /* 避免看起來是連結 */
  padding: .5rem .6rem .3rem .6rem !important;
  margin-bottom: 0;
  letter-spacing: 4px;
  text-indent: 4px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.company_name_style:hover {
  /* background-color: #cae2ff; */
}
/* 新版樣式 */
.dropdown-menu {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .15);
  padding: .75rem .75rem 1rem;
  min-width: 240px;
  animation: userMenuFade .18s ease-out;
}
@keyframes userMenuFade {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 項目間距與 hover：更輕、更像網頁 */
.dropdown-menu .dropdown-item {
  border-radius: 8px;
  padding: .5rem .6rem;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background: #f6f8fb;
}
.adminuser_flex {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding-top: 0;
  justify-content: center;
}
.group_name_style {
  font-size: .8rem;
  font-weight: 600;
  background-color: #e8eff9; /* 比 #c6d4e5 更輕 */
  color: #2f5fa7;
  padding: .15rem .5rem;
  border-radius: 999px;
  margin-left: .25rem;
  vertical-align: middle;
}
.member-button-flex {
  display: flex;
  gap: .5rem;
  width: 100%;
  padding: 0 .25rem .25rem;
}
.member-button-flex a {
  display: flex;
  flex: 1 1 0;
  text-decoration: none;
}
/* 把「btn-default」變成卡片式的淺按鈕 */
.member-button-flex a > button {
  width: 100%;
  font-size: .8rem !important;
  white-space: nowrap;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: .3rem .5rem;
  box-shadow: none;
  transition: background .15s ease, border-color .15s ease, transform .02s;
}
.member-button-flex a > button:hover {
  background: #f6f8fb;
  border-color: #d0d7de;
}
.member-button-flex a > button:active {
  transform: translateY(1px);
}
/* 分隔線淡一點 */
.dropdown-divider {
  opacity: .4;
  border-color: #bfbfbf !important;
  margin: .5rem 0 .5rem;
}
/* icon 與文字間距 */
.member-button-flex i {
  margin-right: .4rem;
}
/* 保留可及性：focus-visible 顯示外框 */
.dropdown-menu :is(a, button):focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  border-radius: 10px;
}
.app-container {
  min-height: 100%;
  position: relative;
  padding-bottom: 30px;
}
/* 預設 */
.app-container .app-footer {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  /* left: 65px; */
  left: 250px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
}
.app-container .app-footer .wrapper {
  padding: 10px 35px;
  padding-left: 25px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.app-container .content-container {
  margin-right: 0;
  margin-left: 0;
}
/* 預設關閉狀態 */
.app-container .content-container .side-menu {
  /* overflow-y: auto; */
  z-index: 100000;
  position: fixed;
  /* width: 60px; */
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.app-container .content-container .side-menu .navbar-header {
  width: 100%;
  border-bottom: 0px solid #e7e7e7;
}
.app-container .content-container .side-menu .navbar-header .navbar-brand {
  width: 455px;
  line-height: 60px;
  height: 60px;
  padding: 0;
  width: 100%;
  overflow: hidden;
  font-family: 'Roboto Condensed', sans-serif;
}
.app-container .content-container .side-menu .navbar-header .navbar-brand .icon {
  /* width: 60px; */
  width: 40px;
  text-align: center;
  display: inline-block;
}
.app-container .content-container .side-menu .navbar-header .navbar-brand .title {
  /* margin-left: -10px; */
  display: none;
  display: inline-block;
}
.app-container .content-container .side-menu .navbar-header .navbar-expand-toggle {
  position: absolute;
  right: 0;
  /* width: 60px; */
  width: 40px;
  height: 60px;
  background-color: transparent;
  border: 0px;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 0.75;
  display: none;
}
.app-container .content-container .side-menu .navbar {
  border: none;
  padding-left: 0px;
}
.app-container .content-container .side-menu .navbar-nav li {
  display: block;
  width: 100%;
  overflow: hidden;
}
.app-container .content-container .side-menu .navbar-nav li a {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0 10px 0 10px;
  height: 46px;
  line-height: 46px;
  display: block;
  white-space: nowrap;
}
.app-container .content-container .side-menu .navbar-nav li a .icon {
  margin-left: 0px;
  /* width: 38px; */
  padding: 0 8px;
  text-align: center;
  font-size: 1.1em;
  display: inline-block;
}
/* 預設關閉 */
.app-container .content-container .side-menu .navbar-nav li a .title {
  width: 0px;
  white-space: nowrap;
  padding-left: 0px;
  /* display: none; */
  display: inline-block;
}
.app-container .content-container .side-menu .navbar-nav li.dropdown {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}
.app-container .content-container .side-menu .navbar-nav li.dropdown ul li a {
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  padding: 0em 1.2em;
}
.app-container .content-container .side-menu .navbar-nav li.dropdown > a:after {
  content: "";
  position: absolute;
  right: 1em;
}
.app-container .content-container .side-menu .navbar-nav .panel-collapse.in {
  display: none;
}
/* 預設滑過顯示 */
.app-container .content-container .side-menu:hover {
  width: 250px !important;
}
.app-container.expanded .content-container .side-menu:hover .navbar-nav li a .title, .app-container.expanded .content-container .side-menu:hover .navbar-header .navbar-brand .title {
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
.app-container .content-container .side-menu:hover .navbar-header .navbar-brand .title {
  display: inline-block;
}
.app-container .content-container .side-menu:hover .navbar-nav li a .title {
  width: 192px;
  display: inline-block;
}
.app-container .content-container .side-menu:hover .navbar-nav li.dropdown > a:after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: 1em;
}
.app-container .content-container .side-menu:hover .panel-collapse.in {
  display: block;
}
.app-container .content-container .side-body {
  padding-top: 40px;
}
.app-container .content-container .side-body.padding-top {
  padding-top: 84px;
}
.app-container.expanded .app-footer {
  /* left: 250px; */
  left: 65px;
}
.app-container.expanded .app-footer .wrapper {
  padding-left: 25px;
}
/* 預設 */
.app-container.expanded .content-container .navbar-top {
  /* padding-left: 250px; */
  padding-left: 60px;
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0 !important;
}
/* 預設開啟狀態 */
.app-container.expanded .content-container .side-menu {
  /* width: 250px; */
  width: 60px;
}
/* 預設開啟標題 */
.app-container.expanded .content-container .side-menu .navbar-header .navbar-brand .title {
  /* display: inline-block; */
  display: none;
  margin-left: -10px;
  font-size: 1.23rem;
}
/* 預設開啟標題 */
.app-container.expanded .content-container .side-menu .navbar-nav li a .title {
  /* display: inline-block; */
  display: none;
}
.app-container.expanded .content-container .side-menu .navbar-nav li .panel-collapse.in {
  display: block;
}
.app-container.expanded .content-container .side-menu .navbar-nav li.dropdown > a:after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: 1em;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-left: -15px;
  margin-right: -15px;
}
.page-title {
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px 10px;
  margin-bottom: 0px;
  height: auto;
}
.page-title .title {
  font-size: 2em;
}
.page-title .page-action {
  float: right;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.sub-title {
  font-family: 'Roboto Condensed', sans-serif;
}
.sub-title > * {
  display: inline-block;
}
.sub-title h3 {
  margin-right: 10px;
}
.sub-title .description {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9em;
}
.sub-title .action .btn {
  padding: 0 0.5em;
}
/* Main body section 預設 */
.app-container .side-body {
  /* margin-left: 75px; */
  margin-left: 260px;
  margin-right: 15px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.app-container.expanded .side-body {
  /* margin-left: 260px; */
  margin-left: 75px;
}
.side-menu-container {
  width: 100%;
}
.table {
  font-size: 1rem;
}
/* small screen */

/* Card */
.card {
  background-color: #FFF;
  border-radius: 1px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.card .card-body {
  padding: 25px;
}
.card .card-body .sub-title {
  font-size: 1.2em;
  padding: 1.2em 0em 0.4em 0em;
  margin-bottom: 25px;
}
.card .card-body .sub-title .description {
  padding-left: 0.4em;
  font-size: 0.8em;
  opacity: 0.8;
}
.card .card-body.half-padding {
  padding: 12.5px;
}
.card .card-header .card-title {
  padding: 1.2em 25px;
  float: left;
}
.card .card-header .card-title .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5em;
  text-decoration: none;
}
.card .card-header .pull-right {
  padding: 0.5em 1em;
}
.card .card-header:after {
  content: '';
  display: block;
  clear: both;
}
.card .card-profile-img img {
  width: 100%;
  height: auto;
}
.card .card-jumbotron {
  padding: 1.5em 1.5em;
}
.card:hover .card-header .title {
  text-decoration: none !important;
}
.card.summary-inline .card-body {
  padding: 20px;
}
.card.summary-inline .card-body .content {
  float: right;
}
.card.summary-inline .card-body .content .title {
  font-family: 'Lato', sans-serif;
  margin-top: -0.3em;
  font-size: 3.5em;
  text-align: right;
}
.card.summary-inline .card-body .content .sub-title {
  font-family: 'Lato', sans-serif;
  font-size: 0.9em;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}
.card.profile .card-body {
  padding: 0.5em 0.8em;
}
.card.profile .card-footer {
  padding: 0.5em 0.8em;
}
.panel {
  border-radius: 1px;
}
.panel .panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.chart {
  padding: 15px;
}
.chart.no-padding {
  padding: 0;
  margin-bottom: -5px;
}
.btn {
  /* border-radius: 1px; */
  border-radius: 8px;
  border-width: 1px;
  font-family: 'Roboto Condensed', sans-serif;
}
.btn-group-lg > .btn, .btn-group-lg > .btn-lg {
  border-radius: 1px;
}
.progress {
  border-radius: 1px;
  box-shadow: none;
}
.progress .progress-bar {
  box-shadow: none;
}
.pagination {
  margin-top: 5px;
  margin-bottom: 5px;
}
.pagination li:first-child > a, .pagination li:first-child span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination li:last-child > a, .pagination li:last-child span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.form-control {
  /* border-radius: 1px; */
  box-shadow: none;
}
.bs-example-modal .modal {
  z-index: 100;
  position: relative;
  display: block;
}
.modal {
  z-index: 100001;
}
.modal .modal-dialog .modal-header {
  font-family: 'Roboto Condensed', sans-serif;
}
.modal .modal-dialog .modal-content {
  /* border-radius: 1px; */
  border-radius: 10px;
  box-shadow: none;
}
.modal .modal-dialog .modal-footer .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-backdrop {
  z-index: 100000;
}
.modal-backdrop.in {
  opacity: 0.8;
}
.alert {
  border-width: 0px;
  border-radius: 1px;
}
.list-group .badge {
  border-radius: 1px;
}
.list-group .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.checkbox3, .radio3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.checkbox-inline {
  margin-bottom: 5px;
}
.checkbox3 label, .radio3 label {
  padding: 8px 0 8px 30px;
}
.checkbox3 label::before, .radio3 label::before {
  top: 5px;
}
.checkbox3 label::after, .radio3 label::after {
  top: 5px;
}
.checkbox3 label, .radio3 label, .checkbox-inline, .radio-inline {
  font-weight: normal;
}
.bootstrap-switch {
  border-radius: 1px;
}
.thumbnail {
  border-radius: 1px;
  padding: 0;
}
.thumbnail .caption {
  padding: 0.5em 1.2em;
}
.thumbnail .caption .h1, .thumbnail .caption .h2, .thumbnail .caption .h3, .thumbnail .caption h1, .thumbnail .caption h2, .thumbnail .caption h3 {
  margin-top: 15px;
}
body.login-page {
  background: url(../../img/app-header-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.login-page .login-box {
  width: 100%;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
body.login-page .login-box > .title {
  margin-bottom: 1em;
}
body.login-page .login-box > .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
body.login-page .login-form {
  padding: 0em;
}
body.login-page .login-form .login-header {
  margin-bottom: 1.2em;
  font-size: 1.5em;
}
body.login-page .login-form .login-body {
  padding: 1.5em;
  border-radius: 1px;
}
body.login-page .login-form input {
  margin-bottom: 0.8em;
  margin-top: 0.5em;
  padding: 1.2em 1em;
  font-size: 1.1em;
  border-radius: 1px;
}
body.login-page .login-button .btn {
  padding: 0.5em 2em;
  font-size: 1.1em;
  border-radius: 1px;
  margin-bottom: 0;
}
body.login-page .login-footer {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  text-align: right;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
table.datatable tr {
  vertical-align: middle;
}
.tr-border-bottom {
  border: 0px solid #738fa5;
}
table.clockin tr {
  vertical-align: middle;
}
table.clockin tfoot {
  display: none;
}
.work_td_1 {
  width: 9% !important;
  text-align: center;
}
.work_td_2 {
  width: 16% !important;
  text-align: center;
}
.work_td_3 {
  width: 5% !important;
  text-align: center;
}
.work_td_4 {
  width: 10% !important;
  text-align: center;
}
.work_td_5 {
  width: 6% !important;
  text-align: center;
}
.work_td_6 {
  width: 11% !important;
  text-align: center;
}
.work_div {
  text-align: center;
}
.work_div_3 {
  text-align: left;
}
.work_div_2 {
  text-align: left;
  min-height: 500px;
}
.work_window_button {
  font-size: 1.3rem;
  color: #3a64a0 !important;
  vertical-align: middle;
}
.work_window_button:hover {
  color: rgb(82, 31, 12) !important;
}
.work_div_p {
  font-size: 1rem;
  margin-bottom: 0 !important;
}
.work_window_bg:nth-child(even) {
  /* background-color: #ffffff; */
  background-color: #e0e0e0;
}
.work_window_bg:nth-child(odd) {
  /* background-color: #e0e0e0; */
  background-color: #ffffff;
}
.work_window_bg_2 {
  padding: 2% 2%;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .app-container .content-container .side-menu .navbar-header .navbar-expand-toggle {
    display: inline-block;
  }
  body.login-page .login-form .login-header {
    margin-bottom: 1em;
  }
  body.login-page .login-box {
    width: 100%;
    max-width: 260px;
  }
}
.dataTables_wrapper .row {
  margin-bottom: 0.5em;
}
/*==== 秀多少筆 ====*/
.dataTables_wrapper .top {
  margin: 1rem 0;
  padding: 0 1rem;
  position: relative;
}
div.dataTables_wrapper div.dataTables_length select {
  width: inherit;
}
.dataTables_wrapper .bottom {
  margin-top: 6px;
}
.dataTables_wrapper .top:after, .dataTables_wrapper .bottom:after {
  position: relative;
  clear: both;
  display: block;
  content: '';
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  margin-left: 0;
  border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  border: 0;
}
.dataTables_wrapper tfoot {
  display: none;
}
.code-preview {
  width: 100%;
  min-height: 400px;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  border-radius: 0;
  border: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-radius: 0;
  border-top: 0;
}
.tab-content > div {
  padding: 20px;
}
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left, .tabs-right {
  display: table;
}
.tabs-left > .nav-tabs {
  display: table-cell;
  margin-right: 19px;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
}
.tabs-right > .nav-tabs {
  display: table-cell;
  margin-left: 19px;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
}
.tab:after {
  content: '';
  display: block;
  clear: both;
}
.step .nav-tabs {
  border-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.step .nav-tabs > li[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.step .nav-tabs > li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.step .nav-tabs > li {
  border-right: 0;
}
.step .nav-tabs > li > a {
  margin-right: 0;
  display: block;
  width: 100%;
  padding: 1em;
  padding-left: 2em;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  border-bottom: 0;
}
.step .nav-tabs > li > a .icon {
  font-size: 2.5em;
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
}
.step .nav-tabs > li > a .step-title {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.step .nav-tabs > li > a .step-title .title {
  font-weight: bold;
  font-size: 1.1em;
}
.step .nav-tabs > li > a .step-title .description {
  font-size: 0.9em;
}
.step .nav-tabs > li > a:hover {
  border-bottom: 0;
}
.step .nav-tabs > li:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0%, -50%);
  z-index: 100001;
}
.step .nav-tabs > li:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translate(0%, -50%);
  z-index: 100000;
}
.step .nav-tabs > li.active > a, .step .nav-tabs > li.active > a:focus, .step .nav-tabs > li.active > a:hover {
  border: 0;
  border-radius: 0;
  border-bottom: 0;
}
.step .nav-tabs > li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.step .nav-tabs > li:last-child:before, .step .nav-tabs > li:last-child:after {
  display: none;
}
.step .tab-content > div {
  padding: 0;
}
.step.card-no-padding .nav-tabs {
  margin-bottom: 0px;
}
.step.card-no-padding .nav-tabs > li {
  border-radius: 0;
}
.step.card-no-padding .tab-content > div {
  padding: 20px;
}
.step.tabs-left .tab-content {
  padding: 5px 15px;
  display: table-cell;
  vertical-align: top;
}
.step.tabs-left .tab-content > div {
  padding: 20px;
}
.step.tabs-left .nav-tabs {
  border-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.step.tabs-left .nav-tabs > li[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.step.tabs-left .nav-tabs > li:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.step.tabs-left .nav-tabs > li {
  border-right: 0px;
  min-width: 250px;
  display: table;
  width: 250px;
}
.step.tabs-left .nav-tabs > li > a {
  margin-right: 0;
  display: table-cell;
  width: 100%;
  padding: 1em;
  padding-left: 2em;
  vertical-align: middle;
  table-layout: fixed;
  white-space: nowrap;
  overflow: hidden;
}
.step.tabs-left .nav-tabs > li > a .icon {
  font-size: 2.5em;
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
}
.step.tabs-left .nav-tabs > li > a .step-title {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.step.tabs-left .nav-tabs > li > a .step-title .title {
  font-weight: bold;
  font-size: 1.1em;
}
.step.tabs-left .nav-tabs > li > a .step-title .description {
  font-size: 0.9em;
}
.step.tabs-left .nav-tabs > li > a:hover {
  border-bottom: 0;
}
.step.tabs-left .nav-tabs > li:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 10000;
  display: none;
}
.step.tabs-left .nav-tabs > li:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translate(0%, -50%);
  z-index: 10000;
  display: none;
}
.step.tabs-left .nav-tabs > li.active > a, .step.tabs-left .nav-tabs > li.active > a:focus, .step.tabs-left .nav-tabs > li.active > a:hover {
  border: 0;
  border-radius: 0;
  border-bottom: 0;
}
.step.tabs-left .nav-tabs > li.active:after, .step.tabs-left .nav-tabs > li.active:before {
  display: block;
}
.step.tabs-left .nav-tabs > li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.log {
  background-image: url(../../admin_style/img/backstage-bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  margin: 0;
}
/* .log_2 {
	display: none;
	background-image: url(../../admin_style/img/backstage-bg-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center top;
	width: 100%;
	height: 30vh;
} */
.adm {
  background-image: url(../img/bos.png);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* min-height: 700px;
	padding: 4em 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.formlo {
  /* width: 600px; */
  width: 450px;
  /* height: 100%; */
  /* margin: 0 auto; */
  margin: 0;
  text-align: center;
  /* margin-top: 200px; */
  border-radius: 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.95);
  padding: 2em 2em 2em 2em;
  font-family: '微軟正黑體', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-shadow: 3px 5px 5px rgb(97 97 97);
}
.system_logo {
  margin-bottom: 5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.system_logo > img {
  width: 120px;
  /* width: 45px; */
  display: flex;
  /* margin-right: 2%; */
  margin-bottom: 2%;
}
.formlo-h1 {
  font-size: 32px;
  font-weight: bold;
  color: #231815;
  text-align: center;
  margin-bottom: 0;
  display: flex;
}
.rwd-br {
  display: none;
}
.formlo table {
  width: 95%;
  table-layout: fixed;
}
.formlo table td {
  font-size: 18px;
}
.formlo input, .formlo select {
  padding: 5px;
  width: 95%;
  border-radius: 15px;
  border: 1.5px solid #979797;
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: auto;
  margin-right: auto;
}
.formlo .a-comon {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: '微軟正黑體', sans-serif;
  background: #3a64a0;
  text-align: center;
  border: none;
  /* width: 55%; */
  /* width: 35%; */
  width: 100%;
  /* margin-top: 15px; */
  /* margin-left: 20%; */
  margin-left: 0;
  /* margin-right: auto; */
  margin-right: 0;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.formlo .a-comon:hover {
  background: #092f64;
}
.forget_password_div {
  width: 100%;
  display: flex;
  margin-top: 2%;
  justify-content: center;
  position: relative;
}
.password-wrapper {
  position: relative;
}
#togglePassword {
  cursor: pointer;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
}
#togglePassword2 {
  cursor: pointer;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
}
.forget_password_div_2 {
  width: 100%;
  display: flex;
  margin-top: 4%;
  justify-content: center;
  padding: 0 3%;
}
.forget_password_div_3 {
  width: 100%;
  display: flex;
  margin-top: 4%;
  justify-content: end;
  padding-right: 5%;
}
.forget_password_div_4 {
  display: flex;
  flex-direction: row;
  margin-top: 4%;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}
.forget_password_div_5 {
  display: flex;
  flex-grow: 1;
  width: 60%;
  align-items: center;
  justify-content: flex-start;
}
.forget_password_div_6 {
  display: flex;
  flex-grow: 1;
  width: 40%;
  align-items: center;
  justify-content: end;
}
.login_information_style {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.forget_password {
  font-size: 15px;
  /* margin-left: 3%; */
  color: #000;
  text-decoration: none;
  text-align: center;
  margin-left: 0;
  display: flex;
  align-items: center;
}
.formlo_footer {
  display: none;
  flex-direction: row;
  padding-top: 0.3%;
  padding-bottom: 0.1%;
  /* background: rgba(255, 255, 255, 0.95); */
  /* background: rgba(255, 255, 255, 0.65); */
  /* background: rgba(0, 0, 0, 0.14); */
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  /* border-top: 1px solid #fff; */
}
.formlo_footer_2 {
  display: flex;
  flex-direction: row;
  padding-top: 0.3%;
  padding-bottom: 0.1%;
  background: rgba(255, 255, 255, 0.95);
  /* background: rgba(255, 255, 255, 0.65); */
  /* background: rgba(0, 0, 0, 0.14); */
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  /* border-top: 1px solid #fff; */
}
.footer_company {
  display: flex;
  margin-right: 2%;
  margin-left: 0;
  order: 1;
  padding-right: 2%;
  border-right: 1px solid #555555;
}
.footer_email {
  display: flex;
  margin-right: 2%;
  margin-left: 0;
  order: 2;
  padding-right: 2%;
  border-right: 1px solid #555555;
}
.footer_tal {
  display: flex;
  margin-right: 0%;
  margin-left: 0;
  order: 3;
}
.footer_company > p, .footer_email > p, .footer_tal > p {
  font-size: 14px;
  color: #555555;
  /* color: #ffffff; */
  margin-bottom: 0;
}
/* .company_code_color {
	color: #555555;
} */
.lap {
  width: 20%;
}
.ipu {
  width: 80%;
}
label {
  font-size: 1rem;
}
.chgpwd_p {
  margin-bottom: 0;
  font-size: 1rem;
}
.min-w-auto {
  min-width: auto !important;
}
/* 專案管理統計 */
.statistics-flex-container {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  padding: 0 10px;
}
.mt-10px {
  margin-top: 10px;
}
.statistics-flex {
  flex: 1;
  padding: 0.3rem 0.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c5c5c5;
  min-width: 10%;
  text-align: center;
}
.statistics-flex-container > .statistics-flex:last-of-type {
  border-right: none;
}
.statistics-title {
  font-size: 0.95rem !important;
  font-weight: bold;
  margin-bottom: 3px !important;
  white-space: nowrap;
  color: #333;
  width: 100%;
}
.statistics-no-style, .statistics-no-style-2 {
  font-size: 1.2rem !important;
  color: #3a64a0;
  margin-bottom: 2px !important;
  font-weight: 700;
  white-space: nowrap;
}
.statistics-percentage-style {
  font-size: 0.85rem !important;
  color: #666;
  margin-bottom: 0 !important;
  white-space: nowrap;
}
/* Hover 質感提升 */
.statistics-flex {
  transition: background-color .2s ease;
}
.statistics-flex:hover {
  background: #f5f7fa;
  /* cursor: pointer; */
}
@media (max-width: 768px) {
  .step .nav-tabs > li:after {
    display: none;
  }
  .step .nav-tabs > li:before {
    display: none;
  }
}
.loader-container {
  display: none;
}
.loader .loader-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1003;
}
.loader:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  border-radius: 1px;
}
.pricing-table .pt-header {
  text-align: center;
  padding: 1em;
}
.pricing-table .pt-header .plan-pricing .pricing {
  font-size: 2.5em;
}
.pricing-table .pt-header .plan-pricing .pricing-type {
  opacity: 0.9;
}
.pricing-table .pt-body {
  padding: 1em;
  text-align: center;
}
.pricing-table .pt-body .plan-detail {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing-table .pt-footer {
  padding: 0.75em;
  text-align: center;
}
.icons-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icons-list > li {
  float: left;
  text-align: center;
  width: 100px;
  height: 100px;
  padding: 8px;
}
.icons-list > li span {
  display: block;
}
.icons-list > li .glyphicon {
  font-size: 1.5em;
}
.icons-list > li .glyphicon-class {
  margin-top: 8px;
  font-size: 0.75em;
}
.icons-list:after {
  content: '';
  display: block;
  position: relative;
  clear: both;
}
.row.example > [class*='col-'] > div {
  background-color: #EEE;
  padding: 10px;
  border: 1px solid #DDD;
}
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb > li + li:before {
  font-family: FontAwesome;
  content: '\f105';
  margin-right: 3px;
}
.message-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.message-list > a > li {
  border-bottom: 1px dotted #EEE;
  padding: 8px;
}
.message-list > a > li > .message-block {
  padding-left: 70px;
  min-height: 60px;
}
.message-list > a > li > .message-block .username {
  font-size: 12px;
  font-weight: bold;
}
.message-list > a > li > .message-block .message-datetime {
  font-size: 10px;
  color: #AAA;
}
.message-list > a > li > .message-block .message {
  font-size: 12px;
}
.message-list > a > li .profile-img {
  width: 60px;
  height: 60px;
}
.message-list > a:hover li {
  background-color: rgba(0, 0, 0, 0.01);
}
.bs-example > * {
  margin-bottom: 20px;
}
.bs-example > *:last-child {
  margin-bottom: 5px;
}
.landing-page {
  font-family: 'Roboto Condensed', sans-serif;
}
.landing-page .navbar .navbar-toggle {
  position: absolute;
  right: 0;
  border-radius: 0;
  border: 0;
  height: 44px;
  padding: 0 15px;
}
.landing-page .app-header {
  padding-top: 100px;
  background-image: url("../img/app-header-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
.landing-page .app-header .app-logo {
  margin-bottom: 20px;
}
.landing-page .app-header .app-description {
  margin-bottom: 40px;
}
.landing-page .app-content-a, .landing-page .app-content-b {
  padding-top: 50px;
  padding-bottom: 20px;
}
.landing-page .app-content-b.feature-1 {
  background-image: url("../img/bg/picjumbo.com_HNCK3558.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
.landing-page .app-content-b.contact-us {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/contact-us-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
.landing-page .app-content-b.contact-us .contact-us-header {
  font-weight: 300;
  font-size: 46px;
}
.landing-page .app-content-b.contact-us .contact-us-description {
  font-weight: 300;
  font-size: 18px;
  opacity: 0.9;
  text-indent: 40px;
}
.landing-page .app-content-b.contact-us form {
  margin-top: 20px;
}
.landing-page .app-content-b.contact-us form input {
  padding: 10px;
  width: 100%;
  border: 0px;
}
.landing-page .app-content-header {
  font-weight: 300;
  font-size: 46px;
}
.landing-page .app-content-description {
  font-weight: 300;
  font-size: 18px;
}
.landing-page .app-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.landing-page .app-footer p {
  margin: 0;
}
.landing-page .navbar-affix {
  width: 100%;
  height: 60px;
  border-top: 2px rgba(78, 205, 196, 0.8);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: fixed;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(96, 100, 109, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(96, 100, 109, 0.4);
}
.landing-page .navbar.affix {
  z-index: 4000;
  background-color: rgba(255, 255, 255, 0.95) !important;
  height: 60px;
  opacity: 1;
  margin-top: 0px;
}
.landing-page .navbar-affix.affix li a {
  height: 60px;
  line-height: 60px;
}
.landing-page .navbar-affix.affix .navbar-nav > li > a {
  background-color: transparent;
  font-weight: 400;
  color: #333;
}
.landing-page .navbar {
  padding-left: 0px;
  background-color: transparent;
  box-shadow: none;
}
.landing-page .navbar .navbar-right {
  position: relative;
  right: 0;
}
.landing-page .navbar .navbar-header {
  border-bottom: 0px solid #e7e7e7;
}
.landing-page .navbar .navbar-header .navbar-brand {
  width: 45px;
  line-height: 60px;
  height: 60px;
  padding: 0;
  width: 100%;
  overflow: hidden;
  padding-left: 0px;
  font-family: 'Roboto Condensed', sans-serif;
}
.landing-page .navbar .navbar-header .navbar-brand .icon {
  width: 50px;
  text-align: center;
  display: inline-block;
}
.landing-page .navbar .navbar-header .navbar-brand .title {
  margin-left: -10px;
  display: inline-block;
}
.landing-page .navbar .navbar-header .navbar-expand-toggle {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 0px;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 0.75;
}
@media only screen and (max-width: 768px) {
  .app-container.expanded .content-container .side-menu .navbar-header .navbar-brand .title {
    font-size: 1.1rem;
  }
  .landing-page .navbar .navbar-header .navbar-brand {
    padding-left: 15px;
  }
}
.row-example > [class*="col-"] {
  margin-bottom: 0px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/* 表單flex */
.form-flex-style {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* flex-wrap: nowrap; */
  flex-wrap: wrap;
}
.form-flex:first-of-type {
  margin-left: 0%;
}
.form-flex {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  min-width: 13%;
  margin-left: 1%;
}
.form-flex > select {
  width: 100% !important;
}
.form-flex-3 {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  min-width: 8% !important;
  margin-left: 1%;
}
.form-flex-3 > select {
  width: 100% !important;
}
.form-flex-4 {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  max-width: 13% !important;
  min-width: 8% !important;
  margin-left: 1%;
}
.form-flex-4 > select {
  width: 100% !important;
}
/* ====== 首頁打卡 ======*/
.home-clockin {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 3% !important;
}
.home-clockin-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1%;
  margin-bottom: 0 !important;
}
.home-clockin-3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 2%;
  margin-bottom: 2% !important;
}
.home-clockin-4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
  margin-left: 0%;
  margin-right: 0%;
  width: 100%;
}
.home-clockin-5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 0% !important;
  margin-left: 0%;
  margin-right: 0%;
  width: 100%;
}
.home-clockin > h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  border-bottom: 2px dashed #3a64a0;
  padding-bottom: 3%;
  width: 100%;
  text-align: center;
}
.home-clockin > label {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}
.col-clockin {
  /* width: 40%; */
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  /* margin-left: auto;
	margin-right: auto; */
}
.home-clockin-button {
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
.home-clockin-button-4 {
  width: 100%;
  background-color: #607e91 !important;
  color: #FFF;
  border-color: #607e91 !important;
}
.home-clockin-button-4:hover {
  background-color: #393b3b !important;
  color: #FFF;
  border-color: #393b3b !important;
}
.home-clockin-button-2 {
  width: 100%;
  margin-left: 0%;
  margin-right: 2%;
  background-color: #1d7fb8 !important;
  color: #FFF;
  border-color: #1d7fb8 !important;
}
.home-clockin-button-2:hover {
  background-color: #33687e !important;
  color: #FFF;
  border-color: #33687e !important;
}
.home-clockin-button-3 {
  width: 100%;
  margin-left: 2%;
  margin-right: 0%;
  background-color: #1d7fb8 !important;
  color: #FFF;
  border-color: #1d7fb8 !important;
}
.home-clockin-button-3:hover {
  background-color: #33687e !important;
  color: #FFF;
  border-color: #33687e !important;
}


/* ====== 首頁代辦事項 ======*/
.home-doitems{
  padding: 0 .5rem;
}
.home-doitems ul{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 3px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.home-doitems ul li{
  position: relative;
  padding: 0 0 0 .8rem;
}
.home-doitems ul li:hover{
     background: #8a94aa38;
}
.home-doitems ul li::after{
content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7b95a6;
    display: inline-block;
}
.home-doitems ul li label{}


.start-date-flex-container {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  min-width: 13%;
  margin-left: 1%;
  margin-right: 0%;
}
.start-date-flex-1 {
  width: auto;
  display: flex;
}
.start-date-flex-2 {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.start-date-flex-3 {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.start-date-flex-4 {
  width: auto;
  display: flex;
}
.date-label {
  display: none;
}
.clear_signature_style {
  font-size: 0.8rem;
}
.signature_style {
  border: 2px solid #696969;
  border-radius: 10px;
  background-color: #ffe8e8;
  overflow: hidden;
}
.days_flex_row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
}
.days_flex {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding-left: 1%;
  padding-right: 1%;
  border-right: 1px solid #c2c2c2;
}
.days_flex:last-child {
  padding-right: 0%;
  border-right: none;
}
.days_style {
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 1rem;
  font-weight: bold;
  color: #7e2020;
}
.days_flex > label {
  width: 100%;
}
/* 打卡表格頭 */
.check_in_row_1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.working_hours_col {
  display: flex;
  margin-right: 2%;
}
.working_commute_col {
  display: flex;
  margin-right: 2%;
}
.work_device_col {
  display: flex;
  margin-right: 2%;
}
.work_ip_col {
  display: flex;
}
.work_button-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.work_button {
  display: flex;
  margin-left: 1%;
  margin-right: 1%;
  width: max-content;
  white-space: nowrap;
}
/* 打卡表格尾 */
/* RESPONSIVE CSS




/*--------------------------------------------------
   
   2026-PEGGY新增修改部分

-------------------------------------------------- */
/*=================== 整體表格修改 ===================*/
.table.datatable {
  border-width: 0 !important;
}
.table.datatable thead {
  background: #8daccb8c;
}
/* 1. 移除 col-2 的強制限制，讓內容決定寬度 */
.table.datatable th.col-2 {
  width: auto !important;
  white-space: nowrap !important;
}
/* 2. 強制所有儲存格內容不換行，推開足夠空間 */
.table.datatable td, .table.datatable th {
  white-space: nowrap !important;
  vertical-align: middle; /* 讓內容垂直置中，畫面更美 */
}
.table.table-nowrap th, .table.table-nowrap td {
  white-space: nowrap !important;
  width: auto !important;
}
/*label.text-nowrap*先拉掉*/
.side-body .table.datatable tbody td div{
    /* 覆蓋 Bootstrap 的 !important */
    white-space: normal !important; 
    /* 遇到超長連續英數或網址時強制斷行 */
    word-break: break-all !important; 
    overflow-wrap: break-word !important;
}

/* 3. 標格th td 全置中*/
.table.datatable.text-center thead th, .table.datatable.text-center tbody td {
  text-align: center;
}
/* ==========================================================================
   表格條紋背景顏色客製化 (針對 Bootstrap 5 與 DataTables)
   ========================================================================== */
/* 0. 修正單數列背景色：處理 Bootstrap 5 的變數機制 */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #ffffff !important; /* 改為你想要的白色 */
  box-shadow: none !important; /* 確保沒有內陰影干擾 */
}
/* 1. 定義基礎條紋顏色 (寫在 TR 上) */
.flat-blue .table-striped > tbody > tr:nth-of-type(odd) {
  --current-bg: #ffffff; /* 自定義變數：單數白 */
}
.flat-blue .table-striped > tbody > tr:nth-of-type(even) {
  --current-bg: #f2f2f25c; /* 自定義變數：雙數灰 */
}
/* 2. 當滑鼠滑過 TR 時，直接改掉變數的值 */
.flat-blue .table-hover > tbody > tr:hover {
  --current-bg: #e9ecef !important; /* 滑過時，變數自動切換成深灰 */
}
.mainble-striped table.table th, .mainble-striped table.table td {}
.flat-blue .table.table-striped th, .flat-blue .table.table-striped td {
  border-color: #e6e6e6;
}
.side-body .table tbody td:first-child {

}
.side-body .table tbody td:last-child {
  border-right-width: 1px;
}
/* 3. 讓 TD 統一讀取這個變數 (這是破解 TD 擋住 Hover 的關鍵) */
.flat-blue .table > tbody > tr > td {
  background-color: var(--current-bg) !important;
  --bs-table-accent-bg: var(--current-bg) !important;
  box-shadow: none !important;
}
.flat-blue .table.table-striped th {
  text-align: center
}
.flat-blue .table > tbody > tr > td {
  border-bottom-width: 1px;
  border-left-width: 1px;
}
/* 針對表格內的操作按鈕精確定義 */
.table td[data-label="操作"] .btn {
  padding: 4px 8px;
  line-height: 1.2;
}
/*~~~ =========== TH標題底下的TD用(data-label)特別命名~~~ ===========*/
/*== 置左的  ==*/
.side-body .table.datatable tbody td[data-label="事項內容"] {
  text-align: left;
}
/*== 第一欄 筆標記為已完成打勾按鈕(PC不顯示文字)  ==*/
.side-body .table.datatable tbody td.chbox {
  font-size: 0
}
/*=================== 新增或修改內容內樣式 ===================*/
.card-body .form-group {
  margin: 1rem 0;
}
/*===== 標題 ====*/
.card-body .form-group label {
  font-weight: 600
}
/*===== 輸入框 ====*/
.card-body .form-group .form-control {
  border-color: #ccc;
}
/*===== 勾選框 ====*/
.card-body .form-group .checkbox-group {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}
.card-body .form-group .checkbox-group .checkbox {}
.card-body .form-group .checkbox input[type="checkbox"] {
  margin: 0 2px 0 0;
}
/*===== 勾選後的輸入框 ====*/
.card-body .form-group .miss-group {
  margin: 3px 0 0 0;
}
/*===== 下拉按鈕樣式 ====*/
.side-body select.form-select, .side-body select.form-control {
  appearance: none; /* 關閉原生箭頭 */
  /* 背景圖：這裡是一個小箭頭的 SVG */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  /* 【關鍵】調整這裡：right 15px 代表離右邊 15px，你可以改成 20px */
  background-position: right 15px center;
  background-size: 16px 12px;
  /* 記得右邊要留白，文字才不會蓋到箭頭 */
  padding-right: 40px;
}
/*=================== 廠商服務行程表 ===================*/
/*=== 其他 ===*/
.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .calendar-container {
    grid-template-columns: 1fr;
  }
  .calendar-day {
    min-height: auto;
  }
}
.service_schedule {}
.service_schedule .card {}
/*======== TOP上方固定注意事項=======*/
.service_schedule .card .thingnote {
  padding: 1.2rem 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  background: #6c3b2f12;
  border: 1px solid #d7c9c6;
  margin: 1rem 1rem .5rem 1rem;
  border-radius: 15px;
}
/*== 列表(編輯器) ==*/
.service_schedule .card .thingnote .titnity {}
.service_schedule .card .thingnote .titnity h4 {
  font-size: 1.12rem;
  font-weight: 600;
}
.service_schedule .card .thingnote .topnote {
  font-size: 1rem;
}
/*== 按鈕 ==*/
.service_schedule .card .thingnote .notebut {}
/*======== 主內容 =======*/
.service_schedule .mainble-striped {
  padding: 1.2rem;
}
.mainble-striped .boshilis {
  margin-bottom: 2rem;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 3px;
  padding-bottom: 0;
}
/*===== 日期標題+注意事項+項目 =====*/
.mainble-striped .schedule-header {
  background: #d9d9d93d;
  padding: 1.2rem;
  border-bottom: 1px solid #e6e5e58f;
}
.mainble-striped .schedule-header .bods {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.mainble-striped .schedule-header .bods h4 {
  font-weight: 600;
  color: #353535;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}
.mainble-striped .schedule-header .bods i {
  font-size: 1.1rem;
}
.mainble-striped .schedule-header .edad {}
.mainble-striped .schedule-header .edad a {}
.mainble-striped .schedule-header .edad a:hover {
  background: #b73939;
  border: 1px solid #b73939;
}
/*注意事項*/
.mainble-striped .schedule-header .taker {
  font-size: 1rem;
  padding: 5px 0;
  color: #846c56;
}
/*===== TABLEz列表內容 =====*/
.mainble-striped table.table {
  border-bottom: none;
  margin: 15px 0;
  width: 100%;
}
.mainble-striped table.table tr {
  border-color: #e6e6e6;
}
.side-body .mainble-striped .table.datatable tbody td:first-child {
  border-left-width: 0px;
}
.side-body .mainble-striped .table.datatable tbody td:last-child {
  border-right-width: 0px;
}

.mainble-striped table.table tbody tr td {
  border-color: #e6e6e6;
  text-align: center;
}
.mainble-striped table.table tbody tr td.text-no {
  color: #c26b36;
  font-weight: 600;
  padding: .8rem 0;
  text-align: center;
}
.mainble-striped table.table tbody tr td.mati .btn-group {}
.mainble-striped table.table tbody tr td .btn-group a {}
/*=================== ///END-廠商服務行程表 ===================*/
/*=================== 上方搜尋操作按鈕列 ===================*/
.row.filter-area {}
/*=================== 下方區塊內容表格區 ===================*/
.row.list-container {}
.backstage-title-new {
  font-size: 13px;
  font-weight: 600;
  margin-right: .5rem;
  margin-bottom: 0;
}
.col-clockin {
  /* width: 60%; */
  display: flex;
  flex-direction: row;
}

@media (max-width: 768px) {
  /* --- 導覽列與標頭設定 --- */
  .navbar {
    padding-left: 0;
  }
  .navbar .navbar-header {
    width: auto;
    display: block;
  }
  .navbar .navbar-nav {
    width: auto;
    margin: 0;
  }
  .navbar .navbar-nav > li {
    display: inline-block;
  }
  .navbar .navbar-right {}
  .navbar .navbar-right .open .dropdown-menu {
    position: absolute;
  }
  .navbar .navbar-right.expanded {
    right: 0;
  }

  /* --- 頁面容器與側邊選單位置設定 --- */
  .app-container .navbar-top {
    min-width: 300px;
  }
  .app-container .content-container .side-menu {
    margin-left: -250px;
    width: 0px;
  }
  .app-container .content-container .side-body {
    margin-left: 10px;
  }
  .app-container.expanded .navbar-top {
    min-width: 480px;
    padding-left: 0px;
  }

  /* --- 側邊選單開啟狀態 (展開時) --- */
  .app-container.expanded .side-menu {
    margin-left: 0px;
    width: 250px !important;
  }
  .app-container.expanded .side-body {
    margin-left: 10px;
  }
  .app-container .app-footer .wrapper, 
  .app-container.expanded .app-footer .wrapper {
    padding-left: 25px;
  }

  /* --- 選單文字標題顯示/隱藏控制 --- */
  /* 展開時顯示文字 */
  .app-container.expanded .content-container .side-menu .navbar-nav li a .title {
    display: inline-block;
    /* display: none; */
  }
  /* 預設隱藏文字 (收合狀態) */
  .app-container .content-container .side-menu .navbar-nav li a .title {
    width: 0px;
    white-space: nowrap;
    padding-left: 0px;
    display: none;
    /* display: inline-block; */
  }
  /* 展開時顯示品牌名稱 */
  .app-container.expanded .content-container .side-menu .navbar-header .navbar-brand .title {
    display: inline-block;
    /* display: none; */
    /* margin-left: -10px; */
  }
  /* 預設隱藏品牌名稱 (收合狀態) */
  .app-container .content-container .side-menu .navbar-header .navbar-brand .title {
    margin-left: -10px;
    display: none;
    /* display: inline-block; */
  }

  /* --- 外部包裝與選單定位設定 --- */
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* --- 輪播圖 (Carousel) 與行銷標題設定 --- */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }

  /* --- 打卡區塊佈局 --- */
  .col-clockin {
    /* width: 80%; */
    display: flex;
    flex-direction: row;
  }

  /* --- 表單彈性佈局 (Flex) 設定 --- */
  .form-flex-style {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .form-flex {
    min-width: 20%;
    margin-bottom: 2%;
  }
  .form-flex-3 {
    margin-bottom: 2%;
  }
  .form-flex-4 {
    margin-bottom: 2%;
  }
  .start-date-flex-container {
    margin-bottom: 2%;
  }
}

/* ==========================================================================
                           PEGGY新增(到時候再合整)
   ========================================================================== */
@media (max-width: 767px) {
  /* ==========================================================================
                                    還會再整理其他樣式
   ========================================================================== */
  /* ========== LOGIN登入夜面 ==========*/
  .navbar {
    --bs-navbar-padding-y: 0;
  }
  .navbar .navbar-nav > li > a {
    padding: 0 20% 0 0;
  }
  .navbar .navbar-breadcrumb > li {
    width: 80%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .log {
    /* background-image: none; */
    background-image: url(../../admin_style/img/backstage-bg-1-m.jpg);
    background-position: center top;
  }
  /* .log_2 {
    display: flex;
  } */
  .lap {
    /* width: 30%; */
    width: 20%;
  }
  .ipu {
    /* width: 70%; */
    width: 80%;
  }
  .adm {
    align-items: center;
    justify-content: center;
    /* justify-content: flex-start; */
  }
  .formlo {
    /* width: 80%; */
    width: 100%;
    /* height: auto; */
    height: 100%;
    padding: 0 1em 20% 1em;
    margin: 0% auto 0 auto;
    border-radius: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.85);
  }
  .system_logo > img {
    width: 120px;
  }
  .formlo-h1 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
  }
  .formlo table td {
    font-size: 1.2rem;
  }
  .formlo input, .formlo select {
    height: 40px;
    padding: 0px 5px;
  }
  .formlo .a-comon {
    font-size: 1.2rem;
    /* margin-left: auto; */
  }
  .rwd-br {
    display: inline;
  }
  .navbar .navbar-right {
    right: 0%;
    width: 25%;
    text-align: right;
    background-color: #ffffff;
  }
  .formlo_footer {
    background: rgba(255, 255, 255, 0.95);
    /* flex-direction: column; */
    justify-content: space-around;
    display: none;
  }
  .formlo_footer_2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    /* padding-left: 10%; */
    padding-top: 1%;
  }
  .footer_company {
    display: flex;
    order: 1;
    padding-right: 5%;
    border-right: 1px solid #555555;
    margin-right: 5%;
    /* margin-left: 10%; */
  }
  .footer_email {
    display: flex;
    order: 3;
    padding-right: 0;
    border-right: 0px solid #555555;
    /* margin-right: 0%; */
    /* margin-left: 10%; */
  }
  .footer_tal {
    display: flex;
    order: 2;
    padding-right: 0;
    border-right: 0px solid #555555;
    /* margin-right: 0%; */
    /* margin-left: 10%; */
  }
  .footer_company > p, .footer_email > p, .footer_tal > p {
    font-size: 14px;
    color: #555555;
    /* color: #ffffff; */
    margin-bottom: 0;
    text-align: center;
  }
  .flat-blue .navbar .navbar-header {
    width: 100%;
  }
  .flat-blue .navbar .navbar-breadcrumb {
    width: 80%;
  }
  .flat-blue .navbar .navbar-breadcrumb li {
    width: 80%;
  }
  /* 首頁打卡 */
  .days_flex_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    flex-wrap: wrap;
  }
  /* ========== 內容框(共用) ==========*/
  .card .card-body {
    padding: 20px;
  }
  /*秀多少筆*/
  .card .card-body div.dataTables_wrapper div.dataTables_length, .card .card-body div.dataTables_wrapper div.dataTables_filter, .card .card-body div.dataTables_wrapper div.dataTables_info, .card .card-body div.dataTables_wrapper div.dataTables_paginate {
    text-align: right;
    margin: 0 0 1rem 0;
  }
  .card .card-body div.dataTables_wrapper div.dataTables_length select {
    width: auto;
  }
  /* ==========================================================================
   手機版 (RWD) 表格優化：小於 768px 時觸發 (不用 !important) PEGGY新增(到時候再合整)
   ========================================================================== */
  /* 1. 表格容器調整 */
  .side-body .table.datatable {
    padding: 0;
    table-layout: fixed !important; /* 強制平分寬度，不准內容撐開 */
    width: 100% !important;
    display: table !important; /* 確保它是以表格形式呈現 */
  }
  /* 2. 隱藏原始表頭 (thead) */
  .side-body .table.datatable thead {
    display: none;
  }
  /* 3. 讓每一列 (tr) 變成獨立的現代卡片 */
  .side-body .table.datatable tbody tr {
    display: block;
    margin-bottom: 30px; /* 卡片間距 */
    background-color: #ffffff !important;
    border-radius: 3px; /* 圓角 */
    overflow: hidden; /* 確保圓角生效 */
    border: 1px solid #c7d6e78c;
  }
  .side-body .table.datatable tbody tr.even {}
  /* 4. 滑動效果在手機上通常不需要 */
  .side-body .table-hover tbody tr:hover td {
    background-color: #ffffff !important;
    color: #444;
  }
  /* 5. 讓每個單元格 (td) 變成一列，並優化顯示 */
  .side-body .table.datatable tbody td {
    display: flex; /* 使用 Flexbox 排版 */
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; /* 內容靠左 */
    align-items: flex-start;
    padding: 10px; /* 內距 */
    position: relative;
    border-bottom: 1px solid #f0f0f0; /* 淡灰色分隔線 */
    white-space: normal; /* 允許折行 */
    gap: 15px;
    /* 確保每一格在手機版都不會溢出 */
    word-wrap: break-word;
    word-break: break-all;
  }
  /* 6. 單雙數列背景設為一致 */
  .side-body .table.datatable tbody td:nth-of-type(odd) {
    background-color: #b4c7db47 !important;
  }
  .side-body .table.datatable tbody td:nth-of-type(even) {
    background-color: #ffffff !important;
  }
  /* 7. 利用 data-label 把標題塞到左邊 (專業小撇步) */
  .side-body .table.datatable tbody td:before {
    content: attr(data-label); /* 自動抓取 HTML 裡的 data-label */
    position: static; /* 這裡改用 static 配合 flexbox */
    font-weight: 600; /* 粗體標題 */
    color: #454545; /* 標題顏色較淡 */
    max-width: 100px;
    width: 100%;
    text-align: left;
  }
  .side-body .table.datatable tbody td:after {
    position: absolute;
    content: "";
    display: inline-block;
    border-right: 1px solid #ccd7e1;
    left: 105px;
    top: 15%;
    width: 1px;
    height: 70%;
  }
  /* 8. 最後一欄（操作按鈕）特殊處理 */
  .side-body .table.datatable tbody td:last-child {
    display: block; /* 按鈕直向排列 */
    text-align: center;
    padding: 15px;
    background-color: #fcfcfc; /* 淡淡的背景色區隔 */
    border-bottom: none;
  }
  /* 9. 第一欄 筆標記為已完成打勾按鈕 
        最後欄 操作按鈕
  */
  .side-body .table.datatable tbody td.chbox {
    justify-content: flex-end;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    font-size: initial;
  }
  .side-body .table.datatable tbody td.chbox:before, .side-body .table.datatable tbody td.chbox:after, .side-body .table.datatable tbody td[data-label="操作"]:before, .side-body .table.datatable tbody td[data-label="操作"]:after {
    display: none;
  }
  .side-body .table.datatable tbody td div {
    /* (1) 最核心：強制所有字元在邊界斷行 (解決超長網址、連續數字) */
    word-break: break-all;
    text-align: left;
    /* (2) 允許在長單字內部換行 */
    overflow-wrap: break-word;
    /* (3) 確保空間處理模式允許換行（避免受 white-space: nowrap 影響） */
    white-space: normal !important;
    /* (4) 寬度限制：確保 div 不會撐開 td */
    max-width: 100%;
    /* (5) 若內容有手動換行，保留格式同時自動折行 */
    /* white-space: pre-line; */ /* 如果你希望保留 PHP 輸出的換行，請改用這行 */
  }
  /* 依照文字各別調整 */
  .side-body .table.datatable tbody td[data-label="事項內容"] div {}
  /* 移除操作欄位的 before 標籤 */
  .side-body .table.datatable tbody td:last-child:before {
    display: none;
  }
  /* 手機版按鈕加寬一點，方便點擊 */
  .side-body .table td .btn {
    padding: 6px 10px;
    margin: 5px;
    width: auto; /* 讓按鈕在手機上稍微加寬 */
  }
  /*=================== 上方搜尋操作按鈕列 ===================*/
  .row.filter-area {}
  .row.filter-area .card-body .form-group {
    margin: 0 0 .8rem 0;
  }
  /*=================== 下方區塊內容表格區 ===================*/
  .row.list-container {}
}