@charset "utf-8";
/* CSS Document */

.loadimg_sensoruser{
	width: 200px;
	height: 200px;
	margin-top: 10px; 
	background-image: url("../img/default_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}
.loadimg_sensoruser input{
	width:200px;
	height: 200px;
	opacity: 0;
	cursor: pointer;
}

.dele_icon{
	width: 20px;
	height: 20px;
	background-image: url("../img/delete_icon.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -10px;
	top: -10px;
}
.loading_img{
	width: 20px;
	height: 20px;
	background-image: url("../img/loading.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 40%;
	top: 40%;
}

.pos_user{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	top: 0px;
}

.close_user{
	background-image: url("../img/delete_icon.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top:0px;
	right:0px;
	cursor: pointer;
}
.close_user:hover{
	background-color: indianred;
	border-radius: 25px;
	animation-name: test;
	animation-duration: 0.8s; 
}

