﻿.ecy-map #tools-item-container {
    margin: 0 0;
}

.ecy-map .tools-toolbar {
    margin: 10px 0 0 10px;
}

.ecy-map .tools-toolbar-button {
    width: 47px;
    cursor: pointer;
    float: left;
    margin: 10px 3px 4px 3px;
    padding: 0 0;
    background-color: white;
    border: none;
}


    .ecy-map .tools-toolbar-button[aria-disabled="true"] {
        pointer-events: none;
        cursor: default !important;
    }

    .ecy-map .tools-toolbar-button .tools-toolbar-button-icon {
        opacity: 0.85;
    }

    .ecy-map .tools-toolbar-button:hover .tools-toolbar-button-icon {
        opacity: 1.0;
    }

    .ecy-map .tools-toolbar-button[aria-disabled="true"] .tools-toolbar-button-icon {
        opacity: 0.5;
    }

.ecy-map #first-toolbar-icon {
    margin: 2px 5px;
}

.ecy-map .button-divider {
    height: 32px;
    width: 0px;
    border-right: 1px solid gray;
    float: left;
    margin: 15px 10px 0 10px;
}

.ecy-map .tools-toolbar-button-first {
    margin: 10px 10px 4px 0;
}

.ecy-map .tools-toolbar-button-last {
    margin: 10px 0 4px 4px;
}

.ecy-map .tools-toolbar-button-icon {
    float: left;
    margin: 2px 2px;
}

.ecy-map .tools-toolbar-button-icon-float-right {
    float: right;
    margin: 2px 2px;
}

.ecy-map .tools-toolbar-button-text {
    float: left;
    text-align: center;
    color: black;
    font-size: 0.65rem !important;
    font-family: "Segoe UI",Verdana, Arial, sans-serif !important;
    height: 30px;
    width: 44px;
    margin: 0 2px 2px 2px;
    white-space: normal;
}

.ecy-map #tools-toolbar-button-text-pan-identify {
    margin: 0 -2px 2px 0px;
}

.ecy-map .tools-toolbar-button-text-active {
    font-weight: bold;
}

.ecy-map .tools-tool-info-panel {
    float: left;
    margin-bottom: 35px;
}

.ecy-map .tools-tool-info-item {
    margin: 20px 10px 20px 15px;
}

    .ecy-map .tools-tool-info-item[aria-hidden='true'] {
        display: none;
    }

.ecy-map ul.tools-tool-info-list {
    white-space: normal;
    padding-left: 29px;
    width: 345px;
    position: center;
   /* margin-top: 150px;*/
    float: left;
}

    .ecy-map ul.tools-tool-info-list li {
        position: center;
      /*  float: left;*/
        line-height: 1.5rem;
        margin-top: 10px;
        width: 100%;
    }

.ecy-map #accordion-header-tools-2 {
    margin-top: 50px;
}

.ecy-map .tools-tool-info-text {
    font-size: 0.9rem;
    white-space: normal;
    float: left;
}

.ecy-map .tools-tool-info-text-bold {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 6px;
    float: left;
}

.ecy-map .tools-dropdownlist {
    /*  float: left;*/
    margin-left: 10px;
    padding: 2px 5px;
    pointer-events: auto;
    font-size: 0.9rem;
    margin-top: 5px;
}

.ecy-map .tools-row {
    width: 50%;
    margin: 0 0 15px 0;
    float: left;
    pointer-events: none;
}

.ecy-map #tools-tool-upload-shapefile {
    margin: 0 0 10px 30px
}

.ecy-map .shapefile-requirements-details-list {
    /*list-style-position: outside;*/
    white-space: normal;
    padding-left: 25px;
    margin-top: 5px;
}

.ecy-map .file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 160px;
    margin: 0 190px 30px 5px;
    pointer-events: auto;
    float: left;
}

    .ecy-map .file-wrapper .button {
        float: left;
        margin-right: 10px;
        height: 31px;
        width: 30px;
        cursor: pointer;
        background-image: url(https://fortress.wa.gov/ecy/gispublic/appresources/MapResources/Images/Icons/add_file.png);
        background-color: white;
    }

    .ecy-map .file-wrapper .buttonLabel {
        float: left;
        padding-top: 5px;
        color: #336699
    }

    .ecy-map .file-wrapper input {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        height: 100%
    }


.ecy-map #inFile {
    opacity: 0
}

.ecy-map #shapefile-requirements-button {
    font-size: 0.9rem;
    color: #336699;
    cursor: pointer;
    background-color: white;
    border: none;
    pointer-events: auto;
}

.ecy-map #shapefile-requirements-arrow {
    vertical-align: -1px;
}

