.export {
    padding: 0 0 5px 0;
}

.export a.button {
    display: inline-block;
    margin: 1px;
}

.action_buttons {
    margin: 10px 0;
}

.grp-collapse .grp-collapse-handler .djn-collapse-handler-verbose-name {
    display: inline !important;
}

input.warning {
    background: #ba2121;
}

input.warning:hover {
    background: #851b1b;
}

.green {
    color: green;
}

.red {
    color: red;
}

.actions select {
    max-width: 300px;
}

#header {
    line-height: inherit;
}

#global_menu {
}


.hidden {
    display: none;
}

#query-string {
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
}

#bg_layer, #map_preloader {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#bg_layer i {
    position: absolute;
    top: 50%;
}

#map_preloader {
    position: absolute;
    display: flex;
}

#id_map {
    position: relative;
    margin-top: 10px
}

.huge-text {
    font-size: 24px;
}

.import-row {
    margin: 20px 0;
}

#import-form {
    margin-bottom: 15px;
}

#import-button:focus {
    text-decoration: none;
}

#import-submit {
    padding: 5px 10px;
}

#changelist .field-show_results_text {
    display: inline-block;
    width: 180px;
}

ul.messagelist li.info {
    background: #eff url("../img/icon-unknown.a18cb4398978.svg") 40px 14px no-repeat;
    background-size: 14px auto;
}

.dashboard h1 {
    display: none;
}

.dashboard #content {
    width: auto;
    margin-right: auto;
}

.dashboard #content-main {
    float: none;
    column-width: 250px;
}

.dashboard #content-main .module {
    break-inside: avoid-column;
}

#content-related {
    float: none;
    width: auto;
    margin-right: auto;
    position: inherit;
}

.actionlist br {
    display: none;
}

#recent-actions-module h3 {
    display: none;
}

.changelink span {
    float: left;
    line-height: 1.5em;
    margin-right: 10px;
}

#site-name {
    display: none;
}

div.breadcrumbs {
    padding: 5px 40px;
    font-size: 12px;
}

#change_list_form_row {
    display: none; /* чтобы по умолчанию скрыть форму, пока она не настроена */
}

.dashboard .addlink,
.dashboard .viewlink,
.dashboard .changelink {
    font-size: 0;
}
