@charset "utf-8";
/*
	http://www.fesucai.com/ V1.0
*/
.dashboard ::-webkit-input-placeholder {
	color: rgba(0,0,0,0.5)
}

.dashboard input:-moz-placeholder {
	color: rgba(0,0,0,0.5)
}

.dashboard #primary {
	background-color: #f9f9f9;
	padding-bottom: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	height: auto
}

.dashboard #primary .validate {
	padding: 100px 0;
	text-align: center
}

.dashboard #primary .validate .tip {
	font-size: 16px;
	margin-bottom: 30px
}

.dashboard #primary .validate .tip i {
	margin-right: 10px
}

.dashboard #primary .validate #email-form #user_email {
	padding: 5px 10px;
	width: 60%;
	max-width: 360px;
	height: 38px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05) inset
}

.dashboard #primary .validate #email-form #user_email:focus {
	box-shadow: 0 0 3px #00a398;
	border: 1px solid #fff
}

.dashboard #primary .validate #email-form #email-verify {
	background-color: #00a398;
	width: 100px;
	text-align: center;
	color: #fff;
	border: 0 none;
	margin-top: 20px;
	padding: 10px 0;
	border-radius: 5px
}

.dashboard #primary .validate .status-tip {
	margin: 20px auto;
	color: #ea4c89
}

.dashboard #primary .validate .status-tip p {
	margin-top: 10px;
	color: #999
}

.dashboard #primary .validate .status-tip p a {
	margin: 0 5px
}

.dashboard #primary .area .page-wrapper {
	margin-left: 240px;
	background-color: #FFF;
	box-shadow: none;
	border-left: 1px solid #E5E5E5
}

.dashboard .page-wrapper h1 {
	padding: 20px 20px 0 20px;
	font-size: 18px
}

.dashboard .page-wrapper .dashboard-main {
	padding: 20px 30px;
	min-height: 710px
}

.dashboard .page-wrapper .dashboard-main .dashboard-wrapper {
	margin: 20px auto
}

.dashboard .page-wrapper .dashboard-header .sub-title {
	font-size: 16px;
	margin-bottom: 3px
}

.dashboard .page-wrapper .dashboard-header .sub-title span {
	margin: 0 5px
}

.dashboard .page-wrapper .dashboard-header .tip {
	color: #999;
	margin-bottom: 10px
}

.dashboard .page-wrapper .dashboard-header .tip i {
	font-style: normal;
}

.dashboard .page-wrapper .dashboard-header .sub-title a {
	display: inline-block;
	background-color: #CBCBCB;
	color: #fff;
	border-radius: 2px;
	padding: 2px 3px;
	font-size: 12px;
	margin-left: 10px
}

.dashboard .page-wrapper .dashboard-header .sub-title a:hover {
	background-color: #999
}

.dashboard .page-wrapper .user-form {
	margin: 40px auto
}

.dashboard .page-wrapper .message {
	padding: 5px 0;
	margin-bottom: 5px
}

.dashboard .page-wrapper .message i {
	margin-right: 3px
}

.dashboard .page-wrapper .message a {
	color: #666
}

.dashboard .page-wrapper .success {
	color: #008040;
	border: 1px solid #8fe9e3;
	background-color: #d7fffc;
	padding: 8px 10px
}

.dashboard .page-wrapper .failure {
	color: #ea4c89;
	border: 1px solid #ffbcd6;
	background-color: #ffe2ed;
	padding: 8px 10px
}

.dashboard .page-wrapper ul li {
	margin-bottom: 10px;
	position: relative
}

.dashboard .page-wrapper ul li input.zlbm {
	margin: 10px 5px;
}

.dashboard .page-wrapper ul li input.er {
	margin-left: 20px;
}

.dashboard .page-wrapper ul li.submit-block {
	height: auto;
	overflow: hidden;
	text-align: right
}

.dashboard .page-wrapper ul label {
	display: inline-block;
	text-align: right;
	width: 120px;
	margin-right: 20px;
	vertical-align: middle;
	color: #777
}

