.animate-show-hide.ng-enter,
.animate-show-hide.ng-leave,
.animate-show-hide.ng-show,
.animate-show-hide.ng-hide {
    -webkit-transition:                 0.5s ease all !important;
    transition:                         0.5s ease all !important;
}
.animate-show-hide.ng-enter,
.animate-show-hide.ng-leave.ng-leave-active,
.animate-show-hide.ng-show,
.animate-show-hide.ng-hide.ng-hide-active {
    opacity:                            0 !important;
    /*transform:                          scale(0) !important;*/
}
.animate-show-hide.ng-enter.ng-enter-active,
.animate-show-hide.ng-leave,
.animate-show-hide.ng-show.ng-show-active,
.animate-show-hide.ng-hide {
    opacity:                            1 !important;
}