﻿.ckeditor {
    background-color: white;
    border-radius: 4px !important;
}

.table .table-row__item img {
    width: auto;
}

textarea {
    min-height: 80px;
}

.ckeditor {
    background-color: white;
    border-radius: 4px !important;
}

.form-input-error {
    display: block;
}

.mock-placeholder__message.with-icon::before {
    content: none;
}

.mock-placeholder__message .icon-plus::after,
.mock-placeholder__message .icon-plus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%);
    border-radius: .5rem;
    background-color: #aeaeae;
}

.mock-placeholder__message .icon-plus::after {
    width: 1.5rem;
    height: .2rem;
}

.mock-placeholder__message .icon-plus::before {
    width: .2rem;
    height: 1.5rem;
}

.table-row__item a:empty:before {
    content: '-';
}

.page-splitted__main h4 {
    margin: 1rem 0 2rem;
}

[class*='col-'] .form-control {
    min-width: initial;
}

.select2-dropdown.select-dropdown__default .select2-results__option:not(.select2-results__option--selectable):hover::before {
    content: none;
}

.autoscroll {
    overflow-x: auto;
}

.text-editor-row__head:hover .text-editor-title {
    opacity: 1;
}

.text-editor-title.no-hide {
    opacity: 1;
}

.text-editor-row__head:hover .e-handle + .text-editor-row__cell .text-editor-title:not(.no-hide) {
    opacity: 0;
}

.top-align {
    align-items: start;
}

*:focus-visible {
    outline: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}


.modal {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: rgba(0,0,0,.25);
    transition: opacity .2s ease-in-out;
}

    .modal.active {
        opacity: 1;
        visibility: visible;
    }

.modal__content {
    position: relative;
    width: 100%;
}

.modal__inner {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4.8rem 2.4rem 2.4rem;
    border-radius: 1rem;
    max-height: 90vh;
    width: 100%;
    background: #fff;
}

.modal__close {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
}

.modal__close-text {
    display: none;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 140%;
    color: #797a7a;
    margin: 2.4rem auto 0;
    transition: color .2s ease;
}

    .modal__close-text:hover {
        color: #071c17;
    }

.modal__close-icon {
    stroke: #797a7a;
    width: 2.4rem;
    height: 2.4rem;
    transition: stroke .2s ease;
}

    .modal__close-icon:hover {
        stroke: #071c17;
    }

.modal__title {
    font: 700 2rem/140% Raleway,sans-serif;
    display: block;
    text-align: center;
    margin-bottom: 2.4rem;
}

.modal__text {
    text-align: center;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 2.4rem;
}

.modal__button {
    max-width: 22.4rem;
    width: 100%;
    margin: 0 auto;
}

.modal-error .modal__content {
    max-width: 75.8rem;
}

.vis-hidden {
    position: absolute;
    width: 0;
    height: 0;
    left: -9999999px;
}

.ckeditor[readonly] {
    pointer-events: none;
    border-color: rgba(0, 0, 0, .2);
    background: none;
}

.form-wrapper.readonly {
    pointer-events: none;
    border-color: rgba(0, 0, 0, .2);
    background: none;
}

.form-control-readonly[readonly] {
    background-color: white;
}
