.animate-hide {
    transition: all linear 0.5s;
    line-height: 20px;
    opacity: 1;
    background: white;
}

.animate-hide.ng-hide {
    line-height: 0;
    opacity: 0;
    padding: 0 10px;
    display:none;
}

.check-element {
    padding: 10px;
    border: 1px solid black;
    background: white;
}