
body {
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 11pt;
  padding: 0 0 0 0;
  margin: 0;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.center {
  text-align: center;
}

header.top {
  position: relative;
  z-index: 8;
  background: cyan;
  padding: 10px 0 10px 0;
  background: linear-gradient(45deg, #0288d1, #26c6da);
  background: linear-gradient(45deg, #66117b, #8c339c);
  background: linear-gradient(45deg, #82578c, #ab6bb7);
  color: #ffffff;
  /* border-bottom: 2px solid #25c4da; */
  /* border-bottom: 2px solid #bb5ece; */
  border: 2px solid #bb5ece;
  margin: 0;
}
  header.top h1 {
    position: relative;
    margin: 0 0 0 2ex;
    padding: 0;
    font-weight: normal;
    font-size: 2.0em;
  }
    header.top h1 a {
      display: inline-block;
      text-decoration: none;
      color: inherit;
    }
      header.top h1 a img {
        vertical-align: top;
        width: 40px;
        height: 40px;
        filter: invert(100%);
      }
      header.top h1 a span.title {
        font-variant: small-caps;
        font-weight: bold;
        letter-spacing: 1px;
      }
      header.top h1 a span.version {
        position: absolute;
        left: 150px;
        bottom: -5px;
        font-size: 0.4em;
        color: rgba(255, 255, 255, 0.5);
      }

  header.top form {
    margin: 0;
    padding: 0.5em 1ex;
  }
    header.top form select {
      background: rgba(255, 255, 255, 0.3);
      background: #ad6fb8;
      border: 1px solid rgba(0, 0, 0, 0.3);
      border: 1px solid #794b80;
      color: #ffffff;
      padding: 0.2em;
      margin-left: 0.5ex;
    }
    header.top form:hover select,
    header.top form select:active {
      background: #bb83c5;
    }
    header.top form option {
      color: #ffffff;
      background: #ad6fb8;
    }

.inline-switch-widget {
  position: absolute;
  top: 0.75em;
  right: 2ex;
  cursor: default;
  display: flex;
}

header.top .cfgset_user {
  margin-right: 3ex;
}


header.top .cfgset_selector {
  position: relative;
  width: 250px;
}


  header.top .cfgset_selector .cfgset_entry {
    display: block;
    padding: 0.1em 1ex 0.1em 0.5ex;
    color: inherit;
    text-decoration: none;
  }
    header.top .cfgset_selector .cfgset_entry .attr {
      float: right;
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.8em;
    }
      header.top .cfgset_selector a.cfgset_entry:hover {
        background-color: #bb80c4;
      }
  header.top .cfgset_selector.show-menu .cfgset_active a.cfgset_entry {
    background-color: #bb80c4;
  }

  header.top .cfgset_selector .cfgset_active {
    background: #ad6fb8;
    border: 1px solid #794b80;
  }

  header.top .cfgset_selector.show-menu .cfgset_menu {
    display: block;
  }
  header.top .cfgset_menu {
    position: relative;
    display: none;
    z-index: 9;
  }
  header.top .cfgset_selector ul {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;

    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #ad6fb8;
    border: 1px solid #794b80;
  }
    header.top .cfgset_selector ul li {
      display: block;
    }
    header.top .cfgset_selector ul li.current {
      font-weight: bold;
      /* color: rgba(255, 255, 255, 0.5); */
      color: yellow;
    }
    header.top .cfgset_selector ul a {
      color: inherit;
      text-decoration: none;
    }
      header.top .cfgset_selector ul a:hover {
        background-color: #bb80c4;
      }

.cfgset_manage {
  position: absolute;
  left: 3ex;
  bottom: 0;
}
  .cfgset_manage a {
    text-decoration: none;
    color: yellow;
    font-size: 0.8em;
    font-variant: small-caps;
  }

.cfgset_prev_next {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
  .cfgset_prev_next span {
    display: inline-block;
    width: 5ex;
    text-align: center;
  }
  .cfgset_prev_next span.counter {
    display: inline-block;
    width: 7ex;
    font-size: 0.8em;
    text-align: center;
  }

  .cfgset_prev_next a {
    display: inline-block;
    width: 5ex;
    text-align: center;
    text-decoration: none;
    color: #794b80;
  }
      .cfgset_prev_next a:hover {
        color: #47224c;
      }

.page-container {
  position: relative;
  padding: 2em 2em;
  border-left: 2px solid #bb5ece;
  border-right: 2px solid #bb5ece;
  flex-grow: 1;
}

.page-footer {
  height: 1em;
  background: #82578c;
  border: 2px solid #bb5ece;
  /* border-top: 2px solid #bb5ece; */
}

.listings-providers {
}
  .listings-providers ul {
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
    .listings-providers ul li {
      display: block;
      padding: 0 1ex;
      border: 1px solid black;
      border-left: none;
    }
        .listings-providers ul li:first-child {
          border-left: 1px solid black;
        }
    .listings-providers ul span {
      display: block;
      font-weight: bold;
    }
    .listings-providers ul a {
      display: block;
      text-decoration: none;
      color: inherit;
    }
        .listings-providers ul a:hover {
          text-decoration: underline;
        }


.listings-header {
  text-align: center;
  margin: 0 0 1em 0;
}
  .listings-header h2 {
    margin: 0 0 0.2em 0;
  }
  .listings-header p {
    margin: 0;
  }

.listings-filter {
  background: #f0f0f0;
  margin: 1em;
  padding: 1em;
  border: 1px solid black;
}

.listings-stats {
  text-align: left;
  margin: 0 0 1em 4em;
}

.cfg-group-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.cfg-group-layout {
  margin: 2em;
  width: 100ex;
}
  .cfg-group-layout h3 {
    text-align: center;
    background: white;
    margin: 0;
    padding: 1em;
  }
    .cfg-group-layout h3 small {
      font-weight: normal;
      font-size: 0.8em;
    }
    .cfg-group-layout h3 img {
      width: 60px;
      vertical-align: middle;
      margin: 0 0;
    }

  .cfg-group-provider {
    border: 1px solid black;
    border-top: 0.6em solid #82578c;
    margin: 0 auto 0.5em;
    padding: 1em;
    position: relative;
    background: white;
  }
      .cfg-group-provider:hover {
        background: #def1ff;
      }
      .cfg-group-provider.cfg-group-disabled {
        background-color: #d0d0d0;
        background-image: repeating-linear-gradient(-45deg, #d0d0d0, #d0d0d0 20px, #e0e0e0 20px, #e0e0e0 40px);
        color: #7f7f7f;
      }
    .cfg-group-provider-info {
      flex-grow: 1;
    }
      .cfg-group-provider-info img.logo {
        float: right;
        max-width: 100px;
        max-height: 40px;
        margin-top: 0.4em;
      }
      .cfg-group-provider-info big {
        font-weight: bold;
      }
      .cfg-group-provider-info tt {
        font-size: 0.8em;
        color: #404040;
      }
          .cfg-group-disabled .cfg-group-provider-info tt {
            color: inherit;
          }
      .cfg-group-provider-info a {
        color: inherit;
        text-decoration: none;
      }
          .cfg-group-provider-info a:hover {
            text-decoration: underline;
          }
      .cfg-group-provider-info .cfg-error {
        color: red;
        font-weight: bold;
      }

    .cfg-group-provider-actions {
      display: flex;
      justify-content: center;
      margin-top: 1em;
      font-variant: small-caps;
    }
      .cfg-group-provider-actions a {
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 0 1em 0 0;
        color: #0000ee;
      }
          .cfg-group-provider-actions a::before {
            display: inline-block;
            content: "";
            width: 1px;
            height: 0.8em;
            background: black;
            vertical-align: middle;
            margin-right: 1.1em;
          }
          .cfg-group-provider-actions a:first-child::before {
            background: transparent;
          }
          .cfg-group-provider-actions a:hover {
            text-decoration: underline;
          }

    .cfg-group-provider-listings {
      display: inline-block;
      margin: 0 0 0 2ex;
    }

    .cfg-group-provider-id {
      display: block;
      margin: 0;
      position: absolute;
      top: 0.3ex;
      left: 1ex;
      color: #7f7f7f;
      cursor: default;
      font-size: 0.7em;
    }
    .cfg-group-provider-status {
      display: block;
      margin: 0;
      position: absolute;
      top: 0.3ex;
      right: 1ex;
      color: #7f7f7f;
      font-size: 0.8em;
      letter-spacing: 0.1ex;
      cursor: default;
    }






div.big-warning {
  border: 2px solid red;
  padding: 1em;
  color: red;
  text-align: center;
  width: 80%;
  margin: 2em auto;
  font-size: 1.2em;
}
  div.big-warning p {
    margin: 0;
  }



.mediaview-container {
  text-align: center;
}
  .mediaview-info {
    margin-bottom: 1em;
  }
    .mediaview-info p {
      margin: 0;
    }
  .mediaview-image {
    display: inline-block;
    background-color: rgba(127, 127, 127, .4);
    background-image:
      linear-gradient( 90deg, rgba(127, 127, 127, .3) 50%, transparent 50%),
      linear-gradient(  0deg, rgba(127, 127, 127, .3) 50%, transparent 50%);
    background-size: 40px 40px;
    border: 2px solid black;
  }
      .mediaview-image:hover {
        background: white;
      }
    .mediaview-image img {
      vertical-align: top;
    }


.char-hl {
  display: inline-block;
  padding: 0 2px;
  margin: 0 0;
  background: #ffe18e;
}



table.fancy-table {
  border-spacing: 0 0;
  margin: 0 auto;
  width: 100%;
}
  table.fancy-table thead th {
    font-size: 1.3em;
    padding: 0.2em 0.5ex;
    border-bottom: 3px solid #000000;
  }
    table.fancy-table thead th a {
      color: inherit;
      text-decoration: none;
      display: block;
      white-space: nowrap;
    }
      table.fancy-table thead th a .sort-label {
      }
          table.fancy-table thead th a:hover .sort-label {
            text-decoration: underline;
          }
      table.fancy-table thead th a .sort-arrow {
        display: inline-block;
        font-size: 0.8em;
        margin-left: 0.7ex;
      }

  table.fancy-table tbody tr:hover {
    background-color: #d6fbff;
  }

/* listings - insertions table */

table.listings {
}
  table.listings tbody th {
    padding: 0.2em 0.5ex;
  }
  table.listings tbody td {
    padding: 0.2em 0.5ex;
    border-bottom: 1px solid #000;
  }
    table.listings tbody td a {
      text-decoration: none;
    }

  table.listings tbody th.sku {
    width: 12ex;
  }

  table.listings tbody td.l-c {
    font-family: monospace;
    width: 18ex;
  }

  table.listings tbody td.l-p {
    white-space: nowrap;
    text-align: center;
    width: 20ex;
  }
  table.listings tbody td.l-s {
    text-align: center;
  }
    table.listings tbody td.l-s span {
      display: inline-block;
      background: black;
      color: white;
      width: 4.5ex;
    }
    table.listings tbody td.l-s .s-M {
      background-color: #004800;
      color: #00ff00;
    }
    table.listings tbody td.l-s .s-NM {
      background-color: #004800;
      color: #00ff00;
    }
    table.listings tbody td.l-s .s-EX {
      background-color: #092e15;
      color: #14a54d;
    }
    table.listings tbody td.l-s .s-VG {
      background-color: #262b0f;
      color: #8b9b34;
    }
    table.listings tbody td.l-s .s-GD {
      background-color: #e39621;
      color: #3e2a0a;
    }
    table.listings tbody td.l-s .s-PL {
      background-color: #462507;
      color: #f97617;
    }
    table.listings tbody td.l-s .s-PL {
      background-color: #fe1c05;
      color: #460c02;
    }
  table.listings tbody td.l-b {
    text-align: center;
    width: 21ex;
  }
  table.listings tbody td.l-s {
    text-align: center;
    width: 8ex;
  }
  table.listings tbody td.l-x {
    color: #666666;
    text-align: right;
    width: 15ex;
  }
  table.listings tbody td.l-i {
    text-align: center;
    width: 10ex;
  }
  table.listings tbody td.l-a {
    text-align: center;
  }


/* matchview - matches table */

.jspopup-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.jspopup-widget {
  display: none;
  position: absolute;
  width: 600px;
  height: 80vh;
  border: 3px dashed black;
  background: white;
  overflow-y: auto;
  position: fixed;
  left: 5vh;
  top: 5vh;
  z-index: 21;
}
  .jspopup-widget .page-container {
    border: none;
  }

table.m {
}
  table.m thead th {
    xbackground-color: #7f7f7f;
    xcolor: #ffffff;
  }
    table.m thead th small {
      font-size: 0.7em;
      font-weight: normal;
    }


  table.m tbody td {
    padding: 0.2em 0.5ex;
    border-bottom: 1px solid #000;
  }
    table.m tbody td a {
      text-decoration: none;
    }
  table.m tbody tr.active {
    background: yellow;
  }
  /* generic excluded */
  table.m tbody .m-ex .m-l.m-c {
    color: #a0a0a0;
    text-decoration: line-through;
  }
  /* generic deleted */
  table.m tbody .m-d {
    background-color: rgba(255, 135, 135, 0.4);
  }
  /* revision mismatch */
  table.m tbody .m-rev {
    background-color: rgba(238, 202, 74, 0.4);
  }
  /* generic unmatch cell */
  table.m tbody .m-u {
    text-align: center;
    color: #7f7f7f;
    background-color: rgba(215, 215, 215, 0.5);
  }
  table.m tbody td.m-t span.err {
    display: block;
    color: #ffffff;
    background: red;
    text-align: center;
  }
  table.m tbody td.m-t span.ribbon {
    display: inline-block;
    border-radius: 1ex;
    background-color: #dddddd;
    padding: 0 0.8ex;
    font-size: 0.8em;
    margin-right: 0.8ex;
    cursor: default;
  }
    table.m tbody td.m-t span.ribbon-pending {
      background: #ffff00;
      color: #000000;
    }
    table.m tbody td.m-t span.ribbon-failed {
      background: #ff0000;
      color: #ffffff;
    }
  table.m tbody td.m-t span.xprice {
    float: right;
    margin-left: 1ex;
    margin-right: 1ex;
    color: #666666;
  }
  table.m tbody td.m-t span.xcond {
    float: right;
    margin-left: 1ex;
    margin-right: 1ex;
    color: #666666;
    /* border: 1px dotted #666666; */
    width: 4ex;
    text-align: center;
  }

  table.m tbody td.a {
    text-align: center;
  }


/* logview - logs table */

table.log {
}
  table.log tbody td {
    padding: 0.2em 0.5ex;
  }
  table.log tbody td.s {
    vertical-align: top;
    text-align: center;
    white-space: nowrap;
  }
  table.log tbody td.t {
    vertical-align: top;
    text-align: center;
  }
    table.log tbody tr.type-error td.t {
      color: red;
    }
  table.log tbody td.m {
    text-align: left;
  }
    table.log tbody tr.type-error td.m {
      color: red;
    }

  table.log tbody tr:hover {
    background-color: #e7e7e7;
  }

  table.log tbody tr.date {
    background-color: white;
  }
    table.log tbody tr.date td {
      font-size: 1.2em;
      font-weight: bold;
      padding-top: 1em;
      padding-left: 25ex;
      position: sticky;
      top: 0;
      background-color: white;
    }




.loginform {
  margin: 0 auto;
  width: 60ex;
  padding: 2em;
  border: 2px solid #000;
}
  .loginform label {
    display: inline-block;
    width: 20%;
    text-align: right;
    padding-right: 1ex;
  }
  .loginform .form_text {
    width: 68%;
  }








.runner-start {
  margin: 2em auto;
  border: 2px solid black;
  padding: 2em;
  width: 80%;
  text-align: center;
}
  .runner-start p {
    font-size: 1.2em;
  }
  .runner-start button {
    margin: 0.1em 0.5ex;
    background: #f0f0f0;
    border: 1px solid black;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em 2ex;
    font-variant: small-caps;
    letter-spacing: 0.1ex;
    cursor: pointer;
  }
    .runner-start button:hover {
      background: #fff0f0;
    }

  .runner-start button.disabled {
    opacity: 0.75;
    background: #f4f4f4;
    color: #9a9a9a;
    border: 1px solid #7f7f7f;
    cursor: default;
  }


#runForm {
}
  #runForm.running {
    opacity: 0.5;
    pointer-events: none;
  }


.runner-output {
  display: none;
  width: 80%;
  padding: 0.3em;
  margin: 1em auto;
  height: 400px;
  background: #000000;
  color: #ffffff;
  overflow: scroll;
  resize: both;
}

.busy-wait {
  visibility: hidden;
  text-align: center;
  height: 30px;
}
.busy-wait.active {
  visibility: visible;
}
.busy-wait img {
  height: 100%;
  vertical-align: middle;
}
  .busy-wait span {
    margin-left: 1ex;
    margin-right: 1ex;
  }
  .busy-wait a {
  }

.error {
  margin: 1em auto;
  width: 70%;
  border: 2px solid red;
  padding: 0.5em 1em;
  text-align: center;
  color: red;
}


.clear {
  clear: both;
}

.PageTitle {
  margin-left: 1ex;
}





div.preview-frame {
  max-width: 800px;
  margin: 1em;
}
table.preview-table {
  border-spacing: 1px 1px;
  background-color: #000000;
  margin: 0 auto;
}
  table.preview-table th {
    vertical-align: top;
    background-color: #f0f0f0;
    padding: 0.5em 1ex;
  }
    table.preview-table tr:hover th {
      background-color: #e0e0e0;
    }
  table.preview-table td {
    vertical-align: top;
    background-color: #ffffff;
    padding: 0.5em 1ex;
  }
    table.preview-table tr:hover td {
      background-color: #f0f0f0;
    }

div.preview-image {
  float: left;
  margin: 5px;
  text-align: center;
}
  div.preview-image img {
    width: 200px;
    border: 2px solid #000000;
  }
  div.preview-image span {
    font-size: 0.8em;
  }




.mnt-warn-red {
  max-width: 100ex;
  border: 3px solid #db3b21;
  margin: 2em auto;
  padding: 1em 1.5em;
}
  .mnt-warn-red h2 {
    margin: 0 0 1em 0;
    font-size: 1.2em;
    color: #db3b21;
  }
  .mnt-warn-red button {
    background-color: #db3b21;
    border-color: #c0341d;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 0.75em 1.5ex;
    color: #ffffff;
    cursor: pointer;
  }
    .mnt-warn-red button:hover {
      background-color: #c0341d;
      border-color: #a62d19;
    }

.fancy-table.providers {
}
  .fancy-table.providers td {
    border-bottom: 1px solid black;
  }


/* ------------------------------------------------------------------------
 *    change log table
 * ------------------------------------------------------------------------ */

/* main generic table */
.changelog {
  border-spacing: 0 0;
  margin: 1em;
  border-bottom: 2px solid black;
}
  .changelog tbody tr:hover {
    background: #f0f0f0;
  }

  .changelog tr th {
    padding: 0.2em 1ex;
  }

  .changelog tr td {
    border-top: 1px solid #7f7f7f;
    padding: 1ex;
    border-right: 1px solid #ddd;
  }

  .changelog tr.xsep td {
    border-top: 2px solid black;
    border-bottom: 1px solid black;
    border-right: none;
    height: 2em;
  }
  .changelog tbody tr.xsep:hover {
    background: transparent;
  }

  .changelog tr td.c-txn {
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 0.8em;
  }
      .changelog tr td.c-txn.empty {
        border-top: none;
      }

  .changelog tr td.stamp {
    text-align: center;
    min-width: 21ex;
    height: 2.4em;
  }
      .changelog tr td.stamp.empty {
        border-top: none;
      }

  .changelog tr td.ref_id {
  }
    .changelog tr td.ref_id a {
      text-decoration: none;
      color: inherit;
    }
        .changelog tr td.ref_id a:hover {
          text-decoration: underline;
        }

  .changelog tr td.action-create {
    text-align: center;
    font-variant: small-caps;
    vertical-align: middle;
  }
  .changelog tr td.ref_field {
    text-align: center;
    font-weight: bold;
  }
  .changelog tr td.ref_field_empty {
    text-align: center;
  }
  .changelog tr td.old_value {
    vertical-align: middle;
    color: #560000;
    width: 50%;
  }
  .changelog tr td.new_value {
    vertical-align: middle;
    color: #093e00;
    width: 50%;
  }

.changelog del {
  /* background: #ffcccc; */
  background: #fd85856e;
  text-decoration: none;
}
    .changelog tr:hover del {
      background: #fd85852e;
    }
  .changelog del del {
    /* background: red; */
    /* outline: 1px solid red; */
  }
      .changelog tr:hover del del {
        background: #fd8585ca;
      }

.changelog ins {
  /* background: #cbf5cb; */
  background: #04e30455;
  text-decoration: none;
}
    .changelog tr:hover ins {
      background: #04e30425;
    }
  .changelog ins ins {
    /* background: green; */
    /* outline: 1px solid green; */
  }
      .changelog tr:hover ins ins {
        background: #04e304ff;
      }

.changelog .changelog-value-table {
  border-collapse: collapse;
}
  .changelog .changelog-value-table tr {
  }
  .changelog .changelog-value-table tr.changelog-ins {
    background: #cbf5cb;
  }
  .changelog .changelog-value-table tr.changelog-del {
    background: #ffcccc;
  }
  .changelog .changelog-value-table tr.changelog-edit {
    background: #fbe6c6;
  }
  .changelog .changelog-value-table tr th {
    border: none;
    padding: 1ex 1ex;
    font-family: monospace;
    text-align: left;
  }
  .changelog .changelog-value-table tr td {
    border: none;
    padding: 1ex 1ex;
    font-family: monospace;
  }


.changelog-value-image {
  display: inline-block;
  border: 2px solid black;
  margin: 0.2ex 0;
}
  .changelog-value-image img {
    border: 2px solid white;
    max-width: 100px;
    max-height: 100px;
    vertical-align: top;
  }
.changelog-value-image.changelog-ins {
  border-color: green;
  background: green;
}
  .changelog-value-image.changelog-ins img {
    opacity: 0.85;
  }
.changelog-value-image.changelog-del {
  border-color: red;
  background: red;
}
  .changelog-value-image.changelog-del img {
    opacity: 0.85;
  }
.changelog tr:hover .changelog-value-image img {
  /* opacity: 1; */
}
.changelog tr .changelog-value-image:hover img {
  opacity: 0.90;
}


/* ------------------------------------------------------------------------
 *    listing view details table
 * ------------------------------------------------------------------------ */


.listing-details {
  border-spacing: 0 0;
  border: 1px solid black;
  padding: 2px;
  margin: 1em;
}
  .listing-details tr:hover {
    background: #f0f0f0;
  }

  .listing-details th {
    text-align: right;
    vertical-align: top;
    background: #e0e0e0;
    padding: 0.2em 1ex;
    border-top: 2px solid white;
  }
      .listing-details tr:first-child th {
        border-top: none;
      }
      .listing-details tr:hover th {
        background: #d0d0d0;
      }
    .listing-details > tbody > tr > th::after {
      content: ":";
    }
  .listing-details td {
    padding: 0.2em 0.5ex;
    border-top: 1px solid black;
  }
      .listing-details tr:first-child td {
        border-top: none;
      }
  .listing-details td + td {
    border-left: 2px solid black;
    border-left: 1ex solid #e0e0e0;
  }
  .listing-details td a {
    text-decoration: none;
    color: inherit;
  }
      .listing-details td a:hover {
        text-decoration: underline;
      }

  .listing-details td.etag {
    font-family: monospace;
    font-size: 0.8em;
  }
  .listing-details td.ts {
  }
    .listing-details td.ts small {
      display: inline-block;
      color: #7f7f7f;
      margin-left: 2ex;
    }
  .listing-details td.meta {
    font-family: monospace;
    font-size: 0.8em;
  }
    .listing-details td.meta th {
      background: transparent;
    }
    .listing-details td.meta td {
      border: none;
    }


.listing-image-small {
  display: inline-block;
  border: 2px solid black;
}
  .listing-image-small img {
    border: 2px solid white;
    max-width: 120px;
    max-height: 120px;
    vertical-align: top;
  }
.listing-image-small:hover {
  border-color: #404040;
  /* background: #e0e0e0; */
}
  .listing-image-small:hover img {
    opacity: 0.75;
  }


.listing-changelog {
}
  .listing-changelog td {
    vertical-align: top;
  }
  .listing-changelog td.stamp {
    text-align: center;
  }
    .listing-changelog td.stamp small {
      display: block;
      text-align: center;
      color: #7f7f7f;
    }


/* ------------------------------------------------------------------------
 *    config form listing
 * ------------------------------------------------------------------------ */

.clist-table {
  border-spacing: 0 0;
  border-collapse: collapse;
}
  .clist-table thead th {
    padding: 0.5em 1ex;
    border-bottom: 2px solid black;
  }

  .clist-table tbody tr:hover {
    background: orange;
    cursor: pointer;
  }
  .clist-table tbody th {
    padding: 0.5em 1ex;
    font-weight: normal;
  }
    .clist-table tbody th a {
      text-decoration: none;
      color: #aaa;
    }
  .clist-table tbody td {
    padding: 0.5em 1ex;
  }


/* ------------------------------------------------------------------------
 *    config form table
 * ------------------------------------------------------------------------ */

.cfrm-table {
  border-collapse: collapse;
}
  .cfrm-table tbody tr:hover {
    background: #f4f4f4;
  }

  .cfrm-table tbody tr.cfrm-table-section {
    background: #ffffff;
  }
    .cfrm-table tbody tr.cfrm-table-section td {
      text-align: center;
      padding: 0.6em 0 0 0;
      font-weight: bold;
      font-size: 1.2em;
      border-bottom: 2px solid black;
    }

  .cfrm-table tbody th {
    vertical-align: top;
    text-align: right;
    line-height: 2.0em;
    padding: 0 1ex 0 1ex;
  }

  .cfrm-table tbody td {
    padding: 0.3em 0 0.7em 0;
  }

  .cfrm-table input[type="text"] {
    border: 1px solid grey;
  }

  /* error widget inside a table row */
  .cfrm-table .cfrm-error {
    margin: 0 0 0.2em 0;
    background: red;
    color: white;
    font-weight: bold;
  }

  /* tooltip widget inside a table row */
  .cfrm-table .cfrm-tooltip {
    display: block;
    color: #7f7f7f;
    font-size: 0.8em;
  }
    .cfrm-table .cfrm-tooltip tt {
      color: #000000;
    }

/* buttons block */
.cfrm-buttons {
  max-width: 120ex;
  border: 1px solid black;
  padding: 1em;
  text-align: center;
}
  .cfrm-buttons input {
    padding: 0.5em 2ex;
    margin: 0 2ex;
  }
  .cfrm-buttons .cfrm-button-danger {
    background-color: red;
    color: white;
  }


/* ------------------------------------------------------------------------
 *    config form widgets
 * ------------------------------------------------------------------------ */

/* widget: text-char */
.cfrm-widget-text-char {
}
  .cfrm-widget-text-char input {
    font-family: monospace;
    font-size: 1.1em;
    text-align: center;
  }

/* widget: csv_shop */
.cfrm-widget-csv_shop {
}
  .cfrm-widget-csv_shop ul {
    margin: 0;
  }
    .cfrm-widget-csv_shop ul li {
      margin: 0;
      padding: 0.1em 2ex 0.1em 0;
    }
      .cfrm-widget-csv_shop ul li input {
        font-family: monospace;
      }
      .cfrm-widget-csv_shop ul li a.cfrm-inner-remove {
        display: inline-block;
        text-align: center;
        line-height: 1.4em;
        padding: 0 2ex 0 0.7ex;
        text-decoration: none;
        color: #a9a9a9;
      }
      .cfrm-widget-csv_shop ul li:hover a.cfrm-inner-remove {
        display: inline-block;
        color: #000000;
      }
      .cfrm-widget-csv_shop ul li:hover {
        background: #e0e0e0;
      }
      .cfrm-widget-csv_shop ul li:hover a.cfrm-inner-remove:hover {
        color: red;
      }
      .cfrm-widget-csv_shop ul li:has(a.cfrm-inner-remove:hover) {
        color: red;
      }
      .cfrm-widget-csv_shop ul li:has(a.cfrm-inner-remove:hover) input {
        background-color: #ffe0e0;
        color: red;
      }
  .cfrm-widget-csv_shop a.cfrm-inner-add {
    display: block;
    padding: 0 0 0 8ex;
    text-decoration: none;
    color: #a9a9a9;
  }
  .cfrm-widget-csv_shop a.cfrm-inner-add:hover {
    color: #000000;
  }

/* widget: csv_model_fields */
.cfrm-widget-csv_model_fields {
}
  .cfrm-widget-csv_model_fields ol {
    margin: 0;
  }
    .cfrm-widget-csv_model_fields ol li {
      margin: 0;
      padding: 0.1em 2ex 0.1em 0;
    }
      .cfrm-widget-csv_model_fields ol li input {
        font-family: monospace;
      }
      .cfrm-widget-csv_model_fields ol li a.cfrm-inner-remove {
        display: inline-block;
        text-align: center;
        line-height: 1.4em;
        padding: 0 2ex 0 0.7ex;
        text-decoration: none;
        color: #a9a9a9;
      }
      .cfrm-widget-csv_model_fields ol li:hover a.cfrm-inner-remove {
        display: inline-block;
        color: #000000;
      }
      .cfrm-widget-csv_model_fields ol li:hover {
        background: #e0e0e0;
      }
      .cfrm-widget-csv_model_fields ol li:hover a.cfrm-inner-remove:hover {
        color: red;
      }
      .cfrm-widget-csv_model_fields ol li:has(a.cfrm-inner-remove:hover) {
        color: red;
      }
      .cfrm-widget-csv_model_fields ol li:has(a.cfrm-inner-remove:hover) input {
        background-color: #ffe0e0;
        color: red;
      }
  .cfrm-widget-csv_model_fields a.cfrm-inner-add {
    display: block;
    padding: 0 0 0 8ex;
    text-decoration: none;
    color: #a9a9a9;
  }
  .cfrm-widget-csv_model_fields a.cfrm-inner-add:hover {
    color: #000000;
  }

/* widget: csv_model_enums */
.cfrm-widget-csv_model_enums {
}
  .cfrm-widget-csv_model_enums .cfrm-inner-enum {
    margin-top: 0.5em;
  }
  .cfrm-widget-csv_model_enums .cfrm-inner-enum + .cfrm-inner-enum {
    margin-top: 2em;
  }
  .cfrm-inner-template {
    display: none;
  }
  .cfrm-widget-csv_model_enums input {
    font-family: monospace;
  }
  .cfrm-widget-csv_model_enums ul {
    margin: 0;
  }
    .cfrm-widget-csv_model_enums ul li {
      margin: 0;
      padding: 0.1em 2ex 0.1em 0;
    }
      .cfrm-widget-csv_model_enums ul li input {
        font-family: monospace;
      }
      .cfrm-widget-csv_model_enums ul li a.cfrm-inner-remove {
        display: inline-block;
        text-align: center;
        line-height: 1.4em;
        padding: 0 2ex 0 0.7ex;
        text-decoration: none;
        color: #a9a9a9;
      }
      .cfrm-widget-csv_model_enums ul li:hover a.cfrm-inner-remove {
        display: inline-block;
        color: #000000;
      }
      .cfrm-widget-csv_model_enums ul li:hover {
        background: #e0e0e0;
      }
      .cfrm-widget-csv_model_enums ul li:hover a.cfrm-inner-remove:hover {
        color: red;
      }
      .cfrm-widget-csv_model_enums ul li:has(a.cfrm-inner-remove:hover) {
        color: red;
      }
      .cfrm-widget-csv_model_enums ul li:has(a.cfrm-inner-remove:hover) input {
        background-color: #ffe0e0;
        color: red;
      }
  .cfrm-widget-csv_model_enums a.cfrm-inner-add {
    display: block;
    padding: 0 0 0 8ex;
    text-decoration: none;
    color: #a9a9a9;
  }
  .cfrm-widget-csv_model_enums a.cfrm-inner-add:hover {
    color: #000000;
  }
  .cfrm-widget-csv_model_enums a.cfrm-inner-addgroup {
    display: block;
    margin: 1em 0 0 0;
    text-decoration: none;
    color: #a9a9a9;
  }
  .cfrm-widget-csv_model_enums a.cfrm-inner-addgroup:hover {
    color: #000000;
  }
