/*---------------------------全站統一樣式---------------------------*/
html, body {
	width:100%;
	height:100%;
	font-family: "Microsoft YaHei","微軟正黑體", Arial, Helvetica, sans-serif;
	white-space:normal;
	/*word-break:break-all;*/
	word-wrap:break-word;
	/*-moz-user-select: none; 
	-webkit-user-select: none;  
	-ms-user-select: none;   
	-khtml-user-select: none; 
	user-select: none;*/
}
body.default-layout {
   /* background-image: url(../../images/Common/bg-left.jpg);*/
}
::selection {
    background: #BAE5EB;
    color: #000;
}
a{
	text-decoration:none;
}
i{
	margin-right:5px;
}
input,button,textarea{
	font-family: 微軟正黑體 , Arial, Helvetica, sans-serif;
}
input{
	word-break: break-all;
}
button{
	cursor:pointer;
}
footer {
	background: #92C2C4;
    width: 100%;
    font-size: 13px;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 900;
    left: 0;
}
footer p {
    margin:0;
}
.alert-position{
    display: block;
    position: absolute;
    z-index: 9999;
    right: 18px;
    top: 70px;
}
.normal-link {
    color: #6CB5F4;
}
.normal-link:hover {
    color: #6cb5f4;
    text-decoration: underline;
}
/*position*/
.position-relative {
    position:relative;
}
/*animation*/
@keyframes fade-in {
    from {opacity:0;}
    to {opacity:1;}
}
/*overflow*/
.OF-A{
	overflow:auto;
}
/*float*/
.FL{
	float:left;
}
.FR{
	float:right;
}
.C-B{
	clear:both;
}
/*line-height*/
.LH-22{
	line-height:22px;
}
.LH-25{
	line-height:25px;
}
.F-S15{
	font-size:15px;
}
.M-0A{
	margin:0 auto !important;
}
.M-0{
	margin:0 !important;
}
.M-5{
	margin:5px !important;
}
.M-TB10{
	margin:10px 0 !important;
}
.M-TB20{
	margin:20px 0 !important;
}
.M-TB30{
	margin-top:30px !important;
	margin-bottom:30px !important;
}
.M-LR5{
	margin:0 5px !important;
}
.M-LR5p{
    margin-left:5% !important;
    margin-right:5% !important;
}
.M-T5{
	margin-top:5px !important;
}
.M-T10{
	margin-top:10px !important;
}
.M-T15{
	margin-top:15px !important;
}
.M-T20{
	margin-top:20px !important;
}
.M-T50{
	margin-top:50px !important;
}
.M-R5{
	margin-right:5px;
}
.M-R0{
	margin-right:0px !important;
}
.M-R10{
	margin-right:10px;
}
.M-R15{
	margin-right:15px;
}
.M-R40{
	margin:0 0 0 40px;
}
.M-B0{
	margin-bottom:0 !important;
}
.M-B10{
	margin-bottom:10px !important;
}
.M-B15{
	margin-bottom:15px !important;
}
.M-B20{
	margin-bottom:20px !important;
}
.M-L0{
	margin-left:0px !important;
}
.M-L5 {
    margin-left: 5px !important;
}
.M-L10{
	margin-left:10px !important;
}
.M-L15{
	margin-left:15px !important;
}
.M-L20{
	margin-left:20px !important;
}
.M-L25{
	margin-left:25px !important;
}
.M-L40{
	margin-left:40px !important;
}
.M-L60{
	margin-left:60px !important;
}

.m-0 {
	margin: 0px;
}

.mb-1 {
	margin-bottom: 0.5rem;
}

.mb-2 {
	margin-bottom: 1rem;
}

