@charset "UTF-8";

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #5C5956;
  font-size: 14px;
  line-height: 1.5;
}
a {
  color: #9a6825;
  text-decoration:none
}
a:hover,a:focus,a:active {
  text-decoration:underline
}

.url-link {
  line-break: anywhere;
}

template {
  display: none !important;
}
hr {
  visibility: hidden;
}

/* modules
  ========================================================================== */

/* ------ Variables ------
$black: #565A5C;
$gray: #A6A6A6;
$button_gray: #EEEEEE;
$border_gray: #EEEEEE;
$bg_light_gray: #FAFAFA;

$tag_vasue: #F5F4E6;
$green: #00BD9C;
$red: #FA788E;
*/

/* ------ Layout Common Class ------ */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* CSS3 properties */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.clear {
  clear: both;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.nodisplay {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.margin0 {
  margin: 0 !important;
}
.padding0 {
  padding: 0 !important;
}

/* ------ Text ------ */
.font-default {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.ellipsis {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prose {
  font-family: serif;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
  font-style: normal;
}
.thin {
  font-weight: 300;
}
.italic {
  font-style: italic;
}
.nodeco {
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
.nolist {
  list-style-type: none;
}
.disc {
  list-style-type: disc;
}
.circle {
  list-style-type: circle;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ------ Icon Font ------ */
@font-face {
  font-family: 'LigatureSymbols';
  src: url('/images/fonts/LigatureSymbols.eot');
  src: url('/images/fonts/LigatureSymbols.eot?#iefix') format('embedded-opentype'),
  url('/images/fonts/LigatureSymbols.woff') format('woff'),
  url('/images/fonts/LigatureSymbols.ttf') format('truetype'),
  url('/images/fonts/LigatureSymbols.svg#blogicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon:before,
button.toggle-true::before,
.ok::before {
  display: inline-block;
  font-family: 'LigatureSymbols' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 2em;
  margin-top: -0.18em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.with-text:before,
button.toggle-true::before {
  margin-right: 0.15em;
}
.icon.lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -10%;
}
.icon.i-home:before { content: '\E072'; }
.icon.i-message:before { content: '\E08a'; }
.icon.i-star:before { content: '\E121'; }
.icon.i-history:before { content: '\E12b'; }
.icon.i-meal:before { content: '\E08c'; }
.icon.i-setup:before { content: '\E117'; }
.icon.i-user:before { content: '\E137'; }
.icon.i-setting:before { content: '\E055'; }
.icon.i-eye:before { content: '\E13a'; }
.icon.i-camera:before { content: '\E026'; }
.icon.i-check:before, .ok::before { content: '\E029'; }
.icon.i-plus:before { content: '\E108'; }
.icon.i-heart:before { content: '\E06e'; }
.icon.form-valid:before { content: '\E029'; }
.icon.i-facebook:before { content: '\E047'; }
.icon.i-twitter:before { content: '\E12f'; }
.icon.i-google:before { content: '\E05a'; }
.icon.i-hatena:before { content: '\E05d'; }

button.toggle-true::before {
  content: "\E029";
  font-size: 150%;
  margin-right: .3em;
}

#header .header-nav > li[onclick] > a::after, #header menu li > a[onclick]::after {
  display: inline-block;
  font-family: 'LigatureSymbols' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 1.2em;
  margin-top: -0.18em;
  margin-left: 0.3em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E040';
}

.ok {
  margin-top: 1em;
  margin-bottom: 1em;
}

.ok::before {
  float: left;
  padding-right: 0.5em;
  color: #e38328;
  background: transparent;
}

.ok::after {
  content: "";
  clear: left;
}

/* ------ Title ------ */
.page-title {
  margin: 20px 0;
  font-size: 26px;
  font-family: serif;
}

/* ------ Form ------ */

input[type=number],
input[type=date],
input[type=time] {
  text-align: center;
}

input[type=range] {
  vertical-align: middle;
}

.textarea {
  font-size: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid #EEE;
  background: #FFF;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea.textarea {
  height: 100px;
  padding: 10px;
  line-height: 1.4;
}

form.feedback .textarea {
  width: 100%;
}

form.feedback textarea.textarea {
  height: 15em;
}

form.feedback p:not(.buttons),
form.feedback ul li {
  margin-bottom: 0.5em;
  text-align: left;
}

.control-group {
  display: inline-block;
  vertical-align: middle;
}

.control-group > label {
  display: block;
}

/* ------ Zip input ------ */
section.input-zip:not([hidden]) {
  display: block;
  margin-top: 0.5em;
}

section.input-zip select {
  height: 15em;
  min-width: 10em;
  padding: 0.5em;
  border: 1px solid #eee;
  border-radius: 4px;
}

section.input-zip select option {
}

button.input-zip::after {
  content: " \25BC";
}

button.input-zip.active::after {
  content: " \25B2";
}

/* ------ Button ------ */
.btn {
  display: block;
  border: 0;
  color: #565A5C;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  background: #EEE;
  border-radius: 4px;
}
.btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.btn.nonreactive:hover {
  opacity: 1;
  text-decoration: none;
}
.btn.mini {
  width: auto;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
.btn.orange {
  background: #e38328;
  color: #FFF;
  padding: 0 10px;
}
.btn.green {
  background: #00BD9C;
  color: #FFF;
  padding: 0 10px;
}
.btn.red {
  background: #FA788E;
  color: #FFF;
}
.btn.green-line {
  border: 1px solid #00BD9C;
  background: #FFF;
  color: #00BD9C;
}
.btn.red-line {
  border: 1px solid #FA788E;
  background: #FFF;
  color: #FA788E;
}
.btn.disabled,
.btn:disabled {
  color: #BBB;
}
.btn.disabled:hover,
.btn:disabled:hover {
  opacity: 1;
}

.buttons {
  margin: 1em;
  text-align: center;
}

.buttons .btn {
  display: inline-block;
  font-size: .9rem;
  padding: 0.1em 1.5em;
  box-sizing: border-box;
}

.btn-submit {
  background: #3BA35E;
  color: #fff;
  width: 220px;
}
.btn-cancel {
  width: 220px;
}



.change-button {
  display: inline-block;
  padding: 0.1em 1.5em;
}

/* ------ Tabs ------ */
nav.tabs {
  display: block;
  *zoom: 1;
  border-bottom: 1px solid #EEEEEE;
}
nav.tabs:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
nav.tabs a {
  display: block;
  float: left;
  padding: 5px 0 8px;
  margin-right: 20px;
  margin-bottom: -1px;
  color: #A6A6A6;
}
nav.tabs .selected {
  font-weight: bold;
  padding-bottom: 5px;
  color: #565A5C;
}

/* ------ Maps ------ */

.map {
  width: 100%;
  height: 17em;
}

.map .map-circle {
  background-color: #ec576f;
  color: #dd7a86;
}

.map .paco-menu-container > .paco-map-type-menu {
  --paco-hover-action: auto;
}

.config .map input {
  width: auto;
}

/* ------ User ------ */

img.user-icon {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
a.user {
  color: #4a4a4a;
}
span.role {
  background-color: #000;
  border-radius: 4px;
  margin-left: 4px;
  padding: 3px 8px;
  font-size: 11px;
  opacity: 0.5;
  color: #ccc;
}

/* ------ Progress ------ */

progress {
  display: block;
  margin: 1em 10%;
  width: 80%;
  height: 1.5em;
}

progress[hidden][title] {
  display: block;
  visibility: hidden;
}

progress[title]::after {
  content: "\a" attr(title);
  text-align: center;
  visibility: visible;
}

/* ------ Tag ------ */

.tag {
  display: inline-block;
  margin: 0 10px 10px 0;
  border-radius: 6px;
  padding: 12px 16px;
  background: #f3f2e0;
  color: #565A5C;
}
.tag:hover {
  opacity: 0.7;
  text-decoration: none;
}

.body_text {
  white-space: pre-wrap;
}

/* ------ Stars ------ */

.star {
  display: inline-block;
  position: relative;
}

.star .star-image {
  width: 2em;
  height: 2em;
  vertical-align: bottom;
}

.star .user-icon {
  position: absolute;
  top: 1em;
  left: 1em;
  height: 1em;
  width: 1em;
}

.star .count {
  font-weight: bolder;
  color: orange;
}

/* ------ Breadcrumb ------ */

.breadcrumb {
  color: #A6A6A6;
  padding: 10px 0;
  font-size: 12px;
}

.breadcrumb a {
  display: inline-block;
  margin-right: 5px;
  color: #A6A6A6;
}

.breadcrumb a + a::before {
  content: "\A0>\A0";
  display: inline-block;
  margin-right: 5px;
}

/* Header
  ========================================================================== */

#header {
  width: 100%;
  height: 50px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
}
#header.cover-header {
  position: relative;
  z-index: 1;
  background: transparent;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-bottom-style: none;
}
#header.cover-header a,
#header.cover-header .header-nav > li a {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#header.cover-header h2 {
  text-shadow: none;
}
#header .header-body {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}
#header hgroup,
#header .header-logo,
#header h2 {
  float: left;
}
#header .header-logo a {
  display: block;
  margin-right: 10px;
  line-height: 50px;
}
#header .header-logo img {
  vertical-align: middle;
}
#header h2 {
  font-size: 12px;
  margin: 0;
  padding: 26px 0 0;
}
#header .header-nav {
  float: right;
}
#header .header-nav {
  margin: 0;
  padding: 0;
}
#header .header-nav > li {
  float: left;
  display: block;
  margin-left: 15px;
  position: relative;
}
#header .header-nav > li a {
  display: block;
  line-height: 50px;
  color: #565A5C;
}
#header .header-nav > li a.btn {
  margin-top: 10px;
  line-height: 30px;
  color: #fff;
  min-height: auto;
}

