﻿@charset "UTF-8";
/*
* Site參數檔
*
* @版本:v1.0.0
* @更新日期:
* @說明:
*       網站共用css參數
*       
*/
/*-------------*/
/**系統設定參數**/
body, html {
  height: 100%;
}

iframe body, iframe html {
  height: auto;
}

/* 上方navbar */
.navbar {
  margin-bottom: 0px;
}

.navbar-toggle {
  z-index: 999;
  margin-top: 3px;
  margin-bottom: 0px;
}

/* 選單第2階 */
.list-unstyled li > ul > li, .list-unstyled li > ul > li > ul > li {
  margin-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* 選單第3階 */
.list-unstyled li > ul > li > ul > li {
  margin-left: 25px;
}

#bodyContent {
  height: calc(100% - 60px);
  margin-top: 60px;
  overflow: hidden;
  padding-left: 0;
  transition-delay: 0.2s;
}
#bodyContent iframe {
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .hc-nav-open #bodyContent {
    padding-left: 320px;
  }
}

.menu-search {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  height: 22px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 0px;
  width: 190px;
}

.msg {
  overflow: hidden;
  height: 30px;
  color: #ffd586;
  /*color: #ffd586;*/
  text-shadow: 0.1px 0.1px 1px #000;
  cursor: pointer;
  font-size: 18px;
}

#msgModal {
  height: calc(100% - 60px);
  margin-top: 60px;
}

.menu-r > ul > li {
  padding-left: 0px;
  padding-right: 0px;
}

#btnPinMenu > strong > .pinned {
  -moz-transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  transform: rotate(-42deg);
}

a.list-group-item:hover, a.list-group-item:focus {
  color: #3a87ad;
  background-color: #c4e3f3;
}

.list-group-item {
  padding: 2px 10px;
}

.ks-nav {
  /* 以下改在.navbar-nav > li控制 */
}
.ks-nav {
  background-color: #f77709;
  background: #f77709;
  background: #f77709;
  background: #f77709;
  background: #f77709;
  background: #ff9000;
  background-repeat: no-repeat;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(51, 51, 102, 0.18);
  min-height: 20px;
  height: 60px;
  color: #dddddd;
  /*border-color: #c1c1c1;*/
  border-width: 0 0 0.5px 0;
  z-index: 10000;
}
.ks-nav .container-fluid, .ks-nav .navbar-header {
  height: 100%;
  line-height: 100%;
}
.ks-nav .navbar-nav > li {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
}
.ks-nav .navbar-nav > li > a, .ks-nav .navbar-nav > li > a:hover {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 30px;
  line-height: 30px;
}
.ks-nav .navbar-brand {
  padding: 0px 0px;
}
.ks-nav .navbar-brand > img {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 40px;
}
.ks-nav .navbar-nav > li > a {
  color: white;
}
.ks-nav .nav > li > a:hover, .ks-nav .nav > li > a:focus {
  background-color: transparent;
}
.ks-nav .navbar-nav > .open > a, .ks-nav .navbar-nav > .open > a:hover, .ks-nav .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #b9dcf1;
}
.ks-nav #time_Now {
  color: white;
}
.ks-nav .dropdown-menu > li > a:hover, .ks-nav .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #f77709;
}
.ks-nav .navbar .dropdown-menu {
  text-shadow: none;
}

#navbarTitle {
  margin: 10px 15px 10px 55px;
  height: 40px;
}
#navbarTitle .systemName {
  height: 40px;
  line-height: 40px;
  padding: 0px;
  font-size: 20px;
  color: white;
}
#navbarTitle .systemName:hover {
  color: #b9dcf1;
}
#navbarTitle .updateInfo {
  position: absolute;
  top: 23px;
  font-size: 11px;
  width: 100%;
  text-align: right;
  color: #303030;
  font-weight: bolder;
  padding-right: 5px;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#searchbar {
  margin-left: 10px;
  width: calc(100% - 30px);
}

.searchbar {
  padding: 10px 0px;
}

#sidebar-wrapper {
  height: calc(100% - 60px);
  top: 60px;
  z-index: 1500;
  left: 220px;
  width: 0;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f77709;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
}

#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}

#page-content-wrapper {
  width: 100%;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -220px;
}

/*-------------------------------*/
/*      hc-offcanvas-nav      */
/*-------------------------------*/
.ks-nav .hc-nav-trigger {
  position: absolute;
  top: 15px;
  z-index: 9980;
  width: 30px;
  min-height: 30px;
  margin-left: 15px;
}

