/*  Growl notices stylesheet
----------------------------------------------------------

@package:	Zotonic 2009	
@Author: 	Tim Benniks <tim@timbenniks.nl>

Copyright 2009 Tim Benniks

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
 
http://www.apache.org/licenses/LICENSE-2.0
 
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

---------------------------------------------------------- */

.notice-wrap {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 250px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 6px 0 6px;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
	font-size: 11px;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	right: 6px;
	top: 0;
	cursor: pointer;
}.modal-dialog {
  /* for dialog offset, set margin here */
}
div.modal-backdrop {
  opacity: 0.5;
}
div.modal form {
  margin-bottom: 0;
}
/* do not use scrolling inside modal body */
div.modal-body {
  max-height: none;
}
/* make it possible to use the nice modal footer inside the body, e.g. for tabs */
div.modal-body div.modal-footer {
  margin: -15px;
  margin-top: 0;
}
/* modal overlay - full screen dialog - below normal dialog */
.modal-overlay {
  position: fixed;
  z-index: 1031;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow-y: auto;
  background-color: white;
}
.modal-overlay.modal-overlay-level-1 {
  z-index: 1032;
}
.modal-overlay.modal-overlay-level-2 {
  z-index: 1033;
}
.modal-overlay.modal-overlay-level-3 {
  z-index: 1034;
}
.modal-overlay .modal-overlay-close {
  position: absolute;
  z-index: 1032;
  right: 8px;
  top: -10px;
  font-size: 48px;
  font-weight: 100;
  cursor: pointer;
}
.modal-overlay .modal-overlay-close:hover {
  text-decoration: none;
}
@charset "UTF-8";
/* Specific styles for Zotonic admin
   ----------------------------------------------------------

@package:	Zotonic admin CSS

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---------------------------------------------------------- */
body,
body.page-edit {
  color: #222;
  background-color: #f2f1f0;
}
body.wait,
body.page-edit.wait {
  cursor: wait;
}
body.wait .btn,
body.page-edit.wait .btn {
  cursor: wait;
}

@media (max-width: 991px) {
  body > div.container-fluid {
    margin-top: 0;
  }
}
hr {
  background-color: #ddd;
  border: none;
  height: 1px;
  margin: 10px 0;
}

ul,
ol,
p {
  margin: 0 0 15px 0;
}

table td, table th {
  vertical-align: top;
}

iframe,
audio {
  max-width: 100%;
}

video {
  max-width: 100%;
  height: auto;
}

details summary {
  cursor: pointer;
}

.drag-handle {
  cursor: move;
  background: repeat-y url("/lib/images/grippy2.png") 3px 0;
  padding: 15px;
  cursor: drag;
}

.unpublished,
.unpublished a:not(.btn),
.unpublished .text-muted,
.unpublished .help-block {
  color: #aaa;
}

.z-drag-drop-placeholder, ul.media > li.ui-sortable-placeholder, ul.blocks.ui-sortable .ui-sortable-placeholder {
  background: #ddd;
  border: none;
  border-radius: 10px;
  visibility: visible !important;
}

.z-text-light {
  color: #aaa;
}

.z-button-row {
  *zoom: 1;
}
.z-button-row:before, .z-button-row:after {
  content: " ";
  display: table;
}
.z-button-row:after {
  clear: both;
}
.z-button-row > * {
  float: left;
}

.admin-container {
  margin: 15px;
  margin-top: 76px;
}
.admin-container > table,
.admin-container > form > table,
.admin-container .admin-table {
  background-color: white;
  border-radius: 10px;
  border-bottom: 0;
}

.admin-padding {
  padding: 15px;
}

footer {
  margin: 20px 0;
}

body.noframe > .admin-container {
  background: transparent;
}

.admin-image-border, .admin-edit-media {
  border: 1px solid #fff;
}

.admin-text-header, .widget .widget-header,
.widget .widget-section-header {
  font-size: 13px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #777;
}

.admin-word-break, .thumbnail h5, .thumbnail h6, table.do_adminLinkedTable .admin-list-thumb > span, table.do_adminLinkedTable th, table.do_adminLinkedTable td, .admin-header h2 {
  word-break: auto-phrase;
  hyphens: auto;
}

p .z-btn-help,
label .z-btn-help {
  display: inline;
  vertical-align: text-bottom;
}

.admin-header {
  margin-bottom: 24px;
  *zoom: 1;
}
.admin-header:before, .admin-header:after {
  content: " ";
  display: table;
}
.admin-header:after {
  clear: both;
}
.admin-header > :last-child {
  margin-bottom: 0;
}
.admin-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
}
.admin-header h2 + p {
  margin-top: 1em;
}

h3 {
  margin: 1.25em 0 0.75em 0;
}

pre:empty {
  display: none;
}

.border-danger {
  border-left: 4px solid #d9534f;
  padding-left: 10px;
}

.ui-effects-transfer {
  border: 1px dotted #333;
  z-index: 10000;
}

.modal.in {
  backdrop-filter: blur(2px) brightness(50%);
}

.modal-footer .btn + .btn,
.modal-footer .btn.pull-left + .btn.pull-left {
  margin-left: 3px;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.text-muted {
  color: #999;
}

.nav .dropdown-menu > li > a.has-icon,
.nav .dropdown-toggle.has-icon {
  position: relative;
  padding-left: 34px;
}
.nav .dropdown-menu > li > a.has-icon .z-icon,
.nav .dropdown-toggle.has-icon .z-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  height: 14px;
  width: 14px;
  margin-top: -7px;
}
.nav.nav-pills {
  border-style: none none solid none;
  border-width: 1px;
}

.dropdown-menu.admin-dropdown-menu-has-icons > li > a {
  padding-left: 40px;
  position: relative;
}
.dropdown-menu.admin-dropdown-menu-has-icons > li > a .glyphicon {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  line-height: 24px;
}
.dropdown-menu > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li > a:hover {
  background-color: #0fa2db;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.well {
  box-shadow: none;
  padding: 15px 15px 11px 15px;
  background-color: white;
  border: 0;
  border-radius: 10px;
}
.well > .btn,
.well > a[href],
.well .btn + .btn {
  margin: 0 4px 4px 0;
}

.alert {
  padding: 10px;
  margin-bottom: 15px;
}
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
  margin-top: 0;
}

.modal-header .close {
  margin-top: 3px;
  opacity: 1;
}

a.close,
button.close {
  color: #555;
}

.radio-inline,
.checkbox-inline,
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 5px;
}

.checkbox label {
  color: #555;
}

.pagination > li > a {
  -webkit-user-select: "none";
  -moz-user-select: "none";
  -ms-user-select: "none";
  user-select: "none";
}
.pagination > li.disabled > a {
  pointer-events: none;
}

