/*
Bank of Taiwan Theme
---------------------------
TABLE OF CONTENTS:
1 - Global Libraries
2 - Global Defaults
3 - Layouts
  3.1 - Header / Navbar
  3.2 - Content Area
  3.3 - Footer
  3.4 - Off-canvas Menu
---------------------------
*/
/* Global Libraries
================================================== */
@import url(font-awesome.min.css);
@import url(ionicons.min.css);
@import url(jquery.mmenu.all.css);
@import url(bootstrap.min.css);
@import url(bootstrap-datetimepicker.min.css);
@import url(elements.css);
@import url(tools.css);

/* Global Defaults
================================================== */
html {
	box-sizing: border-box;
	overflow-y: scroll !important;
	overflow-x: hidden;
}
body {
	font-family: "微软雅黑", "宋体","微軟正黑體", "Microsoft Yahei", STXihei, "华文细黑", sans-serif;
	-webkit-text-size-adjust: none;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body, input, textarea, select, button {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "liga", "kern";
	-moz-font-feature-settings: "liga", "kern";
	font-feature-settings: "liga", "kern";
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	font-kerning: normal;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: 0;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	color: inherit;
}
a:focus, a:active {
	outline: 0;
}
p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
button, input {
	font-family: "微软雅黑", "宋体", "微軟正黑體", "Microsoft Yahei", STXihei, "华文细黑", sans-serif;
}
::-webkit-input-placeholder {
color:#787878;
}
::-moz-placeholder {
color:#787878;
}
:-ms-input-placeholder {
color:#787878;
}
input:-moz-placeholder {
color:#787878;
}
::-ms-clear {
 display: none !important;
 width : 0 !important;
 height: 0 !important;
}
::-ms-reveal {
 display: none !important;
 width : 0 !important;
 height: 0 !important;
}
.no-padding {
	padding: 0!important;
}
.no-margin {
	margin: 0!important;
}
.no-bankground {
	background: none!important;
}
.overflow-visible {
	overflow: visible;
}
.vertical-align-center {
	display: table;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
hr {
	border: 0;
	height: 1px;
	background-color: rgba(0, 0, 0, .22);
	display: block;
	margin: 6px 0;
}
hr.md {
	margin: 8px 0 16px;
}
hr.sm {
	margin: 0px;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
.bold {
	font-weight: bold !important;
}
.inline {
	display: inline;
}
small {
	font-size: 68% !important;
}
.no-scroll {
	overflow: hidden !important;
}
.hidden {
	display: none;
}
.visible-ie9 {
	display: none !important;
}
.hidden-ie9 {
	display: inherit;
}

/******* No Javascript ********/
.no-js .preloader, .no-js #container, .no-js #main-menu {
	display: none;
}
.no-js body {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999999;
	top: 0;
	color: #000;
	font-size: 16px;
	padding: 24px;
	background: #fff;
}
.no-js body:after {
	content: "您的瀏覽器不支援Javascript, 本網站需要Javasctip才能正常瀏覽, 請使用可執行Javascript的瀏覽器！"
}
/******* Small Grid ********/
.small-grid .row {
	margin-left: -10px;
	margin-right: -10px;
}
.small-grid .col-xs-1, .small-grid .col-sm-1, .small-grid .col-md-1, .small-grid .col-lg-1, .small-grid .col-xs-2, .small-grid .col-sm-2, .small-grid .col-md-2, .small-grid .col-lg-2, .small-grid .col-xs-3, .small-grid .col-sm-3, .small-grid .col-md-3, .small-grid .col-lg-3, .small-grid .col-xs-4, .small-grid .col-sm-4, .small-grid .col-md-4, .small-grid .col-lg-4, .small-grid .col-xs-5, .small-grid .col-sm-5, .small-grid .col-md-5, .small-grid .col-lg-5, .small-grid .col-xs-6, .small-grid .col-sm-6, .small-grid .col-md-6, .small-grid .col-lg-6, .small-grid .col-xs-7, .small-grid .col-sm-7, .small-grid .col-md-7, .small-grid .col-lg-7, .small-grid .col-xs-8, .small-grid .col-sm-8, .small-grid .col-md-8, .small-grid .col-lg-8, .small-grid .col-xs-9, .small-grid .col-sm-9, .small-grid .col-md-9, .small-grid .col-lg-9, .small-grid .col-xs-10, .small-grid .col-sm-10, .small-grid .col-md-10, .small-grid .col-lg-10, .small-grid .col-xs-11, .small-grid .col-sm-11, .small-grid .col-md-11, .small-grid .col-lg-11, .small-grid .col-xs-12, .small-grid .col-sm-12, .small-grid .col-md-12, .small-grid .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}
/******* Smaller Grid ********/
.smaller-grid .row {
	margin-left: -4px;
	margin-right: -4px;
}
.smaller-grid .col-xs-1, .smaller-grid .col-sm-1, .smaller-grid .col-md-1, .smaller-grid .col-lg-1, .smaller-grid .col-xs-2, .smaller-grid .col-sm-2, .smaller-grid .col-md-2, .smaller-grid .col-lg-2, .smaller-grid .col-xs-3, .smaller-grid .col-sm-3, .smaller-grid .col-md-3, .smaller-grid .col-lg-3, .smaller-grid .col-xs-4, .smaller-grid .col-sm-4, .smaller-grid .col-md-4, .smaller-grid .col-lg-4, .smaller-grid .col-xs-5, .smaller-grid .col-sm-5, .smaller-grid .col-md-5, .smaller-grid .col-lg-5, .smaller-grid .col-xs-6, .smaller-grid .col-sm-6, .smaller-grid .col-md-6, .smaller-grid .col-lg-6, .smaller-grid .col-xs-7, .smaller-grid .col-sm-7, .smaller-grid .col-md-7, .smaller-grid .col-lg-7, .smaller-grid .col-xs-8, .smaller-grid .col-sm-8, .smaller-grid .col-md-8, .smaller-grid .col-lg-8, .smaller-grid .col-xs-9, .smaller-grid .col-sm-9, .smaller-grid .col-md-9, .smaller-grid .col-lg-9, .smaller-grid .col-xs-10, .smaller-grid .col-sm-10, .smaller-grid .col-md-10, .smaller-grid .col-lg-10, .smaller-grid .col-xs-11, .smaller-grid .col-sm-11, .smaller-grid .col-md-11, .smaller-grid .col-lg-11, .smaller-grid .col-xs-12, .smaller-grid .col-sm-12, .smaller-grid .col-md-12, .smaller-grid .col-lg-12, .smaller-grid .col-xs-15, .smaller-grid .col-sm-15, .smaller-grid .col-md-15, .smaller-grid .col-lg-15, .smaller-grid .col-xs-25, .smaller-grid .col-sm-25, .smaller-grid .col-md-25, .smaller-grid .col-lg-25 {
	padding-left: 4px;
	padding-right: 4px;
}
/******* Smallest Grid ********/
.smallest-grid .row {
	margin-left: -2px;
	margin-right: -2px;
}
.smallest-grid .col-xs-1, .smallest-grid .col-sm-1, .smallest-grid .col-md-1, .smallest-grid .col-lg-1, .smallest-grid .col-xs-2, .smallest-grid .col-sm-2, .smallest-grid .col-md-2, .smallest-grid .col-lg-2, .smallest-grid .col-xs-3, .smallest-grid .col-sm-3, .smallest-grid .col-md-3, .smallest-grid .col-lg-3, .smallest-grid .col-xs-4, .smallest-grid .col-sm-4, .smallest-grid .col-md-4, .smallest-grid .col-lg-4, .smallest-grid .col-xs-5, .smallest-grid .col-sm-5, .smallest-grid .col-md-5, .smallest-grid .col-lg-5, .smallest-grid .col-xs-6, .smallest-grid .col-sm-6, .smallest-grid .col-md-6, .smallest-grid .col-lg-6, .smallest-grid .col-xs-7, .smallest-grid .col-sm-7, .smallest-grid .col-md-7, .smallest-grid .col-lg-7, .smallest-grid .col-xs-8, .smallest-grid .col-sm-8, .smallest-grid .col-md-8, .smallest-grid .col-lg-8, .smallest-grid .col-xs-9, .smallest-grid .col-sm-9, .smallest-grid .col-md-9, .smallest-grid .col-lg-9, .smallest-grid .col-xs-10, .smallest-grid .col-sm-10, .smallest-grid .col-md-10, .smallest-grid .col-lg-10, .smallest-grid .col-xs-11, .smallest-grid .col-sm-11, .smallest-grid .col-md-11, .smallest-grid .col-lg-11, .smallest-grid .col-xs-12, .smallest-grid .col-sm-12, .smallest-grid .col-md-12, .smallest-grid .col-lg-12, .smallest-grid .col-xs-15, .smallest-grid .col-sm-15, .smallest-grid .col-md-15, .smallest-grid .col-lg-15, .smallest-grid .col-xs-25, .smallest-grid .col-sm-25, .smallest-grid .col-md-25, .smallest-grid .col-lg-25 {
	padding-left: 2px;
	padding-right: 2px;
}
/******* Zero Grid ********/
.zero-grid .row {
	margin-left: 0px;
	margin-right: 0px;
}
.zero-grid .col-xs-1, .zero-grid .col-sm-1, .zero-grid .col-md-1, .zero-grid .col-lg-1, .zero-grid .col-xs-2, .zero-grid .col-sm-2, .zero-grid .col-md-2, .zero-grid .col-lg-2, .zero-grid .col-xs-3, .zero-grid .col-sm-3, .zero-grid .col-md-3, .zero-grid .col-lg-3, .zero-grid .col-xs-4, .zero-grid .col-sm-4, .zero-grid .col-md-4, .zero-grid .col-lg-4, .zero-grid .col-xs-5, .zero-grid .col-sm-5, .zero-grid .col-md-5, .zero-grid .col-lg-5, .zero-grid .col-xs-6, .zero-grid .col-sm-6, .zero-grid .col-md-6, .zero-grid .col-lg-6, .zero-grid .col-xs-7, .zero-grid .col-sm-7, .zero-grid .col-md-7, .zero-grid .col-lg-7, .zero-grid .col-xs-8, .zero-grid .col-sm-8, .zero-grid .col-md-8, .zero-grid .col-lg-8, .zero-grid .col-xs-9, .zero-grid .col-sm-9, .zero-grid .col-md-9, .zero-grid .col-lg-9, .zero-grid .col-xs-10, .zero-grid .col-sm-10, .zero-grid .col-md-10, .zero-grid .col-lg-10, .zero-grid .col-xs-11, .zero-grid .col-sm-11, .zero-grid .col-md-11, .zero-grid .col-lg-11, .zero-grid .col-xs-12, .zero-grid .col-sm-12, .zero-grid .col-md-12, .zero-grid .col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
}
/******* Five Columns ********/
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-35, .col-sm-35, .col-md-35, .col-lg-35 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
.col-xs-25 {
	width: 40%;
	float: left;
}
.col-xs-35 {
	width: 60%;
	float: left;
}
 @media (min-width: 768px) {
.col-sm-15 {
 width: 20%;
 float: left;
}
.col-sm-25 {
 width: 40%;
 float: left;
}
.col-sm-35 {
 width: 60%;
 float: left;
}
}
 @media (min-width: 992px) {
.col-md-15 {
 width: 20%;
 float: left;
}
.col-md-25 {
 width: 40%;
 float: left;
}
.col-md-35 {
 width: 60%;
 float: left;
}
}
 @media (min-width: 1200px) {
.col-lg-15 {
 width: 20%;
 float: left;
}
.col-lg-25 {
 width: 40%;
 float: left;
}
.col-lg-35 {
 width: 60%;
 float: left;
}
}
/******* Loader ********/
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999999;
	top: 0;
	background: rgba(255, 255, 255, .68);
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	text-align: center;
	height: 88px;
	margin-left: -100px;
	margin-top: 9px;
	font-size: 19px;
	color: #024a06;
}
/* Layouts
================================================== */
body {
	margin: 0;
	color: #252525;
	background-color: #fff;
	background-position: left center;
	background-repeat: repeat-y;
	font-size: 15px;
	position: relative;
}
body.modal-open {
	overflow-y: auto !important;
	padding-right: 0 !important;
}
#container {
	position: reltive;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: normal;
	color: #b00f61;
	line-height: 1.3333em;
}
p {
	line-height: 1.5333em;
}
h1 {
	font-size: 30px;
	font-weight: lighter;
	letter-spacing: -1px;
}
h2 {
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: -1px;
}
.touch-screen h1, .touch-screen h2 {
	font-weight: normal;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
label {
	font-size: 15px;
}
btn.lg i {
	font-size: 60px!important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
.border-left {
	border-left: 1px solid #dedede;
}
.border-right {
	border-right: 1px solid #dedede;
}
/*
3.1 - Header / Navbar
*/
.header {
	position: fixed;
	width: 100%;
	height: 100px;
	display: block;
	top: 0 !important;
	border-bottom: 0;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 999 !important;
	background-color: #fff;
	-moz-transition: all 0.12s;
	-webkit-transition: all 0.12s;
	-ms-transition: all 0.12s;
	-o-transition: all 0.12s;
	transition: all 0.12s;
	-webkit-box-shadow: 0px 4px 16px -5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 4px 16px -5px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 4px 16px -5px rgba(0, 0, 0, 0.35);
}
.header .navbar {
	margin: 0 !important;
	padding: 0 20px!important;
	border: none;
	border-radius: 0;
}
.header .navbar-header {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}
.header a.navbar-brand {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}
.header a.navbar-brand img {
	width: 314px;
	height: auto;
	margin: 27px 0 0 20px;
	-moz-transition: all 0.12s;
	-webkit-transition: all 0.12s;
	-ms-transition: all 0.12s;
	-o-transition: all 0.12s;
	transition: all 0.12s;
}
/* Navbar */
.header .navbar-default {
	margin: 0 !important;
	padding: 0 !important;
	background-color: transparent;
}
.header .navbar-default .navbar-nav {
	margin-right: 20px;
}
.header .navbar-default .navbar-nav > li {
	margin: 0 20px;
	padding: 0;
	/*20200508-登入後首頁無套到字體*/
	font-family: "微软雅黑", "宋体","微軟正黑體", "Microsoft Yahei", STXihei, "华文细黑", sans-serif;
}
.header .navbar-default .navbar-nav > li.divider {
	margin: 0 5px !important;
}
.header .navbar-default .navbar-nav > li:last-child {
	margin: 0 0 0 20px !important;
}
.header .navbar-default .navbar-nav > li.normal-link > a, .header .navbar-default .navbar-nav > li.divider > span {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 !important;
	padding: 0 5px !important;
	line-height: 100px;
	position: relative;
	display: block;
	-moz-transition: all 0.12s;
	-webkit-transition: all 0.12s;
	-ms-transition: all 0.12s;
	-o-transition: all 0.12s;
	transition: all 0.12s;
}
.header .navbar-default .navbar-nav > li.normal-link > a:hover, .header .navbar-default .navbar-nav > li.normal-link > a:active, .header .navbar-default .navbar-nav > li.normal-link > a:focus, .header .navbar-default .navbar-nav > li.normal-link.active a, .header .navbar-default .navbar-nav > li.normal-link.active:hover a {
	background-color: transparent;
	color: #b00f61;
}
.header .navbar-default .navbar-nav > li.normal-link.active > a:before {
	position: absolute;
	width: 100%;
	height: 4px;
	display: block;
	bottom: 0;
	left: 0;
	content: "";
	background-color: #b00f61;
	z-index: 99;
	-moz-transition: all 0.12s;
	-webkit-transition: all 0.12s;
	-ms-transition: all 0.12s;
	-o-transition: all 0.12s;
	transition: all 0.12s;
}
.header .navbar-default .navbar-nav > li.button-link > a {
	margin: 28px 0 0 0!important;
}
.header .navbar-default .navbar-nav > li.button-link > a > i {
	font-size: 20px;
	margin-right: 6px;
}
.navbar-mobile {
	display: none;
}
/* Onscroll Compact Header */
.header.compact-height {
	height: 60px;
}
.header.compact-height a.navbar-brand img {
	width: 280px;
	margin: 10px 0 0 30px;
}
.header.compact-height .navbar-default .navbar-nav > li.normal-link > a {
	line-height: 60px;
}
.header.compact-height .navbar-default .navbar-nav > li.button-link > a {
	margin: 7px 0 0 0!important;
}
/*
3.2 - Content Area
*/
.wrapper {
	margin: 0;
	padding: 100px 0 0 0;
	position: relative;/*overflow-x: hidden;*/
}
.wrapper:before {
	background-color: #fcfcfc;
	position: fixed;
	top: 0;
	left: 0;
	width: 245px;
	height: 100%;
	content: "";
	z-index: -1;
}
.content {
	padding: 0;
	margin: 0;/*overflow-x: hidden;*/
}
.content img.responsive {
	width: 100%;
	max-width: 100%;
	height: auto !important;
}
/******* Content Container ********/
.content-container {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
	display: block;
}
.two-col-wrapper {
	box-sizing: border-box;
}
.two-col-wrapper:before, .two-col-wrapper:after {
	display: table;
	content: "";
}
.two-col-wrapper:after {
	clear: both;
}
.col-page {
	position: relative;
	box-sizing: border-box;
}
.col-page-left {
	float: left;
	width: 245px;
}
.col-page-center {
	float: left;
	width: 100%;
	margin-right: -245px;
}
.page-title-holder, .content-body, .dashboard-body {
	margin-right:245px;
}
.page-banner-holder img {
	width:100%;
	max-width:100%;
	height:auto!important;
}
/******* Mobile Utility ********/
.mobile-utility {
	width: 100%;
	padding: 0 120px 0 40px;
	background-color: #a2a2a2;
	color: #fff;
	position: relative;
}
.mobile-utility .logout-action {
	position: absolute;
	top: -3px;
	right: -3px;
}
.mobile-utility .mobile-nav {
	position: absolute;
	top: 3px;
	left: 0;
}
.mobile-utility .mobile-nav .btn-mobile-nav {
	color: #fff;
	font-size: 26px;
	width: 26px;
	height: 26px;
}
.mobile-utility .logout-action .btn-md {
	border-radius: 0;
	height: 44px;
	line-height: 42px!important;
	padding: 0 16px!important;
	font-size: 16px;
}
.mobile-utility .login-info {
	margin: 0;
	font-size: 12px;
	line-height: 1.3em;
	padding: 7px 0px 0px 39px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	height: 45px;
}
.mobile-utility .login-info > .login-avatar {
	width: 38px;
	height: 38px;
	left: 0;
	top: 3px;
	margin: 0;
	position: absolute;
}
.mobile-utility .login-info > .login-avatar > i {
	font-size: 38px;
	line-height: 38px;
	color: #676767;
}
.mobile-utility .login-info > .login-profile {
	position: relative;
}
.mobile-utility .login-info > .login-profile > .login-company {
	display: block;
}
/******* Login Info ********/
.col-page-left .login-info {
	background-color: #ddd;
	margin: 0;
	padding: 10px 20px 10px 70px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	min-height: 60px;
}
.col-page-left .login-info > .login-avatar {
	width: 60px;
	height: 60px;
	left: 20px;
	top: 3px;
	margin: 0;
	position: absolute;
}
.col-page-left .login-info > .login-avatar > i {
	font-size: 45px;
	line-height: 60px;
	color: #a4a4a4;
}
.col-page-left .login-info > .login-profile {
	position: relative;
}
.col-page-left .login-info > .login-profile > .login-company {
	display: block;
}
/******* Page Nav ********/
ul.page-menu {
	margin: 0;
	padding: 0;
}
ul.page-menu a {
	line-height: 1.2em;
}
ul.page-menu a:hover, ul.page-menu a:active, ul.page-menu a:focus {
	text-decoration: none;
}
ul.page-menu:after {
	width: 100%;
	height: 20px;
	display: block;
	background-image: url(../images/menu-drop-shadow.png);
	background-repeat: no-repeat;
	background-position: top left;
	content: "";
	z-index: 9;
}
ul.page-menu > li {
	position: relative;
	margin: 0;
	padding: 0;
	height: auto;
	list-style: none;
}
ul.page-menu > li > ul {
	display: none;
}
ul.page-menu > li > a {
	display: block;
	padding: 16px 18px 16px 18px;
	margin: 0!important;
	color: #333;
	background-color: #eee;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	list-style: none;
	position: relative;
}
ul.page-menu > li > a:hover {
	color: #b00f61;
	background-color: #f4f4f4;
	text-decoration: none;
}
ul.page-menu > li > a:after {
	font-family: 'FontAwesome';
	font-weight: 400;
	display: inline-block;
	content: "\f105";
	position: absolute;
	right: 15px;
	font-size: 22px;
}
ul.page-menu > li.has-child > a:after {
	content: "\f107";
}
ul.page-menu > li.active:after {
	width: 5px;
	height: 100%;
	display: block;
	position: absolute;
	right: -5px;
	top: 0;
	background-color: #b00f61;
	content: "";
	z-index: 9;
}
ul.page-menu > li.active > a {
	color: #b00f61;
	background-color: #fafafa;
}
ul.page-menu > li.has-child.active > a:after {
	content: "\f106";
}
ul.page-menu > li.has-child.active > ul {
	display: block!important;
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.page-menu > li > ul > li  {
    width: 100%!important;
	display: block;
}
ul.page-menu > li > ul > li > a {
    width: 100%!important;
	list-style: none;
	color: #565656;
	background-color: #fff;
	margin: 0!important;
	font-weight: bold;
	padding: 12px 0 12px 26px!important;
	display: block;
}
ul.page-menu > li > ul > li.active > a {
	color: #fff;
	background-color: #b00f61;
}
/******* Utility ********/
.page-utility-holder {
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	line-height: 1em;
	padding: 10px 45px 0;
	margin: 0 245px 0 0;
}
.page-utility-holder:before, .page-utility-holder:after {
	display: table;
	content: "";
}
.page-utility-holder:after {
	clear: both;
}
.utility-countdown, .utility-sep, .utility-menu {
	display: inline-block;
}
.utility-countdown {
	border-right: 1px solid #dedede;
	padding-right: 10px;
}
.utility-countdown .utility-countdown-digit {
	margin: 0 8px;
	color: #b00f61;
	font-family: Helvetica, Arial, " sans-serif";
	font-size: 20px;
}
.utility-countdown .btn-recount {
	border: 1px solid #b00f61;
	background-color: #fff;
	height: 24px;
	line-height: 22px;
	padding: 0 12px;
	margin-top: 3px;
	color: #b00f61;
	border-radius: 12px;
	font-weight: bold;
}
.utility-countdown .btn-recount:hover {
	border: 1px solid #87124d;
	color: #87124d;
}
.utility-menu {
	list-style: none;
	padding: 0;
}
.utility-menu > li {
	display: inline-block;
	margin: 0 10px;
}
.utility-menu > li:last-child {
	margin: 0 0 0 10px;
}
.utility-menu > li > a {
	display: block;
	color: #252525;
	fot-weight: bold!important;
}
.utility-menu li a:hover, .utility-menu li a:focus, .utility-menu li a:active {
	text-decoration: none;
}
/******* Page Title ********/
.page-titile-holder {
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	padding: 0px 45px!important;
	margin: 0 245px 0 0;
}
.page-title, .widget-title {
	line-height: 1em!important;
	position: relative;
	padding: 0;
	margin: 0!important;
	border-bottom: 1px solid #ddd;
}
.page-title:after, .widget-title:after {
	width: 320px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #b00f61;
	content: "";
	z-index: 9;
}
.widget-title:after {
	width: 220px;
}
.page-title h1, .widget-title h1 {
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 8px 0;
}
.widget-title h1 i {
	font-size: 32px;
}
ul.breadcrumb {
	display: inline-block;
	background-color: #eee;
	width: auto!important;
	margin-top: 12px;
	margin-bottom: 20px;
	border-radius: 50px;
	padding: 6px 20px;
}
ul.breadcrumb > li {
	display: inline-block;
	color: #b00f61;
}
ul.breadcrumb > li + li:before {
	font-family: 'FontAwesome';
	display: inline-block;
	content: '\f105';
	padding: 0 10px 0 8px;
	color: #252525 !important;
}
ul.breadcrumb > li a {
	color: #252525;
	text-decoration: none;
}
ul.breadcrumb > li a:hover {
	color: #b00f61;
	text-decoration: none;
}
/******* Content Body ********/
.col-page > .content-body, .col-page > .dashboard-body {
	min-height: 550px;
	line-height: 1.3em;
	position: relative;
	padding: 0px 45px 60px 45px!important;
	margin-bottom: 0!important;
}
.col-page > .dashboard-body {
	min-height: 550px;
	padding: 30px 45px 60px 45px!important;
}
.content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6, .content-body p {
	margin-bottom: 16px;
	display: block;
}
.content-body p:only-child, .content-body p:last-child {
	margin-bottom: 0px;
}
.content-body small {
	font-size: 14px;
}
.content-body ul, .content-body ol {
	padding-left: 0px;
	margin: 0;
	margin-bottom: 16px !important;
	display: block;
}
.content-body ol li {
	list-style: decimal;
	margin-left: 26px;
	line-height: 1.5em;
}
.content-body ul li {
	list-style: disc;
	margin-left: 26px;
	line-height: 1.5em;
}
.content-body ul ul li {
	list-style: circle;
}
.content-body ul ol li {
	list-style: decimal;
}
.content-body ul.arrow-list, .content-body ul.list-unstyled {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.content-body ul.arrow-list li {
	list-style: none;
	padding: 0px;
	margin: 0;
	padding-left: 18px !important;
	display: block;
	position: relative;
}
.content-body ul.arrow-list li:before {
	font-family: 'FontAwesome';
	font-size: 11px;
	display: block;
	position: absolute;
	left: 0;
	content: "\f105";
}
.content-body ul.list-unstyled li {
	list-style: none;
	padding: 0px;
	margin: 0;
	position: relative;
}
.content-body img {
	margin-bottom: 16px;
}
.content-body a {
	text-decoration: none;
}
.content-body p a, .content-body li a, .content-body table th a, .content-body table td a {
	text-decoration: underline;
}
/******* Widget ********/
.widget-content {
	padding: 20px 0;
}
.widget-content .widget-row {
	margin-bottom: 10px;
}
.widget-content .widget-row:last-child {
	margin-bottom: 0px;
}
/******* Conent Panel ********/
.content-panel {
	width: 88%;
	margin: 20px auto 20px;
	padding: 32px;
	border: 1px solid #dedede;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, .15);
}
.content-panel-title {
	margin-bottom: 32px;
}
.content-panel-inner {
	line-height: 2em;
	margin-top: 32px;
	display: block;
}
/*******  Step ********/
.step-container {
	height: 50px;
	margin-bottom: 12px;
}
.step-container:before, .step-container:after {
	display: table;
	content: "";
}
.step-container:after {
	clear: both;
}
.step-row {
	display: block;
	width: 100%;
}
.step-col, .step-col-arrow {
	display: inline-block;
	float: left;
	width: auto;
	position: relative;
}
.step-col-arrow {
	width: 50px;
	line-height: 50px;
	color: #ababab;
	text-align: center;
}
.step-item {
	display: table;
	height: 50px;
}
.step-item.last-item:after {
	display: none;
}
.step-order, .step-label {
	display: table-cell;
	vertical-align: middle;
}
.step-order > span {
	background-color: #ababab;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	border-radius: 50%;
	margin-right: 12px;
}
.step-label > span {
	color: #ababab;
	font-size: 16px;
}
.step-col.active .step-item > .step-order > span {
	background-color: #b00f61;
}
.step-col.active .step-item > .step-label > span {
	color: #b00f61;
	font-weight: bold;
}
/******* Form Body ********/
.form-body, .list-body{
    margin-bottom: 0px;
    display: block;
}
.form-table-row, .list-table-row {
	border-bottom: 1px solid #dedede;
    width: 100%;
}
.form-table-row:first-child, .list-table-row:first-child {
	border-top: 1px solid #dedede;
}
.form-body + .list-body .list-table-row:first-child, .list-body + .form-body .form-table-row:first-child {
	border-top: none;
}
.form-table-row .form-cell-label, .list-table-row .list-cell-label {
	border-right: 1px solid #dedede;
	position: relative;
	margin-right: -1px;
}
.form-table-row .form-cell-content, .list-table-row .list-cell-content {
	border-left: 1px solid #dedede;
	position: relative;
    display: table!important;
}
.form-group {
	padding: 0px;
	margin: 0;
	position: relative;
}
.form-row, .form-actions, .form-notes {
	width: 100%;
	display: block;
	padding: 8px 12px;
	position: relative;
}
.form-row-title, .list-row-title {
	width: 100%;
	display: block;
	padding: 10px 0;
	margin-bottom: 0!important;
	position: relative;
	color: #b00f61;
	font-size: 17px;
}
.text-row, .label-row {
	width: 100%;
	display: block;
	padding: 8px 12px;
	position: relative;
	min-height: 35px;
}
.label-row {
	text-align: right;
	font-weight: bold;
}
.form-actions {
	padding-bottom: 120px;
}
.list-actions, .list-notes.well {
	width: 100%;
	display:block;
	margin-top: 30px!important;
	margin-bottom: 10px!important;
}
.list-actions {
	width: 100%;
	display:block;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
	text-align: center;
}
.form-inner-row {
	width: 100%;
	display: block;
	padding: 3px 0;
	position: relative;
}
.help-block {
	font-size: 14px;
	color: #666;
	margin-bottom: 2px;
}
.form-notes-trigger {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	background-color: #b00f61;
	color: #fff;
	border-radius: 50%;
	left: 25%;
	margin-left: 7.5px;
	margin-top: -15px;
	z-index: 11;
	border: none;
	font-size: 15px;
	cursor: pointer;
}
.form-notes-trigger:hover {
	background-color: #87124d;
}
.form-notes-trigger:after {
	font-family: 'FontAwesome';
	content: "\f068";
}
.form-notes-trigger.expanded:after {
	content: "\f067";
}
h5.section-title {
	width: 100%;
	display: block;
	padding: 10px 0;
	margin-bottom: 0!important;
	position: relative;
	color: #b00f61;
	font-size: 17px;
}
/******* Notes ********/
.notes {
	margin-top: 0px !important;
	border-top: none !important;
}
.notes p, .notes ul, .notes ol {
	color: #787878;
	font-size: 14px !important;
	text-align: left;
}
.notes p:only-child, .notes ul:only-child, .notes ol:only-child, .notes p:last-child, .notes ul:last-child, .notes ol:last-child {
	margin-bottom: 0!important;
}
.inline-notes {
	font-size: 14px !important;
	color: #787878;
}
/******* News List ********/
ul.news-list, .dashboard-body ul.news-list {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
ul.news-list li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.news-list li a {
	list-style: none;
	padding: 8px 0 8px 15px;
	display: block;
	text-decoration: none;
	color: #252525;
	position: relative;
}
ul.news-list li a:before {
	font-family: 'FontAwesome';
	font-weight: 400;
	display: inline-block;
	content: "\f105";
	position: absolute;
	left: 0px;
	font-size: 18px;
	color: #b00f61;
	margin-top: -1px;
}
ul.news-list li a:hover {
	color: #b00f61;
}
ul.news-list-all {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
ul.news-list-all li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.news-list-all li a {
	list-style: none;
	padding: 8px 0 8px 15px;
	display: block;
	text-decoration: none;
	color: #252525;
	position: relative;
}
ul.news-list-all li a:before {
	font-family: 'FontAwesome';
	font-weight: 400;
	display: inline-block;
	content: "\f105";
	position: absolute;
	left: 0px;
	font-size: 18px;
	color: #b00f61;
	margin-top: -1px;
}
ul.news-list-all li a:hover {
	color: #b00f61;
}
.news-date {
	display: block;
	font-size:14px;
	color:#898989;
	font-style: italic;
}
/******* Dropdown Menu ********/
ul.dropdown-menu {
	list-style: none !important;
	display: none;
	margin-top: 8px;
}
ul.dropdown-menu li {
	list-style: none !important;
	margin-left: 0;
}
ul.dropdown-menu li a {
	text-decoration: none;
}
/******* Sitemap ********/
.sitemap-well {
	padding: 0;
	min-height: 360px;
}
.sitemap-well .well-header {
	padding: 8px 0;
	font-size: 17px;
	text-align: center;
	color: #fff;
	background-color: #b00f61;
	border-radius: 3px 3px 0 0;
}
.sitemap-well .well-body {
	padding: 10px 15px;
}
ul.sitemap-nav {
	list-style: none;
	margin: 0px!important;
}
ul.sitemap-nav > li, ul.sitemap-nav > li > a {
	list-style: none;
	margin-left: 0px!important;
	padding-left: 0px!important;
}
ul.sitemap-nav li a, ul.sitemap-nav li {
	display: block;
	text-decoration: none;
	color: #787878;
	border-bottom: none;
}
ul.sitemap-nav li a {
	color: #b00f61;
}
ul.sitemap-nav li a:hover {
	color: #232323;
	text-decoration: underline;
}
ul.sitemap-nav > li {
	font-size: 17px;
}
ul.sitemap-nav > li li {
	margin-left: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 15px;
	border-bottom: none;
}
ul.sitemap-nav > li > a {
	padding: 6px 0px 4px 20px;
	width: 100%;
	display: block;
}
ul.sitemap-nav > li span {
	width: 100%;
	padding: 6px 0px 4px 0px;
	border-bottom: 1px solid #ccc;
	display: block;
}
ul.sitemap-nav > li li a {
	border-bottom: 1px dotted #cdcdcd;
	background-color: transparent;
	padding: 4px;
}
ul.sitemap-nav > li a:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	display: inline-block;
	content: "\f105";
	margin-left: 6px;
	color: #b00f61;
}
ul.sitemap-nav > li li > a:before {
	font-weight: normal;
	display: inline-block;
	content: "-";
	margin-right: 6px;
}
/******* iFrame ********/
.iframe-wrapper iframe {
	width: 100%;
	height: 1500px;
}
.responsive-iframe-wrapper {
	position: relative;
	padding-bottom: 50.25%;
	padding-top: 25px;
	height: 0;
}
.responsive-iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
3.3 - Footer
*/
.footer {
	padding: 0;
	margin: 0;
	height: auto;
	position: relative;
	background-color: #ececec;
}
.legal-wrapper {
	padding: 20px;
	font-size: 14px;
}
.legal-wrapper p {
	margin: 0;
}
.legal-wrapper span {
	margin-right: 10px;
}
.legal-term {
	font-weight: bold;
	width: 100%;
	display: block;
	margin-bottom: 12px;
}
.contact-info {
	width: 100%;
	font-size: 13px;
	position: relative;
}
.contact-info-left {
	width: 440px;
	position: relative;
	float: left;
}
.contact-info-right {
	border-left: 1px solid #dedede;
	padding-left: 30px;
	position: relative;
	overflow: hidden;
}
.footer-tools .go-top {
	position: fixed;
	bottom: 88px;
	right: 25px;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
	z-index: 99;
	background-color: #898989;
	width: 40px;
	height: 40px;
	line-height: 35px;
	border-radius: 50%;
	display: none;
}
.footer-tools .go-top:hover {
	background-color: #565656;
	bottom: 90px;
}
/*
3.4 - Off-canvas Menu
*/
#mobile-nav:not( .mm-menu ) {
 display: none;
}
.mm-menu {
	display: none;
	padding: 0 !important;
}
.mm-panels > .mm-panel {
	padding: 0 0 0 0;
}
.mm-listview {
	font-size: 16px;
	color: #fff!important;
}
.mm-listview > li > a, .mm-listview > li > span {
	padding: 10px 30px 10px 36px;
	margin: 0;
}
.mm-listview li li.mm-selected > a {
	background: #b00f61!important;
}
.mm-listview > li .mm-next {
	margin-right: 20px;
}
.mm-listview > li .mm-next:after {
	border-color: #ddd !important;
}
.mm-listview li.divider {
	border: 3px solid #353535;
}
/*Datepicker*/
.datepicker-holder, .input-group {
	position: relative;
}
.ui-datepicker-trigger{
    border:none;
    background:none;
	color: #b00f61;
	z-index: 9;
 }
.datepicker-holder .ui-datepicker-trigger{
	position: absolute;
	right: 5px;
	top: 7px;
 }
.input-group.datepicker-holder .ui-datepicker-trigger{
	position: absolute;
	top: 7px;
	right: 0px;
 }
.input-group.datepicker-holder .form-control{
   border-radius: 0 4px 4px 0!important;
 }
.print-only, p.print-only {
    display: none;
}

/*03122020 修正頁籤態常會亂掉*/
.nav-tabs li a {
    border: 1px solid transparent;
    background-color: transparent;
}

