/* Front End accordions Styles */
.tmp_accordions-wrapper{
    margin-bottom: 20px;
}
.tmp_accordion{
    margin-bottom: 7px;
}
.tmp_accordions-title,
.plus .content_type_wysiwyg .tmp_accordions-title{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #333;
    display: block;
    background: #E2E2E2;
    padding: 12px;
    margin: 0;
}
.tmp_accordions-title:hover,
.tmp_accordion.active .tmp_accordions-title,
.plus .content_type_wysiwyg .tmp_accordion.active .tmp_accordions-title,
.plus .content_type_wysiwyg .tmp_accordions-title:hover {
    background: #B9094D;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    opacity: 1;
    position: relative;
}
.tmp_accordions-title .fa {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    content: '';
}

.tmp_accordions-content{
    display: none;
    padding: 0 1rem;
}

/* Edit Interface accordions Styles Only */
.tmp-edit_settings{
    background: #f2f7fd;
    padding: 10px 16px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
}
.tmp-edit_settings:after{
    content: "";
    display: table;
    clear: both;
}
.tmp-edit_setting{
    float: left;
    padding-right: 20px;
}
.tmp-edit_content .sq-wysiwyg-preview-wrapper{
    min-height: 50px;
    cursor: text;
}
.tmp-edit_setting-value{
    display:inline-block;
}
.tmp-edit_content{
    padding: 15px;
}
.tmp-edit_content .tmp_accordions-content .bodycopy_content{
    padding: 10px 15px 1px;
}
.tmp-edit_content .tmp_accordions .tmp_accordions-title span{
    cursor: text;
    padding: 0 12px 0 0;
}
.tmp-edit_content .tmp_accordions .tmp_accordions-title input,
.readOnly .tmp-edit_content .tmp_accordions .tmp_accordions-title > .sq-metadata-contents,
[data-readonly="true"] .tmp-edit_content .tmp_accordions .tmp_accordions-title > .sq-metadata-contents{
    display: none;
}
[data-readonly="true"] .tmp-edit_content .tmp_accordions .tmp_accordions-title span,
.bodycopy_manager_div.readOnly .tmp-edit_content .tmp_accordions .tmp_accordions-title span{
    cursor: default;
}
.tmp-edit_content > .tmp_main-content .bodycopy_content { 
    padding: 0;
    transition: none;
}
.tmp-edit_content .tmp_accordions .tmp_accordions-title .sq-metadata-contents{
    display: inline-block;
}