﻿#divEditLockedPopup {
  z-index: 10010;
}
#divEditLockedPopup .modal-dialog {
  max-width: 520px;
}
#divEditLockedPopup .modal-content {
  border-radius: 6px;
  overflow: hidden;
}
#divEditLockedPopup .sp-title-modal {
  font-size: 16px;
  font-weight: 600;
  color: #404040;
}
#divEditLockedPopup .edit-locked-popup {
  text-align: center;
}
#divEditLockedPopup .edit-locked-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #fff3e0;
  border: 3px solid #D09237;
  display: flex;
  align-items: center;
  justify-content: center;
}
#divEditLockedPopup .edit-locked-icon-glyph {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #D09237;
  -webkit-mask-image: url("/Images/common/edit-lock.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("/Images/common/edit-lock.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
#divEditLockedPopup .edit-locked-message {
  margin: 0;
  color: #767777;
  line-height: 1.4;
}
#divEditLockedPopup .edit-locked-card {
  background: #F7F7F7;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 12px 14px;
  margin: 14px 0;
  text-align: left;
  font-size: 13px;
}
#divEditLockedPopup .edit-locked-owner {
  color: #404040;
}
#divEditLockedPopup .edit-locked-activity,
#divEditLockedPopup .edit-locked-expire {
  color: #767777;
  font-size: 12px;
  margin-top: 4px;
}
#divEditLockedPopup .edit-locked-hint {
  margin: 0;
  font-size: 12.5px;
  color: #767777;
}
#divEditLockedPopup .modal-footer {
  justify-content: flex-end;
  background: #F7F7F7;
}
