.ev_animate.ng-hide-remove {
	animation: fadeIn 0.3s
}
.ev_animate.ng-hide-add {
	animation: fadeOut 0.3s
}
.ev_animate_slow.ng-hide-remove {
	animation: fadeIn 1s
}
.ev_animate_slow.ng-hide-add {
	animation: fadeOut 1s
}
.ev_center {
	text-align:center;
	vertical-align: middle; !important
}
.gridStyle {
	border: 1px solid rgb(212,212,212);
	width: 400px;
	height: 300px
}