.dashboard .page-wrapper ul li .post-submit {
	width: 100px;
	padding: 8px 0;
	margin: 0 0 0 20px
}

.dashboard .page-wrapper ul li input.disabled {
	background-color: #999;
	cursor: not-allowed;
	color: rgba(255,255,255,0.65)
}

.dashboard .page-wrapper ul li input.disabled:hover {
	background-color: #999
}

.dashboard .page-wrapper ul .regular-text,.dashboard .page-wrapper ul .select-wrap {
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05) inset;
	padding: 8px 10px;
	width: 250px
}

.dashboard .page-wrapper ul .regular-text.large {
	width: 100%;
	box-sizing: border-box
}

.dashboard .page-wrapper ul .regular-text:focus {
	border-color: #008040
}

.dashboard .page-wrapper ul input.readonly {
	background-color: #f5f5f5;
	color: #999
}

.dashboard .page-wrapper ul input.readonly:focus {
	border-color: #e5e5e5
}

.dashboard .page-wrapper ul #description {
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05) inset;
	padding: 8px 10px;
	width: 500px
}

.dashboard .page-wrapper ul #description:focus {
	border-color: #008040
}

.upload-attachment-container {
	z-index: 99;
	left: 0;
	top: 0;
	right: 120px
}

.upload-attachment-container #upload-file-list,.upload-personal-container #upload-file-list {
	min-height: 0px;
	margin: 5px auto;
	border: 0 none;
	position: relative
}

.upload-attachment-container #upload-file-list .file-list,.upload-personal-container #upload-file-list .file-list {
	padding: 0;
	height: 12px;
	line-height: 1;
	width: 100%;
	margin-bottom: 2px
}

.upload-attachment-container #upload-file-list .progress,.upload-personal-container #upload-file-list .progress {
	width: 100%;
	margin: 0;
	height: 100%;
	border-radius: 4px
}

.upload-attachment-container #upload-file-list .bar,.upload-personal-container #upload-file-list .bar {
	margin-top: 0;
	border-radius: 4px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255,255,255,0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.2)), color-stop(0.75, rgba(255,255,255,0.2)), color-stop(0.75, transparent), to(transparent));
	background-image: -moz-linear-gradient(-45deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 75%, transparent 75%, transparent);
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite
}

@-webkit-keyframes move {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 50px 50px
	}
}

.wp-editor-expand {
	margin-top: 10px
}

.wp-editor-wrap a {
	-webkit-transition: none;
	transition: none
}

.screen-reader-text {
	display: none
}

.wp-editor-tools {
	background-color: #fff;
	border-bottom: 1px solid #DEDEDE
}

.wp-editor-container {
	border: 1px solid #DEDEDE
}

.dashboard .page-wrapper ul li span.tip {
	margin: auto 10px;
	color: #999
}

.dashboard .page-wrapper ul li span.tip strong {
	margin: 0 3px;
	color: #ea4c89;
	font-weight: normal
}

.dashboard .page-wrapper ul li .required {
	color: #ea4c89;
	margin-left: 3px
}

.dashboard .page-wrapper ul li .select-wrap {
	display: inline-block;
	width: auto
}

.dashboard .page-wrapper ul li .select-wrap select {
	border: 0 none;
	cursor: pointer
}

.dashboard .page-wrapper .regular-button {
	cursor: pointer;
	width: auto;
	padding: 8px 40px;
	background-color: #333;
	color: #FFF;
	border: 0 none;
	font-size: 14px;
	border-radius: 3px
}

.dashboard .page-wrapper .regular-button:hover {
	background-color: #ffa900;
}

.dashboard .page-wrapper .regular-button:focus {
	border: 0 none
}

.dashboard .page-wrapper .upload-button {
	color: #555;
	border: 1px solid #ccc;
	background: #f9f9f9;
	box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);
	padding: 5px 10px;
	display: inline-block;
	margin-right: 10px
}

