@charset "utf-8";

#EditorAreaT2 {
	-ms-touch-action : none ; /* for *IE10 */
	touch-action : none ;
	user-select: none;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none;
}

.fa {
	font-size: 16px;
	vertical-align: middle;
}

.typcn {
	font-size: 18px;
}

body {margin: 0;}
.HeaderSmall {position: static;}

.EditorAreaTg {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.EditrTools {
	display: block;
	float: left;
	margin: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.SwfEditorFrame {
	display: block;
	float: left;
	width: 480px;
	height: 160px;
	overflow: hidden;
	background: #f6f6f6;
	border: solid 1px #aaa;
}

.SwfEditor {
	display: block;
	width: 480px;
	height: 160px;
	vertical-align: top;
	position: relative;
}
#OPointerBlog, #OEditBlog, #OImgBlog, #OTemplateBlog, #OUploadBlog {
	position: absolute;
}

.OPointerBlogGrid {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.1;
	background-image: none !important;
	background-position: 50% 50%;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-crisp-edges;
	image-rendering: -moz-crisp-edges;
}

#OPointerBlog, .OPointerBlogGrid, .OPointerBlogHeader, .OPointerBlogFooter {
	display: none !important;
}

.EditorToolBarFrame {
	display: block;
	float: left;
}

.EditorToolBar {
	display: block;
	float: left;
	padding: 5px 0 0 0;
	background: rgba(255, 255, 255, 0.7);
	z-index: 99;
	cursor: move;
}

.EditorTools {
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.EditorTools .ToolPallet {
	display: block;
	float: left;
	margin: 0;
}

.EditorTools .ToolPenWidth {
	display: block;
	float: right;
	margin: 0;
}

.ShapeButton, .UndoButton, .PenWidthButton, .ColorPaletteButton, .ColorPaletteButtonEdit, .RedoButton, .ClearButton, .GridButton, .StabilizerButton, .AutoSaveBtn, .ExpandButton, .EditorZoomMenuItem {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	/*border: solid 1px #999;*/
	margin: 2px 4px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	border-radius: 25px;
	color: #777;
	font-size: 10px;
	position: relative;
}

.ToolBtnSelected, .ShapeButton:HOVER, .UndoButton:HOVER, .PenWidthButton:HOVER, .ColorPaletteButton:HOVER, .ColorPaletteButtonEdit:HOVER, .RedoButton:HOVER, .ClearButton:HOVER, .GridButton:HOVER, .AutoSaveBtn:HOVER, .ExpandButton:HOVER, .EditorZoomMenuItem:HOVER {
	background: #77BBFF;
	color: #fff;
	border-color: #77BBFF;
}

.ToolBtnDisabled, .ToolBtnDisabled:HOVER {
	background: #fff !important;
	color: #ccc !important;
	border-color: #ccc !important;
}

.ShapeButton .typcn.Circle, .ShapeButton .typcn.Square {
	display: block;
	width: 16px;
	height: 16px;
	background: #999;
	color: #fff;
	margin: 3px;
	line-height: 16px;
	border-radius: 16px;
}

.StabilizerButton {
	width: 22px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	background: #ddd;
	margin-top: 8px;
	color: #fff;
	border: none;
}

.StabilizerButton .StabilizerButtonTxt {
	display: block;
	font-size: 10px;
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	transform:scale(0.9);
}

.StabilizerButton.ToolBtnSelected {
	background: #77BBFF;
	color: #fff;
}

.ToolSpacer {
	width: 0px;
	height: 24px;
	display: block;
	float: left;
}

.EditorZoomMenu {
	display: block;
	float: left;
	width: auto;
	margin: 0x;
}

.EditorZoomMenu .EditorZoomMenuItem {
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
}

.EditorZoomMenu .EditorZoomMenuReset {
	display: none;
}

.ToolPenWidth {display: block; float: left; width: 53%;}

.PenWidthButton {
	border: none;
	border-radius: 0;
	width: auto;
	min-width: 24px;
	height: 24px;
	margin: 0 1px;
}

.PenWidthButton .PenWidth {
	height: 20px;
	margin: 2px auto;
	line-height: 20px;
	color: #ccc;
	background: #999;
	text-align: center;
}

.PenWidthButton .PenWidth .PenWidthNum {
	display: block;
	font-size: 10px;
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8);
}

.EditorOpacity {
	display: block;
	width: 47%;
	float: right;
	margin: 2px 0;
}

.EditorOpacity .OpacityItem {
	display: block;
	float: left;
	cursor: pointer;
	width: 10%;
	height: 10px;
	line-height: 10px;
	margin: 0 0 0 0;
	text-align: center;
	color: #777;
	background: #ccc;
	overflow: hidden;
}

.EditorOpacity .OpacityItem.Full {
	height: 20px;
	line-height: 20px;
}

