﻿.black-background {
  background-color: #000000; }

.white {
  color: #ffffff; }

.LoadingDiv {
  margin: 0px;
  padding: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: .8;
  filter: alpha(opacity=70);
  display: none;
  background: 50% 50% no-repeat #f9f9f9; }

.dt-font-size {
  font-size: .9rem; }

