html {
    font-family: sans-serif;
    ms-text-size-adjust: 100%;
    webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    webkit-appearance: button;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    box-sizing: content-box;
    webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media (min--moz-device-pixel-ratio: 0) {
    summary {
        display: list-item;
    }
}

.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
    float: right;
}

.ajax-progress-throbber .throbber {
    background: transparent url('../images/core/throbber-active.gif') no-repeat 0 center;
    display: inline;
    padding: 1px 5px 2px;
}

.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.ajax-progress-fullscreen {
    background-color: #232323;
    background-image: url('../images/core/loading-small.gif');
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px;
    height: 24px;
    left: 49%;
    opacity: 0.9;
    padding: 4px;
    position: fixed;
    top: 48.5%;
    width: 24px;
    z-index: 1000;
}

[dir="rtl"] .ajax-progress-fullscreen {
    left: auto;
    right: 49%;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.js input.form-autocomplete {
    background-image: url('../images/core/throbber-inactive.png');
    background-position: 100% center;
    background-repeat: no-repeat;
}

.js[dir="rtl"] input.form-autocomplete {
    background-position: 0% center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url('../images/core/throbber-active.gif');
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0% center;
}

.fieldgroup {
    border-width: 0;
    padding: 0;
}

.container-inline div, .container-inline label {
    display: inline;
}

.container-inline .details-wrapper {
    display: block;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

.js details:not([open]) .details-wrapper {
    display: none;
}

.hidden {
    display: none;
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static !important;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.item-list__comma-list, .item-list__comma-list li {
    display: inline;
}

.item-list__comma-list {
    margin: 0;
    padding: 0;
}

.item-list__comma-list li:after {
    content: ", ";
}

.item-list__comma-list li:last-child:after {
    content: "";
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}

.progress {
    position: relative;
}

.progress__track {
    background-color: #fff;
    border: 1px solid;
    height: 16px;
    margin-top: 5px;
    max-width: 100%;
    min-width: 100px;
}

.progress__bar {
    background-color: #000;
    height: 1.5em;
    max-width: 100%;
    min-width: 3%;
    width: 3%;
}

.progress__description, .progress__percentage {
    color: #555;
    font-size: 0.875em;
    margin-top: 0.2em;
    overflow: hidden;
}

.progress__description {
    float: left;
}

[dir="rtl"] .progress__description {
    float: right;
}

.progress__percentage {
    float: right;
}

[dir="rtl"] .progress__percentage {
    float: left;
}

.progress--small .progress__track {
    height: 7px;
}

.progress--small .progress__bar {
    background-size: 20px 20px;
    height: 7px;
}

.reset-appearance {
    appearance: none;
    background: transparent;
    border: 0 none;
    line-height: inherit;
    margin: 0;
    moz-appearance: none;
    padding: 0;
    webkit-appearance: none;
}

.resize-none {
    resize: none;
}

.resize-vertical {
    min-height: 2em;
    resize: vertical;
}

.resize-horizontal {
    max-width: 100%;
    resize: horizontal;
}

.resize-both {
    max-width: 100%;
    min-height: 2em;
    resize: both;
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0;
    top: 0;
    z-index: 500;
}

.system-status-counter__status-icon {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 25px;
}

.system-status-counter__status-icon:before {
    background-position: center 2px;
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    display: block;
}

.system-status-counter__status-icon--error:before {
    background-image: url('../images/core/error.svg');
}

.system-status-counter__status-icon--warning:before {
    background-image: url('../images/core/warning.svg');
}

.system-status-counter__status-icon--checked:before {
    background-image: url('../images/core/check.svg');
}

.system-status-report-counters__item {
    background-color: rgba(0, 0, 0, 0.063);
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

@media screen and (min-width: 60em) {
    .system-status-report-counters {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .system-status-report-counters__item--half-width {
        width: 49%;
    }

    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}

.system-status-general-info__item {
    border: 1px solid #ccc;
    margin-top: 1em;
    padding: 0 1em 1em;
}

.system-status-general-info__item-title {
    border-bottom: 1px solid #ccc;
}

body.drag {
    cursor: move;
}

tr.region-title {
    font-weight: bold;
}

tr.region-message {
    color: #999;
}

tr.region-populated {
    display: none;
}

tr.add-new .tabledrag-changed {
    display: none;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-left: 0;
    margin-right: -1em;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url('../images/core/move.svg') no-repeat 6px 7px;
    height: 14px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    width: 14px;
}

a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle {
    background-image: url('../images/core/move.svg');
}

.touchevents .draggable td {
    padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
}

.touchevents a.tabledrag-handle {
    height: 44px;
    width: 40px;
}

.touchevents a.tabledrag-handle .handle {
    background-position: 40% 19px;
    height: 21px;
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left;
}

.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

[dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0;
}

.tablesort {
    background-size: 100%;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.tablesort--asc {
    background-image: url('../images/core/twistie-down.svg');
}

.tablesort--desc {
    background-image: url('../images/core/twistie-up.svg');
}

div.tree-child {
    background: url('../images/core/tree.png') no-repeat 11px center;
}

div.tree-child-last {
    background: url('../images/core/tree-bottom.png') no-repeat 11px center;
}

[dir="rtl"] div.tree-child, [dir="rtl"] div.tree-child-last {
    background-position: -65px center;
}

div.tree-child-horizontal {
    background: url('../images/core/tree.png') no-repeat -11px center;
}

.layout-container {
    margin: 0 1.5em;
}

.layout-container:after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (min-width: 38em) {
    .layout-container {
        margin: 0 2.5em;
    }

    .layout-column {
        box-sizing: border-box;
        float: left;
    }

    [dir="rtl"] .layout-column {
        float: right;
    }

    .layout-column + .layout-column {
        padding-left: 10px;
    }

    [dir="rtl"] .layout-column + .layout-column {
        padding-left: 0;
        padding-right: 10px;
    }

    .layout-column--half {
        width: 50%;
    }

    .layout-column--quarter {
        width: 25%;
    }

    .layout-column--three-quarter {
        width: 75%;
    }
}

.panel {
    padding: 5px 5px 15px;
}

.panel__description {
    margin: 0 0 3px;
    padding: 2px 0 3px 0;
}

.compact-link {
    margin: 0 0 0.5em 0;
}

small .admin-link:before {
    content: " [";
}

small .admin-link:after {
    content: "]";
}

.system-modules thead > tr {
    border: 0;
}

.system-modules div.incompatible {
    font-weight: bold;
}

.system-modules td.checkbox {
    min-width: 25px;
    width: 4%;
}

.system-modules td.module {
    width: 25%;
}

.system-modules td {
    vertical-align: top;
}

.system-modules label, .system-modules-uninstall label {
    color: #1d1d1d;
    font-size: 1.15em;
}

.system-modules details {
    color: #5c5c5b;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.system-modules details[open] {
    height: auto;
    overflow: visible;
    white-space: normal;
}

.system-modules details[open] summary .text {
    hyphens: auto;
    moz-hyphens: auto;
    ms-hyphens: auto;
    text-transform: none;
    webkit-hyphens: auto;
}

.system-modules td details a {
    border: 0;
    color: #5c5c5b;
}

.system-modules td details {
    border: 0;
    height: 20px;
    margin: 0;
}

.system-modules td details summary {
    cursor: default;
    font-weight: normal;
    padding: 0;
    text-transform: none;
}

.system-modules td {
    padding-left: 0;
}

[dir="rtl"] .system-modules td {
    padding-left: 12px;
    padding-right: 0;
}

@media screen and (max-width: 40em) {
    .system-modules td.name {
        width: 20%;
    }

    .system-modules td.description {
        width: 40%;
    }
}

.system-modules .requirements {
    max-width: 490px;
    padding: 5px 0;
}

.system-modules .links {
    overflow: hidden;
}

.system-modules .checkbox {
    margin: 0 5px;
}

.system-modules .checkbox .form-item {
    margin-bottom: 0;
}

.admin-requirements, .admin-required {
    color: #666;
    font-size: 0.9em;
}

.admin-enabled {
    color: #080;
}

.admin-missing {
    color: #f00;
}

.module-link {
    display: block;
    float: left;
    margin-top: 2px;
    padding: 2px 20px;
    white-space: nowrap;
}

[dir="rtl"] .module-link {
    float: right;
}

.module-link-help {
    background: url('../images/core/questionmark-disc.svg') 0 50% no-repeat;
}

[dir="rtl"] .module-link-help {
    background-position: top 50% right 0;
}

.module-link-permissions {
    background: url('../images/core/key.svg') 0 50% no-repeat;
}

[dir="rtl"] .module-link-permissions {
    background-position: top 50% right 0;
}

.module-link-configure {
    background: url('../images/core/cog.svg') 0 50% no-repeat;
}

[dir="rtl"] .module-link-configure {
    background-position: top 50% right 0;
}

.system-status-report__status-title {
    background-color: transparent;
    box-sizing: border-box;
    font-weight: normal;
    padding: 10px 6px 10px 40px;
    position: relative;
    vertical-align: top;
    width: 100%;
}

[dir="rtl"] .system-status-report__status-title {
    padding: 10px 40px 10px 6px;
}

.system-status-report__status-icon:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 16px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 16px;
}

[dir="rtl"] .system-status-report__status-icon:before {
    left: auto;
    right: 12px;
}

.system-status-report__status-icon--error:before {
    background-image: url('../images/core/error.svg');
}

.system-status-report__status-icon--warning:before {
    background-image: url('../images/core/warning.svg');
}

.system-status-report__entry__value {
    padding: 1em 0.5em;
}

.theme-info__header {
    font-weight: normal;
    margin-bottom: 0;
}

.theme-default .theme-info__header {
    font-weight: bold;
}

.theme-info__description {
    margin-top: 0;
}

.system-themes-list {
    margin-bottom: 20px;
}

.system-themes-list-uninstalled {
    border-top: 1px solid #cdcdcd;
    padding-top: 20px;
}

.system-themes-list__header {
    margin: 0;
}

.theme-selector {
    padding-top: 20px;
}

.theme-selector .screenshot, .theme-selector .no-screenshot {
    border: 1px solid #e0e0d8;
    height: auto;
    max-width: 100%;
    padding: 2px;
    text-align: center;
    vertical-align: bottom;
}

.theme-default .screenshot {
    border: 1px solid #aaa;
}

.system-themes-list-uninstalled .screenshot, .system-themes-list-uninstalled .no-screenshot {
    height: auto;
    max-width: 194px;
}

@media screen and (min-width: 45em) {
    body:not(.toolbar-vertical) .system-themes-list-installed .screenshot, body:not(.toolbar-vertical) .system-themes-list-installed .no-screenshot {
        float: left;
        margin: 0 20px 0 0;
        width: 294px;
    }

    [dir="rtl"] body:not(.toolbar-vertical) .system-themes-list-installed .screenshot, [dir="rtl"] body:not(.toolbar-vertical) .system-themes-list-installed .no-screenshot {
        float: right;
        margin: 0 0 0 20px;
    }

    body:not(.toolbar-vertical) .system-themes-list-installed .system-themes-list__header {
        margin-top: 0;
    }

    body:not(.toolbar-vertical) .system-themes-list-uninstalled .theme-selector {
        box-sizing: border-box;
        float: left;
        padding: 20px 20px 20px 0;
        width: 31.25%;
    }

    [dir="rtl"] body:not(.toolbar-vertical) .system-themes-list-uninstalled .theme-selector {
        float: right;
        padding: 20px 0 20px 20px;
    }

    body:not(.toolbar-vertical) .system-themes-list-uninstalled .theme-info {
        min-height: 170px;
    }
}

@media screen and (min-width: 60em) {
    .toolbar-vertical .system-themes-list-installed .screenshot, .toolbar-vertical .system-themes-list-installed .no-screenshot {
        float: left;
        margin: 0 20px 0 0;
        width: 294px;
    }

    [dir="rtl"] .toolbar-vertical .system-themes-list-installed .screenshot, [dir="rtl"] .toolbar-vertical .system-themes-list-installed .no-screenshot {
        float: right;
        margin: 0 0 0 20px;
    }

    .toolbar-vertical .system-themes-list-installed .theme-info__header {
        margin-top: 0;
    }

    .toolbar-vertical .system-themes-list-uninstalled .theme-selector {
        box-sizing: border-box;
        float: left;
        padding: 20px 20px 20px 0;
        width: 31.25%;
    }

    [dir="rtl"] .toolbar-vertical .system-themes-list-uninstalled .theme-selector {
        float: right;
        padding: 20px 0 20px 20px;
    }

    .toolbar-vertical .system-themes-list-uninstalled .theme-info {
        min-height: 170px;
    }
}

.system-themes-list-installed .theme-info {
    max-width: 940px;
}

.theme-selector .incompatible {
    font-weight: bold;
    margin-top: 10px;
}

.theme-selector .operations {
    margin: 10px 0 0 0;
    padding: 0;
}

.theme-selector .operations li {
    border-right: 1px solid #cdcdcd;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 0.7em;
}

[dir="rtl"] .theme-selector .operations li {
    border-left: 1px solid #cdcdcd;
    border-right: none;
    float: right;
}

.theme-selector .operations li:last-child {
    border-right: none;
    padding: 0 0 0 0.7em;
}

[dir="rtl"] .theme-selector .operations li:last-child {
    border-left: none;
    padding: 0 0.7em 0 0;
}

.theme-selector .operations li:first-child {
    padding: 0 0.7em 0 0;
}

[dir="rtl"] .theme-selector .operations li:first-child {
    padding: 0 0 0 0.7em;
}

.system-themes-admin-form {
    clear: left;
}

[dir="rtl"] .system-themes-admin-form {
    clear: right;
}

.cron-description__run-cron {
    display: block;
}

.system-cron-settings__link {
    overflow-wrap: break-word;
    word-wrap: break-word;
}