.inline-gallery-block {
    overflow: hidden;
}

.inline-gallery-slider {
    position: relative;
    left: 0;
}

.inline-gallery-slider .inline-gallery-slider__item {
    float: left;
    position: relative;
}

.image-uploader input[type='file'] {
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.image-uploader-full input[type='file'] {
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.gallery-image-desc {
    min-height: 20px;
}

.edit-load-photo-add__img.hover:before {
    background-color: transparent;
    border: 3px solid;
    border-color: #000000;
    box-sizing: border-box;
    cursor: pointer;
}

.edit-load-photo-add__img-diff:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.htCore_custom {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    border-width: 0;
    table-layout: fixed;
    outline-width: 0;
    width: auto !important;
}

.htCore_custom td {
    min-width: 30px;
}

.htCore_custom tr th {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.wysiwyg-textarea {
    height: 120px !important;
}

.edit-widget__button {
    margin-top:20px;
}

.edit-load__video {
    text-align: center;
    padding: 20px 0;
}

.cke_editable:focus {
    outline: none;
    -webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0 0 8px 0 rgba(50, 50, 50, 0.75);
    box-shadow:         0 0 8px 0 rgba(50, 50, 50, 0.75);
}