#dlg_enterMessageRoot {
   position:absolute;
}

.hbi {
  width:100%;
  height:100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
/*  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;*/
}
/*
.hbi:hover, .hbi:focus, .hbi:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
*/
.hbi23 {
  -webkit-transition-duration: 3.5s;
  transition-duration: 3.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hbi2xxx {
    -webkit-animation: hbianim 0.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation: hbianim 0.5s forwards;
    animation-delay: 0.5s;
}

@keyframes hbianim {
    0% {
        transform: scale(1) rotate(0);
    }
    20% {
        transform: scale(1.05) rotate(0);
    }
    40% {
        transform: scale(1) rotate(0);
    }
    65% {
        transform: scale(1.05) rotate(0);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

/*---------------*/

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hbi2 {
  width:100%;
  height:100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
/*}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {*/
*/
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
