html{
	/*font-family:Arial,sans-serif;*/
        /*font-family:'Roboto',sans-serif;*/
        font-family: 'Noto Sans TC', sans-serif;
}
*{
	font-size: 1em;
}
body{
	margin:0;
	padding:0;
	background-color: #D7F5F4;
	height:100%;
}
a{
	text-decoration: none;
	color: #777777;
    margin:20px;
}
ul{
	list-style-type: none;
}
/*img{
	display: block;
	float: left;
}*/
/*header*/
#header{
	width:100%;
	background-color: #FFF;
	margin:0;
	padding:0;
	border:0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

/*card*/
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 90%;
  border-radius: 5px;
  margin-left: 5%;
  margin-right: 2.5%;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  background-color: #FFFFFF;
  padding: 2px 16px;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card_search {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  transition: all 0s;
  width: 90%;
  border-radius: 20px;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #FFFFFF;
}

/*card nopad*/
.card_np {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 90%;
  border-radius: 7px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  background-color: #FFFFFF;
}
.card_np:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card_np_container{
    padding:2px 16px;
}
/*card obj*/
card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 90%;
  border-radius: 7px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  background-color: #FFFFFF;
}
card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
card_contain{
	padding:2px 16px;
}
/*card for list*/
.card_lst {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  transition: all 0s;
  width: 90%;
  border-radius: 5px;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #FFFFFF;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
/*sidebar*/
#sidebar{
  height: 100%;
  top: 0;
  position: fixed;
  background-color: #FFFFFF;
  overflow-x: hidden;
  overflow-y:  auto;
  transition: left 0.5s;
  transition-timing-function:ease;
  display:block;
  padding:10px;
  z-index:1000;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.sidebar_title{
	vertical-align:middle;
	text-align:center;
}
.sidebar_title a{
	display:inline-block;
	vertical-align:middle;
}
.sidebar_title img{
	height:2em;
}
.sidebar_menu a{
	display:block;
}

/*tables*/

table {
   line-height: 180%;
}
.main_tb{
	border-collapse: collapse;
}
.main_tb tbody tr:nth-child(even){
	background:#F9F9F9;
}
.main_tb tbody tr:nth-child(odd){
	background:#F0F0F0;
}
.main_tb td{
	border-left:  1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
th{
  text-decoration:none;
  font-style: bold;
  text-align: left;
}
/*player*/
.playback{
	width:90%;
}
.ep_table{
	text-align: center;
}
/*fa*/
.fa-crown{
	color:#FFCC00;
}
.fa-bullhorn {
    color: #330066;
}
.fa-bars {
	color: #666666;
	font-size:2em;
}

.fa-telegram {
	color: #00AAAA;
}
/*others*/
.scroll_table{
	overflow-y: auto;
}
.blog_content{
	display:block;
}

.cl{
	border: 0;
	width:100%;
	background: linear-gradient(to right, cyan, lawngreen);
	height: 3px;
}
.query{
	border:0;
	/*width:100%;*/
}
.cl{
	border: 0;
	width:100%;
	background: linear-gradient(to right, cyan, lawngreen);
	height: 3px;
}
.query{
	border:0;
	width:100%;
        border-radius: 20px;
}

.mySlides {display: none;}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.active {
  background-color: #717171;
}
.seen_rcd{
	color:#32CD32;
}
.warn{
	background-color:#F08080;
}
