/*
The admin sidebar extends past the page height.
If you try to scroll the sidebar to the bottom, the page will scroll first.
 */
#nav-sidebar {
    max-height: calc(100vh - 92px);
}

body.env-local {
    --header-bg: darkgreen;
    --breadcrumbs-bg: green;
}

body.env-development {
    --header-bg: purple;
    --breadcrumbs-bg: rebeccapurple;
}

/* Tighten up the rows */
.content .inline-group .tabular td.original p {
    display: none;
}

.content .inline-group .tabular tr.form-row td {
    padding: 2px 4px;
}

.content .inline-group .tabular tr.form-row td > * {
    margin: 0;
}


input[type="number"] {
    text-align: right;
}

/*.content .inline-group h2.inline-heading, .content #changelist-form thead {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 1;*/
/*}*/

/*.content .inline-group thead {*/
/*    position: sticky;*/
/*    top: 35px;*/
/*    z-index: 1;*/
/*}*/


@media only screen and (max-width: 768px) {
    #content-start .select2-container {
        width: 100% !important;
        min-width: 160px;
    }
}

.vTextField, .vUUIDField {
    width: auto !important;
}

.field-area_ha input,
.field-rate_per_ha input {
    width: 6rem;
}
