.popup {
  right: 300px;
}
.popup:before {
  right: 540px;
  top: 62px;
}
.popup > div {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 62px);
  background: #ffffff;
  overflow: hidden;
  overflow-y: auto;
}
.popup.full > div {
  right: 0;
}
.popup.full > div > h2 > button.close {
  right: 10px;
}
.popup.mini-confirm,
.popup.mini-confirm:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.popup.mini-confirm > div {
  position: unset !important;
  left: unset !important;
  right: unset !important;
  width: 700px;
  height: 500px;
  margin: auto;
  margin-top: 62px;
  background: #14b8dd;
  border: 5px solid #ffffff;
  padding: 40px;
  padding-top: 20px;
}
.popup > div > h2 {
  font-weight: 600;
  padding: 20px 40px 40px 20px;
}
.popup.mini-confirm > div > h2 {
  background: transparent;
  color: #000000;
  text-align: center;
  font-weight: 900;
  font-size: 28px;
}
.popup.mini-confirm .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.popup.mini-confirm .controls button {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.popup.mini-confirm .controls button.important:not(:hover) {
  background: #ffed33 !important;
  border-color: #ffed33 !important;
  color: #06193e !important;
}
.popup > div > .toolbar {
  background: none;
}
.popup .toolbar.owned-by-title {
  right: 100px;
}
.popup > div > h2 .close,
.popup > div > .toolbar button {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #7F90B2 !important;
  padding: 10px !important;
  border: 1px solid #7F90B2 !important;
  height: 40px !important;
  margin: 0 !important;
}
.popup .popup-content > .section > .row {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
}
.popup .popup-content > .section > .row > .section {
  padding-left: 40px;
  padding-right: 40px;
}
.popup .popup-content > .section > .row > .section > div {
  margin-bottom: 10px;
  align-items: center;
}
.popup .popup-content h3 {
  color: #7F90B2;
  text-transform: uppercase;
  font-size: 14px;
}
.popup .popup-content .section > div {
  align-items: flex-start;
}
.popup .popup-content .section:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #516285;
  align-self: stretch;
}
.popup .popup-content > .section > .row:nth-child(2) {
  background: #1c2b4b;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.ef {
  font-size: 14px !important;
}
.form-fields .section > div.compound > *,
.form-fields .section > .group > div.compound > * {
  margin-right: 0;
}
.ui-lookup {
  width: 100%;
}
.popup-content .ef.static,
.popup-content .wf.static,
.popup-content .if.static {
  width: 120px;
  margin-left: 10px;
}
th input[type=text] {
  background: rgba(255, 255, 255, 0.1) url('/images/icons/icon-search-white.svg') no-repeat !important;
  background-position: right center !important;
  padding-right: 28px !important;
  margin: -8px;
}
th input[type=text].ref {
  width: 8.5em !important;
}
th,
td {
  vertical-align: middle;
  position: relative;
}
.form-fields .section > div.compound > label:not(:first-of-type),
.form-fields .section > .group > div.compound > label:not(:first-of-type) {
  margin-left: 20px;
}
