@charset "utf-8";
/*******************************************************************************
 * Version 1.0 Release 2015.12.23;
 * Copyright 2015, "ryan"<ryan@dotmore.com.tw>. All rights reserved.
 ******************************************************************************/
/*登入註冊、BoxLableRow的label*/
.Box.BoxAccount > .BoxBody > div > label,
.Box.BoxForm.BoxLableRow > .BoxBody > div > label{
}
/*登入註冊、BoxLableRow的(填寫區)*/
.Box.BoxAccount > .BoxBody > div > .FillIn,
.Box.BoxForm.BoxLableRow > .BoxBody > div > .FillIn{
}
/*content-登入註冊（綠底）-phone、web都綠底*/
.Wrap.ContentLogin{
	background: #45c8ab;
}
/*content-未登入（灰底）*/
.Wrap.ContentNoLogin{
	background: #f5f8fa;
}
.Wrap.ContentLogin > .Content{
	/*padding-top: 9em;144/16*/
	/*padding: 3.125em 10px 11em;50/16,10/320, 70/16*/
	padding: 3.125em 10px;
}

/*登入/註冊共用*/
.Box.BoxAccount{
	width:300px;
	margin: 0 auto;
	padding-top: 2.875em;/*30/16*/
	overflow: visible;
}
/*登入/註冊共用-icon區*/
.Box.BoxAccount > .HeadIcon{
	width: 52px;
	height: 52px;
	background: #607d8b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -40px;
	margin: 0 0 0 -26px;
	text-align: center;
	color: #fff;
	display: table;
}
/*登入/註冊共用-icon符號*/
.Box.BoxAccount > .HeadIcon [class^="icon-"]{
	font-size: 26px;
	display: table-cell;
	vertical-align: middle;
}
/*登入/註冊共用-標題*/
.Box.BoxAccount > .BoxTitle{
	padding: 0 16px 0;
	top: 50px;
}
/*登入/註冊共用-內容區*/
.Box.BoxAccount > .BoxBody{
	padding: 0.9375em 16px;
}
/*登入使用*/
/*還原radio*/
.Box > .BoxBody .InputCheckboxDefault,
.Box.BoxAccount > .BoxBody > div > .InputCheckboxDefault{
	vertical-align: top;
	width: auto;
	margin-top: 5px;
}
/*記往帳密*/
.Box > .BoxBody > .Row > .LabelRemeber{
	display: inline-block;
}
/*記往帳密-label*/
.Box > .BoxBody > .Row > .LabelRemeber > label{
	font-weight: 100;
	width: auto;
	margin: 0;
	font-size: 1em;
	display: inline;
}
/*記住帳號-文字*/
.Box > .BoxBody > .Row > .LabelRemeber > label > .CheckboxText{
	margin: 0 0 0 5px;
}
/*忘記密碼*/
.Box > .BoxBody > .Row > .TextForgot{
	display: inline-block;
	float: right;
	font-size: 0.9375em;/*14/16*/
}
.Box > .BoxBody > .Row > .TextForgot:after{
	content: " ";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
/*忘記密碼-錯誤*/
.Box > .BoxBody > .Row > .TextForgot + .MsgError{
	/*clear: both;*/
	/*padding-left: 0;*/
}
/*展開驗證碼*/
.Box > .BoxBody > .Row > .Expend{
	display: none;
}
/*展開驗證碼-展開*/
.Box > .BoxBody > .Row > .Expend.Show{
	display: block;
}
/*驗證圖區*/
.Box > .BoxBody > .Row > .Expend > .Row > .FillIn > .VerifyPic{
	/*overflow: hidden;*/
	margin: 10px 0;
}
/*驗證圖區-圖片*/
.Box > .BoxBody > .Row > .Expend > .Row > .FillIn > .VerifyPic > .PicBox{
	width: 110px;
	/*height: 30px;*/
	float: left;
	border:1px solid #e8eff2;
}
/*驗證圖區-看不清楚換一張*/
.Box > .BoxBody > .Row > .Expend > .Row > .FillIn > .VerifyPic > .Info{
	float: right;
	padding-top: 11px;
}
.Box > .BoxBody > .Row > .Expend > .Row > .FillIn > .VerifyPic > .MsgError{
	clear: both;
}
/*驗證圖區-看不清楚換一張-連結*/
.Box > .BoxBody > .Row > .Expend > .Row > .FillIn > .VerifyPic > .Info a{
	color: #9eafb7;
	font-size: 0.875em;/*14/16*/
}
/*註冊-勾選同意條款區*/
.Box > .BoxBody > .LabelAgree{
	margin: 6px 0 0 0;
}
/*註冊-勾選同意條款區-checkbox*/
.Box > .BoxBody > .LabelAgree .InputCheckboxDefault{
	float: left;
}
/*註冊-勾選同意條款區-文字*/
.Box > .BoxBody > .LabelAgree .TextAgree{
	padding: 0 0 0 30px;
}
.Box > .BoxBody > .LabelAgree .TextAgree > label{
	font-size: 1em;
	color: #455a64;
	display: inline-block;
	font-weight: 100;
	margin: 0;
	width: auto;
}
/*註冊-勾選同意條款區-錯誤*/
.Box > .BoxBody > .LabelAgree .TextAgree + .MsgError{
	clear: both;
	padding-left: 0;
}
/*表單->*/
.Box.BoxForm{
}
/*表單-資訊量少(label占整欄的表單-pad時固定寬度)*/
.Box.BoxForm.BoxLableRow{
	margin-top: -27px;
}
.Box.BoxForm.BoxLableRow > .BoxTitle{
	top: 28px;
	font-weight: bold;
	border-top: 1px solid #d8e1e6;
    margin-bottom: 10px;
    padding: 1em 16px
}
/*無框訊息*/
.Block.BlockMessage{
	/*text-align: center;*/
}
/*無框訊息-短訊息使用*/
.Block.BlockMessage.BlockMessageShort{
	text-align: center;
}
/*無框訊息-描述*/
.Block.BlockMessage > .BlockBody > .Desc{
	margin: 1em 0;/*16/16*/
}
/*無框訊息-提醒*/
.Block.BlockMessage > .BlockBody > .Tips{
	font-size: 0.875em;/*14/16*/
	margin: 0.875em 0;/*16/14*/
}
/*fb綁定區*/
.BoxFbBind{

}
/*fb綁定區*/
.BoxFbBind .StatusFbBind{
	text-align: center;
}
/*fb綁定區-我方*/
.BoxFbBind .StatusFbBind > .BindBloggerAds{
	width: 90px;
	height: 90px;
	-webkit-border-radius: 15px;/*safari、chrome*/
	-moz-border-radius: 15px;/*firefox*/
	border-radius: 15px;
	background: #c1cace;
	padding: 17px 0 0 0;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 10px 0 0;
}
/*fb綁定區-我方-icon*/
.BoxFbBind .StatusFbBind > .BindBloggerAds > i{
	font-size: 56px;
	vertical-align: middle;
}
/*fb綁定區-綁定icon區*/
.BoxFbBind .StatusFbBind > .BingIcon{
	width: 44px;
	display: inline-block;
	vertical-align: middle;
}
/*fb綁定區-綁定icon*/
.BoxFbBind .StatusFbBind > .BingIcon > i{
	font-size: 44px;
}
/*fb綁定區-對方*/
.BoxFbBind .StatusFbBind > .BindFbUser{
	width: 90px;
	height: 90px;
	-webkit-border-radius: 15px;/*safari、chrome*/
	-moz-border-radius: 15px;/*firefox*/
	border-radius: 15px;
	display: inline-block;
	background: #41569c;
	color: #fff;
	font-size: 56px;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 0 0 10px;
	padding: 8px 0 0 0;
	position: relative;
}
/*fb綁定區-對方(fb icon)*/
.BoxFbBind .StatusFbBind > .BindFbUser > i{
	font-size: 56px;
}
/*fb綁定區-對方(頭像)*/
.BoxFbBind .StatusFbBind > .BindFbUser > img{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
/*fb綁定區-按鈕區*/
.BoxFbBind .StatusFbBind > .BtnBox{
	margin: 1.875em 0;/*30/16*/
}
/*fb綁定區-按鈕*/
.BoxFbBind .StatusFbBind > .BtnBox > .BtnFbUnBind,
.BoxFbBind .StatusFbBind > .BtnBox > .BtnFbBindChange{
	display: none;
}
/*fb綁定區-提示*/
.BoxFbBind .Tips{
	text-align: left;
}

/*判斷已綁定*/
/*fb綁定區-對方(頭像)*/
.BoxFbBind .StatusFbBind.StatusFbBinded > .BindFbUser{
	background: #c1cace;
}
/*fb綁定區-對方(頭像)*/
.BoxFbBind .StatusFbBind.StatusFbBinded > .BindFbUser > img{
	display: block;
}
/*fb綁定區-提示*/
.BoxFbBind .StatusFbBind.StatusFbBinded > .BtnBox > .BtnFbUnBind,
.BoxFbBind .StatusFbBind.StatusFbBinded > .BtnBox > .BtnFbBindChange{
	display: inline-block;
}
/*fb綁定區-按鈕*/
.BoxFbBind .StatusFbBind.StatusFbBinded > .BtnBox > .BtnFbBind{
	display: none;
}
/*通知設定*/
.BoxNoticeSetting{
}
/*通知設定-下載app*/
.BoxNoticeSetting .DownLoadApp{
	font-size: 0.875em;/*14/16*/
}
/*通知設定-下載app*/
.BoxNoticeSetting .DownLoadApp > a{
	margin: 0 7px;

}
.BoxLoginFacebook{
	min-height: 400px;
}
.BoxLoginFacebook > .BtnBox{
	margin-top: 140px;
}
/*如果使用者之視窗寬度>=768px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 768px) {
	.Wrap.ContentLogin > .Content{
	}
	.Box.BoxAccount > .BoxBody > .Row > label,
	.Box.BoxForm.BoxLableRow > .BoxBody > .Row > label	{
		margin-right: 0;
		text-align: left;
		padding-top: 0;
		float: none;
	}
	.Box > .BoxBody > .Row > .FillIn{
		width: 100%;
		padding-left: 0;
	}
	.Box.BoxAccount > .BoxBody > .Row > .FillIn input,
	.Box.BoxAccount > .BoxBody > .Row > .FillIn select,
	.Box.BoxAccount > .BoxBody > .Row > .FillIn textarea,
	.Box.BoxAccount > .BoxBody > .Row > .FillIn .InputGroup,
	.Box.BoxAccount > .BoxBody > .Row > .FillIn .Expend,
	.Box.BoxAccount > .BoxBody > .Row > .FillIn ul.RadioBtn,
	.Box.BoxAccount > .BoxBody > .Row > .FillIn button,
	.Box.BoxForm.BoxLableRow > .BoxBody > .Row input,
	.Box.BoxForm.BoxLableRow > .BoxBody > .Row select,
	.Box.BoxForm.BoxLableRow > .BoxBody > .Row textarea,
	.Box.BoxForm.BoxLableRow > .BoxBody > .Row .InputGroup,
	.Box.BoxForm.BoxLableRow > .BoxBody > .Row .Expend,
	.Box.BoxForm.BoxLableRow > .BoxBody > .Row ul.RadioBtn,
	.Box.BoxForm.BoxLableRow > .BoxBody > .Row button,
	.Box.BoxAccount > .BoxBody > .Row > .Expend input{
		width: 100%;
	}
	/*共用需搬*/
	.Box > .BoxBody > .LabelHalf > label{
		width: auto;
		padding-top: 0;
	}
	.Box > .BoxBody > .Row > .Expend.Show{
		width: 100%;
	}
	/*表單-資訊量多(左右兩欄）*/
	.Box.BoxForm{
	}
	/*表單-資訊量多(左右兩欄）-標題*/
	.Box.BoxForm > .BoxTitle{
		padding: 0.888em 30px;/*16/18*/
	}
	/*表單-資訊量多(左右兩欄）-內容*/
	.Box.BoxForm > .BoxBody{
		padding: 1.25em 30px;
	}
	/*表單-資訊量多(左右兩欄）-錯誤*/
	.Box.BoxForm > .BoxBody > .Row > div > .MsgError{
		/*padding: 5px 0 2px 0;*/
	}
	/*表單-資訊量多(左右兩欄）-按鈕區*/
	.Box.BoxForm > .BtnBox{
		padding: 0;
	}
	/*表單-資訊量多(左右兩欄）-按鈕區-各半*/
	.Box.BoxForm >.BtnBox.Half > .Btn{
		margin: 0 10px;
	}
	/*表單-資訊量少(label占整欄的表單)*/
	.Box.BoxForm.BoxLableRow{
		width: 706px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 1.75em;/*28/16*/
	}
	/*表單-資訊量少(label占整欄的表單)-標題*/
	.Box.BoxForm.BoxLableRow > .BoxTitle{
		padding: 1em 150px;/*43/18*/
	}
	/*表單-資訊量少-內容*/
	.Box.BoxForm.BoxLableRow > .BoxBody{
		padding: 1.25em 150px;
	}
	/*表單-資訊量少-內容-按鈕*/
	.Box.BoxForm.BoxLableRow > .BtnBox > .Btn{
		width: 190px;
	}
	/*無框訊息*/
	.Block.BlockMessage{
		text-align: center;
	}
	/*表單個人資料--左側欄位(名稱)*/
	.FormProfile .Box > .BoxBody > .Row > label {
		width: 70px;/*63/646*/
	}
	/*表單個人資料-右側欄位*/
	.FormProfile .Box > .BoxBody > .Row > .FillIn{
		padding: 0 0 0 100px;
		/*width: 550px;547/646*/
	}
	/*fb綁定區-內容*/
	.Box.BoxFbBind > .BoxBody{
		padding: 0.9375em 30px 50px;
	}
	/*fb綁定區-我方*/
	.BoxFbBind .StatusFbBind > .BindBloggerAds{
		margin: 0 40px 0 0;
	}
	/*fb綁定區-我方-icon*/
	.BoxFbBind .StatusFbBind > .BindBloggerAds > i{
	}
	/*fb綁定區-綁定icon區*/
	.BoxFbBind .StatusFbBind > .BingIcon{
	}
	/*fb綁定區-綁定icon*/
	.BoxFbBind .StatusFbBind > .BingIcon > i{
	}
	/*fb綁定區-對方*/
	.BoxFbBind .StatusFbBind > .BindFbUser{
		margin: 0 0 0 40px;
	}
	/*fb綁定區-按鈕區*/
	.BoxFbBind .StatusFbBind > .BtnBox{
	}
	/*fb綁定區-提示*/
	.BoxFbBind .Tips{
		text-align: center;
	}
	/*fb綁定區-按鈕*/
	.BoxFbBind .StatusFbBind > .BtnBox > .Btn{
		width: 210px;
		margin: 0 10px;
	}
	/*通知設定*/
	.Box.BoxNoticeSetting{
		padding: 0 0 50px 0;
	}
	/*通知設定-radioBtn*/
	.BoxNoticeSetting ul.RadioBtn{
	}
	.BoxNoticeSetting ul.RadioBtn > li{
		width: 100%;
	}
	/*通知設定-下載app*/
	.BoxNoticeSetting > .BoxBody > .Row > div >.DownLoadApp{
		text-align: right;
		padding: 0 5px 0 0;
	}
	/*部落格列表使用*/
	/*深標題-名稱*/
	.BlogList > .BoxTableDark > .TableRow.RowTh > .Cell.CellName,
	.BlogList > .BoxTableDark > .TableBody > .TableRow.RowTd > .Cell.CellName{
		width: 25%;/*180/705*/
	}
	/*深標題-網址*/
	.BlogList > .BoxTableDark > .TableRow.RowTh > .Cell.CellUrl,
	.BlogList > .BoxTableDark > .TableBody > .TableRow.RowTd > .Cell.CellUrl{
		width: 38%;/*280/705*/
	}
	/*深標題-狀態*/
	.BlogList > .BoxTableDark > .TableRow.RowTh > .Cell.CellStatus,
	.BlogList > .BoxTableDark > .TableBody > .TableRow.RowTd > .Cell.CellStatus{
		width: 18%;/*120/705*/
		text-align: center;
		float: none;
		padding: 20px 10px;
	}
	/*深標題-功能*/
	.BlogList > .BoxTableDark > .TableRow.RowTh > .Cell.CellFunction,
	.BlogList > .BoxTableDark > .TableBody > .TableRow.RowTd > .Cell.CellFunction{
		width: 17%;/*112/705*/
		text-align: center;
		float: none;
		padding: 20px 5px;
	}
	/*深標題-狀態*/
	.BlogList > .BoxTableDark > .TableRow.RowTh > .Cell.CellStatus,
	.BlogList > .BoxTableDark > .TableRow.RowTh > .Cell.CellFunction{
		padding: 12px 20px;
	}
	/*深標題-原因*/
	.BlogList > .BoxTableDark > .TableBody > .TableRow.RowTd > .Cell.CellReason{
		width: 100%;
		display: none;
	}
	.BlogList > .BoxTableDark > .TableBody > .TableRow.RowTd > .Cell.CellReason.Show{
		display: block;
	}
	/*深標題-儲存格((原因)*/
	.BlogList > .BoxTableDark > .TableBody > .TableRow.RowTd > .Cell.CellReason > .Reason{
		padding: 1.25em 20px;/*20/16*/
	}
	.Box > .BoxBody > .Row > .FillIn .BtnUpload.Hide{
		display: none;
	}
}
/*如果使用者之視窗寬度>=1024px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 1024px) {
	/*content-未登入（灰面/置中）*/
	.Wrap.ContentNoLogin{
		width: 100%;
		background: #45c8ab;
	}
	/*content-登入註冊（置中）*/
	.Wrap.ContentLogin > .Content{
		width: 100%;
		padding: 70px 0 220px;/*去除mobile*/
	}
	/*表單-資訊量少(label占整欄的表單)*/
	.Box.BoxForm.BoxLableRow{
		width: 620px;
		margin-top: 50px;
		margin-bottom: 90px;
		padding: 0 0 2.5em;/*40/16*/
	}
	/*表單-資訊量少-標題*/
	.Box.BoxForm.BoxLableRow > .BoxTitle{
		padding: 1em 108px;/*32/18*/
	}
	/*表單-資訊量少-內容*/
	.Box.BoxForm.BoxLableRow > .BoxBody{
		padding: 1.25em 108px;
	}
	/*無框訊息*/
	.Block.BlockMessage{
		border: 1px solid #efefef;
		width: 620px;
		min-height: 250px;
		margin: 90px auto;
		padding: 0 105px 20px;
		background: #fff;
		text-align: left;
	}
	/*表單個人資料--左側欄位(名稱)*/
	.FormProfile .Box > .BoxBody > .Row > label {
		width: 70px;/*63/646*/
	}
	/*表單個人資料-右側欄位*/
	.FormProfile .Box > .BoxBody > .Row > .FillIn{
		padding: 5px 0 2px 100px;
		/*width: 550px;547/646*/
	}
	/*fb綁定區*/
	.BoxFbBind{
		max-width: 620px;
		margin: 3.4375em auto;/*55/16*/

	}
}