/*資料市集的擴充頁面樣式*/

/*管理者頁面*/
.manager-search-box{
  background-color: #dcedc8;
	-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding:10px;
}
.manager-search-span{
  background-image: url('../../../base/images/arr_dot.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
  line-height: 24px;
}
.btn-chartTab {
	color: #ffffff;
	text-shadow: none;
	background-color: #aed581;
	background-image: none;
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "微軟正黑體";
	font-size: 16px;
  line-height: 26px;
	font-weight: normal;
   position:relative;
}
.btn-chartTab:hover, .btn-chartTab:focus, .btn-chartTab:active, .btn-chartTab.active, .btn-chartTab.disabled, .btn-chartTab[disabled] {
    color: #ffffff;
    background-color: #66bb6a;
}
.btn-chartTab.active:after {
  position:absolute;
  content:"";
  bottom:-20px;
  left:50%;
  transform:translateX(-50%);
  width: 0;
  height: 0;
  border-width:10px;
  border-style:solid;
  border-top-color: #66bb6a;
  border-right-color: transparent ;
  border-bottom-color: transparent;
  border-left-color: transparent ;
}
.radio.inlineGS, .checkbox.inlineGS {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: baseline;
    font-size: 18px;
    padding-top: 0px;
    font-weight: normal;
}
.radioGS, .checkboxGS {
    min-height: 20px;
    padding-left: 0px;
    padding-top: 0px;
}
input[type=radioGS], input[type=checkboxGS] {
    position: relative;
    top: 0px;
    padding: 0;
    margin: 0;
}
.manager-search-box-btnBox{
  text-align: center;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

/*使用者頁面*/
.userTxt {
    font-size: 14px;
    line-height:25px;
    color: #999;
    background-image: url('../../../base/images/arr_txtpaid.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    display: block;
    margin:10px 0;
}
.pointTitle{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.3;
    display: inline-block;
}
.pointHistoryTitle{
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 1.3;
    display: block;
    padding-top: 20px;
	  border-top-width: 1px;
	  border-top-style: solid;
	  border-top-color: #dcedc8;
}
.btnStopBuy {
    color: #FFF;
    font-size: 15px;
    display: block;
    font-weight: 300;
}
.pointHistoryTL {
	font-family: "微軟正黑體";
}
.pointHistoryTL th{
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #FFF;
	background-color: #66bb6a;
	text-align: center;
	padding: 6px;
  border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
}
.pointHistoryTL td{
	font-family: "微軟正黑體";
	color: #000;
  font-size: 15px;
  line-height:23px;
  vertical-align:middle;
	padding: 6px;
  background-color: #efefef;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.pointHistoryTL .left{text-align: left;}
.pointHistoryTL .right{text-align: right;}
.pointHistoryTL .center{text-align: center;}

/*新增資料集步驟*/
.stages li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 27px;
    counter-increment: stage;
    width: 33.33%;
    background-color: #ededed;
    float: left;
    padding: 10px 20px;
    position: relative;
    z-index: 0;
}

/*資料集費用*/
.paidTxt {
    font-size: 14px;
    color: #999;
    background-image: url('../../../base/images/arr_txtpaid.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

/*資料集推薦200512*/
.swiper-slideGS {
    text-align: left;
}
.card-itemGS{
	border: 1px solid #dedede;
    margin: 0 4px;
    padding: 16px 26px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 221px;
	width: 100%;
}
.label-boxGS{
	display: block;
}
.dataset-item-sub-recommendGS{
	font-family: "微軟正黑體";
	color: #000;
  	font-size: 15px;
  	line-height:23px;
	overflow: hidden;
    text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-color: #dedede;
    border-radius: 50px;
    height: 30px;
    width: 30px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 25px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 17px 17px;
    background-position: center;
    background-repeat: no-repeat;
	background-color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    box-shadow: 3px 3px 6px #a9a9a9;
}

/*應用領域分類*/
.checkbox-toggle input[type="checkbox"] {
  display: none;
}
.checkbox-toggle input[type="checkbox"] + label {
  display: inline-block;
  background-color: #eeeeee;
  cursor: pointer;
  padding: 0px 10px;
  color: #555;
  font-size: 11pt;
  border-radius: 30px;
  margin: 2px;
  border: 1px solid #ccc;
}
.checkbox-toggle input[type="checkbox"]:checked + label {
  background-color: #00c5d1;
  color: white;
  font-size: 11pt;
}

/*資料集語系切換*/
.datalist-langbtn-box{
	text-align: right;
	float: right;
	padding-right: 5px;
}
.datalist-langbtn{
	background-color: #f6d25a;
	color: #333;
	margin-left: 4px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: left 2px center;
	text-shadow: none;
}
.datalist-langbtn:hover, .datalist-langbtn:focus{
	background-position: left 2px center;
}
.langbtn-zh_TW, .langbtn-zh_TW:active{
	background-image: url("../../nchc/images/lang/zh_TW.svg");
}
.langbtn-ja, .langbtn-ja:active{
	background-image: url("../../nchc/images/lang/ja.svg");
}
.langbtn-en, .langbtn-en:active{
	background-image: url("../../nchc/images/lang/en.svg");
}
