@-webkit-keyframes shineBlue {
        from { -webkit-box-shadow: 0 0 12px #333; }
        50% { -webkit-box-shadow: 0 0 18px #486CB7; }
        to { -webkit-box-shadow: 0 0 12px #333; }
}
/*.widget-area-edit{
	-webkit-animation-name: shineBlue; 
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite; 
}*/

.widget-area-edit .widget-area-edit-title{
	font-size:14px;
	font-family:"微软雅黑", "Microsoft YaHei", sans-serif, Verdana, Geneva;
}

.widget-area-notice{
	
}

body{
	
}

.widget-page-edit {
	height:36px;
	line-height:32px;
	background:#282828;
	color:#FFF;
	z-index:9999999;
	/*border-bottom:2px #000 solid;*/
	font-size:12px;
	font-family:"微软雅黑", "Microsoft YaHei", sans-serif, Verdana, Geneva;
	font-weight:500;
	/*position: absolute;*/
	/*padding:3px;*/
}

.medium-editor-toolbar-form-active { background: #a9a9a9; color: #FFF; }

.btn-wgroup-toolbar .btn{ background: #000000; border: 1px solid #000; color: #ffffff; }


/*widget group*/
.qii-modal .modal-dialog{
	width: 920px;
	height: 100%;
	margin: 0 auto;
}

.qii-modal>.modal-dialog>.modal-content{
	border-radius: 0;
	height: 100%;
	border: 0;
	padding-bottom: 100px;
}

.qii-modal>.modal-dialog>.modal-content>.modal-body {
	overflow: auto;
	height: 100%;
}

.qii-wgroup-btn-group {
	position: absolute;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	padding-top: 20px;
}

.qii-dialog>.modal-dialog>.modal-content{
	padding-bottom: 40px;
}

.modified-sticky-button {
	position: fixed;
	top: 20%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1000; /* 确保按钮在其他内容之上 */
}

.modified-sticky-button .btn-wgroup-title{
	line-height:30px;
	background:rgb(0, 197, 190);
	color: #FFF;
	padding:0 10px;
	border-radius:5px;
	height:30px;
}
.modified-sticky-button .fa-chevron-circle-left{
	cursor: pointer;
}
.modified-sticky-button .fa.expanded {
	transform: rotate(180deg);
}