.P-0{
	padding:0 !important;
}
.P-5{
	padding:5px !important;
}
.P-10{
	padding:10px 0;
}
.PTB-5{
	padding:5px 0;
}
.PTB-15{
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.PTB-20{
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.P-TB30{
	padding-top:30px !important;
	padding-bottom:30px !important;
}
.P-20{
	padding:20px 0;
}
.P-T10{
	padding:10px 0 0 0;
}
.P-B10{
	padding:0 0 10px 0;
}
.P-B40{
	padding-bottom:40px;
}
.P-T20{
	padding:20px 0 0 0;
}
.P-L10{
	padding-left:10px;
}
.P-L20{
	padding-left:20px !important;
}
.P-L25{
	padding-left:25px !important;
}
.P-R5{
	padding-right:5px;
}
.Font-White{
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-shadow: 0px 1px 5px #525252;
}
.Pbold{
	font-weight:bold;
}
.Content {
	width: 100%;
	/*height: 100%;*/
	height: calc(100% - 27px);
	background-image: url(../../images/Common/bg-left.jpg);
	position: absolute;
}
.TAL{
	text-align:left !important;
}
.TAC{
	text-align:center !important;
}
.TD-U{
	text-decoration:underline;	
}
.P-a{
	position:absolute;
}
.Loading_Div{
	position: absolute;
	left: 50%;
	top: 55%;
	margin: -35px 0 0 -35px;
}
/*loading-box animation*/
.loading-box{
	width: 100%;
    height: 100%;
    position: fixed;
	background: rgba(255, 255, 255, 0.15);
}
.loading-box div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
	margin: -50px 0 0 -50px;

    /*border: 1px dashed #F5F5F5;
	border: 1px solid #EAEAEA;*/

    animation-name: loading;
    animation-delay: 0s;
    animation-direction: alternate ;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    /*animation-timing-function: linear;*/
	animation-timing-function: cubic-bezier(0.32, 0.29, 0.64, 1.04);
	
	-webkit-animation-name: loading;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: alternate ;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    /*-webkit-animation-timing-function: linear;*/
	-webkit-animation-timing-function: cubic-bezier(0.32, 0.29, 0.64, 1.04);

	
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#62b9f7+0,b6dcf9+46,ffffff+87&1+0,0+100 */
background: -moz-linear-gradient(45deg,  rgba(98,185,247,1) 0%, rgba(182,220,249,0.54) 46%, rgba(255,255,255,0.13) 87%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(98,185,247,1) 0%,rgba(182,220,249,0.54) 46%,rgba(255,255,255,0.13) 87%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(98,185,247,1) 0%,rgba(182,220,249,0.54) 46%,rgba(255,255,255,0.13) 87%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62b9f7', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
@keyframes loading{
    from {
	transform: translateY(0) rotate(0deg);
    border-radius: 30px;
	opacity:1;
	
	-webkit-transform: translateY(0) rotate(0deg);
    -webkit-border-radius: 30px;
	-webkit-opacity:1;
  }
      
  to {
	transform: translateY(0) rotate(360deg);
    border-radius: 100px;
	opacity:0;
	
	-webkit-transform: translateY(0) rotate(360deg);
    -webkit-border-radius: 100px;
	-webkit-opacity:0;
  }
}
.loading-box p{
	position: relative;
    top: 49%;
    left: 50%;
    display: inline-block;
    margin: 0 0 0px -35px;


	animation-name: loading-p;
    animation-delay: 0s;
    animation-direction: alternate ;
    animation-duration:3s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    /*animation-timing-function: linear;*/
	animation-timing-function: cubic-bezier(0.32, 0.29, 0.64, 1.04);
	
	-webkit-animation-name: loading-p;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: alternate ;
    -webkit-animation-duration:3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    /*-webkit-animation-timing-function: linear;*/
	-webkit-animation-timing-function: cubic-bezier(0.32, 0.29, 0.64, 1.04);
}

@keyframes loading-p{
    from {
	color: #0F528C;
  }
      
  to {
	color: #bbbbbb;
  }
}
/*loading-defult*/
.loading-defult{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1500;
}
.loading-defult i{
    font-size:130px;
    top: 50%;
    left: 50%;
    position: relative;
    color: darkcyan;
	margin:-65px 0 0 -65px;
	background: rgba(240, 248, 255, 0.53);
    border-radius:70px;
}
.loading-defult p{
    position: inherit;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -31.5px;
	font-weight: bold;
}
.loading-defult img{
    width:50px;
	height:50px;
    top: 50%;
    left: 50%;
    position: relative;
}
.bg-ccc{
	background: #ccc;
}
.clear{
	clear:both;
}
.C-P{
	cursor:pointer;
}
.SearchInput{
	padding:5px;
}
.ui-selectable-helper{
	background: rgba(70, 138, 187, 0.3);
	border: 1px solid #59B3CD !important;
	border-radius:3px;
}
#LoadingPage {
	overflow: hidden;
	width:100%;
	height:100%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../../images/FHD/first_bg.jpg);
}
#LoadingPage div,#SendLoading div{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -70px 0 0 -100px;
	text-align: center;
	padding: 20px 30px;
	border: 1px solid #fff;
	border-radius:10px;
	/*background:#fff;*/
	background-color: rgba(255,255,255,0.2);
	border: solid 1px;
	border-color: rgba(255,255,255,0.7);
	box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
}
#SendLoading div{
	background:#fff;
}
#SendLoading div img {
	box-shadow: 1px 1px 5px #A0A0A0;
}
#LoadingPage div img,#SendLoading div img{
	background: #fff;
	border-radius: 44px;
	padding: 7px;
}
#LoadingPage div p,#SendLoading div p{
	padding: 30px 0 0 0;
	color: #fff;
	font-weight: bold;
}
#SendLoading div p{
	color:#333333;
}
.LinkColor{
	color: #0D9DC7;
}
.LinkColor:hover{
	color: #50D2F7;
}
.Color-b{
	color: brown;
}
.TextHidden{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.ContentAlert{
	padding: 25px 0px 80px 177px;
	background: url(../../images/Common/ContentAlert-bg.png) 0px 6px no-repeat;
	color: firebrick;
	font-weight: bold;
}
.ContentAlert p,.ContentAlert a{
	padding: 0 0px 10px 0;
}
/*-----ToolTip-----*/
/*.ToolTipWrap{
	width: 200px;
	height: 100px;
}
.ToolTip{
	width: 100%;
    height: 100%;
    border-radius: 3px;
    background: #FFFFFF;
    border: 1px #E1E1E1 solid;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.ToolTip p{
	word-break: break-all;
	padding: 5px;
	font-size: 13px;
}
.triangle{
	border-style: solid;
	width: 0;
	height: 0;
	z-index: 999;
	position: relative;
}

.Top-triangle-out{
	border-color:transparent transparent #E1E1E1 transparent;
	border-width: 18px 10px;
	top: -16px;
	left: 10px;
}
.Top-triangle-in{
	border-color:transparent transparent #ffffff transparent;
	border-width: 16px 8px;
	top: -14px;
	left: -8px;
}
.Bottom-triangle-out{
	border-color: #E1E1E1 transparent transparent transparent;
	border-width: 18px 10px;
	top: 17px;
	left: 10px;
}
.Bottom-triangle-in{
	border-color: #E1E1E1 transparent transparent transparent;
	border-width: 16px 8px;
	top: 15px;
	left: -8px;
}*/
/*****input******/
input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    
    /*required for proper track sizing in FF*/
    width: 150px;
	padding:0;
	cursor:pointer;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 150px;
    height: 5px;
    background: #91a7ac;
    border: none;
   /* border-radius: 3px;*/
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 12px;
    width: 16px;
    /*border-radius: 50%;*/
    background: #42637a;
    margin-top: -4px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #91a7ac;
}

