body .p_window {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
}

body .p_window .ii {
  padding: 28px 24px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  position: absolute;
  border-radius: 20px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.smallScreenHeightAdaptation .p_window .ii {
  top: 0;
  transform: translateX(-50%);
}

body .p_window .hh {
  font: bold 16px 'Roboto', sans-serif;
  color: #414851;
  position:relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
  min-height: 19px;
}

.p_window .cc {
  min-width: 130px;
}

.p_window .cc > * {
  max-width: 800px;
}

.p_window a.close,
#ww_window .close {
  position:absolute;
  right: 0;
  top:50%;
  margin-top:-6px;
  background: url("/images/indexPage/sprite1.png?3525893067") no-repeat -70px -1728px;
  width: 13px;
  height: 12px;
  display: block;
  cursor: pointer;
}

.p_overlay {
  background: #000;
  opacity: 0.5;
  height: 100%;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.errorPopupMessage {
  min-width: 150px;
  max-width: 400px !important;
  text-align: left;
  padding: 15px 25px;
  background: url(/images/icons/popup-icons-error.png?46867096) no-repeat left center;
  word-break: break-all;
}

.confirmPopupBody.confirmDeletePopup {
  background-image: url("/images/icons/popup-icons-delete.png?3459670948");
}

.confirmPopupBody.confirmErrorPopup {
  background-image: url("/images/icons/popup-icons-error.png?46867096");
}

.confirmPopupBlueButton,
.confirmPopupBlueButton:hover {
  text-shadow: 1px 1px 0 #107fde !important;
}

.confirmPopupBody,
.bgTaskPopupBody {
  color: #8D9197;
  background: no-repeat 0 center;
  min-width: 300px;
  max-width: 500px;
}

.bgTaskPopupBody .inputLabel {
  width: 80px;
  padding-right: 15px;
}

.bgTaskPopupBody .input-light-small {
  padding: 1px 5px 3px 5px;
  width: 193px;
}

.bgTaskPopupBody .input-light-small input,
.bgTaskPopupBody .input-light-small select {
  background: #fff;
  width: 195px;
  border:0;
  outline: 0;
  font-size: 13px;
  margin: 0;
}

.confirmPopupBody.bgTaskWaitPopup .jsConfirmMsg {
  margin: 0;
}

.bold.jsEntityNameText {
  margin: 0 7px;
}

.previewAudio {
  width: 300px;
}

.confirmButtonsHolder {
  margin-top: 28px;
  text-align: right;
}

.popupOkButton,
.popupCancelButton {
  padding: 10px 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #008BF6;
  border-radius: 39px;
  display: inline-block;
  cursor: pointer;
}

.popupOkButton {
  background: #EDF7FE;
}
