﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color:#edfff6 !important;
    font-family: 'Noto Sans TC','微軟正黑體','Microsoft JhengHei UI' !important;
    font-size: 13pt !important;
}

.login-bodybg {
    /*background:url(../images/login-bg.png) no-repeat;*/
    background-size: cover;
    background-position: center top;
    background-color: #ffffeb;
    font-weight: bold;
}
.bodybg {
	/*background:url(../images/bodybg.png) top left no-repeat;*/
    width:100%;
}
.theme-news {
    margin-top: 5px;
}
.error-message {
    color: red;
}
.form-control-static { /* override bootstrap */
    padding: 0.5rem;
    border-radius: 0.25rem;
}
.text-info {  /* override bootstrap */
    color: #17a2b8 !important;
    background-color: #EEE !important;
	width: fit-content !important;
	display: inline-block !important;
	padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
.align-right {
    text-align: right;
}
.loginVCode {
    width: 180px !important;
    margin-bottom: 0.25rem;
    cursor: pointer;
}

ol.note-set {
	margin:10px 0;
	padding:0 0 0 20px;
}
ol.note-set li {
	padding:5px 0;
}
/*----- form setting ---*/
.label-set {
	background-color:#f2f9fd;
	border-right:3px solid #48cbee;
	color:#0a4569;
	padding: 0.375rem;
	font-weight:normal;
    background-clip: padding-box;
	display: flex;
    justify-content: end;
}
.label-set.small {
	padding:6px 5px;
}
@media screen and (max-width:768px) { 
	.label-set {
	background-color:#f2f9fd;
	border-right:none;
	color:#0a4569;
	padding:10px;
    background-clip:padding-box;
}

.login-bar {
	background-color:#FFF;
	border-radius:6px;
	box-shadow:0 1px 10px rgba(0,0,0, .2);
	padding:20px;
	min-height:auto;
	margin-bottom:20px;
}
}
.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.form-group {
	margin-top:5px !important;
	margin-bottom:5px !important;
	display: block;
}
.form-normal {
	  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-normal[readonly="readonly"], 
.form-normal[readonly],
input[readonly="readonly"], 
input[readonly] { 
    background-color: #EEE;
}
.form-disabled {
	  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #eee;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-border-red {
  border: 1px solid #f50011 !important;
}
.form-10 {
	width:10%;
}
.form-20 {
	width:20%;
}

.form-30 {
	width:30%;
}
.form-40 {
	width:40%;
}
.form-50 {
	width:50%;
}
.form-60 {
	width:60%;
}
.form-70 {
	width:70%;
}
.form-80 {
	width:80%;
}
.form-90 {
	width:90%;
}
.form-100 {
	width:100%;
}
.formbar-bg {
background:#f6fafb !important;
overflow: auto;
}
.formbar-green {
background:#d2eee8 !important;
overflow: auto;
}

.formbar-blue {
background:#d9eff9 !important;
overflow: auto;
}
/*------- form setting end -----*/
/*-- select page ---------------*/
.type-bar {
    background-color:#FFF;
	border-radius:4px;
	box-shadow:0 1px 8px rgba(0,0,0, .2);
	overflow:auto;
	margin:0 0 5px 0;
	padding:0px;
    /*
background: rgba(255,255,255,0.9);
background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(232,245,249,0.9) 50%, rgba(255,255,255,0.9) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.9)), color-stop(50%, rgba(232,245,249,0.9)), color-stop(100%, rgba(255,255,255,0.9)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(232,245,249,0.9) 50%, rgba(255,255,255,0.9) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(232,245,249,0.9) 50%, rgba(255,255,255,0.9) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(232,245,249,0.9) 50%, rgba(255,255,255,0.9) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(232,245,249,0.9) 50%, rgba(255,255,255,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	*/
	clear:both;
}

.block-title {
    background-color: #308000;
	color:#FFF;
	border-radius:4px;
	padding:5px 10px 2px 10px;
	margin:0 0 0px 0;
	vertical-align:10px;
	font-weight:bold;
    font-size: 17px;
}

.table-title {
    background-color: #cae8b3;
	color:#1b4400;
	border-radius:4px 4px 0 0;
	padding:4px 10px 3px 10px;
	margin:0 0 0 0;
	vertical-align:10px;
	text-align: center;
    font-size: 18px;
	
}

.block-footer-title {
    background-color: #CCC;
	color:#337ab7;
	border-radius:4px;
	padding:5px 10px 2px 10px;
	margin:0 0 0px 0;
	vertical-align:10px;
	font-weight:bold;
    font-size: 17px;
}

.block-footer {
    background-color: #CCC;
	color:#337ab7;
	border-radius:4px;
	padding:5px 10px 2px 10px;
	margin:0 0 0px 0;
	vertical-align:10px;
	font-weight:bold;
    font-size: 17px;
    max-height: 10px;
}
.footerBtnBar {
    text-align: center;
}

.text-counseldate {
    width: 120px !important;
}
.text-counseldate-timeperiod {
    width: 70px !important;
}

.content-main .nav-tabs > li > a {
    background-color: #f6f9ff;
	cursor: pointer;
}

.content-main .nav-tabs > li.active > a, 
.content-main .nav-tabs > li.active > a:focus {
    background-color: #006b91;
    color: #fff;
    font-weight: bold;
}

.subBar {
	margin-bottom: -35px;
	margin-top: 5px;
}

.type-title {
    background-color: #196636;
	color:#FFF;
	border-radius:4px;
	padding:5px 10px 2px 10px;
	margin:0 0 0px 0;
	vertical-align:10px;
	font-weight:normal;
    font-size: 17px;
}
.type-title i {
    margin-left: 3px;
    margin-right: 3px;
}
.type-title img {
	padding-right:5px;
	padding-bottom:5px;
}
.type-title button {
	color:#000;
}
.type-user {
	float:right;
	font-size:15px;
	color:#0149a2;
}
.type-user i {
	padding-right:5px;
	color:#3ec0ea;
}
.type-user button {
	margin-left:10px;
	padding-left:15px;
	padding-right:15px;
}
ul.type-select {
	margin:10px 1% 0 1%;
	padding:10px;
	width:31.3%;
	float:left;
	background-color:rgba(255,255,255, .6);
	border-radius:8px;
	padding:12px;
	color:#585858;
	font-size:16px;
	box-shadow:0 1px 10px rgba(0,0,0, .15);
}
ul.type-height {
	height: 74px;
	overflow:hidden;
}
ul.type-expand {
	background-color:rgba(255,255,160, .6);
}
.type-clear {
	clear:both;
}
ul.type-select li {
	margin:0;
	padding:0;
	list-style:none;
}
ul.type-select li h3 {
	display:inline-block;
	font-size:18px;
	font-weight: bold;
	color:#0058a9;
	padding:0 0 0 8px;
	margin:0;
}
ul.type-select li a {
	display:block;
	text-align:left;
	margin-left:52px;
	color:#2b4e6e;
	padding:3px 6px;
	
}
ul.type-select li a:hover {
	text-decoration:none;
	color:#FFF;
	text-shadow:0 1px 4px rgba(0,0,0, .5);
	/*background-image: linear-gradient(to top, rgba(72,188,211, 1),  rgba(6,187,223, 1));*/
	background:#7dccf0;
	border-radius:4px;
}
ul.type-select li  img {
	text-align:left;
	padding-bottom:12px;
	width:50px;
}
@media screen and (max-width:768px) { 
ul.type-select {
	width:48%;
}
ul.type-select li a {
	margin:1%;
}
ul.type-height {
	min-height:inherit;
}
.type-clear {
	clear:none;
}
}
@media screen and (max-width:576px) { 
ul.type-select {
	margin:5px 0 15px 0;
	width:100%;
}
ul.type-select li h3 {
	font-size:24px;
}
ul.type-select li a {
	font-size:20px;
	padding:6px 5px 4px 5px;
	text-align:center;
	border-top:1px solid #d9eff9;
}

}
.modal-title-select {
	font-size:22px;
	background-image: linear-gradient(to right, rgba(51,176,232, 1),  rgba(76,179,245, 1));
	color:#FFF;
	border-radius:4px;
	padding:5px;
	margin:0;
	vertical-align:10px;
}
.modal-title-select img {
	width:36px;
	margin-right:5px;
}
.select-close {
	padding:10px 10px 0 0 !important;
}
ul.select-list {
	padding:0;
	margin:0;
}
ul.select-list li {
	padding:0;
	margin:0;
	list-style:none;
}
ul.select-list li a {
	background:url(../images/icon-download-point.svg) left center no-repeat;
	padding:6px 5px 6px 15px;
	float:none;
	display:block;
	width:100%;
	text-align:left;
	border:none;
	box-shadow:none;
	color:#0052c2;
}
ul.select-list li a:hover {
	background-color:#d1ebec;
	background-image:none;
	color:#003783;
	text-shadow:none;
}
.modal-footer {
	background-color:#d1ebec;
	border-radius:0 0 6px 6px;
}
/*-- select page end---------------*/
/*-- page header --*/
.user-set {
	margin:5px 2% 5px 0;
	width:65%;
	float:left;
	background-color:#FFFFFF;
	box-shadow:0 1px 10px rgba(0,0,0, .3);
	border-radius:6px;
    line-height: 38px;
}
.user-set i {
	padding: 16px 2px 5px 15px;
	color:#3ec0ea;
	float:left;
	font-size:20pt;
}
.user-set a i {
	padding:2px 0 0px 0px;
	float:left;
	font-size:18px;
    color: inherit;
    margin-right: 3px;
}
.user-name {
	float:left;
	padding:5px 0 5px 5px;
	color:#0149a2;
	font-size:14pt;
	height:85px;
	
}
.user-unit {
	display:block;
	color:#3c3c3c;
}
.user-set .user-set-btn {
    float:right;
}
.user-set button, .user-set a {
	margin: 4px 8px 0 0;
    font-size: 14px;
    /*font-weight: bold;*/
}
.user-type {
	clear:both;
	/*background-image: linear-gradient(to top, rgba(0,173,126, 1),  rgba(0,199,145, 1));*/
    background-color: rgba(0,173,126, 1);
    border-radius:0 0 6px 6px;
    overflow:auto;
	padding:0px;
}
.user-type i {
	float:left;
    color:#FFF;
}
.user-character {
float:left;
	padding:5px;
	color:#FFF;
	font-weight:normal;
	/*text-shadow:0 1px 0 rgba(0,0,0, .5);*/
	height:50px;
}
.user-type btn {
	float:right;
	margin:5px 5px 5px 0;
}
.data-set {
	margin:5px 0;
	width:33%;
	float:right;
	background-color:#FFFFFF;
	box-shadow:0 1px 10px rgba(0,0,0, .3);
	border-radius:6px;
}
.data-timer {
	height:40px;
	color:#9e2500;
	font-size:13px;
	padding:3px;
	vertical-align:5px;
	text-align:center;
}
.data-timer img {
	margin-top:-15px;
	padding:0;
}
.data-timer-number {
	color:#ff5a00;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
}
.data-cal {
	clear:both;
	background-image: linear-gradient(to top, rgba(55,96,0, 1),  rgba(55,132,0, 1));
	border-radius:0 0 6px 6px;
	height:45px;
	padding:2px;
	color:#FFF;
	font-size:13px;
	text-align:center;

}
.data-cal-number {
	font-size:32px;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:0 1px 0 rgba(0,0,0, .5);
	padding:0 3px;
}
.data-week {
	color:#FFF;
	/*border:1px solid #efefef;*/
	border-radius:4px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
    font-weight:bold;
	padding:0px;
	margin:0 0 0 10px;
	vertical-align:5px;
}
/*--- navigation start ---*/
.navbg {
  background-image: linear-gradient(to top, rgba(255,255,255, 1),  rgba(236,241,244, 1));
  zoom: 1;
  box-shadow: 0 1px 10px rgba(255,255,255, .1);
  position:absolute;
  /* min-height: 100%; */
  /* height: 100%; */ /* Full height */
  /*padding: 0 0 100% 0;*/
  padding: 0;
  margin:0 -10px;
  width: 200px;
}
.navclosed .navbg {
  width: 45px;
  padding: 0px;
}
.navclosed .navigation {
  text-align: center;
}
.navbg h4.menu-header {
	color:#FFFFFF;
	background-color:#198bcb;
	display:block;
	padding:5px;
	margin:0;
	font-weight:normal;
	border-radius: 4px 4px 0 0;
	font-size:22px;
    /*cursor: pointer;*/
}
.navbg h4.menu-header img {
	padding-right:5px;
    -webkit-transform:rotate(180deg) scale(0.8);
    -moz-transform: rotate(180deg) scale(0.8);
    -ms-transform: rotate(180deg) scale(0.8);
    -o-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
}
.navclosed .navbg h4.menu-header img {
	padding-right:5px;
    -webkit-transform:rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8);
    -ms-transform: rotate(0deg) scale(0.8);
    -o-transform: rotate(0deg) scale(0.8);
    transform: rotate(0deg) scale(0.8);
}
.navigation {
  padding: 0;
  margin:0;
  border: 0;
    background-image: linear-gradient(to top, rgba(255,255,255, 1),  rgba(236,241,244, 1));
	width:100% !important;
  
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul {
 position: relative;
  z-index: 500;
  float: left;
}

.navbg-closed ul {
    display: none;
}
.navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
  font-size:14pt;
}

.navigation > ul > li.active a {
    background: #00aacf;
    color: #ffff99;
}

/*
.navigation ul li.hover,
.navigation ul li:hover {
  z-index: 510;
  cursor: default;
}
*/

.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%;
  background: #00aacf;
  color: #fff;
}

