
.butAction.addcontact img{
	max-height:20px;
	position: absolute;
	left: 5px;
}
.butAction.addcontact {
	padding-left: 30px;
	background: #ffbb19;
	border-color:rgb(220, 216, 101);
	position: relative;
	transition: background-color 1s ease-in-out;
}
.butAction.addcontact.success {
	background: #45a049;
}
.butAction.addcontact.return-transition {
	background: #ffbb19;
}
.addcontact.bubble {
	background-image: url(/doliprod/custom/contacttracking/img/add.png);
	background-color: #ffbb19;
	background-repeat: no-repeat;
	background-position: 50%;
	text-indent: -9999em;
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	z-index:9999;
}
.addcontact.bubble.success {
	background-color: white !important;
	background-image: url(/doliprod/custom/contacttracking/img/check.png) !important;
	background-size: cover;
	transition: background-color 1s ease-in-out, background-image 1s ease-in-out;
	z-index: inherit;
}
.addcontact.bubble.return-transition_bubble {
	transition: background-color 1s ease-in-out, background-image 1s ease-in-out;
}
#modal-contact iframe {
	width: 100%;
}
.popbackg {
	background: var(--colorbackbody) ;
}
.popborder {
	border: 1px solid var(--colorbackbody);
}