.dashboard .page-wrapper .upload-button:focus {
	border: 1px solid #ccc
}

.dashboard .page-wrapper .upload-button:active {
	border: 1px solid #666
}

.dashboard .page-wrapper .upload-button:hover {
	background-color: #f5f5f5
}

.dashboard .page-wrapper .upload-button i {
	margin-right: 5px
}

#upload-file-list {
	border: 2px dotted #E5E5E5;
	margin: 20px auto;
	min-height: 100px
}

#upload-file-list .file-list {
	height: auto;
	line-height: 36px;
	overflow: hidden;
	background-color: #f9f9f9;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px
}

#upload-file-list .file-list:last-child {
	border-bottom: 0 none
}

#upload-file-list .hndle {
	cursor: move;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 25px 20px 0 10px;
	background-color: #CBCBCB;
	border-radius: 100%;
	float: left;
	font-size: 18px;
	color: #FFF
}

#upload-file-list .hndle i {
	line-height: 30px
}

#upload-file-list .file-list:active .hndle {
	background-color: #FFBA00
}

#upload-file-list .progress {
	float: right;
	height: 22px;
	margin: 7px 6px 0 6px;
	width: 200px;
	line-height: 2em;
	padding: 0;
	overflow: hidden;
	border-radius: 22px;
	background: #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

#upload-file-list .progress .percent {
	z-index: 10;
	position: relative;
	width: 200px;
	padding: 0;
	color: #fff;
	text-align: center;
	line-height: 22px;
	font-weight: 400;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2)
}

#upload-file-list .bar {
	background-color: #ea4c89;
	z-index: 9;
	width: 0;
	height: 100%;
	margin-top: -22px;
	border-radius: 22px;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.3)
}

#upload-file-list .thumb {
	float: left;
	width: 80px;
	height: 80px
}

#upload-file-list .remove-attachment {
	display: block;
	float: right;
	background-color: #ea4c89;
	color: #fff;
	border-radius: 30px;
	padding: 0 15px;
	height: 28px;
	line-height: 28px
}

#upload-file-list .attachment-meta {
	height: 28px;
	overflow: hidden;
	line-height: 24px;
	margin-left: 160px;
	margin-top: 26px
}

.dashboard .gird {
	height: auto;
	overflow: hidden
}

.dashboard .gird li {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.dashboard .gird li .box {
	margin: 0 10px 20px 10px;
	position: relative;
	overflow: hidden;
	border: 1px solid #F0F0F0;
	padding: 10px;
}

.dashboard .gird li .box .thumb {
	position: relative;
	padding-top: 64.285%
}

.dashboard .gird li .box .thumb a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.dashboard .gird li .box .thumb img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}

.dashboard .gird li .box .title {
	text-align: left;
	border-bottom: 1px dotted #e1e1e1;
	padding: 10px 0 5px;
}

.dashboard .gird li .box .title a {
	display: block;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.dashboard .gird li .box .data {
	color: #999;
	text-align: left;
	padding: 5px 0 0;
}

.dashboard .gird li .box .status {
	color: #999;
	text-align: left;
	padding: 0 1px
}

.dashboard .gird li .box .status i {
	margin-right: 4px
}

.dashboard .gird li .box .status .num {
	float: right
}

.dashboard .gird li .box .actions {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.33, 0, 0.2, 1);
	transition: transform 0.1s cubic-bezier(0.33, 0, 0.2, 1)
}

.dashboard .gird li:hover .box .actions {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px)
}

.dashboard .gird li:hover .box .thumb {
	opacity: .8
}

.dashboard .gird li .box .actions a {
	padding: 7px;
	color: #FFF;
	display: block;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-sizing: border-box
}

.dashboard .gird li .box .actions a i {
	margin-right: 3px
}

.dashboard .gird li .box .actions .left {
	background-color: rgba(0,128,64,0.6);
	float: left
}

.dashboard .gird li .box .actions .right {
	background-color: #008040;
	float: right
}

.dashboard .gird li .box .actions a.un {
	background-color: #999;
	cursor: not-allowed
}

