.visBtn {
	position: relative;
	cursor: pointer;
	background-size: cover;
	width:35px;height:24px;
	background-image: url(../images/eye1.png);
	transition:.5s ease;
}
.visBtn:active {
	background-image: url(../images/eye3.png);
}
.visBtn:hover{
	cursor: pointer;
	filter:brightness(121%)  ;
}
.visBtnClick {
	background-image: url(../images/eye2.png);
}
/*=====================================*/
.btn_plus {
	position: absolute;
	background-size: cover;
	width:35px;height:35px; 
	background-image: url(../images/plus1.png);
	transition:.5s ease;
	z-index: 2;
}
.btn_plus:active {
	background-image: url(../images/plus2.png);
	width:35px;height:25px;
	background-position: 0 5px; 
}
.btn_plus:hover{
	cursor: pointer;
	filter:brightness(121%)  ;
}
.btn_plusPressed {
	background-image: url(../images/plus3.png);
}
/*=====================================*/
.btn_no {
	position: absolute;
	background-size: cover;
	width:45px;height:45px; 
	background-image: url(../images/triangle1.png);
	transition:.5s ease;
	z-index: 2;
	cursor: pointer;
	border-radius:50px;
	border: 0px;
	background-color:transparent;
	font-family:"Georgia";
	font-size:16px;color:rgb(89, 153, 99);
	background-position: -2px 0px; 
}
.btn_no:hover{
	cursor: pointer;
	filter:brightness(121%)  ;
}
/*=====================================*/
.circleColor {
	position: relative;
	background-size: cover;
	width:25px;height:25px;
	background-image: url(../Pentegraph/img/buttons/color.png);
	transition:.5s ease;
	cursor: pointer;
}
.circleColor:hover{
	filter:brightness(121%)  ;
}
.circleColor:active{
	background-image: url(../Pentegraph/img/buttons/coloractive.png);
}
.circleColorOff {
	background-image: url(../Pentegraph/img/buttons/coloroff.png);
}
/*=====================================*/



