/** Base colors **/
/** from style guide **/
/** style guide: buttons **/
/** style guide: gradients **/
/** TEXT **/
/** LINES **/
/** LINKS **/
/** ERRORS **/
/** Alert Success **/
/** Alert Warning **/
/** Alert Error **/
/** Journal Articles have specific requirements **/
/** Journal branding **/
.backend-selection {
  overflow: hidden;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  line-height: 2.1;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
}
.backend-selection .section {
  box-sizing: content-box;
  font-size: inherit;
  display: inline-block;
  min-width: 6em;
  text-align: center;
  margin-bottom: -5000px;
  padding: 0.3em 1em 5000px;
}
.backend-selection .section a {
  text-decoration: none;
  color: grey;
  font-size: inherit;
}
.backend-selection .section a:hover {
  color: initial;
}
.backend-selection .section.choose {
  background-color: lightgrey;
  border-radius: 1em;
  border: solid 2px lightgrey;
  margin: 0.4em 0.5em -5000px 0.5em;
}
.backend-selection .section.choose.active {
  background-color: white;
}
.backend-selection .section.choose.active a {
  color: #585858;
  font-weight: bold;
}
.backend-selection .section.login {
  padding-top: 0.4em;
}
.backend-selection .section.version {
  color: grey;
  font-style: italic;
  position: absolute;
  right: 10em;
  top: 0.4em;
}
.backend-selection .section.history {
  position: absolute;
  right: 20em;
  top: 0.4em;
}
.backend-selection .section.history button {
  color: darkslategrey;
  background-color: lightgrey;
  border: none;
}
.backend-selection #navUser {
  position: absolute;
  right: 0;
  min-width: 8em;
  background-color: lightgrey;
}

code[class*=language-], pre[class*=language-] {
  text-shadow: none;
}

pre.prism.dark-theme {
  background-color: #060606;
}

pre.wrap, pre.wrap code {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.source-viewer .tabs .switch {
  display: inline-block;
  width: 48%;
  text-align: center;
  border: solid 1px lightgrey;
  color: grey;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0.25em 0;
}
.source-viewer .tabs .switch.source {
  float: right;
}
.source-viewer .tabs .switch:hover {
  cursor: pointer;
}
.source-viewer .tabs .switch.active {
  background-color: black;
  border-color: black;
  color: white;
}
.source-viewer .box {
  display: none;
}
.source-viewer .box.active {
  display: block;
}

.selector.country {
  max-height: 30em;
  overflow-y: scroll;
  border: solid 1px grey;
  padding: 1em;
}
.selector.country .region {
  margin-bottom: 1em;
}
.selector.country .region p {
  font-weight: bold;
}
.selector.country .region button {
  width: 4em;
  margin: 0 1em 1em 0;
}
.selector.country .region button.country.name {
  width: 8em;
  margin: 0 1em 1em 0;
}
.selector.country .region button.country.name span.button.text {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
.selector.country .region button.active {
  background-color: grey;
  color: white;
}

.selector.user {
  max-height: 30em;
  overflow-y: scroll;
  padding: 1em;
}
.selector.user button {
  width: 23%;
  margin: 0 1em 1em 0;
  padding-top: 1em;
  padding-bottom: 1em;
}
.selector.user button.active {
  background-color: grey;
  color: white;
}

.w-100-pct {
  width: 100 %;
}

.lc-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1em;
}

.lc-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2em;
}

.lc-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3em;
}

.lc-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 4em;
}

.lc-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 5em;
}

.lc-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 6em;
}

.lc-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 7em;
}

.lc-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  height: 8em;
}

body#eddie {
  padding-top: 51px;
}

.hidden {
  display: none !important;
}

.eddie.page-wrapper, .page-wrapper {
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 2em;
}
.eddie.page-wrapper #bottom-section, .page-wrapper #bottom-section {
  overflow-y: scroll;
}
.eddie.page-wrapper #bottom-section .dataTables_wrapper, .page-wrapper #bottom-section .dataTables_wrapper {
  margin-top: 1em;
  margin-bottom: 20em;
}
.eddie.page-wrapper #bottom-section table.stats, .page-wrapper #bottom-section table.stats {
  font-size: 0.85em;
}

#eddie .container {
  margin-top: 1em;
}
#eddie nav.navbar.flush-left {
  right: auto;
}
#eddie nav.navbar {
  background-color: white;
}
#eddie nav.navbar .nav-title-override {
  display: inline-block;
  background-color: #616161;
  color: white;
  padding: 0 2em;
  margin: 0 2em 0 0;
  font-size: 0.9em;
  height: 51px;
  line-height: 51px;
}
#eddie nav.navbar .nav-item {
  min-width: 22%;
}
#eddie nav.navbar-fixed-top {
  top: 48px;
}
#eddie #top-section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #616161;
  color: white;
  padding: 0 2em;
}
#eddie #top-section h1 {
  margin: 0;
  font-size: 0.9em;
  height: 51px;
  line-height: 51px;
}
#eddie #bottom-section {
  position: fixed;
  top: 109px;
  bottom: 0;
  padding-right: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  overflow-y: scroll;
}
#eddie #bottom-section .dataTables_filter,
#eddie #bottom-section .dataTables_paginate {
  float: none;
}
#eddie #bottom-section .data-parameters {
  margin-bottom: 1em;
}
#eddie #bottom-section .data-parameters span {
  font-size: 0.85em;
  margin-right: 3em;
}

.word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.sitewide-message {
  width: 100%;
  padding: 1em 0;
  text-align: center;
}

.modal-dialog .dataTable {
  font-size: 0.85em;
}
.modal-dialog .dataTable.fs-normal {
  font-size: initial;
}
.modal-dialog .dataTable.td-50-pc td {
  width: 50%;
}
.modal-dialog.width-65pc {
  width: 65%;
  max-width: 65%;
}
.modal-dialog.width-80pc {
  width: 80%;
  max-width: 80%;
}

.modal-dialog.title-small .modal-title {
  font-size: initial;
}

.modal-dialog.title-italic .modal-title {
  font-style: italic;
}

#general-purpose-bs-modal #exception-interpretation-table thead, #general-purpose-bs-modal #exception-interpretation-table tfoot {
  display: none;
}
#general-purpose-bs-modal #exception-interpretation-table td {
  padding: 1em;
  border: solid 1px lightgrey;
}

.breadcrumbs {
  margin-bottom: 1em;
}
.breadcrumbs .breadcrumb {
  background-color: lightgrey;
  margin: 0;
  padding: 0.6em;
  border-radius: 0;
}
.breadcrumbs .breadcrumb .separator {
  padding: 0 0.7em;
}
.breadcrumbs .breadcrumb > li + li:before {
  padding: 0;
  content: "";
}

.page-wrapper.table1d #bottom-section {
  width: 97%;
  overflow: auto;
}
.page-wrapper.table1d #bottom-section tfoot {
  display: none;
}

.dataTable.table1d tfoot {
  display: none;
}

table.generic-details-box {
  border-top: solid 1px lightgrey;
  border-bottom: solid 1px lightgrey;
}
table.generic-details-box td {
  padding: 1em;
  border: solid 1px lightgrey;
}
table.generic-details-box thead, table.generic-details-box tfoot {
  display: none;
}

table.generic-details-box.values-mono td:nth-child(2) {
  font-family: Monospace, monospace;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

table.generic-details-box.small td {
  padding: 0.25em 0.5em;
}

table.generic-details-box.medium td {
  padding: 0.3em 0.7em;
}

table.no-head thead {
  display: none;
}

table.no-foot tfoot {
  display: none;
}

table.show-head thead {
  display: table-header-group;
}
table.show-head thead th {
  text-align: left;
  border: solid 1px grey;
  padding: 0.25em 0.5em;
}

table.show-foot tfoot {
  display: table-header-group;
}
table.show-foot tfoot th {
  text-align: left;
  border: solid 1px grey;
  padding: 0.25em 0.5em;
}

#altmetrics-details-table ul {
  list-style: none;
  padding: 0;
}

#bottom-section .mono {
  font-family: Monospace, monospace;
}

table.news-import {
  width: 100%;
  margin-bottom: 5em;
}
table.news-import td.import-index {
  width: 5%;
}
table.news-import td.import-checkbox {
  width: 5%;
}
table.news-import td.import-input {
  width: 40%;
}
table.news-import td.import-results-table {
  width: 50%;
}
table.news-import td.txc {
  text-align: center;
}
table.news-import input.url {
  width: 100%;
}
table.news-import td.import-index {
  padding-top: 2em;
  padding-bottom: 2em;
}
table.news-import .import-results-table .generic-details-box td {
  border: none;
}

table.fs-small {
  font-size: small;
}

table.fs-medium {
  font-size: medium;
}

table.fs-large {
  font-size: large;
}

table.pdg-half td {
  padding: 0.5em;
}

.table2d.page-wrapper.full-width #bottom-section {
  width: 97%;
}

.table2d.page-wrapper .controls {
  font-size: 0.75em;
  line-height: 0.75em;
}
.table2d.page-wrapper .controls h1 {
  font-size: initial;
}
.table2d.page-wrapper .columntoggles span {
  margin-right: 2em;
}
.table2d.page-wrapper label.checkbox {
  margin: 0 1.5em 0 0;
  font-weight: normal;
  display: inline-block;
}
.table2d.page-wrapper label.checkbox input {
  position: relative;
  margin: 0 0.25em 0 0;
  bottom: -2px;
}
.table2d.page-wrapper label.inline {
  margin-right: 1em;
}
.table2d.page-wrapper table tr.ticked {
  color: red;
}
.table2d.page-wrapper table tfoot select {
  width: 100% !important;
}
.table2d.page-wrapper table td .mono {
  font-family: Monospace, monospace;
}
.table2d.page-wrapper table td .small {
  font-size: 0.9em;
}
.table2d.page-wrapper .datatable.font-point5 {
  font-size: 0.5em;
}
.table2d.page-wrapper .datatable.font-point6 {
  font-size: 0.6em;
}
.table2d.page-wrapper .datatable.font-point7 {
  font-size: 0.7em;
}
.table2d.page-wrapper .datatable.font-point8 {
  font-size: 0.8em;
}
.table2d.page-wrapper .datatable.font-point85 {
  font-size: 0.85em;
}
.table2d.page-wrapper .datatable.font-point9 {
  font-size: 0.9em;
}

.buttons-wrapper.basic table {
  display: inline;
  margin-bottom: 1em;
}
.buttons-wrapper.basic table button, .buttons-wrapper.basic table .btn {
  min-width: 12em;
  margin: 0.4em 0.5em;
  font-size: 0.85em;
  border-width: 3px;
}
.buttons-wrapper.basic table button.btn-active {
  border: solid 3px purple;
  font-weight: bold;
}
.buttons-wrapper.basic button {
  border: solid 3px grey;
  font-weight: normal;
  background-color: white;
}
.buttons-wrapper.basic button:hover {
  color: initial;
}
.buttons-wrapper.basic button.btn-active {
  border: solid 3px purple;
  font-weight: bold;
  background-color: lightgrey;
}

.table2d.page-wrapper.word-wrap table tbody td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.table2d.word-wrap-table-body table tbody td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.table2d .content-widget {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3em;
  height: 4em;
}
.table2d span.error {
  color: red;
}

.custom-menu {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  border: 1px solid grey;
  white-space: nowrap;
  font-family: sans-serif;
  background: #FFF;
  color: #333;
  border-radius: 5px;
  padding: 0;
}
.custom-menu li {
  padding: 8px 12px;
  cursor: pointer;
  list-style-type: none;
  transition: all 0.3s ease;
  user-select: none;
}
.custom-menu li:hover {
  background-color: #DEF;
}
.custom-menu .header {
  padding: 8px 12px;
  background-color: grey;
  color: white;
}
.custom-menu .header button.close {
  position: relative;
  left: 5px;
}

#collaborator-add-edit.edit.form #bottom-section table.search-buttons .btn {
  border: solid 2px white;
}
#collaborator-add-edit.edit.form #bottom-section table.search-buttons .btn.active {
  border: solid 2px black;
}
#collaborator-add-edit.edit.form #bottom-section .data-form {
  margin-bottom: 2em;
}
#collaborator-add-edit.edit.form #bottom-section form div label {
  width: 10em;
}
#collaborator-add-edit.edit.form #bottom-section form div input {
  min-width: 10em;
  width: 10em;
}
#collaborator-add-edit.edit.form #bottom-section .metadata {
  border-radius: 3px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 70%;
  line-height: 2.2em;
  height: 2.2em;
  background-color: #d1d1d1;
  display: inline-block;
  margin: 0 0 0 1em;
}
#collaborator-add-edit.edit.form #bottom-section .row.search {
  border: solid 1px grey;
  border-radius: 1em;
  padding: 1em;
}

#restricted-resource-add-edit.edit.form #bottom-section table.search-buttons .btn {
  border: solid 2px white;
}
#restricted-resource-add-edit.edit.form #bottom-section table.search-buttons .btn.active {
  border: solid 2px black;
}
#restricted-resource-add-edit.edit.form #bottom-section .data-form {
  margin-bottom: 2em;
}
#restricted-resource-add-edit.edit.form #bottom-section form div label {
  width: 10em;
}
#restricted-resource-add-edit.edit.form #bottom-section form div input {
  min-width: 10em;
  width: 10em;
}
#restricted-resource-add-edit.edit.form #bottom-section .metadata {
  border-radius: 3px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 70%;
  line-height: 2.2em;
  height: 2.2em;
  background-color: #d1d1d1;
  display: inline-block;
  margin: 0 0 0 1em;
}
#restricted-resource-add-edit.edit.form #bottom-section .row.search {
  border: solid 1px grey;
  border-radius: 1em;
  padding: 1em;
}

.ui-dialog {
  z-index: 10000 !important;
}

.dialog a {
  color: #338bb9 !important;
}
.dialog a:hover {
  text-decoration: underline;
  color: blue;
}

.dialog.show-email table.meta {
  font-size: 0.85em;
  width: 100%;
  background-color: #e8e8e8;
  margin-bottom: 1em;
  border-radius: 5px;
}
.dialog.show-email table.meta td {
  padding: 0.1em 0.7em;
  border: solid 1px #d0e8ea;
}
.dialog.show-email table.meta tr td:first-child {
  width: 13%;
}
.dialog.show-email .body {
  border: solid 1px lightgrey;
  border-radius: 5px;
  padding: 0.65em;
}

.dialog.show-secure-links table.meta {
  font-size: 0.9em;
  width: 100%;
  background-color: #e8e8e8;
  border-radius: 5px;
  margin-bottom: 1em;
}
.dialog.show-secure-links table.meta td {
  padding: 0.5em 0.7em;
  border: solid 1px #d0e8ea;
}
.dialog.show-secure-links table.meta tr td:first-child {
  width: 20%;
}
.dialog.show-secure-links table.meta.no-bg {
  background-color: initial;
}
.dialog.show-secure-links table.meta span.changed {
  background-color: yellow;
}
.dialog.show-secure-links .body {
  border: solid 1px lightgrey;
  border-radius: 5px;
  padding: 0.65em;
}

.dialog.show-journal-article img {
  max-width: 100%;
}

.homepage .jumbotron {
  margin: 3em;
}

.dataTable .helper-buttons {
  margin-top: 1em;
}

.dt-container {
  font-size: 0.85em;
}
.dt-container .dt-search input {
  width: 30em;
}
.dt-container .dt-length select {
  margin-right: 0.5em;
}

.dataTable .monospace {
  font-family: Monospace, monospace;
}

