﻿
.fullscreen-shade {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 1000;
}

.fixed-screen {
  position: fixed;
  top: 30%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.center-screen {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.dialog {
  z-index: 10000;
  color: #4a4a4a;
  border: 1px solid #000;
  border-radius: 16px 16px 12px 12px;
  background-color: #fff;
  font-size: 1em;
  max-width: 90%;
  box-shadow: #000 0px 20px 60px;
}

.dialog-heading {
  border-radius: 14px 14px 0 0;
  border-width: 1px;
  padding: 12px 20px;
  font-size: 1.1rem;
  font-weight: 100;
  font-family: Geologica, Verdana, 'Segoe UI', Tahoma, Geneva, sans-serif;
  margin-top: -1px;
}

.dialog-heading-blue {
  background-image: none, linear-gradient(to bottom,#612740 0,#612740 100%);
  color: #fffd;
  text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(0,0,0,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}

.dialog-heading-blue-ORG {
  background-image: none, linear-gradient(to bottom,#612740 0,#612740 100%);
  color: white;
}

.dialog-content {
  border-radius: 0 0 8px 8px;
  padding: 20px;
  min-height: 80px;
  min-width: 240px;
  max-height: 20%;
  overflow-y: auto;
}

.dialog-footer {
  padding: 4px 20px;
  margin: 0 0 16px 0;
}
