.form-hinted .help-block {
    margin-top: 10px;
    color: red;
    position: absolute;
    z-index: 10;
    background: white;
    padding: 5px;
    display: none;
    box-shadow: rgba(100, 100, 100, .5) 0 0 5px;
}

.form-hinted .help-block:empty, .help-block.hint:empty {
    display: none !important;
}

.form-hinted div:hover > .help-block {
    display: block;
}

.panel .field-messageform-file.has-error {
    position: absolute;
    background-color: red;
    padding: 2px;
}

.panel .field-messageform-file.has-error .help-block {
    right: 0;
    min-width: 250px;
    display: block;
}

.panel .field-messageform-file:not(.has-error) .help-block {
    display: none !important;
}

.field-messageform-file.has-error .far {
    color: white;
}

.loading-overlay {
    position: relative;
    min-height: 64px;
}

.loading-overlay:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, .5) url("/i/loader.gif") center no-repeat;
    background-size: 60px;
}

.feed-item-unpublished, .feed-item-unpublished .tape__date-del {
    background-color: #ddd;
}

.feed-item-view .feed-item-unpublished {
    padding: 10px !important;
}

.editorMsg__photo > a {
    height: auto;
}

.editorMsg__photo > a > img {
    height: auto;
}

.editorMsg__inp-block.has-error,
.editorMsg__txt-block.has-error {
    border: 1px solid red;
}

.tape__cnt-block {
    word-break: break-word;
}

.tape__date-del.hidden {
    display: none !important;
}

.app-system-gray-popup.app-system-popup-fat.subscribers-confirm-modal .lastSA input.button {
    width: 170px;
}

.subscribers-confirm-modal input.button[mode="cancel"] {
    background-color: white;
    color: red;
    border: 1px solid red;
    padding: 13px 0;
}

.editorMsg .selectize-control {
    width: 100%;
}

.editorMsg .selectize-input {
    border: 1px solid #ccc;
    border-radius: 0;
}

.editorMsg .selectize-input input::-moz-placeholder,
.editorMsg .selectize-input input::-webkit-input-placeholder,
.editorMsg .selectize-input input::placeholder {
    font-weight: normal;
}

#message-form .SumoSelect > .CaptionCont {
    padding-top: 5px;
    height: 35px;
}

#message-form .SumoSelect > .CaptionCont > label {
    display: none;
}

#message-form .SumoSelect.open > .optWrapper {
    top: 42px;
}

.subscribers-confirm-modal > .top > h3 {
    color: #e03a3a !important;
    font-family: 'apercu_pro', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.subscribers-confirm-modal > .top, .subscribers-confirm-modal > .top > h3,
.subscribers-confirm-modal > .lastSA, .subscribers-confirm-modal > .content {
    background: rgb(249, 235, 234);
}

.subscribers-confirm-modal > .content {
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 20px;
    word-break: break-word;
    padding-bottom: 50px !important;
}

.subscribers-confirm-modal > .lastSA > input:first-child {
    background-color: #e03a3a;
    border-color: #e03a3a;
    color: white;
}

.subscribers-confirm-modal > .lastSA > input:last-child {
    border-color: #e03a3a;
    color: #e03a3a;
}

.subscribers-confirm-modal > .lastSA > input:last-child:hover {
    background-color: #c83831 !important;
    color: white;
}

@media screen and (max-width: 1023px) {
    .description__floating__box {
        display: none;
    }

    .subscribers-confirm-modal > .top {
        padding-left: 10px !important;
    }

    .subscribers-confirm-modal > .lastSA,
    .subscribers-confirm-modal > .content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (max-width: 700px) {
    .subscribers-confirm-modal input.button:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .app-system-gray-popup.app-system-popup-fat.subscribers-confirm-modal .lastSA input.button {
        width: 100%;
    }

    .subscribers-confirm-modal .lastSA input.button + .button {
        margin-left: 0;
    }
}
