    /* ADMIN */

.page-admin-auth .section-auth.section-form .section-title {
    display: none;
}

.section-preview .section-component {
    border: 1px dashed #ddd;
    box-sizing: border-box;
    padding: 5px;
    min-height: 35px;
}

.section-preview>.section-title {
    color: #ccc;
}

.form-large-label div.fh-format-div>.fh-label-container {
    width: 450px;
}

.form-large-label div.fh-format-div>.fh-field-container, .form-large-label div.fh-format-div:not(.fh-field-combi)>.fh-error {
    margin-left: 470px;
}

table.admin td, table.admin th {
    vertical-align: top;
}

table.admin tr:nth-child(even) {
    background: #eee;
}

table.admin th, table.admin td {
    padding: 0.4em 0.6em 0.4em 0.4em;
}

.edit-menu-row>li>span.tools {
    margin-left: 15px;
    font-size: 0.85em;
}

.m-ajax-loading {
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 11px;
    width: 16px;
    background: url(images/ajax-loader.gif);
}

.m-ajax-loading.m-loader-append {
    margin-left: 10px;
}

ul.edit-menu-row>li>ul {
    margin-left: 1.5em
}

ul.edit-menu-row>li>ul {
    margin-top: 1em;
    margin-bottom: 1em;
}

.sortable-wrapper .handle {
    cursor: move;
}

/* SECTIONS */
.section {
    margin-bottom: 2.5em;
}

.section-title .tools {
    float: right;
    margin-left: 25px;
}

.l-bottom .section:last-of-type {
    margin-bottom: 0;
}

.section>.section-title, .section>.section-content>*:first-child {
    margin-top: 0;
}

.section>.section-content>*:last-child {
    margin-bottom: 0;
}

.section-title>a {
    text-decoration: none;
}

h4.section-title {
    margin: 1em 0em;
}

.section-content h2 {
    margin: 1.5em 0 1em 0
}

.section-content ul>li, .section-content ol>li {
    margin-bottom: 0.5em;
}

table.is-sortable-admin td.l-handle-cell {
    cursor: move;
}

.is-loader-target.is-loading {
    background-image: url(images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.form-hide-labels .fh-label-container {
    position: absolute;
    left: -20000px
}

ul.page-display-options a {
    text-decoration: none;
}

ul.page-display-options li.active {
    font-weight: bold;
}

.section-cms-pages tr.level1 td:first-of-type {
    padding-left: 20px;
}

.section-cms-pages tr.level2 td:first-of-type {
    padding-left: 40px;
}

.section-cms-pages tr.level3 td:first-of-type {
    padding-left: 60px;
}

.section-cms-pages tr.level4 td:first-of-type {
    padding-left: 80px;
}

.section-cms-pages tr.level5 td:first-of-type {
    padding-left: 100px;
}

.section-cms-pages tr.level6 td:first-of-type {
    padding-left: 120px;
}

@media print { 
    .tools {
        display: none !important;
    }
    
    .page-admin #header,
    .page-admin #footer,
    .no-print {
        display: none !important;
    } 
}

span.overdue {
    color: red;
}

.casestudy-icons {
    display: none !important;
}

    .banner-small {
        display: none;
    }