#ecancer-modules-report #bottom-section {
  width: 100%;
}
#ecancer-modules-report #bottom-section .buttons-wrapper table {
  display: inline;
  margin-bottom: 1em;
}
#ecancer-modules-report #bottom-section .buttons-wrapper table button {
  min-width: 12em;
  margin: 0.4em 0.5em;
  font-size: 0.85em;
  border-width: 3px;
}
#ecancer-modules-report #bottom-section .buttons-wrapper table button.btn-active {
  border: solid 3px purple;
  font-weight: bold;
}
#ecancer-modules-report #bottom-section table.dataTable {
  font-size: 0.85em;
}
#ecancer-modules-report #bottom-section table.dataTable td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#ecancer-modules-report #bottom-section table.dataTable td:nth-child(10), #ecancer-modules-report #bottom-section table.dataTable td:nth-child(11) {
  font-size: 0.8em;
  font-family: monospace;
}

#ecancer-module-versions-report #bottom-section {
  width: 100%;
}
#ecancer-module-versions-report #bottom-section .dataTables_wrapper {
  width: 50%;
  margin: 0 auto;
}
#ecancer-module-versions-report #bottom-section .dataTables_wrapper .dataTables_info {
  margin-bottom: 1em;
}
#ecancer-module-versions-report #bottom-section table.stats {
  margin: 0 auto;
}

#xapi-requests-report #bottom-section {
  width: 97%;
}
#xapi-requests-report table.dataTable pre {
  font-size: 0.85em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  max-height: 10em;
}
#xapi-requests-report table.dataTable pre.open {
  max-height: 200em;
}

#elsa-modules-wip-report #bottom-section .controls-wrapper .select, #elsa-modules-wip-report #bottom-section .controls-wrapper .specify, #elsa-modules-stats-report #bottom-section .controls-wrapper .select, #elsa-modules-stats-report #bottom-section .controls-wrapper .specify, #certifications-report-wrapper #bottom-section .controls-wrapper .select, #certifications-report-wrapper #bottom-section .controls-wrapper .specify {
  display: block;
  margin-right: 2em;
  min-width: 23em;
}
#elsa-modules-wip-report #bottom-section .controls-wrapper .select form, #elsa-modules-wip-report #bottom-section .controls-wrapper .specify form, #elsa-modules-stats-report #bottom-section .controls-wrapper .select form, #elsa-modules-stats-report #bottom-section .controls-wrapper .specify form, #certifications-report-wrapper #bottom-section .controls-wrapper .select form, #certifications-report-wrapper #bottom-section .controls-wrapper .specify form {
  display: inline;
}
#elsa-modules-wip-report #bottom-section .controls-wrapper .select label, #elsa-modules-wip-report #bottom-section .controls-wrapper .specify label, #elsa-modules-stats-report #bottom-section .controls-wrapper .select label, #elsa-modules-stats-report #bottom-section .controls-wrapper .specify label, #certifications-report-wrapper #bottom-section .controls-wrapper .select label, #certifications-report-wrapper #bottom-section .controls-wrapper .specify label {
  min-width: 9em;
  margin-bottom: 5px;
}
#elsa-modules-wip-report #bottom-section .controls-wrapper table.export td, #elsa-modules-stats-report #bottom-section .controls-wrapper table.export td, #certifications-report-wrapper #bottom-section .controls-wrapper table.export td {
  padding-right: 1em;
}

#elsa-modules-wip-report #bottom-section .dataTable {
  font-size: 0.85em;
}
#elsa-modules-wip-report #bottom-section .dataTable thead th:nth-child(6),
#elsa-modules-wip-report #bottom-section .dataTable thead th:nth-child(7),
#elsa-modules-wip-report #bottom-section .dataTable thead th:nth-child(8),
#elsa-modules-wip-report #bottom-section .dataTable thead th:nth-child(9),
#elsa-modules-wip-report #bottom-section .dataTable thead th:nth-child(10),
#elsa-modules-wip-report #bottom-section .dataTable thead th:nth-child(11) {
  color: purple;
}
#elsa-modules-wip-report #bottom-section .info-box .color.purple {
  color: purple;
}
#elsa-modules-wip-report #bottom-section .info-box .color.cadetblue {
  color: cadetblue;
}

#elsa-modules-stats-report #bottom-section .dataTable tbody tr td:nth-child(2) {
  font-family: Monospace, monospace;
}

#elsa-module-wip-report #bottom-section {
  font-size: 0.9em;
}
#elsa-module-wip-report #bottom-section table.module-progress {
  width: 100%;
}
#elsa-module-wip-report #bottom-section table.module-progress td.result {
  vertical-align: top;
  padding: 1.5em 1.5em 0 0;
}
#elsa-module-wip-report #bottom-section table.module-progress td.result.status {
  width: 30%;
}
#elsa-module-wip-report #bottom-section table.module-progress td.result.status thead, #elsa-module-wip-report #bottom-section table.module-progress td.result.status tfoot {
  display: none;
}
#elsa-module-wip-report #bottom-section table.module-progress td.result.status td {
  padding-left: 0;
  padding-right: 2em;
}
#elsa-module-wip-report #bottom-section table.module-progress td.result.tracking {
  width: 70%;
}
#elsa-module-wip-report #bottom-section table.module-progress td.result.tracking .dataTable td:first-child, #elsa-module-wip-report #bottom-section table.module-progress td.result.tracking .dataTable td:last-child {
  font-family: Monospace, monospace;
}
#elsa-module-wip-report #bottom-section table.module-progress td.result.tracking .dataTables_filter input {
  width: 30em;
}

#elsa-course-details-report #bottom-section {
  width: 97%;
  font-size: 0.9em;
}
#elsa-course-details-report #bottom-section table#elsa-course-details-table {
  width: auto;
  margin: 0;
}
#elsa-course-details-report #bottom-section table#elsa-course-details-table thead, #elsa-course-details-report #bottom-section table#elsa-course-details-table tfoot {
  display: none;
}

#elsa-user-group-wip-report .controls-wrapper {
  margin-bottom: 2em;
}
#elsa-user-group-wip-report .controls-table td {
  padding-right: 3em;
}

.xapi.pane {
  padding: 0 1em;
}
.xapi.pane .xapi-tracking-data .dataTables_wrapper {
  margin-bottom: 0 !important;
}
.xapi.pane .xapi-tracking-data #xapi-summary-table {
  font-size: 0.9em;
}
.xapi.pane .xapi-tracking-data #xapi-summary-table thead, .xapi.pane .xapi-tracking-data #xapi-summary-table tfoot {
  display: none;
}
.xapi.pane .tracking-data.message.critical {
  font-size: 2em;
  color: red;
  font-weight: bold;
}
.xapi.pane table.lrs td {
  padding: 0 2em 0 0;
}
.xapi.pane button.test-cycling.active {
  background-color: lightgrey;
}

#ecancer-modules-cyclic-testing-report #bottom-section table.dataTable td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#ecancer-modules-cyclic-testing-report #bottom-section table.dataTable td:nth-child(2) {
  font-size: 0.8em;
  font-family: monospace;
}

#ecancer-modules-cyclic-testing-logs-report #bottom-section table.dataTable td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#ecancer-modules-cyclic-testing-logs-report #bottom-section table.dataTable td:nth-child(5) {
  font-family: monospace;
}

#elsa-modules-overall-report #elearning-elsa-modules-overall-starts-table_filter input {
  width: 8em;
}

#janitor-status-report #bottom-section {
  width: 100%;
}
#janitor-status-report .dataTable div.link {
  color: blue;
}
#janitor-status-report .dataTable div.link:hover {
  text-decoration: underline;
  cursor: pointer;
}
#janitor-status-report form {
  display: inline-block;
}

#janitor-logfile-report #bottom-section {
  width: 100%;
}

#articles-report #btnExportAuthors {
  margin-bottom: 1em;
  float: right;
}
#articles-report .dataTables_wrapper td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
#articles-report input#dt-search-0 {
  width: 50em;
}

#journal-users-report .dataTables_wrapper td {
  font-size: 0.85em;
}
#journal-users-report .info {
  margin-bottom: 1em;
}

#editorial-board-manager .flag-success {
  background-color: rgba(29, 133, 31, 0.23) !important;
}

#reviewers-report #bottom-section {
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

span.LMC, span.UMC, span.INX, span.LIC {
  background-color: #c4e1c4;
}

span.HIC {
  background-color: #ffcad0;
}

#submissions-report #submissions-table_wrapper {
  margin-top: 0;
}
#submissions-report #bottom-section {
  padding-top: 1.2em;
}

.html-from-zip-analysis-results-table-wrapper {
  margin: 2em;
  width: 90%;
}
.html-from-zip-analysis-results-table-wrapper #analysis-results-table td:nth-child(1) {
  width: 10%;
}
.html-from-zip-analysis-results-table-wrapper #analysis-results-table td {
  border: solid 1px grey;
}
.html-from-zip-analysis-results-table-wrapper #analysis-results-table td .authors {
  overflow-y: auto;
  max-height: 10em;
}
.html-from-zip-analysis-results-table-wrapper #analysis-results-table td .content, .html-from-zip-analysis-results-table-wrapper #analysis-results-table td .abstract {
  overflow-y: auto;
  max-height: 20em;
}
.html-from-zip-analysis-results-table-wrapper form label {
  min-width: 10em;
}
.html-from-zip-analysis-results-table-wrapper form select {
  min-width: 15em;
}
.html-from-zip-analysis-results-table-wrapper form div#create_article div {
  height: 2.2em;
}
.html-from-zip-analysis-results-table-wrapper form button[type=submit] {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}
.html-from-zip-analysis-results-table-wrapper form input[type=number] {
  width: 15em;
}
.html-from-zip-analysis-results-table-wrapper form input[type=text] {
  width: 80%;
}
.html-from-zip-analysis-results-table-wrapper form input[readonly=readonly] {
  background-color: lightgrey;
}
.html-from-zip-analysis-results-table-wrapper form input.fs-80 {
  font-size: 0.8em;
}

#article-import div#import_zip div {
  height: 2.2em;
}
#article-import form input {
  display: inline;
  margin-left: 2em;
}

.article-content {
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}
.article-content p {
  margin-top: 6pt !important;
  margin-bottom: 6pt !important;
  line-height: 150% !important;
}
.article-content p span {
  font-size: inherit !important;
}
.article-content .journal-article-type {
  margin-bottom: 0.5em;
}
.article-content h1 {
  margin: 0;
  line-height: 1.25em;
  font-size: 1.5em;
  color: #0056b4;
  margin-bottom: 0.3em;
}
.article-content h2 {
  margin: 0.8em 0 0.3em;
  line-height: 1.2em;
  font-size: 1.15em;
  color: #0056b4;
  margin-bottom: 0.3em;
}
.article-content a {
  color: #599fe2;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.article-content a:hover {
  color: #0056b4;
}
.article-content a:active {
  color: #0056b4;
}
.article-content img {
  width: initial !important;
  max-width: 95% !important;
  height: initial !important;
  margin-top: 1em;
  margin-bottom: 0.25em;
}
.article-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.article-content ol li {
  margin-top: 6pt;
  margin-bottom: 6pt;
  line-height: 150%;
}

#ojs_summary_table {
  width: 100%;
}
#ojs_summary_table td:first-child {
  width: 10%;
}

#modeo-editor #bottom-section {
  width: 97%;
}
#modeo-editor #bottom-section .dataTables_wrapper {
  margin-bottom: 3em;
}
#modeo-editor #bottom-section form.modeo-index-edit input {
  min-width: 35em;
}

#modeo-viewer #bottom-section {
  width: 97%;
  padding-top: 0;
}
#modeo-viewer .pane.viewer {
  height: 500px;
}
#modeo-viewer .pane.viewer iframe {
  width: 153.8461538462%;
  height: 153.8461538462%;
  -ms-zoom: 0.65;
  -moz-transform: scale(0.65);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.65);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.65);
  -webkit-transform-origin: 0 0;
}
#modeo-viewer table.panes > tbody > tr > td {
  width: 45%;
  vertical-align: top;
}
#modeo-viewer table.panes > tbody > tr > td:first-child {
  border-right: solid 1px lightgrey;
}
#modeo-viewer .pane.metadata {
  padding-right: 1em;
}
#modeo-viewer .pane.metadata table.generic-details-box {
  margin: 1em 0;
  width: 100%;
  font-size: 0.85em;
}
#modeo-viewer .pane.metadata table.generic-details-box td:first-child {
  width: 25%;
}
#modeo-viewer .pane.metadata table.generic-details-box td:nth-child(2) {
  padding-left: 1em;
}
#modeo-viewer .pane.metadata table.generic-details-box td {
  padding: 0.5em;
  border: solid 1px #eaeaea;
}
#modeo-viewer .pane.xapi table#test-links-table td {
  padding: 0.4em 1em;
  font-size: 0.85em;
}
#modeo-viewer .pane.xapi h4 {
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 7px;
}
#modeo-viewer .pane.xapi .xapi-tracking-data {
  margin-bottom: 5px;
}
#modeo-viewer .lrs-dashboard {
  height: 100%;
  margin-top: 2em;
}

#modeo-error .error-message table {
  width: 61%;
  margin: 0 auto;
}
#modeo-error .error-message table td {
  padding: 1em;
  border: solid 1px lightgrey;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#modeo-error .error-message table td:first-child {
  width: 20%;
}

#modeo-finder-table .info input[type=radio] {
  position: relative;
  bottom: 3px;
  vertical-align: middle;
  margin-left: 1em;
}
#modeo-finder-table .info label {
  font-weight: normal;
  line-height: 1.5em;
  margin-left: 1em;
}

#modeo-new .jumbotron.warning {
  background-color: red;
  color: white;
}

#embargoes-report span.pass {
  background-color: lightgreen;
}
#embargoes-report span.fail {
  background-color: lightsalmon;
}
#embargoes-report h2 {
  font-size: 1.25em;
  font-weigh: bold;
}
#embargoes-report .dataTables_wrapper {
  margin-bottom: 1em !important;
}
#embargoes-report #embargoes-table-news {
  margin-bottom: 20em;
}
#embargoes-report .dataTable td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
#embargoes-report .dataTable tfoot {
  display: none;
}
#embargoes-report div.info {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  margin-right: 5%;
}

#video-feedback #bottom-section {
  width: 97%;
}
#video-feedback #video_feedback_statistics_table {
  width: initial;
  margin: 0 0 3em;
  font-size: 0.85em;
}
#video-feedback #video_feedback_statistics_table tfoot {
  display: none;
}

#video-finder-page #bottom-section {
  width: 97%;
}

#video-sponsor-finder-page #bottom-section {
  width: 97%;
}
.hide {
  max-height: 0;
}

.show {
  max-height: 5000px;
}

