/* Always set the map height explicitly to define the size of the div element that contains the map. */

#map {
    position:absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    z-index:-1;
}

.side-panel {
    width: 200px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    overflow:scroll;
}

.side-panel-header,
.side-panel .panel {
    float: left;
    width: 100%;
}

.side-panel-header {
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.side-panel-header h2 {
    float: left;
}
.side-panel-header .buttons {
    float: right;
}

.side-panel-header i {
    float: right; cursor: pointer;
}

.side-panel-header i.server {
    color: #ff7a4a;
}

.side-panel-header i.server.connected {
    color: #84ee2e;
}

.side-panel .panel:not(.active) {
    display: none;
}
.side-panel .panel {
    padding: 10px;
}

.side-panel-tool  {
    padding: 10px 0;
    margin-bottom: 10px;
}

.side-panel-tool:not(:last-child)  {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.side-panel-tool-body {
    padding: 10px;
    border-left: 5px solid rgba(0, 0, 0, 0.1);
}

#nodeList > div {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.node-info .node-view-metrics,
.node-info .node-view-log,
.node-info .node-bins-configure {
    display: none;
}

.node-position-lock-toggle {
    float: right;
    cursor: pointer;
}

.node-setting-gui input[type="text"] {
    height: 2rem;
    line-height: 2rem;
    background-color: rgba(255, 255, 255, 0.25);
}

/**
 * Node popup info
 */

.gm-style-iw.gm-style-iw-c button {
    top: 10px!important;
    right: 10px!important;
}

.frame-option-skeletons {
    margin-top: 10px;
}

.side-panel ul.events {
    height: 200px;
    overflow-y: scroll;
    background-color: #e4e4e4;
}