﻿@charset "utf-8";

.misDown {
    display: block;
}

.misDown_info {
	-webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #FFF;
    width: 100%;
    height: 33%;
    float: left;
}

.misDown_info h1 {
    font-family: "微軟正黑體";
    color: #000000;
    background-image: url(../images/icon_title.png);
    background-repeat: no-repeat;
    padding-left: 28px;
    margin: 20px;
}

.misDown_info p {
    color: #0f97ff;
    background-image: url(../images/icon_titleS.png);
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 28px;
    background-position: 8px;
    font-family: "微軟正黑體";
}

.misDown_info a {
    color: #FF6600;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-family: "微軟正黑體";
    text-decoration: none;
    display: inline-block;
    /*float: right;*/
}

.misDown_info a:hover {
    color: #66C;
}

/*捲軸*/
.scroll {
    width: 100%;
    margin: 10px auto;
    height: 1000px;
    overflow: auto;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scroll::-webkit-scrollbar {
    background: transparent;
    width: 6px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #CCC;
    border-radius: 6px;
}

.scroll--content {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
}

.scroll--content h1 {
   font-family: "微軟正黑體";
	color: #000000;
	background-color: #b1dd82;
	display: block;
	padding: 8px;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.scroll--content h2 {
    font-family: "微軟正黑體";
    color: #000000;
    background-image: url(../images/icon_title.png);
    background-repeat: no-repeat;
    padding-left: 28px;
    float: left;
}

.scroll--content p {
    color: #0f97ff;
    background-image: url(../images/icon_titleS.png);
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 28px;
    background-position: 8px;
    font-family: "微軟正黑體";
}

.scroll--content .stitle {
    color: #0f97ff;
    background-image: url(../images/icon_titleS.png);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 28px;
    background-position: 8px;
    font-family: "微軟正黑體";
}

.scroll--content a {
    color: #FF6600;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-family: "微軟正黑體";
    text-decoration: none;
    display: inline-block;
    /*float: right;*/
}

    .scroll--content a:hover {
        color: #66C;
    }
/*捲軸結尾*/

/*左側標註清單*/
.List-Label {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bfbfbf;
    font-family: "微軟正黑體";
    font-size: 16px;
    color: #000;
    padding: 8px;
    margin-top: 6px;
    line-height: 25px;
}

.List-Label-Num {
    font-family: Verdana, Geneva, sans-serif;
    color: #70bbf7;
    font-size: 15px;
    line-height: 25px;
}

.BtnLabelEdit {
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0px;
    padding: 0px;
    text-decoration: none;
    color: #777777;
    display: inline-block;
    background-image: url(../images/btn_edit.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    text-indent: -99999;
    float: right;
    background-color: transparent;
    background-position: center center;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
}

.BtnLabelEdit:hover {
height: 25px;
width: 25px;
background-color: #b1dd82;
cursor: pointer;
}

.BtnLabelEdit:active {
height: 25px;
width: 25px;
background-color: #b1dd82;
}

.BtnLabelExtent {
font-size: 12px;
font-family: Arial;
font-weight: normal;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 0px;
padding: 0px;
text-decoration: none;
color: #777777;
display: inline-block;
background-image: url(../images/icon_list.png);
background-repeat: no-repeat;
height: 25px;
width: 25px;
text-indent: -99999;
float: right;
background-color: transparent;
background-position: center center;
margin-top: 4px;
margin-right: 4px;
margin-bottom: 8px;
}

.BtnLabelExtent:hover {
height: 25px;
width: 25px;
background-color: #b1dd82;
cursor: pointer;
}

.BtnLabelExtent:active {
height: 25px;
width: 25px;
background-color: #b1dd82;
}

.BtnLabelDel {
font-size: 12px;
font-family: Arial;
font-weight: normal;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 0px;
padding: 0px;
text-decoration: none;
color: #777777;
display: inline-block;
background-image: url(../images/btn_delete.png);
background-repeat: no-repeat;
height: 25px;
width: 25px;
text-indent: -99999;
float: right;
background-color: transparent;
background-position: center center;
margin-top: 4px;
margin-right: 4px;
margin-bottom: 8px;
}

.BtnLabelDel:hover {
height: 25px;
width: 25px;
background-color: #b1dd82;
cursor: pointer;
}

.BtnLabelDel:active {
height: 25px;
width: 25px;
background-color: #b1dd82;
}

.BtnLabelSave {
font-size: 12px;
font-family: Arial;
font-weight: normal;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 0px;
padding: 0px;
text-decoration: none;
color: #777777;
display: inline-block;
background-image: url(../images/btn_save.png);
background-repeat: no-repeat;
height: 25px;
width: 25px;
text-indent: -99999;
float: right;
background-color: transparent;
background-position: center center;
margin-top: 4px;
margin-right: 4px;
margin-bottom: 8px;
}

.BtnLabelSave:hover {
height: 25px;
width: 25px;
background-color: #b1dd82;
cursor: pointer;
}

.BtnLabelSave:active {
height: 25px;
width: 25px;
background-color: #b1dd82;
}
/*左側標註清單結尾*/

/*頁籤*/
.menu__tabs {
    list-style: none;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ff7474;
    display: block;
	background-color:#FFF;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}
.menu__tabs li {
    float: left;
    font-size: 15px;
    margin-top: 8px;
}

.menu__tabs a {
    display: inline-block;
    color: #9a9a9a;
    text-decoration: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "微軟正黑體";
    font-size: 15px;
    background-color: #FFFFFF;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
}

.menu__tabs a:hover {
    color: #FFFFFF;
    background-color: #ff7474;
}

.menu__tabs a.active {
    color: #FFFFFF;
    font-size: 15px;
    background-color: #ff7474;
}

    .menu__tabs a.active i {
        color: #80cbb7;
    }

.menu__tabs a i {
    margin-right: 3px;
    color: #aaaaaa;
}

/*頁籤*/
.detail_tab{
	overflow: hidden;
	width: 100%;	/*height: 40px;*/
   margin-bottom: 10px;
    margin-left: 10px;
	background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	/*margin-bottom: -4px;
	margin-left: 0px;
    padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;*/
}
.detail_tab li{
	font-family: "微軟正黑體";
	color: #000;
	float: left;
	display: inline-block;
	font-size: 16px;
	background-color: #B3E55E;
	margin-right: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.detail_tab li a{
	display: inline-block;
	color: #000000;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: "微軟正黑體";
	font-size: 16px;
	padding: 10px;
}
.detail_tab li a:hover{
	background-color: #51AF5B;
	color: #FFF;
}
.detail_tab li a.active{
	background-color: #51AF5B;
    color: #FFF;
	padding: 10px;
}
.detail_cont {
	display: none;
	margin: 10px;
	padding: 10px;
}
.detail_cont.cont-active {
	display: block;
}

/*--------------------------
* MENU WRAPPER
---------------------------*/
.menu {
    margin: 55px auto;
    width: 80%;
    max-width: 600px;
    position: relative;
}

.menu__wrapper {
    position: relative;
    z-index: 400;
    background: #FFF;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    margin-right: 20px;
    padding-top:55px;
}

.menu--shadow {
    position: absolute;
    z-index: 300;
    bottom: -5px;
    height: 25px;
    width: 100%;
}

.menu--shadow:after,
.menu--shadow:before {
    content: '';
    display: block;
    width: 50%;
    height: 25px;
    position: absolute;
    left: 0;
    background: rgba(0,0,0,0.2);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 15px 5px rgba(0,0,0,0.25);
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.25);
    -webkit-transform: scale(0.8) rotate(-4deg);
    -ms-transform: scale(0.8) rotate(-4deg);
    -o-transform: scale(0.8) rotate(-4deg);
    transform: scale(0.8) rotate(-4deg);
}

.menu--shadow:after {
    right: 0;
    left: auto;
    -webkit-transform: scale(0.8) rotate(4deg);
    -ms-transform: scale(0.8) rotate(4deg);
    -o-transform: scale(0.8) rotate(4deg);
    transform: scale(0.8) rotate(4deg);
}

.menu__wrapper .menu__item {
    line-height: 1.3;
    color: #76716f;
    display: none;
}

.menu__wrapper .menu__item.item-active {
    display: block;
}

.menu__wrapper .menu__item h3 {
    font-size: 1.8em;
    color: #333b48;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    margin-bottom: 12px;
}

.menu__wrapper .menu__item p {
    font-size: 1.3em;
    line-height: 1.6em;
    color: #76716f;
}
/*頁籤結尾*/

.ListResult{}
.ListResult th{
	font-family: "微軟正黑體";
	font-size: 17px;
	color: #000;
	background-color: #d9d9d9;
	text-align: left;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
}
.ListResult td{
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8c8c8;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}

.ListNum{border-radius:20px;background-color:#30affe;color:#FFF;padding-left:5px; padding-right:5px; margin-left:10px;}

.Btnshow{
	font-size: 15px;
	font-family: "微軟正黑體";
	font-weight: normal;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 0px solid #337fed;
	text-decoration: none;
	background-color: transparent;
	color: #4d4d4d;
	display: inline-block;
	background-image: url(../images/btn_icon_show.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}
.Btnshow:hover {
	background-image: url(../images/btn_icon_hide.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#d9d9d9;
}
.Btnshow:active {
	position:relative;
	top:1px;
}

.Btnhide{
	font-size: 15px;
	font-family: "微軟正黑體";
	font-weight: normal;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 0px solid #337fed;
	text-decoration: none;
	background-color: transparent;
	color: #4d4d4d;
	display: inline-block;
	background-image: url(../images/btn_icon_hide.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}
.Btnhide:hover {
	background-image: url(../images/btn_icon_show.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#d9d9d9;
}
.Btnhide:active {
	position:relative;
	top:1px;
}

.mis_content{
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #FFF;
	width: 300px;
	height: 900px;
	float: left;
    left: 0px;
    top: 0px;
	position: absolute;
	z-index: 150000;
    display: none;
}

.misDown_content{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #FFF;
	/*width: 300px;*/
	height: 300px;
	float: right;
    right: 0px;
    bottom: 0px;
	position: absolute;
	z-index: 150000;
    display: none;
}


/*展開收合選單*/
.mis_menu{
	display: block;
	float: left;
	text-align: center;
	position: absolute;
	z-index: 999; /*150001*/
    left: 0px;
    top: 300px;
}
.mis_menu ul{}
.mis_menu ul li{
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #0f97ff;
	height: 37px;
	width: 29px;
	text-indent: -9999px;
}
.mis_menu ul li a{
	text-indent: -9999px;
}
.mis_menu ul li.open{
	background-image: url(../images/mis_menu_open.png);
	background-repeat: no-repeat;
}
.mis_menu ul li.close{
	background-image: url(../images/mis_menu_close.png);
	background-repeat: no-repeat;
}


.mis_menuD{
	display: block;
    float: right;
	text-align: center;
	position: absolute;
    z-index: 999; /*150001*/
    margin-right: auto;
    margin-left: auto;
    height: 29px;
    width: 37px;
}
.mis_menuD ul{}
.mis_menuD ul li{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #0f97ff;
	height: 29px;
	width: 37px;
	text-indent: -9999px;
}
.mis_menuD ul li a{
	text-indent: -9999px;
}
.mis_menuD ul li.open{
	background-image: url(../images/mis_menuD_open.png);
	background-repeat: no-repeat;
}
.mis_menuD ul li.close{
	background-image: url(../images/mis_menuD_close.png);
	background-repeat: no-repeat;
}
/*展開收合選單結尾*/


/*捲軸*/
.scroller {
    width: 100%;
    margin: 10px auto;
    height: 100%;
    overflow: auto;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.scroller::-webkit-scrollbar {
  background: transparent;
  width: 6px;
}
.scroller::-webkit-scrollbar-thumb {
  background: #CCC;
  border-radius: 6px;
}

.scroller--content {
  padding: 10px;
}
.scroller--content h1{
	font-family: "微軟正黑體";
	color: #000000;
	background-image: url(../images/icon_title.png);
	background-repeat: no-repeat;
	padding-left: 28px;
}
.scroller--content p{
	color: #0f97ff;
	background-image: url(../images/icon_titleS.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 28px;
	background-position: 8px;
	font-family: "微軟正黑體";
}
.scroller--content a{
	color: #FF6600;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-family: "微軟正黑體";
	text-decoration: none;
	display: inline-block;
	float: right;
}
.scroller--content a:hover{
	color: #66C;
}
/*捲軸結尾*/