.animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide.ng-hide-add {
	transition: all linear 0s;
}

.animate-show-hide.ng-hide-remove {
  transition: all linear .3s;
}
