.campaignScheduler {
    /* border: 1px solid red; */
    /* width: 98%; */
    height: 98%;
    overflow-y: auto;
    /* margin: 10px auto; */
}

.campaignList {
    width:100%;
    min-height: 160px;
    max-height: 240px;
    /* float: left; */
}

.checkCampaign {
    /* width: 40%; */
    /* float: left; */
    min-height: 180px;
}

/* .checkCampaign .glyphicon{
    size: 14px;
} */

.checkedCampaign {
    /* width: 40%; */
    /* float: left; */
    min-height: 180px;
    max-height: 270px;
    overflow-y: auto;
}

.operators {
    font-size: 30px;
    color: dodgerblue;
    text-align: center;
    min-height: 180px;
}

.operators span {
    /* vertical-align: middle; */
    line-height: 40px;
    margin-top: 20px;
}

.prority {
    font-size: 30px;
    color: dodgerblue;
    min-height: 180px;
}

.prority span {
    /* vertical-align: middle; */
    line-height: 40px;
    margin-top: 20px;
}

.recycleTips {
    padding-left: 30px;
}

.recycleFields {
    padding-left: 30px;
}

.delDiallist {
    padding-left: 30px;
    clear: both;
    border-bottom: #5a9abb 1px solid;
    margin-bottom: 0px;
}

.caret {
    float: right;
    font-size: 24px;
    color: indianred;
}

.delScheduler {
    float: right;
    font-size: 24px;
    color: indianred;
}

.checkedCampaign .panel-body {
    padding-left: 0px;
    padding-bottom: 0px;
}

.checkedCampaign .panel-body .form-group{
    margin-bottom: 5px;
}

.campaignScheduler .glyphicon {
    cursor: pointer;
}

.panel-body {
    padding: 15px 0px;
}

.pre-scrollable {
    max-height: 180px;
}

#fail2{
	/*width:330px;*/
	min-width:330px;
	width:auto;
	white-space:nowrap;
	height:150px;
	background:#5a9abb;
	color:white;
	font-size:14px;
	 -moz-border-radius:5px;
	left:50%;
    top:50%;
	border:1px solid #c0d8e6;
	margin-left:-165px!important;/*FF IE7 该值为本身宽的一半 */
    margin-top:-75px!important;/*FF IE7 该值为本身高的一半*/
    margin-left:0px;
    margin-top:0px;
    position:fixed!important;/*FF IE7*/
    position:absolute;/*IE6*/
}
.failcenter{
     text-align:center;
}
.failcenter1{
     margin:0px auto;
     text-align:left;
}

#top2{
	background-image: url("../../img/management_templates_img/popuplayer/person-topbg.gif");
	height:25px;
	width:100%;
	 -moz-border-radius:5px;
	}
#center2{
	width:100%;	
	background:#ffffff;
	text-align:center;
	line-height:100px;
	vertical-align:middle;
	color:#000000;
}
#center3{
	width:100%;
	height:100px;
	background:#fff;
	text-align:center;
	line-height:100px;
	vertical-align:middle;
	color:#000000;
}
#center4{
	width:100%;
	height:100px;
	background:#fff;
	line-height:25px;
	vertical-align:middle;
	color:#000000;
}
#footer2{
	float:right;
	height:15px;
	margin-right:10px;
	margin-top:3px;
	/*margin-top:2px;*/
}

#sp2{
	line-height:25px;
	vertical-align:middle;
	margin-left:10px;
}
#footer2 input { border:1px solid #bfd7ff;color:#bfd7ff;background:#2b3840; -moz-border-radius:5px; }
#footer2 input:hover { border:1px solid #FFF;background:#37434b; color:white; cursor:pointer; }