.control-label {
  font-weight: normal;
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 5px;
  }
}
code {
  padding: 0;
}

.z-btn-remove {
  color: #555;
}
.z-btn-remove:hover {
  color: #222;
}

.btn {
  position: relative;
}

.btn > .z-icon {
  width: 18px;
  height: 18px;
  margin-top: calc(-18px / 2);
  line-height: 18px;
  vertical-align: bottom;
  text-align: center;
}

.btn.disabled {
  pointer-events: none;
  background: transparent;
  color: #b7b7b7;
  opacity: 1;
}
.btn.disabled .glyphicon {
  opacity: 0.6;
}
.btn .glyphicon {
  top: 3px;
}
.btn.btn-xs .glyphicon {
  top: 2px;
}
.btn.btn-sm .glyphicon {
  top: 1px;
}
.btn.btn-primary:hover {
  background-color: #0c91cb;
  border-color: #0b80b3;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #c0c0c0;
  border-color: #bbb;
}

#unlink-undo-message div.alert {
  padding-right: 14px; /* right-aligned undo button in page connections */
}

.rsc-item-wrapper {
  margin: 0 0 15px 0;
}

.rsc-item .thumb {
  margin: 0 10px 0 0;
}

.checkbox-list {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-list .checkbox {
  flex-grow: 1;
  width: 25%;
  min-width: 200px;
  margin-top: 0;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .checkbox-list .checkbox {
    width: 25%;
  }
}

.dashboard .widget .widget-header .btn {
  margin-top: -2px;
}
.dashboard .table {
  border-bottom: 0;
  margin-bottom: 0 !important;
}
.dashboard .table > thead > tr:first-child th, .dashboard .table > thead > tr:first-child td,
.dashboard .table > tbody > tr:first-child th,
.dashboard .table > tbody > tr:first-child td {
  border: none;
}
.dashboard .table > thead > tr > th:first-child,
.dashboard .table > tbody > tr > td:first-child {
  width: 60%;
}
.dashboard .table > thead > tr > th:last-child,
.dashboard .table > tbody > tr > td:last-child {
  width: 40%;
  color: #999;
}
.dashboard .table th {
  display: none;
}

.modal #dialog-new-rsc-tab {
  margin: -15px;
}

#dialog-new-rsc-tab .modal-footer {
  border-top: 0;
}
#dialog-new-rsc-tab .new-find-cols {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: minmax(300px, 70vh);
}
#dialog-new-rsc-tab .new-find-cols .modal-footer {
  position: sticky;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#dialog-new-rsc-tab .new-find-cols > .form-panel {
  grid-column: 1;
  grid-row: 1;
  background-color: white;
  padding: 10px 15px 0 15px;
  max-height: 100%;
  overflow-y: auto;
}
#dialog-new-rsc-tab .new-find-cols > .rsc-preview-panel-wrapper {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  background-color: white;
  z-index: 1051;
  padding: 10px 15px 0 15px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#dialog-new-rsc-tab .new-find-cols > .rsc-preview-panel-wrapper .rsc-preview h1 {
  font-size: 23px;
}
#dialog-new-rsc-tab .new-find-cols > .rsc-preview-panel-wrapper .rsc-preview h2 {
  font-size: 17px;
}
#dialog-new-rsc-tab .new-find-cols > .rsc-preview-panel-wrapper .rsc-preview h3 {
  font-size: 17px;
}
#dialog-new-rsc-tab .new-find-cols > .rsc-preview-panel-wrapper .rsc-preview img {
  max-width: 100%;
  margin: 15px 0;
}
#dialog-new-rsc-tab .new-find-cols > .new-find-results {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  max-height: 100%;
  padding: 10px 0 0 14px;
  margin-left: 0;
  border-left: 1px solid rgba(215, 215, 215, 0.3);
  background: linear-gradient(to right, #f8f8f8, white, white);
}
#dialog-new-rsc-tab .new-find-cols > .new-find-results > .new-find-results-header {
  grid-column: 1;
  grid-row: 1;
  padding-right: 15px;
  padding-bottom: 10px;
}
#dialog-new-rsc-tab .new-find-cols > .new-find-results > #dialog-rsc-new-found {
  grid-column: 1;
  grid-row: 2;
  max-height: 100%;
  padding-right: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#dialog-new-rsc-tab .new-find-cols > .new-find-results #dialog_new_rsc_results {
  margin-top: 0;
}

#dialog_new_rsc_results {
  margin-top: 10px;
}

.panel-footer .inline-div {
  display: inline-block;
  margin-left: 20px;
}
.panel-footer .inline-div:first-child {
  margin-top: 0;
}
.panel-footer .inline-div:last-child {
  margin-bottom: 0;
}

.block-add-block {
  display: block;
  margin: 0 auto 15px auto;
  width: fit-content;
  position: relative;
}
.block-add-block .dropdown-menu {
  top: auto;
}

ul.blocks.ui-sortable {
  padding: 0;
  margin: 0;
}
ul.blocks.ui-sortable > li {
  list-style-type: none;
  margin-left: 0;
}
ul.blocks.ui-sortable .widget-header {
  position: relative;
}
ul.blocks.ui-sortable .form-control.block-name {
  background-color: transparent;
  margin: 0 0 10px 0;
}
ul.blocks.ui-sortable .form-control.block-name:focus {
  background-color: #fff;
}
ul.blocks.ui-sortable > li > .widget {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
}
ul.blocks.ui-sortable > li > .widget > .drag-handle {
  grid-column: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  padding: 10px;
}
ul.blocks.ui-sortable > li > .widget > .widget-header {
  grid-column: 2;
  grid-row: 1;
  padding-left: 5px;
}
ul.blocks.ui-sortable > li > .widget > .widget {
  grid-column: 2;
  grid-row: 2;
}

.admin-edit-media {
  position: relative;
}

.admin-cropguide {
  position: absolute;
}
.admin-cropguide.admin-cropguide-horiz {
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  height: 0;
  left: 0;
  right: 0;
}
.admin-cropguide.admin-cropguide-vert {
  border-left: 1px solid rgba(255, 255, 255, 0.65);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  width: 0;
  top: 0;
  bottom: 0;
}

.system-content-warning {
  background-color: #f0ad4e;
  color: #fff;
  padding: 6px 15px;
  margin: 0 -15px;
}
.system-content-warning a {
  color: inherit;
  text-decoration: underline;
}
.system-content-warning a:hover {
  color: #0a6d93;
}

.edit-page .system-content-warning {
  display: none;
}

