﻿.ecy-map #button-about {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    height: 40px;
}

.ecy-map #map-about-dialog {
    width: 700px;
    line-height: 1.5;
    visibility: visible;
    margin-top: 5px;
}

.ecy-map .map-about-dialog-text {
    margin-left: 10px;
}

.ecy-map .map-about-dialog-list-text {
    margin-left: 5px;
}

.ecy-map #map-about-dialog ul {
    margin-top: 5px;
    padding-left: 10px;
    list-style: none;
}

.ecy-map .crosshair {
    position: relative;
    height: 15px;
    width: 15px;
    background-image: url(https://fortress.wa.gov/ecy/gispublic/appresources/mapresources/images/icons/crosshair.png) !important;
    background-size: contain;
}

.ecy-map #keyboard-functions-container {
    display: none;
    float: left;
    width: 470px;
}

.ecy-map .contact-info {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}


/*Hyperlink Styling from https://www.w3schools.com/Css/css_link.asp */
.ecy-map .about-hyperlink:link {
    color: blue;
} 

.ecy-map .about-hyperlink:visited {
    color: purple;
}

.ecy-map .about-hyperlink:hover {
    color: purple;
}

.ecy-map .about-hyperlink:active {
    color: purple;
}

.ecy-map #button-keyboard-functions-toggle {
    float: left;
    border: none;
    background: white;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
    margin: 4px 0 15px 10px;
}


.ecy-map .about-more {
    float: left;
    font-size: 1rem;
    color: #336699;
}

.ecy-map .about-more-icon {
    float: right;
    margin: 3px 0 0 2px;
}

.ecy-map #map-about-dialog-description {
    font-size: 1rem;
}

#cbDisableSkipLinkMenu {
    margin-left:95px;
}

.ecy-map #disable-skip-link-text {
    margin-left: 5px;
    float:right;
}

.ecy-map .map-about-checkbox {
    display: none;
}

    .ecy-map .map-about-checkbox + label {
        background-color: white;
        border: 1px solid #57585A;
        padding: 9px;
        display: inline-block;
        position: absolute;
    }

    .ecy-map .map-about-checkbox:checked + label {
        background-color: white;
        border: 1px solid #57585A;
        color: black;
    }

        .ecy-map .map-about-checkbox:checked + label:after {
            content: '\2714';
            font-size: 1rem;
            position: absolute;
            top: 0;
            left: 3px;
            color: black;
            padding: 0 0 !important;
        }