﻿.ecy-map #zoom-tools {
    margin-top: 10px;
}

.ecy-map .zoom-toolbar {
    margin: 0 0 0 10px;
}

.ecy-map #zoomto-item-container {
    margin: 4px 0px 2px 4px;
    font-size: 1rem;
}


.ecy-map .zoomto-texbox-label {
    float: left;
    width: 110px;
    text-align: right;
    padding-top: 3px;
}

/* Center Buttons Class*/
.ecy-map .center-buttons {
   width: 100%;
    margin: 0 45px 15px 0px;
    float: left;
    pointer-events: none;
}

.ecy-map .columns {
    width: 100px;
    margin: 0px 510px 0px 0px;
    float: right;
    font-size: 1em;
}

.ecy-map .zoomto-texbox-label.required:after {
    content: " * ";
    color: #cc6633;
    font-weight: bold;
    font-size: 1.1rem;
}

.ecy-map .zoomto-texbox {
    /*float: left;*/
    pointer-events: auto;
    margin-left: 5px;
}

.ecy-map .zoomto-row {
    width: 100%;
    margin: 0 0 15px -25px;
  /*  float: left;*/
    pointer-events: none;
}

.ecy-map .zoomto-dropdownlist {
    float: left;
    margin-left: 5px;
    padding: 2px 5px;
    pointer-events: auto;
}

.ecy-map .required-field {
    color: #cc6633;
    font-weight: bold;
    font-size: 1rem;
}

.ecy-map .required-field-icon {
    position: relative;
    top: 5px;
    display: none;
}

.ecy-map .error-message-contianer {
    position: relative;
    background-color: #f4d0c9;
    width: 320px;
    margin: 30px 20px 0 20px;
    display: none;
}

.ecy-map .error-message-list {
    padding: 10px 0 10px 75px !important;
    background-color: #f4d0c9;
}

.ecy-map .error-message-contianer li {
    padding: 5px;
}

.ecy-map .error-icon {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
}

.ecy-map .error-message {
    display: none;
}

.ecy-map .zoomto-subheader {
    margin-left: 5px;
    font-weight: 700;
}


/* Address Section */
.ecy-map #zoomto-texbox-address {
    width: 245px;
}
.ecy-map #zoomto-texbox-address2 {
    width: 245px;
    margin-left: 115px;
}

.ecy-map #zoomto-texbox-city {
    width: 245px;
}

.ecy-map #zoomto-texbox-state {
    width: 35px;
    margin-right: 230px;
}

.ecy-map #zoomto-texbox-zip {
    width: 60px;
}

.ecy-map #zoomto-texbox-label-zip4 {
    width: 10px;
    font-weight: bold;
    margin: -22px 0 15px 50px;
}




.ecy-map .textbox-class-1-address {

}


.ecy-map .textbox-class-2-address {
    margin-left: 194px;
    margin-top:-22px;
}

.ecy-map .label-class-2-address {
    margin-left: 135px;
}


.ecy-map .zoomto-row-4zip {
    width: 100%;
    margin: 0 0 15px 60px;
    /*  float: left;*/
    pointer-events: none;
}
.ecy-map #zoomto-texbox-zip4 {
    width: 50px;
    left: 200px;
}

.ecy-map #zoomto-address-container {
    float: left;
    margin: 10px 0;
    width: 100%;
    border: none;
}

.ecy-map #zoomto-address-candidates-container {
    width: 360px;
    margin: 10px 20px 10px 20px;
    z-index: 100;
    background-color: white;
    display: none;
}

.ecy-map #zoomto-address-candidates-header {
    padding-top: 10px;
    margin: 0 0 10px 30px !important;
}

.ecy-map .zoomto-address-candidates-subheader {
    font-weight: normal;
}

.ecy-map #zoomto-address-candidate-list {
    list-style-type: none;
    margin: 0 0 10px 40px;
    padding: 0;
}

    .ecy-map #zoomto-address-candidate-list li {
        padding-bottom: 5px !important;
    }

.ecy-map .zoomto-address-candidate-button {
    display: none;
    font-size: 1rem !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px white;
    background-color: white;
}

    .ecy-map .zoomto-address-candidate-button:hover {
        border-bottom: solid 1px #336699;
    }


.ecy-map #button-zoomto-address-go {
    position: relative;
    pointer-events: auto;
    margin-left: 10px;
    margin-top: 5px;
}

.ecy-map #button-clearall-address-go {
    position: relative;
    pointer-events: auto;
    margin-left: 91px;
    margin-top: 5px;
}

.ecy-map #tools-toolbar-button-clear-all-address {
    position: relative;
    pointer-events: auto;
    margin-left: 290px;
    margin-top: -22px;

}

