﻿.ecy-map #simple-metadata-dialog {
    width: 500px;
    z-index: 100000;
}

.ecy-map #simple-metadata-swatch-container {
    position: absolute;
    left: 15px;
    pointer-events: none;
}

.ecy-map #simple-metadata-swatch {
    float: left;
    height: 76px;
    width: 69px;
    background-repeat: no-repeat;
    background-position: center;
}


.ecy-map #simple-metadata-details-container {
    float: right;
    width: 385px;
    pointer-events: none;
}

.ecy-map #simple-metadata-simple-layer-name {
    font-size: 0.1em;
    visibility: hidden;
}

.ecy-map #simple-metadata-dialog-title {
    float: left;
    margin: 0 0 0 85px;
}

.ecy-map #simple-metadata-dialog-description {
    font-size: 0.875rem;
}

.ecy-map .simple-metadata-column {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.ecy-map .simple-metadata-column-header {
    font-size: 0.8rem !important;
    color: #333;
}

.ecy-map .simple-metadata-link {
    float: left;
    font-size: 0.8rem;
    width: 95% !important;
    margin: 2px 0;
    pointer-events: auto;
}

.ecy-map .simple-metadata-text {
    float: left;
    font-size: 0.8rem;
    width: 100% !important;
    margin: 5px 0;
}