/*$theme-blue-color: #263238;*/
/*漢堡條*/
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
  background: white;
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
  background-color: #f5f5f5;
  color: #f77709;
}

.hc-offcanvas-nav {
  /*框線*/
  /*選項右邊留白*/
  /*藍色主題*/
  /*--取消/覆蓋 HC Off-canvas Nav 套件預設屬性--*/
  font-family: 微軟正黑體, 微軟雅黑, 新細明體, Glyphicons Halflings, Verdana, Calibri, Palatino Linotype, Verdana, Arial;
}
.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
  transform: translate3d(-320px, 0, 0);
}
.hc-offcanvas-nav .searchbar i {
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  padding-left: 17px;
}
.hc-offcanvas-nav .searchbar input {
  margin-left: 5px;
  width: 188px;
  height: 30px;
  display: inline-block;
}
.hc-offcanvas-nav .nav-container {
  top: 60px;
  height: calc(100% - 60px);
  width: 320px;
}
.hc-offcanvas-nav .nav-wrapper {
  background-color: #f5f5f5;
}
.hc-offcanvas-nav ul {
  background-color: transparent;
  /*box-shadow: inset 0px 3px 3px rgba(0,0,0,0.5);*/
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
  border-top: transparent;
  /*color: rgba(0,0,0,0.3);*/
}
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a:hover {
  color: #f77709;
}
.hc-offcanvas-nav .nav-wrapper.nav-wrapper-0 > .nav-content:first-child {
  height: 100%;
  /*滾軸出現與否，不影響原本內容框度*/
  overflow-y: overlay;
  /*軸軌*/
  /*軸寬*/
  /*軸角*/
  /*滑鼠移過時*/
}
.hc-offcanvas-nav .nav-wrapper.nav-wrapper-0 > .nav-content:first-child::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav .nav-wrapper.nav-wrapper-0 > .nav-content:first-child::-webkit-scrollbar {
  width: 0px;
}
.hc-offcanvas-nav .nav-wrapper.nav-wrapper-0 > .nav-content:first-child::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.hc-offcanvas-nav .nav-wrapper.nav-wrapper-0 > .nav-content:first-child:hover::-webkit-scrollbar:vertical {
  width: 10px;
  position: fixed;
}
.hc-offcanvas-nav .nav-wrapper.nav-wrapper-0 > .nav-content:first-child:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav .nav-wrapper.nav-wrapper-0 > .nav-content:first-child:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.hc-offcanvas-nav h2 {
  color: #ffffff;
  font-size: 24px;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a,
.hc-offcanvas-nav a,
.hc-offcanvas-nav .nav-item {
  border-bottom: none;
}
.hc-offcanvas-nav .nav-content {
  height: auto;
  height: initial;
  max-height: none;
}
.hc-offcanvas-nav li.nav-parent .nav-item {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .hc-offcanvas-nav.disable-body.nav-open::after, .hc-offcanvas-nav .sub-level-open::after {
    visibility: hidden;
  }
}
.hc-offcanvas-nav.theme-blue {
  /*--選單顏色--*/
  /*--第一層展開時--*/
  /*--第二層--*/
  /*--第三層--*/
  /*--第四層--*/
  /*--第五層--*/
  /*--第六層--*/
  /*--選擇--*/
  /*--打開--*/
  /*--關閉--*/
  /*--選項--*/
  /*--選單icon 程式--*/
  /*--選單icon 禁止--*/
  /*--選單icon 資料夾--*/
  /*--選單捲軸--*/
  /*--查詢結果--*/
}
.hc-offcanvas-nav.theme-blue .nav-container {
  background-color: #f5f5f5;
}
.hc-offcanvas-nav.theme-blue.nav-levels-expand .nav-container li.level-open, .hc-offcanvas-nav.theme-blue.nav-levels-none .nav-container li.level-open {
  background: transparent;
}
.hc-offcanvas-nav.theme-blue.nav-levels-expand .nav-container ul .nav-wrapper.nav-wrapper-1 {
  background-color: #ebebeb;
}
.hc-offcanvas-nav.theme-blue.nav-levels-expand .nav-container ul .nav-wrapper.nav-wrapper-2 {
  background-color: #e6e6e6;
}
.hc-offcanvas-nav.theme-blue.nav-levels-expand .nav-container ul .nav-wrapper.nav-wrapper-3 {
  background-color: #e1e1e1;
}
.hc-offcanvas-nav.theme-blue.nav-levels-expand .nav-container ul .nav-wrapper.nav-wrapper-4 {
  background-color: gainsboro;
}
.hc-offcanvas-nav.theme-blue.nav-levels-expand .nav-container ul .nav-wrapper.nav-wrapper-5 {
  background-color: gainsboro;
}
.hc-offcanvas-nav.theme-blue.nav-levels-expand .nav-container li.level-open a:hover, .hc-offcanvas-nav.theme-blue.nav-levels-none .nav-container li.level-open a:hover {
  color: #f77709;
}
.hc-offcanvas-nav.theme-blue.nav-levels-expand .nav-container li.level-open a, .hc-offcanvas-nav.theme-blue.nav-levels-none .nav-container li.level-open a {
  background: transparent;
  border: none;
}
.hc-offcanvas-nav.theme-blue li.nav-close a, .hc-offcanvas-nav.theme-blue li.nav-back a {
  background: #2c5d8f;
  border-top: 1px solid #295887;
  border-bottom: 1px solid #295887;
}
.hc-offcanvas-nav.theme-blue a, .hc-offcanvas-nav.theme-blue .hc-offcanvas-nav .nav-item {
  color: rgba(0, 0, 0, 0.8);
}
.hc-offcanvas-nav.theme-blue a:hover, .hc-offcanvas-nav.theme-blue .hc-offcanvas-nav .nav-item:hover {
  color: #f77709;
}
.hc-offcanvas-nav.theme-blue .nav-icon-program {
  color: #f77709;
}
.hc-offcanvas-nav.theme-blue .nav-icon-stop {
  color: #f66363;
}
.hc-offcanvas-nav.theme-blue .nav-icon-folder {
  color: #f6da63;
}
.hc-offcanvas-nav.theme-blue span.nav-next::before, .hc-offcanvas-nav.theme-blue li.nav-back span::before {
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav.theme-blue h2 {
  color: rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav.theme-blue .nav-wrapper.nav-wrapper-0 > .nav-content:first-child {
  /*軸軌*/
  /*軸寬*/
  /*軸角*/
  /*滑鼠移過時*/
}
.hc-offcanvas-nav.theme-blue .nav-wrapper.nav-wrapper-0 > .nav-content:first-child::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.hc-offcanvas-nav.theme-blue .nav-wrapper.nav-wrapper-0 > .nav-content:first-child::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0);
}
.hc-offcanvas-nav.theme-blue .nav-wrapper.nav-wrapper-0 > .nav-content:first-child::-webkit-scrollbar-thumb {
  background-color: #0063b1;
}
.hc-offcanvas-nav.theme-blue .nav-wrapper.nav-wrapper-0 > .nav-content:first-child:hover::-webkit-scrollbar:vertical {
  background-color: #F5F5F5;
}
.hc-offcanvas-nav.theme-blue .nav-wrapper.nav-wrapper-0 > .nav-content:first-child:hover::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.hc-offcanvas-nav.theme-blue .nav-wrapper.nav-wrapper-0 > .nav-content:first-child:hover::-webkit-scrollbar-thumb {
  background-color: #738595;
}
.hc-offcanvas-nav.theme-blue .searchResult {
  background-color: rgba(255, 255, 255, 0.2);
}
.hc-offcanvas-nav li {
  color: #000000;
}
.hc-offcanvas-nav li.nav-parent .nav-item {
  padding-right: 0;
}
.hc-offcanvas-nav li.searchResult a {
  padding: 14px 17px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
  border-top: none;
}
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background: none;
}
.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .hc-offcanvas-nav .nav-back a {
  border-bottom: none;
}
.hc-offcanvas-nav .nav-next span::before, .hc-offcanvas-nav .hc-offcanvas-nav .nav-back span::before {
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav .nav-next span::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > .nav-next span::before, .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a > .nav-next span::before, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > .nav-next span::before, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a > .nav-next span::before {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

/*Conetnt PlaceHolder*/
@keyframes placeHolderShimmer-xs {
  0% {
    background-position: -250px 0;
  }
  100% {
    background-position: 250px 0;
  }
}
@keyframes placeHolderShimmer-sm {
  0% {
    background-position: -360px 0;
  }
  100% {
    background-position: 360px 0;
  }
}
@keyframes placeHolderShimmer-md {
  0% {
    background-position: -470px 0;
  }
  100% {
    background-position: 470px 0;
  }
}
@keyframes placeHolderShimmer-lg {
  0% {
    background-position: -570px 0;
  }
  100% {
    background-position: 570px 0;
  }
}
#appPlaceholder {
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  #appPlaceholder {
    height: 680px;
  }
}
@media (min-width: 768px) {
  #appPlaceholder {
    height: 600px;
  }
}