.dashboard .page-wrapper .select-comment ul li {
	color: #999;
	margin-bottom: 20px;
	border: 1px solid #F1F1F1
}

.dashboard .page-wrapper .select-comment .comment-content {
	color: #333;
	padding: 10px
}

.dashboard .page-wrapper .select-comment .comment-meta {
	background-color: #f9f9f9;
	padding: 5px 10px
}

.dashboard .page-wrapper .select-comment .comment-meta .status {
	float: right
}

.dashboard .page-wrapper .select-comment .comment-meta a {
	color: #999
}

.dashboard .page-wrapper .select-comment .comment-meta a:hover {
	color: #008040
}

.dashboard .page-wrapper .select-comment .comment-meta a.comment-edit {
	float: right;
	color: #008040
}

.dashboard .page-wrapper .select-comment .comment-meta a.comment-edit i {
	margin-right: 3px
}

.dashboard #primary .aside {
	width: 240px;
	box-shadow: none;
	text-align: center;
	background-color: #f9f9f9
}

.dashboard #primary .aside .user-avatar {
	border-bottom: 1px solid #E5E5E5;
	padding: 20px 0
}

.dashboard #primary .aside .user-avatar img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin-bottom: 10px;
	border: 5px solid #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1)
}

.dashboard #primary .aside .user-avatar:hover img {
	box-shadow: 0 0 10px #008040
}

.dashboard #primary .aside .menus ul li a {
	text-align: center;
	border-bottom: 0 none;
	padding: 10px 20px
}

.dashboard #primary .aside .menus ul li.active a {
	color: #008040
}

.dashboard #primary .aside .menus ul li a:hover {
	color: #999
}

.dashboard #primary .aside .menus ul li a i {
	margin-right: 8px
}

.dashboard #primary .aside .menus ul li.tab-security a,.dashboard #primary .aside .menus ul li.tab-order a,.dashboard #primary .aside .menus ul li.tab-weiran-new a,.dashboard #primary .aside .menus ul li.tab-index a,.dashboard #primary .aside .menus ul li.tab-comment a {
	border-bottom: 1px solid #E5E5E5
}

.dashboard.centralnav .navigation {
	margin-top: 30px
}

.dashboard .page-wrapper .input_title {
	margin: 10px 10px 10px 0;
	display: inline-block
}

.dashboard .page-wrapper #category_checklist {
	height: auto;
	overflow: hidden;
	padding: 0 10px
}

.dashboard .page-wrapper #category_checklist li {
	float: left
}

.dashboard .page-wrapper #category_checklist label {
	display: inline-block;
	width: auto;
	cursor: pointer
}

.dashboard #favorites .gird li .thumb {
	position: relative;
	overflow: hidden;
}

.dashboard #favorites .gird li:hover .box .thumb {
	opacity: 1
}

.dashboard #favorites .gird li.unlove .thumb img {
	opacity: .1
}

.dashboard #favorites .gird li.unlove .actions {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	height: 100%;
	padding: 0
}

.dashboard #favorites .heartlove {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ea4c89;
	box-shadow: none;
	padding: 0;
	display: table
}

.dashboard #favorites .heartlove .relove {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer
}

.dashboard #favorites .heartlove .relove i {
	display: block;
	margin: 0 0 5px 0;
	font-size: 26px
}

.dashboard #favorites .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	-webkit-animation: refresh 1s linear infinite;
	animation: refresh 1s linear infinite;
	display: none
}

#pass-strength-result {
	display: inline-block;
	width: 270px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	color: #999;
	border-radius: 0px
}

#pass-strength-result.short {
	background-color: #ffe2ed;
	color: #ea4c89;
	border: 1px solid #ffbcd6
}

#pass-strength-result.bad {
	background-color: #ffe5bf;
	color: #f29606;
	border: 1px solid #fbc678
}

#pass-strength-result.good {
	background-color: #e4fbac;
	color: #82b509;
	border: 1px solid #abe520
}

