html, body { position: relative; height: 100%; }

.full-screen {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.full-screen-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-screen-map .map-controls-left {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 6px 6px 4px;
    background-color: rgba(222,236,217,0.9);
    border-radius: 0 8px 0 0;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.full-screen-map .map-controls-left button {
    padding: 4px 8px;
}

.zoom-controls {
    margin-bottom: 4px;
}

.full-screen-right {
    position: absolute;
    top: 0;
    width: 500px;
    max-height: 100%;
    background-color: white;
    z-index: 500;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid white;
    border-radius: 0 0 0 8px;
}

.full-screen-right.full-height{
    height: 100%;
    border-radius: 0;
}

.full-screen-right > .class-toggler {
    display: block;
    width: 40px;
    height: 45px;
    background-color: white;
    position: absolute;
    top: 0px;
    left: -40px;
    border-radius: 0 0 0 8px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.full-screen-right > .class-toggler > span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.full-screen-right .wfs-search {
    height: 100%;
    width: 100%;
    padding: 15px;
    background-color: white;
    overflow: auto;
    border-radius: 0 0 0 8px;
}

.full-screen-right {
    transition: 0.5s;
    right: -500px;
}

#network-logo {
    max-width: 320px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    #network-logo {
        max-width: 160px;
    }
}

.full-screen-right .logo {
    padding-top: 15px;
    padding-left: 15px;
}

.full-screen-right .help {
    padding-left: 15px;
}

.open-right .full-screen-right {
    transition: 0.5s;
    right: 0;
}

.js-map {
    overflow: hidden;
}
.js-map canvas {
    width: 100%;
    height: 100%;
}

.js-map .no-bottom-margin {
    margin-bottom: 0;
}

.js-map .detail {
    position: absolute;
    top: 16px;
    right: 16px;
}

#map-layers-form {
    position: absolute;
    bottom:0;
    right: 0;
    margin-bottom: 2%;
    margin-right: 2%;
}

#map-layers-form .sect > .sect-body {
    padding-left: 30px;
}

#map-layers-form .sect-body {
    margin-left: 12px;
}

#map-layers-form .sect-toggle {
    margin-right: 5px;
}

#map-layers-form .caret {
    border-width: 8px;
}

#map-layers-form input {
    cursor: pointer;
}

#map-layers-form .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

#map-layers-form label {
    font-size: 16px;
    color: #000;
}

.input-small {
    height: 24px;
    padding: 0 6px;
}

.input-small option {
    height: 24px;
}

input.map-zoom-range {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}

.js-map .context-menu {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1px;
    border: 1px solid #888;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
    z-index: 1000;
    overflow: visible;
}

.js-map .context-menu .title {
    padding: 8px 14px;
    border-bottom: 1px solid #ddd;
    border-radius: 6px 6px 0 0;
    background-color: #f5f5f5;
}

.js-map .context-menu .content {
    padding: 8px 14px;
}

#click-context-menu .content {
    text-align: center;
}

#hover-context-menu th {
    padding-right: 20px;
}

.wfs-table-row {
    cursor: pointer;
}

.fuse-size-select {
    margin: 8px;
}

@media only screen and (max-width: 767px) {
    .full-screen-right {
        width: 100%;
        right: -100%;
    }

    .open-right .full-screen-right {
        right: 0;
    }

    .open-right .full-screen-right > .class-toggler {
        position: relative;
        float: right;
        left: 0;
        z-index: 500;
        border-radius: 0;
    }

}