.navigation > ul > li.active ul {
    visibility: visible;
}

.navigation ul ul li { float: none; }

.navigation ul ul li a {
  background: #00aacf;
}

.navigation ul ul ul {
  top: 0;
  right: 0;
}

/*
.navigation ul li:hover > ul { visibility: visible; }
*/

.navigation ul ul {
  top: 0;
  left: 99%;
}

.navigation ul li { float: none; }

.navigation ul ul { margin-top: 0.05em; }

.navigation {
  zoom: 1;
  font-size:14pt;
}

.navigation:before {
  content: '';
  display: block;
}

.navigation:after {
  content: '';
  display: table;
  clear: both;
}

.navigation a {
  display: block;
  padding: 0.8em;
  margin:0;
  color: #555555;
  text-decoration: none;
  text-transform: uppercase;
  /*background-image: linear-gradient(to top, rgba(240,240,240, 1),  rgba(255,255,255, 1));*/
}

.navigation > ul { width: 100%; }

.navigation ul ul { 
  width: 15em; 
  box-shadow:0 1px 10px rgba(0,0,0, .2);
  border: 1px solid #fff;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.navigation > ul > li > a {
  border-bottom: 1px solid #dddddd;
  color: #555555;
}

.navigation > ul > li > a:hover { color: #ffffff; text-decoration:none; }

.navigation > ul > li a:hover,
.navigation > ul > li:hover a { background: #00aacf; color: #ffff99; }

.navigation li { position: relative; }

.navigation ul li.has-sub > a:after {
  content: '»';
  position: absolute;
  right: 1em;
}

.navclosed .navigation ul li.has-sub > a:after {
  content: "";
}

.navigation ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

/*
.navigation ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.navigation ul ul { border-top: 1px solid #dddddd; }
*/

.navigation ul ul a { color: #ffffff; }

.navigation ul ul a:hover { color: #ffffff; }

.navigation ul ul li { border-bottom: 1px solid #dddddd; }

.navigation ul ul li:hover > a {
  background: #0280c7;
  color: #ffffff;
  text-decoration:none;
}

.navigation.align-right > ul > li > a {
  border-left: 0.3em solid #dddddd;
  border-right: none;
}

.navigation.align-right { float: right; }

.navigation.align-right li { text-align: right; }

.navigation.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.navigation.align-right ul li.has-sub > a:after { content: none; }

.navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/*--- navigation end ---*/

.navclosed .content-main {
    margin-left: 36px;
}

/*--- wrap start ---*/
.wrap {
	background-color:#FFF;
	border-radius:8px;
	box-shadow:0 1px 8px rgba(0,0,0, .2);
	margin: 0px 0px 15px 0px;
	padding: 0.5rem;
    min-height: 500px;
    position: relative;
    display: block;
    overflow: auto; /*不能只設這個,要同時設min-height,不然當 DatePicker 超出wrap div範圍時會被截掉*/
}
.wrap.with-caption {
	padding-top: 2.5rem;
}
h3.theme-news-title {
	background-image: linear-gradient(to right, rgba(51,176,232, 1),  rgba(76,179,245, 1));
	color:#FFF;
	border-radius:4px;
	padding:5px 10px 2px 10px;
	margin:0 0 0px 0;
	vertical-align:10px;
	font-weight:normal;
}
h3.theme-news-title img {
	padding-right:5px;
	padding-bottom:5px;

}
h3.statistics-title {
	border-bottom:3px solid #007c9d;
	color:#007c9d;
	text-align:center;
	font-weight:normal;
	padding:10px;
}
.board-news-detail {
    display: none;
}
.table-news {
	margin-top:5px;
    margin-left:10px;
	font-size: 1.0em;
}
.table-news th {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:1.5em;
	color:#127abc;
	padding:6px 4px;
}
.table-news td {
	padding:6px 4px;
}
.table-news tr {
	border-bottom:1px dotted #dcdfe0;
}
.table-news tr:hover {
	background-color:#fffbe9;
}
.table-news a {
	color:#FF3333;
    background-color: #FFF;
}
.table-news a:hover {
	color:#127abc;
	text-decoration:none;
}
.table-result {
    width: 100%;
	margin-bottom:5px;
	margin-top:5px;
	font-size:15px;
	border-left: 1px solid #dcdcdc;
}
.table-result th {
	background-color:#196636;
	font-weight:normal;
	padding:6px 4px;
	color:#FFF;
	border-right:1px solid #FFF;
	text-align:center;
}
.table-result td {
	border-bottom:1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding:6px 4px;
}
.table-result-noborder td {
    border-bottom:0px;
	border-right: 0px;
}
.table-result tr:hover {
	background-color:#fffbe9;
}
/*---table add --*/
.table-add {
	margin-bottom:15px;
	margin-top:5px;
	font-size:15px;
	border-left: 1px solid #FFF;
	box-shadow:0 1px 5px rgba(0,0,0, .4);
}
.table-add th {
	background-color:#0dabd5;
	font-weight:normal;
	padding:6px 4px;
	color:#FFF;
	border-right:1px solid #FFF;
	text-align:center;
}
.table-add td {
	border-bottom:1px solid #FFF;
	border-right: 1px solid #FFF;
	padding:6px 4px;
}
.table-add tr:hover {
	background-color:#cfeef7;
}
.table-add tbody {
	background-color:#c4e8f5;
}
.table-add-title {
	background-color:#f2f2f2;
	border:1px solid #c8c8c8;
	display:inline-block;
	padding:2px 6px;
	border-radius:4px;
	color:#004b69;

}
/*---table statistics --*/
.table-statistics {
	margin-bottom:5px;
	margin-top:5px;
	font-size:15px;
	border-left: 1px solid #dcdcdc;
}
.table-statistics th {
	background-color:#0dabd5;
	font-weight:normal;
	padding:6px 4px;
	color:#FFF;
	border-right:1px solid #FFF;
	text-align:center;
}
.table-statistics td {
	border-bottom:1px solid #FFF;
	border-right: 1px solid #FFF;
	padding:6px 4px;
}
.table-statistics tr:hover {
	background-color:#cfeef7;
}
.table-statistics tfoot {
	background-color:#b2d7e1;
}

.table-statistics tbody {
	background-color:#e6f6fb;
}
.table-statistics td tbody:first-child  {
	background-color:#cfeef7;
}
/*--- --*/
.btn-news-more {
	margin-top:2px;
	width:100%;
	background-color:#eeeeee;
	color:#5f97ab;
	padding:4px;
}
.btn-news-more:hover {
	background-color:#a2d0e0;
}
.theme-info {
	border-radius:4px;
	background-color:#fff8da;
	margin-top:15px;
	overflow:auto;
}
h3.theme-info-title {
	color:#ff7e00;
	padding:5px 10px 2px 10px;
	margin:0;
	vertical-align:10px;
	font-weight:normal;
	border-bottom:4px solid #FFF;
}
h3.theme-info-title img {
	padding-right:5px;
	padding-bottom:5px;
}
.theme-info-form {
	padding:10px 20px;
}
.theme-info-form input {
	margin:5px 0;
}
.control-label {
	color:#363636 !important;
	font-size:15px;
}
.theme-info a {
	color:#006baf;
	text-decoration:underline;
	font-size:15px;
}
.theme-info a:hover {
	color:#FF3300;
	text-decoration:none;
}
.theme-info a i {
	padding-left:5px;
}
.theme-info-note {
	color:#b84a00;
	padding:0 10px 10px 10px;
	margin-top:-15px;
}
.theme-download {
	border-radius:4px;
	background-color:#FFF;
	margin-top:15px;
	overflow:auto;
	border:#e1e1e1 1px solid;
}
h3.theme-download-title {
	color:#467504;
	padding:5px 10px 2px 10px;
	margin:0;
	vertical-align:10px;
	font-weight:normal;
	border-bottom:4px solid #e1e1e1;
}
h3.theme-download-title img {
	padding-right:5px;
	padding-bottom:5px;
}
ul.theme-download-list {
	padding:0;
	margin:10px;
}
ul.theme-download-list li {
	padding:5px 0;
	margin:0;
	list-style:none;
}
ul.theme-download-list li a {
	background:url(../images/icon-download-point.svg) left center no-repeat;
	padding-left:12px;
	font-size:15px;
	color:#3d5768;
	
}
ul.theme-download-list li a:hover {
	color:#FF3300;
	text-decoration:none;
}
.search-note {
	font-size:16px;
	color:#ff301f;
	padding:8px 0;
}
.search-note i {
	padding-right:5px;
	font-size:20px;
}
.btn-group i {
	padding-right:5px;
}
.btn-group-right {
	float:right;
}
.with-caption .btn-group-right {
	top: -2.5rem;
}
.form-caption {
    border:1px solid #d7d7d7;
    border-radius:5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #196636;
    color: #FFF;
    line-height: 30px;
    margin-top: -34px;
    position: absolute;
    padding: 2px 10px;
}
.tab-content .form-caption {
	margin-top: 5px;
	position: relative;
	width: 200px;
    background-color: #0c6b66;
}
.form-border {
	border:1px solid #d7d7d7;
	border-radius:4px;
	margin:5px 0 5px 0;
	padding: 0.5rem 1rem;
    /*
    transition-property: height;
    transition-duration: 0.5s;
    */
}
.form-collapable .form-border-collapsed {
    height: 2px;
    padding: 0;
    display: block;
    overflow: hidden;
    background-color: #d7d7d7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page-bar {
	background-color:#ececec;
	border-radius:4px;
	overflow:auto;
	color:#666666;
}
.page-count {
	float:left;
	padding:7px 5px;
}
.page-right {
	float:right;
	padding:7px 5px;
}
.page-list {
	float:right;
	padding:2px 5px;
}
.mark-red {
	color:#ff301f !important;
}
ul.management {
	background-color:#006796;
	margin:0 0 0 -15px;
	padding:0;
}
ul.management li {
	padding:5px 1%;
	margin:0;
	width:31.3%;
	display:inline-block;
	color:#FFF;
	font-size:15px;
}
ul.management li i {
	padding-right:5px;
}
.photo-upload {
	width:30%;
	display:block;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#CCCCCC;
}

.footer {
    text-align: center;
    padding: 10px;
}

/**** blockAlert, blockMessage ****/
.jconfirm-box div.title i {
    margin-top: 3px;
    margin-left: 10px;
}
.jconfirm-box div.title i.glyphicon-warning-sign {
    color: #990000;
}
.jconfirm-box div.title i.glyphicon-ok {
    color: #000099;
}
.blockAlertTitle {
    font-family: 微軟正黑體;
    color: #990000;
    font-weight: bold;
    float: left;
}
.blockAlertMessage {
    font-family: 微軟正黑體;
    color: #1199cd;
    font-size: 14px;
}
.blockMessageTitle {
    font-family: 微軟正黑體;
    color: #000099;
    font-weight: bold;
    float: left;
}
.blockMessage {
    font-family: 微軟正黑體;
    color: #1199cd;
    font-size: 14px;
}

/*錯誤頁面*/
.ErrorPage {
    color: #c00;
}

/**** common-dialog ****/
.common-dialog {
    font-family: 微軟正黑體;
    /*
    max-width: 600px;
    max-height: 680px;
    */
}
.common-dialog .modal-body {
    /*overflow-y: auto;*/
}
.common-dialog .wrap {
    overflow: auto;
}
.common-dialog .modal-footer .tablebtn {
    margin-left: 5px;
    margin-right: 5px;
}


/**** OnlineHelp ****/
.help-container {
    position: fixed;
    left:10px;
    top: 50px;
    width: 400px;
    height: auto;
    overflow-y: auto;
    font-family: 微軟正黑體;
    font-size: 14px;
    color: #000099;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0px;
    border: 1px solid #333333;
    border-radius: 5px;
    z-index: 9900;
}
.help-container .help-header {
    padding: 10px;
    text-align: left;
    font-size: 18px;
    background-color: #085ca7;
    color: #FFFFFF;
}
.help-container .help-header .btn-close {
    font-size: 16px;
    font-weight: bold;
    float: right;
    color: #FFFFFF;
    margin-right: 3px;
    margin-top: 2px;
    border: 0;
    padding: 3px;
    line-height: 14px;
}
.help-container .help-header .btn-close:hover {
    text-decoration: none;
    outline: 1px solid;
}
.help-container .help-content {
    padding: 10px;
    text-align: left;
}
.help-container .help-content table {
    width: 100%;
    border: 0px;
}
.help-container .help-content td {
    padding: 8px;
    border: 1px solid #BBBBBB;
}
.help-container .help-content .warning {
    color: #AA0000;
}

/*override bootstrap*/
.btn-group-sm > .btn {
    font-size: 14px !important;
}
.btn-group .btn-info {
    border-color: #2396b8;
}
.btn-group .btn-success {
    border-color: #669666;
}
.btn-group .btn-warning {
    border-color: #996600;
}
.btn-group .btn-danger {
    border-color: #330000;
}


/* override bootstrape checkbox */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox input[type="checkbox"] + i { 
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -15px;
  margin-top: 2px;
  background-color: #fff;
  /*
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  */    
  padding-left: 0px;
  padding-top: 1px;
  font-size: 19px;
  color: #555555;
}

.checkbox input[type="checkbox"]:checked + i{
  color: #198bcb;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  margin-left: -10px !important;
}
.checkbox input[type="checkbox"]:focus + i,
.checkbox input[type="radio"]:focus + i {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  /*outline-offset: -2px;*/
}

.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + i,
.checkbox input[type="radio"]:disabled + i {
  opacity: 0.65;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

form .checkbox, 
form .radio {
    float: left;
    width: 150px;
    margin-right: 0.5rem;
    margin-top: 1px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}
form .checkbox input, 
form .radio input {
    margin-right: 0.5rem;
}

form .narrower .checkbox,
form .narrower .radio {
    width: 120px;
}
form .narrowest .checkbox,
form .narrowest .radio {
    width: 60px;
}
form .wider .checkbox,
form .wider .radio {
    min-width: 200px;
}
form .widest .checkbox,
form .widest .radio {
    min-width: 250px;
}
form .width-full,
form .width-full .checkbox,
form .width-full .radio {
    width: 100% !important;
}
form .width-auto .checkbox,
form .width-auto .radio {
    width: auto;
}
form .inline .checkbox {
    margin-top: 10px !important;
}

/* override bootstrape .form-group */
form .form-group {
    margin-bottom: 5px;
}

label.btn-file {
    margin-left: 15px;
}

/**** 雜項 ****/

form .center, .text-center {
    text-align: center;
}

/*告警訊息文字*/
.red_message {
    color: red !important;
}

/*隱藏的資料(通常用於輸出JSON資料結構)*/
.data-invisible {
    display: none;
}


/* readonly input */
input:read-only, input:-moz-read-only /* For Firefox */,
input[readonly="readonly"], input[readonly],
.form-normal[readonly="readonly"], .form-normal[readonly],
input:disabled { 
    background-color: #EEE;
}

/* 查詢結果分頁連結 */
.pageLink {
	padding:10px 0;
	text-align:center;
	font-size: 13px;
    font-family: 微軟正黑體;
}
.pageLink a {
	color:#3f3fff;
	background-color:#d3d3d3;
	border-radius:4px;
	text-decoration:none;
	font-size:small;
	margin:0 3px;
	padding:3px 8px;
}
.pageLink a:hover {
    background-color:#ff4b00;
    color:#fff;
	text-decoration:none;
}
.pageLink a.disabled {
    color:#9f9f9f;
	background-color:#e3e3e3;
    cursor:not-allowed;
}
.pageLink a:hover.disabled {
    color:#9f9f9f;
	background-color:#e3e3e3;
}
.pageLink .pageInfo {
    color:#090;
}
.pageLink .recordsInfo {
    color:#900;
}
@media only screen and (max-width: 768px) {
    .pageLink {
        margin-top: 10px;
    }
        .pageLink a {
            font-size: medium;
            padding: 5px 10px;
        }
}
.witebg {
	background-color:#FFF;
}
.table-result_nowidth {
    margin-bottom:5px;
	margin-top:5px;
	font-size:15px;
	border-left: 1px solid #dcdcdc;
}
.table-result_nowidth th {
	background-color:#0dabd5;
	font-weight:normal;
	padding:6px 4px;
	color:#FFF;
	border-right:1px solid #FFF;
	text-align:center;
}
.table-result_nowidth td {
	border-bottom:1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding:6px 4px;
}
.table-result_nowidth tr:hover {
	background-color:#fffbe9;
}

.blue-strong {
    color:#05C !important;
    font-weight: bold !important;
}

.meetingLoading {
    text-align: center;
    margin-top: 50px;
}
.meetingLoading img {
    width: 120px
}
.meetingLoading .hintMsg {
        margin-top: 10px;
        margin-bottom: 20px;
        color: #05C;
        font-weight: bold;
    }

/* override bootstrap-datetimepicker-widget */
.bootstrap-datetimepicker-widget {
    display: inline-block;
    float: unset;
    position: absolute;
    z-index: 90;
    background-color: #FFF;
}

/* override bootstrap */
.input-group-btn:last-child > .btn {
    margin-top: -1px;
}

[class*="icheck-"] > input:first-child:disabled {
    cursor: not-allowed !important;
}

.has-required .control-label {
    color: red !important;
}

.fc-daygrid-event-dot {  /* override FullCalendar */
    display: none;
}

[class*="icheck-"] {   /* override icheck-bootstrap */
    margin-right: 15px;
}


.mt-1 {
    margin-top: 0.25rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-7 {
    margin-top: 1.75rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-12 {
    margin-top: 3rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-7 {
    margin-bottom: 1.75rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mb-12 {
    margin-bottom: 3rem;
}

.ml-1 {
    margin-left: 0.25rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.ml-4 {
    margin-left: 1rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.ml-6 {
    margin-left: 1.5rem;
}
.ml-7 {
    margin-left: 1.75rem;
}
.ml-8 {
    margin-left: 2rem;
}
.ml-10 {
    margin-left: 2.5rem;
}
.ml-12 {
    margin-left: 3rem;
}

.mr-1 {
    margin-right: 0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mr-4 {
    margin-right: 1rem;
}
.mr-5 {
    margin-right: 1.25rem;
}
.mr-6 {
    margin-right: 1.5rem;
}
.mr-7 {
    margin-right: 1.75rem;
}
.mr-8 {
    margin-right: 2rem;
}
.mr-10 {
    margin-right: 2.5rem;
}
.mr-12 {
    margin-right: 3rem;
}


input[type=color] {
    border-radius: 0.25rem;
    border: 1px solid #ccc;
}

.message-contents {
    margin-bottom: 1rem;
}
.message-span {
    display: flex;
    align-items: center;
    column-gap: 0.25rem;
    margin-bottom: 0.25rem;
}
.message-span select {
    width: auto !important;
}

.btn-remove-content {
    color: red !important;
}
.btn-remove-content-disabled {
    color: #ccc !important;
}