#header .header-nav > li a.icon {
  height: 50px;
  overflow: hidden;
}

#header .user-icon {
  width: 2em;
  height: 2em;
  vertical-align: middle;
  padding: 4px;
}

#header .new-count:not(:empty) {
  display: inline-block;
  margin: 0.3em;
  border: #eee 1px solid;
  border-radius: 50%;
  padding: 0.2em;
  min-width: 1em;
  height: 1em;
  line-height: 1.0;
  text-align: center;
  background-color: #f8f8f8;
  color: black;
  text-shadow: none;
  vertical-align: middle;
  font-size: .7rem;
}

#header .messages-link {
  position: relative;
  width: 3rem;
}

#header .header-nav .messages-link a,
#header.cover-header .header-nav .messages-link a {
  color: transparent;
  text-shadow: none;
}

#header .messages-link .icon.i-message::before {
  position: absolute;
  top: .2em;
  left: 0;
  display: block;
  font-size: 1.8rem;
  color: black;
  background: transparent;
}

#header.cover-header .messages-link .icon.i-message::before {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#header.cover-header .messages-link .icon.i-message::before {
  color: white;
}

#header .messages-link .new-count {
  position: absolute;
  top: .9rem;
  right: 0;
}

#header menu {
  position: absolute;
  right: -1em;
  min-width: 25em;
  max-width: 100%;
  margin:0;
  padding: 0;
  background-color: white;
  color: black;
  z-index: 500;
  border: 1px solid #ccc;
}

#header menu li {
  display: block;
  float: none;
  margin: 0;
  border-bottom: 1px solid #eee;
  text-align: right;
}

#header menu li:hover {
  background-color: #eee;
}

#header menu a {
  display: block;
}

#header menu a:hover {
  text-decoration: none;
}

#header menu li menu {
  position: static;
  margin-left: 1em;
  width: auto;
}

#header.cover-header .header-nav > li menu a {
  text-shadow: none;
}

#header #header-room-list a {
  color: gray;
  line-height: 2;
  padding: 0.5em 1em;
}

/* Page Container
  ========================================================================== */

#page-container {
  background: #fff;
  text-align: center;
}
.page-container-body {
  max-width: 960px;
  padding: 0 10px 20px 10px;
  margin: 0 auto;
  text-align: left;
}

/* Footer
  ========================================================================== */

#footer {
  background: #565A5C;
  color: white;
  text-align: center;
  clear: both;
}
#footer .footer-body {
  max-width: 960px;
  padding: 60px 10px;
  margin: 0 auto;
}
#footer a,
#footer span {
  display: inline-block;
  margin: 10px;
  color: inherit;
}
#footer address {
  margin-top: 40px;
  font-style: normal;
}

.account-dialog form,
.account-dialog main {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 6%;
}

.account-dialog .notes {
  padding: 0 0 0 20px;
}

.account-dialog section {
  margin-bottom: 2em;
}

.account-dialog section h1 {
  margin: 2em 0 0 0;
  font-size: 120%;
}

.login-buttons ul {
  display: block;
  padding: 0;
  text-align: center;
}

.login-buttons li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.login-buttons li > button {
  margin: 1em;
  padding: 1em;
  min-width: 10rem;
  font-size: 150%;
}

#section-photo canvas {
  width: 240px;
  height: 240px;
}

#section-photo button {
  display: inline;
}

