﻿.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons,
span {
  vertical-align: middle;
}
.material-icons,
span {
  vertical-align: middle;
  /*&.ColorRemind {
        color: @Style_Color1_Remind;
    }*/
}
.material-icons.md-16,
span.md-16 {
  font-size: 16px;
}
.material-icons.md-30,
span.md-30 {
  font-size: 30px;
}
.material-icons.md-36,
span.md-36 {
  font-size: 36px;
}
.material-icons.md-48,
span.md-48 {
  font-size: 48px;
}
.material-icons.md-100,
span.md-100 {
  font-size: 100px;
}
.material-icons.md-120,
span.md-120 {
  font-size: 120px;
}
.material-icons.md-dark,
span.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-inactive,
span.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-light,
span.md-light {
  color: #ffffff;
}
.material-icons.md-inactive,
span.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
.material-icons.md-inv,
span.md-inv {
  visibility: hidden;
}
.material-icons.md-none,
span.md-none {
  display: none;
}
.material-icons.md-login,
span.md-login {
  color: #0fff23;
  /*.transition( color, .4s, ease);*/
}
.material-icons.md-login.md-logout,
span.md-login.md-logout {
  color: #7c7a7a;
}
.material-icons.md-lineheight-inherit,
span.md-lineheight-inherit {
  line-height: inherit;
}
.material-icons.ColorAccept,
span.ColorAccept {
  color: #0f876d;
}
.material-icons.ColorBlock,
span.ColorBlock {
  color: #cb0000;
}
.nav-link i {
  vertical-align: middle;
}
/*Transition*/
/*Transform*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 14px;
  background: #fff;
}
::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0px 0 0px 0;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #7184a2;
}
#sidebarMenu ::-webkit-scrollbar {
  width: 14px;
  background: linear-gradient(147deg, #2d4f85 0%, #0a2857 100%);
}
#sidebarMenu ::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0px 0 0px 0;
}
#sidebarMenu ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
}
html {
  height: 100%;
}
body {
  font-family: Open Sans, Verdana, Geneva, Tahoma, "cwTeXHei", "Microsoft JhengHei", sans-serif;
  min-height: calc(100vh - 60px);
  background-color: #cad6dd;
}
input[type=date]:invalid,
input[type=email]:invalid,
input[type=number]:invalid,
input[type=file]:invalid,
input[type=tel]:invalid,
input[type=text]:invalid,
input[type=time]:invalid,
select:invalid ~ .select-Styled,
textarea:invalid {
  /*-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 3px 4px #f6221b !important;*/
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
#LoginContainer {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
#header {
  background: #2d4f85;
  background-image: linear-gradient(167deg, #2d4f85 0%, #0a2857 100%);
  z-index: 1001;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
#header .btn:hover {
  background: #6692da;
}
#header .navbar-nav {
  justify-content: center;
  height: 50px;
}
#userInfo {
  height: 50px;
  flex-direction: row;
  justify-content: flex-start !important;
}
#userInfo .nav-link {
  color: #ffffff;
}
#userInfo .nav-link i {
  line-height: 50px;
  float: left;
}
#userInfo_dropdown,
#OA_dropdown {
  text-align: left;
  width: 200px;
  position: relative;
}
#userInfo_dropdown::after,
#OA_dropdown::after {
  right: 5px;
  top: 24px;
  position: absolute;
  border-top: 0.4em solid;
}
#OA_dropdown {
  width: 250px;
}
#userInfo_Name {
  font-size: 14px;
}
#userInfo_ID {
  font-size: 14px;
}
#timer_Container {
  width: 136px;
  font-size: 14px;
  text-align: left;
}
.wl-content-h-100 {
  min-height: calc(100vh - 60px);
}
#sidebarCtrl {
  display: none;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-20 {
  font-size: 20px;
}
@media (min-width: 768px) {
  #header {
    max-height: 60px;
    min-height: 60px;
  }
  #sidebarCtrl {
    display: block;
  }
  #mainContainer #sidebarMenu {
    transition: width ease-in-out 0.3s;
  }
  #mainContainer #sidebarMenu #sidebarCtrl i {
    top: calc(50vh - 60px);
    position: absolute;
  }
  #mainContainer #sidebarMenu:hover #sidebarCtrl {
    width: 25px;
  }
  #mainContainer #sidebarMenu:hover #sidebarCtrl .wl_sidebarClose {
    display: block;
  }
  #mainContainer #sidebarMenu:hover #sidebarCtrl .wl_sidebarOpen {
    display: none;
  }
  #mainContainer main {
    transition: min-width ease 1s;
    width: calc(100vw - 250px);
  }
  #mainContainer .wl_sidebarOpen {
    display: none;
  }
  #mainContainer.closeSidebar #sidebarMenu {
    width: 0px !important;
  }
  #mainContainer.closeSidebar #sidebarMenu .sidebar-sticky {
    visibility: hidden;
  }
  #mainContainer.closeSidebar #sidebarCtrl {
    width: 25px;
  }
  #mainContainer.closeSidebar #sidebarCtrl .wl_sidebarOpen {
    display: block !important;
  }
  #mainContainer.closeSidebar #sidebarCtrl:hover .wl_sidebarClose {
    display: none !important;
  }
  #mainContainer.closeSidebar main {
    min-width: 100% !important;
  }
  #sidebarCtrl {
    position: absolute;
    top: 60px;
    left: 100%;
    height: 100%;
    background: #94a2b7;
    width: 10px;
    transition: width ease 0.3s;
    cursor: pointer;
  }
  #sidebarCtrl:hover {
    width: 25px;
    background: #7793bd;
  }
  #sidebarCtrl:hover i {
    top: calc(50vh - 60px);
    position: absolute;
  }
  #sidebarCtrl i {
    color: #fff;
    cursor: pointer;
    display: none;
  }
}
button {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
}
.form-signin input {
  margin: 5px 0px;
}
.form-signin h1,
.form-signin h2,
.form-signin h3 {
  color: #2b598a;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-container {
  padding: 1rem;
}
.form-group {
  font-size: 14px;
}
.form-group label {
  font-size: 14px;
}
.form-group input[type=checkbox] ~ label {
  font-size: 16px;
  padding: 0.375rem 0;
}
.form-group input[type=number] {
  text-align: right;
}
/*複寫樣式*/
.toast-header {
  background: #a2b6db;
}
.toast-body {
  background: #e9eef7;
}
.custom-file-label::after {
  content: "選取本機檔案";
}
.navbar-brand {
  margin: 0;
  padding: 0px 0px;
  text-align: center;
}
.nav-tabs .nav-item .nav-link:not(.active) {
  color: #777777;
  border: none;
  border-bottom: 1px solid #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #2b598a;
  border-color: #2b598a;
}
.bd-sidebar,
.bd-sidebarInv,
#sidebarMenu {
  background: #2d4f85;
  background-image: linear-gradient(147deg, #2d4f85 0%, #0a2857 100%);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  /*padding-top: 20px;
    padding-bottom: 40px;*/
  /*自訂*/
}
.bd-sidebar .sgItem,
.bd-sidebarInv .sgItem,
#sidebarMenu .sgItem,
.bd-sidebar .menuCtrl,
.bd-sidebarInv .menuCtrl,
#sidebarMenu .menuCtrl {
  font-size: 16px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.bd-sidebar a i,
