﻿.uk-modal-dialog {
    transform: none;
}

.uk-open {
    transform: none;
}

.uk-open > .uk-modal-dialog {
    transform: none;
}

.uk-grid-column-small > * {
    padding-left: 0;
    padding-right: 0.4rem;
}
.no-files-span {
    color:#e7e7e7;
    display:block;
}
@media (max-width: 960px) {
    .uk-grid-column-small > * {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 560px) {
    .uk-modal-footer {
        padding: 0.4rem 0.4rem;
    }
}

.button-close {
    border-radius: 20px;
    cursor: pointer;
    margin: 0px 5px;
    width: 27px;
    height: 27px;
    padding: 0;
}

.selector-badge {
    height: 35px;
}
.reference-badge-del-button__empty,
.reference-badge__empty {
    display: none;
}

.uk-navbar-nav > li > a {
    min-height: 48px; /* уменьшили высоту */
}

.badge-with-button-wrapper {
    max-width:100%;
    display:flex !important;
    flex-wrap:wrap;
}

.referencefieldcomponent_selector-badge,
.singlereferencefieldcomponent_selector-badge,
.referenceeditorcomponent_selector-badge,
.singlereferenceeditorcomponent_selector-badge,
.referenceinputcomponent_selector-badge,
.singlereferenceinputcomponent_selector-badge {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 1px solid transparent;
    border-right: 37px solid transparent;
    min-height: 35px;
    margin: 0 0 2px 3px;
    max-width: calc(100% - 5px);
    justify-content: left;
}
.referencefieldcomponent_selector-del-button,
.singlereferencefieldcomponent_selector-del-button,
.referenceeditorcomponent_selector-del-button,
.singlereferenceeditorcomponent_selector-del-button,
.referenceinputcomponent_selector-del-button,
.singlereferenceinputcomponent_selector-del-button {
    margin: 4px 0 0 -30px;
    min-width:28px;
}