.warning-bar {
  position: relative;
  z-index: 100;
  display: block;
  border: red 0.5em solid;
  padding: 1em;
  text-align: center;
  background-color: #ffdddd;
  color: red;
}

aside.warning-bar {
  margin: 0;
  font-weight: bolder;
  font-size: 150%;
}

.warning-bar.preview {
  position: fixed;
  top: 0;
  right: 0;
  width: 15em;
  font-size: 100%;
  max-width: 100%;
  z-index: 10000;
}

div.warning-bar {
  margin-top: 1em;
  margin-bottom: 1em;
}

.warning-bar p {
  margin: 0;
}

.page-footer {
  display: block;
  margin: 0;
  padding: 8px;
  text-align: center;
  font-size: 80%;
}

.page-footer > * {
  display: inline-block;
  vertical-align: middle;
}

.notes {
  color: gray;
  font-size: 90%;
  text-align: left;
}
.feedback-notes {
  font-size: 105%;
  text-align: left;
  padding: 0 0 20px 20px;
}

a[rel=bookmark] {
  color: inherit;
  text-decoration: none;
}

.form-description {
  margin: 0 0 24px !important;
}

table.config {
  width: 100%;
}

table.config th {
  text-align: left;
}

table.config th label {
  display: inline-block;
}

table.config tr {
  margin: 0 0 24px;
}

table.config th {
  font-size: 13px;
  margin: 0 0 2px 0;
}

table.config td {
  vertical-align: top;
  text-align: left;
  padding-bottom: .5em;
}

table.config .textarea {
  border: 1px solid #AFBACA;
}
table.config .textarea::placeholder {
  color: #8897AE;
}

.config input {
  width: 100%;
}

.config label input {
  width: auto;
}

:not(form):invalid
[contenteditable][data-required]:empty {
  background-color: #fefefe;
}

[contenteditable]:not([hidden]) {
  display: inline-block;
  min-width: 5em;
  min-height: 1em;
  background: white;
  color: black;
}

td[contenteditable]:not([hidden]) {
  display: table-cell;
}