/* try to make things common for both submissions tables */
.page-wrapper.submissions-table #bottom-section .buttons-wrapper {
  margin-bottom: 1em;
}
.page-wrapper.submissions-table #bottom-section .buttons-wrapper table {
  display: inline;
}
.page-wrapper.submissions-table #bottom-section .buttons-wrapper table .en {
  background-color: #99dbee;
}
.page-wrapper.submissions-table #bottom-section .buttons-wrapper table .es {
  background-color: #ffffbc;
}
.page-wrapper.submissions-table #bottom-section .buttons-wrapper table td:first-child {
  border-right: solid 1px lightgrey;
  min-width: 7em;
}
.page-wrapper.submissions-table #bottom-section .buttons-wrapper table tr:first-child {
  border-bottom: solid 1px lightgrey;
}
.page-wrapper.submissions-table #bottom-section .buttons-wrapper select {
  min-width: 10em;
  margin: 0.4em 0.5em;
  font-size: 0.85em;
  text-align-last: right;
  padding-right: 4em;
  direction: rtl;
}
.page-wrapper.submissions-table #bottom-section .buttons-wrapper button {
  min-width: 12em;
  margin: 0.4em 0.5em;
  font-size: 0.85em;
}
.page-wrapper.submissions-table #bottom-section .buttons-wrapper button.btn-active {
  border: solid 1px purple;
  font-weight: bold;
}
.page-wrapper.submissions-table #bottom-section .buttons-wrapper select.issue {
  direction: ltr;
  text-align: left;
  text-align-last: left;
  height: 2.35em;
  border-radius: 3px;
  background-color: white;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites {
  width: 100%;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites td {
  border: solid 1px lightgrey !important;
  padding: 5px;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites td.tasks {
  width: 31%;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites td.tasks button {
  min-width: 5em;
  padding: 1px;
  font-size: 0.9em;
  margin: 1px 2px;
  border-style: solid;
  border-radius: 2px;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites td.tasks button:hover {
  border-color: lightslategrey;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites td.invitee {
  width: 23%;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites td.date-invited {
  width: 12%;
  text-align: center;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites td.date-report-due {
  width: 12%;
  text-align: center;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites td.status {
  width: 22%;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites td.reviewer.date {
  font-size: 0.9em;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites button.ticked {
  border-color: red;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites button.locked {
  background-color: #6d426d;
  color: #bdbdbd;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.invites button.locked.done {
  border-color: black;
  color: red;
}
.page-wrapper.submissions-table #submissions-table_wrapper table.revision {
  margin-bottom: 0.5em;
}
.page-wrapper.submissions-table #submissions-table_wrapper table tr.overdue {
  background-color: #eaea7d;
}
.page-wrapper.submissions-table #submissions-table_wrapper table tr.very.overdue {
  background-color: #ffa2b2;
}
.page-wrapper.submissions-table #submissions-table_wrapper table tr.invite-declined {
  background-color: #bdbdbd;
}
.page-wrapper.submissions-table #submissions-table_wrapper table tr.report-unacknowledged {
  background-color: #d1d1fb;
}
.page-wrapper.submissions-table #submissions-table {
  font-family: Arial, sans-serif;
  font-size: 0.85em;
  width: 100%;
}
.page-wrapper.submissions-table #submissions-table td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.page-wrapper.submissions-table #submissions-table tr.active {
  background-color: #dab5b5;
}
.page-wrapper.submissions-table #submissions-table tr.completed {
  background-color: #eda0ff;
}
.page-wrapper.submissions-table #submissions-table span.authors-not-set {
  color: red;
}
.page-wrapper.submissions-table #submissions-table .dates {
  font-family: monospace;
  font-size: 0.85em;
}
.page-wrapper.submissions-table #submissions-table tfoot select {
  max-width: 7em;
}
.page-wrapper.submissions-table #submissions-table .issue-title {
  margin-top: 1em;
  background-color: #5392ab;
  color: white;
  padding: 0.45em 0;
  border-radius: 5px;
  text-align: center;
}

#submission-correspondence-table td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
#submission-correspondence-table a {
  color: #f9f398;
}

.dataTables_paginate {
  width: 100%;
}

.dataTables_filter input {
  width: 50em;
}

.dataTable input.mysearch {
  display: block;
  width: 100%;
  min-width: 4em;
}

.submission-transaction {
  border: solid 1px lightgrey;
}
.submission-transaction div {
  vertical-align: middle;
  padding: 3px 2px;
}
.submission-transaction .date {
  display: inline-block;
  width: 9%;
}
.submission-transaction .to {
  display: inline-block;
  width: 27%;
}
.submission-transaction .subject {
  display: inline-block;
  width: 64%;
}

.submission-transaction.late {
  background-color: lightsalmon;
}

table.emailers {
  width: 100%;
}
table.emailers h1 {
  margin: 0;
  font-size: 2em;
  color: white;
}
table.emailers button {
  width: 10em;
  text-align: left;
  background-image: none;
}
table.emailers button:hover {
  background-color: grey;
  color: white;
}
table.emailers td.email-buttons {
  width: 35%;
}

td.email-buttons-defunct {
  visibility: hidden;
}
td.email-buttons-defunct .bc1, td.email-buttons-defunct .bc2 {
  display: inline-block;
}

td.email-buttons .bc1 {
  width: 75%;
}

td.email-buttons .bc2 {
  width: 25%;
  padding-left: 1em;
}

#details-overlay {
  font-size: 0.75em;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 55%;
  width: 100%;
  background-color: black;
  z-index: 100;
  display: none;
  color: white;
  border-top: solid 3px lightgrey;
}
#details-overlay .empty {
  visibility: hidden;
}
#details-overlay .pane {
  width: 33%;
  display: inline-block;
  overflow-y: scroll;
  height: 95%;
}
#details-overlay .pane.notes {
  background-color: black;
}
#details-overlay .pane.notes .header {
  background-color: #616161;
  padding: 2px 3px;
}
#details-overlay .pane.notes .header span.delete {
  float: right;
  color: white;
  margin-right: 0.25em;
}
#details-overlay .pane.notes .header span.delete:hover {
  color: darkred;
  cursor: pointer;
}
#details-overlay .pane.notes textarea {
  width: 100%;
  resize: none;
  display: block;
  color: black;
}
#details-overlay .pane.notes .note.changed .header:before {
  content: "* ";
}
#details-overlay .pane.history {
  overflow: hidden;
}
#details-overlay .pane.history .subpane {
  height: 48%;
  width: 100%;
  margin: 0;
  font-size: 1em;
}
#details-overlay .pane.history .subpane .header {
  font-size: 1.15em;
  padding: 1px 1px 2px 2px;
  background-color: #616161;
  height: 1.6em;
  border-bottom: solid 1px black;
}
#details-overlay .pane.history .subpane .content {
  overflow-y: scroll;
  height: 89%;
  display: inline-block;
  width: 100%;
}
#details-overlay .pane.history .subpane .content.abstract {
  background-color: #332809;
}
#details-overlay .pane.history .subpane .content.abstract h2 {
  font-size: 1.2em;
}
#details-overlay .pane.history .subpane .content.correspondence {
  background-color: green;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#details-overlay .pane.history .subpane .content.correspondence table tr td:first-child {
  width: 10em;
}
#details-overlay .pane.history .subpane .content.correspondence table tr td:nth-child(2) {
  width: 15em;
}
#details-overlay .pane.history .subpane .content.history {
  background-color: blue;
}
#details-overlay .pane.history .subpane .content.history table {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#details-overlay .pane.history .subpane .content.history table tr td:first-child {
  width: 10em;
}
#details-overlay .pane.history .subpane .content.correspondence h5, #details-overlay .pane.history .subpane .content.history h5 {
  display: none;
}
#details-overlay .pane.history .subpane .content.correspondence table, #details-overlay .pane.history .subpane .content.history table {
  margin-bottom: 5em;
}
#details-overlay .pane.history .subpane .content.correspondence table thead, #details-overlay .pane.history .subpane .content.correspondence table tfoot, #details-overlay .pane.history .subpane .content.history table thead, #details-overlay .pane.history .subpane .content.history table tfoot {
  display: none;
}
#details-overlay .pane.history .subpane .content.correspondence table td, #details-overlay .pane.history .subpane .content.history table td {
  border: none;
  padding: 4px;
}
#details-overlay .pane.history .subpane.closed {
  height: 1.9em;
}
#details-overlay .pane.history .subpane.closed .content {
  display: none;
}
#details-overlay .pane.email {
  background-color: white;
  color: black;
}
#details-overlay .buttons-row .buttons-wrapper {
  display: inline-block;
  width: 33%;
}
#details-overlay .buttons-row button {
  border-radius: 5px;
  color: grey;
  margin-right: 1em;
}
#details-overlay .buttons-row button.enabled {
  color: black;
}
#details-overlay .buttons-row button:hover {
  border-radius: 5px;
  color: black;
}
#details-overlay .buttons-row .save-notes.notes-changed {
  color: red;
}

#submissions-table_wrapper {
  height: 230%;
}

table.invites.closed {
  display: block;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  max-height: 0;
  overflow-y: auto;
}

table.invites.closed.nothidden {
  max-height: 250px;
  display: table;
}

button.show-closed-invites {
  margin: 3px 0;
}

button.show-closed-invites.tasks {
  background-color: pink;
}

/* abstract to be shown in details overlay */
.abstract-wrapper div {
  margin-bottom: 1em;
}
.abstract-wrapper .abstract-title {
  font-weight: bold;
}
.abstract-wrapper .abstract-authors {
  font-style: italic;
}

#edit-authors-page .dataTables_wrapper {
  height: 200%;
}
#edit-authors-page h5 {
  font-weight: bold;
}
#edit-authors-page .summary.dataTable {
  font-size: 0.9em;
  border-collapse: collapse;
  margin-bottom: 2em;
}
#edit-authors-page .summary.dataTable thead, #edit-authors-page .summary.dataTable tfoot {
  display: none;
}
#edit-authors-page .summary.dataTable td {
  border: solid 1px grey;
}
#edit-authors-page table#authors-editor tfoot {
  display: none;
}
#edit-authors-page button {
  min-width: 7em;
  margin-right: 1em;
  margin-bottom: 1em;
}
#edit-authors-page #guidelines {
  font-size: 1.25em;
  padding: 3em;
  display: none;
}
#edit-authors-page .flag-success {
  background-color: rgba(29, 133, 31, 0.23);
}

#ojs-emails-report #bottom-section {
  width: 100%;
}

#submissions-history-page table {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#ojs-submissions-report a {
  text-decoration: none;
}
#ojs-submissions-report a:hover {
  text-decoration: underline;
}

#reviews-report div.reviewer-info {
  font-size: 0.85em;
  margin-bottom: 4em;
}
#reviews-report div.reviewer-info .pane {
  display: inline-block;
  vertical-align: top;
  width: 47%;
}
#reviews-report div.reviewer-info .notes.pane {
  margin-left: 3em;
}
#reviews-report div.reviewer-info .notes.pane .buttons {
  height: 2em;
}
#reviews-report div.reviewer-info .notes.pane .buttons button {
  visibility: hidden;
}
#reviews-report div.reviewer-info .notes.pane .buttons button.save {
  color: grey;
}
#reviews-report div.reviewer-info .notes.pane .buttons button.save.active {
  color: black;
}
#reviews-report div.reviewer-info .notes.pane .buttons .message {
  float: right;
  font-style: italic;
  color: grey;
}
#reviews-report div.reviewer-info .notes.pane .notes.wrapper {
  height: 30em;
  overflow: auto;
  border: solid 1px grey;
}
#reviews-report div.reviewer-info .notes.pane .notes.editor {
  padding: 1em;
}
#reviews-report div.reviewer-info .table1d {
  float: left;
}
#reviews-report div.reviewer-info .table1d thead, #reviews-report div.reviewer-info .table1d tfoot {
  display: none;
}

#review-report #bottom-section table.dataTable {
  width: 66%;
  margin: initial;
}
#review-report #bottom-section .dataTables_wrapper {
  margin-bottom: 2em;
}
#review-report #bottom-section #responses-table_wrapper {
  margin-bottom: 20em;
}

#reviewers-report #bottom-section #reviewers-table .non-referee, #reviewers-report #bottom-section #reviewers-table .duplicate, #reviewers-report #bottom-section #reviewers-table .inactive {
  color: red;
}
#reviewers-report #bottom-section #reviewers-table div.notes {
  height: 6em;
  overflow-y: auto;
  background-color: #dadada;
  border: solid 1px grey;
  padding: 0.5em;
}
#reviewers-report #bottom-section #reviewers-table div.notes.selected {
  border-color: red;
}
#reviewers-report #bottom-section #reviewers-table .notes.internal {
  border-left: solid 3px #4b8d98;
}
#reviewers-report #bottom-section #reviewers-table .potential-referee.internal {
  color: #b26bb2;
}
#reviewers-report #bottom-section #reviewers-table td {
  font-size: 0.85em;
}

.internally-created.heading {
  margin: 0;
  font-size: 0.9em;
}

#registrations-report #bottom-section, #registration-submissions-ip-addresses-report #bottom-section {
  width: 97%;
}

#snippets-manager #bottom-section .buttons-wrapper {
  margin-bottom: 1em;
}
#snippets-manager #bottom-section .buttons-wrapper table {
  display: inline;
}
#snippets-manager #bottom-section .buttons-wrapper table .en {
  background-color: #99dbee;
}
#snippets-manager #bottom-section .buttons-wrapper table .es {
  background-color: #ffffbc;
}
#snippets-manager #bottom-section .buttons-wrapper table td:first-child {
  border-right: solid 1px lightgrey;
}
#snippets-manager #bottom-section .buttons-wrapper table tr:first-child {
  border-bottom: solid 1px lightgrey;
}
#snippets-manager #bottom-section .buttons-wrapper button, #snippets-manager #bottom-section .buttons-wrapper a[role=button] {
  min-width: 10em;
  margin: 0.4em 0.5em;
  font-size: 0.85em;
}
#snippets-manager #bottom-section .buttons-wrapper button:hover, #snippets-manager #bottom-section .buttons-wrapper a[role=button]:hover {
  color: currentColor !important;
}
#snippets-manager #bottom-section .buttons-wrapper button.btn-active {
  border: solid 1px purple;
  font-weight: bold;
}
#snippets-manager #bottom-section #snippets-table_wrapper table .en {
  background-color: #99dbee;
}
#snippets-manager #bottom-section #snippets-table_wrapper table .es {
  background-color: #ffffbc;
}
#snippets-manager h5 {
  font-weight: bold;
}
#snippets-manager .summary.dataTable {
  font-size: 0.9em;
  border-collapse: collapse;
  margin-bottom: 2em;
}
#snippets-manager .summary.dataTable thead, #snippets-manager .summary.dataTable tfoot {
  display: none;
}
#snippets-manager .summary.dataTable td {
  border: solid 1px grey;
}
#snippets-manager button {
  min-width: 7em;
  margin-right: 1em;
  margin-bottom: 1em;
}
#snippets-manager #guidelines {
  font-size: 1.25em;
  padding: 3em;
  display: none;
}
#snippets-manager .flag-success {
  background-color: rgba(29, 133, 31, 0.23) !important;
}
#snippets-manager .dataTable tr.odd.en {
  background-color: #99dbee;
}
#snippets-manager .dataTable tr.even.en {
  background-color: #99dbee;
}
#snippets-manager .dataTable tr.odd.es {
  background-color: #ffffbc;
}
#snippets-manager .dataTable tr.even.es {
  background-color: #ffffbc;
}
#snippets-manager .dataTable td[data-type=html] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 2em;
}

body.popout {
  padding-top: 0;
}
body.popout .buttons-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
}
body.popout .buttons-wrapper button {
  margin-right: 1em;
}
body.popout .editor-wrapper {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}

.content-editor.buttons-wrapper button.content-changed {
  background-color: red;
}

.custom-menu li.inactive {
  display: none;
}

#snippet-previewer div.form {
  border: solid 1px grey;
  border-radius: 2px;
  padding: 1em;
}
#snippet-previewer div.form form input, #snippet-previewer div.form form textarea {
  width: 100%;
  margin-bottom: 1em;
}
#snippet-previewer div.form form button {
  margin-top: 1em;
  width: 100%;
  padding: 1em;
}
#snippet-previewer div.form form textarea {
  resize: vertical;
  min-height: 10em;
}
#snippet-previewer iframe {
  max-width: 100%;
}

#dmarc-report #bottom-section {
  width: 97%;
}
#dmarc-report #bottom-section .info table {
  margin-bottom: 1em;
}
#dmarc-report #bottom-section .info table td {
  border: solid 1px lightgrey;
  padding: 0.5em 1em;
  font-size: 0.9em;
  word-break: break-all;
}

