/*
Land Bank 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;
}
.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: #888;
	background-color: rgba(0,0,0,.22);
	display: block;
	margin: 6px 0;
}
hr.md {
	margin: 8px 0 16px;
}
hr.sm {
	margin: 0px 0;
}
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;
}
/*rev001-05062016*/
.visible-ie8 {
	display: none !important;
}
.visible-ie9 {
	display: none !important;
}
/*rev001-05062016*/
.hidden {
	display: none;
}
.hidden-ie8 {
	display: inherit;
}
.hidden-ie9 {
	display: inherit;
}
/******* No Javascript ********/
.no-js .preloader, .no-js #container, .no-js #main-menu, .no-js #popup-search {
	display: none;
}
.no-js body {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999999;
	top: 0;
	color: #000;
	font-size: 16px;
	padding: 24px;
	background: #d0e778;
}
.no-js body:after {
	content: "您的瀏覽器不支援Javascript, 本網站需要Javasctip才能正常瀏覽, 請使用可執行Javascript的瀏覽器！"
}
/******* 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;
}
/******* 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;
}
/******* 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;
}
/******* 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;
}
/******* 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;
}
.loader-walk {
	width: 100px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loader-walk > div {
	content: "";
	width: 20px;
	height: 20px;
	background: #8cb64e;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: animate 2s linear infinite;
	animation: animate 2s linear infinite;
}
.loader-walk > div:nth-of-type(1) {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s;
}
.loader-walk > div:nth-of-type(2) {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
}
.loader-walk > div:nth-of-type(3) {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}
.loader-walk > div:nth-of-type(4) {
	-webkit-animation-delay: -1.6s;
	animation-delay: -1.6s;
}
 @-webkit-keyframes animate {
 0% {
 left: 100px;
 top: 0;
}
 80% {
 left: 0;
 top: 0;
}
 85% {
 left: 0;
 top: -20px;
 width: 20px;
 height: 20px;
}
 90% {
 width: 40px;
 height: 15px;
}
 95% {
 left: 100px;
 top: -20px;
 width: 20px;
 height: 20px;
}
 100% {
 left: 100px;
 top: 0;
}
}
 @keyframes animate {
 0% {
 left: 100px;
 top: 0;
}
 80% {
 left: 0;
 top: 0;
}
 85% {
 left: 0;
 top: -20px;
 width: 20px;
 height: 20px;
}
 90% {
 width: 40px;
 height: 15px;
}
 95% {
 left: 100px;
 top: -20px;
 width: 20px;
 height: 20px;
}
 100% {
 left: 100px;
 top: 0;
}
}
/*rev001-05062016*/
.modal-loading-box {
	height: 40px;
	display: block;
	width: 100%;
}
/*rev001-05062016*/
.modal .loader {
	top: 60px;
	font-size: 16px;
	color: #8cb64e;
}
/*rev001-05062016*/
.modal .loader-walk {
	top: 20px;
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 30px);
}
h5.loading-text {
	margin-bottom: 16px;
}
/*rev001-05062016*/
/* Layouts
================================================== */
body {
	margin: 0;
	color: #252525;
	background-color: #fff;
	background-position: left center;
	background-repeat: repeat-y;
	font-size: 16px;
	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: #024a06;
	line-height: 1.3333em;
}
p {
	line-height: 1.5333em;
}
h1 {
	font-size: 30px;
	font-weight: lighter;
	letter-spacing: -1px;
}
h2 {
	font-size: 26px;
	font-weight: lighter;
	letter-spacing: -1px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
.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%;
	display: block;
	table-layout: auto;
	top: 0 !important;
	border-bottom: 0;
	border-top: 4px solid #024a06;
	margin: 0;
	z-index: 118 !important;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.header.compact-height {
	margin-top: -81px;
}
.header .navbar {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 120px;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 6px 0 0 rgba(124,143,97,.75);
	-moz-box-shadow: 0px 6px 0 0 rgba(124,143,97,.75);
	box-shadow: 0px 6px 0 0 rgba(124,143,97,.75);
}
.header-top-row, .header-bottom-row {
	display: block;
	height: 77px;
	width: 100%;
}
.header-bottom-row {
	height: 43px;
}
.header-top-row:before, .header-top-row:after, .header-bottom-row:before, .header-bottom-row:after {
	display: table;
	content: " ";
}
.header-top-row:after, .header-bottom-row:after {
	clear: both;
}
.header-top-row .navbar-header {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}
.header-top-row .navbar-header a.navbar-brand {
	padding: 0 !important;
	margin-top: 15px;
	margin-left: 25px;
	height: auto;
	line-height: 1em;
}
.header-top-row .navbar-header a.navbar-brand img.logo {
	height: 43px;
	width: auto !important;
	margin: 0;
	padding: 0;
}
.header-top-row .navbar-aside {
	float: right;
	height: 77px;
	line-height: 77px;
	margin-right: 25px;
}
.login-info {
	display: inline-block;
	margin-right: 42px;
	color: #676767;
}
.login-info span.login-icon {
	margin: 0 5px 0 0;
}
.login-info span.login-divide {
	margin: 0 10px;
}
a.btn-logout {
	padding: 0 15px 0 51px;
	height: 48px;
	display: inline-block;
	line-height: 47px;
	color: #729243;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #729243;
	background-image: url(../images/ico-logout.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
}
a.btn-logout:hover {
	color: #333;
	border: 1px solid #333;
	text-decoration: none;
}
/******* Navbar ********/
.navbar-mobile {
	display: none;
	top: -1px;
	left: 0px;
	position: absolute;
	z-index: 119;
}
.btn-mobile-nav {
	font-size: 24px;
	line-height: 66px;
	color: #024a06;
	text-align: left;
}
.btn-mobile-nav:hover, .btn-mobile-nav:active, .btn-mobile-nav:focus {
	color: #353535;
}
.navbar-main {
	padding-left: 50px;
	height: 43px;
	background-color: #f1f2f6;
}
/*Safari padding fixed*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
@media {
.navbar-main {
 padding-left: 47px;
}
}
}
.navbar-trigger {
	position: absolute;
	width: 50px;
	display: block;
	margin: 0 auto 0;
	background-color: #024a06;
	z-index: 120;
}
.navbar-trigger a span {
	display: none;
}
.navbar-trigger a:active, .navbar-trigger a:focus {
	background-color: #024a06;
	color: #fff;
	text-decoration: none;
}
.navbar-trigger a:hover {
	background-color: #252525;
	color: #fff;
	text-decoration: none;
}
.navbar-toggler {
	width: 50px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	display: block;
	background-color: #024a06;
}
.navbar-toggler:after {
	font-family: FontAwesome;
	content: '\f0c9';
	font-size: 24px;
	color: #fff;
}
.navbar-toggler-closed {
	width: 50px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	display: block;
	background-color: #024a06;
}
.navbar-toggler-closed:after {
	font-family: FontAwesome;
	content: '\f054';
	font-size: 24px;
	color: #fff;
}
.after-login .header .navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}
.after-login .header .navbar .nav > li {
	display: table-cell;
	width: auto;
	float: none;
	text-align: center;
}
.after-login .header .navbar .nav > li > a {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 43px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #333;
}
.after-login .header .navbar .nav > li.active > a {
	background-color: #d7e0dc;
	border-bottom: 6px solid #024a06;
}
.after-login .header .navbar .nav > li > a:hover {
	background-color: #d7e0dc;
	border-bottom: 6px solid #024a06;
}
.after-login .header .navbar .nav > li:hover > a, .after-login .header .navbar .nav > li > a:hover, .after-login .header .navbar .nav > li > a:active, .after-login .header .navbar .nav > li > a:focus {
	background-color: #d7e0dc;
	border-bottom: 6px solid #024a06;
}
.after-login .header .navbar .nav > li > ul.dropdown-menu {
	width: 680px;
	padding: 8px;
	border: none;
}
.after-login .header .navbar .nav > li > ul.dropdown-menu.short-menu {
	width: 375px;
}
.after-login .header .navbar .nav > li > ul.dropdown-menu:before {
	position: absolute;
	top: -13px;
	left: 50px;
	display: inline-block;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #fff;
	border-right: 15px solid transparent;
	content: '';
}
.after-login .header .navbar .nav > li > ul.dropdown-menu.pull-right:before {
	left: auto;
	right:50px;
}
.after-login .header .navbar .nav > li > ul > li {
	display: inline-block;
	margin: 0 1px !important;
}
.after-login .header .navbar .nav > li > ul > li > a {
	position: relative;
	margin: 0 !important;
	font-size: 15px;
	line-height: 1em;
	font-weight: normal;
	padding: 8px;
	width: auto;
	display: block;
	color: #333;
}
.after-login .header .navbar .nav > li > ul > li > a:hover {
	background-color: #efefef;
	border-radius: 5px;
}
.after-login .header .navbar .nav > li > ul > li.active > a {
	background-color: #efefef;
	border-radius: 5px;
}
/*
3.2 - Content Area
*/
.wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
}
.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%;
	height: auto;
	position: relative;
	overflow: hidden;
	display:block;
}
.two-col-wrapper, .three-col-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height:auto;
	display:block;
}
.two-col-wrapper:before, .two-col-wrapper:after, .three-col-wrapper:before, .three-col-wrapper:after {
	display: table;
	content: "";
}
.two-col-wrapper:after, .three-col-wrapper:after {
	clear: both;
}
.col-page {
	height: 100%;
	padding-top: 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.col-page-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	background-color: #8cb64e;
	z-index: 12;
}
.col-page-center {
	margin: 0 170px 0 230px;
	position: relative;
}
.two-col-wrapper .col-page-center {
	margin: 0 170px 0 0px;
}
/*For Documentation*/
.two-col-wrapper.right-void .col-page-center {
	margin: 0 0 0 230px;
	margin-right: 0px !important;
}
.col-page-right {
	position: fixed;
	top: 0;
	right: 0;
	width: 170px;
	color: #fff;
	z-index: 12;
	background-color: #617e34;
	background-image: url(../images/side-shadow.png);
	background-position: left center;
	background-repeat: repeat-y;
	-moz-transition: all 0.56s;
	-webkit-transition: all 0.56s;
	-ms-transition: all 0.56s;
	-o-transition: all 0.56s;
	transition: all 0.56s;
}
.col-page-right.compact-height {
	padding-top: 50px;
}
/******* 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 > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.page-menu > li > ul {
	display: none;
}
ul.page-menu > li > a {
	display: block;
	padding: 16px 18px 16px 18px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #82aa46;
	list-style: none;
	position: relative;
}
ul.page-menu > li > a:hover {
	color: #fff;
	background-color: #80a745;
	text-decoration: none;
}
.page-nav-static ul.page-menu > li.active > a {
	color: #024a06;
	background-color: #ffff73;
	border-left: 5px solid #024a06;
}
.page-nav-accordion ul.page-menu > li > a:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	display: inline-block;
	content: "\f107";
	position: absolute;
	right: 25px;
}
.page-nav-accordion ul.page-menu > li.no-child > a:after {
	display: none;
}
.page-nav-accordion ul.page-menu > li.active > a {
	background-color: #6f913c;
	border-bottom: 1px solid #6f913c;
}
.page-nav-accordion ul.page-menu > li.active > a:after {
	position: absolute;
	bottom: -14px;
	right: 15px;
	display: inline-block;
	border-left: 15px solid transparent;
	border-top: 15px solid #6f913c;
	border-right: 15px solid transparent;
	content: '';
}
.page-nav-accordion ul.page-menu > li.active.no-child > a:after {
	display: none;
}
.page-nav-accordion ul.page-menu > li.active > ul {
	display: block;
	background-color: #d0e778;
	color: #024a06;
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-nav-accordion ul.page-menu > li.has-child > ul > li {
	list-style: none;
}
.page-nav-accordion ul.page-menu > li.has-child > ul > li > a {
	list-style: none;
	color: #024a06;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 0 12px 26px;
	display: block;
}
.page-nav-accordion ul.page-menu > li.active > ul > li > a:hover {
	background-color: #c0d86e;
}
.page-nav-accordion ul.page-menu > li.active > ul > li.active > a {
	background-color: #ffff73;
	border-left: 5px solid #024a06;
}
/******* Page Title ********/
.page-titile-holder {
	position: relative;
}
.page-title {
	padding: 12px;
	border-bottom: 1px solid #dedede;
	position: relative;
}
.page-title:before, .page-title:after {
	display: table;
	content: "";
}
.page-title:after {
	clear: both;
}
.page-title h1 {
	letter-spacing: -1px;
}
.page-title h1, ul.breadcrumb {
	margin: 0!important;
}
ul.breadcrumb {
	position: absolute;
	top: 12px;
	right: 10px;
	text-align: right;
	background-color: transparent;
}
ul.breadcrumb li {
	font-size: 14px;
	color: #024a06;
}
ul.breadcrumb li a {
	font-size: 14px;
	color: #999;
}
ul.breadcrumb li.breadcrumb-home a {
	color: #6f913c;
}
/******* Content Body ********/
.col-page > .content-body, .col-page > .app-body {
	min-height: 660px;
}
.content-body, .app-body {
	line-height: 1.3em;
	position: relative;
	padding: 24px 24px 60px 24px;
	margin-bottom: 0!important;
}
.content-body {
	line-height: 1.3em;
}
.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 h2.section-title {
	padding-left: 8px;
	border-left: 4px solid #024a06;
}
.content-body h2.normal-title {
	padding-left: 0px;
	border-left: none;
}
.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.dash-list, .content-body ul.list-unstyled {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.content-body ul.list-unstyled li {
	list-style: none;
	padding: 0px;
	margin: 0;
	/*display: block;*/
	position: relative;
}
.content-body ul.arrow-list li, .content-body ul.dash-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.dash-list li:before {
	display: block;
	position: absolute;
	left: 0;
	content: "-";
}
.content-body img {
	margin-bottom: 16px;
}
.content-body a {
	text-decoration: none;
}
.content-body p a, .content-body li a {
	text-decoration: underline;
}
/******* 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;
}
/******* Portlet ********/
.dashboard-portlet {
	margin-bottom: 24px;
	display: block;
}
.announcement-portlet {
	margin-bottom: 0px !important;
}
.announcement-portlet .well {
	margin-bottom: 0px !important;
}
/******* Notes ********/
.notes {
	padding-top: 8px;
	margin-top: 0px !important;
	border-top: none !important;
}
.notes p, .notes ul, .notes ol {
	color: #787878;
	font-size: 14px !important;
	margin-top: 0;
	text-align: left;
}
.inline-notes {
	font-size: 14px !important;
	color: #787878;
}
/******* News List ********/
ul.news-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.news-list li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.news-list li a {
	list-style: none;
	padding: 9px 0;
	display: block;
	color: #252525;
	border-bottom: 1px solid rgba(0,0,0,.15);
	text-decoration: none;
}
ul.news-list li a:hover {
	color: #024a06;
	text-decoration: none;
}
ul.news-list li:last-child a {
	border-bottom: none;
}
.news-date {
	margin-right: 8px;
	font-size: 14px;
	font-style: italic;
}
/******* To-do ********/
li.ui-state-default {
	background: #fff;
	border: none;
	border-bottom: 1px solid #ddd;
}
li.ui-state-default:last-child {
	border-bottom: none;
}
/******* Dropdown Menu ********/
ul.dropdown-menu {
	list-style: none !important;
	display: none;
}
ul.dropdown-menu li {
	list-style: none !important;
	margin-left: 0;
}
ul.dropdown-menu li a {
	text-decoration: none;
}
/******* Sidebar ********/
.countdown-box {
	background-color: #4c6329;
	background-image: url(../images/side-shadow.png);
	background-position: left center;
	background-repeat: repeat-y;
	padding: 12px 12px 16px;
	text-align: center;
}
.countdown-lead {
	font-size: 13px;
	color: #9bbf64;
	display: block;
	margin-bottom: 6px;
}
.countdown-digit {
	font-family: 'HelveticaNeueLTStd-ThCn', sans-serif;
	font-size: 48px;
	line-height: 1em;
	letter-spacing: -1px;
	display: block;
	margin-bottom: 6px;
}
.countdown-action {
	display: block;
}
.btn-recount {
	color: #fff;
	height: 30px;
	line-height: 28px;
	padding: 0 12px;
	border-radius: 15px;
	background-color: #3f5221;
}
.btn-recount:hover, .btn-recount:active, .btn-recount:focus {
	color: #fff;
	background-color: #293616;
}
.font-resize-wrapper {
	display: block;
	margin: 0 auto 0;
	padding: 16px 0 8px;
	text-align: center;
}
.font-resize {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #aaa;
	color: rgba(0,0,0,.55);
	text-align: center;
	border: 1px solid #aaa;
	border: 1px solid rgba(0,0,0,.35);
	border-radius: 50%;
	display: inline-block;
	margin: 0 1px;
	padding: 0;
	position: relative;
}
.font-resize.selected {
	background-color: rgba(0,0,0,.35);
	border: 1px solid rgba(0,0,0,.15);
	color: #fff;
}
.font-resize:hover, .font-resize:active, .font-resize:focus {
	color: #fff;
	text-decoration: none;
}
.font-resize span {
	position: absolute;
	width: 40px;
	left: 50%;
	margin-left: -20px;
}
.font-resize#small span {
	font-size: 13px !important;
}
.font-resize#medium span {
	font-size: 15px !important;
}
.font-resize#large span {
	font-size: 19px !important;
}
.tool-nav ul {
	margin: 0;
	padding: 0;
}
.tool-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tool-nav li a {
	position: relative;
	display: block;
	padding: 16px 0 16px 56px;
	font-size: 18px;
	border-bottom: 1px solid #4c6329;
	color: #fff;
	font-weight: normal;
	list-style: none;
}
.tool-nav li a i {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 6px;
	left: 20px;
	font-size: 30px;
}
.tool-nav li a:hover {
	background-color: #526a2d;
	background-image: url(../images/side-shadow.png);
	background-position: left center;
	background-repeat: repeat-y;
	text-decoration: none;
}
.tool-nav li:first-child a {
	border-top: 1px solid #4c6329;
}
a.sidebar-toggler {
	display: block;
	font-size: 15px;
	position: relative;
	width: 165px;
	height: 30px;
	padding: 0 30px 0 0;
	margin-top: 42px;
	line-height: 30px;
	text-align: right;
	background: url(../images/collapse-in.png) right center no-repeat;
}
a.sidebar-toggler:after {
	content: "收闔側欄";
}
a.sidebar-toggler, a.sidebar-toggler:focus, a.sidebar-toggler:active {
	color: #b4c19f;
	text-decoration: none;
}
a.sidebar-toggler:hover {
	color: #fff;
	text-decoration: none;
}
a.sidebar-toggler-closed {
	position: absolute;
	top: 200px;
	right: 170px;
	width: 40px;
	height: 130px;
	padding: 12px 8px 0;
	text-align: center;
	line-height: 1.2em;
	border-radius : 5px 0 0 5px;
	background-color: #4c6329;
	background-color: rgba(76,99,41,.75);
	background-image: url(../images/collapse-out.png);
	background-position: center bottom 10px;
	background-repeat: no-repeat;
	color: #fff !important;
}
a.sidebar-toggler-closed:after {
	content: "展開側欄";
}
a.sidebar-toggler-closed, a.sidebar-toggler-closed:focus, a.sidebar-toggler-closed:active {
	color: #b4c19f;
	text-decoration: none;
}
a.sidebar-toggler-closed:hover {
	color: #fff;
	text-decoration: none;
	background-color: #222;
	background-color: rgba(76,99,41,.9);
}
/******* 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 {
	border-top: 1px solid #dedede;
	padding: 0;
	margin: 0 0 0 0;
	line-height: 80px;
	height: 80px;
	position: relative;
}
.legal-wrapper {
	padding: 0 140px 0 16px;
}
.legal-term {
	font-size: 13px;
}
.legal-term span {
	margin-right: 6px;
}
.legal-slogan {
	font-size: 18px;
	color: #ababab;
	text-align: right;
}
.footer-badge {
	position: absolute;
	right: 10px;
	top: -1px;
}
.footer-badge img {
	margin-bottom: 0px;
}
.footer-tools .go-top {
	position: fixed;
	bottom: 16px;
	right: 55px;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 34px;
	cursor: pointer;
	z-index: 99;
	background-color: #024a06;
	background-color: rgba(2,74,6,.95);
	width: 60px;
	height: 60px;
	line-height: 50px;
	border-radius: 50%;
	display: none;
}
.footer-tools .go-top:hover {
	bottom: 20px;
}
.footer-tools .go-top.reach-bottom {
	bottom: 56px;
}
.footer-tools .go-top.reach-bottom:hover {
	bottom: 60px;
}
.desktop-switch {
	display: none;
}
.touch-screen .desktop-switch {
	display: inline-block;
	margin-left: 10px;
	color: #fff;
	text-decoration: underline;
}
.touch-screen .desktop-switch:focus, .touch-screen .desktop-switch:active {
	color: #fff;
	text-decoration: underline;
}
.mobile-tools {
	position: fixed;
	bottom: 6px;
	left: 6px;
	text-align: center;
	z-index: 99;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	display: none;
}
.mobile-tools:hover {
	bottom: 20px;
}
.mobile-tools.reach-bottom {
	bottom: 86px;
}
.mobile-tools.reach-bottom:hover {
	bottom: 90px;
}
.mobile-tools a.btn-mobile-tool {
	font-size: 14px;
	background-color: #024a06;
	background-color: rgba(2,74,6,.85);
	width: auto;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	display: inline-block;
	margin-right: 2px;
	color: #fff;
	padding: 0 12px;
}
.mobile-tools a.btn-mobile-tool:hover {
	text-decoration: none;
}
/*
3.4 - Off-canvas Menu
*/
#mobile-nav li a i {
	color: rgba(255,255,255,.8);
	position: absolute;
	right: 36px;
	top: 4px;
	font-size: 28px;
}
#mobile-nav:not( .mm-menu ) {
	display: none;
}
.mm-menu {
	display: none;
	padding: 0 !important;
	background: #8cb64e !important;
}
a.mm-title {
	font-weight: bold !important;
	color: rgba(0,0,0,.65) !important;
	font-size: 16px !important;
}
.mm-panels > .mm-panel {
	padding: 0 0 0 0;
}
.mm-listview {
	font-size: 16px;
	font-weight: bold;
	color: #fff !important;
}
.mm-listview > li > a, .mm-listview > li > span {
	padding: 10px 30px 10px 36px;
	margin: 0;
}
.mm-listview li.dark-green a {
	background-color: #436e43;
}
.mm-navbar.mm-navbar-top {
	border: none;
	height: 0 !important;
	margin: 0 !important;
}
.mm-panels {
	margin-top: 0px !important;
}
html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
	opacity: 0.6;
	transition: opacity 0.4s ease 0.4s;
}
.mm-listview > li .mm-next {
	margin-right: 20px;
}
.mm-listview > li .mm-next:after {
	border-color: #fff !important;
}
/*.mm-search {
	padding: 15px !important;
}
.mm-search input {
	background-color: rgba( 255,255,255,.35) !important;
}
.mm-search ::-webkit-input-placeholder {
color:#617e34;
}
.mm-search ::-moz-placeholder {
color:#617e34;
}
.mm-search :-ms-input-placeholder {
color:#617e34;
}
.mm-search input:-moz-placeholder {
color:#617e34;
}*/
.guide-page img {
	max-width: 800px;
	height: auto !important;
}
.tree ul {
	margin-bottom: 0px !important;
}
.row-hide {
	display: none
}
::-ms-clear {
   display: none !important;
   width : 0 !important;
   height: 0 !important;
}
::-ms-reveal {
   display: none !important;
   width : 0 !important;
   height: 0 !important;
}
pre {
	margin-bottom: 16px;
}