/* ------ form ------ */
table.form-popup {
  display: block;
  margin: 20px 0 0 0;
}
table.form-popup tbody {
  display: block;
}
table.form-popup tr,
table.form-popup td,
table.form-popup th {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.form-popup .note {

}

/* ------ Toasts ------ */

toast-box:not([hidden]) {
  display: block;
  margin: .5em;
  border-radius: 4px;
  padding: .5em;
  background: #eee;
  color: #565A5C;
  font-size: 0.9rem;
}

.email-missing-toast {
  --paco-toast-autoclose: none;
}


/* ------ For owners ------ */

.for-holder {
  background-color: #ddddff;
}

/* ------ For portal editors ------ */

.for-portal-editor {
  background-color: #f0f0f0;
}

html.for-portal-editor > body {
  color: black;
}

/* ------ For service administrators and for development ------ */

.for-serviceadmin {
  background-color: #ffdded;
}

.for-serviceadmin body {
  margin: 1em;
  padding: 1em;
}

nav.for-serviceadmin {
  font-size: 80%;
}

.for-serviceadmin textarea {
  box-sizing: border-box;
  height: 20em;
}

.for-group-owner {
  background-color: #ffffd4;
  color: black;
}

.for-group-member {
  background-color: #ffffe4;
  color: black;
}

.XXX {
  background-color: red !important;
}

.XXX::before {
  content: "XXX ";
  font-weight: bolder;
}

p ~ .XXX,
ul ~ .XXX,
ol ~ .XXX,
dl ~ .XXX,
div ~ .XXX,
section ~ .XXX,
nav ~ .XXX {
  display: block;
  margin: 0.3em;
  padding: 0.3em;
}

.admin-table {
  width: 100%;
}

.admin-table tr:nth-child(2n) {
  background-color: #eee;
}

.admin-table th,
.admin-table td {
  padding: 0.5em;
}

.admin-table th > p,
.admin-table td > p {
  display: block;
  margin: 0;
}

.object-statuses {
}

.object-statuses p {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}

.object-statuses .object-status[data-status="1"] { /* OPEN */
  background-color: green;
}

.object-statuses .object-status[data-status="2"] { /* HIDDEN */
  background-color: red;
}

.object-statuses .object-status[data-status="3"] { /* CLOSED */
  background-color: green;
}

.antenna-list {
  text-align: left;
  margin-top: 20px;
}

.antenna-item {
  display: inline-block;
  position: relative;
  width: 210px;
  height: 400px;
  margin: 0 26px 26px 0;
  padding: 2px;
  vertical-align: top;
  overflow: hidden;
  text-align: left;
}

.antenna-item.all-tags,
.antenna-item.all-stars {
  height: auto;
  max-height: 520px;
}

.antenna-item .item-large-image {
  width: 100%;
  min-height: 9em;
  object-fit: cover;
}

@media (max-width: 479px) {
  .antenna-item {
    width: 100%;
    margin-right: 0;
  }
}

.antenna-item p time.item-date {
  font-size: 90%;
}

.antenna-item .item-title {
  display: block;
  max-height: 3em;
  overflow: hidden;
  font-weight: bolder;
  font-size: 130%;
}

.antenna-item small {
  font-size: 90%;
}

.antenna-item .item-domain-container {
  margin-top: -0.2em;
  margin-bottom: 0.3em;
  color: green;
}

.antenna-item .options {
  margin: 0.3em 0;
}

.antenna-item .options button {
  -webkit-appearance: normal;
  -moz-appearance: normal;
  display: inline-block;
  border-style: solid;
  padding: 0.2em;
  min-width: 4em;
  text-align: center;
  background: transparent;
  color: inherit;
}

.antenna-item.all-stars .options button.star-toggle,
.antenna-item.all-tags .options button.tag-toggle {
  background: #eee;
  color: black;
}

.antenna-item .options button::after {
  content: "▼";
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  font-size: 8px;
  color: #aaa;
  background: transparent;
}

.antenna-item.all-stars .options button.star-toggle::after,
.antenna-item.all-tags .options button.tag-toggle::after {
  content: "▲";
}

.antenna-item .options button img {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.antenna-item .options button.star-toggle,
.antenna-item.all-stars .options button.star-toggle {
  color: orange;
  background: transparent;
}

.antenna-item .item-desc {
  font-size: 80%;
}

.antenna-item .tag {
  margin: 0 5px 5px 0;
  padding: 3px 6px;
  font-size: 90%;
}

.antenna-item:not(.all-tags) .tag.additional-tag {
  display: none;
}

.antenna-item p[itemtype=star],
.antenna-item.all-tags .tags-container {
  margin-bottom: 0.5em;
  border-radius: 0.2em;
  padding: 0.5em;
  background: #f6f6f6;
  color: black;
}

.antenna-item:not(.all-stars) p[itemtype=star] {
  display: none;
}

@media (min-width: 50em) {
  body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .portal-editor > .portal-entries {
    position: absolute;
    display: block;
    left: 0;
    right: 20em;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
  .portal-editor > .sources {
    position: absolute;
    display: block;
    width: 20em;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
    border-left: 1px solid #ccc;
  }
  .portal-editor .portal-entry .entry-add-button::before {
    content: "← ";
  }
}

.portal-editor .portal-entry {
  max-width: 720px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  margin: 2em auto;
  border: 1px solid #ccc;
  padding: 1em;
  background: #fff;
  color: black;
}

.portal-editor .sources-ops {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: .2em;
  background: wheat;
  color: black;
}

.portal-editor .sources-ops a {
  color: black;
  background: transparent;
}

.portal-editor .sources .portal-entry {
  box-shadow: none;
  border: 0;
  padding: .5em .5em 1.2em;
  margin: 1.2em 0;
  border-bottom: 1px solid #eee;
}

.portal-entry::after {
  display: block;
  content: "";
  clear: both;
}

.portal-editor .portal-entry table.config {
  width: 100%;
}

.portal-editor table.config tr:nth-child(2n) {
  background: #f9f9f9;
}

.portal-editor table.config tr:nth-child(2n+1) {
  background: #fff;
}

.portal-editor .portal-entry .config th {
  padding: 1em 0;
  width: 6em;
  vertical-align: top;
}

.portal-editor .portal-entry .config td {
  padding: 1em;
}

.portal-editor .portal-entry textarea,
.portal-editor .portal-entry input[type=text],
.portal-editor .portal-entry input[type=url] {
  display: block;
  box-sizing: border-box;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1) inset;
  border-radius: 3px;
  margin: 0;
  padding: .7em;
  font-size: 14px;
  width: 100%;
}

.portal-editor .portal-entry textarea {
  height: 5em;
}
.portal-editor .portal-entry textarea.long-text {
  height: 20em;
}

.portal-editor .portal-entry input::-webkit-input-placeholder,
.portal-editor .portal-entry textarea::-webkit-input-placeholder {
  color: #ccc;
}
.portal-editor .portal-entry input:-ms-input-placeholder,
.portal-editor .portal-entry textarea:-ms-input-placeholder {
  color: #ccc;
}
.portal-editor .portal-entry input::-moz-placeholder,
.portal-editor .portal-entry textarea::-moz-placeholder {
  color: #ccc;
}

.portal-editor .portal-entry .entry-image {
  max-width: 10em;
  max-height: 5em;
  float: left;
  margin-right: .5em;
  margin-bottom: .5em;
}

.portal-editor .portal-entry figure img {
  max-width: 100%;
  max-height: 15em;
}

.portal-editor .portal-entry .entry-domain,
.group-page .entry-domain {
  color: green;
  font-size: 90%;
}
.portal-editor .portal-entry .entry-link-button {
  float: right;
  color: #3E8BF6;
}

.portal-editor .portal-entry .entry-timestamp {
  color: #999;
}

.portal-entry .entry-desc_text {
  font-size: 80%;
  white-space: pre-wrap;
}

.portal-editor .portal-entry .entry-desc_text {
  font-size: 100%;
  min-height: 10em;
  height: 30em;
}

.portal-entry .entry-site_desc_text {
  font-size: 80%;
}

.portal-editor .portal-entry .entry-url {
  float: right;
  display: inline-block;
  margin: 0 1em;
  padding: .4em 1em;
  color: #3E8BF6;
}

.portal-editor .portal-entry button {
  border: 0;
  font-size: 16px;
  background: none;
  color: #3E8BF6;
}
.portal-editor .portal-entry button:hover {
  text-decoration: underline;
}
.portal-editor .portal-entry button[disabled] {
  opacity: 0.5;
}
.portal-editor .portal-entry button[disabled]:hover {
  text-decoration: none;
}

.portal-editor .portal-entry .map {
  margin-top: 10px;
}

.portal-editor .portal-entry .share-button {
  color: #fff;
  background: #3E8BF6;
  border-radius: 3px;
  padding: .3em 0;
  width: 8em;
}

.portal-editor .portal-entry .save-button {
  float: right;
  color: #fff;
  background: #3E8BF6;
  border-radius: 3px;
  padding: .3em 0;
  width: 8em;
}

.portal-editor .sources .entry-add-button {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: .5em 0;
  background-color: #3E8BF6;
  color: #fff;
  border: 0;
  border-radius: 4px;
}
.portal-editor .sources .entry-add-button-container {
  margin: 0;
  padding: 1.5em 1em;
  background: #f9f9f9;
  border-bottom: 1px solid #ccc;
  position: fixed;
  width: 20em;
  box-sizing: border-box;
}
.portal-editor .sources .portal-entry .entry-title {
  font-weight: bold;
  line-height: 1.2;
}
.portal-editor .sources .portal-entry a {
  color: #000;
}
.portal-editor .sources .portal-entry .entry-desc_text {
  display: none;
}
.portal-editor .sources .portal-entry .entry-add-button {
  padding: .3em;
  background: #fff;
  border: 1px solid #3E8BF6;
  color: #3E8BF6;
  clear: both;
}

.portal-edit > h1 {
  margin: 1rem 1rem 0 1rem;
  padding: 0;
  font-size: 150%;
}

.portal-edit > menu {
  margin: 0 1rem 1rem 1rem;
  padding: 0;
  font-size: 90%;
}

.portal-edit > menu > * {
  display: inline;
  margin: 0;
}

.portal-edit table:not(.config) {
  margin: 1rem;
}

.portal-edit .portal-entry-list {
  margin: 1rem;
  padding: 0;
}

.portal-edit .portal-entry-list th,
.portal-edit .portal-entry-list td {
  padding: .5rem;
}

.portal-edit .portal-entry-list tr {
  cursor: pointer;
}

.portal-edit .portal-entry-list tr.status-closed {
  opacity: 0.7;
}

.portal-edit .portal-entry-list tr.status-open .entry-user-status,
.portal-edit .portal-entry-list td.status-open {
  background: green;
  color: white;
}

.portal-edit .portal-entry-list tr.status-closed .entry-user-status,
.portal-edit .portal-entry-list td.status-closed,
.portal-edit .portal-entry-list td.expired {
  background: red;
  color: white;
}

.portal-edit .portal-entry-list tr:hover {
  background: #ddd;
  color: black;
}

.portal-edit .portal-entry-list .entry-image {
  max-height: 5rem;
  max-width: 5rem;
  vertical-align: middle;
}

.portal-edit .portal-entry-list .entry-domain {
  color: green;
  font-size: 90%;
}

.portal-edit .portal-entry-list .entry-closed {
  background: green;
  color: white;
}

.portal-edit .portal-entry-list .entry-closed[data-closed] {
  background: red;
  color: white;
}

.portal-edit > form {
  display: block;
  margin: 1rem;
  border-radius: .5rem;
  padding: .5rem;
  background: #ddd;
  color: black;
}

.portal-edit .edit-by-url input[name=url] {
  width: 80%;
}

.portal-edit a.more-link {
  display: block;
  margin: 1rem;
  padding: .3rem;
  text-align: center;
}

.portal-page-editor {
  margin-left: 1em;
  margin-right: 1em;
}

.portal-page-editor textarea {
  box-sizing: border-box;
  height: 20em;
}

.portal-page-editor button {
  padding: .4em;
  font-size: 150%;
  min-width: 5em;
}

.source-feed {
}

.ed-page a:link {
  color: #72259a;
}

.ed-page body > section {
  display: block;
  margin: 1em;
}

.ed-page body > section > h1 {
  display: block;
  margin: 0;
  font-size: 150%;
  font-weight: bold;
}

.ed-page body > section > menu {
  display: block;
  margin: 0 0 .4rem 0;
  padding: 0;
  font-size: 100%;
  text-align: left;
}

.ed-page body > section > menu a:not(.additional) {
  display: inline-block;
  margin: 0.2em 0.02em;
  padding: 0.2em 0.1em;
  min-width: 8em;
  text-align: center;
  background-color: #ddd;
  color: black;
  font-size: 90%;
}

.ed-page body > section > menu a.active:not(.additional) {
  font-weight: normal;
  background-color: gray;
  color: white;
}

.ed-page body > section > menu a.additional {
  font-size: 80%;
}

.ed-page body > section > section {
  padding: 0;
}

.ed-page body > section > section > h1,
.ed-page body > section > section-pair > section > h1 {
  margin: 0 0 1rem 0;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 130%;
}

.ed-page body > section > section > menu,
section > section > menu.for-portal-editor {
  display: block;
  margin: 0 .5rem .4rem .5rem;
  padding: 0;
  font-size: 100%;
  text-align: left;
}

.ed-page body > section > section > menu a,
section > section > menu.for-portal-editor a {
  display: inline-block;
  margin: 0.2em 0.02em;
  padding: 0.2em 0.1em;
  min-width: 8em;
  text-align: center;
  border-bottom: 1px solid gray;
  background: transparent;
  color: black;
  font-size: 90%;
}

.ed-page body > section > section > menu a.active,
section > section > menu.for-portal-editor a.active {
  border-bottom-width: 2px;
  font-weight: bolder;
  background: transparent;
  color: black;
}

.ed-page .recent-entries > section:not([hidden]) {
  display: block;
  margin: 0 0 1em 0;
}

.ed-page .recent-entries > section > h1:not([hidden]) {
  display: block;
  margin: 0;
  padding: .2em;
  font-size: 100%;
  font-weight: bolder;
  background-color: #ddd;
  color: black;
}

.ed-page .recent-entries > section > table:not([hidden]) {
  margin: 0.5em;
}

.ed-page .recent-entries > section > table td:not([hidden]) {
  padding: .3em;
}

.ed-page .current-works list-item:not([hidden]) {
  display: block;
  margin-bottom: .5em;
}

.ed-page .current-works list-item a:not([hidden]) {
  display: block;
}

.ed-page .current-works list-item enum-value {
  display: inline-block;
  padding: 0.1em 0.3em;
}

.ed-page .user-icon {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.ed-page body > section > details {
  margin-bottom: 1em;
}

.ed-page body > section > details > form {
  margin: .5rem;
  border: 1px solid gray;
}

.ed-page .main-table,
section.group .main-table {
  width: 100%;
}

.ed-page .main-table thead > tr,
.ed-page .main-table tbody > tr:nth-child(2n),
section.group .main-table thead > tr,
section.group .main-table tbody > tr:nth-child(2n) {
  background: #ddd;
  color: black;
}

.ed-page .main-table th,
.ed-page .main-table td,
section.group .main-table th,
section.group .main-table td {
  padding: .4rem;
}

.ed-page .main-table tbody th,
section.group .main-table tbody th {
  padding: .4rem;
  text-align: left;
}

.ed-page .main-table .user-icon {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.ed-page .main-table .entry-image,
section.group .main-table .entry-image {
  max-height: 5rem;
  max-width: 5rem;
  vertical-align: middle;
}

.group-page .main-table .main-link:not([hidden]) {
  display: block;
}

section.group td > a:only-child,
.ed-page td > a:only-child {
  display: block;
}

.ed-page td > enum-value:only-child:not([hidden]),
.ed-page td > p > enum-value:only-child:not([hidden]),
.group-page td > enum-value:only-child:not([hidden]),
.group-page td > p > enum-value:only-child:not([hidden]) {
  display: block;
  margin: .2em;
  text-align: center;
}

.ed-page #actions-list:not([hidden]) {
  display: block;
}

.ed-page #actions-list article:not([hidden]) {
  display: block;
}

.ed-page #actions-list list-item:nth-child(2n+1) article:not([hidden]) {
  background-color: #ddd;
  color: black;
}

.ed-page #actions-list article {
  padding: .5rem;
}

