/* acb */
main {
    z-index: 0;
}

.acb-element {
    position: relative;
}

.acb-element .acb-title {
    position: absolute;
    left: 42px;
    top: -15px;
    font-size: 11px;
    color: #AAA;
}

.acb-element.acb-element-invisible > .acb-title {
    color: #f3b760;
}

.acb-element .acb-anchor {
    position: absolute;
    top: -100px;
}

.acb-element > .block {
    /*border: 1px solid red;*/
    padding: 0 0 0 40px;
    /*margin:0 20px 0;*/
    position: relative;
    background: none;
}

.acb-element .block-content {
    border: 1px solid #DDD;
    border-radius: 0.2rem;
    background: white;
    margin: 0;
    padding-bottom: 20px;
    z-index: 5;
}

.acb-element .block-content > input {
    margin-bottom: 0;
}

.acb-element .block-content .acb-showonfocus {
    display: none;
}

.acb-element input {
    border-color: #dee5e5;
}

.acb-element input.form-control, .acb-element input.form-control-sm {
    border-color: #dee5e5;
}

.acb-element input.form-control.h2, .acb-element input.form-control-sm.h2 {
    font-weight: bold;
    font-size: 2.5rem;
}

.acb-element input.form-control.h3, .acb-element input.form-control-sm.h3 {
    font-weight: bold;
    font-size: 2rem;
}

.acb-element input.form-control.h4, .acb-element input.form-control-sm.h4 {
    font-weight: bold;
    font-size: 1.5rem;
}

.acb-element .block-buttons {
    display: none;
    position: absolute;
    left: 5px;
    width: 31px;
    top: 0;
}

.acb-element .block-buttons.block-buttons-show {
    display: block
}

.acb-element.hovered .block-buttons, .acb-element.active .block-buttons {
    display: block
}




.acb-element .block-drag {
    /*display: none;*/
    position: absolute;
    left: 0;
    width: 31px;
    top: 0;
}

.acb-element .dropdown.dropdown-block-add {
    /*display: none;*/
    position: absolute;
    left: 0;
    width: 30px;
    top: 70px;
    /*background: yellow;*/
    /*height: 60px;*/
}

.acb-element .dropdown.dropdown-block-add .dropdown-toggle::after {
    display: none;
}

.acb-element .dropdown.dropdown-block-options {
    /*display: none;*/
    position: absolute;
    left: 0;
    width: 30px;
    top: 35px;
    /*background: yellow;*/
    /*height: 60px;*/
}

.acb-element .dropdown.dropdown-block-options .dropdown-toggle::after {
    display: none;
}

.acb-element.hovered > .block > .block-drag {
    display: block;
}

.acb-element.hovered > .block > .dropdown.dropdown-block-add {
    display: block;
}

.acb-element.active .acb-title {
    color: #575757;
}

.acb-element.active > .block > .block-content {
    border: 1px solid #97bf0d;
}

.acb-element.active > .block > .block-content .acb-asset-block > .acb-showonfocus {
    display: block;
}

.acb-element.active > .block > .block-content > .acb-showonfocus {
    display: block;
}

.acb-element.active > .block > .dropdown.dropdown-block-options {
    display: block;
}

.acb-element.active > .block > .block-drag {
    top: 35px;
}

.acb-element.active > .block > .dropdown.dropdown-block-add {
    top: 70px;
}

.acb-element[data-blocktype=topstories].active .acb-showonfocus {
    display: block;
}

.acb-element .acb-column > label {
    margin-left: 30px;
    margin-bottom: 20px;
}