input[type=range]::-moz-range-track {
    width: 15px;
    height: 5px;
    background: #91a7ac;
    border: none;
   /* border-radius: 3px;*/
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    /*border-radius: 50%;*/
    background: #42637a;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 150px;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #91a7ac;
    /*border-radius: 10px;*/
}
input[type=range]::-ms-fill-upper {
    background: #91a7ac;
    /*border-radius: 10px;*/
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    /*border-radius: 50%;*/
    background: #42637a;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #91a7ac;
}

/*-----字體樣式---------*/
.InputAlert{
	color: #FF0000;
	font-style: italic;
	background: #FFE7E7;
}
.TextAlert{
    color: brown;
}
/*---------------右上控制下拉選單------------------*/
#ControlDiv,#LanguageDiv{
	position: absolute;
	z-index: 501;
	background-color: white;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size:14px;
}
#ControlDiv span ,#LanguageDiv span{
	display: block;
	padding: 10px;
	border-bottom: 1px dashed #A5A5A5;
}
#ControlDiv span:hover ,#LanguageDiv span:hover{
	background: #E0E0E0;
	cursor:pointer;
}
/*---------------------------全站字體---------------------------*/
.FontBold{
	font-weight:bold;
}
/*---------------------------全站Btn---------------------------*/
.GreenBtn,.BlueBtn,.OkBtn,.DelBtn,.FBtn,.GBtn,.DarkseagreenBtn,.CoralBtn,.TWBtn{
	padding: 5px 20px;
	margin: 0 12px 0 0;	
	border-top: none;
	border-left: none;
	border-right: none;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
}
.GreenBtn {
	min-height: 36px;
	background: #76C088;
	border-radius: 4px;
	border-bottom: 4px solid #48945D;
}
.GreenBtn:hover {
	cursor: pointer;
}
.GreenBtn:active {
	margin:2px 12px 0 0px;
	border-bottom: 1px solid #739699;
}
.GreenBtn a{
	color:#FFF;
}
.FBtn{
	padding: 5px 15px;
	min-height: 36px;
	background: #4B79C5;
	border-radius: 8px;
	border-bottom: 4px solid #305BA0;
}
.FBtn:active {
	margin:2px 12px 0 0px;
	border-bottom: 1px solid #305BA0;
}
.GBtn{
	padding: 5px 9px;
	min-height: 36px;
	background: #EF7058;
	border-radius: 8px;
	border-bottom: 4px solid #D54D33;
}
.GBtn:active {
	margin:2px 12px 0 0px;
	border-bottom: 1px solid #D54D33;
}
.TWBtn{
  padding: 5px 9px;
  min-height: 36px;
  background: #20aee5;
  border-radius: 8px;
  border-bottom: 4px solid #1C78A3;
}
.TWBtn:active {
	margin:2px 12px 0 0px;
	border-bottom: 1px solid #1C78A3;
}