.animated-background {
  background-size: 100% 100px;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #dddddd 8%, #bbbbbb 18%, #dddddd 33%);
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .animated-background {
    animation-name: placeHolderShimmer-xs;
    background-size: 500px 100px;
  }
}
@media (min-width: 768px) {
  .animated-background {
    animation-name: placeHolderShimmer-sm;
  }
}
@media (min-width: 992px) {
  .animated-background {
    animation-name: placeHolderShimmer-md;
  }
}
@media (min-width: 1200px) {
  .animated-background {
    animation-name: placeHolderShimmer-lg;
  }
}

/* Every thing below this is just positioning */
.background-masker {
  background-color: #f5f5f5;
  position: absolute;
}
.background-masker.header-top {
  height: 15px;
  width: 100%;
}
.background-masker.header-content {
  top: 11px;
  height: 40px;
  width: calc(50% + 8px);
  left: -4px;
  background-color: transparent;
  border-radius: 12px;
  border: solid 4px #f5f5f5;
}
.background-masker.header-right {
  top: 15px;
  height: 34px;
  width: 50%;
  left: 50%;
}
.background-masker.header-bottom {
  top: 49px;
  height: 20px;
  width: 100%;
}
.background-masker.fn-1 {
  top: 69px;
  height: 34px;
  width: 10px;
  left: 12%;
}
.background-masker.fn-2 {
  top: 69px;
  height: 34px;
  width: 10px;
  left: calc(24% + 10px);
}
.background-masker.fn-3 {
  top: 69px;
  height: 34px;
  width: 10px;
  left: calc(36% + 20px);
}
.background-masker.fn-4 {
  top: 69px;
  height: 34px;
  width: 10px;
  left: calc(48% + 30px);
}
.background-masker.fn-5 {
  top: 69px;
  height: 34px;
  width: 10px;
  left: calc(60% + 40px);
}
.background-masker.fn-content-1 {
  top: 65px;
  height: 42px;
  width: calc(12% + 8px);
  left: -4px;
  background-color: transparent;
  border-radius: 12px;
  border: solid 4px #f5f5f5;
}
.background-masker.fn-content-2 {
  top: 65px;
  height: 42px;
  width: calc(12% + 8px);
  left: calc(12% + 6px);
  background-color: transparent;
  border-radius: 12px;
  border: solid 4px #f5f5f5;
}
.background-masker.fn-content-3 {
  top: 65px;
  height: 42px;
  width: calc(12% + 8px);
  left: calc(24% + 16px);
  background-color: transparent;
  border-radius: 12px;
  border: solid 4px #f5f5f5;
}
.background-masker.fn-content-4 {
  top: 65px;
  height: 42px;
  width: calc(12% + 8px);
  left: calc(36% + 26px);
  background-color: transparent;
  border-radius: 12px;
  border: solid 4px #f5f5f5;
}
.background-masker.fn-content-5 {
  top: 65px;
  height: 42px;
  width: calc(12% + 8px);
  left: calc(48% + 36px);
  background-color: transparent;
  border-radius: 12px;
  border: solid 4px #f5f5f5;
}
.background-masker.fn-content-6 {
  top: 65px;
  height: 42px;
  width: calc(12% + 8px);
  left: calc(60% + 46px);
  background-color: transparent;
  border-radius: 12px;
  border: solid 4px #f5f5f5;
}
.background-masker.fn-right {
  top: 69px;
  height: 34px;
  width: calc(28.5% - 50px);
  left: calc(72% + 50px);
}
.background-masker.fn-bottom {
  top: 103px;
  height: 15px;
  width: 100%;
}
.background-masker.grid-top-content {
  top: 114px;
  height: 40px;
  width: calc(100% + 8px);
  left: -4px;
  background-color: transparent;
  border-radius: 12px;
  border: solid 4px #f5f5f5;
}
.background-masker.grid-top {
  top: 150px;
  height: 5px;
  width: 100%;
}
.background-masker.grid-center-content {
  top: 151px;
  height: 403px;
  width: calc(100% + 8px);
  left: -4px;
  background-color: transparent;
  border-radius: 12px;
  border: solid 4px #f5f5f5;
}
.background-masker.grid-bottom-content {
  top: 551px;
  height: 52px;
  width: calc(100% + 8px);
  left: -4px;
  background-color: transparent;
  border-radius: 12px;
  border: solid 4px #f5f5f5;
}
.background-masker.grid-bottom {
  top: 550px;
  height: 5px;
  width: 100%;
}