.EditorOpacity .OpacityItem .OpacityItemNum {
	display: block;
	font-size: 10px;
	width: 100%;
	height: 100%;
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
	transform:scale(0.7);
}

.EditorOpacity .OpacityItem.Full .OpacityItemNum {
	display: block;
}

.EditorOpacity .OpacityItem.Alpha {
	background: #eee;
}

.EditorOpacity .OpacityItem.Alpha .OpacityItemNum {
	display: block;
}

.EditorOpacity .OpacityItem.Selected, .EditorOpacity .OpacityItem:HOVER {
	background: #77bbff;
}

.ColorTools {
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 2px 0 0 0;
	padding: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.EditorPallet {
	display: block;
	float: left;
	padding: 0;
	vertical-align: top;
}

.EditorPallet .EditorPalletV {
	display: block;
	float: left;
	width: 100%;
}

.EditorPallet .EditorPalletV.Premium {
	width: 100%;
}

.PalletSet {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 0;
	border-radius: 7px;
}

.PalletSet .PalletItem {
	display: block;
	float: left;
	width: 100%;
}

.ColorPaletteButton, .ColorPaletteButtonEdit {
	float: left;
	width: 20px;
	height: 20px;
	line-height: 37px;
	margin: 1px 3px 1px 2px;
	border: solid 1px #eee;
}

.ColorPaletteButton .ColorPalette, .ColorPaletteButtonEdit .ColorPalette, .excolor_clrbox {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 2px;
	border-radius: 25px;
	overflow: hidden;
	border: none;
	padding: 0;
}

.ColorPaletteButton.ToolBtnSelected {
	/*border-color: #77BBFF;*/
}

.ColorPaletteButton:HOVER {
border: solid 1px #eee;
}

.PalletSet .SettingsIcon {
	display: block;
	float: left;
	width: 16px;
	height: 22px;
	line-height: 22px;
	margin: 3px 4px;
	font-size: 14px;
	text-align: center;
}

#RainbowButton {
	width: 20px;
	height: 20px;
	padding: 2px;
	cursor: pointer;
	margin: 0 2px;
}

#RainbowButton {
	width: 15px;
	height: 16px;
	padding: 2px;
	cursor: pointer;
	margin: 4px 3px 0 3px;
}

#RainbowButton .RainbowItem {
	display: block;
	float: left;
	width: 100%;
	height: 20%;
}


/**********
CONTEXT MENU
**********/

.ContextMenu {
	display: none;
	position: absolute;
	z-index: 999;
	border: solid 1px #ccc;
}

.ContextMenu .ContextMenuItem {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	background: #fff;
	padding: 0 10px;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
}

.ContextMenu .ContextMenuItem:HOVER {
	background-color: #444;
	color: #fff;
}


/**********
META DATA
**********/

.TagInputItem .TagInputTxtInput {
	width:170px;
	box-sizing: border-box;
	font-size: 16px;
	border: solid 1px #ccc;
	height: 32px;
	line-height: 20px;
	padding: 5px;
	color: #777;
}

.TagInputItem .TagInputTxt {
	font-size: 14px;
}

.TagInputItemList .TagInputSuggest {
	width:100%;
	box-sizing: border-box;
	left:0;
	max-height:250px;
	z-index: 9;
}

.TagInputItemList .TagInputSuggest .TagInputTxt {
	width:360px;
}

.TagInputItemList .TagInputSuggest .TagInputTxt:HOVER {
	background:#eee;
}

.TagInputItemList .TagInputAddNewTag {
	float: right;
	height:32px;
	line-height:32px;
}

.UploadCmd {
	display: block;
	float: left;
	width: 100%;
}