.bd-sidebarInv a i,
#sidebarMenu a i {
  color: #999;
}
.bd-sidebar a span,
.bd-sidebarInv a span,
#sidebarMenu a span {
  vertical-align: middle;
  color: #eee;
  padding-left: 10px;
}
.bd-sidebar a:hover i,
.bd-sidebarInv a:hover i,
#sidebarMenu a:hover i,
.bd-sidebar a:hover span,
.bd-sidebarInv a:hover span,
#sidebarMenu a:hover span {
  color: #fff;
}
.bd-sidebar a.active i,
.bd-sidebarInv a.active i,
#sidebarMenu a.active i,
.bd-sidebar a.active span,
.bd-sidebarInv a.active span,
#sidebarMenu a.active span {
  color: #f8e32c;
}
.bd-sidebar .menuContainer,
.bd-sidebarInv .menuContainer,
#sidebarMenu .menuContainer {
  padding: 0;
  word-spacing: -2px;
}
.bd-sidebar .menu__icon_close,
.bd-sidebarInv .menu__icon_close,
#sidebarMenu .menu__icon_close,
.bd-sidebar .menu__icon_open,
.bd-sidebarInv .menu__icon_open,
#sidebarMenu .menu__icon_open {
  position: absolute;
  right: 6px;
  line-height: 24px;
  font-size: 18px;
}
.bd-sidebar [aria-expanded="false"] .menu__icon_close,
.bd-sidebarInv [aria-expanded="false"] .menu__icon_close,
#sidebarMenu [aria-expanded="false"] .menu__icon_close,
.bd-sidebar [aria-expanded="true"] .menu__icon_open,
.bd-sidebarInv [aria-expanded="true"] .menu__icon_open,
#sidebarMenu [aria-expanded="true"] .menu__icon_open {
  display: inline-block;
}
.bd-sidebar [aria-expanded="true"] .menu__icon_close,
.bd-sidebarInv [aria-expanded="true"] .menu__icon_close,
#sidebarMenu [aria-expanded="true"] .menu__icon_close,
.bd-sidebar [aria-expanded="false"] .menu__icon_open,
.bd-sidebarInv [aria-expanded="false"] .menu__icon_open,
#sidebarMenu [aria-expanded="false"] .menu__icon_open {
  display: none;
}
.dt-scroll-body::-webkit-scrollbar {
  width: 14px;
}
.dt-scroll-body:hover::-webkit-scrollbar {
  width: 14px;
}
.dt-scroll-body::-webkit-scrollbar-thumb {
  background-color: inherit;
}
.dt-scroll-body:hover::-webkit-scrollbar-thumb {
  background-color: #7583a2;
}
/*selectpicker*/
.bootstrap-select .btn {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
}
.bootstrap-select .btn:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.selectwithInput.conbine,
.selectedItemContainer.conbine {
  position: absolute !important;
  z-index: 1 !important;
  width: 100% !important;
}
.selectedItemContainer {
  width: 100% !important;
  height: auto;
}
.selectedItemContainer.conbine {
  z-index: 2 !important;
}
.selectedItemContainer .selectedItem {
  cursor: pointer;
  background: #ecf0f3;
  padding: 2px;
  margin: 3px;
  display: inline-block;
  transition: all ease 0.5s;
}
.selectedItemContainer .selectedItem::after {
  content: "點擊移除此項目";
  text-align: right;
  display: block;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  color: #888;
  height: 0px;
  transition: all ease 0.5s;
}
.selectedItemContainer .selectedItem:hover {
  background: #dddddd;
}
.selectedItemContainer .selectedItem:hover::after {
  height: 18px;
  display: block;
}
select.isvalid ~ .dropdown-toggle {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
select:invalid ~ .dropdown-toggle {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
select:invalid ~ .dropdown-toggle {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.selectpicker.is-invalid {
  background-image: none;
}
.bootstrap-select:has(.selectpicker.is-invalid) {
  background-image: none;
}
/*selectpicker end*/
.d-inv {
  visibility: hidden !important;
}
.btn-group button {
  font-size: 14px;
}
.btn-group .material-icons {
  vertical-align: sub;
  font-size: 18px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #c3daf1;
}
div.dt-container div.dt-scroll-body tbody > tr:last-child > * {
  border-bottom: 1px solid #dee2e6;
}
.custom-control-input {
  /* switch啟用（checked）時背景為綠色 */
  /* switch停用（unchecked）時背景為紅色 */
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #28a345 !important;
  color: #fff;
  border: none;
}
.custom-control-input:not(:checked) ~ .custom-control-label::before {
  background-color: #dc3545 !important;
  color: #fff;
  border: none;
}
.custom-switch .custom-control-label::after {
  background-color: #fff !important;
}
/*複寫end*/
.bg-white {
  background-color: #fff;
}
.wl_titleContainer .wl_sectionTitle {
  background: #2d4f85;
  font-size: 16px;
  color: #fff;
}
.wl_titleContainer .wl_sectionTitle i {
  padding: 15px;
}
.checkboxContainer {
  width: 30px;
  text-align: center;
}
.detail-inline-Ctrl {
  width: 30px;
  text-align: center;
  color: #555;
}
.detail-inline-Ctrl:not(th) {
  cursor: pointer;
}
.detail-inline-Ctrl:not(th):hover {
  background: #b4cced !important;
}
.detail-inline-Ctrl .btnShowDetail {
  width: 100%;
  height: 100%;
}
.detail-inline-Ctrl.active {
  background: #77adb2;
  color: #fff;
}
.toolBar span {
  vertical-align: middle;
}
.toolBar .btn {
  padding: 5px 10px;
  font-size: 13px;
  height: 33px;
}
.toolBar .material-icons {
  font-size: 17px;
  vertical-align: text-bottom;
  padding-right: 3px !important;
}
.toolBar .btnAction:not(.dropdown-item) {
  /*        &:hover {
            color: #fff;
            background: #39acc6;
            border-color: #107b93;
        }*/
}
.toolBar .btnAction:not(.dropdown-item).disabled {
  background-color: #375b81;
  border-color: #738ba5;
}
.colvisCtrl {
  width: 100px;
}
.colvisCtrlItem {
  padding-left: 1rem;
}
.colvisCtrlItem .colvisCtrlItemName {
  padding-left: 5px !important;
}
.sortItem {
  padding: 5px 1rem;
  cursor: pointer;
}
.sortItem .sortItemName {
  padding-left: 5px !important;
}
.sortItemBtnContainer {
  padding-right: 5px;
  display: inline-block;
}
.sortItemBtnContainer .sortItemBtn {
  display: inline-block;
  padding: 0 5px;
}
.sortBorder {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.orderSign {
  padding: 5px;
  font-size: 12px;
  transition: all ease 0.3s;
}
.orderSign:hover {
  background: #77adb2;
  color: #fff;
}
.filterBtnContainer {
  padding-right: 5px;
  display: inline-block;
}
.filterBtnContainer .filterBtn {
  display: inline-block;
  padding: 0 5px;
  background-color: #EDEDED;
  color: #6C757D;
}
.filterBtnContainer .filterBtn:hover {
  color: #6C757D;
}
.filterBtnContainer .clearBtn:hover {
  background-color: #6c757d78;
  color: red;
}
.filterBorder {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.navbar .navbar-toggler {
  top: 0.75rem;
  right: 1rem;
}
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  max-width: 240px;
  /*background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
}
#myTab {
  position: sticky;
  top: 61px;
  z-index: 4;
}
.nav-tabs {
  background: #ffffff;
  border: 0px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: 1px solid #dddddd;
}
.nav-tabs .nav-link:hover {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 4px solid #cacaca !important;
}
.nav-tabs .nav-link:focus {
  border-top: none;
  border-right: none;
  border-left: none;
  border: none;
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 4px solid #3b8fae;
}
.nav-tabs.sub-Tabs .nav-link.active {
  /*color: #495057;
                background-color: #fff;*/
  color: #ffffff;
  background-color: #3b8fae;
  border-bottom: 4px solid #6dbedd;
}
.nav-tabs.sub-subTabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-bottom: 4px solid #99e3ff;
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 60px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 60px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  max-width: 240px;
}
@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
    max-width: 100%;
  }
}
.dataTable:focus {
  outline: 0 !important;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #c4dbe9;
}
div.dataTables_wrapper div.dataTables_processing {
  padding: 10px !important;
  background: #F5F8FA !important;
  border: 2px dotted darkgrey;
  border-radius: 3px !important;
  font-size: 17px !important;
  opacity: 1 !important;
  text-decoration: none;
  z-index: 99;
}
.dt-button-collection .dropdown-item {
  background: #ffffff;
  color: #666;
  border-color: #006880;
}
.dt-button-collection .dropdown-item:hover {
  color: #fff;
  background: #39acc6;
  border-color: #107b93;
}
div.dt-button-background {
  background: #000;
  opacity: 0.25;
}
/* dataTables Search input box */
.dataTables_filter {
  position: relative;
}
.dataTables_filter input {
  width: 93px !important;
  height: 32px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  text-indent: 5px;
  transition: linear 0.3s width;
  margin-left: 2px !important;
}
.dataTables_filter input:focus {
  width: 150px !important;
}
.dataTables_filter input:focus::placeholder {
  color: #888;
}
.dataTables_filter input:focus ~ i {
  display: none;
}
.dataTables_filter input::placeholder {
  color: transparent;
}
/*
i ~ input[type=search] {
    display: none !important;
}*/
.dataTables_filter .material-icons {
  position: absolute;
  top: 6px;
  left: auto;
  right: 8px;
}
/* dataTables Search input box */
.dt-search input {
  width: 93px !important;
  height: 32px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  text-indent: 5px;
  transition: linear 0.3s width;
  margin-left: 2px !important;
}
.dt-search input:focus {
  width: 150px !important;
}
.dt-search input:focus::placeholder {
  color: #888;
}
.dt-search input:focus ~ i {
  display: none;
}
.dt-search input::placeholder {
  color: transparent;
}
.dt-search .material-icons {
  position: absolute;
  top: 6px;
  left: auto;
  right: 18px;
}
.dataTables_length select {
  height: 32px;
  border: 1px solid #aaa;
  padding: 5px 32px 5px 5px;
  font-size: 14px;
  vertical-align: baseline;
  line-height: 14px;
}
.dataTables_length label {
  font-size: 14px;
}
.dataTables_info {
  font-size: 14px;
}
/*.dataTables_scrollHeadInner, .table {
    width: 100% !important;
}*/
table {
  font-size: 14px;
  letter-spacing: 0px;
  /*.wl_Quantity {
        width: 42px !important;
    }*/
}
table th {
  font-size: 14px;
}
table .form-control {
  font-size: 14px;
  padding: 5px 2px;
}
table .wl_detailContainer {
  margin: 0;
  width: 100%;
}
table .wl_detailTitle {
  background: #8c8c8c;
  color: #fff;
}
table .wl_detailTitle_dft,
table .wl_detailContent_dft {
  padding-top: 3px;
  padding-bottom: 1px;
}
table .wl_detailTitle_dft {
  background: #e3e3e3;
}
@media (min-width: 576px) {
  #result .modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
  }
  #result .modal-body {
    height: 75vh;
    overflow-y: auto;
  }
}
.modal-header {
  background: #3f77b0;
  color: #fff;
}
.modal-header .close {
  color: #fff;
}
.card-header {
  background: none;
}
.list-group-item {
  cursor: pointer;
}
#labelGroup .list-group-item {
  text-indent: 10px;
  background: #ebf5ff;
  font-size: 12px;
}
#labelGroup .list-group-item.active {
  background: #007bff;
}
#list-Filter {
  font-size: 14px;
}
.wl_cardItem {
  background: #e8eff4;
}
.wl_cardItem .wl_cardLoading {
  position: absolute;
  width: 100%;
  height: 0%;
  background: #000;
  opacity: 0.8;
  z-index: 1;
  transition: linear 0.3s height;
  color: #fff;
  text-align: center;
}
.wl_cardItem .wl_cardLoading div {
  font-size: 22px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  display: none;
}
.wl_cardItem .wl_cardLoading.show {
  height: 100%;
}
.wl_cardItem .wl_cardLoading.show div {
  display: block;
}
.wl_cardItem .wl_cardTitleContainer i {
  border-radius: 100%;
  cursor: pointer;
  color: #888;
}
.wl_cardItem .wl_cardTitleContainer i:hover {
  color: #fff;
  background: #77adb2;
}
.wl_cardItem .wl_cardTitleContainer a {
  /*border-radius: 100%;*/
  cursor: pointer;
  color: #888;
  font-size: 16px;
}
.wl_cardItem .wl_cardTitleContainer a:hover {
  color: #fff;
  background: #77adb2;
}
.wl_cardItem .wl_cardTitleContainer .wl_cardTitle {
  font-size: 21px;
  font-weight: 600;
}
.wl_cardItem .wl_cardContentTitle {
  color: #666;
  width: 90px;
}
.wl_cardItem .wl_cardContentContainer .wl_showInquiry:hover {
  font-weight: 600;
  border-color: #77adb2;
  border-radius: 0px;
}
.wl_cardItem .wl_cardContentContainer i {
  font-size: 18px;
  vertical-align: text-bottom;
  cursor: pointer;
  /*color: #fff;*/
  /*position: absolute;
            left: 0px;
            top: 3px;*/
}
.wl_sheet i {
  font-size: 18px;
  vertical-align: text-bottom;
  padding-left: 4px;
}
.wl_sheet i:hover {
  color: #891f1f;
}
.wl_sheet .loadingText {
  vertical-align: baseline;
  font-size: 16px;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
}
.wl_hiddenForInvalidMsg {
  width: 100%;
  height: 0px;
  padding: 0;
  border: none;
}
/*.wl_failResultContainer {
    div {
        display: none;
    }

    .wl_clearWhenHidden ~ div {
        display: block;
    }
}*/
.wl_Title,
.wl_Description {
  font-family: 'Noto Serif TC', serif;
  color: #3e3a39;
  line-height: 1.5;
  letter-spacing: 2px;
}
.wl_Title {
  font-size: 30px;
  color: #3e3a39;
  font-weight: 600;
}
.wl_Description {
  font-size: 18px;
  font-weight: 400;
}
.wl_preview_Title_pro h4 {
  /*width: 100%;*/
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 2px;
  margin: 15px 0 15px;
  font-weight: bold;
  margin: 5px 0px;
}
.wl_fixedMaxWidth {
  max-width: 240px;
}
.wl_tooltip .tooltip-inner.tooltip-oneRow {
  max-width: none;
  white-space: nowrap;
}
.wl_tooltip .tooltip-inner.tooltip-middle {
  max-width: 315px;
}
.wl_tooltip .tooltip-inner.tooltip-large {
  max-width: 500px !important;
}
.wl_tooltip .tooltip-inner.text-left {
  text-align: left;
}
/*
#ajaxLoader {
    .lds-roller {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

    .lds-roller div:after {
        content: " ";
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #fff;
        margin: -4px 0 0 -4px;
    }

    .lds-roller div:nth-child(1) {
        animation-delay: -0.036s;
    }

    .lds-roller div:nth-child(1):after {
        top: 63px;
        left: 63px;
    }

    .lds-roller div:nth-child(2) {
        animation-delay: -0.072s;
    }

    .lds-roller div:nth-child(2):after {
        top: 68px;
        left: 56px;
    }

    .lds-roller div:nth-child(3) {
        animation-delay: -0.108s;
    }

    .lds-roller div:nth-child(3):after {
        top: 71px;
        left: 48px;
    }

    .lds-roller div:nth-child(4) {
        animation-delay: -0.144s;
    }

    .lds-roller div:nth-child(4):after {
        top: 72px;
        left: 40px;
    }

    .lds-roller div:nth-child(5) {
        animation-delay: -0.18s;
    }

    .lds-roller div:nth-child(5):after {
        top: 71px;
        left: 32px;
    }

    .lds-roller div:nth-child(6) {
        animation-delay: -0.216s;
    }

    .lds-roller div:nth-child(6):after {
        top: 68px;
        left: 24px;
    }

    .lds-roller div:nth-child(7) {
        animation-delay: -0.252s;
    }

    .lds-roller div:nth-child(7):after {
        top: 63px;
        left: 17px;
    }

    .lds-roller div:nth-child(8) {
        animation-delay: -0.288s;
    }

    .lds-roller div:nth-child(8):after {
        top: 56px;
        left: 12px;
    }

    @keyframes lds-roller {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
}
*/
.wl_collapseData_mult-Layer .IconPrepSpace {
  max-width: 35px;
}
.wl_collapseData_mult-Layer .Outer_Layer .menu__icon_close,
.wl_collapseData_mult-Layer .Outer_Layer .menu__icon_open {
  position: absolute;
  left: 15px;
  line-height: 26px;
  font-size: 18px;
}
.wl_collapseData_mult-Layer .Outer_Layer [aria-expanded="false"] .menu__icon_close,
.wl_collapseData_mult-Layer .Outer_Layer [aria-expanded="true"] .menu__icon_open {
  display: inline-block;
}
.wl_collapseData_mult-Layer .Outer_Layer [aria-expanded="true"] .menu__icon_close,
.wl_collapseData_mult-Layer .Outer_Layer [aria-expanded="false"] .menu__icon_open {
  display: none;
}
.wl_collapseData_mult-Layer .Outer_Layer .wl_Border {
  border-right: 1px #c7c7c7 dashed;
}
.wl_collapseData_mult-Layer .Outer_Layer .TitleDisplay[aria-expanded="true"] {
  color: #a3a2a2;
}
.wl_collapseData_mult-Layer .Outer_Layer .TitleDetailsDisplay:hover {
  background: #7cbddd48;
}
.wl_collapseData_mult-Layer .Outer_Layer .TitleDetailsDisplay[aria-expanded="true"] {
  color: #888;
}
.wl_collapseData_mult-Layer .Outer_Layer .TitleDetailsDisplay .menu__icon_close,
.wl_collapseData_mult-Layer .Outer_Layer .TitleDetailsDisplay .menu__icon_open {
  position: absolute;
  right: 0px;
  left: auto;
  line-height: 26px;
  font-size: 18px;
}
.wl_collapseData_mult-Layer .Middle_Layer .wl_DisplayBackground {
  background: #7cbddd28;
}
.wl_collapseData_mult-Layer .Middle_Layer .wl_DisplayBackground :has(> .Inner_Layer:hover) .ItemsDisplay {
  background: #7cbddd68;
}
.wl_collapseData_mult-Layer .Middle_Layer .ItemsDisplay:hover {
  background: #7cbddd68;
}
.wl_collapseData_mult-Layer .Middle_Layer .IconPrepSpace {
  max-width: 45px;
}
.wl_collapseData_mult-Layer .Middle_Layer .wl_Border {
  border-right: none;
}
.wl_collapseData_mult-Layer .Middle_Layer .wl_theader {
  color: #777;
}
.wl_collapseData_mult-Layer .Middle_Layer input[type='checkbox'] {
  width: 18px;
  height: 100%;
  vertical-align: middle;
}
.wl_collapseData_mult-Layer .Middle_Layer .ItemsDisplay {
  font-size: 16px;
  line-height: 2.5rem;
  cursor: pointer;
}
.wl_collapseData_mult-Layer .Middle_Layer .ItemsDisplay[aria-expanded="true"] {
  color: #777;
}
.wl_collapseData_mult-Layer .Middle_Layer .ItemsDisplay[aria-expanded="true"] .wl_Border {
  border-bottom: 1px #c7c7c7 dotted;
}
.wl_collapseData_mult-Layer .Middle_Layer .menu__icon_close,
.wl_collapseData_mult-Layer .Middle_Layer .menu__icon_open {
  position: absolute;
  right: 8px;
  line-height: 44px;
  font-size: 18px;
}
.wl_collapseData_mult-Layer .Inner_Layer {
  /*
        .SubItemsDisplay:nth-child(odd) {
            background: gray; //#e5e5e514

            &:hover {
                background: #eee;
                cursor: pointer;
            }
        }

        .SubItemsDisplay:nth-child(even) {
            &:hover {
                background: #7cbddd48; //灰: #f2f2f2
                cursor: pointer;
            }
        }*/
}
.wl_collapseData_mult-Layer .Inner_Layer .SubItemsDisplay:hover {
  background: #7cbddd78;
  cursor: pointer;
}
.wl_collapseData_mult-Layer .Inner_Layer .wl_theader {
  color: #555;
}
.wl_collapseData_mult-Layer .Inner_Layer .SubItemsDisplay {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.5rem;
  cursor: pointer;
}
.wl_collapseData_mult-Layer .Inner_Layer .menu__icon_close,
.wl_collapseData_mult-Layer .Inner_Layer .menu__icon_open {
  position: absolute;
  right: 8px;
  line-height: 44px;
  font-size: 18px;
}
.wl_collapseData_mult-Layer .color_skipping_style > :nth-child(odd) {
  /*.ItemsLayout {
                background: #e9e7e733; //淺灰 #e5e5e514

                &:hover {
                    .TitleDetailsDisplay {
                        background: #d5d5d54d;
                    }
                }
            }*/
}
.wl_collapseData_mult-Layer .color_skipping_style > :nth-child(odd) .TitleDetailsDisplay:hover {
  background: #d5d5d54d;
}
.wl_collapseData_mult-Layer .color_skipping_style > :nth-child(odd) .Middle_Layer .wl_DisplayBackground {
  background: #dbdbdb28;
}
.wl_collapseData_mult-Layer .color_skipping_style > :nth-child(odd) .Middle_Layer .wl_tr:hover .ItemsDisplay {
  background: #8b8b8b28;
}
.wl_collapseData_mult-Layer .color_skipping_style > :nth-child(odd) .Middle_Layer .ItemsDisplay:hover {
  background: #8b8b8b28;
}
.wl_collapseData_mult-Layer .color_skipping_style > :nth-child(odd) .Middle_Layer .Inner_Layer .SubItemsDisplay:hover {
  background: #80808028;
  cursor: pointer;
}
.wl_collapseData_mult-Layer .color_skipping_style > :nth-child(even) {
  /*.ItemsLayout {
                background: #7cbddd1b;

                &:hover {
                    .TitleDetailsDisplay {
                        background: #7cbddd48;
                    }
                }
            }*/
}
.wl_collapseData_mult-Layer .color_skipping_style > :nth-child(even) .TitleDetailsDisplay:hover {
  background: #7cbddd48;
}
.wl_collapseData_mult-Layer .color_skipping_style > :nth-child(even) .Middle_Layer .wl_DisplayBackground {
  background: #7cbddd28;
}
.wl_collapseData_mult-Layer .color_skipping_style > :nth-child(even) .Middle_Layer .wl_tr:hover .ItemsDisplay {
  background: #7cbddd68;
}
.wl_collapseData_mult-Layer .color_skipping_style > :nth-child(even) .Middle_Layer .ItemsDisplay:hover {
  background: #7cbddd68;
}
.wl_collapseData_mult-Layer .color_skipping_style > :nth-child(even) .Middle_Layer .Inner_Layer .SubItemsDisplay:hover {
  background: #7cbddd78;
  cursor: pointer;
}
.wl_collapseData_Interlace .Outer_Layer .menu__icon_close,
.wl_collapseData_Interlace .Outer_Layer .menu__icon_open {
  position: absolute;
  left: 0px;
  line-height: 26px;
  font-size: 18px;
}
.wl_collapseData_Interlace .Outer_Layer [aria-expanded="false"] .menu__icon_close,
.wl_collapseData_Interlace .Outer_Layer [aria-expanded="true"] .menu__icon_open {
  display: inline-block;
}
.wl_collapseData_Interlace .Outer_Layer [aria-expanded="true"] .menu__icon_close,
.wl_collapseData_Interlace .Outer_Layer [aria-expanded="false"] .menu__icon_open {
  display: none;
}
.wl_collapseData_Interlace .Outer_Layer .wl_fixedMaxWidth {
  max-width: 40px;
}
.wl_collapseData_Interlace .Outer_Layer .wl_rightBtn {
  max-width: 40px;
  color: white;
  background: #2d4f85;
}
.wl_collapseData_Interlace .Outer_Layer .wl_rightBtn .menu__icon_close,
.wl_collapseData_Interlace .Outer_Layer .wl_rightBtn .menu__icon_open {
  position: absolute;
  left: 7px;
  line-height: 26px;
  font-size: 24px;
}
.wl_collapseData_Interlace .Outer_Layer .wl_rightBtn:hover {
  background: #0069d9;
  border-color: #0062cc;
}
.wl_collapseData_Interlace .Outer_Layer .TitleDisplay[aria-expanded="true"] {
  color: #a3a2a2;
}
.wl_collapseData_Interlace .Outer_Layer .TitleDisplay.wl_fixedMaxWidth {
  max-width: 240px;
}
.wl_collapseData_Interlace .Outer_Layer .wl_dataContent:nth-child(odd) .rowStyle {
  background: #e5e5e514;
}
.wl_collapseData_Interlace .Outer_Layer .wl_dataContent:nth-child(odd) .rowStyle [aria-expanded="true"] {
  color: #888;
}
.wl_collapseData_Interlace .Outer_Layer .wl_dataContent:nth-child(odd) .rowStyle .menu__icon_close,
.wl_collapseData_Interlace .Outer_Layer .wl_dataContent:nth-child(odd) .rowStyle .menu__icon_open {
  position: absolute;
  left: 0px;
  line-height: 26px;
  font-size: 18px;
}
.wl_collapseData_Interlace .Outer_Layer .wl_dataContent:nth-child(odd) .rowStyle:hover .ItemsDisplay {
  background: #eee;
  cursor: pointer;
}
.wl_collapseData_Interlace .Outer_Layer .wl_dataContent:nth-child(even) .rowStyle {
  background: #7cbddd28;
}
.wl_collapseData_Interlace .Outer_Layer .wl_dataContent:nth-child(even) .rowStyle [aria-expanded="true"] {
  color: #888;
}
.wl_collapseData_Interlace .Outer_Layer .wl_dataContent:nth-child(even) .rowStyle .menu__icon_close,
.wl_collapseData_Interlace .Outer_Layer .wl_dataContent:nth-child(even) .rowStyle .menu__icon_open {
  position: absolute;
  left: 0px;
  line-height: 26px;
  font-size: 18px;
}
.wl_collapseData_Interlace .Outer_Layer .wl_dataContent:nth-child(even) .rowStyle:hover .ItemsDisplay {
  background: #7cbddd48;
  cursor: pointer;
}
.wl_collapseData_Interlace .Inner_Layer .wl_DisplayBackground {
  background: #7cbddd28;
}
.wl_collapseData_Interlace .Inner_Layer .wl_DisplayBackground:hover {
  background: #7cbddd68;
}
.wl_collapseData_Interlace .Inner_Layer .wl_DisplayBackground.wl_noneHover {
  background: #7cbddd28;
}
.wl_collapseData_Interlace .Inner_Layer .wl_noneDisplayBackground {
  background: #fff;
}
.wl_collapseData_Interlace .Inner_Layer .wl_theader {
  color: #757575;
}
.wl_collapseData_Interlace .Inner_Layer .wl_fixedMaxWidth {
  max-width: 40px;
}
.wl_collapseData_Interlace .Inner_Layer .wl_QTY {
  max-width: 150px;
  text-align: right;
}
.wl_collapseData_Interlace .Inner_Layer .btnContainer {
  width: 70px;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
}
.wl_collapseData_Interlace .Inner_Layer .btnContainer:hover {
  font-weight: 600;
}
.wl_collapseData_Interlace .Inner_Layer input[type='checkbox'] {
  width: 18px;
  height: 100%;
  vertical-align: middle;
}
.wl_collapseData_Interlace .Inner_Layer input[type='text'],
.wl_collapseData_Interlace .Inner_Layer input[type='number'],
.wl_collapseData_Interlace .Inner_Layer input[type='date'] {
  font-size: 14px;
}
.wl_collapseData_Interlace .Inner_Layer .menu__icon_close,
.wl_collapseData_Interlace .Inner_Layer .menu__icon_open {
  position: absolute;
  right: 8px;
  line-height: 44px;
  font-size: 18px;
}
.Items_data input[type='checkbox'],
.QCItems_data input[type='checkbox'],
.EEEItems_data input[type='checkbox'],
.EEECost_data input[type='checkbox'] {
  width: 16px;
  height: 100%;
  vertical-align: middle;
}
.Items_data .CostDetail,
.QCItems_data .CostDetail,
.EEEItems_data .CostDetail,
.EEECost_data .CostDetail,
.Items_data ItemDetail,
.QCItems_data ItemDetail,
.EEEItems_data ItemDetail,
.EEECost_data ItemDetail {
  font-size: 16px;
  line-height: 2.5rem;
}
.Items_data .wl_theader,
.QCItems_data .wl_theader,
.EEEItems_data .wl_theader,
.EEECost_data .wl_theader {
  margin-top: 5px;
  color: #888;
}
.Items_data .wl_DisplayBackground,
.QCItems_data .wl_DisplayBackground,
.EEEItems_data .wl_DisplayBackground,
.EEECost_data .wl_DisplayBackground {
  background: #f1f1f1;
}
.Items_data .wl_tr:hover,
.QCItems_data .wl_tr:hover,
.EEEItems_data .wl_tr:hover,
.EEECost_data .wl_tr:hover {
  background: #e2e2e2;
}
.Items_data .form-group,
.QCItems_data .form-group,
.EEEItems_data .form-group,
.EEECost_data .form-group {
  margin-bottom: 1px;
  line-height: 2.5rem;
}
.Items_data .wl_QTY,
.QCItems_data .wl_QTY,
.EEEItems_data .wl_QTY,
.EEECost_data .wl_QTY {
  width: 150px;
  text-align: right;
}
.Items_data .btnContainer,
.QCItems_data .btnContainer,
.EEEItems_data .btnContainer,
.EEECost_data .btnContainer {
  width: 70px;
  text-align: center;
  line-height: 2.5rem;
  cursor: pointer;
}
.Items_data .btnContainer:hover,
.QCItems_data .btnContainer:hover,
.EEEItems_data .btnContainer:hover,
.EEECost_data .btnContainer:hover {
  font-weight: 600;
}
.Items_data.wl_NarrowColumn .form-group,
.QCItems_data.wl_NarrowColumn .form-group,
.EEEItems_data.wl_NarrowColumn .form-group,
.EEECost_data.wl_NarrowColumn .form-group {
  margin-bottom: 1px;
  line-height: 2rem;
}
.Items_data .IconPrepSpace,
.QCItems_data .IconPrepSpace,
.EEEItems_data .IconPrepSpace,
.EEECost_data .IconPrepSpace {
  max-width: 35px;
}
.Items_data .wl_Border,
.QCItems_data .wl_Border,
.EEEItems_data .wl_Border,
.EEECost_data .wl_Border {
  border-right: 1px #c7c7c7 dashed;
}
#NMEIContractContainer .wl_dashboard_header {
  background: #dda638;
  color: #fff;
}
#CMEIContractContainer .wl_dashboard_header {
  background: #dd5427;
  color: #fff;
}
.dropdown-menu {
  /*使 menu 與 select 齊寬*/
  width: inherit;
}
.resize-details-container .card-header,
#resize-details-container .card-header {
  background-color: #fff;
}
.resize-details-container .card-body > .row:not(.noBg) > div:nth-child(odd),
#resize-details-container .card-body > .row:not(.noBg) > div:nth-child(odd) {
  background-color: #f7f7f7;
}
/*條件查詢按鈕*/
.toolBar .btnSearch {
  background: #ffffff;
  color: #666;
  border-color: #00688000;
  border-right: 0.1rem #0068801c solid;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  /*清除btn按鈕點擊出現的邊框*/
}
.toolBar .btnSearch:hover {
  color: #fff;
  background: #0b3579d1;
  border-color: #003180;
}
.toolBar .btnSearch:focus,
.toolBar .btnSearch:active:focus,
.toolBar .btnSearch.active:focus {
  outline: none !important;
  box-shadow: none !important;
}
/*條件查詢表單*/
#wl_searchFilter .searchClass {
  font-size: small;
  color: #2b598abd;
}
#wl_searchFilter div:has(>.searchClass) {
  border-bottom: 0.1rem dashed #2b598a66;
  background: #8cadd121;
}
/*條件查詢結果顯示欄*/
.wl_searchContainer {
  font-size: small;
}
.wl_searchContainer .searchItem {
  background: #ededed;
}
.wl_searchContainer .searchItem:hover {
  background: #cbcbcbb5;
  cursor: pointer;
}
.wl_searchContainer span .material-icons {
  font-size: 14px;
  vertical-align: text-bottom;
  padding-right: 3px !important;
}
.material-icons.confirm_warning {
  color: #e74c3c;
  font-size: 25px;
}
/*專案end*/
.fixedTabTop {
  position: fixed;
  top: 60px;
  z-index: 3;
}
.sticky-subTabTop {
  position: sticky;
  top: 104px;
  z-index: 3;
}
.stickySubDetailTabTop {
  position: sticky;
  top: 145px;
  z-index: 3;
}
.stickyfooterButtom {
  position: sticky;
  bottom: 0;
  z-index: 3;
  border-width: 2px !important;
}
.wl_refresh {
  cursor: pointer;
}
.wl_subTabContainer {
  margin-top: 0.2rem;
}
.btn-group .collectBtn {
  padding-right: 5px;
  display: inline-block;
}
.btn .rotateAnimate {
  display: none;
}
.loading .rotateAnimate {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  padding: 0 !important;
  display: inline-block !important;
}
.right-column i {
  cursor: pointer;
}
.wl_dashboard_header {
  font-weight: 600;
}
.wl_cardContainer.col-12 .card {
  flex-direction: row;
}
.wl_cardContainer.col-12 a {
  width: 250px;
}
.wd-mx-95 {
  max-width: 95%;
}
/*摘要攔樣式*/
#Form flex,
.tabForm flex {
  display: flex;
  overflow: hidden;
}
#Form flex.h,
.tabForm flex.h {
  flex-direction: row;
}
#Form flex.h > flex-resizer:hover,
.tabForm flex.h > flex-resizer:hover {
  cursor: ew-resize;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='30'><path d='M2 0 v30 M5 0 v30 M8 0 v30' fill='none' stroke='black'/></svg>");
}
#Form flex.v,
.tabForm flex.v {
  flex-direction: column;
}
#Form flex.v > flex-resizer:hover,
.tabForm flex.v > flex-resizer:hover {
  cursor: ns-resize;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='10'><path d='M0 2 h30 M0 5 h30 M0 8 h30' fill='none' stroke='black'/></svg>");
}
#Form flex > flex-resizer,
.tabForm flex > flex-resizer {
  flex: 0 0 8px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
#Form flex > flex-resizer:hover,
.tabForm flex > flex-resizer:hover {
  background-color: #d7d7d7;
}
#Form flex-item,
.tabForm flex-item {
  /* display: flex; */
  /* position: relative; */
  /* overflow: hidden; */
  overflow: hidden;
}
#Form flex-item #resize-details-container .collapseDetail:hover,
.tabForm flex-item #resize-details-container .collapseDetail:hover {
  background-color: #7d7d7d !important;
  color: #fff !important;
  border-radius: 5px;
}
/*boostrap 4 oveeride*/
.border-3 {
  border-width: 3px !important;
}
.modal-wl {
  min-width: 95vw;
}
.modal {
  /* 
  1. Use the same color as modal.
  2. Ensure that the sticky layer is above the modal content.
*/
  /* Header fixed to the top of the modal */
  /* Footer fixed to the bottom of the modal */
}
.modal .dropdown-menu {
  z-index: 1100;
}
.modal dt-button-background {
  z-index: 1000;
}
.modal .modal-header--sticky {
  position: sticky;
  top: 0;
  z-index: 1056;
  /* [2] */
}
.modal .modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: inherit;
  /* [1] */
}
.modal .position-sticky {
  z-index: 4;
}
canvas {
  font-smooth: never;
  -webkit-font-smoothing: none;
}
/*動畫*/
.rotateAnimate {
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-animation {
  -webkit-animation: none !important;
}
.playAnimate {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
:lang(en-US) {
  font-size: 34px;
}
.nav {
  font-size: 14px;
}
.en-USClass {
  font-size: 14px;
}
.card-header-border-none {
  border: none;
}
@media (max-width: 1400px) {
  .wl_Dashboard .col-xl-5,
  .wl_Dashboard .col-xl-7 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.wl_Dashboard .custom-round {
  border-radius: 6px;
}
.wl_Dashboard .custom-right-round {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.wl_Dashboard .custom-shadow {
  box-shadow: 0px 0px 5px #aeaeae;
}
.wl_Dashboard .toTop-icon {
  color: white;
}
.wl_Dashboard .toTop-icon:hover {
  color: #e6e6e6;
}
.wl_Dashboard #scrollToTopBtn {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 50px;
  display: none;
  background-color: #a0a0a087;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 5px #aeaeae;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.wl_Dashboard #scrollToTopBtn:hover {
  background-color: #838383;
}
.wl_Dashboard .detail-icons {
  color: #aeaeae;
}
.wl_Dashboard .detail-icons:hover {
  color: #959595;
}
.wl_Dashboard .group1-icon {
  color: #FF8000;
}
.wl_Dashboard .group1-icon:hover {
  color: #cc6600;
}
.wl_Dashboard .group2-icon {
  color: #00BB00;
}
.wl_Dashboard .group2-icon:hover {
  color: #008800;
}
.wl_Dashboard .group3-icon {
  color: #cfb926;
}
.wl_Dashboard .group3-icon:hover {
  color: #a4921e;
}
.wl_Dashboard .group4-icon {
  color: #203164;
}
.wl_Dashboard .group4-icon:hover {
  color: #141e3d;
}
.wl_Dashboard .refresh-icon {
  color: #aeaeae;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  cursor: pointer;
}
.wl_Dashboard .refresh-icon:hover {
  color: white;
  background-color: #aeaeae;
}
.wl_Dashboard .left-border-1 {
  height: 60px;
  border-left: 6px solid #FF8000;
}
.wl_Dashboard .left-border-2 {
  height: 60px;
  border-left: 6px solid #00BB00;
}
.wl_Dashboard .left-border-3 {
  height: 60px;
  border-left: 6px solid #cfb926;
}
.wl_Dashboard .left-border-4 {
  height: 60px;
  border-left: 6px solid #203164;
}
.wl_Dashboard .chart-title hr {
  background-color: #aeaeae;
  height: 1px;
  border: none;
}
.wl_Dashboard .d-flex {
  align-items: stretch;
}
.wl_Dashboard .v-line {
  height: 50px;
  width: 1px;
  background-color: #d7d7d7;
  margin: auto 10px;
}
.wl_Dashboard .tooltip_class {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: white;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: translate(-37%, 60%);
  transition: all 0.1s ease;
  white-space: nowrap;
  z-index: 9999;
}
.wl_Dashboard .tooltip_class:hover {
  opacity: 1 !important;
}
.wl_Dashboard .span_class {
  border-width: 2px;
  margin-right: 10px;
  height: 16px;
  width: 16px;
  display: inline-block;
  pointer-events: none;
}
.wl_Dashboard button.selected {
  background-color: #203164;
  color: white;
}
.wl_Dashboard .btn-outline-primary {
  border: 1px solid #203164;
  color: #203164;
}
.wl_Dashboard .tableDiv table thead th {
  border-top: none;
  border-bottom: 2px solid #dfe2e6;
}
.wl_Dashboard .custom-col {
  flex-basis: 30%;
  max-width: 30%;
  min-height: 50px;
  /*
        flex-basis: 23.5%;
        max-width: 23.5%;
        min-height: 70px;
        */
}
.wl_Dashboard .custom-col:hover {
  cursor: pointer;
}
.wl_Dashboard .custom-div {
  line-height: 1.2rem;
  min-height: 70px;
}
.wl_DashboardModal .small-column {
  width: 50px;
}
.wl_DashboardModal .bindedList td {
  padding: 0.5rem;
}
.wl_DashboardModal .top-border {
  border-top: 2px solid #dfe2e6;
}
.wl_DashboardModal .title {
  background-color: #e3e3e3;
}
.wl_DashboardModal .line-height {
  line-height: 2rem;
}
.wl_DashboardModal #collapseCard td {
  padding: 0.4rem;
  border-top: none;
}
#wl_CustomTable {
  border-top: 1px solid #dfe2e6;
}
#wl_CustomTable .small-column {
  width: 50px;
}
#wl_CustomTable .labelList td {
  padding: 0.5rem;
  vertical-align: middle;
}
#wl_CustomTable .labelList .row-hover:hover {
  background-color: #f5f5f5;
}
#wl_CustomTable .labelList .row-hover.selected {
  background-color: #f5f5f5;
}
#wl_CustomTable .labelList .row-hover .line-height {
  line-height: 1.1rem;
}
#wl_CustomTable .labelList #collapseCard td {
  padding: 0.4rem;
  border-top: none;
}
#wl_CustomTable .labelList #collapseCard .title {
  background-color: #e3e3e3;
}
#wl_CustomTable .foot-h {
  height: 50px;
}
#wl_CustomTable .no-data {
  background-color: #f5f5f5;
}
#wl_memberDetail .modal-body {
  background-color: #f3f1ea;
}
.content-Div1 {
  background-color: #8ca6c3;
}
.content-Div2 {
  overflow: auto;
  max-height: auto;
}
.Div2 {
  width: 100%;
  height: 100%;
  background-color: white;
  margin: 10px;
  border-radius: 10px;
}
.content-Div3 {
  background-color: white;
}
.text-wrap {
  word-wrap: break-word;
}
.member-label,
.member-label-noIcon,
.member-label-inform,
.member-label-data,
.member-label-block,
.member-label-ok,
.member-label-normal,
.member-label-system {
  font-size: 12px;
  background-color: #8196ae;
  color: white;
  padding: 6px 10px;
  margin: 1px;
  border-radius: 18px;
  display: inline-block;
  cursor: pointer;
}
.member-label:before,
.member-label-inform:before,
.member-label-data:before {
  font-family: FontAwesome;
  content: "\f10c";
  padding-right: 5px;
}
.member-label-noIcon i {
  font-size: 15px;
  vertical-align: text-bottom;
}
.member-label-inform {
  background-color: #56d48f;
}
.member-label-data {
  background-color: #73c3e1;
}
.member-label-block {
  background-color: #dc3545;
  padding: 4px 8px;
  border-radius: 8px;
}
.member-label-ok {
  background-color: #28A345;
  padding: 4px 8px;
  border-radius: 8px;
}
.member-label-normal {
  background-color: #8595ae;
  padding: 3px 5px;
  border-radius: 5px;
}
.member-label-system {
  background-color: #e0e0e0;
  color: #4c5258;
  padding: 5px 7px;
  border-radius: 5px;
}
.notify-label,
.notify-label-pink,
.notify-label-lightBlue,
.notify-label-red,
.notify-label-darkBlue,
.notify-label-orange,
.notify-label-red {
  font-size: 12px;
  background-color: #FFF;
  color: #449b2d;
  padding: 4px 6px;
  margin: 1px;
  border: 1px solid #449b2d;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}
.notify-label-pink {
  color: #f29494;
  border: 1px solid #f29494;
}
.notify-label-lightBlue {
  color: #4a9ee5;
  border: 1px solid #4a9ee5;
}
.notify-label-red {
  color: #FFF2CC;
  border: 1px solid #FFF2CC;
}
.notify-label-darkBlue {
  color: #161e82;
  border: 1px solid #161e82;
}
.notify-label-orange {
  color: #cc7e12;
  border: 1px solid #cc7e12;
}
.notify-label-red {
  color: #b42121;
  border: 1px solid #b42121;
}
.more-tag {
  background: #e8f9ff;
  color: #4978c1;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 6px;
  cursor: pointer;
  border: 1px solid #6fa4f7;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  transition: all 0.2s;
}
.more-tag:hover {
  background-color: #c4e0ff;
  color: #003f8c;
}
.border-radius-5px {
  border-radius: 5px;
}
.font-gray {
  color: #7d7d7d;
}
.row-hover:hover {
  background-color: #f5f5f5;
}
/*Modal問卷樣式*/
.wl_questionnaireModal .questionnaireClass {
  font-size: small;
  color: #2b598abd;
}
.wl_questionnaireModal div:has(>.questionnaireClass) {
  border-bottom: 0.1rem dashed #2b598a66;
  background: #8cadd121;
}
.context-menu-list .custom-edit {
  padding: 5px 12px !important;
}
.context-menu-list .custom-edit:before {
  font-family: FontAwesome;
  content: "\f044";
  color: #767676;
  padding-right: 8px;
}
.context-menu-list .context-menu-item {
  padding: 0.2em 2.2em;
}
.context-menu-list .context-menu-icon:before {
  color: #767676;
  padding: 4px 11px !important;
}
.context-menu-list .context-menu-item:hover:before {
  color: #fff;
}
#Description,
#Description_Edit {
  display: block;
}
#Description div[contenteditable="false"],
#Description_Edit div[contenteditable="false"] {
  display: inline;
  color: #0077e1;
  cursor: pointer;
  background: #d4f7ff;
  padding: 1px 3px;
  margin: 1px;
  border-radius: 5px;
}
.toolBar .dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
}
.toolBar .dropdown-menu .btn-group {
  width: 100% !important;
}
.toolBar .dropdown-menu .mainItem.selected {
  background-color: #2B598A;
  color: white;
}
.toolBar .dropdown-menu .subItem.selected {
  background-color: #2B598A;
  color: white;
}
.toolBar .dropdown-menu .subItem.text-overflow-initial {
  text-overflow: initial !important;
}
#wl_calendar {
  /*自製按鈕群組樣式*/
  /*活動卡樣式*/
  /*查看更多區塊樣式*/
  /*今日日期樣式*/
  /*所有日期文字樣式*/
  /*自訂義非工作時段樣式*/
  /*全表欄位樣式
    #wl_calendar .fc th, .fc td {
        border-style: solid;
        border-width: 3px;
        padding: 0;
        vertical-align: top;
        border-color: #e3e2e2 !important;
    }
    */
  /*自訂義工具列樣式*/
  /*自訂義表格樣式*/
  /*快速查詢input樣式*/
}
#wl_calendar .btn-group {
  padding: 4px;
  background-color: #ebebeb;
  border-radius: 0.2rem !important;
}
#wl_calendar .toolbarGroupBtn.active,
#wl_calendar .toolbarGroupBtn2.active {
  background-color: #6c757d;
  color: #fff;
  border-color: #007bff;
  border-radius: 0.2rem !important;
  border: none;
}
#wl_calendar .toolbarGroupBtn:hover,
#wl_calendar .toolbarGroupBtn2:hover {
  background-color: #fff;
  color: #6c757d;
  border-radius: 0.2rem !important;
}
#wl_calendar .eventCard {
  min-height: 35px;
  display: flex;
  align-items: center;
  color: #6c757d;
  border: none;
  margin-top: 4px !important;
  margin-bottom: 5px !important;
  margin-right: 2px !important;
  margin-left: 2px !important;
}
#wl_calendar .eventCard.eventColorDefault {
  background-color: #d7e4fd;
  border-left: 5px solid #819cc7 !important;
}
#wl_calendar .eventCard.eventColorWarning {
  background-color: #f7c5c5;
  border-left: 5px solid #bf5f5f !important;
}
#wl_calendar .fc-more {
  background-color: #e4e4e4;
  border-radius: 20px !important;
  padding: 5px 8px;
  color: #6c757d;
  font-weight: bold;
}
#wl_calendar .fc-more:hover {
  text-decoration: none;
  background-color: #6c757d;
  color: #fff;
}
#wl_calendar .fc-body .fc-row {
  padding-bottom: 5px;
}
#wl_calendar .fc-agendaWeek-view .fc-day-header.fc-today {
  position: relative;
  padding: 2px;
  background-image: linear-gradient(to bottom, transparent 50%, #0a81ff 50%);
  background-size: 100% 6px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #ffffff !important;
}
#wl_calendar .fc-agendaWeek-view .fc-day.fc-today {
  background-color: #ffffff !important;
}
#wl_calendar .fc-agendaDay-view .fc-day-header.fc-today {
  padding: 2px;
  background-color: #ffffff !important;
}
#wl_calendar .fc-agendaDay-view .fc-day.fc-today {
  background-color: #ffffff !important;
}
#wl_calendar .fc-month-view .fc-day-header {
  padding: 2px;
  background-color: #ffffff !important;
}
#wl_calendar .fc-today {
  color: #000;
  border-color: #dddddd;
  background-color: #fff !important;
  background-size: 10px 10px;
}
#wl_calendar .fc-today .fc-day-number {
  width: 30px;
  height: 30px;
  background-color: #0a81ff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}