.controls-wrapper table td {
  padding-right: 2em;
}

.new-data.indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px #8a8a8a;
  position: relative;
  top: 3px;
  left: 3px;
}
.new-data.indicator.calling {
  background-color: #8a8a8a;
}
.new-data.indicator.new-data-received {
  background-color: green;
}

#emails-table {
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  width: 100%;
}
#emails-table td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
#emails-table tr.active {
  background-color: #dab5b5;
}

.pane.email {
  background-color: white;
  color: black;
  padding: 1em 0 1em 0;
}

.email-show-wrapper {
  width: 80%;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 0.9em;
}
.email-show-wrapper label {
  margin-right: 1em;
  background-color: grey;
  color: white;
  display: block;
  padding: 0.5em;
  margin-bottom: 1em;
}

.email-show-wrapper > div {
  margin-bottom: 1em;
}

.email-client .input {
  margin-bottom: 1%;
}
.email-client .input label {
  width: 6%;
  text-align: right;
  margin-right: 1%;
}
.email-client .input input {
  width: 91%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.email-client .input .template span {
  margin-right: 3em;
}
.email-client .template.info {
  display: inline;
}

#keyword-searches-report #bottom-section {
  width: 50%;
}
#keyword-searches-report #bottom-section select {
  margin-bottom: 1em;
}
#keyword-searches-report #bottom-section .results-summary {
  margin-bottom: 1em;
}
#keyword-searches-report #bottom-section .results-summary span {
  margin-right: 2em;
}

#altmetrics-records-table ul {
  list-style-type: none;
  margin-bottom: 0;
}
#altmetrics-records-table ul li {
  font-size: 0.85em;
}

#video-metrics-report #bottom-section {
  width: 100%;
}

#user-search .controls {
  margin-bottom: 1.5em;
}
#user-search table.export .btn {
  font-size: inherit;
}
#user-search .controls-wrapper {
  margin-bottom: 2em;
}
#user-search .dataTable {
  font-size: 8pt;
}
#user-search .controls-table td {
  padding-right: 3em;
}

#dubious-users .deletion.controls button {
  margin-right: 1em;
  margin-bottom: 1em;
}

#ojs-sync-report #bottom-section {
  width: 100%;
}
#ojs-sync-report #bottom-section .user {
  display: inline-block;
  width: 30%;
  padding: 0 3em;
}
#ojs-sync-report #bottom-section form .btn {
  margin: 5em 1em;
}

#ojs-sessions-report #bottom-section {
  width: 100%;
}

#registration-submissions-report {
  font-size: 0.9em;
}

#training-data-report .info table {
  font-size: 0.9em;
  margin-bottom: 1em;
}
#training-data-report .info table td {
  border: solid 1px lightgrey;
  padding: 0.2em 1em;
}
#training-data-report .info table a.active {
  font-weight: bold;
}
#training-data-report table.dataTable {
  font-size: 0.9em;
}
#training-data-report table.dataTable td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#score-training-data-report #bottom-section {
  font-family: Monospace;
}
#score-training-data-report #bottom-section .dataTable {
  width: 50%;
}

#submission-and-scoring-report .table {
  display: inline-block;
  vertical-align: top;
  overflow-wrap: anywhere;
}
#submission-and-scoring-report .table td:nth-child(2) {
  font-family: Monospace;
  font-size: 0.85em;
}
#submission-and-scoring-report .scoring.table {
  margin-left: 5%;
}

#user-group-report #bottom-section {
  width: 97%;
}
#user-group-report .info {
  margin-bottom: 2em;
}

#users-groups-manage table.container > tbody > tr > td {
  padding: 3em;
}
#users-groups-manage #users-details-table thead, #users-groups-manage #users-details-table tfoot {
  display: none;
}
#users-groups-manage #users-groups-table {
  margin-bottom: 2em;
}
#users-groups-manage #users-groups-table thead, #users-groups-manage #users-groups-table tfoot {
  display: none;
}
#users-groups-manage #users-groups-table td {
  border: solid 1px #d0d0d0;
  padding: 0.5em 1.5em;
}

#user-erase {
  font-size: 0.85em;
}
#user-erase table.user td {
  padding: 0.5em 1em;
  border: solid 1px lightgrey;
}
#user-erase table.user thead, #user-erase table.user tfoot {
  display: none;
}
#user-erase .table.wrapper {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 0 1em;
}
#user-erase .table.wrapper h1 {
  font-size: 2em;
}
#user-erase .table.wrapper table {
  width: 100%;
}
#user-erase table.user.appearances.critical,
#user-erase table.user.appearances.ojs {
  margin-bottom: 2em;
}
#user-erase table.user.appearances.critical span.fail,
#user-erase table.user.appearances.ojs span.fail {
  color: red;
  font-weight: bold;
}
#user-erase table.user.appearances.general span.fail {
  background-color: yellow;
  font-weight: bold;
}

#login-failures-report .bad {
  color: red;
}
#login-failures-report .not-quite-right {
  color: #af7226;
}
#login-failures-report .select {
  display: inline-block;
  margin-right: 2em;
}
#login-failures-report .select form {
  display: inline;
}
#login-failures-report .select label {
  margin-right: 0.5em;
}

#certificate-previewer #bottom-section {
  width: 97%;
}
#certificate-previewer #bottom-section .info p {
  margin: 0;
  line-height: 1.5em;
}
#certificate-previewer .certificate-viewer {
  padding: 2em;
}
#certificate-previewer .certificate-viewer table td {
  width: 300px;
}
#certificate-previewer .certificate-viewer table.elsa.links {
  width: 97%;
}
#certificate-previewer .certificate-viewer table.elsa.links td:first-child {
  width: 15em;
}
#certificate-previewer .certificate-viewer iframe.certificate-preview {
  border: none;
}
#certificate-previewer .certificate-viewer iframe.certificate-preview.html {
  width: 760px;
  height: 1100px;
  -ms-zoom: 0.65;
  -moz-transform: scale(0.65);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.65);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.65);
  -webkit-transform-origin: 0 0;
}
#certificate-previewer .certificate-viewer iframe.certificate-preview.pdf {
  width: 700px;
  height: 1100px;
  -ms-zoom: 0.8;
  -moz-transform: scale(0.8);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.8);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.8);
  -webkit-transform-origin: 0 0;
}
#certificate-previewer .certificate-viewer .download-button {
  width: 300px;
  height: 2em;
}

#certificates-manager #bottom-section .buttons, #certificate-editor #bottom-section .buttons {
  margin-bottom: 2em;
}
#certificates-manager #bottom-section .buttons button, #certificate-editor #bottom-section .buttons button {
  min-width: 10em;
  margin: 0.4em 0.5em;
  font-size: 0.85em;
}
#certificates-manager #bottom-section .buttons button a, #certificate-editor #bottom-section .buttons button a {
  color: white;
}

#certificates-manager #bottom-section {
  width: 97%;
}
#certificates-manager #bottom-section .dataTable {
  font-size: 0.9em;
}

.edit.form #bottom-section {
  width: 97%;
}
.edit.form #bottom-section .buttons {
  margin-bottom: 1em;
}
.edit.form #bottom-section .buttons form.inline {
  display: inline-block;
}
.edit.form #bottom-section .buttons form.inline input {
  font-size: 0.85em;
}
.edit.form #bottom-section form div {
  margin-bottom: 1em;
}
.edit.form #bottom-section form div label {
  min-width: 15%;
}
.edit.form #bottom-section form div input {
  padding: 0.25em 0.5em;
  min-width: 80%;
}
.edit.form #bottom-section form div input[type=checkbox] {
  min-width: initial;
}
.edit.form #bottom-section form div input[readonly=readonly] {
  background-color: #d1d1d1;
}
.edit.form #bottom-section form div textarea {
  padding: 0.25em 0.5em;
  min-width: 80%;
  min-height: 10em;
}
.edit.form #bottom-section form div textarea.mh1 {
  min-height: 1em;
}
.edit.form #bottom-section form div textarea[readonly=readonly] {
  background-color: #d1d1d1;
}
.edit.form #bottom-section form div * {
  vertical-align: middle;
}
.edit.form #bottom-section form div select {
  padding: 0.4em;
}
.edit.form #bottom-section form .date-selector.inline {
  display: inline-block;
}
.edit.form #bottom-section table.images > tbody > tr > td {
  vertical-align: top;
  border: solid 2px lightgrey;
  padding: 2em;
  width: 400px;
}
.edit.form #bottom-section table.images {
  margin-bottom: 1em;
}
.edit.form #bottom-section table.images table.image.details {
  margin-bottom: 1em;
}
.edit.form #bottom-section table.images table.image.details td {
  border: none;
  padding: 0 15px 0 0;
}
.edit.form #bottom-section table.images img {
  max-width: 100%;
  border: dotted 1px lightgrey;
}

.upload.form #bottom-section {
  width: 97%;
}
.upload.form #bottom-section .buttons {
  margin-bottom: 1em;
}
.upload.form #bottom-section .buttons form.inline {
  display: inline-block;
}
.upload.form #bottom-section .buttons form.inline input {
  font-size: 0.85em;
}
.upload.form #bottom-section form div {
  margin-bottom: 1em;
}
.upload.form #bottom-section form div label {
  min-width: 15%;
}
.upload.form #bottom-section form div input {
  padding: 0.25em 0.5em;
  min-width: 80%;
}
.upload.form #bottom-section form div input[type=checkbox] {
  min-width: initial;
}
.upload.form #bottom-section form div input[readonly=readonly] {
  background-color: #d1d1d1;
}
.upload.form #bottom-section form div textarea {
  padding: 0.25em 0.5em;
  min-width: 80%;
  min-height: 10em;
}
.upload.form #bottom-section form div textarea.mh1 {
  min-height: 1em;
}
.upload.form #bottom-section form div textarea[readonly=readonly] {
  background-color: #d1d1d1;
}
.upload.form #bottom-section form div * {
  vertical-align: middle;
}
.upload.form #bottom-section form div select {
  padding: 0.4em;
}
.upload.form #bottom-section form .date-selector.inline {
  display: inline-block;
}

table#mailgun-events-table {
  font-size: 0.85em;
}
table#mailgun-events-table tr td:first-child {
  font-size: 0.7em;
  font-family: Monospace, monospace;
}

table#mailgun-event-table td.key {
  min-width: 12em;
}
table#mailgun-event-table table.sub-table {
  font-size: 0.85em;
  width: 100%;
}
table#mailgun-event-table table.sub-table thead, table#mailgun-event-table table.sub-table tfoot {
  display: none;
}
table#mailgun-event-table table.sub-table td {
  border: solid 1px grey;
}
table#mailgun-event-table table.sub-table tr td:first-child {
  width: 15em;
}
table#mailgun-event-table table.sub-table.inner td {
  border: solid 1px lightgrey;
  max-width: 100%;
}

body.eddie-popup {
  margin-top: 0;
  padding-top: 0 !important;
}
body.eddie-popup .header {
  padding: 0.5em;
  background-color: #275b4f;
  opacity: 0.75;
}
body.eddie-popup .notes {
  padding: 0.25em;
}
body.eddie-popup button {
  margin-right: 0.5em;
}
body.eddie-popup .message {
  font-style: italic;
  color: white;
}
body.eddie-popup .person-details {
  line-height: 1.8em;
}
body.eddie-popup .person-details span {
  padding: 0.15em 0.3em;
  background-color: #cdcdcd;
  border-radius: 5px;
}