.ecy-map #searchWidget {
    position: absolute ;
    margin-left: 425px;
    margin-top: 9px;
}

.ecy-map .position-clear-all-address {
    position: relative;
    pointer-events: auto;
    margin-left: 288px;
    margin-top: -55px;
}

.ecy-map #required-field-icon-address {
    left: 350px;
}

.ecy-map #required-field-icon-city {
    left: 350px;
}

.ecy-map #required-field-icon-zip {
    left: 250px;
}


/* End Address Section */





/* Lat/Long DD Section */

.ecy-map #zoomto-coordinates-container {
    height: 250px;
    width: 380px;
    border: none;
    margin: 2px 10px !important;
    pointer-events: none;
}

.ecy-map #control-group-crs {
    width: 380px;
    left: 10px;
    pointer-events: none;
    /*border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;*/
    
}

.ecy-map .zoomto-coordinates-panel {
    width: 380px;
    display: none;
    float: left;
    margin-top: 0px;
}

.ecy-map .zoomto-coordinates-panel-active {
    display: block;
}


.ecy-map #required-field-icon-latitude-dd {
    left: 260px;
}

.ecy-map #required-field-icon-longitude-dd {
    left: 260px;
}

.ecy-map #zoomto-texbox-latitude-dd {
    width: 128px;
}

.ecy-map #zoomto-texbox-longitude-dd {
    width: 128px;
}

.ecy-map #zoomto-dropdownlist-datum-dd {
    width: 140px;
}

.ecy-map #button-zoomto-latlong-dd-go {
    position: relative;
    pointer-events: auto;
    margin-left: 100px;
    margin-top: 10px;
    /*font-size: 85%;*/
}


/* End Lat/Long DD Section */



/* Lat/Long DMS Section */

.ecy-map #zoomto-row-dms-column {
    pointer-events: none !important;
    margin-bottom: 5px;
}

.ecy-map .zoomto-column-header {
    font-size: 0.9rem;
}

.ecy-map #zoomto-column-header-degrees {
    position: relative;
    left: 115px;
}

.ecy-map #zoomto-column-header-minutes {
    position: relative;
    left: 140px;
}

.ecy-map #zoomto-column-header-seconds {
    position: relative;
    left: 170px;
}


.ecy-map #required-field-icon-latitude-dms {
    left: 350px;
}

.ecy-map #required-field-icon-longitude-dms {
    left: 350px;
}


.ecy-map #zoomto-texbox-latitude-degrees-dms {
    width: 58px;
    left: 120px;
}

.ecy-map #zoomto-texbox-latitude-minutes-dms {
    width: 58px;
    left: 200px;
}

.ecy-map #zoomto-texbox-latitude-seconds-dms {
    width: 58px;
    left: 280px;
}


.ecy-map #zoomto-texbox-longitude-degrees-dms {
    width: 58px;
    left: 120px;
}

.ecy-map #zoomto-texbox-longitude-minutes-dms {
    width: 58px;
    left: 200px;
}

.ecy-map #zoomto-texbox-longitude-seconds-dms {
    width: 58px;
    left: 280px;
}

.ecy-map #zoomto-dropdownlist-datum-dms {
    width: 140px;
}

.ecy-map #button-zoomto-latlong-dms-go {
    pointer-events: auto;
    float: left;
    margin-left: 43px;
    /*font-size: 85%;*/
}

/* End Lat/Long DMS Section */



/* SPCS Section */

.ecy-map #required-field-icon-northing-spcs {
    left: 260px;
}

.ecy-map #required-field-icon-easting-spcs {
    left: 260px;
}

.ecy-map #zoomto-texbox-northing-spcs {
    width: 128px;
}

.ecy-map #zoomto-texbox-easting-spcs {
    width: 128px;
}

.ecy-map #zoomto-dropdownlist-datum-spcs {
    width: 140px;
}

.ecy-map #zoomto-dropdownlist-zone-spcs {
    width: 80px;
}

.ecy-map #button-zoomto-spcs-go {
    pointer-events: auto;
    float: left;
    margin-left: 40px;
    /*font-size: 85%;*/
}

/* End SPCS Section */



/* UTM Section */

.ecy-map #required-field-icon-northing-utm {
    left: 260px;
}

.ecy-map #required-field-icon-easting-utm {
    left: 260px;
}

.ecy-map #zoomto-texbox-northing-utm {
    width: 128px;
}

.ecy-map #zoomto-texbox-easting-utm {
    width: 128px;
}

.ecy-map #zoomto-dropdownlist-datum-utm {
    width: 100px;
}