body.cg-system_content_group .system-content-warning, body.cat-meta .system-content-warning, body.name-administrator .system-content-warning, body.system-content .system-content-warning {
  display: block;
}
body.cg-system_content_group .navbar > div, body.cat-meta .navbar > div, body.name-administrator .navbar > div, body.system-content .navbar > div {
  border-bottom: 4px solid #f0ad4e;
}
body.cg-system_content_group #sidebar-publish-page .widget-content, body.cat-meta #sidebar-publish-page .widget-content, body.name-administrator #sidebar-publish-page .widget-content, body.system-content #sidebar-publish-page .widget-content {
  border-top: 1px solid #f0ad4e;
}
body.system-content .system-content-warning {
  margin-top: -24px;
  margin-bottom: 20px;
}

.tab-pane > .nav-tabs {
  margin-top: 10px;
}

ul.media {
  margin: 0;
}
ul.media > li {
  margin: 0 10px 10px 0;
  background: #555555;
  width: 180px;
  height: 180px;
  float: left;
  position: relative;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
ul.media > li.sortable {
  cursor: move;
}
ul.media > li figure {
  position: relative;
  margin: auto;
}
ul.media > li img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
}
ul.media > li .z-btn-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(240, 240, 240, 0.5);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
ul.media > li .z-btn-remove::before {
  font-size: 20px;
}
ul.media > li .bottom {
  position: absolute;
  padding: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
ul.media > li .bottom .caption {
  height: 16px;
  overflow: hidden;
}
ul.media > li .bottom .caption a {
  word-break: break-all;
  display: block;
  height: 16px;
  max-height: 16px;
  text-overflow: ellipsis;
  line-height: 16px;
  width: 161px;
  vertical-align: text-top;
  color: white;
  text-shadow: 2px 2px black;
}
.edit-page .admin-container {
  margin-top: 50px;
}
.edit-page .admin-header .admin-header-meta {
  margin: 0 -15px 0 -15px;
  padding: 15px;
}
.edit-page .admin-header h2 {
  margin-bottom: 10px;
}
.edit-page .admin-header .admin-edit-dates,
.edit-page .admin-header .admin-edit-dates a {
  color: #aaa;
}
.edit-page .admin-header .admin-edit-dates a {
  text-decoration: underline;
}
.edit-page .admin-header .admin-header-has-image {
  padding-left: 100px;
}
.edit-page .rscform-columns {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  grid-gap: 15px;
}
.edit-page .rscform-columns #poststuff {
  grid-column: 1;
  grid-row: 1;
}
.edit-page .rscform-columns #sidebar {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 991px) {
  .edit-page .rscform-columns {
    grid-template-columns: minmax(0, 1fr);
  }
  .edit-page .rscform-columns #poststuff {
    grid-column: 1;
    grid-row: 1;
  }
  .edit-page .rscform-columns #sidebar {
    grid-column: 1;
    grid-row: 2;
  }
}

#translation-tabs {
  position: sticky;
  top: 46px;
  z-index: 10;
  margin-bottom: 4px;
  background-color: #f2f2f2;
}

/* small image in admin edit */
img.mediaclass-admin-leader-image {
  background-color: #f2f2f2;
  float: left;
  width: 80px;
  height: 60px;
}

.admin-edit-media {
  background: white;
  padding: 0;
  margin: 0 0 10px 0;
}

input[type=date] {
  width: auto;
  display: inline;
}

input[type=time] {
  width: auto;
  display: inline;
}

#sidebar-publish-page {
  position: sticky;
  top: 46px;
  z-index: 1;
}

#sidebar-date-range .tab-content {
  overflow: visible;
}

.navbar.admin-navbar-fixed-save {
  z-index: 1000;
  opacity: 0;
  position: fixed;
  display: none;
  top: 50px;
  border-radius: 0;
  padding: 15px 15px;
  background-color: #a6daf0;
  transition: opacity 0.3s ease-in-out;
  min-height: inherit;
  box-shadow: none;
}

div + .admin-edit-no-features {
  display: none;
}

.edit-message {
  background-color: #a6daf0;
  border-color: #a6daf0;
  color: #555;
}
.edit-message .btn {
  margin-top: -2px;
}

@media (max-width: 991px) {
  .admin-navbar-fixed-save {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  .scrolled .admin-navbar-fixed-save {
    display: block;
    opacity: 1;
  }
  body.scrolled #translation-tabs {
    top: 114px;
  }
}
.form-field-error,
.invalid {
  color: #B94A48;
}

form.form-horizontal .z_validation_message {
  margin-bottom: 0;
}

textarea.form-field-error, textarea.invalid,
input.form-field-error,
input.invalid {
  background: #ffeeee;
}

input.form-control[type=file] {
  height: auto;
}