.BlueBtn {
	margin:0px auto 0 auto;
	background: #59A2D7;
	border-radius: 16px;
	border-bottom: 3px solid #3F80B0;
}
.BlueBtn:hover {
	cursor: pointer;
}
.BlueBtn:active {
	margin:2px auto 0 auto;
	border-bottom: 1px solid #3F80B0;
}
.BlueBtn a{
	color:#FFF;
}
.OkBtn {
	background: #91C48F;
	border-radius: 16px;
	border-bottom: 3px solid #588A5C;
}
.OkBtn:hover {
	cursor: pointer;
}
.OkBtn:active {
	margin:2px 12px 0 0px;
	border-bottom: 1px solid #588A5C;
}
.OkBtn a{
	color:#FFF;
}
.DelBtn {
	background: #CE7F7F;
	border-radius: 16px;
	border-bottom: 3px solid #9C5563;
}
.DelBtn:hover {
	cursor: pointer;
}
.DelBtn:active {
	margin:2px 12px 0 0px;
	border-bottom: 1px solid #9C5563;
}
.DelBtn a{
	color:#FFF;
}
.NormalBtn {
	padding: 2px 20px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	font-size: 14px;
	margin: 0 5px;
}
.NormalBtn:hover {
	background: #ccc;
}
.FlatBtn {
	background: cadetblue;
	color: #fff;
	border-radius: 11px;
	border: none;
	padding: 5px 10px;
}
.FlatBtn:hover {
	background: rgb(70, 132, 134);
}
.FlatBtn:active {
	background: cadetblue;
}
/*B-Color Btn*/
.DarkseagreenBtn{
	padding: 5px 12px;
	margin:0px auto 0 auto;
	background: darkseagreen;
	border-radius: 16px;
	border-bottom: 3px solid rgb(52, 152, 83);
}
.DarkseagreenBtn:active{
	margin:2px auto 0 auto;
	border-bottom: 1px solid rgb(52, 152, 83);
}
.CoralBtn{
	padding: 5px 12px;
	margin:0px auto 0 auto;
	background: coral;
	border-radius: 16px;
	border-bottom: 3px solid rgb(200, 95, 56);
}
.CoralBtn:active{
	margin:2px auto 0 auto;
	border-bottom: 1px solid rgb(200, 95, 56);
}
/*White-Btn*/
.WhiteBtn {
    border-radius: 3px;
    background-color: #ffffff;
    color: #646464;
    margin: 0 10px;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.26);
	padding: 4px 15px;
    font-size: 14px;
	cursor:pointer;
}
.WhiteBtn:hover {
    background: #e5e5e5;
}
.WhiteBtn:active {
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.26);
}
/*style btn*/
.Btn-basic {
    border-radius: 3px;
    color: white;
    margin: 0 10px 0 0;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.26);
	padding: 4px 15px;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
}
.Btn-basic:active {
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.26);
}
.Btn-01{
    background: darkseagreen;/*綠*/
}
.Btn-01:hover {
    background: #5C845C;
}
.Btn-02{
    background: darkorange;/*橘*/
}
.Btn-02:hover {
    background: #B56A0F;
}
.Btn-03{
    background: steelblue;/*鐵藍*/
}
.Btn-03:hover {
    background: #316A98;
}
/*ibtn*/
.ibtn-edit,.ibtn-delete{
    font-size: 20px !important;
    cursor: pointer;
}
.ibtn-edit{
    color: brown;
}
.ibtn-delete{
    color: forestgreen;
}

