@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-08-21 13:02:01
 * @version $Id$
 */
 .clear {
 	clear: both !important;
 	height: auto !important;
 }
 /*内容*/
.blockUI-cont {
	padding: 20px 10px;
	min-height: 80px;
	line-height: 80px;
}


 .blockUI-custom00,
 .blockUI-custom01,
 .blockUI-custom02,
 .blockUI-custom03 {
  	/*background: #fff;
  	border-radius: 2px;
  	box-shadow: 0px 0px 5px rgba(46, 46, 46, 0.3);
  	color: #000;*/
  	margin:auto;
  	position: fixed;
  	z-index: 9999999999;
  	/*border: 8px solid #a7abbd;*/
 }
 /*custom*/
 .blockUI-custom00 {
	width:  870px;
	left:0;top:0;right:0;bottom:0;
}
.blockUI-custom00 .blockUI-cont {
	line-height: normal;
}
.blockUI-custom00 .blockUI-cont tbody {
	border: none;
}
 .blockUI-custom01 {
	width: 1175px;
	height: 645px;
    top:0;left:0;right:0;bottom:0;
}
.blockUI-custom01 .blockUI-cont {
	line-height: normal;
}
/*创建课程-学生分组，步骤四弹窗*/
 .blockUI-custom02 {
	width:  680px;
    top:    20%;
    left:   30%;
	text-align: center;
}
.blockUI-custom02 .blockUI-cont {
	min-height: 80px;
	line-height: normal;
	padding: 20px;
}
/*只有一行的 小弹窗*/
 .blockUI-custom03 {
	width:  550px;
	height:200px;
	top:-15%;left:0;right:0;bottom:0;
	text-align: center;
}
.blockUI-custom03 .blockUI-cont {
	line-height: normal;
}
.blockUI-custom03 .blockUI-title {
	height: 40px;
	line-height: 40px;
	font-size: 1.05em;
}
/*右上角关闭键*/
.blockUI-close {
	display: inline-block;
    float: right;
    z-index: 99999999;
    position: absolute;
    top: 0px;
    font-size: 1.5em;
    cursor: pointer;
    right: 10px;
}
/*标题*/
.blockUI-title {
	height: 45px;
	line-height: 45px;
	text-align: left;
	/*background-color: #4E7ADD;*/
	text-indent: 1em;
	/*color: #fff;*/
	font-size: 1.15em;
	letter-spacing: 2px;
}

/*选择按键 warp*/
.blockUI-active {
	text-align: right;
	padding: 10px 0;
	/* border-top: 1px solid #EEE; */
	height: 40px;
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 10px;
}
.blockUI-active1 {
	text-align: right;
	padding: 10px 0;
	/*border-top: 1px solid #EEE;*/
	height: 30px;
	bottom: 0;
	width: 100%;
}
.blockUI-active input, .blockUI-active1 input{
	padding: 4px 15px;
}


/*confirm 样式*/
 .blockUI-confirm01 {
	/*background: #fff;
	border-radius: 2px;
	box-shadow: 0px 0px 5px rgba(46, 46, 46, 0.3);
	color: #000;*/
	width:  550px;
	height:200px;
    margin:auto;
	position: fixed;
	top:-15%;left:0;right:0;bottom:0;
	z-index: 9999999999;
	text-align: center;
	/*border: 8px solid;
    border-color: #a7abbd;*/
}
.blockUI-confirm01 .blockUI-cont {
	line-height: 60px;
	font-size: 1.05em;
}
.blockUI-confirm01 .blockUI-title {
	height: 40px;
	line-height: 40px;
	font-size: 1.2em;
	/*background-color: #fff;
	border-bottom: 1px solid #EEE;
	color: #7185cb;*/
	text-indent: 5px;
}
.blockUI-confirm01 .blockUI-title i {
	display: inline-block;
	margin-right: 10px;
}
.blockUI-confirm01 .btn {
	letter-spacing: 5px;
	width: 100px;
}
/*.blockUI-confirm01 .ok-btn {
	background-color: #4e7add;
	color: #fff;
}*/





/*编辑器插件 css 冲突解决*/
.edui-editor div {
    width: auto;
    height: auto;
    line-height: 20px !important;
}
.blockUI-custom01 table,.blockUI-custom02 table,.blockUI-custom03 table,.blockUI-custom00 table{
	border: none;
}
.modal-bg {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    background: #202638; 
    opacity: .50;
    filter: Alpha(Opacity=50);
}
.overlay {
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: #202638; 
    opacity: .50;
    filter: Alpha(Opacity=50);
    position: fixed;
    z-index: 999;
}

/*.blockUI.blockOverlay {*/
	/*z-index: 10000;*/
/*}*/