﻿/*
    DDM
*/
.bg-dark {
  background-color: #414141;
  color: #ffffff;
}
.bg-dark a {
  color: #f07d00;
}
.bg-light {
  background-color: #d9d9d9;
  color: #000000;
}
.bg-light h1,
.bg-light h2,
.bg-light h3 {
  color: #f07d00;
}
.bg-white {
  background-color: #ffffff;
  color: #000000;
}
.bg-primary {
  background-color: #f07d00;
  color: #ffffff;
}
.bg-secondary {
  background-color: #f06100;
  color: #ffffff;
}
.shadowed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.shadowed-light {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.sk-cube-grid {
  width: 60px;
  height: 60px;
  margin: 10px;
  display: inline-block;
  line-height: 80px;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #f07d00;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.ddmLogo {
  margin: 0px;
  padding: 0px;
}
.ddmLogo .ddmLogo-green {
  background-color: #f07d00;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0px;
  margin: 2px;
}
.ddmLogo .ddmLogo-white {
  background-color: #ffffff;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0px;
  margin: 2px;
}
.ddmLogo .ddmLogo-subRow {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
body.error {
  text-align: center;
  padding: 100px 0px;
}
body.error .container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
}
body.error .container .errorNumber {
  font-size: 10em;
  font-weight: 700;
  flex-grow: 1;
  flex-shrink: 0;
  width: 300px;
  text-align: right;
  padding: 10px;
  color: #f06100;
}
body.error .container .errorDescription {
  flex-grow: 1;
  flex-shrink: 0;
  width: 300px;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
}
body.error .errorLinks a {
  padding: 20px;
  font-size: 1.2em;
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
a,
a img,
a:visited,
a:visited img {
  border: none;
}
a {
  outline: none;
}
a img {
  outline: none;
}
img {
  border: 0;
}
body {
  background-color: #ffffff;
  color: #454545;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  margin: 0;
  padding: 0;
}
textarea {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
a {
  text-decoration: none;
  color: #f07d00;
}
a:hover {
  text-decoration: none;
  color: #f07d00;
}
a:visited {
  text-decoration: none;
  color: #f07d00;
}
a:active {
  text-decoration: none;
  color: #f07d00;
}
.clear {
  clear: both;
}
.login-form p.secure-error,
.login-form p.secure-error-db {
  margin: 15px;
  padding: 15px;
  background-color: #c44144;
  color: #ffffff;
  width: 250px;
}
.fullOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 900;
  display: flex;
  flex-direction: column;
}
.fullOverlay .overlayTop {
  flex-shrink: 0;
  flex-grow: 2;
}
.fullOverlay .overlayBottom {
  flex-shrink: 0;
  flex-grow: 2;
}
.fullOverlay .overlayContent {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
}
.fullOverlay .overlayContent .overlayIcon {
  display: block;
  flex-shrink: 0;
  flex-grow: 2;
  text-align: right;
  margin-right: 10px;
}
.fullOverlay .overlayContent .overlayIcon i {
  padding: 10px;
  line-height: 60px;
  font-size: 40px;
}
.fullOverlay .overlayContent .overlayText {
  display: block;
  width: 70%;
  line-height: 80px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: left;
  font-size: 20px;
}
i.warning-color {
  color: #ffd800;
}
#loginOverlay {
  z-index: 999;
  background-color: #ffffff;
  text-align: center;
}
#login-form-failure {
  color: #fc5d00;
}
.loginFormContainer {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.loginFormContainer input {
  background-color: #eaeaea;
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  width: 250px;
  color: #454545;
  font-size: 18px;
  height: 25px;
}
.loginFormContainer input:focus {
  outline-color: transparent;
  background-color: #c4c4c4;
  color: #f07d00;
}
.loginFormContainer button.submit {
  color: rgba(255, 255, 255, 0.5);
  background-color: #f07d00;
  border: none;
  border-radius: 10px;
  font-size: 60px;
  cursor: pointer;
  padding: 10px;
  margin: 10px;
  height: 110px;
  width: 90px;
}
.loginFormContainer button.submit:hover {
  background: #f07d00;
}
.login-form input.submit {
  background: #f07d00;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 280px;
  height: 40px;
}
.login-form input.submit:hover {
  background: #f07d00;
}
.information {
  line-height: 4em;
}
.information i {
  line-height: 4em;
  font-size: 2em;
  padding: 10px;
}
.information span {
  line-height: 4em;
  font-size: 1.3em;
}
.button {
  background-color: #f07d00;
  color: #ffffff;
  padding: 5px 15px;
  margin: 0px 5px;
  cursor: pointer;
}
.button:hover {
  background-color: #f07d00;
}
.button.color-secondary {
  background-color: #f06100;
  color: #ffffff;
}
.button.color-secondary:hover {
  background-color: #f07d00;
}
html {
  height: 100%;
}
body.content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body.content header {
  flex: 0;
}
body.content main {
  flex: 0;
}
body.content footer {
  flex-grow: 2;
  flex-shrink: 0;
}
header {
  height: 60px;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #000000;
}
@media (min-width: 640px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1000px) {
  header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  header {
    padding-left: 10%;
    padding-right: 10%;
  }
}
header .headerLogo {
  float: left;
  margin-top: -10px;
}
header .headerUserSection {
  line-height: 60px;
  float: right;
  font-size: 1.2em;
}
header .headerUserSection span {
  margin-left: 20px;
}
.centering {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 640px) {
  .centering {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1000px) {
  .centering {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .centering {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.videoPlayer {
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
.videoPlayer .videoOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 900;
  overflow: hidden;
}
.videoPlayer .videoOverlay img {
  width: 100%;
  height: 100%;
}
.videoPlayer .videoOverlay .overlayImage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.videoPlayer .videoOverlay .overlayBlur {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: blur(5px) saturate(50%) contrast(70%) brightness(30%);
}
.videoPlayer .videoOverlay .overlayText {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 5%;
}
.contentArea {
  background-color: #d9d9d9;
  color: #000000;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.contentArea h1,
.contentArea h2,
.contentArea h3 {
  color: #f07d00;
}
.contentArea .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.embed .videoOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 900;
}
body.embed .videoOverlay img {
  width: 100%;
}
.chatArea {
  height: 300px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
.chatArea #chatContent {
  flex-grow: 2;
  flex-shrink: 2;
  overflow: auto;
}
.chatArea #chatContent .chatMessage {
  background-color: #c4c4c4;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
  font-size: 18px;
}
.chatArea #chatContent .chatMessage .chatMessageHeader {
  display: flex;
  flex-direction: row;
  color: #808080;
  font-weight: 700;
  border-bottom: solid 1px #808080;
  margin-bottom: 5px;
  font-size: 16px;
}
.chatArea #chatContent .chatMessage .chatMessageHeader .chatMessageUserName {
  display: block;
  flex-grow: 2;
  flex-shrink: 0;
}
.chatArea #chatContent .chatMessage .chatMessageHeader .chatMessageDate {
  display: block;
  flex-grow: 2;
  flex-shrink: 0;
  text-align: right;
  padding-right: 10px;
}
.chatArea #chatContent .chatMessage .chatMessageHeader .chatMessageToggle {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 18px;
}
.chatArea #chatContent .chatMessage .chatMessageHeader .chatMessageToggle:hover {
  color: #f07d00;
}
.chatArea #chatContent .chatMessage.hidden {
  background-color: #eaeaea;
  color: #c4c4c4;
}
.chatArea #chatInput {
  height: 70px;
  background-color: #c4c4c4;
  border-top: solid 1px #808080;
  display: flex;
  flex-direction: row;
}
.chatArea #chatInput textarea {
  flex-grow: 2;
  flex-shrink: 2;
  border: none;
  font-size: 18px;
}
.chatArea #chatInput #chatUserName {
  line-height: 50px;
  padding: 10px;
}
.chatArea #chatInput button {
  width: 60px;
  border: none;
  background: transparent;
  font-size: 30px;
  color: #808080;
  cursor: pointer;
}
.chatArea #chatInput .sendButton i {
  transform: rotate(40deg);
}
.chatArea #chatInput button:hover {
  color: #f07d00;
}
.chatArea .chatOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 900;
  display: flex;
  flex-direction: column;
}
.chatArea .chatOverlay .overlayTop {
  flex-shrink: 0;
  flex-grow: 2;
}
.chatArea .chatOverlay .overlayBottom {
  flex-shrink: 0;
  flex-grow: 2;
}
.chatArea .chatOverlay .overlayContent {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
}
.chatArea .chatOverlay .overlayContent .overlayIcon {
  display: block;
  flex-shrink: 0;
  flex-grow: 2;
  text-align: right;
  margin-right: 10px;
}
.chatArea .chatOverlay .overlayContent .overlayIcon i {
  padding: 10px;
  line-height: 60px;
  font-size: 40px;
}
.chatArea .chatOverlay .overlayContent .overlayText {
  display: block;
  width: 70%;
  line-height: 80px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: left;
  font-size: 20px;
}
.noAccess {
  text-align: center;
  color: #000000;
  padding: 10px;
  margin-top: 10%;
  font-size: 1.5em;
}
@media all and (max-width: 400px) {
  .noAccess {
    font-size: 1em;
  }
  .noAccess .button {
    font-size: 1.5em;
  }
}
.noAccess i {
  font-size: 2.5em;
  color: #f07d00;
}
@media all and (max-width: 400px) {
  .noAccess i {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .noAccess i {
    font-size: 1.5em;
  }
}
.noAccess span {
  display: block;
  margin: 10px;
}
.noAccess .button {
  margin: 10px auto;
  width: 120px;
}
footer {
  text-align: right;
  font-size: 1.2em;
  background-color: #414141;
  color: #ffffff;
  margin-top: 40px;
}
footer a {
  color: #f07d00;
}
footer a {
  padding-left: 40px;
}
footer .container {
  padding-top: 50px;
  padding-bottom: 100px;
}
body.embed #loginOverlay,
body.content #loginOverlay {
  background-color: #d9d9d9;
}
body.embed #loginOverlay .login-form,
body.content #loginOverlay .login-form {
  position: relative;
  margin: 30px auto;
  width: 280px;
  height: auto;
}
body.embed #loginOverlay .login-form p.secure-error,
body.content #loginOverlay .login-form p.secure-error,
body.embed #loginOverlay .login-form p.secure-error-db,
body.content #loginOverlay .login-form p.secure-error-db {
  margin: 15px;
  padding: 15px;
  background-color: #f06100;
  color: #ffffff;
  width: 220px;
}
body.embed #loginOverlay .login-form input,
body.content #loginOverlay .login-form input {
  padding: 15px;
  border: 0px;
  background: rgba(255, 255, 255, 0.5);
  margin: 15px;
  width: 220px;
  color: #454545;
  font-size: 18px;
  height: 25px;
}
body.embed #loginOverlay .login-form input:focus,
body.content #loginOverlay .login-form input:focus {
  outline-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.95);
  color: #f07d00;
}
body.embed #loginOverlay .login-form button.submit,
body.content #loginOverlay .login-form button.submit {
  background: #f07d00;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 250px;
  height: 40px;
  border: none;
}
@media all and (max-width: 400px) {
  body.embed #loginOverlay h3,
  body.content #loginOverlay h3 {
    display: none;
  }
  body.embed #loginOverlay .login-form,
  body.content #loginOverlay .login-form {
    margin: 2px auto;
  }
  body.embed #loginOverlay .login-form input,
  body.content #loginOverlay .login-form input {
    padding: 10px;
    margin: 5px;
    font-size: 16px;
  }
}
@media all and (max-width: 600px) {
  body.embed #loginOverlay h3,
  body.content #loginOverlay h3 {
    margin: 2px;
  }
  body.embed #loginOverlay .login-form,
  body.content #loginOverlay .login-form {
    margin: 2px auto;
  }
  body.embed #loginOverlay .login-form input,
  body.content #loginOverlay .login-form input {
    padding: 10px;
    margin: 5px;
    font-size: 16px;
  }
}
body.embed #loginOverlay .login-form button.submit:hover,
body.content #loginOverlay .login-form button.submit:hover {
  background: #f07d00;
}
body.embedchat {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
body.embedchat #chatContent {
  flex-grow: 2;
  flex-shrink: 2;
  overflow: auto;
}
body.embedchat #chatContent .chatMessage {
  background-color: #c4c4c4;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
  font-size: 18px;
}
body.embedchat #chatContent .chatMessage .chatMessageHeader {
  display: flex;
  flex-direction: row;
  color: #808080;
  font-weight: 700;
  border-bottom: solid 1px #808080;
  margin-bottom: 5px;
  font-size: 16px;
}
body.embedchat #chatContent .chatMessage .chatMessageHeader .chatMessageUserName {
  display: block;
  flex-grow: 2;
  flex-shrink: 0;
}
body.embedchat #chatContent .chatMessage .chatMessageHeader .chatMessageDate {
  display: block;
  flex-grow: 2;
  flex-shrink: 0;
  text-align: right;
  padding-right: 10px;
}
body.embedchat #chatContent .chatMessage .chatMessageHeader .chatMessageToggle {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 18px;
}
body.embedchat #chatContent .chatMessage .chatMessageHeader .chatMessageToggle:hover {
  color: #f07d00;
}
body.embedchat #chatContent .chatMessage.hidden {
  background-color: #eaeaea;
  color: #c4c4c4;
}
body.embedchat #chatInput {
  height: 70px;
  background-color: #c4c4c4;
  border-top: solid 1px #808080;
  display: flex;
  flex-direction: row;
}
body.embedchat #chatInput textarea {
  flex-grow: 2;
  flex-shrink: 2;
  border: none;
  font-size: 18px;
}
body.embedchat #chatInput #chatUserName {
  line-height: 50px;
  padding: 10px;
}
body.embedchat #chatInput button {
  width: 60px;
  border: none;
  background: transparent;
  font-size: 30px;
  color: #808080;
  cursor: pointer;
}
body.embedchat #chatInput .sendButton i {
  transform: rotate(40deg);
}
body.embedchat #chatInput button:hover {
  color: #f07d00;
}
body.embedchat #chatMenu {
  display: none;
}
body.embedchat #chatMenuContainer {
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  border: solid 1px #808080;
  background-color: #c4c4c4;
}
body.embedchat #chatMenuContainer h3 {
  padding: 10px;
  margin: 0 0 10px 0;
}
body.embedchat #chatMenuContainer a {
  display: block;
  cursor: pointer;
  padding: 10px;
  color: #000000;
}
body.embedchat #chatMenuContainer a:hover {
  background-color: #707070;
  color: #ffffff;
}
body.embedchat #chatMenuContainer #chatCloseButton {
  border: none;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  color: #808080;
  cursor: pointer;
  padding: 5px;
}
body.embedchat #chatMenuContainer #chatCloseButton:hover {
  background-color: #707070;
  color: #ffffff;
}