body,
table,
.card,
.list-group > a {
  background-color: rgb(0, 0, 0);
  color: white;
}

.navbar {
  background-color: rgb(0, 0, 0) !important;
}

.nav-link,
.navbar-brand {
  color: white;
}
.nav-link:hover,
.navbar-brand:hover {
  color: grey;
}

.break {
  flex-basis: 100%;
  height: 0;
}

#emailPreviewModal .modal-content {
  background-color: rgb(0, 0, 0) !important;
}

.navbar > .container-fluid {
  display: block;
  text-align: center;
}

.navbar .navbar-collapse {
  margin-top: 20px;
  border-top: 1px gray solid;
  border-bottom: 1px gray solid;
}

.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.h-custom {
  height: calc(100% - 73px);
}

@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}
.GridViewTable a {
  color: white;
  text-decoration: none;
}
.GridViewTable a:hover {
  text-decoration: underline;
}

.update-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.update-progress img {
  max-height: 200px;
  z-index: 10001;
}

.update-progress.small img {
  max-height: 25px;
}

.update-progress p {
  color: black;
  font-size: 20px;
}

.pageNavigation {
  padding: 10px 0;
}
.pageNavigation table tr td .navigationImages {
  height: 30px;
  background: #fff;
  padding: 5px 0;
  width: 30px !important;
}
.pageNavigation table tr td .navigationImages:hover {
  background: #e8e8e8;
}