﻿@import url('attached-file-list.css');
.page-layout {
  height: calc(100% - 0rem);
}
.page-layout .title-bar {
  height: 2rem;
  display: flex;
  color: #fff;
  align-items: center;
  border-bottom: 1px solid #05163d;
  background-image: linear-gradient(91deg, #052767 0%, #3a0647 70%);
  font-size: 0.8rem;
}
.page-layout .page-context {
  height: calc(100% - 2rem);
  position: relative;
}
.page-layout .editor-plate {
  border-left: 1px solid #dee2e6;
  background-color: #fafafa;
  height: 100%;
  padding: 0.2rem;
  position: relative;
}
.page-layout .editor-plate input[type=checkbox]:focus,
.page-layout .editor-plate input[type=radio]:focus {
  outline: 1px auto #8a1ea5;
  outline-offset: 2px;
}
.page-layout .editor-plate label {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.page-layout .editor-plate > context {
  display: block;
  overflow: auto;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 3.8rem;
  padding-left: 7px;
  padding-right: 7px;
}
.page-layout .editor-plate textarea {
  height: 8rem;
}
.page-layout .editor-plate footer.editor-footer {
  border-top: 1px solid #adb5bd;
  position: absolute;
  bottom: 0;
  left: 0rem;
  right: 0rem;
  padding: 0.4rem 0;
  padding-right: 0.5rem;
  background-color: #e9ecef;
}
.page-layout .content-plate {
  background-color: #fff;
  height: 100%;
  padding: 0.5rem;
}
.page-layout .btn {
  font-size: 0.8rem !important;
}
.page-layout .text-field {
  margin-bottom: 15px;
  position: relative;
}
.page-layout .text-field label {
  font-size: 0.9rem;
  color: #212529;
}
.page-layout .text-field .html-editor {
  width: 100%;
  min-height: 100px;
  border-radius: 3px;
  padding: 3px 3px;
  border: 1px solid #adb5bd;
  background-color: #fff;
  max-height: 200px;
  overflow: auto;
}
.page-layout .text-field .html-editor:focus-visible {
  border: 1px solid #8a1ea5;
  outline: none;
  box-shadow: none;
}
.page-layout .text-field input:not([type=checkbox],[type=radio]),
.page-layout .text-field select {
  width: 100%;
  border-radius: 3px;
  padding: 3px 3px;
  border: 1px solid #adb5bd;
}
.page-layout .text-field input:not([type=checkbox],[type=radio]):enabled:focus,
.page-layout .text-field select:enabled:focus {
  border: 1px solid #8a1ea5;
  outline: none;
  box-shadow: none;
}
.page-layout .text-field textarea {
  border: 1px solid #adb5bd;
  border-radius: 3px;
  width: 100%;
  resize: none;
  font-size: 0.9rem;
  color: #212529;
}
.page-layout .text-field textarea:enabled:focus {
  border: 1px solid #8a1ea5;
  outline: none;
  box-shadow: none;
}
.page-layout .text-field .editor-field-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000b8;
  display: flex;
}
.page-layout .text-field .editor-field-loading .message-content {
  opacity: 1;
  background: #ffc107;
  color: #000;
  font-size: 0.72rem;
  text-align: center;
  width: max-content;
  margin: auto;
  padding: 0.2rem 0.5rem;
  user-select: none;
  -moz-user-select: none;
}
.page-layout button:disabled,
.page-layout input[type=button]:disabled,
.page-layout input[type=checkbox]:disabled,
.page-layout input[type=radio]:disabled,
.page-layout textarea:disabled {
  opacity: 0.7;
  border-color: #adb5bd;
  color: #808080 !important;
}
.page-layout footer.editor-footer button:not(:last-child) {
  margin-left: 5px;
}
.page-layout fieldset {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 5px 0;
  padding: 1px 5px;
  border-radius: 3px;
}
.page-layout fieldset legend {
  font-size: 0.95rem;
  font-weight: bold;
  padding: 0 5px;
  margin-right: 7px;
  float: initial;
  width: auto;
}
.page-layout .content-plate a {
  text-decoration: none;
}
.page-layout .content-plate .content-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.page-layout .content-plate .tab-set-content {
  width: 100%;
  padding: 0.7rem;
}