select:required:invalid {
  color: gray;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

fieldset > label > input[type=checkbox],
fieldset > label > input[type=radio],
fieldset > label.radio > input[type=checkbox],
fieldset > label.radio > input[type=radio],
fieldset > label.checkbox > input[type=checkbox],
fieldset > label.checkbox > input[type=radio],
.form-group > label > input[type=checkbox],
.form-group > label > input[type=radio],
.form-group > label.radio > input[type=checkbox],
.form-group > label.radio > input[type=radio],
.form-group > label.checkbox > input[type=checkbox],
.form-group > label.checkbox > input[type=radio] {
  position: relative;
  margin-left: 0;
}

img.thumb {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

.widget.admin-logon {
  margin: 100px auto;
  max-width: 480px;
}
.widget.admin-logon .z-logon-box {
  max-width: none;
  margin: 0 auto;
}
.widget.admin-logon .z-logon-box button[type=submit],
.widget.admin-logon .z-logon-box input[type=submit] {
  width: auto;
}
.widget.admin-logon .z-logon-box .z-logon-form {
  margin: 0 auto;
}
.widget.admin-logon .z-logon-box .z-logon-title {
  font-size: 1em;
  margin: 0 0 1em 0;
  font-weight: bold;
}
.widget.admin-logon .z-logon-box .z-logon-support {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  border-top: 1px solid #d7d7d7;
}
.widget.admin-logon .z-logon-box .alert {
  display: none;
}
.widget.admin-logon .z-logon-box.z-logon-error .alert {
  display: block;
}
.widget.admin-logon .z-logon-box.z-logon-error .alert :last-child {
  margin-bottom: 0;
}

.map-wrapper {
  height: 300px;
  width: 610px;
  border: 3px solid #d7d7d7;
  margin: 0 0 9px 0;
  border-radius: 6px;
}

@media (min-width: 720px) {
  .modal-dialog {
    min-width: 700px;
  }
}
div.modal div.tab-content {
  overflow: visible;
}
div.modal .nav.nav-pills {
  margin: -15px -15px 15px -15px;
  padding: 0 15px;
}
div.modal .modal-body > :first-child:not(.nav) {
  margin-top: 0;
}
div.modal .modal-footer {
  font-size: 0;
}
div.modal .modal-footer .pull-left {
  margin-left: 0;
}
div.modal .modal-footer.sticky-bottom {
  position: sticky;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

#menu-editor .widget-header {
  height: auto;
}

.navbar.navbar-branded {
  min-height: 50px;
  height: 50px;
  background-color: #0fa2db;
}
.navbar.navbar-branded .navbar-header > a,
.navbar.navbar-branded .nav > li > a {
  color: #fff;
}
.navbar.navbar-branded .nav > li > a:hover,
.navbar.navbar-branded .nav > li > a:focus,
.navbar.navbar-branded .navbar-nav > .open > a,
.navbar.navbar-branded .navbar-nav > .active > a {
  background-color: #0c91cb;
  color: #fff;
}
.navbar.navbar-branded .navbar-brand {
  font-size: 15px;
  line-height: 15px;
  padding: 17px 15px;
}
.navbar.navbar-branded .navbar-brand .zotonic-logo {
  height: 15px;
  width: 87px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.navbar.navbar-branded .navbar-right {
  margin-right: 15px;
}
.navbar.navbar-branded .navbar-nav > li > a,
.navbar.navbar-branded .navbar-nav > li > .dropdown-menu > li > a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.navbar.navbar-branded .navbar-toggle {
  border-color: rgba(255, 255, 255, 0.7);
}
.navbar.navbar-branded .navbar-toggle .icon-bar {
  background-color: rgba(255, 255, 255, 0.7);
}
.navbar.navbar-branded .navbar-form {
  margin-right: 0;
}
.navbar.navbar-branded .navbar-form .form-control {
  width: 9em;
  transition: width 200ms lineair;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  background-color: inherit;
}
.navbar.navbar-branded .navbar-form .form-control::placeholder {
  color: white;
}
.navbar.navbar-branded .navbar-form .form-control.search-query:focus {
  position: absolute;
  right: 10px;
  width: 90vw;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #222;
  padding: 4px 10px;
  font-size: 2rem;
}
.navbar.navbar-branded .navbar-form .form-control.search-query:focus::placeholder {
  color: #666;
}
.navbar.navbar-branded .navbar-collapse {
  background-color: #0fa2db;
}
.navbar.navbar-branded .collapse.in {
  max-height: none;
}
.navbar.navbar-branded .collapse.in .nav > .dropdown.pull-right {
  float: none !important;
}
.navbar.navbar-branded .collapse.in .nav > .dropdown.open .dropdown-menu {
  background-color: #efefef;
  border-radius: 0;
}
.navbar.navbar-branded .collapse.in .nav > .dropdown.open .dropdown-menu > li > a {
  background-color: #efefef;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.navbar.navbar-branded .collapse.in .nav > .dropdown.open .dropdown-menu > li > a:hover {
  background: #0fa2db;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.navbar .dropdown-toggle .z-username {
  display: none;
}
.navbar .dropdown-header.z-username {
  display: none;
}

body.navbar-menu-open {
  overflow: hidden;
}

@media (min-width: 480px) {
  .navbar .dropdown-header.z-username {
    display: block;
  }
  .navbar .collapse.in .dropdown-toggle .z-username {
    display: inline;
  }
  .navbar .collapse.in .dropdown-header.z-username {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .navbar.navbar-branded .navbar-brand {
    display: none;
  }
  .navbar.navbar-branded {
    padding: 0 5px;
  }
  .navbar.navbar-branded .dropdown > a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1050px) {
  .navbar .dropdown-toggle .z-username {
    display: inline;
  }
  .navbar .dropdown-header.z-username {
    display: none;
  }
}
.modal-overlay.dark {
  background-color: #1e1e1e;
  color: #f8f8f8;
}
.modal-overlay.dark h2, .modal-overlay.dark h3, .modal-overlay.dark h4, .modal-overlay.dark label {
  color: #f8f8f8;
}
.modal-overlay.dark hr {
  background-color: #5e5e5e;
}

input[type=text].rtl,
textarea.rtl {
  font-size: 150%;
}

body[dir=rtl] label {
  float: right;
  text-align: right;
}

span.icon_status {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  margin-top: 3px;
}
span.icon_status:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #ddd;
  z-index: 0;
}
span.icon_status:after {
  content: " ";
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #efefef;
  z-index: 1;
}
span.icon_status.icon_status_running:before, span.icon_status.icon_status_ok:before {
  background-color: #3ca43c;
  background-image: linear-gradient(to bottom, #3ca43c 0%, #80e880 100%);
}
span.icon_status.icon_status_running:after, span.icon_status.icon_status_ok:after {
  background: #00D100;
  box-shadow: inset 0 -7px 7px rgba(100, 100, 100, 0.1), inset 0 7px 7px rgba(255, 255, 255, 0.3);
}
span.icon_status.icon_status_error:before {
  background-color: #b2613c;
  background-image: linear-gradient(to bottom, #b2613c 0%, #f6a580 100%);
}
span.icon_status.icon_status_error:after {
  background: #ED4A00;
  box-shadow: inset 0 -7px 7px rgba(100, 100, 100, 0.1), inset 0 7px 7px rgba(255, 255, 255, 0.3);
}
span.icon_status.icon_status_warning:before, span.icon_status.icon_status_retrying:before {
  background-color: #bb9a3c;
  background-image: linear-gradient(to bottom, #bb9a3c 0%, #ffde80 100%);
}
span.icon_status.icon_status_warning:after, span.icon_status.icon_status_retrying:after {
  background: #FFBD00;
  box-shadow: inset 0 -7px 7px rgba(100, 100, 100, 0.1), inset 0 7px 7px rgba(255, 255, 255, 0.3);
}
span.icon_status.icon_status_starting:before {
  background-color: #adb83c;
  background-image: linear-gradient(to bottom, #adb83c 0%, #f1fc80 100%);
}
span.icon_status.icon_status_starting:after {
  background: #E2F800;
  box-shadow: inset 0 -7px 7px rgba(100, 100, 100, 0.1), inset 0 7px 7px rgba(255, 255, 255, 0.3);
}

ul.suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.suggestions-list li a {
  display: block;
  background-image: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  margin-bottom: -1px;
  padding: 2px 4px;
}

ul.suggestions-list li a .pull-right {
  color: #999;
}

ul.suggestions-list li a:hover span.pull-right,
ul.suggestions-list li a:hover {
  color: #f5f5f5;
  background: #999;
  text-decoration: none;
}

/* override table-striped */
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #fff;
}

td.clickable,
tr.clickable td {
  cursor: pointer;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e5e5e5;
}

.table {
  border-bottom: 1px solid #e5e5e5;
}

table.data-table {
  max-width: 100%;
}
table.data-table th, table.data-table td {
  word-break: break-all;
}

table.do_adminLinkedTable th a:hover {
  text-decoration: none;
}
table.do_adminLinkedTable td.view-link {
  padding: 0;
}
table.do_adminLinkedTable td a.view-link {
  display: block;
  padding: 8px;
  color: inherit;
}
table.do_adminLinkedTable td a.view-link:hover {
  text-decoration: none;
}
table.do_adminLinkedTable .buttons {
  margin-top: -2px;
  margin-bottom: -2px;
  word-break: none !important;
}
table.do_adminLinkedTable h5, table.do_adminLinkedTable p {
  margin: 0;
}
table.do_adminLinkedTable .admin-list-thumb {
  display: table-row;
}
table.do_adminLinkedTable .admin-list-thumb > img,
table.do_adminLinkedTable .admin-list-thumb > span {
  display: table-cell;
  vertical-align: top;
}
table.do_adminLinkedTable .admin-list-thumb > img {
  width: 40px;
  height: 30px;
  margin: 0 10px 0 0;
}
.table > thead > tr > th {
  border-width: 1px;
}

.table tbody tr.clickable td,
.table tbody tr.clickable th,
.table tbody tr td.clickable,
.table tbody tr th.clickable {
  transition: all 0.1s ease-in-out;
}

.table tbody tr.clickable:hover td,
.table tbody tr.clickable:hover th,
.table tbody tr:hover td.clickable,
.table tbody tr:hover th.clickable {
  background-color: #eee;
}

table.table tr.unpublished td a.btn-success {
  color: white;
}

.arrow {
  height: 0;
  width: 0;
  border: 4px solid transparent;
  vertical-align: middle;
}
.arrow.up {
  border-bottom-color: #000;
  border-bottom-color: currentColor;
  margin-top: -4px;
}
.arrow.down {
  border-top-color: #000;
  border-top-color: currentColor;
  margin-top: 4px;
}

th .arrow {
  display: inline-block;
  margin-left: 8px;
}
th a:hover .arrow.up {
  border-bottom-color: currentColor;
}
th a:hover .arrow.down {
  border-top-color: currentColor;
}

.nav-tabs > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.minimalTabs ul.nav-tabs, .nav.nav-pills ul.nav-tabs,
.minimalTabs,
.widget ul.nav-tabs,
.nav.nav-pills {
  padding: 0;
  border-color: rgba(215, 215, 215, 0.3);
  margin: 0;
}
.minimalTabs ul.nav-tabs > li, .widget ul.nav-tabs ul.nav-tabs > li, .nav.nav-pills ul.nav-tabs > li,
.minimalTabs > li,
.widget ul.nav-tabs > li,
.nav.nav-pills > li {
  margin-bottom: -1px;
}
.minimalTabs ul.nav-tabs > li > a, .widget ul.nav-tabs ul.nav-tabs > li > a, .nav.nav-pills ul.nav-tabs > li > a,
.minimalTabs ul.nav-tabs li.active > a,
.minimalTabs > li > a,
.widget ul.nav-tabs > li > a,
.nav.nav-pills > li > a,
.minimalTabs li.active > a,
.widget ul.nav-tabs li.active > a,
.nav.nav-pills li.active > a {
  border-radius: 0;
  margin-right: 0;
  border: none;
  background: none;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: none none solid none;
  border-width: 2px;
  border-color: transparent;
}
.minimalTabs ul.nav-tabs > li:not(.disabled) > a, .widget ul.nav-tabs ul.nav-tabs > li:not(.disabled) > a, .nav.nav-pills ul.nav-tabs > li:not(.disabled) > a,
.minimalTabs > li:not(.disabled) > a,
.widget ul.nav-tabs > li:not(.disabled) > a,
.nav.nav-pills > li:not(.disabled) > a {
  color: #555;
}
.minimalTabs ul.nav-tabs > li.disabled > a, .widget ul.nav-tabs ul.nav-tabs > li.disabled > a, .nav.nav-pills ul.nav-tabs > li.disabled > a, .minimalTabs ul.nav-tabs > li.disabled > a:hover, .minimalTabs ul.nav-tabs > li.disabled > a:focus,
.minimalTabs > li.disabled > a,
.widget ul.nav-tabs > li.disabled > a,
.nav.nav-pills > li.disabled > a,
.minimalTabs > li.disabled > a:hover,
.minimalTabs > li.disabled > a:focus {
  color: #aaa;
}
.minimalTabs ul.nav-tabs > li > a, .widget ul.nav-tabs ul.nav-tabs > li > a, .nav.nav-pills ul.nav-tabs > li > a,
.minimalTabs > li > a,
.widget ul.nav-tabs > li > a,
.nav.nav-pills > li > a {
  background-color: transparent;
}
.minimalTabs ul.nav-tabs > li > a:hover, .widget ul.nav-tabs ul.nav-tabs > li > a:hover, .nav.nav-pills ul.nav-tabs > li > a:hover,
.minimalTabs > li > a:hover,
.widget ul.nav-tabs > li > a:hover,
.nav.nav-pills > li > a:hover {
  color: black;
  border-bottom-color: #aaa;
}
.minimalTabs ul.nav-tabs li.active > a, .minimalTabs ul.nav-tabs li.active > a:focus, .minimalTabs ul.nav-tabs li.active > a:hover,
.minimalTabs li.active > a,
.widget ul.nav-tabs li.active > a,
.nav.nav-pills li.active > a,
.minimalTabs li.active > a:focus,
.minimalTabs li.active > a:hover {
  border-style: none none solid none;
  border-width: 2px;
  border-bottom-color: #00C853;
  color: black;
  background: none;
}
.minimalTabs ul.nav-tabs li.tab-action > a:hover,
.minimalTabs li.tab-action > a:hover,
.widget ul.nav-tabs li.tab-action > a:hover,
.nav.nav-pills li.tab-action > a:hover {
  color: black;
  border-bottom-color: transparent;
}
.minimalTabs ul.nav-tabs.nav-justified, .nav.nav-pills ul.nav-tabs.nav-justified,
.minimalTabs.nav-justified,
.widget ul.nav-justified.nav-tabs,
.nav-justified.nav.nav-pills {
  border-bottom: 1px solid #d7d7d7;
}
.minimalTabs ul.nav-tabs.nav-justified > li > a, .nav.nav-pills ul.nav-tabs.nav-justified > li > a,
.minimalTabs.nav-justified > li > a,
.widget ul.nav-justified.nav-tabs > li > a,
.nav-justified.nav.nav-pills > li > a {
  margin-bottom: -1px;
}

.connect-results {
  max-height: 400px;
  margin-top: 15px;
  padding: 10px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.connect-results .row {
  margin-left: -6px;
  margin-right: -6px;
}

.thumbnails {
  list-style: none;
  padding: 0;
  *zoom: 1;
}
.thumbnails:before, .thumbnails:after {
  content: " ";
  display: table;
}
.thumbnails:after {
  clear: both;
}
.thumbnails [class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
}
.thumbnails .thumbnail:hover,
.thumbnails .thumbnail:active,
.thumbnails .thumbnail:focus {
  border-color: #888;
}

.thumbnail {
  display: flex;
  gap: 5px;
  min-height: 92px;
  max-height: 92px;
  padding: 5px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.15;
  transition-duration: 0;
  color: #222;
}
.thumbnail:hover, .thumbnail:focus, .thumbnail:active {
  border-color: #888;
  color: #222;
  text-decoration: none;
}
.thumbnail.thumbnail-connected:not(.thumbnail-depiction) {
  background-color: #f5f5f5;
  color: #aaa;
}
.thumbnail.thumbnail-connected:not(.thumbnail-depiction) img {
  opacity: 0.3;
}
.thumbnail .z-thumbnail-text {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.thumbnail .z-thumbnail-filename {
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
}
.thumbnail .z-thumbnail-image {
  flex-shrink: 0;
  width: 30%;
}
.thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.thumbnail h5, .thumbnail h6, .thumbnail p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.thumbnail h5 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.thumbnail h6 {
  text-transform: lowercase;
}
.thumbnail .rsc-actions {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 20;
}

.z-thumbnail-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  color: #aaa;
}

table.mceLayout, textarea.tinyMCE {
  width: 100% !important;
}

#zmedia-props-form [class*=span] {
  margin-bottom: 20px;
}

#zmedia-props-form .control-label {
  font-weight: bold;
}

#zmedia-props-form .radio .thumbnail {
  max-width: 90%;
}

.z-tinymce-media-left {
  border: 1px solid #e5e5e5;
}

.dialog .z-tinymce-media-options label {
  float: none;
  width: auto;
}

.z-tinymce-media-options p {
  margin: 0;
}

.wp_themeSkin .mceStatusbar div {
  width: 600px;
  overflow: hidden;
}

div.widget-content .mce-tinymce.mce-container {
  border: 0;
}

/* sets tinyMCE font size in admin */
div.widget-content .mce-container,
div.widget-content .mce-container *,
div.widget-content .mce-widget,
div.widget-content .mce-widget *,
div.widget-content .mce-reset {
  font-size: 13px;
}

.mce-container {
  border: none;
}
.mce-container .mce-panel {
  border: none;
}
.mce-container .mce-statusbar {
  border-bottom: 0;
  border-top: 1px solid #eeeeee;
}
.mce-container .mce-statusbar .mce-path-item {
  background: #eeeeee;
  border-radius: 5px;
  padding: 2px 6px;
}

ul.tree-list li.menu-item > div {
  background-color: #fefefe;
}
ul.tree-list li.menu-item > div > a {
  color: #777;
}
ul.tree-list li.menu-item > div > a:hover {
  color: #textColorDark;
  text-decoration: none;
}
ul.tree-list li.menu-item ul li:first-child {
  margin-top: 1px;
}
ul.tree-list li.menu-item ul li:last-child {
  margin-bottom: 2px;
}
ul.tree-list li.menu-item + li.menu-item {
  margin-top: -1px;
}
ul.tree-list.categories {
  padding-bottom: 40px;
}
ul.tree-list.categories li.menu-item span.category, ul.tree-list.tree-list-menu li.menu-item span.category {
  display: none;
}

ul.tree-list.connections-list {
  min-height: 12px;
}
ul.tree-list.connections-list li.menu-item > div {
  overflow: hidden;
}
ul.tree-list.connections-list li.menu-item-alert {
  padding: 10px;
  text-align: center;
}

.nav-tabs + .widget {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.widget {
  background-color: white;
  margin-bottom: 15px;
  border-bottom: none;
  border-radius: 10px;
  *zoom: 1;
}
.widget:before, .widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
.widget .widget {
  margin-bottom: 0;
}
.widget.dark {
  background-color: #e9e9e9;
}
.widget h5 {
  margin-top: 18px;
}
.admin-container .widget .language-tabs {
  display: none;
}
.widget .widget-content {
  position: relative;
  padding: 15px 15px 0 15px;
  border-radius: 0 0 10px 10px;
  border-top: none;
}
.widget .widget-content.widget-content-full {
  padding: 0;
}
.widget .widget-content.widget-content-full .table > thead > tr > th:first-child,
.widget .widget-content.widget-content-full .table > tbody > tr > td:first-child {
  padding-left: 15px;
}
.widget .widget-content.widget-content-full .table > thead > tr > th:last-child,
.widget .widget-content.widget-content-full .table > tbody > tr > td:last-child {
  padding-right: 15px;
}
.widget .widget-content .table-like {
  padding: 8px 15px;
}
.widget .widget-content hr {
  margin: 15px -15px;
}
.widget .widget-content .mce-tinymce {
  margin: 0 -15px;
  width: auto !important;
}
.widget .widget-content .widget-content {
  padding-top: 0;
}
.widget .widget-content .widget-content > :last-child {
  margin-bottom: 0;
}
.widget .widget-content + .widget-content > .tab-pane {
  padding-top: 0;
}
.widget .widget-content:empty {
  display: none;
}
.widget .widget-content h1:not(.panel-heading .widget .widget-content h1, .panel-heading .widget .widget-content h2, .panel-heading .widget .widget-content h3, .panel-heading .widget .widget-content h4, .panel-heading .widget .widget-content h5, .panel-heading .widget .widget-content h6), .widget .widget-content h2:not(.panel-heading .widget .widget-content h1, .panel-heading .widget .widget-content h2, .panel-heading .widget .widget-content h3, .panel-heading .widget .widget-content h4, .panel-heading .widget .widget-content h5, .panel-heading .widget .widget-content h6), .widget .widget-content h3:not(.panel-heading .widget .widget-content h1, .panel-heading .widget .widget-content h2, .panel-heading .widget .widget-content h3, .panel-heading .widget .widget-content h4, .panel-heading .widget .widget-content h5, .panel-heading .widget .widget-content h6), .widget .widget-content h4:not(.panel-heading .widget .widget-content h1, .panel-heading .widget .widget-content h2, .panel-heading .widget .widget-content h3, .panel-heading .widget .widget-content h4, .panel-heading .widget .widget-content h5, .panel-heading .widget .widget-content h6), .widget .widget-content h5:not(.panel-heading .widget .widget-content h1, .panel-heading .widget .widget-content h2, .panel-heading .widget .widget-content h3, .panel-heading .widget .widget-content h4, .panel-heading .widget .widget-content h5, .panel-heading .widget .widget-content h6), .widget .widget-content h6:not(.panel-heading .widget .widget-content h1, .panel-heading .widget .widget-content h2, .panel-heading .widget .widget-content h3, .panel-heading .widget .widget-content h4, .panel-heading .widget .widget-content h5, .panel-heading .widget .widget-content h6) {
  margin: 15px 0;
}
.widget .widget-content h1:not(.panel-heading .widget .widget-content h1, .panel-heading .widget .widget-content h2, .panel-heading .widget .widget-content h3, .panel-heading .widget .widget-content h4, .panel-heading .widget .widget-content h5, .panel-heading .widget .widget-content h6):first-of-type, .widget .widget-content h2:not(.panel-heading .widget .widget-content h1, .panel-heading .widget .widget-content h2, .panel-heading .widget .widget-content h3, .panel-heading .widget .widget-content h4, .panel-heading .widget .widget-content h5, .panel-heading .widget .widget-content h6):first-of-type, .widget .widget-content h3:not(.panel-heading .widget .widget-content h1, .panel-heading .widget .widget-content h2, .panel-heading .widget .widget-content h3, .panel-heading .widget .widget-content h4, .panel-heading .widget .widget-content h5, .panel-heading .widget .widget-content h6):first-of-type, .widget .widget-content h4:not(.panel-heading .widget .widget-content h1, .panel-heading .widget .widget-content h2, .panel-heading .widget .widget-content h3, .panel-heading .widget .widget-content h4, .panel-heading .widget .widget-content h5, .panel-heading .widget .widget-content h6):first-of-type, .widget .widget-content h5:not(.panel-heading .widget .widget-content h1, .panel-heading .widget .widget-content h2, .panel-heading .widget .widget-content h3, .panel-heading .widget .widget-content h4, .panel-heading .widget .widget-content h5, .panel-heading .widget .widget-content h6):first-of-type, .widget .widget-content h6:not(.panel-heading .widget .widget-content h1, .panel-heading .widget .widget-content h2, .panel-heading .widget .widget-content h3, .panel-heading .widget .widget-content h4, .panel-heading .widget .widget-content h5, .panel-heading .widget .widget-content h6):first-of-type {
  margin-top: 0;
}
.widget .widget-content > .pull-right {
  margin-left: 10px;
}
.widget .widget-content:empty {
  padding: 0;
}
.widget .tab-pane {
  padding-top: 15px;
}
.widget .widget-header + .widget-content,
.widget .widget-header + .nav {
  border-top: 1px solid rgba(215, 215, 215, 0.3);
}
.widget .widget-header,
.widget .widget-section-header {
  font-weight: bold;
}
.widget .widget-section-header {
  margin: 20px 0 0 0;
}
.widget .widget-header {
  margin: 0;
  padding: 15px 15px;
  -webkit-user-select: "none";
  -moz-user-select: "none";
  -ms-user-select: "none";
  user-select: "none";
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 17px;
  font-weight: normal;
  line-height: 16px;
  border-radius: 10px;
}
.widget .widget-header .z-btn-remove {
  display: block;
  position: absolute;
  top: 15px;
  right: 41px;
  z-index: 1;
}
.widget .widget-header .widget-header-tools {
  float: right;
  font-size: 0;
  text-align: right;
}
.widget .widget-header .widget-header-tools .z-btn-help,
.widget .widget-header .widget-header-tools .z-icon {
  display: inline-block;
  margin-left: 12px;
  line-height: inherit;
}
.widget .widget-header .widget-header-tools .z-btn-help {
  color: #aaa;
}
.widget .widget-header .z-icon-plus,
.widget .widget-header .z-icon-minus {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-shadow: none;
}
.widget .widget-header .text-muted.pull-right {
  font-size: 12px;
}
.widget.widget-expanded .widget-header, .widget.dark.widget-expanded .widget-header {
  border-radius: 10px 10px 0 0;
}
.widget.widget-expanded .widget-header .widget-header-tools .z-btn-help, .widget.dark.widget-expanded .widget-header .widget-header-tools .z-btn-help {
  color: #069cd1;
}
.widget h5 {
  display: block;
  margin: 20px 0;
}
.widget .admin-button-help {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background-color: #333;
  border-color: #fff;
  border-radius: 8px;
}
.widget .navbar {
  background-color: #dadada;
  padding: 10px 0;
}

.admin-container .widget.translations .widget-content {
  padding-top: 4px;
}

.widget.widget-active:not(.widget-expanded) .widget-header:hover {
  transition: background 0.1s ease-in-out;
  cursor: pointer;
}

li h3.widget-header {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.widget ul.nav-tabs.language-tabs {
  border-bottom: 1px solid #e5e5e5;
}

.modal .widget {
  background-color: transparent;
  margin-bottom: 0;
}
.modal .widget .widget-content {
  padding: 0;
}
.modal .widget > ul.nav-tabs {
  padding: 0;
  margin: 0 0 15px 0;
  background: none;
  border-color: #e5e5e5;
}

/* scroll - keep the save buttons into view
   --------------------------------------------------------- */
#sidebar-publish-page .widget-content {
  display: block;
}

#sidebar-publish-page h3.widget-header i {
  display: none;
}

.rsc-preview-wrapper .rsc-preview {
  max-width: 800px;
  margin: 10px auto;
  padding: 10px;
}

.notice-wrap {
  position: fixed;
  top: 60px;
  right: 20px;
  width: 300px;
  z-index: 9999;
}

.dragover:after {
  content: "⇪";
  position: fixed;
  display: block;
  padding-top: 40vh;
  text-align: center;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.5);
  font-size: 128px;
  line-height: 1;
  z-index: 10000;
}

.environment-development body,
.environment-test body,
.environment-acceptance body,
.environment-education body,
.environment-backup body {
  padding-left: 24px;
}
@media (min-width: 480px) {
  .environment-development body::before,
  .environment-test body::before,
  .environment-acceptance body::before,
  .environment-education body::before,
  .environment-backup body::before {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 24px;
    font-size: 14px;
    display: block;
    color: white;
    writing-mode: tb-rl;
    text-align: center;
  }
}
.environment-development body .navbar .nav .caret,
.environment-test body .navbar .nav .caret,
.environment-acceptance body .navbar .nav .caret,
.environment-education body .navbar .nav .caret,
.environment-backup body .navbar .nav .caret {
  border-top-color: white;
  border-bottom-color: white;
}

@media (min-width: 480px) {
  .environment-development body::before {
    background-color: #2e6d32;
    background-image: linear-gradient(#2e6d32, white);
    content: "development";
  }
}
.environment-development.zotonic-admin .navbar.navbar-branded {
  background-color: #2e6d32;
}
.environment-development.zotonic-admin .navbar.navbar-branded .navbar-collapse {
  background-color: #2e6d32;
}
.environment-development.zotonic-admin .navbar.navbar-branded .nav > li > a:hover, .environment-development.zotonic-admin .navbar.navbar-branded .nav > li > a:focus {
  background-color: #1f4922;
}
.environment-development.zotonic-admin .navbar.navbar-branded .navbar-nav > .open > a,
.environment-development.zotonic-admin .navbar.navbar-branded .navbar-nav > .active > a {
  background-color: #1f4922;
}
@media (max-width: 768px) {
  .environment-development.zotonic-admin .navbar.navbar-branded .dropdown-menu > li > a {
    color: white;
  }
}
.environment-development.zotonic-admin .navbar.navbar-branded .dropdown-menu > li.active > a,
.environment-development.zotonic-admin .navbar.navbar-branded .dropdown-menu > li.active > a:hover,
.environment-development.zotonic-admin .navbar.navbar-branded .dropdown-menu > li > a:hover {
  background-color: #1f4922;
}

@media (min-width: 480px) {
  .environment-test body::before {
    background-color: #4527a0;
    background-image: linear-gradient(#4527a0, white);
    content: "test";
  }
}
.environment-test.zotonic-admin .navbar.navbar-branded {
  background-color: #4527a0;
}
.environment-test.zotonic-admin .navbar.navbar-branded .navbar-collapse {
  background-color: #4527a0;
}
.environment-test.zotonic-admin .navbar.navbar-branded .nav > li > a:hover, .environment-test.zotonic-admin .navbar.navbar-branded .nav > li > a:focus {
  background-color: #331d77;
}
.environment-test.zotonic-admin .navbar.navbar-branded .navbar-nav > .open > a,
.environment-test.zotonic-admin .navbar.navbar-branded .navbar-nav > .active > a {
  background-color: #331d77;
}
@media (max-width: 768px) {
  .environment-test.zotonic-admin .navbar.navbar-branded .dropdown-menu > li > a {
    color: white;
  }
}
.environment-test.zotonic-admin .navbar.navbar-branded .dropdown-menu > li.active > a,
.environment-test.zotonic-admin .navbar.navbar-branded .dropdown-menu > li.active > a:hover,
.environment-test.zotonic-admin .navbar.navbar-branded .dropdown-menu > li > a:hover {
  background-color: #331d77;
}

@media (min-width: 480px) {
  .environment-acceptance body::before {
    background-color: #e65100;
    background-image: linear-gradient(#e65100, white);
    content: "acceptance";
  }
}
.environment-acceptance.zotonic-admin .navbar.navbar-branded {
  background-color: #e65100;
}
.environment-acceptance.zotonic-admin .navbar.navbar-branded .navbar-collapse {
  background-color: #e65100;
}
.environment-acceptance.zotonic-admin .navbar.navbar-branded .nav > li > a:hover, .environment-acceptance.zotonic-admin .navbar.navbar-branded .nav > li > a:focus {
  background-color: #b33f00;
}
.environment-acceptance.zotonic-admin .navbar.navbar-branded .navbar-nav > .open > a,
.environment-acceptance.zotonic-admin .navbar.navbar-branded .navbar-nav > .active > a {
  background-color: #b33f00;
}
@media (max-width: 768px) {
  .environment-acceptance.zotonic-admin .navbar.navbar-branded .dropdown-menu > li > a {
    color: white;
  }
}
.environment-acceptance.zotonic-admin .navbar.navbar-branded .dropdown-menu > li.active > a,
.environment-acceptance.zotonic-admin .navbar.navbar-branded .dropdown-menu > li.active > a:hover,
.environment-acceptance.zotonic-admin .navbar.navbar-branded .dropdown-menu > li > a:hover {
  background-color: #b33f00;
}

@media (min-width: 480px) {
  .environment-education body::before {
    background-color: #006064;
    background-image: linear-gradient(#006064, white);
    content: "education";
  }
}
.environment-education.zotonic-admin .navbar.navbar-branded {
  background-color: #006064;
}
.environment-education.zotonic-admin .navbar.navbar-branded .navbar-collapse {
  background-color: #006064;
}
.environment-education.zotonic-admin .navbar.navbar-branded .nav > li > a:hover, .environment-education.zotonic-admin .navbar.navbar-branded .nav > li > a:focus {
  background-color: #002f31;
}
.environment-education.zotonic-admin .navbar.navbar-branded .navbar-nav > .open > a,
.environment-education.zotonic-admin .navbar.navbar-branded .navbar-nav > .active > a {
  background-color: #002f31;
}
@media (max-width: 768px) {
  .environment-education.zotonic-admin .navbar.navbar-branded .dropdown-menu > li > a {
    color: white;
  }
}
.environment-education.zotonic-admin .navbar.navbar-branded .dropdown-menu > li.active > a,
.environment-education.zotonic-admin .navbar.navbar-branded .dropdown-menu > li.active > a:hover,
.environment-education.zotonic-admin .navbar.navbar-branded .dropdown-menu > li > a:hover {
  background-color: #002f31;
}

@media (min-width: 480px) {
  .environment-backup body::before {
    background-color: #37474f;
    background-image: linear-gradient(#37474f, white);
    content: "backup";
  }
}
.environment-backup.zotonic-admin .navbar.navbar-branded {
  background-color: #37474f;
}
.environment-backup.zotonic-admin .navbar.navbar-branded .navbar-collapse {
  background-color: #37474f;
}
.environment-backup.zotonic-admin .navbar.navbar-branded .nav > li > a:hover, .environment-backup.zotonic-admin .navbar.navbar-branded .nav > li > a:focus {
  background-color: #222c31;
}
.environment-backup.zotonic-admin .navbar.navbar-branded .navbar-nav > .open > a,
.environment-backup.zotonic-admin .navbar.navbar-branded .navbar-nav > .active > a {
  background-color: #222c31;
}
@media (max-width: 768px) {
  .environment-backup.zotonic-admin .navbar.navbar-branded .dropdown-menu > li > a {
    color: white;
  }
}
.environment-backup.zotonic-admin .navbar.navbar-branded .dropdown-menu > li.active > a,
.environment-backup.zotonic-admin .navbar.navbar-branded .dropdown-menu > li.active > a:hover,
.environment-backup.zotonic-admin .navbar.navbar-branded .dropdown-menu > li > a:hover {
  background-color: #222c31;
}
