﻿@charset "UTF-8";
/* CSS Document */


body {
	background-color:#d2edff !important;
    font-family:'微軟正黑體', 'Microsoft JhengHei UI'
}
.container-fluid {
    padding-right: 0px !important;  /*override bootstrap*/
}
.bodybg {
	background:url(../images/bodybg.png) top left no-repeat;
	/*-moz-background-size:cover;        /*for Firefox*/
/*-webkit-background-size:cover;        /*for Google Chrome、Safari*/
/*-o-background-size:cover;        /*for Opera*/
/*background-size:cover;        /*for IE*/
/*overflow:auto;*/
width:100%;
}
.error-message {
    color: red;
}
.logo-login {
	height:125px;
	padding-left:20px;
}
.logo-index {
	height:100px;
}
.login-bar {
	background-color:#FFF;
	border-radius:6px;
	box-shadow:0 1px 10px rgba(0,0,0, .2);
	padding:20px;
    margin-top: 100px;
	margin-bottom:20px;
	overflow:auto;
}
.login-left {
	float:left;
	width:64%;
}
.login-right {
	float:right;
	width:33%;
}
@media screen and (max-width:768px) { 
.login-left {
	float:none;
	width:100%;
} 
.login-right {
	float:none;
	width:100%;
	margin-top:20px;
}
}
.loginVCode {
    margin-left: 3px;
    cursor: pointer;
}
h3.loginTitleA {
	background-image: linear-gradient(to right, rgba(0,153,153, 1),  rgba(0,153,153, 1));
	color:#FFF;
	border-radius:4px;
	padding:10px 10px 5px 10px;
	margin:0;
	vertical-align:10px;
}
h3.loginTitleA img {
	padding-right:5px;
	padding-bottom:5px;
}
ul.login-tab {
	padding:0;
	margin:10px 0;
}
ul.login-tab li {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	width:33.3%;
}
ul.login-tab li a {
	display:block;
	text-align:center;
	color:#727171;
	border-bottom:4px solid #d7d7d7;
	font-size:16px;
	padding:10px 0;
}
ul.login-tab li a:hover {
	color:#00a29c;
	text-decoration:none;
	border-bottom:4px solid #00a29c;
}
ul.login-tab li a.active {
	color:#00a29c;
	text-decoration:none;
	border-bottom:4px solid #00bbb4;
	background:url(../images/icon-point.png) bottom center no-repeat;
}
.login-bottom-line {
	border-top:4px solid #d7d7d7;
	padding-top:10px;
	text-align:center;
}
h4.login-note-Title {
color:#0c78ba;
border-bottom:4px solid #d7d7d7;
margin-top:10px;
padding:12px 0;
}
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:10px 5px;
	font-size:16px;
	font-weight:normal;
    background-clip: padding-box;
}
@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;
}
.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],
select[readonly="readonly"], 
select[readonly],
textarea[readonly="readonly"], 
textarea[readonly] { 
    background-color: #EEE;
    cursor: not-allowed;
}
.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;
}
.formbar-green {
background:#d2eee8 !important;
}

.formbar-blue {
background:#d9eff9 !important;
}
/*------- 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 10px 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;
}
h3.type-title {
    background-color: rgba(0,153,153,1);
	color:#FFF;
	border-radius:4px;
	padding:5px 10px 2px 10px;
	margin:0 0 0px 0;
	vertical-align:10px;
	font-weight:normal;
    font-size: 17px;
}
h3.type-title i {
    margin-left: 3px;
    margin-right: 3px;
}
h3.type-title img {
	padding-right:5px;
	padding-bottom:5px;
}
h3.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(0,170,170,0.6),  rgba(0,170,170,0.6));
	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;
}
.user-set i {
	padding:13px 0 5px 5px;
	color:#3ec0ea;
	float:left;
	font-size:20px;
}
.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:15px;
	height:65px;
}
.user-unit {
	display:block;
	font-size:13px;
	color:#3c3c3c;
}
.user-set button, .user-set a {
	float:right;
	margin:6px 8px 0 0;
    font-size: 14px;
    font-weight: bold;
    width: 70px;
}
.user-type {
	clear:both;
	/*background-image: linear-gradient(to top, rgba(0,173,126, 1),  rgba(0,199,145, 1));*/
    background-color: rgba(181,186,120, 1);
    border-radius:0 0 6px 6px;
    overflow:auto;
	padding:0px;
    height:65px;
}
.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:45px;
	color:#9e2500;
	font-size:13px;
	padding:5px;
	vertical-align:5px;
	text-align:center;
}
.data-timer img {
	margin-top:-15px;
	padding:0;
}
.data-timer-number {
	color:rgba(197,139,158, 1);
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
}
.data-cal {
	clear:both;
	background-image: linear-gradient(to top, rgba(197,139,158, 1),  rgba(197,139,158, 1));
	border-radius:0 0 6px 6px;
	height:50px;
	padding:5px;
	color:#FFF;
	font-size:13px;
	text-align:center;

}
.data-cal-number {
	font-size:32px;
	font-family:"Microsoft JhengHei", Arial, Helvetica, sans-serif;
	text-shadow:0 1px 0 rgba(0,0,0, .5);
	padding:0 3px;
}
.data-cal-number-small {
	font-size:21px;
	font-family:"Microsoft JhengHei", Arial, Helvetica, sans-serif;
	text-shadow:0 1px 0 rgba(0,0,0, .5);
	padding:0 2px;
}
.data-cal-number-tiny {
	font-size:9pt;
	font-family:"Microsoft JhengHei", Arial, Helvetica, sans-serif;
	text-shadow:0 1px 0 rgba(0,0,0, .5);
	padding:0 1px;
}
.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);
 min-height: 100%;
    height: 100%; /* Full height */
    position:relative; /* Make it stick, even on scroll */
  padding: 0 0 100% 0;
  margin:0 -20px;
}
h4.menu-header {
	color:#FFFFFF;
	background-color:rgba(0,153,153,1);
	display:block;
	padding:5px;
	margin:0;
	font-weight:normal;
	border-radius: 4px 4px 0 0;
	font-size:22px;
}
h4.menu-header img {
	padding-right:5px;
}
.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;
}

.navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}

/*
.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%;
}

.navigation ul ul li { float: none; }

.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:16px;
}

.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;
}

.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 ---*/
/*--- wrap start ---*/
.wrap {
	background-color:#FFF;
	border-radius:8px;
	box-shadow:0 1px 8px rgba(0,0,0, .2);
	overflow:auto;
	margin:10px 0px 15px 0px;
	padding:15px 0;
}
h3.theme-news-title {
	background-image: linear-gradient(to right, rgba(0,170,170,0.6),  rgba(0,170,170,0.6));
	color:#FFF;
	border-radius:4px;
	padding:5px 10px 2px 10px;
	margin:0 0 0px 0;
	vertical-align:10px;
	font-weight:normal;
}
h3.theme-news-titleB {
	background-image: linear-gradient(to right, rgba(250,126,49, 1),  rgba(248,125,48, 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-titleC {
	background-image: linear-gradient(to right, rgba(74,123,196, 1),  rgba(72,120,195, 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-titleD {
	background-image: linear-gradient(to right, rgba(241,189,13, 1),  rgba(239,187,8, 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-titleE {
	background-image: linear-gradient(to right, rgba(79,188,95, 1),  rgba(81,188,101, 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-titleF {
	background-image: linear-gradient(to right, rgba(78,163,205),  rgba(77,164,196, 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;
}
.table-news {
	margin-top:5px;
	font-size:15px;
}
.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:#333333;
}
.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 !important;
}
.table-result th {
	background-color:#0dabd5 !important;
	font-weight:normal;
	padding:6px 4px;
	color:#FFF !important;
	border-right:1px solid #FFF !important;
	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;
    background-color:#fff8da;
	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;
}
.form-border {
	border:1px solid #d7d7d7;
	border-radius:4px;
	margin:5px 0 5px 0;
	padding:8px 8px 8px 23px;
}
.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;
}
.mark-blue {
	color:blue !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;
}

/**** 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 .btn-info {
    border-color: #2396b8;
    font-size: 14px;
}
.btn-group .btn-success {
    border-color: #669666;
    font-size: 14px;
}
.btn-group .btn-warning {
    border-color: #996600;
    font-size: 14px;
}
.btn-group .btn-danger {
    border-color: #330000;
    font-size: 14px;
}

/* override bootstrape col-* */
td > .col-lg-1,td > .col-lg-10,td > .col-lg-11,td > .col-lg-12,td > .col-lg-2,td > .col-lg-3,td > .col-lg-4,td > .col-lg-5,td > .col-lg-6,td > .col-lg-7,td > .col-lg-8,td > .col-lg-9,
td > .col-md-1,td > .col-md-10,td > .col-md-11,td > .col-md-12,td > .col-md-2,td > .col-md-3,td > .col-md-4,td > .col-md-5,td > .col-md-6,td > .col-md-7,td > .col-md-8,td > .col-md-9,
td > .col-sm-1,td > .col-sm-10,td > .col-sm-11,td > .col-sm-12,td > .col-sm-2,td > .col-sm-3,td > .col-sm-4,td > .col-sm-5,td > .col-sm-6,td > .col-sm-7,td > .col-sm-8,td > .col-sm-9,
td > .col-xs-1,td > .col-xs-10,td > .col-xs-11,td > .col-xs-12,td > .col-xs-2,td > .col-xs-3,td > .col-xs-4,td > .col-xs-5,td > .col-xs-6,td > .col-xs-7,td > .col-xs-8,td > .col-xs-9 
{
 padding-right:0px;
 padding-left:0px
}

/* 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: rgba(0,153,153,1);
}

.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: 20px;
    margin-top: 1px !important;
    margin-bottom: 5px !important;
    padding-top: 0px !important;
}
form .narrower .checkbox,
form .narrower .radio {
    width: 120px;
}
form .narrowest .checkbox,
form .narrowest .radio {
    width: 90px;
}
form .wider .checkbox,
form .wider .radio {
    min-width: 200px;
}
form .widest .checkbox,
form .widest .radio {
    min-width: 250px;
}
form .width-full .checkbox,
form .width-full .radio {
    width: 100%;
}
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-align: center;
}

/*告警訊息文字*/
form .red_message {
    color: red;
}

/*隱藏的資料(通常用於輸出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:right;
	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;
}


.table-result1 {
    width: 100%;
	margin-bottom:5px;
	margin-top:5px;
	font-size:15px;
	border-left: 1px solid #dcdcdc;
}
.table-result1 th {
	background-color:#0dabd5;
	font-weight:normal;
	padding:6px 4px;
	color:#FFF;
	border-right:1px solid #FFF;
	text-align:center;
}
.table-result1 td {
	border-bottom:1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding:6px 4px;
}
.table-result1 tr:hover {
	background-color:#fffbe9;
}