#pass-strength-result.strong {
	background-color: #d7fffc;
	color: #008040;
	border: 1px solid #8fe9e3
}

#user-avatar .avatar-main {
	height: auto;
	overflow: hidden;
	margin: 40px auto
}

#user-avatar .avatar-preview {
	float: left;
	width: 180px;
	background-color: #f9f9f9;
	padding: 20px;
	text-align: center
}

#user-avatar .avatar-preview p {
	margin: 10px 0 20px 0;
	color: #888
}

#user-avatar .avatar-preview .large img {
	width: 100px;
	height: 100px
}

#user-avatar .avatar-preview .medium img {
	width: 50px;
	height: 50px
}

#user-avatar .avatar-preview .small img {
	width: 30px;
	height: 30px
}

#user-avatar .avatar-preview .format {
	margin-bottom: 20px
}

#user-avatar .avatar-preview .format img {
	border-radius: 100%;
	box-sizing: border-box;
	margin: auto;
	display: block;
	padding: 1px;
	border: 1px solid rgba(0,0,0,0.05);
	background-color: #fff
}

#user-avatar .avatar-preview .format span {
	display: block;
	color: #999;
	margin-top: 5px
}

#user-avatar .avatar-preview .format .img {
	position: relative;
	display: inline-block;
	border-radius: 100%
}

#user-avatar .avatar-preview.update .format .img {
	background-color: #000
}

#user-avatar .avatar-preview.update .format .img img {
	opacity: .5
}

#user-avatar .avatar-preview.update .refresh {
	display: inline-block
}

#user-avatar .avatar-preview .refresh {
	position: absolute;
	display: none;
	font-size: 14px;
	width: 100%;
	height: 24px;
	width: 24px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	color: #fff;
	line-height: 24px;
	-webkit-animation: refresh 1s linear infinite;
	animation: refresh 1s linear infinite
}

@-webkit-keyframes refresh {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes refresh {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

#user-avatar .modify-area {
	margin-left: 250px;
	padding-top: 20px
}

#user-avatar .modify-area p.tip {
	color: #999;
	margin-top: 5px
}

#user-avatar .avatar-list {
	height: auto;
	overflow: hidden;
	margin: 20px 0
}

#user-avatar .avatar-list p {
	margin: 10px auto
}

#user-avatar .avatar-list li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	text-align: center
}

#user-avatar .avatar-list li .avatar a {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 4px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: none;
	transition: none
}

#user-avatar .avatar-list li .avatar a:hover,#user-avatar .avatar-list li .avatar.active a {
	padding: 2px;
	border: 2px solid #E0E0E0
}

#user-avatar .avatar-list li span {
	display: block;
	color: #999
}

#user-avatar .avatar-list li .avatar img {
	border-radius: 3px
}

#sns-area .list {
	padding: 10px 20px;
	height: 40px;
	line-height: 40px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	margin-bottom: 5px
}

#sns-area .list:hover {
	background-color: #fdfdfd
}

.dashboard #primary #sns-area .list li {
	float: left;
	margin-bottom: 0
}

#sns-area .list .title {
	width: 300px
}

#sns-area .list .title i {
	margin: -3px 5px 0 0;
	font-size: 16px;
	vertical-align: middle
}

#sns-area .list .info {
	color: #999
}

#sns-area .list .info .avatar {
	border-radius: 100%;
	width: 38px;
	height: 38px;
	border: 1px solid #fff
}

#sns-area .list .info .avatar img {
	width: 38px;
	height: 38px
}

#sns-area .list .info img {
	vertical-align: middle;
	margin-right: 10px
}

.dashboard #primary #sns-area .list .actions,.dashboard #primary #sns-area .list .go-bind {
	float: right
}

#sns-area .list .actions .bad {
	color: #999
}

#sns-area #qq.binded i {
	color: #4a9cf8
}

#sns-area #weibo.binded i {
	color: #c71228
}

#sns-area #weixin.binded i {
	color: #66b42a
}

