﻿/* notification toast */
#toast-container>div { opacity: 1 !important }

/* overlay - center text and loading */
.loadingoverlay { -ms-flex-align: center !important; -webkit-align-items: center !important; align-items: center !important; -ms-flex-pack: center !important; -webkit-justify-content: center !important;  justify-content: center !important; }
.loadingoverlay_text { margin-top: 90px !important; }
