html {
  height: 100%;
  /*overflow: hidden;*/
}
body { 
  font-family: "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-size: 16px;*/
  line-height: 1.5;
  color: #555;
  height: 100%;
  font-size: 2.0em;
}
.wrapper {
      width: 100%;
      position: absolute;
      /*background-color: #fff;*/
      overflow: auto;
}
.header-bg {
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-image: url(../images/bg-indexHeader.png);
  background-repeat: no-repeat;
  background-position: center;
  webkit-background-size: covewebkit-background-size: cover;
  background-size: cover;
  /*z-index: -1;*/
}

/******************** index ********************/
/********** header Css **********/
.header {
  height: 250px;
  width: 100%;
  position: relative;
}
.header .container {
  padding-top: 10px;
}
.header-title {
  margin-top: 40px;
  text-align: center;
}

/********** content Css **********/
.content {
  padding-bottom: 70px;
  background-image: url(../images/bg-contentBody.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.content .card {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
  border: 2px solid #bbb;
}
.card .nav-tabs {
  border-bottom: 2px solid #ddd;
}
.card .nav-tabs > li.active > a,
.card .nav-tabs > li.active > a:focus,
.card .nav-tabs > li.active > a:hover {
  border-width: 0;
  background-color: transparent;
}
.card .nav-tabs > li > a {
  border: none;
  color: #555;
  font-size: 1.125em;
  font-weight: bold;
  padding: 10px 55px;
}
.card .nav-tabs > li.active > a,
.card .nav-tabs > li > a:hover {
  border: none;
  color: #3094f9 !important;
  background-color: transparent;
}
.card .nav-tabs > li > a::after {
  content: "";
  background-color: #3094f9;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px; 
  bottom: -1px; 
  transition: all 250ms ease 0s; 
  transform: scale(0);
}
.card .nav-tabs > li.active > a::after,
.card .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.index-content {
  padding: 25px 20px 20px 20px;
  min-height: 440px;
  overflow: auto;
}
.box-wrapper {
  height: 40px;
  border-bottom: 1px dotted #aaa;
}
.box-wrapper > a {
  color: #555;
}
.box-wrapper > a:hover {
  color: #23527c;
}
.box-head {
  line-height: 40px;
}
.box-head::before {
  content: '・';
  font-weight: bold;
  color: #389d4c;
  padding: 0 5px;
}
.box-body {
  line-height: 40px;
}
.signup {
  font-size: .875em;
  color: #555;
}
.signup:hover,
.signup:focus {
  color: #555;
  text-decoration: none;
}
.lostpassword {
  font-size: .875em;
  color: #d12020;
  text-decoration: underline;
}
.lostpassword:hover,
.lostpassword:focus {
  color: #d12020;
}

/********** content Css **********/
.content {
  position: relative;
}
.content .card {
  z-index: 999;
}
.index-content .breadcrumb {
  background-color: inherit;
  font-size: .875em;
}
.index-content .shard {
  font-size: .875em;
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  padding: 8px 15px;
}
.index-content .shard li {
  display: inline-block;
  margin-right: 20px;
}
.index-content .shard li a {
  color: #555;
}
.index-content .shard .shard-fontsiz {
  margin-right: 20px;
}
.index-content .shard .shard-fontsiz a {
  margin: 0 2px;
  text-decoration: none;
  padding: 0.5px 3px;
}
.index-content .shard .shard-fontsiz a:focus {
  background-color: #ddd;
}
.index-content .shard li a:hover {
  color: #3094f9;
}
.content-block {
  margin-bottom: 20px;
}
.content-block .info-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #3094f9;
}
.content-info {
  width: 100%;
  height: 100%;
}
.content-info .info-subtitle {
  font-weight: bold;
  color: #389d4c;
}
.content-info a {
  text-decoration: underline;
}
.content-info .fa-file-o {
  color: #aaa;
}
.content-info .info-indent {
  text-indent: 2em;
}
/********** footer Css **********/
.footer {
  background-color: #389d4c;
  padding: 15px 0;
  border-top: 1px solid #244825;
}
.footer-table {
  color: #fff;
  font-size: .813em;
}
.footer-table li {
  list-style: none;
}
.footer-table li a,
.footer-table tr td a {
  color: #fff;
  text-decoration: underline;
}

/******************** admin ********************/
/********** navBar Css **********/
.epa-navbar {
  background-color: #3c8dbc;
  border: none;
  border-radius: inherit;
  padding-right: 15px;
  position: fixed;
  width: 100%;
  top: 0;
  color: #fff;
  z-index: 10;
  margin-bottom: 0;
}
.top-left-part {
  /*background-color: #2977a5;*/
  padding: 10px 15px;
  display: inline-block;
}
.epa-navbar .epa-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 70px;
}
.epa-navbar .epa-nav li{
  display: inline-block;
  margin-left: 20px;
}
.epa-navbar .nav-style a {
  color: #fff;
  text-decoration: underline;
}

