@charset "utf-8";
.button_transparent {
	background-color: transparent;
	border:0;
	color:#000000;
}

/*-slick-------------------------------------------------*/	
/* 是否要有前一頁，下一頁*/
    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
/*-bootstrap-------------------------------------------------*/		
.form-control {
    display: inline;
	width: 70%;
}	
.form-group{
	margin-bottom: 10px;
}
/*-頁籤-------------------------------------------------*/	
	ul, li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.abgne_tab {
		clear: left;
		width: 100%;
		margin: 10px 0;
	}
	ul.tabs {
		width: 100%;
		height: 32px;
		border-bottom: 1px solid #999;
		/*border-left: 1px solid #999;*/
	}
	ul.tabs li {
		float: left;
		height: 31px;
		line-height: 31px;
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		border: 1px solid #999;
		border-left: none;
		background: #e1e1e1;
		border-top-left-radius:20px;
		padding-right:5px;
	}
	ul.tabs li a {
		display: block;
		padding: 0 20px;
		color: #000;
		border: 1px solid #fff;
		text-decoration: none;
	}
	ul.tabs li a:hover {
		background: #ccc;
	}
	ul.tabs li.active  {
		background: #fff;
		border-bottom: 1px solid #fff;
	}
	ul.tabs li.active a:hover {
		background: #fff;
	}
	div.tab_container {
		clear: left;
		width: 100%;
		border: 1px solid #999;
		border-top: none;
		background: #fff;
	}
	div.tab_container .tab_content {
		padding: 10px 10px 0px 10px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 20px;
	}
	
/*-diy-------------------------------------------------*/		
.hovertreecontainer {
	width: 360px;
	margin: 40px auto 0 auto;
	position: relative;
	font-family: 微软雅黑;
	font-size: 12px;
}
.hovertreecontainer p {
	line-height: 12px;
	line-height: 0px;
	height: 0px;
	margin: 10px;
	color: #bbb
}
.action {
	width: 360px;
	height: 30px;
	/*margin: 10px 0;*/
}
.cropped {
/*
	position: absolute;
	right: -230px;
	top: 0;
	width: 200px;
	border: 1px #ddd solid;
	height: 460px;
	padding: 4px;
	box-shadow: 0px 0px 12px #ddd;
	text-align: center;
	*/
}
.imageBox {
	position: relative;
	height: 360px;
	width: 360px;
	border: 1px solid #aaa;
	background: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor: move;
	/*box-shadow: 4px 4px 12px #B0B0B0; */
}
.imageBox .thumbBox {
	position: absolute;
	top: 30%;
	left: 30%;
	width: 360px;
	height: 360px;
	margin-top: -100px;
	margin-left: -100px;
	box-sizing: border-box;
	/*border: 1px solid rgb(102, 102, 102);*/
	/*box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);*/
	background: none repeat scroll 0% 0% transparent;
}
.imageBox .spinner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 400px;
	background: rgba(0,0,0,0.7);
}
.Btnsty_peyton{ 
	float: right;
   width: 50px;
  display: inline-block;
 /* margin-bottom: 10px;*/
  height: 30px;
 /* line-height: 57px;*/
  font-size: 15px;
  color: #FFFFFF;
  margin:0px 2px;
  background-color: #0066FF;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 5px #B0B0B0;
  border: 0px #fff solid;}
/*选择文件上传*/
.new-contentarea {
	width: 165px;
	overflow:hidden;
	margin: 0 auto;
	position:relative;
	float:left;
}
.new-contentarea label {
	width:100%;
	height:100%;
	display:block;
	margin-top:5px;
}
.new-contentarea input[type=file] {
	width:188px;
	height:30px;
	background:#333;
	margin: 0 auto;
	position:absolute;
	right:50%;
	margin-right:-94px;
	top:0;
	right/*\**/:0px\9;
	margin-right/*\**/:0px\9;
	width/*\**/:10px\9;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:2;
}
a.upload-img{
	width:90px;
	display: inline-block;
	/*margin-bottom: 10px;*/
	height:32px;
	/*line-height: 57px;*/
	font-size: 15px;
	color: #FFFFFF;
	background-color: #0066FF;
	border-radius: 3px;
	text-decoration:none;
	cursor:pointer;
	border: 0px #fff solid;
	box-shadow: 0px 0px 5px #B0B0B0;
}
a.upload-img:hover{
	background-color: #ec7e70;
}

.tc{text-align:center;}	