﻿p {
    text-align: left;
    margin: 5px 20px;
}
div.heighbox {
    height: 90%;
    overflow: auto;
    width: 900px;
}
.hidden,div.pagehidden {
    display: none;
}
form.setupAssistant {
    width: calc(100% - 40px);
    margin: 5px 20px;
}
div.editpage label {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    min-width: 450px;
    position: relative;           /* Brauchen wir, um die input-Felder passend ausrichten zu können */
}
div.editpage input,div.editpage select,div.editpage textarea {
    color: var(--etagis-text-default);
    border: #ccc solid 1px;
    position: absolute;           /* Absolut, aber relativ zum übergeordneten Label */
    top: 0px;
    left: 300px;
    width: calc(100% - 300px);
    padding-left: 3px;
}
div.editpage label input[type="checkbox"] {
    width: auto;
}
div.buttonsRight {
    float: right;
}
button {
    margin: 5px 20px;
}