.ed-page #actions-list article::after {
  content: "";
  clear: both;
  display: block;
}

.ed-page #actions-list article > h1,
.ed-page #actions-list article > * > h1 {
  float: left;
  width: 5rem;
  min-height: 3em;
  display: block;
  margin: 0 1rem 0 0;
  font-size: 130%;
  font-weight: bolder;
  text-align: right;
}

.ed-page #actions-list article > footer:not([hidden]) {
  display: block;
  margin-left: 6rem;
  border-bottom: #ccc 1px solid;
  padding-bottom: .2rem;
}

.ed-page #actions-list article > footer .user {
  margin-right: 1em;
}

.ed-page #actions-list article > footer .user-icon {
  width: 2em;
  height: 2em;
  vertical-align: middle;
}

.ed-page #actions-list article > main {
  margin-left: 6rem;
}

.ed-page #actions-list article > footer + main {
  margin-top: .5rem;
}

.ed-page .info enum-value[data-field="editorial_work.status"]:not([hidden]),
.ed-page #actions-list enum-value[data-field="action_data.status"]:not([hidden]) {
  display: inline-block;
  min-width: 5em;
  margin-right: .5em;
  padding: .2em;
  text-align: center;
  vertical-align: middle;
}

.ed-page #actions-list .error {
  color: red;
  background: transparent;
  font-weight: bolder;
}

