.image-marker-tools{
	height: 40px;
	border-bottom: 1px solid #999;
}
.image-marker-tools button{
	border:1px solid #666;
	text-align: center;
	padding:5px 20px;
	border-radius: 4px;
	cursor:pointer;
	background-color:#fff;
	margin-right:10px;
}
.image-marker-panel{
	margin-top:20px;
	position:relative;
}
.image-marker-panel .target-image{
	z-index:1;
}
.image-marker-svg{
	width:100%;
	height:100%;
	z-index:2;
	position: absolute;
	left:0;
	top:0;
}
.image-marker-point{
	position:absolute;
	width:10px;
	height:10px;
	background-color:#2589EB;
	border-radius:30px;
	z-index:4;
}
.image-marker-line{
	position:absolute;
	width:2px;
	height:2px;
	background-color: #2589EB;
}
.image-marker-box{
	position: absolute;
	width:auto;
	border:1px solid #2589EB;
	padding:3px 5px;
	border-radius:4px;
	font-size:12px;
	color:#2589EB;
	z-index:4;
	cursor:pointer;
}
.image-marker-box a{
	color:#2589EB;
	text-decoration: none;
}
.image-marker-opt-panel-bg{
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:fixed;
	background-color:black;
	opacity: 0.7;
	z-index: 10;
}
.image-marker-point-opt-panel{
	position: fixed;
	left:50%;
	top:30%;
	width:150px;
	height:30px;
	margin-top:-20px;
	margin-left:-50px;
	padding:10px;
	background-color:#fff;
	z-index:15;
	border-radius:4px;
}
.image-marker-point-opt-panel>button{
	padding:3px 10px;
	cursor: pointer;
	border:0;
	margin-right:5px;
	border-radius:4px;
}
.image-marker-point-opt-panel .remove-btn{
	background-color:red;
	color:#fff;
	float:left;
}
.image-marker-point-opt-panel .cancel-btn{
	color:black;
	float:right;
}
.image-marker-box-opt-panel{
	position: fixed;
	left:50%;
	top:40%;
	width:300px;
	height:150px;
	margin-top:-20px;
	margin-left:-150px;
	padding:10px;
	background-color:#fff;
	z-index:15;
	border-radius:4px;
}
.image-marker-box-opt-panel .box-opt-header{
	font-weight: bold;
	padding:5px 0 0;
}
.image-marker-box-opt-panel .box-opt-ipt-row{
	height:34px;
	padding:5px 0;
}
.box-opt-ipt-row input{
	border:1px solid #666;
	border-radius:4px;
	height:28px;
	width:200px;
}
.image-marker-box-opt-panel .box-opt-footer{
	height:40px;
	width:250px;
}
.image-marker-box-opt-panel .box-opt-footer .btn-confirm{
	border:1px solid #2589EB;
	cursor:pointer;
	padding:5px 10px;
	color:#fff;
	background-color:#2589EB;
	text-align: center;
	width:80px;
	border-radius:4px;
}
.image-marker-box-opt-panel .box-opt-footer .btn-remove{
	border:1px solid red;
	cursor:pointer;
	padding:5px 10px;
	color:#fff;
	background-color:red;
	text-align: center;
	width:80px;
	border-radius:4px;
}
.image-marker-box-opt-panel .box-opt-footer .btn-cancel{
	border:0;
	cursor:pointer;
	padding:5px 10px;
	color:black;
	background-color:#FFF;
	text-align: center;
	border:1px solid #ebebeb;
	width:80px;
	border-radius:4px;
}
