/*自定义弹出框*/
.myshadow{
    display:block;
    position:fixed;
    width:100%;
    height:100%;
    background:#000;
    z-index:5;
    top:0;
    left:0;
    opacity:0.5;
    filter:alpha(opacity:0.5);
    -moz-opacity:0.5;
    -webkit-opacity:0.5;
}
.mypop{
    display:none;
    width:50%;
    top:0;
    left:-webkit-calc(50% - 90px);
    left:-moz-calc(50% - 90px);
    left:calc(50% - 90px);
    transform:translate(-50%);
    border-radius:8px;
    background-color:#fff;
    position:fixed;
    z-index:1000;
    -moz-box-shadow:0px 0px 12px #333333;
    -webkit-box-shadow:0px 0px 12px #333333;
    box-shadow:0px 0px 12px #333333;
    color:#000;
    transition:all 0s;
}
.mypopindex{left:50% !important;}
.mypop .poptitle{height:38px; line-height:36px; width:100%; border-bottom:solid 1px #e5e5e5;color:#000;}
.mypop .poptitle .titlel{float:left;margin-left:12px;}
.mypop .poptitle .titler{float:right; margin-right:12px; cursor: pointer}
.mypop .popbody{margin:20px; overflow: auto}
.mypop .popfoot{width:100%; text-align:right;border-top:solid 1px #e5e5e5;padding:15px; box-sizing: border-box }
.mypop .popfoot input{background-color:#66b590; border:0;height:34px; border-radius:3px; color:#FFF; margin:0 3px;padding:0 12px; cursor:pointer}
.mypop .popfoot input:not(.cancel):hover{background-color: #286090;}
.btn-hover:hover{background-color: #286090;}
.mypop .popfoot .cancel{border:solid 1px #e5e5e5; color:#000; background-color:#FFF;}

.mypop .popbody  table.edittable{
    border: 0;
}
.mypop .popbody  table.edittable td{padding: 10px}
.mypop .popbody  table.edittable td.title{text-align: right;color: #959595}
.mypop .popbody  table.edittable input{height:32px;border:solid 1px #e5e6e7; width:80%;}




.maskPublic{
	background-color: #000; 
	position: fixed;
	opacity: 0.5;
	z-index:5;
}
/*两个iframe*/
.maskTop1,.maskTop11{
	width:100%;
	height:136px;
	top:0;
	left:256px;
	display: none;
}
.maskLeft1,.maskLeft11{
	width:256px;
	height:100%; 
	top:0;
	left:0; 
	display: none;
}
.maskRight1,.maskRight11{
	width:16px;
	height:calc(100% - 153px);
	height:-webkit-calc(100% - 153px);
	height:-moz-calc(100% - 153px);
	top:136px;
	right:0;  
	display: none;
}
.maskBottom1,.maskBottom11{
	width:100%;
	height:17px;
	bottom:0;
	left:256px;
	display: none;
}
/*一个iframe*/
.maskTop0,.maskTop00{width:100%;height:48px;top:0;left:248px;display: none;}
.maskLeft0,.maskLeft00{width:248px;height:100%;top:0;left:0; display: none;}
.maskRight0,.maskRight00{width:8px;height:calc(100% - 56px); height:-webkit-calc(100% - 56px);height:-moz-calc(100% - 56px);top:48px;right:0;display: none;}
.maskBottom0,.maskBottom00{width:100%;height:8px;bottom:0;left:248px; display: none;}


#modal_alarm{
    left:50%;
    top:50px;
    transition:all 0s;
}

#addPIBox .title,
#shareConfig .title,
#replaceBox .title,
#handBox .title,
#changeBoxGroup .title,
#shareBox .title,
#addMobanPop .title,
#mobanGroupPop .title,
#copyMobanPop .title,
#editGroup .title{
    color: black;
}

.form-con{
    box-shadow: none !important;
    border-radius: 0px !important;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #1ab394!important;
}

.form-cons:focus{
    border-color: #1ab394!important;
}