section-pair {
  display: table;
  width: 100%;
}

section-pair > section:not([hidden]) {
  display: table-cell;
  vertical-align: top;
}

section-pair > section:first-child {
  padding-right: 1rem;
}

.ed-page section-pair.info-actions > section.info {
  width: 25rem;
  max-width: 25%;
}

.ed-page .info td details {
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
}

.ed-page .info td details[open] {
}

.ed-page .info td details[open] form {
  position: absolute;
  display: block;
  margin: 0.3em 0;
  border: 1px gray solid;
  padding: 0.3em;
  min-width: 15em;
  background: #eee;
  color: black;
}

.ed-page .info td details select {
  width: 100%;
}

.ed-page .info td details button {
  -webkit-appearance: normal;
  -moz-appearance: normal;
  display: inline-block;
  border-style: solid;
  padding: 0.2em;
  text-align: left;
  background: transparent;
  color: inherit;
  width: 100%;
}

.ed-page .info td details button:enabled:active,
.ed-page .info td details button:enabled:hover {
  background: gray;
  color: white;
}

.ed-page .info td details hr {
  visibility: hidden;
  margin: 0.25em 0;
  height: 1px;
}

.ed-page .post-comment {
  margin-top: 1em;
}

.ed-page .post-comment > form {
  margin: .5rem;
  border: 1px solid gray;
  padding: .5rem;
}

.ed-page .post-comment footer {
  border-bottom: #ccc 1px solid;
  padding-bottom: .2rem;
}

.ed-page .post-comment footer .user-icon {
  width: 2em;
  height: 2em;
  vertical-align: middle;
}

.ed-page .post-comment textarea {
  box-sizing: border-box;
}

.ed-page code[data-field=entry_domain] {
  color: green;
  background: transparent;
}

.ed-work-list a.main-link:not([hidden]) {
  display: block;
}

.ed-work-list time {
  --timejs-serialization: dtsjp3;
}

.ed-work-list progress:not([hidden]) {
  width: 50%;
}

enum-value[data-field=entry_closed]:not(:empty) {
  background: gray;
  color: white;
}

enum-value[data-field=entry_user_status][value="1"] {
  background: green;
  color: white;
}

enum-value[data-field=entry_user_status][value="2"] {
  background: red;
  color: white;
}

enum-value[data-field=status][value=initial],
enum-value[data-field="action_data.status"][value=initial],
enum-value[data-field="editorial_work.status"][value=initial],
select[data-field="editorial_work.status"] option[value=initial] {
  background: orange;
  color: white;
}

enum-value[data-field=status][value=later],
enum-value[data-field="action_data.status"][value=later],
enum-value[data-field="editorial_work.status"][value=later],
select[data-field="editorial_work.status"] option[value=later] {
  background: gray;
  color: white;
}

enum-value[data-field=status][value=editing],
enum-value[data-field="action_data.status"][value=editing],
enum-value[data-field="editorial_work.status"][value=editing],
select[data-field="editorial_work.status"] option[value=editing] {
  background: blue;
  color: white;
}

enum-value[data-field=status][value=reviewing],
enum-value[data-field="action_data.status"][value=reviewing],
enum-value[data-field="editorial_work.status"][value=reviewing],
select[data-field="editorial_work.status"] option[value=reviewing] {
  background: purple;
  color: white;
}

enum-value[data-field=status][value=fwaiting],
enum-value[data-field="action_data.status"][value=fwaiting],
enum-value[data-field="editorial_work.status"][value=fwaiting],
select[data-field="editorial_work.status"] option[value=fwaiting] {
  background: #bfbf5c;
  color: white;
}

enum-value[data-field=status][value=cwaiting],
enum-value[data-field="action_data.status"][value=cwaiting],
enum-value[data-field="editorial_work.status"][value=cwaiting],
select[data-field="editorial_work.status"] option[value=cwaiting] {
  background: #bfbf5c;
  color: white;
}

enum-value[data-field=status][value=published],
enum-value[data-field="action_data.status"][value=published],
enum-value[data-field="editorial_work.status"][value=published],
select[data-field="editorial_work.status"] option[value=published] {
  background: green;
  color: white;
}

enum-value[data-field=status][value=closed],
enum-value[data-field="action_data.status"][value=closed],
enum-value[data-field="editorial_work.status"][value=closed],
select[data-field="editorial_work.status"] option[value=closed] {
  background: green;
  color: #ccc;
}

enum-value[data-field=status][value=withdrawn],
enum-value[data-field="action_data.status"][value=withdrawn],
enum-value[data-field="editorial_work.status"][value=withdrawn],
select[data-field="editorial_work.status"] option[value=withdrawn] {
  background: red;
  color: white;
}

.ed-page .search-result {
  width: 100%;
  height: 20em;
}

.ed-page.inline-view body > section > :not(list-container) {
  display: none;
}

.ed-page footer.site {
  margin-top: 2em;
  border-top: 1px solid;
  padding-top: .5em;
  padding-bottom: 1em;
  text-align: center;
}

.ed-page footer.site a {
  margin-left: .5em;
  margin-right: .5em;
}

.social-buttons {
  padding: 0 15px;
  margin: 0;
}
.social-share-buttons {
  overflow: hidden;
  margin-bottom: 20px;
}
.social-share-buttons a {
  display: block;
  float: left;
  width: 32%;
  padding: 10px 0;
  border-radius: 5px;
  background: #1B95E0;
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
}
.social-share-buttons a:before {
  color: #fff;
  font-size: 2em;
  margin-right: 5px;
  margin-left: -2px;
}
.social-share-buttons a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.social-share-buttons a.with-count {
  padding: 2px 0 6px;
}
.social-share-buttons a:before {
  margin-right: 2px;
}
.social-share-buttons a span {
  display: none;
  width: 60px;
  margin: -6px auto 0;
  background: rgba(0,0,0,0.3);
  border-radius: 10px;
  font-size: 12px;
  font-weight: normal;
}
.social-share-buttons a.with-count span {
  display: block;
}
.social-share-buttons .facebook-share-button {
  background: #3A5795;
  margin-left: 2%;
}
.social-share-buttons .bookmark-button {
  background: #008FDE;
  margin-left: 2%;
}