/*---------------------------所有頁面麵包屑---------------------------*/
.page-nav {
	border-bottom: 1px solid #ccc;
}
.page-nav h2 {
    padding: 11px 0 11px 20px;
    font-size: 15px;
    margin: 0;
    background: white;
}
/*---------------------------所有頁面的Header---------------------------*/
@media (min-width: 768px){
.container-fluid .navbar-right{
    margin-right:0;
}
}
.navbar-nav li {
	min-width: 30px;
	/*height: 30px;
	margin: 10px 20px 10px 0;
	float: right;*/
	cursor: pointer;
}
/*.Menu {
	background:url(../../images/Common/TopMenu.png) no-repeat;
}*/
.SystemControlBtn {
	background:url(../../images/Common/TopUser.png) no-repeat;
}
.LanguageBtn {
	background:url(../../images/Common/Language-Btn-bg.png) no-repeat;
}
.InfoBtn {
	background:url(../../images/Common/TopInfo.png) no-repeat;
}
.InfoBtn span{
	position: absolute;
	right: 116px;
	top: 30px;
	color: #fff;
	background: rgb(231, 120, 120);
	border-radius: 7px;
	font-size: 13px;
	border: 1px solid #fff;
	padding: 1px 3px;
}
.UserID {
	padding: 6px 0 0 0;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #858585;
}
/*---------------------------全站選單頁面樣式---------------------------*/
.MenuIconWrap{
	width: 1130px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -327px 0 0 -550px;
	font-weight:bold;
}
.MenuIcon{
	text-align: center;
}
.MenuIcon li{
	display: inline-block;
	width:182px;
	height:210px;
	position: relative;
}
.MenuIcon li div{
	width: 182px;
	height: 182px;
}
.MenuIcon li p{
	position: absolute;
	top: 185px;
	width: 100%;
	text-align: center;
	line-height: 22px;
	font-size: 15px;
	color: #fff;
	text-shadow: 0px 1px 5px #353535;
}
.MenuIcon-move-bg{
	background:url(../../images/Menu/Menu-icon-move-bg.png) no-repeat;
}
/*.MenuIcon-drag-bg{
	background:url(../../images/Menu/Menu-icon-drag-bg.png) no-repeat !important;
}*/
@media screen and (min-width: 1200px) {
/*樣式A視窗寬度 >= 1200px，載入這裡的 CSS*/
.MenuIconWrap{
	width: 1130px;
	position: absolute;
	left: 50%;
	top: 56%;
	margin: -360px 0 0 -550px;
}
.MenuIcon li{
	/*margin: 10px 80px 20px 0;*/
	margin: 0 80px 0 0;
}
}
@media screen and (max-width: 1199px) {
/*樣式B視窗寬度 =<1199，載入這裡的 CSS*/
.MenuIcon li{
	margin: 10px 40px 0 0;
}
}
/*---------------------------全站設定頁面樣式---------------------------*/
#SettingPage {
	background:white;
	overflow: auto;
}
#SettingPage .MainContent,#FilePage .MainContent{
	width:100%;
	min-width:1080px;
	position: absolute;
    background:white;
	/*top: 53px;*/
}
.ContentLeft{
	width: 180px;
	float: left;
	/*min-height: 870px;
	background: #FFF;
	-webkit-box-shadow: 1px 0px 1px 0px rgba(50, 50, 72, 0.35);
	-moz-box-shadow: 1px 0px 1px 0px rgba(50, 50, 72, 0.35);
	box-shadow: 1px 0px 1px 0px rgba(50, 50, 72, 0.35);*/
}
.ContentLeft ul{
	margin:0;
}
.ContentLeft ul li {
	width:180px;
	text-align:center;
	line-height:60px;
	font-size:18px;
	letter-spacing:1px;
}
.ContentLeft ul a{
	text-decoration:none;
	color:#333333;
	display:block;
}
.ContentLeft ul a:active{
	text-decoration:none;
	color:#333333;
}	
.ContentLeft ul a:hover{
	text-decoration:none;
	color:#666;
	width:180px;
	background:#E8E8E8;
}
.TagSelect {
	/*width:174px !important;*/
	border-left:6px solid #6CB5F4 !important;
	background:#EEF4F8 !important;
	color:#6CB5F4 !important;
}
.TagSelect:hover{
	border-left:6px solid #6CB5F4 ;
	background:#EEF4F8;
	color:#6CB5F4;
}
.ContentRight{
	width: 70%;
	padding: 15px;
	min-height: 780px;
	float: left;
	min-width: 590px;
}
.ContentRight h2{
	font-size: 18px;
	padding: 0 0 10px 0;
	border-bottom: 1px #838383 dashed;
    font-weight: bold;
    margin-top: 0;
}
/*頁面右方說明區*/
.hint-Info {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 0;
    /*display: inline-block;
    min-width: 590px;*/
}
/*ul.hint-Info{
    padding: 10px 10px 30px 10px;
}*/
.ContentRight .hint-Info p{
    font-size:14px;
}
ul.hint-Info li {
	display:inline-block;
}
ul.hint-Info li.icon-tip {
	padding:1px 20px 4px 29px;
}
/*top-btn-wrap*/
.top-btn-wrap {
}
/*Table---------------*/
.TableWrap {
	/*margin: 10px 0 0 0;*/
	padding:0px;
	width:100%;
	border:4px solid #BAD8DA;
	font-size:15px;
	/*height:442px;
	height:450px;*/
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0){ .TableWrap { height:450px; } }*/
.TableWrap table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	/*height:100%;*/
	margin:0px;padding:0px;
}
.TableWrap tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.TableWrap table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.TableWrap table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.TableWrap tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.TableWrap tr:hover td{
	
}
.TableWrap tr:nth-child(odd){
	 background-color: #E2F5F4; 
}
.TableWrap tr:nth-child(even){
	 background-color:#ffffff; 
}
.TableWrap td{
	vertical-align:middle;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align:center;
	padding: 9px 0;
	font-weight:normal;
	color:#000000;
	height: 22px;
}
.TableWrap td a{
	color: #6CB5F4;
}
.TableWrap tr:last-child td{
	border-width:0px 1px 1px 0px;
}
.TableWrap tr td:last-child{
	border-width:0px 0px 1px 1px;
}
.TableWrap tr:last-child td:last-child{
	border-width:0px 0px 1px 0px;
}
.TableWrap thead td{
	background:#BAD8DA;
	border:0px solid #BAD8DA;
	text-align:center;
	border-width:0px 0px 1px 1px;
	
	font-weight:bold;
	color:#333333;
}
.TableWrap .BtnTd input{
	padding:0 10px 0 0;
}
/*Table上下功能區---------------*/
.TableOptionWrap{
	/*border:4px solid #BAD8DA;*/
	width:100%;
	background:#BAD8DA;	
    min-height: 80px;
	/*padding:30px 0 40px 0;*/
}
.TableOptionLeft{
	float:left;
	padding:0 0 0 20px;
}
.TableOptionRight{
	float:right;
	padding:0 20px 0 0;
}
.TablePageBtn a{
	padding: 4px 10px;
	border-radius: 2px;
	background: #84ACAF;
	cursor: pointer;
	color: #fff;
	margin: 0 4px;
}
.TablePageBtn a:hover,.TablePageBtn-focus{
	color:#6CB5F4  !important;
	background: rgba(255, 255, 255, 0.8)  !important;
}
#AboutPN .TableWrap table{
	height:100%;
}
.TableSearchOption{
	border: 4px solid #BAD8DA;
	width: 100%;
	background: #BAD8DA;
    padding: 20px 0 20px 10px;
	margin: 10px 0 0 0;
}
.TableSearchOption input{
	/*float: right;*/
	/*margin: 0 20px 0 0;*/
	border:0px solid #a1a1a1;
}
/*頁面右區域上方按鈕區---------------*/
.TopBtn{
	width: 100%;
	height: 46px;
	margin: 10px 0;
}
.TopBtn li{
	float:left;
}
/*table-tab*/
.table-tab {
    margin: 15px 0 2px 0;
    height: 35px;
}
.table-tab li{
    background: #e6e6e6;
    text-align: center;
    padding: 7px 20px 6px 20px;
    margin-right: 5px;
    /* border-radius: 3px 3px 0 0; */
    cursor: pointer;
    font-size: 14px;
    /* text-shadow: 0px 1px 1px #737373; */
    /* color: #929292; */
    border-radius: 3px 3px 0px 0px;
    border-top: 4px solid #cccccc; 
}
.table-tab li:hover,.table-tab li.table-tab-select{
    background: #BAD8DA;
    color: #3a3a3a;
    text-shadow: none;
    padding: 7px 20px;
    border-top: 4px solid #97bbbd;
}
/*寬度%-----------*/
.W5p{
	width:5%;
}
.W8p{
	width:8%;
}
.W10p{
	width:10%;
}
.W12p{
	width:12%;
}
.W13p{
	width:13%;
}
.W14p{
	width:14%;
}
.W15p{
	width:15%;
}
.W16p{
	width:16%;
}
.W18p{
	width:18%;
}
.W20p{
	width:20%;
}
.W25p{
	width:25%;
}
.W27p{
	width:27%;
}
.W30p{
	width:30% !important;
}
.W31p{
	width:31%;
}
.W33p{
	width:33%;
}
.W35p{
	width:35%;
}
.W37p{
	width:37%;
}
.W40p{
	width:40%;
}
.W45p{
	width:45%;
}
.W47p{
	width:47%;
}
.W50p{
	width:50%;
}
.W57p{
	width:57%;
}
.W60p{
	width:60%;
}
.W65p{
	width:65%;
}
.W67p{
	width:67%;
}
.W70p{
	width:70%;
}
.W80p{
	width:80%;
}
.W90p{
	width:90% !important;
}
.W100p {
    width: 100% !important;
}
.H100p {
    height: 100% !important;
}
/*--------------Popup視窗--------------*/
.ScreenPopupBG,.PageLoading{
	width:100%;
	height:100%;
	position: fixed;
	/*background:url(../../images/Common/Popup-bg.png);*/
	background: rgba(2, 2, 2, 0.6);
	overflow:hidden;
	z-index: 1040;
	top: 0;
}
.PopWrap{
	/*width: 720px;
	height: 580px;
	margin: -290px 0 0 -360px;*/
	background: #fff;
	font-size: 15px;
	position:absolute;
	top:50%;
	left:50%;
	font-size:15px;
	/*box-shadow: 2px 5px 20px #AAA;*/
	border-radius: 6px;
}
.PopupHeader{
	width: 100%;
	height: 36px;
	background:#92C2C4;
	border-bottom: 3px solid #4FAAAA;
	text-align: center;
	color: #fff;
	border-radius: 4px 4px 0 0;
	text-shadow: 1px 1px 1px #5A5A5A;
}
.PopupCloseBtn {
    position: absolute;
    display: block;
    top: 6px;
    right: 11px;
    transition: all 0.1s ease-in;
    cursor: pointer;
}
.PopupCloseBtn:hover{
    transform: rotate(90deg);
}
.Msg-Title{
	position: relative;
	top: 33%;
}
.Msg-Data{
	width: 90%;
	text-align: center;
	margin: 25px auto 0 auto;
	line-height: 22px;
	position: absolute;
	padding: 0 13px;
}
.PopupBtnWrap {
	left: 37%;
	z-index: 200;
	width: 100%;
	margin: 0 auto;
	line-height: 22px;
	position: absolute;
	bottom: 10%;
}
.PopupBtnWrap li{
	float:left;
}
#PopupContent{
	/*width: 100%;
	 background: #ccc; 
	margin: 50px auto 0 auto;
	height: 63%;
	z-index: 200;
	position: absolute;*/
}
.PopWrap .TipBox{
	width: 1212px;
	height: 350px;
	/*margin: 50px auto;*/
	position:relative;
}
.PopWrap .TipBox li{
	border: 3px solid #038E94;
	width: 600px;
	height: 350px;
	float: left;
	position:relative;
}
/*popup-num common*/
.PopupContent table td{
	border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
	vertical-align: middle;
	line-height:24px;
}
.PopupContent table tr:nth-child(odd){
	background-color: #E2F5F4;
}
.PopupContent table th {
    background: #9BC3C5;
	padding: 10px 0;
}
.PopupContent table td {
    /*border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;*/
	border: 1px solid #e5e5e5;
    vertical-align: middle;
    line-height: 24px;
}
.popuptablewrap table th,.popuptablewrap table td {
    padding: 10px 5px;
    text-align: center;
}
.PopupFooter{
	text-align:center;
    position: absolute;
}
#MsgPopup .PopupFooter{
	position: absolute;
    width: 100%;
}
/*popup-2*/
.popup-2 .PopWrap {
    width: 760px;
    height: 600px;
    margin: -300px 0 0 -380px;
}
.popup-2 .PopupCloseBtn {
    left: 96%;
}
.popup-2 .PopupContent table{
	width: 90%;
    margin: 7% 5% 10% 5%;
}
/*popup-3*/
.popup-3 .PopWrap{
    width: 1000px;
    margin: -300px 0 0 -500px;
    height: 600px;
}
.popup-3 input{
	margin: 15px 0 15px 4%;
}
.popup-3 .popuptablewrap{
    height: 450px;
    margin: 0 4%;
    overflow-x: hidden;
    overflow-y: auto;
	border: 1px solid #cccccc;
}
.popup-3 .PopupContent table{
	width:100%;
}
.popup-3 .PopupContent table td:nth-child(1){
	word-break:normal;
	width: 15%;
    text-align: center;
}
.popup-3 .PopupContent table td:nth-child(2){
	width: 35%;
}
.popup-3 .PopupContent table td:nth-child(3){
	width: 35%;
}
.popup-3 table td:nth-child(3) input{
	margin: 15px 0 15px 4%;
    width: 90%;
}
.popup-3 .PopupContent table td:nth-child(4){
	width: 11%;
    text-align: center;
}
.popup-3 .PopupContent table td:nth-child(5){
	width: 4%;
    text-align: center;
}
/*popup-3a*/
.popup-3a .PopWrap {
    width: 700px;
    height: 560px;
    margin: -280px 0 0 -350px;
}
.popup-3a .PopupCloseBtn {
    left: 96%;
}
.popup-3a .popuptablewrap{
	
}
.popup-3a .popuptablewrap table{
    width: 80%;
    margin: 6% 10% 5% 10%;
    border: 1px solid #e5e5e5;
}
.popup-3a .popuptablewrap table th,.popup-4 .popuptablewrap table td{
	padding:10px 0;
	text-align:center;
}

