@import url("https://fonts.googleapis.com/css?family=Nunito");
@media (max-width: 321px) {
  html {
    zoom: 0.8;
  }
}

body {
  font-family: Microsoft JhengHei;
  background: #fff;
  font-size: 14px;
  letter-spacing: 1.8px;
  overflow-x: hidden;
}

body .wrapper {
  margin-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 576px) {
  body .wrapper {
    padding-bottom: 0;
  }
}

@media (max-width: 576px) {
  .container {
    margin-right: unset !important;
  }
}

.navbar {
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

.navbar .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.8px;
}

.navbar .navbar-brand img {
  margin-right: 5px;
}

@media (max-width: 1200px) {
  .navbar .navbar-brand {
    padding-left: 30px;
  }
}

@media (max-width: 576px) {
  .navbar .navbar-brand {
    padding-left: 0;
  }
}

.navbar .detailItem {
  color: white;
  padding: 0 10px;
  line-height: 30px;
}

.navbar .personalDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1366px) {
  .navbar .personalDetail {
    display: none;
  }
}

@media (min-width: 769px) {
  .navbar .navbar-brand {
    font-size: 33px;
    letter-spacing: 3px;
  }
}

@media (max-width: 480px) {
  .navbar .nav-link {
    padding: 0.5rem 0.8rem;
  }
}

.navbar .navbar_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .navbar_icon .calendar-date {
  position: absolute;
  top: calc(50%);
  left: calc(50%);
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  color: white;
}

.navbar .navbar_icon .dropdown-toggle::after {
  color: white;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navbar .navbar_icon .dropdown-menu {
  left: unset;
  right: 0;
}

.navbar .navbar_icon .dropdown-menu.active {
  display: block;
}

.navbar .navbar_icon img {
  margin-right: 10px;
  width: 35px;
}

@media (max-width: 460px) {
  .navbar .navbar_icon img {
    margin-right: 0;
    width: 30px;
  }
}

.navbar .navbar_icon img:last-child {
  margin-right: 0;
}

.nav-sidebar a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.nav-sidebar a:focus, .nav-sidebar a:hover {
  color: inherit;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.nav-sidebar a::before {
  font-family: "themify";
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

.theme-color {
  background: -webkit-gradient(linear, left bottom, left top, from(#e71f19), to(#e94c2b));
  background: linear-gradient(to top, #e71f19, #e94c2b);
}

.navbar {
  padding: 0;
}

.navbar .menu-toggle-button a {
  color: #fff;
  font-size: 1.85rem;
}

.navbar .menu-toggle-button a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#sidebar {
  min-width: 240px;
  max-width: 240px;
  background: #fff;
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  color: #fff;
  height: 100%;
  position: fixed;
  z-index: 10;
  margin-left: -182px;
}

#sidebar .sidebar-header {
  padding: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e71f19), to(#e94c2b));
  background: linear-gradient(to top, #e71f19, #e94c2b);
  text-align: center;
}

#sidebar .sidebar-header p {
  color: #fff;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.45px;
  color: #cc2a1c;
  padding: 15px 15px 15px 0;
}

@media (max-width: 768px) {
  #sidebar ul li a {
    padding-left: 50px;
  }
}

#sidebar ul li a img, #sidebar ul li a i {
  position: absolute;
  left: 18px;
  top: 13px;
}

@media (min-width: 769px) {
  #sidebar ul li a img, #sidebar ul li a i {
    position: absolute;
    left: unset;
    top: unset;
    right: 20px;
  }
}

#sidebar ul li ul li a {
  color: #55beb7;
}

#sidebar li a[aria-expanded="true"] {
  background: rgba(0, 0, 0, 0.07);
}

#sidebar ul li {
  position: relative;
}

#sidebar ul li a:hover {
  background: rgba(0, 0, 0, 0.07);
}

#sidebar ul li.active > a {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#e71f19), to(#e94c2b));
  background: linear-gradient(to top, #e71f19, #e94c2b);
  font-weight: 500;
}

#sidebar a[data-toggle="collapse"] {
  position: relative;
}

#sidebar ul ul a {
  font-size: 16px !important;
  padding-left: 50px !important;
}

#sidebar ul ul a img, #sidebar ul ul a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 20px;
}

#sidebar .nav-bottom {
  display: none;
  position: fixed;
  z-index: 102;
  padding-left: 15px;
  padding-top: 15px;
  bottom: 0;
  color: #000;
  width: 240px;
  background-color: white;
}

#sidebar.active {
  margin-left: 0;
}

#sidebar.active .nav-bottom {
  display: block;
}

@media (max-width: 768px) {
  #sidebar.active .nav-bottom {
    display: block;
    position: absolute;
    z-index: 200;
  }
}

#sidebar.active a {
  max-height: 48px;
  padding-right: 20px !important;
}

@media screen and (min-width: 769px) {
  #sidebar.active a {
    padding-right: 60px !important;
    padding-left: 50px;
  }
}

@media screen and (min-width: 769px) {
  #sidebar.active ul li img, #sidebar.active ul li i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 18px;
  }
  #sidebar.active ul ul li img, #sidebar.active ul ul li i {
    right: 23px;
  }
}

#sidebar .greenIcon {
  color: #56beb7;
}