#wl_calendar .fc-day-number {
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 6px;
  color: #6c757d;
}
#wl_calendar .fc-nonbusiness {
  background-color: #ddd;
}
#wl_calendar .fc-header-toolbar h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #52585e;
}
#wl_calendar .fc-header-toolbar .fc-left,
#wl_calendar .fc-header-toolbar .fc-center,
#wl_calendar .fc-header-toolbar .fc-right {
  display: flex;
  align-items: center;
}
#wl_calendar .fc-header-toolbar .fc-left,
#wl_calendar .fc-header-toolbar .fc-center {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
#wl_calendar .fc-header-toolbar button:focus {
  outline: none;
  box-shadow: none;
}
#wl_calendar .fc-view-wrapper {
  border-radius: 5px;
  /* background-color: #ebebeb; */
  padding: 1.1px;
}
#wl_calendar .fc-listDay-view,
#wl_calendar .fc-listWeek-view {
  min-height: 200px;
}
#wl_calendar .fc-day-grid-container,
#wl_calendar .fc-agendaWeek-view,
#wl_calendar .fc-agendaDay-view {
  background-color: #fff;
}
#wl_calendar :is(.fc-list-heading-main, .fc-list-heading-alt) {
  padding: 2px 4px;
  color: #6c757d;
}
#wl_calendar :is(.fc-list-heading-main, .fc-list-heading-alt, .fc-day-number):hover {
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background-color: #0a81ff;
  color: #fff;
}
#wl_calendar :is(.fc-axis, .fc-day-header) {
  /* background-color: #ebebeb !important; */
  color: #52585e;
  border: 1px solid #dddddd;
}
#wl_calendar .fc-header-toolbar .search-container {
  display: inline-block;
  position: relative;
}
#wl_calendar .fc-header-toolbar .search-container .fc-customQuery-button .expand-icon {
  width: 14px;
  height: 14px;
  background-color: #ebebeb;
  border-radius: 0.2rem !important;
}
#wl_calendar .fc-header-toolbar .search-container .toolbarGroupBtn2.fc-customQuery-button.active .expand-icon {
  background-color: #6c757d !important;
}
#wl_calendar .fc-header-toolbar .search-container .toolbarGroupBtn2.fc-customQuery-button.active:hover .expand-icon {
  background-color: #fff !important;
  color: #6c757d !important;
}
#wl_calendar .fc-header-toolbar .search-container .toolbarGroupBtn2.fc-customQuery-button .expand-icon:hover {
  background-color: #fff;
  color: #6c757d;
  border-radius: 0.2rem !important;
}
#wl_calendar .fc-header-toolbar .search-container .search-input {
  width: 110px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  margin-left: 4px;
}
#wl_calendar .fc-header-toolbar .search-container .search-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#wl_calendar .fc-header-toolbar .search-container .trigger-icon {
  width: 14px !important;
  height: 14px;
  margin-right: 4px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}