/*popup-4*/
.popup-4 .PopWrap {
	width: 500px;
    height: 400px;
    margin: -200px 0 0 -250px;
}
.popup-4 .PopupCloseBtn {
    position: relative;
    left: 94%;
}
.popup-4 textarea{
    resize: none;
    margin: 30px 6% 20px 6%;
    width: 87%;
    height: 210px;
	border-radius: 2px;
    font-size: 15px;
    line-height: 23px;
}
.popup-4 .PopupFooter{
	text-align:center;
}
.popup-4 .popuptablewrap{
	
}
.popup-4 .popuptablewrap table{
    width: 80%;
    margin: 6% 10% 5% 10%;
    border: 1px solid #e5e5e5;
}
.popup-4 .popuptablewrap table th,.popup-4 .popuptablewrap table td{
	padding:10px 0;
	text-align:center;
}
/*popup-5*/
.popup-5 .PopWrap {
    width: 350px;
    height: 260px;
    margin: -130px 0 0 -175px;
}
.popup-5 .PopupCloseBtn{
	left: 90%;
}
.popup-5 .PopupContent p{
	text-align: center;
    padding: 7%;
	line-height:22px;
}
.popup-5 .PopupContent ul{
	text-align: center;
	margin: 20px 0 15px 0;
}
.popup-5 .PopupContent ul li{
	padding: 0px 0 15px 0;
}
.popup-5 .PopupFooter .OkBtn,.popup-5 .PopupFooter .DelBtn{
	float:left;
}
.popup-5 .PopupFooter{
	text-align:center;
}
/*div-table*/
.div-table{
   display:table;
   width:100%;
}
.div-header{
	display:table-header-group;
}
.div-body{
	display:table-row-group;
}
.div-tr{
   display: table-row;
}
.div-th,.div-td {
   display: table-cell;
   padding: 10px 0;
}
.div-table .div-header .div-tr .div-th{
	background: #BAD8DA;
    border: 0px solid #BAD8DA;
	vertical-align: middle;
}
.div-table .div-body .div-tr .div-td{
	border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
	vertical-align: middle;
}
.div-table .div-body .div-tr .div-td:last-child{
	border-right: 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.div-table .div-body .div-tr:last-child .div-td{
	border-bottom: 0;
}
.div-table .div-tr:nth-child(odd) {
    background-color: #E2F5F4;
}
.div-table .div-tr:nth-child(even) {
    background-color: #ffffff;
}
.modal-backdrop {
    background-color: rgba(0,0,0,.5) !important;
}
/*table templete basic*/
.table-option-topwrap {
    width: 100%;
    background: #BAD8DA;
    min-height: 120px;
    padding:20px 20px 0 20px;
}
.table-option-btmwrap {
    width: 100%;
    background: #BAD8DA;
    padding: 0px 20px 0px 20px;
    min-height: 70px;
}
.table-option-left {
    display:inline-block;
}
.table-option-right {
    float: right;
}
.table-wrap {
    padding: 0px;
    width: 100%;
    border: 4px solid #BAD8DA;
    font-size: 15px;
    background: #BAD8DA;
}
.table-wrap a {
    color: #6CB5F4;
}
.table-wrap a:hover {
    color: #6cb5f4;
    text-decoration:underline;
}
.table-wrap table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.table-wrap tr:nth-child(odd) {
    background-color: #E2F5F4;
}
.table-wrap tr:nth-child(even) {
    background-color: #ffffff;
}
.table-wrap td,.table-wrap th{
    vertical-align: middle;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    padding: 9px 0;
    font-weight: normal;
    color: #000000;
    height: 22px;
}
.table-wrap thead th {
    background: #BAD8DA;
    border-width: 0px;
}
.table-wrap th:last-child,.table-wrap td:last-child {
    border-width: 0px 0px 1px 0px;
}
td .table-btn {
    font-size: 20px;
    cursor:pointer;
}
.td-delete {
    color: brown;
}
.td-edit,.td-userpass {
    color: forestgreen;
}
.set-title {
    font-size: 18px;
    color: #6DABDD;
    margin-bottom: 20px;
}
/*ContentRight maxwidth*/
.set-maxwidth {
    max-width:590px;
}
/*loading line-style*/
.loading-bg{
    width: 100%;
    /*height: 100%;*/
    height: 100vh;
    background: rgba(0,0,0,0.4);
    /*position: absolute;*/
	position: fixed;
    z-index:9999;
}
.loading{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -50px;
    box-shadow: rgba(0, 0, 0, 0.2) 6px 6px 9px -1px;
    
    height: 20px;
    animation: loading-anima 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
    animation-direction: alternate;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8bc62+0,258dc8+100 */
background: #b8bc62; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #b8bc62 0%, #258dc8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #b8bc62 0%,#258dc8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #b8bc62 0%,#258dc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8bc62', endColorstr='#258dc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.loading-text{
position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -30px;
    color: white;
    animation: loading-text 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
    animation-direction: alternate;
}

@keyframes loading-anima {
  0% {
    width:100px;
    border-radius: 10px;
  }
  100% {
    width:0px;
    opacity:0;
    border-radius:2px;
  }
}
@keyframes loading-text {
  0% {
opacity:1;
  }
  100% {
    opacity:0;
  }
}
.navbtn {
    position: absolute;
    top: 59px;
    left: 294px;
    min-height: 26px;
}

    .navbtn li {
        float: left;
    }

        .navbtn li button {
            padding: 2px 15px;
            margin: 0 5px;
        }
ul.panel-btn-area {
    background: #f5f5f5;
    height: 54px;
    padding: 10px;
}
    ul.panel-btn-area li {
        float: left;
        margin-right: 10px;
    }