.ecy-map #zoomto-dropdownlist-zone-utm {
    width: 100px;
}

.ecy-map #button-zoomto-utm-go {
    pointer-events: auto;
    float: left;
    margin-left: 40px;
    /*font-size: 85%;*/
}

/* End UTM Section */



/* Map Area Section */

.ecy-map #zoomto-maparea-container {
    width: 95%;
    border: none;
    /*font-size: 100%;*/
    margin: 2px 10px !important;
    pointer-events: none;
    height: 100%;
    position: relative;
}

.ecy-map #control-group-maparea {
    width: 95%;
    left: 10px;
    pointer-events: none;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    height: 210px;
}

.ecy-map .zoomto-maparea-subcontianer {
    position: absolute;
    width: 150px;
    pointer-events: none;
    outline: none !important;
}

.ecy-map #zoomto-maparea-subcontianer-left {
    left: 10px;
}

.ecy-map #zoomto-maparea-subcontianer-right {
    left: 200px;
}

.ecy-map .zoomto-maparea-panel {
    width: 370px;
    display: none;
    float: left;
    margin-top: 250px;
    margin-left: 10px;
}

.ecy-map .zoomto-maparea-panel-active {
    display: block;
}

.ecy-map .label-radio-group-maparea {
    width: 100%;
}


/* Map Area Section */

.ecy-map .button-zoomto-go {
    /*position: absolute;*/
    pointer-events: auto;
}

.ecy-map .zoomto-row-maparea-search {
    width: 100%;
    margin: 10px 0 15px 50px;
    /*  float: left;*/
    pointer-events: none;
}

.ecy-map .zoomto-row-maparea-search-lake-and-river {
    width: 100%;
    margin: 10px 0 15px 15px;
    /*  float: left;*/
    pointer-events: none;
}

.ecy-map .zoomto-row-maparea-search-marine-and-river-mile {
    width: 100%;
    margin: 10px 0 15px 15px;
    /*  float: left;*/
    pointer-events: none;
}

.ecy-map .zoomto-row-maparea-search-trs {
    width: 100%;
    margin: 10px 0 15px 5px;
    /*  float: left;*/
    pointer-events: none;
}

.ecy-map .zoomto-row-maparea-search-trs-button {
    width: 100%;
    margin: 80px 0 15px 5px;
    /*  float: left;*/
    pointer-events: none;
}

.ecy-map .zoomto-row-maparea-search-highway-milepost {
    width: 100%;
    margin: 10px 0 15px 15px;
    /*  float: left;*/
    pointer-events: none;
}

.ecy-map .zoomto-row-maparea-search-highway-milepost-button {
    width: 100%;
    margin: 80px 0 15px 15px;
    /*  float: left;*/
    pointer-events: none;
}

.ecy-map .zoomto-row-maparea-search-wria {
    width: 100%;
    margin: 10px 0 15px 30px;
    /*  float: left;*/
    pointer-events: none;
}

/*ecy-map .position-clear-all-graphics-map-area {
    position: relative;
    pointer-events: auto;
    margin-left: 288px;
    margin-top: -55px;
}*/

.ecy-map .maparea-autocomplete {
    margin-top: 5px;
    width: 300px;
    line-height: 1.5em;
    height: 24px;
    font-size: 1rem !important;
}

.ecy-map #zoomto-maparea-watercourse-input {
    width: 300px;
}

.ecy-map #zoomto-maparea-waterbody-input {
    width: 300px;
}

.ecy-map #zoomto-maparea-parcel-county-input {
    width: 200px;
}

.ecy-map #zoomto-maparea-parcel-id-input {
    width: 222px;
}

.ecy-map #zoomto-maparea-highway-name-input {
    width: 110px;
}

.ecy-map #zoomto-maparea-highway-milepost-input {
    width: 110px;
}

.ecy-map #zoomto-maparea-river-name-input {
    width: 300px;
}

.ecy-map #zoomto-maparea-river-rivermile-input {
    width: 110px;
}

.ecy-map #zoomto-maparea-marine-region-input {
    width: 300px;
}

.ecy-map #zoomto-maparea-wria-input {
    width: 250px;
}

.ecy-map #zoomto-maparea-trs-township-input {
    width: 70px;
}

.ecy-map #zoomto-maparea-trs-range-input {
    width: 60px;
}

.ecy-map #zoomto-maparea-trs-section-input {
    width: 60px;
}

.ecy-map .button-zoom-to {
    height: 15px;
    width: 17px;
    float: left;
    margin: 4px 0 3px 15px;
    background-image: url(https://fortress.wa.gov/ecy/gisresources/mapresources/images/icons/find_icon.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
}