/*
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 24/07/2019, 12:07
 */
.dialog-white {
  width: 450px;
  /*height: 420px;*/
  border-radius: 8px;
  background-color: #ffffff;
}

.video-dialog {
  width: 480px;
  height: 512px;
  display: block;
  z-index: 101;
  top: 140px !important;
  right: 0;
  margin: 0 auto;
  left: 0;
  position: fixed;
  box-shadow: 0 0 0 20px #4c648a;
  border-radius: 1px !important;
}

.video-dialog-panel {
  background: #4c648a;
  height: 45px;
  color: white;
  position: absolute;
  bottom: -7px;
  width: 100%;
}

.video-dialog-close {
  position: absolute;
  bottom: -3px;
  right: 0;
  cursor: pointer;
  color: white;
}

.video-dialog.initialized p > div {
  width: 480px;
  height: 480px;
}

.video-dialog-panel .prev-text {
  position: relative;
  left: 50px;
  top: 0;
  color: white;
  font-weight: 300;
}

.video-dialog-panel .next-text {
  position: relative;
  top: 0;
  left: 35px;
  color: white;
  font-weight: 300;
}

/*# sourceMappingURL=dialog.css.map */