@media (min-width: 960px) {

.social-share-buttons a {
  float: none;
  width: auto;
  margin: 2%;
}

}

.group-page body > hgroup,
.group-admin-page body > hgroup {
  display: block;
  margin: 0 0 1em 0;
  padding: .5em;
  text-align: center;
  background: #e38328;
  color: white;
}

.group-page body > hgroup > *,
.group-admin-page body > hgroup > * {
  display: inline-block;
  min-width: 10em;
  margin: 0 1em;
  text-align: center;
  font-size: 100%;
}

.group-page body > hgroup a,
.group-admin-page body > hgroup a {
  display: block;
  color: inherit;
  background: transparent;
}

section.group {
  margin: 1em;
}

section.group > hgroup {
  display: block;
  margin-bottom: 1em;
  border-bottom: 1px solid;
  padding: .5em;
  font-size: 100%;
}

section.group > hgroup > * {
  display: inline;
  margin: 0 .25rem 0 0;
  font-size: 150%;
}

section.group > hgroup > * + *::before {
  content: " >> ";
}

section.group > hgroup a {
  color: inherit;
  background: transparent;
}

section.group .user-info {
  margin: .5rem;
  text-align: right;
}

section.group .user-info .user-icon {
  width: 1em;
  height: 1em;
}

section.group menu {
  display: block;
  margin: .5rem;
  padding: 0;
  text-align: center;
}

section.group menu > a {
  display: inline-block;
  min-width: 10em;
  margin: 0 .5rem;
  padding: .3em;
  color: black;
  background: #eee;
  text-align: center;
  font-size: 90%;
}

section.group section {
  display: 1em 0;
  padding: .5rem;
}

section.group > section {
  min-height: 10em;
}

section.group section > h1 {
  display: block;
  margin-bottom: .5rem;
  border-bottom: 1px solid;
  padding: .3rem;
  font-size: 100%;
  font-weight: bolder;
}

section.group p {
  margin-bottom: .5em;
  margin-left: 1em;
  margin-right: 1em;
}

section.group details {
  margin-bottom: 3em;
}

details summary {
  font-weight: bolder;
  cursor: pointer;
}

section.group details form {
  margin: .5em 1em;
  border: 1px solid gray;
  padding: 1em;
}

section.group .save-button {
  min-width: 10em;
  padding: .5rem;
}

section.group .invitation-url {
  text-align: center;
}

section.group .invitation-url output {
  display: inline-block;
  min-width: 80%;
  padding: .5rem;
  background: white;
  color: black;
  font-size: 80%;
}

section.group table.config {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

section.group details button {
  min-width: 5em;
}

section.group table {
  width: 100%;
  border-collapse: collapse;
}

section.group thead {
  border-bottom: 1px solid;
}

section.group table:not(.config) thead,
section.group table:not(.config) tr:nth-child(2n) {
  background: #fff684;
  color: black;
}

section.group table th {
  padding: .4rem;
  white-space: nowrap;
}

section.group table tbody th {
  text-align: left;
}

section.group table td {
  padding: .4rem;
}

section.group table .user-icon {
  width: 2em;
  height: 2em;
  vertical-align: middle;
}

section.group table p {
  margin: 0;
}

section.group table textarea {
  width: 15em;
  height: 2em;
}

section.group #setup figure {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

section.group #setup pre > code {
  display: block;
  padding: .5rem;
  background: white;
  color: black;
  font-family: monospace;
  font-size: 90%;
}

section.group #setup figure .buttons {
  margin: 0;
  text-align: right;
}

section.group #setup .copy-button {
  padding: .5rem;
  min-width: 5em;
}

section.group input:not([type]),
section.group input[type=url] {
  width: 100%;
}

section.group input:invalid {
  background: #fdd1d1;
  color: black;
}

section.group #preview-iframe {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

table.report-table colgroup + colgroup {
  border-left: 1px solid;
}

table.report-table td:not(.compact) {
  min-width: 5rem;
}

table.report-table label {
  white-space: nowrap;
}

table.report-table .copy-button,
table.report-table .save-button {
  min-width: 4em;
  padding: 0;
}

table.report-table input[name=accept_type] {
  width: 3em;
}

.portal-entry-publish > header {
  padding-bottom: .8em;
  border-bottom: gray 1px solid;
  margin-bottom: .8em;
}

.portal-entry-publish > header h1 {
  font-size: 150%;
  font-weight: bolder;
}

.portal-entry-publish > header p {
  font-size: 80%;
}

.portal-entry-publish section {
  margin: 1em;
  color: black;
  background: white;
  border-radius: .5em;
  padding: .5em;
}

.portal-entry-publish section > header {
  display: table;
  width: 100%;
}

.portal-entry-publish section > header h1:not([hidden]) {
  display: table-cell;
  font-size: 110%;
  font-weight: bolder;
}

.portal-entry-publish section > header p:not([hidden]) {
  display: table-cell;
  margin: 0;
  text-align: right;
  font-size: 80%;
}

.portal-entry-publish section .entry-diff {
  border: 1px solid gray;
  padding: .5em;
  line-height: 1.0;
  white-space: pre-wrap;
  word-break: break-word;
}

.portal-entry-publish details {
  margin-bottom: 1em;
}

.portal-entry-publish .config input[type=checkbox] {
  width: auto;
  zoom: 2;
  vertical-align: middle;
}
.portal-entry-publish .config input[type=date],
.portal-entry-publish .config input[type=time] {
  width: auto;
  font-size: 150%;
  vertical-align: middle;
}

.portal-entry-publish .config label:only-child:not([hidden]) {
  display: block;
}
.portal-entry-publish .config label {
  cursor: pointer;
}

.portal-entry-publish .timestamp-input:not([hidden]) {
  display: flex;
}
.portal-entry-publish .timestamp-input {
  flex-wrap: wrap;
}

.portal-entry-publish .timestamp-input > input {
  flex: 1 10em;
  max-width: 20em;
}

.portal-entry-publish .timestamp-info:not([hidden]) {
  display: block;
}
.portal-entry-publish .timestamp-info {
  font-size: 120%;
}

.portal-entry-publish time {
  --timejs-serialization: dtsjp1;
  vertical-align: middle;
}

.portal-entry-publish .timestamp-info time[data-format=deltatime] {
  font-weight: bolder;
  font-size: 130%;
}

.entry-published-soon {
  text-align: center;
  font-weight: bolder;
  font-size: 200%;
}

.portal-entry-publish .save-button,
.portal-entry-publish .share-button {
  min-width: 8em;
  padding: .2em;
  font-size: 150%;
}

