@charset "ISO-8859-1";

body.content-show-page {
  background: #edf2f6;
  color: #1f2f3d;
  font: 13px/1.4 "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}

body.content-show-page a,
body.content-show-page a:link,
body.content-show-page a:visited {
  color: #1f5e74;
  text-decoration: none;
}

body.content-show-page a:hover {
  color: #184c5d;
  text-decoration: underline;
}

body.content-show-page .super {
  width: auto;
  margin: 0 !important;
  padding: 10px 12px 18px;
  box-sizing: border-box;
}

body.content-show-page .templatebody,
body.content-show-config .configwrapper,
body.content-show-globalaction .configwrapper,
body.content-show-folder form[name="PendRev"] {
  max-width: 1180px;
  margin: 0 auto 12px !important;
  padding: 14px 16px 16px;
  border: 1px solid #d2dbe3;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(31, 47, 61, 0.04);
  box-sizing: border-box;
}

body.content-show-page .templatebody {
  width: auto !important;
}

body.content-show-page .templatebody .toptitle {
  height: auto;
  margin-bottom: 4px;
  color: #7b8d9a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.content-show-page .templatebody .title {
  color: #243847;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25;
}

body.content-show-page .templatebody .description {
  margin-top: 8px;
  color: #506371 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

body.content-show-page hr {
  border: 0;
  border-top: 1px solid #d4dde4;
  margin: 12px 0 14px;
}

body.content-show-page input[type="text"],
body.content-show-page input[type="password"],
body.content-show-page input[type="file"],
body.content-show-page select,
body.content-show-page textarea {
  max-width: 100%;
  min-height: 30px;
  padding: 6px 8px;
  border: 1px solid #aebfcd;
  border-radius: 6px;
  background: #ffffff;
  color: #1f2f3d;
  font: inherit;
  box-sizing: border-box;
}

body.content-show-page textarea {
  min-height: 120px;
}

body.content-show-page input[type="button"],
body.content-show-page input[type="submit"],
body.content-show-page button {
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid #24586d;
  border-radius: 7px;
  background: #2d6075;
  color: #ffffff;
  font: 600 13px/1.2 "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
}

body.content-show-page input[type="button"]:hover,
body.content-show-page input[type="submit"]:hover,
body.content-show-page button:hover {
  background: #244e60;
  border-color: #1f4657;
}

body.content-show-page .showlink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 220px;
  height: auto !important;
  padding: 18px;
  border: 1px dashed #cad5dc;
  border-radius: 10px;
  background: linear-gradient(180deg, #f9fbfd 0%, #f2f7fa 100%);
  text-align: center;
  box-sizing: border-box;
}

body.content-show-page .showlink > * {
  max-width: 100%;
}

body.content-show-page .showlink br {
  display: none;
}

body.content-show-page .showlink a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #1f5e74;
  font-size: 14px;
  font-weight: 600;
}

body.content-show-page .showlink img {
  max-width: 100%;
  border: 0;
}

body.content-show-page .templatebody .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.content-show-page .templatebody .list .listitem {
  display: flex;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 12px;
  float: none;
  border: 1px solid #d2dbe3;
  border-radius: 10px;
  background: #f7fbfe;
  box-sizing: border-box;
}

body.content-show-page .templatebody .list .itemicon {
  flex: 0 0 105px;
  margin-right: 0;
}

body.content-show-page .templatebody .list .itemicon img {
  display: block;
  max-width: 100%;
  border: 1px solid #d2dbe3;
  border-radius: 8px;
}

body.content-show-page .templatebody .list .itemtitle {
  margin-bottom: 4px;
  color: #243847;
  font-size: 15px;
  font-weight: 700;
}

body.content-show-page .templatebody .list .itemdescription {
  margin-bottom: 4px;
  color: #566b7a;
  text-align: left;
}

body.content-show-page .templatebody .list .seemore {
  margin-top: 8px;
  text-align: left;
  font-weight: 600;
}

body.content-show-page table {
  border-collapse: separate;
  border-spacing: 0;
}

body.content-show-page .mui-jsonform-table,
body.content-show-page table.sortable,
body.content-show-page table.listcont {
  width: 100% !important;
  border: 1px solid #d2dbe3;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

body.content-show-page .mui-jsonform-table th,
body.content-show-page .mui-jsonform-table td,
body.content-show-page table.sortable th,
body.content-show-page table.sortable td,
body.content-show-page table.listcont th,
body.content-show-page table.listcont td {
  padding: 8px 10px;
  border: 0;
  border-bottom: 1px solid #d8e0e7;
  font-size: 13px;
  vertical-align: middle;
}

body.content-show-page .mui-jsonform-table th,
body.content-show-page table.sortable th,
body.content-show-page table.listcont th {
  background: linear-gradient(180deg, #eef3f7 0%, #e6edf3 100%);
  color: #294150;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

body.content-show-page .mui-jsonform-table tr:last-child td,
body.content-show-page table.sortable tr:last-child td,
body.content-show-page table.listcont tr:last-child td {
  border-bottom: 0;
}

body.content-show-page .mui-jsonform-table tbody tr:hover td,
body.content-show-page table.sortable tbody tr:hover td,
body.content-show-page table.listcont tbody tr:hover td {
  background: #f4f8fb;
}

body.content-show-page .mui-jsonform-table td input[type="text"] {
  width: 100%;
}

body.content-show-page table.listcont tr.clear td {
  border-bottom: 0;
  background: transparent;
}

body.content-show-page table.listcont tr.clear:hover td {
  background: transparent;
}

body.content-show-page table.listcont tr.action {
  font-size: 13px;
}

body.content-show-page table.listcont tr.action select {
  min-height: 30px;
}

body.content-show-page table.listcont td.dragicon {
  width: 18px;
  text-align: center;
  color: #7e92a0;
}

body.content-show-page table.listcont td.dragicon:before {
  color: inherit;
}

body.content-show-page table.listcont img[name="up"],
body.content-show-page table.listcont img[name="down"] {
  opacity: 0.75;
}

body.content-show-page table.listcont img[name="up"]:hover,
body.content-show-page table.listcont img[name="down"]:hover {
  opacity: 1;
}

body.content-show-filesystem-folder .upload {
  margin-bottom: 14px;
}

body.content-show-filesystem-folder fieldset {
  margin: 0;
  padding: 10px 12px 12px;
  border: 1px solid #d2dbe3;
  border-radius: 10px;
  background: #f7fbfe;
}

body.content-show-filesystem-folder legend {
  padding: 0 6px;
  color: #243847;
  font-size: 12px;
  font-weight: 700;
}

body.content-show-filesystem-folder fieldset table td {
  padding: 4px 6px 4px 0;
  border: 0;
}

body.content-show-filesystem-folder table.sortable td form {
  margin: 0;
}

body.content-show-config .configwrapper,
body.content-show-globalaction .configwrapper {
  background: linear-gradient(180deg, #2f4854 0%, #243947 100%);
  border-color: #223743;
}

body.content-show-config #dataform,
body.content-show-globalaction #dataform {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left !important;
}

body.content-show-config #cmeditor,
body.content-show-globalaction #cmeditor {
  width: 100% !important;
  margin: 0 auto;
  overflow: auto !important;
  border: 1px solid #d2dbe3;
  border-radius: 8px;
  background: #ffffff;
}

body.content-show-config .CodeMirror,
body.content-show-globalaction .CodeMirror {
  min-height: 360px;
  height: auto;
  font: 13px/1.5 "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

body.content-show-config #boton,
body.content-show-globalaction #boton {
  align-self: flex-end;
  margin: 0 !important;
}

body.content-show-folder .formchangeorder {
  margin: 0 0 10px;
  text-align: right;
}

body.content-show-folder .formchangeorder form {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid #d2dbe3;
  border-radius: 8px;
  background: #f7fbfe;
}

body.content-show-folder .divpagination {
  margin-top: 12px;
  text-align: center;
}

body.content-show-folder .divpagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.content-show-folder .divpagination a,
body.content-show-folder .divpagination .pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 28px;
  padding: 0 8px;
  border: 1px solid #c6d3db;
  border-radius: 6px;
  background: #ffffff;
  color: #2d6075;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

body.content-show-folder .divpagination span.pagination {
  border-color: #2d6075;
  background: #2d6075;
  color: #ffffff;
}

body.content-show-text .content-show-richtext {
  color: #304553;
}

body.content-show-text .content-show-richtext > :first-child {
  margin-top: 0;
}

body.content-show-text .content-show-richtext > :last-child {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  body.content-show-page .super {
    padding: 8px 9px 16px;
  }

  body.content-show-page .templatebody,
  body.content-show-config .configwrapper,
  body.content-show-globalaction .configwrapper,
  body.content-show-folder form[name="PendRev"] {
    padding: 12px;
  }

  body.content-show-page .list .listitem {
    flex-direction: column;
  }

  body.content-show-page .list .itemicon {
    flex-basis: auto;
  }

  body.content-show-page .showlink {
    min-height: 180px;
    padding: 14px;
  }

  body.content-show-page .mui-jsonform-table th,
  body.content-show-page .mui-jsonform-table td,
  body.content-show-page table.sortable th,
  body.content-show-page table.sortable td,
  body.content-show-page table.listcont th,
  body.content-show-page table.listcont td {
    padding: 7px 8px;
  }
}