.ecy-map #shapefile-requirements-details {
    margin-bottom: 40px;
}

    .ecy-map #shapefile-requirements-details[aria-hidden='true'] {
        display: none;
    }

.ecy-map #shapefile-usage-button {
    font-size: 0.9rem;
    color: #336699;
    cursor: pointer;
    background-color: white;
    border: none;
    pointer-events: auto;
}

.ecy-map #shapefile-usage-arrow {
    vertical-align: -1px;
}


.ecy-map #inFileCSV {
    opacity: 0
}

.ecy-map #csv-requirements-button {
    font-size: 0.9rem;
    color: #336699;
    cursor: pointer;
    background-color: white;
    border: none;
    pointer-events: auto;
}

.ecy-map #csv-requirements-arrow {
    vertical-align: -1px;
}

.ecy-map #csve-requirements-details {
    margin-bottom: 40px;
}

.ecy-map #csv-requirements-details[aria-hidden='true'] {
    display: none;
}

.ecy-map #csv-usage-button {
    font-size: 0.9rem;
    color: #336699;
    cursor: pointer;
    background-color: white;
    border: none;
    pointer-events: auto;
}

.ecy-map #csv-usage-arrow {
    vertical-align: -1px;
}


/*.ecy-map #shapefile-usage-details {
    margin-bottom: 40px;
}

    .ecy-map #shapefile-usage-details[aria-hidden='true'] {
        display: none;
    }*/

/*.ecy-map .esri-direct-line-measurement-3d__container {
    pointer-events: none;
    width: 90% !important;
}

.ecy-map .esri-direct-line-measurement-3d__hint {
    display: none;
}

.ecy-map .esri-area-measurement-3d__units-select-wrapper {
    width: 70% !important;
}

.ecy-map .esri-direct-line-measurement-3d__measurement {
    background-color: transparent !important;
}

.ecy-map .esri-direct-line-measurement-3d__units-label {
    font-size: 0.9rem
}

.ecy-map .esri-area-measurement-3d__container {
    pointer-events: none;
}

.ecy-map .esri-area-measurement-3d__hint {
    display: none;
}

.ecy-map .esri-area-measurement-3d__measurement {
    background-color: transparent !important;
}

.ecy-map .esri-area-measurement-3d__actions {
    margin-top: 60px;
}

.ecy-map .esri-area-measurement-3d__units-label {
    font-size: 0.9rem
}

.ecy-map .esri-direct-line-measurement-3d__units-select-wrapper {
    width: 70% !important;
}

.ecy-map .esri-area-measurement-3d__measurement-item {
    float: left;
}

    .ecy-map .esri-area-measurement-3d__measurement-item:nth-of-type(1) {
        width: 180px;
    }

    .ecy-map .esri-area-measurement-3d__measurement-item:nth-of-type(2) {
        width: 150px;
    }*/

.ecy-map .esri-button--secondary {
    pointer-events: auto;
    background-color: #336699 !important;
    border: none !important;
    color: white !important;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif !important;
    width: 94% !important;
}

    .ecy-map .esri-button--secondary:hover {
        background-color: #ccc !important;
        color: black !important;
        cursor: pointer;
    }

    .ecy-map .esri-button--secondary:focus {
        background-color: #ccc !important;
        color: black !important;
        cursor: pointer;
    }



.ecy-map .esri-select {
    pointer-events: auto;
}

    .ecy-map .esri-select:active, .esri-select:hover {
        outline-color: red
    }

.ecy-map .esri-distance-measurement-2d__container {
    overflow-y: unset;
}

.ecy-map .esri-area-measurement-2d__container {
    overflow-y: unset;
}


.ecy-map .label-tool-setting {
    display: block;
    font-size: 0.9rem;
    margin: 0 0 5px 0;
    width: 100%
}

.ecy-map .sp-container {
    /*position: relative !important;*/
    pointer-events: auto;
}

.ecy-map .sp-replacer {
    border: 1px solid #333 !important;
    pointer-events: auto;
}

.ecy-map .sp-preview {
    height: 16px !important;
}

.ecy-map .sp-dd {
    height: 10px !important;
}

.ecy-map .tool-setting-group {
    float: left;
    margin: 0 0 20px 10px;
}

.ecy-map .tool-setting-select {
    padding: 6px 5px 6px 5px;
    font-size: 0.85rem !important;
    border: 1px solid #353434;
    pointer-events: auto;
    background-color: white;
}

