.modal.fade .modal-dialog{
animation-duration: 1.5s;
animation-fill-mode: both;
animation-name: ShowDivHeader;
}
.modal.fade .modal-dialog:not(:focus){
animation-duration: 1.5s;
animation-fill-mode: both;
animation-name: closer;
}