.custom-popover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  border: none;
  z-index: 1040;
  max-height: 60vh;
  overflow: auto;
}
.custom-popover .font-title {
  font-weight: bold;
  font-size: 14px;
}
.custom-popover .font-titleColor {
  color: #7e8ab1;
}
.custom-popover .btnClose {
  margin-top: 0.25rem;
  margin-left: auto;
  padding: 0 0.5rem 0.25rem 0.5rem;
  color: #808080;
}
.custom-popover .btnClose:hover {
  background-color: #ebebeb;
}
.custom-popover .popover-header {
  background-color: #fff;
  border: none;
  padding: 0 5px;
}
.custom-popover .popover-header {
  position: sticky;
  background-color: white;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  top: 0;
}
.custom-popover .popover-body {
  padding: 0rem 0.75rem 0.5rem 0.75rem;
}
.custom-popover .popover-footer {
  position: sticky;
  background-color: white;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 0.5rem;
  bottom: 0;
}
.custom-popover .infoContainer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.custom-popover .infoContainer .detailContent {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  margin-top: 2px;
  color: gray;
  font-size: 14px;
}
#wl_poolCalendar {
  /*自訂義工具列樣式*/
  /*活動卡樣式*/
  /*bootstrap下拉選單樣式複寫*/
}
#wl_poolCalendar .fc-header-toolbar .fc-center h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: left !important;
  color: #52585e;
}
#wl_poolCalendar .fc-header-toolbar button {
  font-size: 1em;
}
#wl_poolCalendar .fc-header-toolbar button:focus {
  outline: none;
  box-shadow: none;
}
#wl_poolCalendar .eventCard {
  min-height: 35px;
  display: flex;
  align-items: center;
  color: #6c757d;
  border: none;
  margin-top: 4px !important;
  margin-bottom: 5px !important;
  margin-right: 2px !important;
  margin-left: 2px !important;
}
#wl_poolCalendar .eventCard.eventColorDefault {
  background-color: #d7e4fd;
  border-left: 5px solid #819cc7 !important;
}
#wl_poolCalendar .eventCard.eventColorWarning {
  background-color: #f7c5c5;
  border-left: 5px solid #bf5f5f !important;
}
#wl_poolCalendar .fc-header-toolbar div[name='dropdownFilterDiv'] a.active {
  background-color: #007bff !important;
  color: white !important;
}
#wl_poolCalendar .fc-header-toolbar div[name='dropdownFilterDiv'] a:focus {
  background-color: #c3daf1;
  color: black;
}