.briefly {
	height: auto;
	overflow: hidden;
	margin-left: -1.35%
}

.briefly ul li {
	width: 23.65%;
	float: left;
	margin-left: 1.35%;
	background-color: #0bacd3;
	color: #FFF;
	box-sizing: border-box
}

.briefly ul li .visual {
	float: left;
	font-size: 40px;
	margin: 15px
}

.briefly ul li .number {
	float: right;
	margin: 15px;
	font-size: 30px;
	text-align: right
}

.briefly ul li .number span {
	display: block;
	font-size: 12px;
	color: rgba(255,255,255,0.85)
}

.briefly ul li .more {
	clear: both
}

.briefly ul li .more a {
	display: block;
	color: rgba(255,255,255,0.85);
	background-color: rgba(0,0,0,0.15);
	padding: 5px 15px
}

.briefly ul li .more i {
	float: right;
	margin-top: 4px
}

.briefly ul li .more a:hover {
	background-color: rgba(0,0,0,0.25)
}

.briefly ul li.photo {
	background-color: #ea4c89
}

.briefly ul li.credit {
	background-color: #ffb848
}

.briefly ul li.comments {
	background-color: #008040
}

.dashboard #primary .area .summary {
	margin-top: 20px;
	height: auto;
	overflow: hidden
}

.dashboard #primary .area .summary .box {
	width: 50%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box
}

.dashboard #primary .area .summary .box .title {
	font-size: 14px;
	margin-bottom: 15px
}

.dashboard #primary .area .summary .box ul li {
	color: #999
}

.dashboard #primary .area .summary .box ul li a {
	margin-left: 5px
}

.dashboard #primary .area .summary .box ul li span {
	display: inline-block;
	width: 80px
}

.dashboard #primary .area .fast-navigation {
	margin-top: 20px
}

.dashboard #primary .area .fast-navigation ul {
	padding: 10px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin-top: 10px;
	height: auto;
	overflow: hidden
}

.dashboard #primary .area .fast-navigation ul li {
	margin-bottom: 0;
	float: left;
	border-right: 1px solid #E5E5E5
}

.dashboard #primary .area .fast-navigation ul li a {
	display: inline-block;
	width: 100px;
	padding: 15px 0;
	text-align: center
}

.dashboard #primary .area .fast-navigation ul li:last-child {
	border-right: 0 none
}

.dashboard #primary .area .fast-navigation ul li a i {
	display: block;
	font-size: 26px;
	margin-top: 10px
}

.dashboard .wbi-nav {
	height: auto;
	overflow: hidden;
	padding-bottom: 30px
}

.dashboard .wbi-nav span {
	margin-right: 40px
}

.dashboard .wbi-nav i {
	font-style: normal;
	margin: 0 5px
}

.dashboard .wbi-nav strong {
	color: #ffa900;
	font-size: 24px;
	font-weight: normal;
	margin: 0 5px
}

.dashboard h3 {
	margin-bottom: 10px;
	font-size: 14px
}

.dashboard .select-wbi .positive {
	color: #00b5a9;
	font-size: 14px
}

.dashboard .select-wbi .positive:before {
	content: '+';
	margin-right: 2px
}

.dashboard .select-wbi .negative {
	color: #df3e7b;
	font-size: 14px
}

.dashboard .select-wbi .negative:before {
	content: '-';
	margin-right: 2px
}

.dashboard .select-wbi .widefat a {
	color: #333
}

.dashboard .select-wbi .widefat a:hover {
	color: #008040;
	text-decoration: underline
}

.widefat {
	width: 100%;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	table-layout: fixed
}

.widefat * {
	word-wrap: break-word
}

.widefat td,.widefat th {
	padding: 10px;
	text-align: center
}

.widefat thead th {
	border-bottom: 1px solid #e1e1e1
}

.widefat td.lenght,.widefat th.lenght {
	text-align: left;
	width: 40%
}

.widefat td.actions {
	width: 28%
}

.widefat tr:hover,.widefat th {
	background-color: #f5f5f5
}

