#layout_content {
    padding: 0 15px;
}
#layout_content.builder {
	margin-bottom: 20px;
}
#layout_content.disabled:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999999999;
    background: rgba(255,255,255,.7);
}
#layout_content > .row {
	/*display: -webkit-box;*/
    padding: 20px 3px 3px 3px;
    position: relative;
    border-radius: 4px;
    margin-bottom: 5px;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
}
#layout_content > .row .topRow,
#layout_content > .row .topRow:hover {
    padding: 0;
    display: inline-block;
    width: 100%;
    border: none;
    min-height: auto;
}
#layout_content > .row .topRow label {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.4);
    font-size: 10px;
    padding: 2px 5px;
}
#layout_content > .row .topRow span.handle {
    position: absolute;
    top: 0;
    left: 49.5%;
    cursor: move;
}
#layout_content > .row .topRow .content-edit-btn {
    right: 0;
    top: -12px;
    opacity: 1;
    width: 30px;
    padding: 5px 0;
}
#layout_content > .row .topRow .save-btn {
    margin-right: 43px;
}
#layout_content > .row .topRow .content-edit-btn:hover,
#layout_content > .row .topRow .content-edit-btn:active,
#layout_content > .row .topRow .content-edit-btn:focus {
	background: transparent !important;
	color: #66615B !important;
}
#layout_content > .row .contentRow {
    display: contents;
}
#layout_content > .row > div > div {
	padding: 10px;
    border: 1px dashed;
    min-height: 43px;
    border-color: #d8d8d8;
}
#layout_content > .row > div > div:hover {
    border: 1px solid rgba(0,0,0,0.2);
}
#layout_content > .row > div.contentRow > div {
    background: #FFF;
    cursor: move;
}
.content-edit-btn {
	position: absolute;
	right: 5px;
	top: -2px;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.content-edit-btn.edit-btn {
    margin-right: 20px;
}
#layout_content .row > div > div:hover .content-edit-btn {
	opacity: 1;
}
#layout_content p {
	margin-bottom: 0;
}

.featured_preview {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 17em;
    border: dashed 2px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.featured_preview img {
    object-fit: cover;
    height: 17em;
}
.featured_preview:before {
    content: 'Click for change';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9999;
    pointer-events: none;
    position: absolute;
    background: rgba(0,0,0,0.4);
    color: #FFF;
    text-align: center;
    padding-top: 32%;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.featured_preview:hover:before {
    opacity: 1;
}

.sticky.fixed {
    position: fixed;
    width: 20%;
    margin-left: 0%;
    z-index: 999;
    top: 0;
    background: #FFF;
    padding: 4px 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#modalMedia {
    z-index: 99999999;
}

#historyModal .modal-body {
    max-height: 47em;
    overflow-x: auto;
    padding: 20px;
    font-size: 85% !important;
}
#historyModal .modal-body .row {
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 5px;
    padding: 5px;
}
#historyModal .modal-body > .row:hover {
    border-color: rgb(247, 212, 0);
}
#historyModal .modal-body .contentRow > div {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px;
    overflow: hidden;
    max-height: 180px;
}
#historyModal .modal-body .handle,
#historyModal .modal-body .btn
{
    display: none;
}
.modal-wide {
    width: 80%;
    max-width: 80%;
}

.cke_contents {
    padding: 10px !important;
}