
body {
    margin: 1cm;
    margin-left: 3cm;
    background: black;
    color: #32cd32;
}

ul {
    list-style-type: none;
}

.debug {
    border-style: solid;
}

#header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1cm;
}

#left-menu {
    position: fixed;
    left: 0px;
    top: 1cm;
    width: 3cm;
    bottom: 1cm;
}

#header button, #left-menu button {
    float: right;
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 0.24cm 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 4px;
}

#header h1 {
    float: left;
    margin: 0 0 0 8px;
    color: inherit;
}

#footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1cm;
}

.selectable {
    display: none;
}

.selectable[selected=true] {
    display: inherit;
    width: 100%;
}

#lists {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 10cm;
    margin: 0px;
    vertical-align: top;
    list-style-type: inherit !important;

    /*background: dimgray;*/
}

#configurationContent {
    position: relative;
    /*vertical-align: top;*/
}

#content {
    position: relative;
    display: inline-block;
    width: 75%;
    min-width: 70%;
    margin: 0px;
    background: black;
    vertical-align: top;
}

#left-menu button {
    display: block;
    padding: 0.24cm 4px;
    width: 100%;
    margin: 0px 0px 2px 0px;
}

.hideable[hide=true] {
    display: none !important;
}

.d-none {
    display: none !important;
}

.tenant-display {
    position: relative;
    display: inline-block;
    width: 80%;
}

.tenant-menu {
    position: absolute;;
    display: inline-block;
    width: 20%;
    background: #212121;
}


label {
    display: inline-block;
    width: 5cm;
}

.smallLabel {
    width: auto !important;
    padding-left: 8px;
}

input[type=text] {
    width: 10cm;
    background: #212121;
    color: inherit;
    margin: 1px;
    border-radius: 1px;
    border-color: #212121;
}

input[type=datalist] {
    width: 100%;
}

.message[success=true] {
    color: dodgerblue;
}

.message[success=false] {
    color: red;
}

pre {
    border-color: #212121;
    border-style: dashed;
    background: #212121;
    overflow-y: auto;
    min-height: 15px;
}

table, th{
    border: 1px solid white;
    border-collapse: collapse;
}

table tr:nth-child(even) {
    background-color: #eee3;
}

#overlay {
    position: fixed;
    display: none;
    width: 50%;
    height: 50%;
    max-height:50%;
    overflow: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #212121;
    z-index: 2;
    cursor: pointer;
}

.center {
    margin: auto;
    padding: 10px;
}

.parent {
    display: flex;
    margin-left: 32px;
}

.supparent{
    display: block;
    margin-left: 32px;
}

.child {
    display: flex;
    width: 360px;
    margin: 1px 8px 1px 8px;
} 
.arraychild {
    margin-left: 40px;
}

.labelchild {
    margin-left: 40px;
    display: flex;
    min-height: 22px;
}

.jsonbuttons{
    float: right;
}

.objectElm {
    background-color: rgb(0, 0, 48);
    border-left: darkgray dashed 2px;
}

.arrayElm {
    background-color: rgb(48, 48, 0);
}

.arrayObjElm {
    background-color: rgb(0, 48, 0);
    border-left: darkgray dashed 2px;
}

.stringElm {
    background-color: rgb(48, 0, 0);
}

.objectBtn {
    background-color: rgb(200, 200, 255);
}

.arrayBtn {
    background-color: rgb(255, 255, 200);
}

.arrayObjBtn {
    background-color: rgb(200, 255, 200);
}

.stringBtn {
    background-color: rgb(255, 200, 200);
}

.headercontent{
    display: flex;
}

.btnRefresh{
    font-size: medium;
    height: min-content;
    margin-block: auto;
    margin-left: 8px;
    padding-top: 0;
    border: none;
    text-align: center;
    text-decoration: none;
}

.bodyContent{
    padding-left: 40px
}