.bread nav .breadcrumb {
  background-color: unset;
  padding: 0.75rem 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.bread nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.bread nav .breadcrumb .breadcrumb-item a {
  color: black;
  text-decoration: none;
}

.bread nav .breadcrumb .breadcrumb-item.active {
  color: black;
}

.bread hr {
  border-top: 2px solid #EA6665;
}

#content {
  min-height: calc( 100vh - 60px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.level-1-ul {
  margin: 0;
  padding: 0;
  position: fixed !important;
  width: 240px !important;
  background-color: white;
  z-index: 101;
  height: 80%;
  overflow: scroll;
}

.level-1-ul::-webkit-scrollbar {
  display: block;
  width: 0;
}

@media screen and (max-width: 768px) {
  .level-1-ul {
    position: relative !important;
    min-height: calc( 100vh - 60px);
  }
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  .nav-sidebar {
    position: fixed;
    z-index: 1;
  }
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.navbar-top-links .profile-pic {
  color: #fff;
  text-decoration: none;
  padding: 0 12px;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  display: block;
  padding: 9px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.navbar-top-links .dropdown-menu li a:hover {
  background: #f7fafc;
  text-decoration: none;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
  position: absolute;
  width: 280px;
  margin-top: 10px;
}

.navbar-top-links .dw-user-box {
  padding: 15px;
}

.navbar-top-links .dw-user-box .u-img {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

.navbar-top-links .dw-user-box .u-img img {
  width: 100%;
  border-radius: 5px;
}

.navbar-top-links .dw-user-box .u-text {
  display: inline-block;
  padding-left: 10px;
}

.navbar-top-links .dw-user-box .u-text h4 {
  margin: 0;
}

.navbar-top-links .dw-user-box .u-text p {
  margin-bottom: 3px;
}

.navbar-top-links .dw-user-box .u-text .btn-danger {
  background: #f33155;
  opacity: 0.8;
  border-radius: 60px;
  border: 1px solid #f33155;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}

.card-login {
  max-width: 25rem;
}

.content-area {
  margin-top: 15px;
  min-height: calc(100vh - 60px);
  position: relative;
  padding-bottom: 90px;
  width: 100%;
}

@media (min-width: 769px) {
  .content-area {
    padding-bottom: 60px;
    width: calc(100% - 240px);
  }
}

.content-area .panel {
  background: #fff;
  padding: 25px;
}

#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media (max-width: 768px) {
  #footer {
    display: none;
  }
}

#footer hr {
  margin: 0.5rem;
}

#footer p {
  text-align: right;
  margin-bottom: 0.5rem;
}

.top-inner-navbar {
  min-height: 57px;
}

.text-decoration-none:hover {
  text-decoration: none;
}

nav.app-links {
  display: block;
  position: fixed;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #eee;
  background-color: white;
}

.SlidebarsAct {
  min-height: 679px;
  max-height: 679px;
  height: 679px;
  overflow: hidden;
}

.yBar {
  width: 1px;
  height: 27px;
  background-color: #0D0305;
}

.cursor-pointer {
  cursor: pointer;
}

.unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Gbtn {
  width: 39px;
  height: 13px;
  border-radius: 3px;
  background-color: #88d1cc;
}

.Rbtn {
  width: 39px;
  height: 13px;
  border-radius: 3px;
  background-color: #ec6968;
}

.padLogo {
  top: 1px;
  left: -60px;
  width: 135px;
}

.clickCircle {
  background-color: #56beb7;
}

.btn {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-G {
  background-color: #55beb7;
  color: #fff;
}

.btn-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  height: 28px;
  border-radius: 5px;
  border: solid 1px #c6c6c5;
  background-color: #ffffff;
  pointer-events: none;
  right: 0;
  top: 0;
}

.btn-select .icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5.5px 0 5.5px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}

.label__star {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #e72923;
}

.label__text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: left;
  color: #000000;
}

@media (min-width: 768px) {
  .label__text {
    font-size: 16px;
  }
}

.select-group {
  width: 100%;
}

.select {
  border-radius: 5px;
  border: solid 1px #c6c6c5;
  background-color: #ffffff;
  text-align: center;
  text-align-last: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #000000;
  padding-right: 31px;
}

.select:focus {
  outline: transparent;
}

@media (min-width: 768px) {
  .select {
    font-size: 15px;
  }
}

.input {
  border-radius: 5px;
  border: solid 1px #c6c6c5;
  background-color: #fff;
}

.input.disabled {
  background-color: #eeeceb;
  color: rgba(5, 1, 1, 0.5);
  font-weight: bold;
}

.table {
  margin-bottom: 0;
}

.table .thead .th {
  border-radius: 5px;
  background-color: #ec6968;
}

.table .thead .th span {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.38px;
  color: #ffffff;
}

.table .tbody .tr:nth-of-type(even) .td {
  background-color: #f7e1dc;
}

.table .tbody .td {
  border-radius: 5px;
  border: solid 1px #ec6968;
  background-color: #ffffff;
}

.divider-gray {
  width: 90%;
  height: 5px;
  background-color: #e3e3e2;
}

.cover {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
}

.alert {
  border-color: #eb6868;
}
/*# sourceMappingURL=app.css.map */