.ecy-map #opacity-slider-polygon {
    height: 10px;
    float: left;
    width: 110px;
    margin: 10px 5px 0 0;
    cursor: pointer;
    border-color: #333;
    pointer-events: auto;
}

    .ecy-map #opacity-slider-polygon .ui-slider-handle {
        /*height: 1em;*/
        width: .5em !important;
        border-color: #454545;
        background-color: #f6f2f2;
    }

        .ecy-map #opacity-slider-polygon .ui-slider-handle:hover {
            background-color: #ccc;
            width: .5em !important;
        }

        .ecy-map #opacity-slider-polygon .ui-slider-handle:focus {
            background-color: #ccc;
            width: .5em !important;
        }

.ecy-map #label-opacity-slider-polygon-percent {
    font-size: 0.9rem;
    float: left;
    margin-top: 7px;
}

.ecy-map #text-picker-label {
    width: 170px;
    border: 1px solid #353434;
    padding: 7px 0 0 7px;
    resize: none;
    height: 21px;
    margin: 0;
    white-space: pre-wrap;
    font-size: 0.9rem;
    pointer-events: auto;
}

.ecy-map #tools-input-add-image-service {
    width: 360px;
    height: 30px;
    font-size: 1rem;
}

.ecy-map #tools-button-add-image-service {
    pointer-events: auto;
    margin-left: 0;
    float: left;
    padding: 6px 15px !important;
    font-size: 1rem;
}


.ecy-map .imagery-service-url-link {
    float: left;
    pointer-events: auto;
    width: 330px;
    color: #336699;
    margin-top: 13px;
    font-size: 1rem;
}

.ecy-map .ellipses {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ecy-map .button-remove-imagery-service {
    padding: 20px;
    height: 16px;
    width: 16px;
    margin: 0 0 0 5px;
    background-image: url(https://fortress.wa.gov/ecy/gispublic/appresources/mapresources/images/icons/close_button2.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-color: white;
    pointer-events: auto;
    cursor: pointer;
    float: left;
    vertical-align: middle;
}

    .ecy-map .button-remove-imagery-service:hover {
        background-color: #e6edf0;
        cursor: pointer;
    }

.ecy-map #service-directory-list {
    pointer-events: auto;
    margin-bottom: 40px;
}

    .ecy-map #service-directory-list a {
        color: #336699;
        font-size: 1rem;
        margin-bottom: 10px;
    }

.ecy-map #tools-tool-info-add-image-service ul {
    padding: 0 !important;
}

    .ecy-map #tools-tool-info-add-image-service ul li {
        list-style-type: none;
        margin-bottom: 10px;
    }

.ecy-map .image-service-transparency-slider-container {
    margin-bottom: 20px;
}

.ecy-map .image-service-transparency-slider-label {
    font-size: 0.8rem;
    vertical-align: text-top;
    margin: 0 5px 0 10px;
}

.ecy-map .image-service-transparency-slider-value {
    vertical-align: 11%;
    font-size: 0.8rem;
    margin-left: 5px;
}

.ecy-map .tools-tool-info-item {
    margin: 20px 10px 20px 15px;
}

.ecy-map div.tools-tool-info-item[aria-hidden='true'] {
    display: none;
}

.ecy-map .tools-tool-usage-toggle {
    border: none;
    background: white;
    cursor: pointer;
    pointer-events: auto;
    float: left;
    margin-right: 5px;
}

/*.ecy-map .tools-tool-usage-toggle-text {
    font-size: 0.9rem;
    color: #336699;
}*/

.ecy-map .tool-usage-toggle-text {
    font-size: 1rem;
    color: #336699;
    font-weight: bold;
    margin: 0 0 2px 5px;
    padding-top: 2px;
    float: right;
}

.ecy-map #basemap-transparency-slider-label {
    font-size: 0.9rem;
    vertical-align: 2px;
    color: black !important;
}


element.style {
}

.ecy-map #lidar-base-container {
    margin-left: 10px;
    float: left;
}

.ecy-map .lidar-text {
    font-family: Verdana, Arial, sans-serif;
    margin: 2px 45px;
    font-size: 0.9rem;
    padding-top: 2px;
}

.ecy-map #map-lidar-with-basemap-checkbox {
    display: none;
}

    .ecy-map #map-lidar-with-basemap-checkbox + label {
        background-color: white;
        border: 1px solid #57585A;
        padding: 9px;
        display: inline-block;
        position: absolute;
        color: black;
        left: 42px;
    }

    .ecy-map #map-lidar-with-basemap-checkbox:checked + label:after {
        content: '\2714';
        font-size: 1rem;
        position: absolute;
        top: 2px;
        left: 3px;
        color: black;
        padding: 0 0 !important;
    }

.ecy-map #basemap-transparency-slider-container {
    margin: 10px 15px;
    display: none;
}
