/*
* -------------------------------------
* Editable css styles
*/
.edit-save {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    margin-bottom: 0;
    background-color: #222;
}
.edit-save .btn {
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .edit-save .btn {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
}

section:not(.ckeditor-editable):not(.ckeditor-editable-content), section:not(.ckeditor-editable):not(.ckeditor-editable-content) *:not(.ckeditor-editable) {
    cursor: not-allowed;
}

section:not(.ckeditor-editable):not(.ckeditor-editable-content) input,
section:not(.ckeditor-editable):not(.ckeditor-editable-content) select,
section:not(.ckeditor-editable):not(.ckeditor-editable-content) textarea {
    cursor: not-allowed !important;
}

.ckeditor-editable {
    background-color: transparent;
}

.ckeditor-editable:hover,
.ckeditor-editable:focus {
    border: 1px solid #b6b6b6;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    padding: 5px;
}
.ckeditor-editable:hover, .ckeditor-editable:hover * {
    cursor: pointer !important;
}
.ckeditor-editable:focus, .ckeditor-editable:focus * {
    cursor: auto !important;
    outline: none;
}

.ckeditor-editable-dialog {
    margin-bottom: 50px;
}
.edit-save .alert {
    margin-top: 20px;
    display: none;
    text-shadow: none;
}
.edit-save .alert-danger {
    background-color: #f6cce2;
    border-color: #d0006f;
    color: #d0006f;
}

.ckeditor-remove {
    position: absolute !important;
    right: 20px;
    top: 25px !important;
}

.hide-infotext {
    cursor: pointer;
    text-align: center;
}

.infotext-container {
    margin-bottom: 10px;
}

.hide-infotext:hover {
    color: #95171A;
}

.hide-infotext-triangle {
    top: 3px;
}

.is-hidden {
    display: none;
}

.infotextbox {
    background-color: #ddd;
}

.infotext-container .infocontent {
    padding: 3px 0px;
}

.infotext-container .infocontent ul {
    padding-left: 17px !important;
    list-style-position: outside !important;
}