﻿.ecy-map #button-layers {
    float: left;
    margin-top: 5px;
    margin-left: 450px;
    height: 40px;
}

@media screen and (max-width:993px) {
    .ecy-map #button-layers {
        margin-left: 10px;
    }
}

.ecy-map #button-imagery-uncheck:hover {
    background-color: navy;
    color: white;
}

.ecy-map #button-imagery-uncheck:active {
    background-color: green;
    color: black;
}

.ecy-map #map-layers-dialog ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ecy-map .map-layers-dialog-left-column {
    float: left;
    margin: 5px 10px 80px 0;
}

.ecy-map .map-layers-dialog-inner-column {
    float: left;
    margin: 5px 0 80px 0
}

.ecy-map .map-layers-dialog-right-column {
    float: left;
    margin: 5px 5px 80px 10px;
}

.ecy-map .map-layers-group {
    float: left;
    margin: 10px 0;
}

.ecy-map .map-layers-group-header {
    float: left;
    color: #5f5d5d;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.ecy-map .map-layers-item {
    float: left;
    width: 100%;
    margin: 5px 0 0 5px;
    cursor: pointer;
    height: 20px;
}

.ecy-map .map-layers-checkbox {
    display: none;
}

    .ecy-map .map-layers-checkbox + label {
        background-color: white;
        border: 1px solid #57585A;
        padding: 9px;
        display: inline-block;
        position: absolute;
    }

    .ecy-map .map-layers-checkbox:checked + label {
        background-color: white;
        border: 1px solid #57585A;
        color: black;
    }

        .ecy-map .map-layers-checkbox:checked + label:after {
            content: '\2714';
            font-size: 1rem;
            position: absolute;
            top: -2px;
            left: 3px;
            color: black;
            padding: 0 0 !important;
        }


.ecy-map .button-simple-metadata {
    background-color: white;
    border: none;
    padding: 2px 2px;
    position: relative;
    left: 30px;
    cursor: pointer;
}


/*ecy-map .button-simple-metadata-disabled {
    background-color: white;
    border: none;
    padding: 2px 2px;
    position: relative;
    left: 30px;
    cursor: pointer;
}*/

    .ecy-map .button-simple-metadata:hover {
        border-bottom: 1px solid #336699;
    }

    .ecy-map .no-border:hover {
        border-bottom: none;
        cursor: context-menu;
    }

.ecy-map .map-layers-item-text {
    float: left;
    color: #336699;
    /*width: 360px;*/
}

.ecy-map #metadata-tip {
   margin-bottom:-5px;
}

/*.ecy-map .map-layers-long-text {
    width: 360px;
}

.ecy-map .map-layers-long-cert-of-change {
    width: 270px;
}

.ecy-map .map-layers-long-change-application-in-permit-stage {
    width: 270px;
}

.ecy-map .map-layers-long-change-report-of-examination {
    width: 340px;
}*/

    .ecy-map .map-layers-item-text-disabled {
    float: left;
    color: #000000;
}

.ecy-map .metadata-icon {
    float: left;
    margin: 2.5px 0 0 5px;
    cursor: pointer;
}

.ecy-map #button-layers-go {
    position: absolute;
    left: 175px;
    bottom: 25px;
}

.ecy-map #button-layers-uncheck {
    position: absolute;
    left: 325px;
    bottom: 27px;
    border: none;
}

.ecy-map #button-layers-map {
    cursor: pointer;
    height: 34px;
    width: 34px;
    z-index: 1000;
    border: 1px solid #57585A;
    background-color: white;
    position: absolute;
    top: 128px;
    left: 0;
    margin: 0;
    padding: 0;
}

    .ecy-map #button-layers-map:hover {
        background-color: #e6edf0;
    }

    .ecy-map #button-layers-map:focus {
        border: 1px solid rgba(87, 88, 90, 0.25);
    }

.ecy-map .button-layers-map-first-control {
    top: 128px !important;
}

.ecy-map #button-layers-map-image {
    margin: 1px 0 0 5px;
    float: left;
    opacity: 0.8
}

.ecy-map #button-add-data-cr {
    float: left;
    margin-top: 5px;
    height: 40px;
}