body.xadmin {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-image: url("../images/ew/core-images/admin_area/background-zg5FwI_.png");
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #E8E6E3;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 200px 0px;
  /*.combobox-inner {
      position: absolute !important;
      width: inherit;
      margin: 0px 0px 0px -6px;
      padding: 0px 0px 0px 0px;
      z-index: 10000;
      height: auto;
      overflow: visible;
      background-color: transparent;
  }

  .combobox-inner .ui-widget li {
      font-size: 0.775em;
      width: inherit;
  }

  .combobox-inner .ui-widget .ui-menu-item a {
      border: 1px solid transparent;
  }

  #page .combobox-inner .ui-widget li {
      font-size: 0.775em !important;
  }*/
}
body.xadmin * {
  box-sizing: initial !important;
}
body.xadmin h1 {
  margin: 0px 0px 0px 7px;
  padding: 0px 0px 0px 0px;
  color: #633693;
  font-weight: normal;
  font-size: 1.4em;
}
body.xadmin h1 span {
  color: #7e7e7e;
  font-size: 0.725em;
}
body.xadmin h2 {
  margin: 0px 0px 0px 7px;
  padding: 0px 0px 0px 0px;
  color: #663ba1;
  font-weight: normal;
  font-size: 1.15em;
}
body.xadmin a {
  text-decoration: none;
  color: #633590;
}
body.xadmin a:hover {
  color: #633590;
}
body.xadmin #page {
  box-sizing: initial;
}
body.xadmin #page p, body.xadmin #page li {
  font-size: 0.875em;
}
body.xadmin #page li p {
  font-size: 1em;
}
body.xadmin .clear {
  clear: both;
  height: 1px;
}
body.xadmin #header {
  margin: 0px auto;
  width: 1000px;
  height: 105px;
  position: relative;
}
body.xadmin #logo {
  background-image: url("../images/ew/core-images/admin_area/shake-control-txxZA3r.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 232px;
  height: 78px;
  position: absolute;
  top: 18px;
  left: 0px;
}
body.xadmin #welcome {
  color: #919191;
  font-size: 0.875em;
  text-align: right;
  position: absolute;
  right: 241px;
  top: 57px;
}
body.xadmin #header-buttons {
  position: absolute;
  right: 9px;
  top: 54px;
}
body.xadmin #header-buttons .grey-btn {
  margin-left: 3px;
}
body.xadmin .grey-btn {
  height: 25px;
  padding: 0px 0px 0px 9px;
  background-image: url("../images/ew/core-images/admin_area/grey-btn-PERqdej.png");
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 0.875em;
  color: #363635;
  display: inline-block;
}
body.xadmin .grey-btn span {
  background-image: url("../images/ew/core-images/admin_area/grey-btn-bg-6enO5zU.png");
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 11px 0px 0px;
  height: 25px;
  line-height: 22px;
}
body.xadmin .grey-btn-settings {
  padding: 0px 0px 0px 28px;
  background-image: url("../images/ew/core-images/admin_area/grey-btn-settings-HbW5U-b.png");
}
body.xadmin .grey-btn-language {
  padding: 0px 0px 0px 28px;
  background-image: url("../images/ew/core-images/admin_area/grey-btn-language-Q2XYeRg.png");
}
body.xadmin #menu {
  background-image: url("../images/ew/core-images/admin_area/main-nav-bg-qBrC-j8.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 1000px;
  height: 38px;
  margin: 0px auto;
  position: relative;
}
body.xadmin #menu-inner {
  display: inline-block;
}
body.xadmin #menu ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
body.xadmin #menu ul li {
  float: left;
  display: block;
}
body.xadmin #menu ul li a {
  float: left;
  display: block;
  line-height: 38px;
  padding: 0px 5px 0px 5px;
  font-size: 0.875em;
  color: #454545;
}
body.xadmin #menu ul li.current a, body.xadmin #menu ul li.tcurrent a, body.xadmin #menu ul li:hover a {
  background-image: url("../images/ew/core-images/admin_area/main-nav-active-XUCf4Np.png");
  background-position: center center;
  background-repeat: repeat-x;
  color: #ffffff;
}
body.xadmin #menu ul li:hover a {
  background-image: url("../images/ew/core-images/admin_area/main-nav-hover-_bka8_1.png");
}
body.xadmin #sub-menu {
  background-image: url("../images/ew/core-images/admin_area/sub-nav-bg-vAZisAz.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 1000px;
  height: 49px;
  margin: 0px auto;
}
body.xadmin #sub-menu.smhover {
  /*background-image: url("../images/ew/core-images/admin_area/sub-nav-bg-hover-WYpRqQO.png");*/
}
body.xadmin #sub-menu ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 11px;
}
body.xadmin #sub-menu ul li {
  float: left;
  display: block;
}
body.xadmin #sub-menu ul li a {
  float: left;
  display: block;
  line-height: 49px;
  padding: 0px 12px 0px 12px;
  font-size: 0.875em;
  color: #ffffff;
}
body.xadmin #sub-menu ul li.current a, body.xadmin #sub-menu ul li:hover a {
  color: #ddcafc;
}
body.xadmin #page {
  width: 980px;
  margin: 19px auto;
  padding: 10px 10px 35px 10px;
  min-height: 400px;
  background-color: #ffffff;
}
body.xadmin .submit-bar {
  width: 100%;
  height: 107px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-image: url("../images/ew/core-images/admin_area/submit-bar-bg-IVwBsiN.png");
  background-position: center center;
  background-repeat: repeat-x;
  z-index: 20010;
}
body.xadmin .submit-bar-inner {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}
body.xadmin .submit-bar-inner p {
  color: #ffffff;
  position: absolute;
  top: 38px;
  right: 449px;
  text-align: right;
  margin: 0px 0px 0px 0px;
  font-size: 0.875em;
}
body.xadmin .submit-bar-buttons {
  position: absolute;
  top: 23px;
  right: 97px;
}
body.xadmin #status-bar {
  width: 100%;
  height: 30px;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #683CA3;
  z-index: 20010;
}
body.xadmin #status-bar p {
  width: 1000px;
  margin: 0px auto;
  position: relative;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  padding: 0px 0px 0px 0px;
}
body.xadmin .submit-btn {
  background-image: url("../images/ew/core-images/admin_area/submit-btn-sXRqkUb.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 38px;
  display: inline-block;
  height: 46px;
  font-size: 0.875em;
  color: #000000;
}
body.xadmin .submit-btn:hover {
  color: #000000;
}
body.xadmin form .submit-btn {
  margin: 10px 0px 0px 160px;
}
body.xadmin .submit-btn span {
  background-image: url("../images/ew/core-images/admin_area/submit-btn-bg-IpmUf-i.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0px 25px 0px 0px;
  display: inline-block;
  height: 46px;
  line-height: 41px;
}
body.xadmin .reset-btn {
  background-image: url("../images/ew/core-images/admin_area/reset-btn-0DSstTh.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 31px;
  margin: 0px 0px 0px 26px;
  display: inline-block;
  height: 39px;
  font-size: 0.875em;
  color: #ffffff;
}
body.xadmin .reset-btn:hover {
  color: #ffffff;
}
body.xadmin .reset-btn span {
  background-image: url("../images/ew/core-images/admin_area/reset-btn-bg-OaJqNEj.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0px 15px 0px 0px;
  display: inline-block;
  height: 39px;
  line-height: 34px;
}
body.xadmin #live-edit {
  padding: 0px 0px 0px 25px;
  background-image: url("../images/ew/core-images/admin_area/edit-btn-sEyha5w.png");
  background-position: left center;
  background-repeat: no-repeat;
  height: 25px;
  font-size: 0.875em;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 10px;
  color: #3a3939;
}
body.xadmin #live-edit span {
  padding: 0px 10px 0px 0px;
  background-image: url("../images/ew/core-images/admin_area/edit-btn-bg-SHWqY5R.png");
  background-position: right center;
  background-repeat: no-repeat;
  height: 25px;
  line-height: 23px;
  display: inline-block;
}
body.xadmin .edit-btn {
  padding: 0px 0px 0px 25px;
  background-image: url("../images/ew/core-images/admin_area/edit-btn-sEyha5w.png");
  background-position: left center;
  background-repeat: no-repeat;
  height: 25px;
  font-size: 0.875em;
  display: inline-block;
  color: #3a3939;
}
body.xadmin .edit-btn span {
  padding: 0px 10px 0px 0px;
  background-image: url("../images/ew/core-images/admin_area/edit-btn-bg-SHWqY5R.png");
  background-position: right center;
  background-repeat: no-repeat;
  height: 25px;
  line-height: 23px;
  display: inline-block;
}
body.xadmin #list-edit {
  padding: 0px 0px 0px 25px;
  background-image: url("../images/ew/core-images/admin_area/edit-btn-dark-PCpSDsp.png");
  background-position: left center;
  background-repeat: no-repeat;
  height: 25px;
  font-size: 0.875em;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 116px;
  color: #ffffff;
}
body.xadmin #list-edit span {
  padding: 0px 10px 0px 0px;
  background-image: url("../images/ew/core-images/admin_area/edit-btn-dark-bg-LWh4Kc9.png");
  background-position: right center;
  background-repeat: no-repeat;
  height: 25px;
  line-height: 23px;
  display: inline-block;
}
body.xadmin .exp-ph {
  width: 16px;
  height: 16px;
  background-image: url("../images/ew/core-images/admin_area/expand-placeholder-bgI7--f.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0px 7px 0px 0px;
}
body.xadmin .exp-open {
  width: 16px;
  height: 16px;
  background-image: url("../images/ew/core-images/admin_area/expand-close-PONHz1W.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0px 7px 0px 0px;
}
body.xadmin .exp-open:hover {
  opacity: 0.7;
}
body.xadmin .exp-close {
  width: 16px;
  height: 16px;
  background-image: url("../images/ew/core-images/admin_area/expand-open-sk5hiDO.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0px 7px 0px 0px;
}
body.xadmin .exp-close:hover {
  opacity: 0.7;
}
body.xadmin .listData {
  /*width: 980px;*/
  margin: 10px 0 0 0;
  padding: 0;
}
body.xadmin .listData .delete-btn {
  margin-top: 8px;
}
body.xadmin .sub-page .listData {
  /*width: 766px;*/
}
body.xadmin .listData .listData {
  padding: 0px 0px 0px 37px;
  margin: 0px 0px 0px 0px;
}
body.xadmin .listData li {
  list-style-type: none;
}
body.xadmin .listData li div.hd.hoverClass div.td, body.xadmin .listData li div.hd div.td.hoverClass {
  background-color: #FDE8D0;
  cursor: pointer;
}
body.xadmin .listData.sortable li div.hd.hoverClass div.td {
  background-color: inherit;
  cursor: auto;
}
body.xadmin .listData li div.td {
  overflow: hidden;
  display: inline-block;
  margin-left: 1px;
  background-color: #ffffff;
  font-size: 0.775em;
  border-bottom: 1px solid #e6e6e6;
  color: #292929;
  padding: 0px 6px 0px 16px;
  line-height: 40px;
  height: 40px;
  /*float: left;*/
  vertical-align: top;
}
body.xadmin .listData li li div.td {
  font-size: 0.9em;
}
body.xadmin .listData li div.td:first-child {
  margin-left: 0px;
}
body.xadmin .listData li div.td .exp-ph, body.xadmin .listData li div.td .exp-open, body.xadmin .listData li div.td .exp-close {
  margin-left: -11px;
}
body.xadmin .listData div.clearing, body.xadmin .listData .heading div.clearing {
  padding: 0px 0px 0px 0px;
  background-image: none;
}
body.xadmin .listData .heading div.td {
  overflow: hidden;
  font-size: 0.775em;
  font-weight: bold;
  text-align: left;
  background-image: url("../images/ew/core-images/admin_area/list-heading-bg-RUgUJuX.png");
  background-position: center top;
  background-repeat: repeat-x;
  height: 31px;
  line-height: 31px;
  padding: 0 6px 0 16px;
}
body.xadmin .listData li:last-child div.td {
  border-bottom: none;
}
body.xadmin .listData .listData li:last-child div.td {
  border-bottom: 1px solid #e6e6e6;
}
body.xadmin .listData select {
  width: 50px;
}
body.xadmin .listData .td.center {
  text-align: center;
}
body.xadmin .status-active {
  font-weight: bold;
  color: #749c59;
}
body.xadmin .status-not-active {
  font-weight: bold;
  color: #aaaaaa;
}
body.xadmin .status-not-active:hover {
  color: black;
}
body.xadmin .flag-en {
  width: 20px;
  height: 13px;
  background-image: url("../images/ew/core-images/admin_area/flags/en-vk7N1NH.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0px 0px 0px 0px;
}
body.xadmin .flag-es {
  width: 20px;
  height: 13px;
  background-image: url("../images/ew/core-images/admin_area/flags/es-k5YzXFj.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0px 0px 0px 0px;
}
body.xadmin .delete-btn {
  width: 18px;
  height: 17px;
  background-image: url("../images/ew/core-images/admin_area/delete-btn-c-23lk6.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0;
}
body.xadmin .delete-btn.vertical-align-middle {
  margin-top: 8px;
}
body.xadmin .delete-btn:hover {
  opacity: 0.7;
}
body.xadmin .page-menu {
  position: relative;
  margin: 10px 0px 0px 0px;
}
body.xadmin .page-menu .buttons {
  position: absolute;
  top: 0px;
  right: 6px;
}
body.xadmin .page-menu .buttons a {
  float: right;
}
body.xadmin .page-menu .buttons a.new-btn + a.new-btn {
  margin-right: 10px;
}
body.xadmin .page-menu .buttons .grey-btn {
  margin: 2px 0px 0px 20px;
}
body.xadmin .help-button {
  width: 27px;
  height: 26px;
  background-image: url("../images/ew/core-images/admin_area/help-icon-YZq7Ucc.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0px 0px 0px 22px;
}
body.xadmin .new-btn {
  padding: 0px 0px 0px 25px;
  height: 27px;
  background-image: url("../images/ew/core-images/admin_area/new-btn-Gk5Lj-u.png");
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 0.875em;
  color: #3c3b3b;
}
body.xadmin .new-btn span {
  padding: 0px 12px 0px 0px;
  height: 27px;
  line-height: 25px;
  background-image: url("../images/ew/core-images/admin_area/new-btn-bg-hqFHaN8.png");
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
}
body.xadmin .page-sub-menu {
  background-image: url("../images/ew/core-images/admin_area/divider-zEb6vHx.png");
  background-position: center top;
  background-repeat: no-repeat;
  margin: 40px 0px 0px 0px;
  padding: 19px 0px 0px 0px;
  position: relative;
  min-height: 19px;
}
body.xadmin .page-menu + .page-sub-menu {
  margin-top: 18px;
}
body.xadmin .page-sub-menu .buttons {
  position: absolute;
  top: 19px;
  right: 15px;
}
body.xadmin .page-sub-menu .buttons a {
  float: right;
  margin: 0px 0px 0px 33px;
  font-size: 0.875em;
  color: #363635;
}
body.xadmin .updown {
  display: inline-block;
  background-image: url("../images/ew/core-images/admin_area/sort-btn-e07K8bh.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  margin: 7px 0px 0px 0px;
  cursor: move;
}
body.xadmin .page-nav {
  width: 162px;
  float: left;
  margin: 0px 36px 0px 0px;
}
body.xadmin .page-nav ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
body.xadmin .page-nav ul li {
  list-style-type: none;
  border-bottom: 1px solid #e8e6e3;
}
body.xadmin .page-nav ul li a {
  display: block;
  padding: 0px 9px;
  font-size: 0.875em;
  line-height: 34px;
  color: #606060;
}
body.xadmin .page-nav ul li.current a, body.xadmin .page-nav ul li:hover a {
  background-image: url("../images/ew/core-images/admin_area/page-nav-active-wtr0vdh.png");
  background-position: center center;
  background-repeat: repeat-x;
  color: #ffffff;
}
body.xadmin .sub-page {
  float: left;
  width: 766px;
}
body.xadmin .sub-page h2 {
  color: #414141;
  font-size: 1em;
}
body.xadmin .grey-box {
  background-color: #dedede;
  padding: 15px;
  margin: 10px 0px 0px 0px;
}
body.xadmin .error-message {
  background-color: #8C0003;
  padding: 5px 15px;
  margin: 0px 0px 10px 0px;
  color: #ffffff;
  font-size: 0.875em;
  border-radius: 5px;
}
body.xadmin .status-message {
  background-color: #039100;
  padding: 5px 15px;
  margin: 0px 0px 10px 0px;
  color: #ffffff;
  font-size: 0.875em;
  border-radius: 5px;
}
body.xadmin .sub-page-menu {
  position: relative;
  min-height: 30px;
}
body.xadmin .sub-page-menu label {
  font-size: 0.875em;
  float: left;
  margin-right: 28px;
  color: #414141;
}
body.xadmin .sub-page-menu select, body.xadmin .sub-page-menu .selectbox-top {
  float: left;
}
body.xadmin .sub-page-menu p {
  float: left;
  margin: 0px 0px 0px 35px;
  font-size: 0.875em;
  color: #414141;
}
body.xadmin .sub-page-menu .buttons {
  position: absolute;
  top: 15px;
  right: 15px;
}
body.xadmin .new-btn-white {
  padding: 0px 0px 0px 28px;
  margin: -7px 0px 0px 0px;
  background-image: url("../images/ew/core-images/admin_area/new-btn-white-heeTdPq.png");
  background-position: left center;
  background-repeat: no-repeat;
  height: 35px;
  display: inline-block;
}
body.xadmin .new-btn-white span {
  padding: 0px 16px 0px 0px;
  background-image: url("../images/ew/core-images/admin_area/new-btn-white-bg-pGkQh7f.png");
  background-position: right center;
  background-repeat: no-repeat;
  height: 35px;
  line-height: 30px;
  display: inline-block;
  font-size: 0.875em;
  color: #3c3b3b;
  cursor: pointer;
}
body.xadmin .grey-box + .image-row {
  margin-top: 0px;
}
body.xadmin ul.image-list {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
body.xadmin ul.image-list li {
  list-style-type: none;
}
body.xadmin .image-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 4px #888888;
  width: 166px;
  margin: 0px 0px 10px 10px;
  padding: 2px;
  float: left;
  position: relative;
}
body.xadmin .image-box .image-box-image {
  width: 166px;
  height: 132px;
  overflow: hidden;
  background-image: url("../images/ew/core-images/admin_area/todelete/cows-Nm8kvDp.png");
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px 0px 2px 0px;
}
body.xadmin .image-box input {
  border-radius: 3px !important;
  width: 160px !important;
  border: 1px solid #cccccc !important;
  font-size: 0.875em !important;
  padding: 0px 2px !important;
}
body.xadmin .image-box input[readonly=readonly] {
  color: #999999;
  border: 1px solid #ffffff !important;
}
body.xadmin .image-box .delete-btn {
  padding: 0px 0px 0px 0px;
  width: 20px;
  height: 19px;
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
}
body.xadmin .form-section + .form-section {
  margin-top: 35px;
}
body.xadmin .form-section h2 {
  margin: 0px 0px 14px 5px;
  color: #414141;
  font-size: 1em;
}
body.xadmin .form-section .grey-box {
  padding: 10px 14px;
  margin: 2px 0px 0px 0px;
}
body.xadmin .form-section label {
  font-size: 0.875em;
  color: #414141;
  width: 140px;
  margin: 0px 10px 0px 0px;
  display: inline-block;
  vertical-align: top;
}
body.xadmin .form-section .half-col {
  float: left;
  width: 350px;
}
body.xadmin .form-section .half-col label.wrap {
  display: block;
  width: auto;
}
body.xadmin .form-section input {
  border-radius: 3px;
  border: none;
  padding: 2px 4px;
}
body.xadmin .form-section input:read-only {
  color: #999999;
  border: 1px solid #ffffff !important;
}
body.xadmin .form-section .inline-image + p {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
body.xadmin .form-section input[type=text], body.xadmin .form-section input[type=password] {
  width: 420px;
}
body.xadmin .form-section select {
  max-width: 420px;
}
body.xadmin .form-section select.sortorder {
  width: 50px;
}
body.xadmin .form-section textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0.5em;
}
body.xadmin .form-section + .grey-box {
  margin-top: 0px;
}
body.xadmin .selectbox-top {
  height: 29px !important;
  padding: 0px 0px 0px 6px !important;
  background-image: url("../images/ew/core-images/admin_area/select-start-ocoFWxg.png");
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: -3px;
  cursor: pointer;
}
body.xadmin .selectbox-top:hover {
  opacity: 0.75;
}
body.xadmin .selectbox-top-down {
  opacity: 1 !important;
}
body.xadmin .selectbox-top span {
  height: 29px !important;
  width: inherit;
  line-height: 24px !important;
  padding: 0px 29px 0px 3px !important;
  background-image: url("../images/ew/core-images/admin_area/select-bg-7FR2ZNj.png");
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  font-size: 0.775em !important;
  overflow: hidden;
}
body.xadmin .selectbox-inner {
  position: absolute !important;
  width: inherit;
  margin: 0px 0px 0px -6px;
  padding: 0px 0px 0px 0px;
  z-index: 10000;
  height: auto;
  overflow: auto !important;
  background-color: transparent;
  max-height: 200px;
}
body.xadmin .ui-widget {
  font-size: inherit;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.xadmin .selectbox-inner .ui-widget li {
  font-size: 0.775em;
  width: inherit;
}
body.xadmin .selectbox-inner .ui-widget .ui-menu-item a {
  border: 1px solid transparent;
}
body.xadmin #page .selectbox-inner .ui-widget li {
  font-size: 0.775em !important;
}
body.xadmin #page .selectbox-inner .ui-widget li strong {
  display: block;
  color: #ffffff;
  background-color: #EEB23C;
  padding: 3px 2px;
  margin-top: 10px;
}
body.xadmin #page .selectbox-inner .ui-widget li:first-child strong {
  margin-top: 0px;
}
body.xadmin .sub-page-menu label {
  width: auto;
  margin-right: 15px;
}
body.xadmin .sub-page-menu select + label, body.xadmin .sub-page-menu .selectbox-top + label {
  margin-left: 30px;
}
body.xadmin select.dummy {
  width: 283px;
}
body.xadmin .dummy-selectbox-top {
  height: 29px;
  padding: 0px 29px 0px 6px;
  background-image: url("../images/ew/core-images/admin_area/dummy-select-closed-fIGnLFL.png");
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: -3px;
  cursor: pointer;
}
body.xadmin .dummy-selectbox-top:hover {
  opacity: 0.75;
}
body.xadmin .dummy-selectbox-open {
  background-image: url("../images/ew/core-images/admin_area/dummy-select-open-k-cD7B6.png");
  opacity: 1 !important;
}
body.xadmin .dummy-selectbox-top span {
  display: inline-block;
  font-size: 0.775em;
  overflow: hidden;
  height: 29px;
  width: inherit;
  line-height: 24px;
  padding: 0px 29px 0px 6px;
}
body.xadmin .dummy-selectbox-inner {
  position: absolute;
  width: inherit;
  background-image: url("../images/ew/core-images/admin_area/dummy-select-bg-qnodBk0.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-left: -6px;
  border: none;
  padding: 0px 8px 0px 6px;
  width: 302px !important;
  z-index: 10000;
}
body.xadmin .dummy-selectbox-inner .ui-widget li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.775em;
  width: inherit;
  position: relative;
}
body.xadmin .dummy-selectbox-inner .ui-widget .ui-menu-item a {
  border: 1px solid transparent;
}
body.xadmin .dummy-selectbox-inner .ui-widget .ui-menu-item .delete-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
}
body.xadmin #page .dummy-selectbox-inner .ui-widget li {
  font-size: 0.775em;
}
body.xadmin .sub-page-menu .dummy-selectbox-top + label {
  margin-left: 30px;
}
body.xadmin .combobox-container {
  height: 29px !important;
  padding: 0px 29px 0px 0px !important;
  background-image: url("../images/ew/core-images/admin_area/select-bg-7FR2ZNj.png");
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
}
body.xadmin .combobox-container input {
  height: 29px !important;
  width: inherit;
  line-height: 24px !important;
  padding: 0px 0px 0px 6px !important;
  margin: 0px 0px 0px -6px;
  background-image: url("../images/ew/core-images/admin_area/select-start-ocoFWxg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
  float: left;
  font-size: 0.775em !important;
  overflow: hidden;
}
body.xadmin .paging {
  margin: 10px auto;
  text-align: center;
}
body.xadmin .paging .paging-item {
  padding: 2px 4px;
  color: #414141;
  font-size: 0.775em;
  background-color: #e8e6e3;
  display: inline-block;
}
body.xadmin .paging .paging-pages, body.xadmin .paging .paging-prev, body.xadmin .paging .paging-next {
  display: inline-block;
}
body.xadmin .paging .current {
  background-color: #a5a4a4;
}
body.xadmin .paging .current a {
  color: #ffffff;
}
body.xadmin #popup-bg {
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20000;
}
body.xadmin #popup {
  background-color: #f0efef;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #888888;
  min-width: 200px;
  min-height: 100px;
  max-height: 600px;
  max-width: 80%;
  z-index: 20001;
  position: absolute;
  padding: 10px;
}
body.xadmin #popup .delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
body.xadmin #popup .form-section {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
body.xadmin #popup h2 {
  margin-bottom: 10px;
}
body.xadmin .ui-datepicker table {
  font-size: 0.775em;
}
body.xadmin .ui-datepicker .ui-datepicker-title {
  font-size: 0.875em;
}
body.xadmin .ui-timepicker-div dl {
  font-size: 0.775em;
}
body.xadmin .ui_tpicker_hour {
  float: left;
}
body.xadmin .ui_tpicker_minute_label {
  display: none;
}
body.xadmin .submenu {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #ffffff;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #ffffff;
  box-shadow: 3px 3px 3px #cccccc;
  z-index: 10000;
}
body.xadmin #language-selection-submenu.submenu {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  box-shadow: none;
}
body.xadmin .submenu li {
  border-top: 1px solid #cccccc;
  list-style-type: none;
  overflow: auto;
  padding: 8px 5px 3px 5px;
}
body.xadmin .submenu li:hover {
  background-color: #FDE8D0;
}
body.xadmin .submenu li a {
  display: block;
  font-size: 0.775em;
  color: #3C3B3B;
  width: 100%;
}
body.xadmin #language-selection-submenu {
  margin: 0px -20px 0px 0px;
}
body.xadmin #language-selection-submenu .selected {
  font-weight: bold;
}
body.xadmin #submenu-bg, body.xadmin #language-bg {
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
body.xadmin .inline-image {
  display: inline-block;
}
body.xadmin .cke_skin_kama {
  margin-top: 10px;
}
body.xadmin .ui-datepicker-trigger {
  cursor: pointer;
  margin-left: 3px;
}
body.xadmin .ui-datepicker-trigger:hover {
  opacity: 0.75;
}
body.xadmin .image-box-image {
  cursor: pointer;
}
body.xadmin .image-box-image:hover {
  opacity: 0.75;
}
body.xadmin .page-sub-menu + .form-section {
  margin-top: -33px;
}
body.xadmin .page-sub-menu + .image-choose {
  margin-top: -23px;
}
body.xadmin #site-selector {
  position: absolute;
  top: 0px;
  left: 0px;
}
body.xadmin #site-selector a {
  display: block;
  float: left;
  padding: 3px 10px;
  background-image: url("../images/ew/core-images/admin_area/main-nav-bg-qBrC-j8.png");
  background-position: center top;
  background-repeat: repeat-x;
  color: #454545;
}
body.xadmin #site-selector a.active, body.xadmin #site-selector a:hover {
  background-image: url("../images/ew/core-images/admin_area/main-nav-active-XUCf4Np.png");
  color: #ffffff;
}
body.xadmin .cke_skin_kama optgroup {
  font-weight: bold;
}
body.xadmin img.country-flag-small {
  height: 15px;
  margin-top: 10px;
  margin-left: 10px;
}
body.xadmin a.reflectioncount {
  display: block;
}
body.xadmin .dataTable.hidden, body.xadmin .hidden.checkbox {
  display: none;
}
body.xadmin .wiptable.checkbox {
  margin-bottom: 2em;
}
body.xadmin h1.wiptable {
  font-size: 2em;
  margin: 1em 0 1em 0;
}
body.xadmin h1.datatable {
  font-size: 1.35em;
  margin: 1em 0 1em 0;
}
body.xadmin .video-linkages {
  width: 100%;
  border-collapse: collapse;
  font-size: 8pt;
}
body.xadmin .video-linkages td {
  width: 33%;
  text-align: center;
  border: solid 1px lightgrey;
  padding: 2px;
}
body.xadmin .simpleselect {
  padding: 4px 12px;
}
body.xadmin div#fullsitemessage {
  background-color: #79bada;
  text-align: center;
  padding: 1em;
  color: black;
  font-size: 1.2em;
  margin-bottom: 10px;
  position: fixed;
  top: 33px;
  width: 100%;
  opacity: 0.6;
}
body.xadmin .video-selectors {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.85em;
}
body.xadmin input.find-by-id {
  width: 8em !important;
}
body.xadmin input.find-by-id::placeholder {
  font-size: 0.9em;
  font-style: italic;
  color: #aeaeae;
}

