﻿#editor .tab-pane {
    display: block !important;
    opacity: 1;
}

#editor #content.sys_placeholder sys_placeholder-content {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    min-height: 350px!important;
}

body#editor, #editor .footer {
    background: #9eacb8;
}

#editor > .sys_template {
    margin: 0 !important;
}

#editor .sys_template {
    border-radius: .3125rem;
    margin: .3125rem 0;
}

#editor .sys_placeholder {
    border-radius: .3125rem;
    color: #000;
    /*font-size: 0;*/
    padding: 1.25rem;
}

#editor .sys_placeholder p {
    color: #000;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: .875rem !important;
    font-weight: normal !important;
    line-height: .9rem !important;
}

#editor .sys_template > .block {
    padding: 1.25rem;
}

#editor .col, #editor .section {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}

#editor .col-initial {
    position: relative;
}

#editor .sys_component {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: .875rem !important;
    font-weight: normal !important;
    line-height: .9rem !important;
    margin-right: 1.25rem;
    padding-bottom: 1.05rem !important;
    padding-right: .3rem !important;
    text-transform: none !important;
}

#editor .warning-container {
    display: none;
}

#editor .header .header__logo {
    width: 105px !important;
}

#editor .header .header__logo + .sys_component {
    margin-left: 125px;
}

#editor .header .sys_component {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}

#editor main {
    background: white;
    padding-top: 2.5rem;
}

#editor .footer {
    padding: 1.25rem;
}
