
.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;
}

.addcontact.bubble {
    background-image: url(/dolibarr-16.0.1/htdocs/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;

}
#modal-contact iframe {
    width: 100%;
}


