﻿.loading-indicator-dialog {
  margin: 20vh auto 0px auto;
  width: 200px; }

.loading-indicator-body {
  text-align: center;
  height: 100px; }

.loading-indicator-img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px; }

.modal-backdrop {
  background-color: #fff; }

.modal-backdrop-in {
  opacity: 0.7; }
