.safe{
	pointer-events: none;
	display:none;
}

.safe_area{
	display:none;	
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.safe_in{
    position: relative;
	top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	margin-left:auto;
	margin-right:auto;
	opacity:0.3;
}

.sinwhite{
	border:1px solid #FFFFFF;	
}

.sinblack{
	border:1px solid #000000;	
}

.safe_action{
	width:95%;
	height:95%;
}
.safe_title{
	opacity:1;
	width:95%;
	height:95%;
}

.safe_line{
    position: absolute;
	opacity:0.3;
}

.swhite{
	background-color:#FFFFFF;	
}

.sblack{
	background-color:#000000;	
}

.hor_line {
	top:50%;
	left:0;
    width:100%;
    height: 1px;
}

.vert_line {
	left:50%;
	top:0;
    height:100%;
    width: 1px;
}

.hor_cross {
	opacity:0.3 !important;
	top:50%;
	left:50%;
    margin-left:-10px;
	width:20px;
    height: 1px;
}

.vert_cross {
	opacity:0.3 !important;
	left:50%;
	top:50%;
	margin-top:-10px;
    height:20px;
    width: 1px;
}