/* Edgefinity Objects: styles for creating/reading/updating/deleting objects */

#pageHeader {
    color: white;
    background-color: black;
    width: 100%;
}

#pageFooter {
    /* color: black;
    width: 99%;
    position: absolute;
    bottom: 40px;
    border-bottom: 2px;
    border-color: black; */
}

.leftmost {
    float: left;
}

.rightmost {
    float: right;
}

.pageContent {
    color: #ffffff;
    width: 100%;
    padding: 2px;
}

.labelNormal {
    color: white;
}

.labelRequired {
    color: red;
}

.labelRequired::before {
    content: " * ";
    color: red;
}

.parameterLabel {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333333%;
}

.parameterValue {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.66666667%;
    color: #000000;

}

.popupObject {
    z-index: 1050;
}

.pageName {
    color: blue;
    background-color: grey;
}

.popupPageNav {

}

.popupPageNavItem {
    color: red;
}

#newParamsDiv {
    /*height: 90%; */
    /* overflow-y: auto; */
}

#objectDiv1, #objectDiv2, #objectDiv3, #objectDiv4, #objectDiv5 {
    /* height: 80% */
}

#updateReaderDiv, #updateReaderInstanceDiv, #updateAntennaDiv, #updateAntennaInstanceDiv, #updateAssetDiv, #updateAssetInstanceDiv,
#updateLocationDiv, #updateLocationInstanceDiv, #updateTagDiv, #updateTagInstanceDiv, #updateServiceDiv, #updateServiceInstanceDiv,
#updateZoneDiv, #updateZoneInstanceDiv, #updateServerObjectDiv, #updateServerObjectInstanceDiv, #updateDeviceDiv, #updateDeviceInstanceDiv,
#updateDriverDiv, #updateDriverInstanceDiv, #actionDialog, #eventDialog, #eventCreationDialog, #historyDialog, #historyRequestErrorDialog {
    display: none;
    position: fixed;
    z-index: 1050;
    padding-right: 0px;
}

#functionExecutingModalFunctionName {
    font-size: 20px;
    color: #000000;
    background-color: #cccccc;
    margin: 4px;
}

.groupButton {
    color: #ffffff;
    background-color: #333;
    border-width: 1px;
    border-color: #ffffff;
    padding: 2px;
}

#addToGroupName {
    margin-top: 20px;
    overflow: auto;
    height: 120px;
}

#deleteFromGroupName {
    margin-top: 20px;
    overflow: auto;
    height: 120px;
}