body.xadmin {
  /* The whole thing */
}
body.xadmin #streamuk-videos ul {
  padding: 0px;
  margin: 0px;
}
body.xadmin #streamuk-videos ul li {
  list-style-type: none;
  min-height: 67px;
  padding: 3px 3px 3px 125px;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 3px;
}
body.xadmin #streamuk-videos ul li em, body.xadmin #frmVideoStreamUKDisplay em {
  color: #666666;
}
body.xadmin #streamuk-videos ul li.odd {
  background-color: #E8E8E8;
}
body.xadmin #streamuk-videos ul li.even {
  background-color: #FFFFFF;
}
body.xadmin #streamuk-videos ul li:hover {
  background-color: #FFFFC4;
  cursor: pointer;
}
body.xadmin #frmVideoStreamUKDisplay {
  display: block;
  font-size: 0.875em;
  margin: 0px 0px 0px 155px;
}
body.xadmin #logo {
  background-image: url("../images/ew/images/admin/logo-cJ54PhE.png") !important;
  width: 164px;
  height: 27px;
  top: 63px;
  background-size: 50%;
  left: -40px;
}
body.xadmin h1, body.xadmin h2, body.xadmin a {
  color: #0081c8;
}
body.xadmin a:hover {
  color: #1AAEFF;
}
body.xadmin #sub-menu ul li.current a, body.xadmin #sub-menu ul li:hover a {
  color: #80c0e3;
}
body.xadmin .page-nav ul li.current a, body.xadmin .page-nav ul li:hover a {
  background-image: url("../images/ew/images/admin/page-nav-active-33qPk9X.png");
}
body.xadmin .page-nav button {
  width: 100%;
  border-radius: 5px;
  padding: 6px;
}
body.xadmin #status-bar {
  background-color: #0081c8;
}
body.xadmin .video-image {
  display: inline-block;
}
body.xadmin .inline-video {
  display: inline-block;
}
body.xadmin #ecadm .tblhdr {
  color: #fff;
  font-size: 0.9em;
  padding: 6px;
  text-align: left;
  background-color: #82b3d3;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
body.xadmin #ecadm .bt {
  padding: 5px;
  border-top: 1px dotted #82b3d3;
}
body.xadmin #ecadm .btr {
  padding: 5px;
  border-top: 1px dotted #82b3d3;
  border-right: 1px dotted #82b3d3;
}
body.xadmin #ecadm .btlr {
  padding: 5px;
  border-top: 1px dotted #82b3d3;
  border-left: 1px dotted #82b3d3;
  border-right: 1px dotted #82b3d3;
}
body.xadmin #ecadm .bbtr {
  padding: 5px;
  border-top: 1px dotted #82b3d3;
  border-bottom: 1px dotted #82b3d3;
  border-right: 1px dotted #82b3d3;
}
body.xadmin #ecadm .bbtlr {
  padding: 5px;
  border: 1px dotted #82b3d3;
}
body.xadmin #ecadm .menu {
  color: #fff;
  font-size: 0.8em;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background-color: #0767a8;
  border-left: 1px solid #f4f4f4;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
body.xadmin #ecadm .menu A:link {
  color: #fff;
  text-decoration: none;
}
body.xadmin #ecadm .menu A:visited {
  color: #fff;
  text-decoration: none;
}
body.xadmin #ecadm .menu A:hover {
  color: #82b3d3;
  text-decoration: none;
}
body.xadmin #ecadm .menu_dn {
  color: #fff;
  font-size: 0.8em;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background-color: #82b3d3;
  border-left: 1px solid #f4f4f4;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
body.xadmin #ecadm .menu_dn A:link {
  color: #fff;
  text-decoration: none;
}
body.xadmin #ecadm .menu_dn A:hover {
  color: #fff;
}
body.xadmin #ecadm .menu_dn A:visited {
  text-decoration: none;
  color: #fff;
}
body.xadmin #ecadm .nav {
  color: #0767a7;
  font-size: 10pt;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  border-top: 1px dotted #82b3d3;
  font-family: Arial, Helvetica, sans-serif;
}
body.xadmin #ecadm .nav A:link {
  color: #0767a7;
  text-decoration: none;
}
body.xadmin #ecadm .nav A:visited {
  color: #0767a7;
  text-decoration: none;
}
body.xadmin #ecadm .nav A:hover {
  color: #82b3d3;
  text-decoration: none;
}
body.xadmin #ecadm .nav_dn {
  color: #666;
  font-size: 10pt;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  border-top: 1px dotted #82b3d3;
  font-family: Arial, Helvetica, sans-serif;
}
body.xadmin #ecadm .nav_dn A:link {
  color: #666;
  text-decoration: none;
}
body.xadmin #ecadm .nav_dn A:hover {
  color: #666;
}
body.xadmin #ecadm .nav_dn A:visited {
  text-decoration: none;
  color: #666;
}
body.xadmin #ecadm .navhdr {
  color: #0767a7;
  padding-top: 6px;
  font-size: 0.8em;
  text-align: left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #0767a7;
}
body.xadmin #ecadm .dnbsq {
  border-right: 1px solid #fff;
  font-size: 0.8em;
  text-align: center;
  background-color: #82b3d3;
  color: #fff;
  padding: 5px;
}
body.xadmin #ecadm .dnbsq A:link {
  color: #fff;
  text-decoration: none;
}
body.xadmin #ecadm .dnbsq A:hover {
  color: #333;
}
body.xadmin #ecadm .dnbsq A:visited {
  text-decoration: none;
  color: #fff;
}
body.xadmin #ecadm .upbsq {
  border-right: 1px solid #fff;
  font-size: 0.8em;
  text-align: center;
  background-color: #0767a7;
  color: #fff;
  padding: 5px;
}
body.xadmin #ecadm .upbsq A:link {
  color: #fff;
  text-decoration: none;
}
body.xadmin #ecadm .upbsq A:hover {
  color: #333;
}
body.xadmin #ecadm .upbsq A:visited {
  text-decoration: none;
  color: #fff;
}
body.xadmin #ecadm .copyrt {
  color: #0767a8;
  text-align: left;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px;
  text-align: center;
}
body.xadmin #ecadm .copyrt A:hover {
  color: #002e5f;
}
body.xadmin #ecadm .copyrt A:link {
  text-decoration: none;
  color: #0767a7;
}
body.xadmin #ecadm .copyrt A:visited {
  text-decoration: none;
  color: #0767a7;
}
body.xadmin #ecadm .copyrt li {
  padding-top: 1px;
  padding-bottom: 6px;
}
body.xadmin #ecadm .copyrt ul {
  margin-top: 0;
  list-style-type: square;
}
body.xadmin #ecadm .header {
  color: #0767a7;
  padding-top: 3px;
  padding-bottom: 1px;
  border-bottom: 1px solid #0767a7;
  font-size: 1.1em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}