.UploadCmd .UploadCmdValue {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.UploadCmd .UploadCmdValue .TitleInput {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	border: solid 1px #ccc;
	height: 32px;
	line-height: 20px;
	padding: 5px;
	color: #777;
}

.UploadCmd .UploadCmdValue .SelectCategory {
	float: left;
}

.UploadCmd .UploadCmdValue .SelectCategory .CategorySelect {
	box-sizing: border-box;
	height: 30px;
	color: #777;
	font-size: 12px;
border: 1px solid #999;
}

.UploadCmd .UploadCmdValue .NewCategory {
	float: left;
	display: none;
	margin: 0 0 0 20px;
	color: #777;
}

.UploadCmd .UploadCmdValue .NewCategory .NewCategoryName {
	display: block;
	float: left;
	width: 180px;
	box-sizing: border-box;
	font-size: 14px;
	border: solid 1px #ccc;
	height: 30px;
	line-height: 18px;
	padding: 5px;
	color: #777;
}

.UploadCmd .UploadCmdValue .NewCategory .NewCategoryBtn {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	box-sizing: border-box;
	height: 30px;
	line-height:28px;
	padding:0 10px;
	font-size: 14px;
}

.UploadCmd .UploadCmdValue .ThemaSelect {
	font-size: 12px;
}

.UploadCmd .UploadCmdValue .PublishSelect {
	display: block;
	float: left;
	box-sizing: border-box;
	height: 30px;
	color: #777;
	font-size: 12px;
	border: 1px solid #999;
}

.UploadCmd .UploadCmdValue .PublishTweet {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 32px;
}

/**********
PALLET SETTING DLG
**********/

.PalletEdit {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	z-index: 9999;
}

.PalletEdit .ColorSelectorDlg {
	width: 520px;
	height: 555px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorFrameSet {
	display: block;
	float: left;
	width: 220px;
	margin: 0 20px;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorFrame {
	display: block;
	float: left;
	width: 120px;
	margin: 0;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorFrame.Sub {
	width: 100px;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorFrame .ColorSelectorTitle {
	display: block;
	float: left;
	width: 100%;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	font-size: 10px;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorFrame .ColorSelectorItem {
	display: block;
	float: left;
	width: 100%;
	height: 36px;
	padding: 6px 0;
	box-sizing: border-box;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 30px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorFrame .minicolors:LAST-CHILD {
	display: none;
}


.PalletEdit .ColorSelectorDlg .ColorSelectorFrame .ColorSelectorItem.Main {
	border-radius: 30px 0 0 30px;
	border-right: none;
	text-align: left;
	padding-left: 40px;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorFrame .ColorSelectorItem.Sub {
	border-radius: 0 30px 30px 0;
	border-left: none;
	padding: 0 0 0 10px;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorSubCmd {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorSubCmd .ColorSelectorSubBtn {
	display: inline-block;
	border-color: #fff;
	padding: 0;
	width: 80px;
	height: 20px;
	line-height: 20px;
	border-radius: 20px;
	margin: 0 5px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background: none;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorSubCmd .ColorSelectorSubBtn:HOVER {
	background: #fff;
	color: #000;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorCmd {
	display: block;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorCmd .ColorSelectorBtn {
	border: solid 1px #fff;
	margin: 0 3px;
	min-width: 70px;
	background: #fff;
	color: #000;
}

.PalletEdit .ColorSelectorDlg .ColorSelectorCmd .ColorSelectorBtn:HOVER {
	color: #fff;
	background: none;
}

/**********
Command Bar
**********/

.EditorCmdBar {
	display: block;
	float: left;
	width: 100%;
	margin: 5px 0;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	position: relative;
	font-size: 0px;
}

.EditorCmdBar .PublishBtn {
	display: inline-block;
	min-width: 80px;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	text-align: center;
	border-radius: 40px;
	padding: 0 10px;
	margin: 0 10px;
}

.EditorCmdBar .EditorLink {
	display: block;
	font-size: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.EditorCmdBar .EditorLink a {
	margin: 0 0 0 5px;
	text-decoration: underline;
}

.EditorCmdBar .EditorLink .fa {
	font-size: 10px;
}

/**********
AUTO SAVE DLG
**********/

.AutoSave {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	z-index: 9999;
	color: #ccc;
}

.AutoSave .CloseBtn {
	display: block;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 48px;
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	cursor: pointer;
}

.AutoSave .CloseBtn:HOVER {
	color: #fff;
}

.AutoSave .Title {
	display: block;
	float: left;
	width: 90%;
	height: 10%;
	margin: 5% 5% 0 5%;
	text-align: center;
}

.AutoSave .ImageList {
	display: block;
	float: left;
	width: 90%;
	height: 80%;
	margin: 0 5% 0 0;
	padding: 0 0 0 5%;
	text-align: center;
	overflow: auto;
}

.AutoSave .ImageList .ImageItem {
	display: block;
	float: left;
	width: 122px;
	height: 182px;
	margin: 0 15px 30px 15px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	color: #ccc;
}

.AutoSave .ImageList .ImageItem .ImageTitle {
	display: block;
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-align: center;
}

.AutoSave .ImageList .ImageItem .ImageFile {
	display: block;
	width: 120px;
	border: solid 1px #ccc;
	background: #fff;
}


/**********
Vertical Mode
**********/
.BlogComment.Vertical {position: relative;}
.BlogComment.Vertical .EditorToolBar.Left {position: absolute; width: 30px; top:0; left: -32px;}
.BlogComment.Vertical .EditorToolBar.Right {position: absolute; width: 27px; top:0; right: -32px; padding: 0;}
.BlogComment.Vertical .EditorToolBar.Left .ColorTools {margin: 10px 0 0 0;}
.BlogComment.Vertical .EditorToolBar.Right .ColorTools {margin: 0;}
.BlogComment.Vertical .PenWidthButton {margin: 0 3px;}
.BlogComment.Vertical .EditorOpacity {width: 100%; float: left; margin: 0;}
.BlogComment.Vertical .EditorOpacity .OpacityItem {width: 100%; margin: 0 0 1px 0;}
.BlogComment.Vertical .EditorOpacity .OpacityItem.Full {height: 10px; line-height: 10px; }


