/* plugin option page */
.th23-subscribe-options h1 .icon {
  width: auto;
  height: 36px;
}
.th23-subscribe-options h2:nth-child(n+3) {
  /* options - section header */
  margin-top: 2.5em;
}
.th23-subscribe-options .form-table .description {
  /* options - description */
  display: block;
}
.th23-subscribe-options .th23-subscribe-screen-option-hide_description .description,
.th23-subscribe-options .th23-subscribe-screen-option-hide_description .section-description {
  /* options - hide descriptions */
  display: none;
}
.th23-subscribe-options .notice-description {
  /* options - notices within description */
  display: block;
  padding: 5px 10px;
  font-size: 13px;
}
@media screen and (min-width: 783px) {
  .th23-subscribe-options .child th {
    /* options - children (on bigger screens) */
    width: 175px;
    padding-left: 25px;
  }
  .th23-subscribe-options .sub-child th {
    /* options - sub-children (on bigger screens) */
    width: 150px;
    padding-left: 50px;
  }
}
.th23-subscribe-options input + .unit,
.th23-subscribe-options select + .unit {
  margin-left: 0.25em;
}
.th23-subscribe-options div.option-template {
  /* options template - scroll if to wide */
  overflow-x: auto;
}
.th23-subscribe-options table.option-template {
  /* options template - table */
  margin-top: 1em;
  border-collapse: collapse;
}
.th23-subscribe-options table.option-template th,
.th23-subscribe-options table.option-template td {
  border: 1px solid lightgray;
  padding: .8em .5em;
  text-align: center;
}
.th23-subscribe-options table.option-template th span.hint {
  /* options template - header descriptions */
  border-bottom: 1px dotted gray;
  cursor: help;
}
.th23-subscribe-options table.option-template input.regular-text {
  /* options template - input fields */
  min-width: 7em;
  width: 100%;
}
.th23-subscribe-options table.option-template tr[id$='-template'] {
  /* option template - master input row */
  display: none;
}

/* plugin information */
div.th23-subscribe-admin-about {
  position: relative;
  margin-top: 1.5em;
  border: 1px solid #ccd0d4;
  border-left: 4px solid #00a0d2;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 1px 12px;
}
div.th23-subscribe-admin-about .icon {
  position: absolute;
  top: calc(50% - 24px);
  width: auto;
  height: 48px;
}
div.th23-subscribe-admin-about .icon + p {
  margin-left: 64px;
}
div.th23-subscribe-admin-about a {
  text-decoration: none;
}

/* professional extension upload */
#th23-subscribe-pro-file {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

label[for="th23-subscribe-pro-file"] {
  vertical-align: unset;
  color: #0073aa;
}
.notice-error label[for="th23-subscribe-pro-file"], .notice-warning label[for="th23-subscribe-pro-file"] {
  text-decoration: underline;
}

/* == customization: from here on plugin specific == */