/********** sideBar Css **********/
.sidebar {
  padding-top: 70px;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #36434b;
  width: 200px;
}
.sidebar .nav-first-level a {
  color: #cdd0d2;
}
.sidebar .nav-second-level a {
  color: #a4aaae;
  font-size: .875em;
}
.nav-first-level>li>a {
  position: relative;
  border-bottom: 1px solid #2d383f;
}
.nav-first-level>li>a:hover,
.nav-first-level>li>a:focus {
  background-color: #2e3a42;
  color: #fff;
}
.nav-first-level>li>a>i:first-child {
  padding-right: 5px; 
}
.nav-first-level .fa-chevron-left {
  position: absolute;
  right: 18px;
  top: 19px;
  font-size: .875em;
  -webkit-transition: -webkit-transform .2s;
  -ms-transition: -ms-transform .2s;
  -moz-transition: -moz-transform .2s;
  -o-transition: -o-transform .2s;
  transition: transform .2s;
}
.open-second:focus .fa-chevron-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nav-second-level {
  list-style: none;
  padding-left: 0;
  display: none;
}
.nav-second-level>li>a {
  display: block;
  padding: 6px 15px 6px 35px;
}
.nav-second-level>li>a:hover,
.nav-second-level>li>a:focus {
  color: #fff;
  text-decoration: none;
}
.show {
  z-index: 999;
}

/********** pageWrapper Css **********/
.page-wrapper {
  background-color: #ddd;
  clear: both;
  height: 100%;
  padding: 90px 20px 20px 220px;
}
.page-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  border-top: 2px solid #3c8dbc;
  padding: 10px;
}
.page-nav {
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #aaa;
}
.page-nav>li {
  display: inline-block;
}
.page-nav>li>a {
  display: block;
  padding: 9px 36px;
  text-decoration: none;
  color: #555;
}
.page-nav>li>a:hover {
  color: #3c8dbc;
}
.page-nav>li>a:focus {
  color: #3c8dbc;
  border-bottom: 2px solid #3c8dbc;
}
.page-content-info {
  padding: 20px;
}
.page-content-info .control-label {
  font-weight: initial;
}

/********** modal Css **********/
.epa-modal .modal-title{
  color: #3094f9;
  font-weight: bold;
  font-size: 1.25em;
}

/********** shared Css **********/
.epa-btn {
  padding: 5px 85px;
  font-size: 1em;
  letter-spacing: 5px;
}
.margin-top-100 {
  margin-top: 100px;
}
.padding-top-30 {
  padding-top: 30px;
}
.margin-left-10 {
  margin-left: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.width-100 {
  width: 100%;
}
.btn-blue {
  background-color: #3c8dbc;
  color: #fff;
}
.btn-blue:hover {
  background-color: #367ea9;
  color: #fff;
}
.btn-gray {
  background-color: #fff;
  color: #555;
  border: 1px solid #aaa;
}
.btn-gray:hover {
  background-color: #e6e6e6;
  color: #555;
}
.btn-lightblue {
  background-color: #3094f9;
  color: #fff;
}
.btn-lightblue:hover {
  background-color: #2b85e0;
  color: #fff;
}
.btn-blue:focus,
.btn-lightblue:focus {
  color: #fff;
}
.divfloat {
      float: left;
}