﻿.tox-tinymce-aux {
  z-index: 99999 !important;
}

#post_process_modal ul {
  margin: 0;
  font-size: 0.8em;
}
#post_process_modal .modal-dialog {
  width: 70%;
  min-width: 1200px;
  height: 90%;
}
#post_process_modal .modal-body {
  display: flex;
  overflow: hidden;
}
#post_process_modal .editor .form-control {
  background-color: #fff;
}
#post_process_modal .processes {
  flex: 0 0 300px;
  border-right: 1px solid #eee;
  overflow-y: auto;
  padding: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#post_process_modal .processes .proc-col {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
}
#post_process_modal .processes .proc {
  display: flex;
  flex-direction: column;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: box-shadow ease-in 0.1s;
}
#post_process_modal .processes .proc:hover {
  box-shadow: 0 0 5px #ececec;
}
#post_process_modal .processes .proc .proc-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  flex-direction: column;
}
#post_process_modal .processes .proc .proc-detail .proc-logo {
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
#post_process_modal .processes .proc .proc-detail .ico {
  margin-right: 10px;
}
#post_process_modal .processes .proc .proc-detail label {
  margin: 0;
}
#post_process_modal .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#post_process_modal .loader img {
  width: 150px;
}
#post_process_modal .active-procs {
  flex: 1 1 auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
#post_process_modal .active-procs .no-proc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #808080;
}
#post_process_modal .active-procs .no-proc > div {
  padding: 30px;
  border: 1px dashed #808080;
}
#post_process_modal .active-procs .no-proc > div .far {
  margin-right: 10px;
}
#post_process_modal .active-procs .no-proc.hide {
  display: none;
}
#post_process_modal .active-procs .proc-col {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 10px;
}
#post_process_modal .active-procs .proc {
  border: 1px solid #ececec;
  margin-bottom: 5px;
  cursor: pointer;
  transition: box-shadow ease-in 0.1s;
}
#post_process_modal .active-procs .proc .p-row {
  display: flex;
  align-items: center;
}
#post_process_modal .active-procs .proc .p-row > div {
  margin-right: 5px;
  flex: 1;
}
#post_process_modal .active-procs .proc .p-row > div:last-child {
  margin-right: 0;
}
#post_process_modal .active-procs .proc.active .content {
  display: block;
  position: relative;
  cursor: default;
}
#post_process_modal .active-procs .proc:hover {
  box-shadow: 0 0 5px #ececec;
}
#post_process_modal .active-procs .proc .header {
  display: flex;
  padding: 5px;
  color: #808080;
  min-height: 50px;
}
#post_process_modal .active-procs .proc .header > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
}
#post_process_modal .active-procs .proc .header h2 {
  font-size: 1em;
}
#post_process_modal .active-procs .proc .header h3 {
  font-size: 0.7em;
  margin: 0;
}
#post_process_modal .active-procs .proc .header .rem {
  flex: 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#post_process_modal .active-procs .proc .content {
  display: none;
  min-height: 350px;
}
#post_process_modal .active-procs .proc .content h2 {
  margin: 0;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #808080;
  margin-top: 20px;
}
#post_process_modal .active-procs .proc .content .wrap {
  padding: 20px;
}
#post_process_modal .active-procs .proc .content form {
  padding: 0 5px 10px 5px;
}
#post_process_modal .active-procs .proc .content .editor {
  margin-top: 5px;
  padding: 10px;
  background: #f7f8f9;
}
#post_process_modal .active-procs .proc .content .trigger .cons {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 5px;
}
#post_process_modal .active-procs .proc .content .trigger .cons select {
  margin-right: 5px;
  flex: 1;
  width: 100%;
}
#post_process_modal .active-procs .proc .content .trigger .cons .type-con {
  background: #fff;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#post_process_modal .active-procs .proc .content .trigger .cons .type-con .ptb {
  height: 100%;
}
#post_process_modal .active-procs .proc .content .trigger .cons .type-con .ptb div {
  height: 100%;
}
#post_process_modal .active-procs .proc .content .trigger .cons .type-con .ptb label {
  display: none;
}
#post_process_modal .active-procs .proc .content .trigger .cons .type-con .ptb input {
  border: none;
  height: 100%;
}
#post_process_modal .active-procs .proc .content .trigger .cons .rem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
}
#post_process_modal .active-procs .proc .content .actions button {
  background: none;
  border: none;
  text-align: center;
  padding: 5px 15px;
  color: #808080;
  cursor: pointer;
}
#post_process_modal .active-procs .proc .content .actions button i {
  color: #0078d4;
  margin-right: 5px;
}
#post_process_modal .active-procs .proc .content .actions button:hover {
  background: #f7f8f9;
}