body.xadmin #ecadm .header2 {
  color: #666;
  font-size: 1em;
  text-align: left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 3px;
}
body.xadmin #ecadm .ftext {
  color: #fff;
  font-weight: normal;
  padding: 6px;
  text-align: left;
  font-size: 0.9em;
  background-color: #0767a7;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.xadmin #ecadm .gtext {
  color: #fff;
  font-weight: normal;
  padding: 5px;
  font-size: 0.8em;
  text-align: left;
  background-color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
body.xadmin #ecadm .homeicon, body.xadmin .guidance.homeicon {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 6px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #82b3d3;
  border-top: 1px solid #82b3d3;
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
}
body.xadmin #ecadm .item, body.xadmin .guidance.general {
  color: #666;
  padding-top: 3px;
  padding-bottom: 6px;
  font-size: 0.9em;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
body.xadmin .guidance.general.wrapper {
  padding: 1em;
}
body.xadmin #ecadm .item A:link {
  color: #0767a7;
  text-decoration: none;
}
body.xadmin #ecadm .item A:visited {
  color: #0767a7;
  text-decoration: none;
}
body.xadmin #ecadm .item A:hover {
  color: #333;
  text-decoration: underline;
}
body.xadmin #ecadm .sitem {
  color: #666;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.8em;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
body.xadmin #ecadm .sitem A:link {
  color: #0767a7;
  text-decoration: none;
}
body.xadmin #ecadm .sitem A:visited {
  color: #0767a7;
  text-decoration: none;
}
body.xadmin #ecadm .sitem A:hover {
  color: #333;
  text-decoration: underline;
}
body.xadmin fieldset {
  position: relative;
  margin-top: 10px;
  border: #999 1px solid;
  padding: 4px;
}
body.xadmin legend {
  left: 5px;
  position: relative;
  background: #0767a7;
  color: #fff;
  padding: 3px 6px;
  font-size: 0.8em;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-family: Verdana, Arial, helvetica, sans-serif;
}
body.xadmin li {
  padding-bottom: 6px;
}
body.xadmin ul {
  list-style-type: square;
}
body.xadmin p {
  margin: 0;
  padding-top: 6px;
}
body.xadmin tr {
  margin: 0;
}
body.xadmin h1 {
  font-size: 1em;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
body.xadmin h2 {
  font-size: 1em;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
body.xadmin h3 {
  font-size: 0.9em;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
body.xadmin #ecadm .button {
  color: #fff;
  font-size: 0.7em;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #0767a7;
  border: solid 1px #82b3d3;
}
body.xadmin #ecadm .button a:link {
  color: #002ef4;
  text-decoration: none;
}
body.xadmin #ecadm .button a:visited {
  color: #002ef4;
  text-decoration: none;
}
body.xadmin #ecadm .button a:hover {
  color: #00adf0;
  text-decoration: none;
}
body.xadmin #ecadm #slideshow {
  margin: 0 auto;
  width: 830px;
  height: 70px;
  background: transparent url("../images/ew/images/admin/slideshow-bg-bB5rfB3.gif") no-repeat 0 0;
  position: relative;
}
body.xadmin #ecadm #slideshow #slidesContainer {
  margin: 0 auto;
  width: 770px;
  height: 70px;
  overflow: auto; /* allow scrollbar */
  position: relative;
}
body.xadmin #ecadm #slideshow #slidesContainer .slide {
  margin: 0 auto;
  width: 750px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: 70px;
}
body.xadmin #ecadm .control {
  display: block;
  width: 25px;
  height: 70px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
}
body.xadmin #ecadm #leftControl {
  top: 0;
  left: 0;
  background: transparent url("../images/ew/images/admin/scroll-left--C-HvqC.gif") no-repeat 0 0;
}
body.xadmin #ecadm #rightControl {
  top: 0;
  right: 0;
  background: transparent url("../images/ew/images/admin/scroll-right-J57heAb.gif") no-repeat 0 0;
}
body.xadmin #ecadm #choice {
  width: 350px;
  height: 190px;
  position: relative;
}
body.xadmin #ecadm #slides {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}
body.xadmin #ecadm .slides_container {
  width: 350px;
  overflow: hidden;
  position: relative;
  display: none;
}
body.xadmin #ecadm .slides_container div.slide {
  width: 350px;
  height: 170px;
  display: block;
}
body.xadmin #ecadm .pagination {
  margin: 6px auto 0;
  width: 170px;
}
body.xadmin #ecadm .pagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
}
body.xadmin #ecadm .pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url("../images/ew/images/admin/pagination-94cOCx3.png");
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
body.xadmin #ecadm .pagination li.current a {
  background-position: 0 -12px;
}
body.xadmin #ecadm .ncaption {
  z-index: 500;
  position: absolute;
  bottom: -35px;
  left: 0;
  height: 50px;
  padding: 5px 5px 0 5px;
  background: url("../images/ew/images/admin/transparent-bg-t8xP9E7.png");
  width: 340px;
  font-size: 9pt;
  text-align: left;
  color: #ccc;
  text-shadow: none;
}
body.xadmin #ecadm .ncaption a {
  color: #82b3d3;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
body.xadmin #ecadm .ncaption a:hover {
  color: #82b3d3;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}
body.xadmin #ecadm .caption {
  z-index: 500;
  position: absolute;
  bottom: -35px;
  left: 0;
  height: 35px;
  padding: 5px 5px 0 5px;
  background: url("../images/ew/images/admin/transparent-bg-t8xP9E7.png");
  width: 340px;
  font-size: 9pt;
  text-align: left;
  color: #999;
  text-shadow: none;
}
body.xadmin #ecadm .caption a {
  color: #82b3d3;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
body.xadmin #ecadm .caption a:hover {
  color: #82b3d3;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}
body.xadmin #ecadm #news {
  width: 440px;
  margin: 10px 0 10px;
}
body.xadmin #ecadm #news .viewport {
  padding: 0;
  width: 420px;
  height: 175px;
  overflow: hidden;
  position: relative;
}
body.xadmin #ecadm #news .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
body.xadmin #ecadm #news .scrollbar {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-track-yl-2r00wJO.png") no-repeat 0 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 10px;
}
body.xadmin #ecadm #news .track {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-trackend-yl-zjCyzCx.png") no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 1px;
}
body.xadmin #ecadm #news .thumb {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 100%;
  height: 20px;
  width: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 1px;
}
body.xadmin #ecadm #news .thumb .end {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 0;
  overflow: hidden;
  height: 20px;
  width: 25px;
}
body.xadmin #ecadm #news .disable {
  display: none;
}
body.xadmin #ecadm #jnl {
  width: 630px;
  margin: 10px 0 10px;
}
body.xadmin #ecadm #jnl .viewport {
  padding: 0;
  width: 610px;
  height: 205px;
  overflow: hidden;
  position: relative;
}
body.xadmin #ecadm #jnl .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
body.xadmin #ecadm #jnl .scrollbar {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-track-yl-2r00wJO.png") no-repeat 0 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 10px;
}
body.xadmin #ecadm #jnl .track {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-trackend-yl-zjCyzCx.png") no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 1px;
}
body.xadmin #ecadm #jnl .thumb {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 100%;
  height: 20px;
  width: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 1px;
}
body.xadmin #ecadm #jnl .thumb .end {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 0;
  overflow: hidden;
  height: 20px;
  width: 25px;
}
body.xadmin #ecadm #jnl .disable {
  display: none;
}
body.xadmin #ecadm #prj {
  width: 820px;
  margin: 10px 0 10px;
}
body.xadmin #ecadm #prj .viewport {
  padding: 0;
  width: 800px;
  height: 280px;
  overflow: hidden;
  position: relative;
}
body.xadmin #ecadm #prj .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
body.xadmin #ecadm #prj .scrollbar {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-track-yl-2r00wJO.png") no-repeat 0 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 10px;
}
body.xadmin #ecadm #prj .track {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-trackend-yl-zjCyzCx.png") no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 1px;
}
body.xadmin #ecadm #prj .thumb {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 100%;
  height: 20px;
  width: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 1px;
}
body.xadmin #ecadm #prj .thumb .end {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 0;
  overflow: hidden;
  height: 20px;
  width: 25px;
}
body.xadmin #ecadm #prj .disable {
  display: none;
}
body.xadmin #ecadm #vid {
  width: 470px;
  margin: 10px 0 10px;
}
body.xadmin #ecadm #vid .viewport {
  padding: 0;
  width: 450px;
  height: 265px;
  overflow: hidden;
  position: relative;
}
body.xadmin #ecadm #vid .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
body.xadmin #ecadm #vid .scrollbar {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-track-yl-2r00wJO.png") no-repeat 0 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 10px;
}
body.xadmin #ecadm #vid .track {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-trackend-yl-zjCyzCx.png") no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 1px;
}
body.xadmin #ecadm #vid .thumb {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 100%;
  height: 20px;
  width: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 1px;
}
body.xadmin #ecadm #vid .thumb .end {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 0;
  overflow: hidden;
  height: 20px;
  width: 25px;
}
body.xadmin #ecadm #vid .disable {
  display: none;
}
body.xadmin #ecadm #tw {
  width: 475px;
  margin: 10px 0 10px;
}
body.xadmin #ecadm #tw .viewport {
  padding: 0;
  width: 455px;
  height: 210px;
  overflow: hidden;
  position: relative;
}
body.xadmin #ecadm #tw .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
body.xadmin #ecadm #tw .scrollbar {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-track-yl-2r00wJO.png") no-repeat 0 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 10px;
}
body.xadmin #ecadm #tw .track {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-trackend-yl-zjCyzCx.png") no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 1px;
}
body.xadmin #ecadm #tw .thumb {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 100%;
  height: 20px;
  width: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 1px;
}
body.xadmin #ecadm #tw .thumb .end {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 0;
  overflow: hidden;
  height: 20px;
  width: 25px;
}
body.xadmin #ecadm #tw .disable {
  display: none;
}
body.xadmin #ecadm #twn {
  width: 360px;
  margin: 10px 0 10px;
}
body.xadmin #ecadm #twn .viewport {
  padding: 0;
  width: 340px;
  height: 210px;
  overflow: hidden;
  position: relative;
}
body.xadmin #ecadm #twn .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
body.xadmin #ecadm #twn .scrollbar {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-track-yl-2r00wJO.png") no-repeat 0 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 10px;
}
body.xadmin #ecadm #twn .track {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-trackend-yl-zjCyzCx.png") no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 1px;
}
body.xadmin #ecadm #twn .thumb {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 100%;
  height: 20px;
  width: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 1px;
}
body.xadmin #ecadm #twn .thumb .end {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 0;
  overflow: hidden;
  height: 20px;
  width: 25px;
}
body.xadmin #ecadm #twn .disable {
  display: none;
}
body.xadmin #ecadm #pnw {
  width: 360px;
  margin: 10px 0 10px;
}
body.xadmin #ecadm #pnw .viewport {
  padding: 0;
  width: 340px;
  height: 210px;
  overflow: hidden;
  position: relative;
}
body.xadmin #ecadm #pnw .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
body.xadmin #ecadm #pnw .scrollbar {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-track-yl-2r00wJO.png") no-repeat 0 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 10px;
}
body.xadmin #ecadm #pnw .track {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-trackend-yl-zjCyzCx.png") no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 1px;
}
body.xadmin #ecadm #pnw .thumb {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 100%;
  height: 20px;
  width: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 1px;
}
body.xadmin #ecadm #pnw .thumb .end {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-yl-KWC_rlL.png") no-repeat 50% 0;
  overflow: hidden;
  height: 20px;
  width: 25px;
}
body.xadmin #ecadm #pnw .disable {
  display: none;
}
body.xadmin #ecadm #vdesc {
  width: 410px;
  margin: 10px 0 10px;
}
body.xadmin #ecadm #vdesc .viewport {
  padding: 0;
  width: 390px;
  height: 258px;
  overflow: hidden;
  position: relative;
}
body.xadmin #ecadm #vdesc .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
body.xadmin #ecadm #vdesc .scrollbar {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-track-y-f53E8gA.png") no-repeat 0 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 10px;
}
body.xadmin #ecadm #vdesc .track {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-trackend-y-KXT8x36.png") no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 1px;
}
body.xadmin #ecadm #vdesc .thumb {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-y-kFHZwOK.png") no-repeat 50% 100%;
  height: 20px;
  width: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 1px;
}
body.xadmin #ecadm #vdesc .thumb .end {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-y-kFHZwOK.png") no-repeat 50% 0;
  overflow: hidden;
  height: 20px;
  width: 25px;
}
body.xadmin #ecadm #vdesc .disable {
  display: none;
}
body.xadmin #ecadm #vcls {
  width: 750px;
  margin: 10px 0 10px;
}
body.xadmin #ecadm #vcls .viewport {
  width: 736px;
  height: 25px;
  overflow: hidden;
  position: relative;
}
body.xadmin #ecadm #vcls .overview {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
body.xadmin #ecadm #vcls .overview img {
  float: left;
}
body.xadmin #ecadm #vcls .scrollbar {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-track-x-lPxKlkd.png") no-repeat 0 0;
  position: relative;
  margin: 0 0 5px;
  clear: both;
  height: 15px;
}
body.xadmin #ecadm #vcls .track {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-trackend-x-vSU-A1c.png") no-repeat 100% 0;
  width: 100%;
  height: 15px;
  position: relative;
}
body.xadmin #ecadm #vcls .thumb {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-x-Z4scW_7.png") no-repeat 100% 50%;
  height: 25px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -8px;
}
body.xadmin #ecadm #vcls .thumb .end {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-x-Z4scW_7.png") no-repeat 0 50%;
  overflow: hidden;
  height: 25px;
  width: 5px;
}
body.xadmin #ecadm #vcls .disable {
  display: none;
}
body.xadmin #ecadm #vtrans {
  width: 810px;
  margin: 20px 0 10px;
}
body.xadmin #ecadm #vtrans .viewport {
  padding: 0;
  width: 790px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
