/*
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);
}

/* 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;
}

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

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