  .helpButton {
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    position: fixed;
    color: rgb(255, 255, 255);
    cursor: pointer;
    width: 275px;
    height: 43px;
    z-index: 9999;
    bottom: 0;
    right: 10px ;
    /*background-color: #78003F;*/
	background-color: #e64164;
}
.helpButton span {
    display: block;
    float: left;
    width: 40px;
    height: 100%;
    background-color: #7A204F;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
}
.helpButton img {
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 9px;
    margin-left: 8px;
}
.helpButton > div {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    padding-left: 11px;
    padding-top: 7px;
    color: #fff;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    width: 230px;
}
.helpBox .modal-body {
	padding-bottom: 0;
	padding-top: 0;
}
.helpButton:hover {
    opacity: 0.8;
}
.helpButton span, .helpButton {
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
body.modal-open .modal.helpBox {
    display: flex !important;
    height: 100%;
} 

body.modal-open .modal .modal-dialog {
    margin: auto;
}
.afterSend,
.helpBox .modal-body label{ display: none;}