.portal-entry-publish .copy-url {
  margin: 1em;
  text-align: center;
}

.portal-entry-publish .copy-url code:not([hidden]) {
  display: block;
}
.portal-entry-publish .copy-url code {
  font-size: 80%;
}

.portal-entry-publish .copy-url button {
  min-width: 8em;
  margin: .5em;
  padding: .2em;
  font-size: 150%;
}

ins {
  background: #dbffdb;
  color: black;
}

del {
  background: #ffdddd;
  color: black;
}

stat-list {
  display: block;
  margin: 0;
  border-top: 1px solid;
  padding-top: 1em;
  text-align: center;
}

stat-list stat-item {
  display: inline-block;
  margin-right: 1em;
  text-align: center;
}

stat-list stat-item stat-label {
  display: block;
  font-weight: bolder;
  min-width: 6em;
}

stat-list unit-number number-value {
  font-size: 250%;
  font-weight: bolder;
}

stat-list unit-number number-unit {
  margin-left: .3em;
}

.for-superadmin {
  border: 1em #de6511 solid;
  padding: 0.5em;
  color: black;
  background: #f3dccc;
}

.for-reportadmin {
  border: 1em #e9ea11 solid;
  padding: 0.5em;
  color: black;
  background: #f8f9a4;
}

html.for-superadmin,
html.for-reportadmin {
  box-sizing: border-box;
  min-height: 100vh;
}

.for-superadmin body,
.for-reportadmin body {
  position: static;
  background: transparent;
  color: inherit;
}

.for-superadmin section.group table:not(.config) thead,
.for-superadmin section.group table:not(.config) tr:nth-child(2n) {
  background: #f1c1a0;
  color: black;
}

.for-reportadmin section.group table:not(.config) thead,
.for-reportadmin section.group table:not(.config) tr:nth-child(2n) {
  background: #f0f27a;
  color: black;
}

.for-superadmin a,
.for-reportadmin a {
  color: #3131bb;
}

warning-box.has-group-id:not([hidden]) {
  display: block;
  border: 1em red solid;
  padding: 1em;
  font-size: 200%;
  background: white;
  color: red;
  font-weight: bolder;
  text-align: center;
}

  media-selector:not([hidden]) {
    display: block;
  }
  media-selector::after {
    content: "";
    display: block;
    clear: both;
  }
  media-selector media-upload:not([hidden]) {
    display: inline-block;
    float: left;
    width: 320px;
    margin-right: 4px;
    margin-bottom: 4px;
    overflow: auto;
    text-align: left;
  }
  media-selector media-upload.active {
    width: 100%;
    min-height: 80vh;
    margin: 0;
  }
  media-upload form:not([hidden]) {
    display: flex;
    flex-wrap: wrap;
  }
  media-upload form > figure {
    flex-basis: 100%;
  }
  media-upload form > details {
    flex-grow: 1;
  }
  #edit-page-body .new-entry-form media-upload p {
    margin: 0;
  }
  media-upload.active form > progress {
    display: none;
  }
  media-upload figure:not([hidden]) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 17em;
    overflow: auto;
    position: relative;
    background: gray;
    color: white;
    text-align: center;
    vertical-align: middle;
  }
  media-upload.active figure {
    height: 70vh;
  }
  media-upload figure image-editor:not([hidden]) {
    background: white;
    color: black;
  }
  media-upload figure image-editor > image-layer[useplaceholderui].placeholder::before {
    content: "";
    background: url(/images/add_photo.png);
    background-position: center;
  }
  .icon-layer {
    border: 2px dashed gray;
    border-radius: 50%;
  }
  media-upload details[open] summary {
    display: none;
  }
  media-upload details p:not([hidden]) {
    display: flex;
    flex-wrap: wrap;
  }
  media-upload details.video > .primary-controller {
    display: none;
  }
  media-upload details:not(.video) > .video-controller {
    display: none;
  }
  media-upload button-set:not([hidden]) {
    display: block;
    margin-right: .5em;
  }
  media-upload:not(.active) button-set + button-set {
    display: none;
  }
  media-upload button-set:nth-last-child(2) {
    text-align: right;
    flex-grow: 1;
  }
  media-upload progress:not([hidden]) {
    display: inline;
    width: 10em;
    height: 1em;
    margin: 0;
    vertical-align: middle;
  }
  media-upload button-set:last-child {
    margin-left: .5em;
    margin-right: 0;
    text-align: right;
  }
  media-selector list-container:not([hidden]) {
    display: inline;
  }
  media-selector list-item:not([hidden]) {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  media-selector list-item figure img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
  }
  media-selector list-item XXX-popup-menu {
    position: absolute;
    top: 0;
    right: 0;
  }
  media-selector list-item XXX-popup-menu > button {
    -webkit-appearance: none;
    border: none;
    color: inherit;
    background: transparent;
  }
  media-selector list-item:not(:hover) XXX-popup-menu > button {
    opacity: 0.2;
  }
  media-selector list-item XXX-popup-menu menu {
    position: absolute;
    right: 0;
    width: max-content;
    min-width: 5em;
    margin: 0;
    padding: 0;
    background: #eee;
    color: black;
  }
  media-selector list-item XXX-popup-menu menu > li:not([hidden]) {
    display: block;
    list-item: none;
    margin: 0;
    padding: 0;
  }
  media-selector list-item XXX-popup-menu menu > li > button:not([hidden]):only-child {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    border: none;
    color: inherit;
    background: transparent;
    font: inherit;
    font-size: 100%;
  }

  media-selector list-container .list-next:not([hidden]) {
    display: block;
  }

  
/* ------ bukkenfan dialog ------ */
.bukkenfan-dialog {
  color: #333;
}
.iframe h1.dialog-title {
  font-weight: bold;
  font-size: 1.4em;
  margin: -10px 0 1.5em;
}
.bukkenfan-dialog-title {
  font-size: 1rem;
}
.bukkenfan-dialog-site {
  margin: 1em 0 2em 0 !important;
  font-size: .85rem;
}
.bukkenfan-dialog-label {
  margin: 0 0 8px 0 !important;
}
.bukkenfan-dialog-tel {
  font-size: .85rem;
  margin: 8px 0 0 0 !important;
}
.bukkenfan-dialog-notes {
  font-size: .8rem;
  list-style-type: none;
  padding: 0;
  margin: -10px 0 40px 0;
}
.bukkenfan-dialog-sent {
  padding: 0 6%;
}
.bukkenfan-dialog-sent-message {
  font-size: 1.1rem;
  margin: 40px 0 1.5em;
}
.bukkenfan-dialog-desc {
  margin: 0 0 10px 0;
}