body.xadmin #ecadm #vtrans .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
body.xadmin #ecadm #vtrans .scrollbar {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-track-y-f53E8gA.png") no-repeat 0 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 10px;
}
body.xadmin #ecadm #vtrans .track {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-trackend-y-KXT8x36.png") no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 1px;
}
body.xadmin #ecadm #vtrans .thumb {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-y-kFHZwOK.png") no-repeat 50% 100%;
  height: 20px;
  width: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 1px;
}
body.xadmin #ecadm #vtrans .thumb .end {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-y-kFHZwOK.png") no-repeat 50% 0;
  overflow: hidden;
  height: 20px;
  width: 25px;
}
body.xadmin #ecadm #vtrans .disable {
  display: none;
}
body.xadmin #ecadm #vctext {
  width: 810px;
  margin: 20px 0 10px;
}
body.xadmin #ecadm #vctext .viewport {
  padding: 0;
  width: 790px;
  height: 480px;
  overflow: hidden;
  position: relative;
}
body.xadmin #ecadm #vctext .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
body.xadmin #ecadm #vctext .scrollbar {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-track-y-f53E8gA.png") no-repeat 0 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 10px;
}
body.xadmin #ecadm #vctext .track {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-trackend-y-KXT8x36.png") no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0 1px;
}
body.xadmin #ecadm #vctext .thumb {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-y-kFHZwOK.png") no-repeat 50% 100%;
  height: 20px;
  width: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 1px;
}
body.xadmin #ecadm #vctext .thumb .end {
  background: transparent url("../images/ew/images/admin/bg-scrollbar-thumb-y-kFHZwOK.png") no-repeat 50% 0;
  overflow: hidden;
  height: 20px;
  width: 25px;
}
body.xadmin #ecadm #vctext .disable {
  display: none;
}
body.xadmin .dashboard-table {
  width: 452px;
  float: left;
  margin-left: 20px;
  margin-bottom: 72px;
}
body.xadmin .dashboard-table + .dashboard-table {
  margin-left: 20px;
}
body.xadmin .dashboard-table thead {
  background-image: url("../images/ew/site-images/dashboard/header-bg-g5axxK8.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 43px;
}
body.xadmin .dashboard-table th {
  text-align: left;
  font-weight: normal;
}
body.xadmin .dashboard-table th h2 {
  color: #ffffff;
  line-height: 40px;
  float: left;
  padding-left: 15px;
  padding-top: 3px;
  margin-left: -5px;
  font-size: 1.1em;
}
body.xadmin .dashboard-table th h2 span {
  color: #8fd7ff;
}
body.xadmin .dashboard-table th .links {
  float: right;
  text-align: right;
  padding-right: 12px;
  font-size: 0.8em;
}
body.xadmin .dashboard-table th .links a {
  color: #ffffff;
  line-height: 37px;
  text-decoration: underline;
  padding-top: 6px;
  display: inline-block;
}
body.xadmin .dashboard-table th .links a.active {
  color: #8fd7ff;
  text-decoration: none;
}
body.xadmin .dashboard-table td {
  font-size: 0.8em;
  vertical-align: top;
  padding-left: 25px;
  border-top: 1px #addcf6 solid;
  padding-top: 8px;
  padding-bottom: 6px;
}
body.xadmin .dashboard-table td:first-child {
  min-height: 15px;
}
body.xadmin .dashboard-table td.num {
  text-align: right;
  width: 36px;
}
body.xadmin .dashboard-table td.up {
  background-image: url("../images/ew/site-images/dashboard/arrow-Jdyrfnl.png");
  background-position: 6px 6px;
  background-repeat: no-repeat;
}
body.xadmin .dashboard-table tr:first-child td {
  padding-top: 16px;
  border-top: none;
}
body.xadmin .dashboard-graph-results {
  width: 924px;
  height: 361px;
  background-image: url("../images/ew/site-images/dashboard/chart-bg-TjEgx7m.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 20px;
}
body.xadmin .dashboard-graph-results + .dashboard-graph-results {
  margin-top: 37px;
}
body.xadmin .dashboard-graph-results h2 {
  color: #0081c8;
  font-size: 1.6em;
  position: absolute;
  top: 29px;
  left: 24px;
}
body.xadmin .dashboard-graph-results .links {
  color: #979797;
  position: absolute;
  top: 36px;
  left: 460px;
  text-align: right;
}
body.xadmin .dashboard-graph-results .links a {
  color: #0081c8;
  text-decoration: underline;
}
body.xadmin .dashboard-graph-results .links a.active {
  color: #80c0e3;
  text-decoration: none;
}
body.xadmin .dashboard-graph-results .graph {
  position: absolute;
  left: 24px;
  top: 70px;
}
body.xadmin .dashboard-graph-results .results {
  position: absolute;
  top: -10px;
  right: 17px;
  width: 206px;
  height: 360px;
  background-image: url("../images/ew/site-images/dashboard/chart-stats-bg-Mdp7Wdb.png");
  background-position: center top;
  background-repeat: no-repeat;
}
body.xadmin .dashboard-graph-results .results h3 {
  width: 198px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 1.4em;
  margin: 0px 0px 0px 0px;
}
body.xadmin .dashboard-graph-results .results .person {
  color: #ffffff;
  font-weight: bold;
  padding: 15px 0px 0px 41px;
  min-height: 48px;
  background-image: url("../images/ew/site-images/dashboard/person-q5aUxYv.png");
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: 30px;
  margin-top: 15px;
}
body.xadmin .dashboard-graph-results .results .person span {
  color: #9edcff;
  display: block;
  text-transform: uppercase;
}
body.xadmin .dashboard-graph-results .results .selection hr {
  border: none;
  border-top: 1px #006da9 solid;
  margin: 16px 6px;
  width: 186px;
}
body.xadmin .dashboard-graph-results .results .selection h4 {
  color: #9edcff;
  width: 198px;
  text-align: center;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}
body.xadmin .dashboard-graph-results .results .selection select {
  width: 185px;
  color: #000000;
}
body.xadmin .dashboard-graph-results .results .selection .selectbox-top {
  margin-left: 6px;
}
body.xadmin .selectbox-inner {
  max-height: 600px;
}
body.xadmin label.regionsection {
  width: 600px;
  vertical-align: bottom !important;
}
body.xadmin .textareaBlock {
  width: 422px;
  height: 350px;
  border: 0;
  border-radius: 3px;
  background-color: #FFFFFF;
  font-size: 0.875em;
  color: #414141;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.xadmin .textareaSmall {
  width: 422px;
  height: 80px;
  border: 0;
  border-radius: 3px;
  background-color: #FFFFFF;
  font-size: 0.875em;
  color: #414141;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.xadmin .grey-box div.url {
  font-size: 0.8em;
}
body.xadmin #frmEducationCourse .positioncell {
  display: none !important;
}
body.xadmin #frmEducationCourse .incourse, body.xadmin #frmEducationCourse .availablemodules {
  margin-top: 1.5em;
}
body.xadmin .elearning-email-add-edit h2 {
  margin-top: 0.7em;
  margin-bottom: 1.25em;
}
body.xadmin .elearning-email-add-edit textarea#frmPageBodyPlain {
  width: 97%;
  height: 70em;
}
body.xadmin label[for=frmNewsconferenceFindID],
body.xadmin label[for=frmVideoconferenceFindID] {
  width: 160px;
}
body.xadmin #frmNewsconferenceFindID,
body.xadmin #frmVideoconferenceFindID {
  width: 50px;
}
body.xadmin .preview {
  padding: 9px;
  font-size: 0.875em;
}
body.xadmin .info {
  font-size: 0.9em;
  color: grey;
}
body.xadmin .dataTable td {
  word-break: break-word;
}
body.xadmin .custom-menu {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  border: 1px solid #CCC;
  white-space: nowrap;
  font-family: sans-serif;
  background: #FFF;
  color: #333;
  border-radius: 5px;
  padding: 0;
}
body.xadmin .custom-menu li {
  padding: 8px 12px;
  cursor: pointer;
  list-style-type: none;
  transition: all 0.3s ease;
  user-select: none;
}
body.xadmin .custom-menu li:hover {
  background-color: #DEF;
}
body.xadmin .form-field-table, body.xadmin .form-field-text {
  font-size: 0.875em;
  color: #414141;
}
body.xadmin .form-field-table td, body.xadmin .form-field-text td {
  padding: 0.25em 1.5em 0 0;
}
body.xadmin .form-field-table td.right, body.xadmin .form-field-text td.right {
  text-align: right;
}
body.xadmin .form-field-table tr.space-above td, body.xadmin .form-field-text tr.space-above td {
  padding-top: 0.5em;
}

body.xadmin .generic-details-box {
  border-collapse: collapse;
}
body.xadmin .generic-details-box td {
  padding: 1em;
  border: solid 1px lightgrey;
}
body.xadmin .generic-details-box thead, body.xadmin .generic-details-box tfoot {
  display: none;
}
body.xadmin table.no-head thead {
  display: none;
}
body.xadmin table.no-foot tfoot {
  display: none;
}
body.xadmin table.mono td {
  font-family: "Ubuntu Mono", monospace;
  font-size: 0.85em;
}
body.xadmin .generic {
  border-collapse: collapse;
}
body.xadmin .generic td, body.xadmin .generic th {
  padding: 0.5em;
  border: solid 1px lightgrey;
}
body.xadmin .word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
body.xadmin form.inline-submit {
  position: relative;
  top: -9px;
  left: -30px;
}
body.xadmin form.inline-submit div {
  display: inline-block;
}
body.xadmin form.inline-submit label {
  line-height: 2.5em;
}
body.xadmin form.inline-submit input[type=file] {
  margin-right: 1em;
  color: black;
}
body.xadmin form.symfony label {
  min-width: 15%;
}
body.xadmin form.symfony input {
  padding: 0.25em 0.5em;
  min-width: 80%;
}
body.xadmin form.symfony div {
  margin-bottom: 1em;
}
body.xadmin #page.ui-language-id-1 {
  border: solid 3px rgb(1, 33, 105);
}
body.xadmin #page.ui-language-id-1 #language-selection {
  border: solid 3px rgb(1, 33, 105);
  border-radius: 10px;
  background-image: none;
  background-color: white;
  color: black;
}
body.xadmin #page.ui-language-id-1 #language-selection span {
  background-image: none;
  font-weight: bold;
}
body.xadmin #page.ui-language-id-2 {
  border: solid 3px rgba(170, 21, 27, 0.65);
}
body.xadmin #page.ui-language-id-2 #language-selection {
  border: solid 3px rgba(170, 21, 27, 0.65);
  border-radius: 10px;
  background-image: none;
  background-color: rgba(241, 191, 0, 0.65);
  color: black;
}
body.xadmin #page.ui-language-id-2 #language-selection span {
  background-image: none;
  font-weight: bold;
}
body.xadmin #page.ui-language-id-3 {
  border: solid 3px rgba(204, 204, 204, 0.65);
}
body.xadmin #page.ui-language-id-3 #language-selection {
  border: solid 3px rgba(204, 204, 204, 0.65);
  border-radius: 10px;
  background-image: none;
  background-color: white;
  color: lightgrey;
}
body.xadmin #page.ui-language-id-3 #language-selection span {
  background-image: none;
  font-weight: bold;
}
body.xadmin #page.ui-language-id-4 {
  border: solid 3px rgba(204, 204, 204, 0.65);
}
body.xadmin #page.ui-language-id-4 #language-selection {
  border: solid 3px rgba(204, 204, 204, 0.65);
  border-radius: 10px;
  background-image: none;
  background-color: white;
  color: lightgrey;
}
body.xadmin #page.ui-language-id-4 #language-selection span {
  background-image: none;
  font-weight: bold;
}
body.xadmin #page.ui-language-id-5 {
  border: solid 3px rgba(204, 204, 204, 0.65);
}
body.xadmin #page.ui-language-id-5 #language-selection {
  border: solid 3px rgba(204, 204, 204, 0.65);
  border-radius: 10px;
  background-image: none;
  background-color: white;
  color: lightgrey;
}
body.xadmin #page.ui-language-id-5 #language-selection span {
  background-image: none;
  font-weight: bold;
}
body.xadmin #page.ui-language-id-6 {
  border: solid 3px rgba(204, 204, 204, 0.65);
}
body.xadmin #page.ui-language-id-6 #language-selection {
  border: solid 3px rgba(204, 204, 204, 0.65);
  border-radius: 10px;
  background-image: none;
  background-color: white;
  color: lightgrey;
}
body.xadmin #page.ui-language-id-6 #language-selection span {
  background-image: none;
  font-weight: bold;
}
body.xadmin #page.ui-language-id-7 {
  border: solid 3px rgba(204, 204, 204, 0.65);
}
body.xadmin #page.ui-language-id-7 #language-selection {
  border: solid 3px rgba(204, 204, 204, 0.65);
  border-radius: 10px;
  background-image: none;
  background-color: white;
  color: lightgrey;
}
body.xadmin #page.ui-language-id-7 #language-selection span {
  background-image: none;
  font-weight: bold;
}
body.xadmin #page.ui-language-id-8 {
  border: solid 3px rgba(204, 204, 204, 0.65);
}
body.xadmin #page.ui-language-id-8 #language-selection {
  border: solid 3px rgba(204, 204, 204, 0.65);
  border-radius: 10px;
  background-image: none;
  background-color: white;
  color: lightgrey;
}
body.xadmin #page.ui-language-id-8 #language-selection span {
  background-image: none;
  font-weight: bold;
}
body.xadmin #page.ui-language-id-9 {
  border: solid 3px rgba(204, 204, 204, 0.65);
}
body.xadmin #page.ui-language-id-9 #language-selection {
  border: solid 3px rgba(204, 204, 204, 0.65);
  border-radius: 10px;
  background-image: none;
  background-color: white;
  color: lightgrey;
}
body.xadmin #page.ui-language-id-9 #language-selection span {
  background-image: none;
  font-weight: bold;
}
body.xadmin #page.ui-language-id-10 {
  border: solid 3px rgba(204, 204, 204, 0.65);
}
body.xadmin #page.ui-language-id-10 #language-selection {
  border: solid 3px rgba(204, 204, 204, 0.65);
  border-radius: 10px;
  background-image: none;
  background-color: white;
  color: lightgrey;
}
body.xadmin #page.ui-language-id-10 #language-selection span {
  background-image: none;
  font-weight: bold;
}
body.xadmin #page.ui-language-id-11 {
  border: solid 3px rgba(204, 204, 204, 0.65);
}
body.xadmin #page.ui-language-id-11 #language-selection {
  border: solid 3px rgba(204, 204, 204, 0.65);
  border-radius: 10px;
  background-image: none;
  background-color: white;
  color: lightgrey;
}
body.xadmin #page.ui-language-id-11 #language-selection span {
  background-image: none;
  font-weight: bold;
}
body.xadmin #page.ui-language-id-12 {
  border: solid 3px rgba(204, 204, 204, 0.65);
}
body.xadmin #page.ui-language-id-12 #language-selection {
  border: solid 3px rgba(204, 204, 204, 0.65);
  border-radius: 10px;
  background-image: none;
  background-color: white;
  color: lightgrey;
}
body.xadmin #page.ui-language-id-12 #language-selection span {
  background-image: none;
  font-weight: bold;
}
body.xadmin #language-checker-panel {
  display: none;
  background-color: rgba(216, 229, 35, 0.6);
  font-weight: bold;
  font-size: 1.15em;
  padding: 0.5em;
  border: solid 2px lightgrey;
  border-radius: 0.5em;
  margin-bottom: 1em;
}
body.xadmin #language-checker-panel button {
  font-size: initial;
  border-radius: 10px;
  margin-left: 1em;
}

html.eddie {
  font-size: 14px;
}

/*! jQuery UI - v1.14.1 - 2024-10-30 */
/* Copyright OpenJS Foundation and other contributors; Licensed MIT */
/* 2025-09-16 Downloaded and edited to work with asset mapper. Originally just .css. [JP]

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/eddie/jquery-ui/ui-icons_444444_256x240-idYmfxz.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/eddie/jquery-ui/ui-icons_444444_256x240-idYmfxz.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/eddie/jquery-ui/ui-icons_555555_256x240-0cSRiyo.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/eddie/jquery-ui/ui-icons_ffffff_256x240-GU0GlZ3.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/eddie/jquery-ui/ui-icons_777620_256x240-qlPYU-t.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/eddie/jquery-ui/ui-icons_cc0000_256x240-dgZPu8D.png");
}

.ui-button .ui-icon {
  background-image: url("../images/eddie/jquery-ui/ui-icons_777777_256x240-Ewpq58W.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

code[class*=language-],
pre[class*=language-] {
  text-shadow: none !important;
  color: #b1b1b1 !important;
}

/*# sourceMappingURL=app.output.css.map */
