.export {
    padding: 5px 0 45px 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 {
    clear: both;
    margin: 20px 20px 20px;
    font-size: 16px;
}

#global_menu a {
    text-decoration: underline;
}

#global_menu a:hover {
    text-decoration: none;
}

.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.svg) 40px 14px no-repeat;
    background-size: 14px auto;
}

#myform #main-button {
    padding: 10px;
}

#upload_contracts .title {
    font-size: 16px;
}

#upload_contracts .error-title {
    font-size: 16px;
    color: rgba(113, 0, 2, 0.8);
}

.content #content h1 + h2 {
    display: none;
}