.widefat .alternate {
	background-color: #f9f9f9
}

.widefat .title {
	color: #333
}

.widefat .title:hover {
	text-decoration: underline;
	color: #008040
}

.widefat .time {
	color: #999
}

.widefat .actions a {
	margin: 0 3px;
	color: #FFF;
	padding: 1px 5px
}

.widefat .actions a:hover {
	color: rgba(255,255,255,0.85)
}

.widefat .actions .edit {
	background-color: #008040
}

.widefat .actions .trash {
	background-color: #ea4c89
}

.widefat .actions .preview {
	background-color: #51b2cc
}

.widefat .actions .view {
	background-color: #0a97b9
}

.widefat .actions a.un {
	background-color: #CBCBCB;
	cursor: not-allowed;
	color: #fff
}

.widefat.order-list td {
	color: #777
}

#primary .status .publish,#primary .status.publish i {
	color: #999
}

#primary .status .pending,#primary .status.pending i {
	color: #ea4c89
}

#primary .status .draft,#primary .status.draft i {
	color: #ffae00
}

.upload-personal-container .upload-button {
	vertical-align: middle;
	margin-left: 5px
}

.upload-personal-container .tip {
	display: inline-block;
	vertical-align: middle
}

.upload-personal-container .personal-bg-preview {
	width: 200px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	border-radius: 3px;
	padding: 1px;
	text-align: center
}

.upload-personal-container .personal-bg-preview img {
	border-radius: 3px
}

.upload-personal-container .personal-bg-preview span {
	line-height: 36px;
	color: #999
}

.upload-personal-container #upload-file-list {
	margin-left: 140px;
	display: none
}

#msg {
	position: fixed;
	width: 100%;
	text-align: center;
	left: 0;
	z-index: 100000;
	top: 50%
}

#msg .msgbox {
	border-radius: 5px;
	padding: 15px;
	display: inline-block;
	text-align: left;
	background-color: #ffe5bf;
	color: #f29606;
	border: 1px solid #fbc678
}

@media only screen and (max-width: 1024px) {
	.dashboard #primary .aside {
		width: 100%;
		margin-left: 0;
		margin-top: 30px
	}

	.dashboard #primary .area .page-wrapper {
		margin-left: 0
	}
}

@media only screen and (max-width: 768px) {
	.dashboard .page-wrapper ul li.submit-block {
		text-align: center
	}

	.dashboard .page-wrapper ul li .post-submit {
		margin: 5px 10px;
		min-width: 30%
	}

	.dashboard .page-wrapper .user-submit.regular-button {
		width: 100%;
		box-sizing: border-box
	}

	.dashboard .page-wrapper ul label {
		text-align: left;
		margin-bottom: 8px
	}

	.dashboard .page-wrapper ul li span.tip {
		margin-left: 0;
		margin-top: 5px;
		display: inline-block
	}

	.dashboard .gird li {
		width: 50%
	}

	.briefly ul li {
		width: 48.65%
	}

	.dashboard #primary .area .summary .box {
		width: 100%
	}

	.widefat .actions a {
		display: block;
		margin-bottom: 1px
	}

	.dashboard #primary .area .fast-navigation ul {
		border-bottom: 0 none
	}

	.dashboard #primary .area .fast-navigation ul li {
		width: 33.3%;
		box-sizing: border-box;
		border-right: 0 none
	}

	.dashboard #primary .area .fast-navigation ul li a {
		width: 100%
	}
}

@media only screen and (max-width: 500px) {
	#user-avatar .avatar-preview {
		width: 100%;
		float: none;
		box-sizing: border-box
	}

	#user-avatar .modify-area {
		margin-left: 0
	}

	#sns-area .list .title {
		width: auto;
		margin-right: 20px
	}

	.dashboard .page-wrapper .dashboard-main {
		padding: 10px
	}

	#upload-file-list .attachment-meta {
		display: none
	}

	.briefly ul li {
		width: 99.65%
	}
}
