.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
#callPopupV2 {
  position: fixed;
  z-index: 999999999;
  border: 0px solid #000000;
  border: 0px solid rgba(0, 0, 0, 0.7);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  background-color: #00c853;
  bottom: 0px;
  left: 30px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  padding: 8px 10px 5px 35px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
#callPopupV2 > span {
  z-index: 99999999999;
  position: absolute;
  left: -15px;
  top: -14px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 45px 45px 45px 45px;
  -moz-border-radius: 45px 45px 45px 45px;
  -o-border-radius: 45px 45px 45px 45px;
  border-radius: 45px 45px 45px 45px;
  background: transparent url(../plugins/webident/tools/assets/images/callcenter-v2.png) center center no-repeat;
  background-size: 45px 45px;
  border: 0px solid #42c0e5;
}
