/* 核心编辑区域 */
.logoArea, .footerArea, .bodyArea {
    border: 1px dotted #000000;
    position: relative;
}

.logoArea {
    height: 397px;
    width: 100%;
    background: url('../images/temp/banner.jpg');
    background-size: 100% 100%;
}

.bodyArea {
    min-height: 300px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.footerArea {
    height: 200px;
    width: 100%;
}

.col-md-12.text-align {
    text-align: center;
}

form.middle-align-form {
    display: inline-block;
}

/* 布局标题 */
h4.header{
    font-size: 18px;
    font-weight: bold;
    text-indent:18px;
    margin:0px;
    height: 38px;
    line-height: 38px;
}

h4.header.border{
	border-bottom: 1px solid #e0dfe7;
}

/*.header.border span.L-title{
	border-bottom: 3px solid #99b0cc;
}*/

/*.header.border span.L-title-cloud{
	background: url("../../images/core/xiangyun.png");
	background-repeat : no-repeat;
	background-size : 63px 21px;
	padding : 6px 50px;
}*/

.header span.L-more{
    float: right;
}

.header span .L-more-ico {
  width: 22px;
  height: 22px;
  background: url(../../images/core/icons-more.png) no-repeat;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 8px;
}

/* 行 列 */
.cssrow {
    border-radius: 8px;
    border: 1px solid #000;
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -ms-transition: border 0.5s;
    -o-transition: border 0.5s;
    transition: border 0.5s;
    position: relative;
    /*width: 100%;*/
    height: auto;
}

.cssrow:hover {
    border: 1px solid #eeeeee;
}

.csscolumn {
    border-radius: 8px;
    border: 1px solid #000;
    /*float: left;*/
    /*height: 100%;*/
    height: auto;
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -ms-transition: border 0.5s;
    -o-transition: border 0.5s;
    transition: border 0.5s;
    position: relative;
    margin: 0 auto;
}

.csscolumn:hover {
    border: 1px solid #eeeeee;
}

/* 插件 */
.plugin {
    text-align: center;
    cursor: pointer;
}

/* 栏目*/
.channel {
    text-align: center;
    cursor: pointer;
}

.pluginBody{
    width: 100%;
    height: 100%;
}

#body .pluginBody{
    overflow: visible; /*临时解决了顶部悬浮按钮被挡住的问题*/
}

/* 悬浮配置按钮 */
.floatRightBar {
    border: 1px solid #000;
    width: 46px;
    height: 20px;
    position: absolute;
    right: -15px;
    z-index:4;
}

.L-floatBar-measure {
	color: #BBB;
	position: absolute;
    right:50%;
    bottom: 50%;
}

/* 显示block像素字体样式*/
.blockMeasure{
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: #BBB;
	line-height: 25px;
}

/* 显示标题处链接的默认样式*/
.otherLinkContainer{
	margin-left:50px
}
.otherLinkContainer.red .otherLinkStyle:hover{
	background-color : #bc3326;
}
.otherLinkContainer.grey .otherLinkStyle:hover{
	background-color : #EEE;
}
.otherLinkContainer.black .otherLinkStyle:hover{
	background-color : #000;
}
.otherLinkContainer.white .otherLinkStyle:hover{
	background-color : #FFF;
}

.otherLinkStyle{
	font-size:12px;
	font-weight:200;
	padding:0px 10px ;
	color:#000;
}

.otherLinkSeparator{
	font-size:12px;
	color:#000;
}

/* .otherLinkStyle:hover{
	background-color : #678;	
} */

.cog, .trash, .header{
    cursor: pointer;
}

/**************************************** preview ******************************************************/
body.preview .floatRightBar{
    display: none;
}

body.preview .cssrow, body.preivew .cssrow:hover, body.preview .csscolumn, body.preview .csscolumn:hover{
    border: none;
    border-radius : 0px;
}

body.preview .bodyArea{
    margin-top : 0px;
}

/*************************************** sidebar *******************************************************/
.L-remove , L-addRow,.L-addBackground{
	cursor : pointer;
}

/* 本CSS主要用于页面发布后的样式，用来处理一些发布系统中的CSS， 保证发布后的页面样式正常 */
.logoArea, .footerArea, .bodyArea, .cssrow , .cssrow:hover, .csscolumn, .csscolumn:hover{
	border: none;
	border-radius : 0px;
}

.bodyArea{
	margin-top: 0px;
}

/*************************************** 覆盖bootstrap******************************************************/
.container, .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.row {
	margin-left: 0;
	margin-right: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left: 0;
	padding-right: 0;
}

/* 自适应隐藏block列设置 */
@media (max-width: 767px) {
	.col-xs-cc-0 {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-cc-0 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-cc-0 {
        display: none;
    }
}

@media (min-width: 1200px) {
    .col-lg-cc-0 {
        display: none;
    }
}