﻿/**************************************************************************************************/
/*                                   Ecology Styles Override                                      */
/**************************************************************************************************/
body {
    max-height: 100vh;
}

    body.ecy-map {
        overflow-x: hidden;
    }

/*Comes from the answer provided by Martin Poljak from this StackOverflow thread:https://stackoverflow.com/questions/11796297/div-show-hide-media-query */
@media (min-width: 0px) and (max-width: 1199px) {
    .my-content {
        display: block;
        background-color: #FEDF97 !important;
    }

    .screensize_background {
        background-color: #FEDF97 !important;
        height: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}

/*Comes from the answer provided by Martin Poljak from this StackOverflow thread:https://stackoverflow.com/questions/11796297/div-show-hide-media-query */
@media (min-width: 1200px) and (max-width: 3000px) {
    .my-content {
        display: none !important;
    }
    #X{
        display: none !important;
    }
}

@media (min-width: 0px) and (max-width: 800px) {
    body.ecy-map {
        min-width: 1px;
        max-width: 100%;
    }
}


@media (min-width: 801px) {
    body.ecy-map {
        background-color: #324c69;
        max-width: 100%;
        min-width: 1px;
        margin-left: auto;
        margin-right: auto;
        border-left: 1px solid #7194b6;
        border-right: 1px solid #7194b6;
        padding: 0;
    }
}

.ecy-map .main {
    float: left;
    background-color: white;
}


@media (min-width: 0px) and (max-width: 800px) {
    .ecy-map .banner_container,
    .ecy-map .banner,
    .ecy-map .nav_container,
    .ecy-map .nav,
    .ecy-map .main_container,
    .ecy-map .main,
    .ecy-map .footer_container,
    .ecy-map .footer {
        width: 100%;
        max-width: 100%;
        min-width: 1px;
        padding: 0 0;
        line-height: 1;
    }
}

@media (min-width: 801px) {
    .ecy-map .banner_container,
    .ecy-map .banner,
    .ecy-map .nav_container,
    .ecy-map .nav,
    .ecy-map .main_container,
    .ecy-map .main,
    .ecy-map .footer_container,
    .ecy-map .footer {
        width: 100%;
        max-width: 100%;
        min-width: 1px;
        padding: 0 0;
        line-height: 1;
    }
}

.ecy-map .header {
    min-height: 6px;
    line-height: 6px;
    color: black;
}

.header-with-message {
    min-height: 50px !important;
    line-height: 50px !important;
    text-align: center;
    vertical-align: middle;
}

.ecy-map .banner {
    pointer-events: none;
    text-align: center;
    padding: 5px 5px;
}

    /*.ecy-map .banner .logo img {
        height: 56px;
    }*/

    .ecy-map .banner .logo a {
        float: left;
        padding: 2px 2px;
        margin: 4px 4px;
        pointer-events: auto;
    }

.ecy-map .nav {
    /*border-top: 1px solid #dce7f1;
    border-bottom: 1px solid #dce7f1;*/
}

    .ecy-map .nav li {
        margin-left: 1.5%;
    }

        .ecy-map .nav li a {
            padding-bottom: 10px;
            padding-top: 10px;
            /*-moz-transform: scale(0.9);
            -webkit-transform: scale(0.9);*/
        }

.ecy-map .footer ul {
    padding: 0 20px 0 20px;
}

/**************************************************************************************************/
/*                                       generic styles                                           */
/**************************************************************************************************/


.ecy-map #map-container {
    /*margin: 1px 1px 0 0;*/
    font-size: 1rem;
}

.ecy-map .sr-only {
    position: absolute;
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    white-space: nowrap;
}

.ecy-map .menu {
    vertical-align: middle;
    background-color: #dce7f1;
    margin: 0;
    padding: 5px 1%;
    text-align: left;
    white-space: nowrap;
}

    .ecy-map .menu li {
        display: inline;
        font-size: 0.625rem;
        font-weight: bold;
        white-space: nowrap;
    }

        .ecy-map .menu li a {
            color: #324c69;
            text-decoration: none;
        }

            .ecy-map .menu li a:hover {
                color: #324c69;
                text-decoration: underline;
            }

.ecy-map fieldset {
    margin: 0 0;
    padding: 0 0;
    border: none;
}

.ecy-map input[type=text] {
    -webkit-appearance: none; /* add this */
    padding: 2px 5px;
    border: 1px solid #666;
    pointer-events: auto;
}

    .ecy-map input[type=text]:disabled {
        pointer-events: none;
    }

    /*.ecy-map #main-content {
        float: left;
        background-color: white;
        width: 100%;
        line-height: 1.0;
    }*/


    .ecy-map.map-popup-contianer {
    position: absolute !important;
    height: 95vh !important;
    width: 95vw !important;
    margin: 2.5% !important;
    /*display: block;*/
    visibility: hidden;
    background-color: white;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #999;
    z-index: 2;
}

.ecy-map #map-popup-modal {
    position: fixed;
    min-height: 100vh;
    width: 100%;
    opacity: 0.5;
    background-color: black;
    z-index: 1;
    display: none;
}

#little_backdrop {
    position: absolute;
    top: 50%;
    left: 50%
}

#big_backdrop {
    position: fixed;
}

.ecy-map .map-dialog {
    font-size: 1.0rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border: 1px solid #57585A;
    position: absolute;
    display: none;
    background-color: white;
    z-index: 10000;
   /* width: 900px;*/
}

    .ecy-map .map-dialog h3 {
        font-size: 1.0rem;
    }

    .ecy-map .map-dialog:focus {
        border: 1px solid white !important;
    }

.ecy-map .map-dialog-title {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: Roboto,'Segoe UI',Tahoma,sans-serif;
}

.map-dialog-inner-content {
    margin: 15px 15px;
}

.ecy-map .button-close-map-dialog {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 15px 15px;
    height: 16px;
    width: 16px;
    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;
    cursor: pointer;
    z-index: 1;
}

    .ecy-map .button-close-map-dialog:hover {
        background-color: #e6edf0 !important;
    }

.ecy-map .link-map {
    color: #336699 !important;
    padding: 2px 2px;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.ecy-map .draggable {
    cursor: move !important;
}

.ecy-map :focus {
    outline: 2px solid #3399ff !important;
    border: none;
}

.ecy-map input:focus {
    outline: 2px solid #3399ff !important;
    border: 1px solid white;
}

.ecy-map ::-moz-focus-inner {
    border: 0;
}

.ecy-map .button-go {
    /*height: 25px;*/
    background-color: #336699;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 2px;
    padding: 3px 6px;
    font-size: 1.0rem;
}

    .ecy-map .button-go:focus:not(.button-go-disabled) {
        background-color: #ccc;
        color: black;
    }

    .ecy-map .button-go:hover:not(.button-go-disabled) {
        background-color: #ccc;
        color: black;
    }

.ecy-map .button-go-draw {
    /*height: 25px;*/
    background-color: #336699;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 2px;
    padding: 3px 25px 6px 25px;
    font-size: 1.0rem;
}

    .ecy-map .button-go-draw:focus:not(.button-go-disabled) {
        background-color: #ccc;
        color: black;
    }

    .ecy-map .button-go-draw:hover:not(.button-go-disabled) {
        background-color: #ccc;
        color: black;
    }

.ecy-map .button-go-uncheck {
    /*height: 25px;*/
    background-color: white;
    border: none;
    color: #336699;
    cursor: pointer;
    border-radius: 2px;
    padding: 3px 6px;
    font-size: 1.0rem;
}

    .ecy-map .button-go-uncheck:focus:not(.button-go-disabled) {
        background-color: #ccc;
        color: black;
    }

    .ecy-map .button-go-uncheck:hover:not(.button-go-disabled) {
        background-color: #ccc;
        color: black;
    }

.ecy-map .button-go-text {
    float: left;
    margin: 3px 0 3px 0;
}

.button-go-disabled {
    background-color: white !important;
    border: 1px solid #ccc !important;
    color: #707070 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    padding: 2px 6px !important;
}

.ecy-map #map-loading-indicator {
    z-index: 500;
    height: 120px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 40%;
    background-image: url(https://fortress.wa.gov/ecy/gispublic/appresources/mapresources/images/icons/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.ecy-map .squatch {
    background-image: url(https://fortress.wa.gov/ecy/gispublic/appresources/mapresources/images/icons/walking_squatch.gif) !important;
}

.ecy-map #skip-link {
    position: absolute;
    left: -5000px;
    top: 5px;
    z-index: 1000;
    background-color: white;
    padding: 20px 20px
}

    .ecy-map #skip-link:focus {
        left: 20px
    }

.ecy-map .underline {
    text-decoration: underline
}

/*style for li in drop down list that is unselectable*/
.noselect {
    pointer-events: none !important;
    font-style: italic !important;
    height: 20px !important;
    background: none !important;
    background-color: none !important;
    color: black !important;
    cursor: default !important;
    filter: alpha(opacity=50) !important;
    opacity: 0.50 !important;
    margin: 0 0 0 4px !important;
    font-size: 0.9rem !important;
    border: none !important;
}

a.wide {
    display: block;
}

.ui-autocomplete .ui-menu-item {
    font-size: 0.9rem;
    padding: 0 0 !important;
}


.ui-menu .ui-state-focus:not(.noselect),
.ui-menu .ui-state-active:not(.noselect) {
    margin: -1px;
    background: #336699 !important;
}

.ecy-map .control-group {
    /*position: absolute;*/
    text-align: left;
    pointer-events: none;
    outline: none !important;
}

.ecy-map .control {
    pointer-events: auto;
    font-size: 0.9rem;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    padding: 7px 5px 5px 25px;
    cursor: pointer;
    float: left;
}

    .ecy-map .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        padding: 2px 2px !important;
    }

.ecy-map .control-focused {
    outline: 2px solid #3399ff !important;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
}

.ecy-map .control--radio .control__indicator {
    border-radius: 50%;
}

/* Hover and focus states */
.ecy-map .control:hover input ~ .control__indicator,
.ecy-map .control input:focus ~ .control__indicator {
    background: #ccc;
}

.ecy-map .control input:focus-within {
    outline: 2px solid #3399ff !important;
}


/* Checked state */
.ecy-map .control input:checked ~ .control__indicator {
    background: #336699;
    font-weight: bold;
}

/* Hover state whilst checked */
.ecy-map .control:hover input:not([disabled]):checked ~ .control__indicator,
.ecy-map .control input:checked:focus ~ .control__indicator {
    background: #336699;
}

/* Disabled state */
.ecy-map .control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

/* Check mark */
.ecy-map .control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.ecy-map .control input:checked ~ .control__indicator:after {
    display: block;
}

/* Checkbox tick */
.ecy-map .control--checkbox .control__indicator:after {
    top: 4px;
    left: 8px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

/* Disabled tick color */
.ecy-map .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

/* Radio button inner circle */
.ecy-map .control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

/* Disabled circle colour */
.ecy-map .control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}


/**************************************************************************************************/
/*                                      header styles                                             */
/**************************************************************************************************/
.ecy-map .header-button {
    position: absolute;
    border: 2px solid white;
    cursor: pointer;
}

    .ecy-map .header-button:hover {
        background-color: #ccc !important;
        border: 2px solid #ccc !important;
    }

    .ecy-map .header-button:focus {
        background-color: #ccc !important;
        border: 2px solid #ccc !important;
    }

.ecy-map #button-options-panel {
    right: 1px;
    top: 1px;
    padding: 12px 16px 12px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    -webkit-touch-callout: none;
    font-size: 1.25rem;
    color: white !important;
}



/**************************************************************************************************/
/*                                      control ribbon                                            */
/**************************************************************************************************/
.ecy-map #control-ribbon {
    vertical-align: middle;
    /*background-color: white;*/
    background-color: #80A8CD;
    /* background-color: #44688F;*/
    margin: 0%;
    text-align: left;
    white-space: nowrap;
    height: 50px;
    font-size: 16px;
}

.ecy-map #control-ribbon-menu-container {
    width: 200px !important;
}

.ecy-map #control-ribbon-buttons {
    float: right;
    margin-right: 10px;
}

.ecy-map #control-ribbon-buttons-left {
    float: left;
    margin-left: 402px;
}

.ecy-map .control-ribbon-button {
    font-size: 1rem;
    border: 2px solid white;
    cursor: pointer;
    background-color: white;
    display: none;
    border-radius: 2px;
}

    .ecy-map .control-ribbon-button:hover {
        background-color: #ffd76d !important;
        border: 2px solid #ffd76d !important;
    }

    .ecy-map .control-ribbon-button:focus {
        background-color: #ffd76d !important;
        border: 2px solid #ffd76d !important;
    }

.ecy-map .control-ribbon-button-text {
    float: right;
    margin: 4px 0 0 5px;
}

@media (min-width: 0px) and (max-width: 1115px) {
    .ecy-map .control-ribbon-button-text {
        display: none;
    }
}

.ecy-map .control-ribbon-button-image {
    float: left;
    margin-top: 1px;
}

.ecy-map #button-close-map {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    height: 40px;
}

.ecy-map #button-panel-mode {
    float: left;
    height: 42px;
    width: 44px;
    margin: 3px 3px;
    background-image: url(https://fortress.wa.gov/ecy/gispublic/appresources/mapresources/images/icons/hamburger_dark2.png);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

/*@media screen and (max-width:993px) {
    .ecy-map #button-panel-mode {
        display: block;
    }
}*/

.ecy-map #menu-panel-mode {
    display: none;
    /*position: absolute;*/
    float: left;
    z-index: 1000;
    border: 2px solid #e6edf0;
}

    .ecy-map #menu-panel-mode li {
        padding: 3px 0 3px 0 !important;
    }

    .ecy-map #menu-panel-mode .ui-state-active {
        border: 1px solid #45759A !important;
        background: #45759A !important;
    }

        .ecy-map #menu-panel-mode .ui-state-active:hover {
            border: 1px solid #45759A !important;
            background: #45759A !important;
        }


@media (min-width: 0px) and (max-width: 930px) {
    .ecy-map .control-ribbon-button-text-2 {
        display: none;
    }
}

.ecy-map .control-ribbon-button-text-2 {
    float: right;
    margin: 4px 0 0 5px;
}

/*@media screen and (max-width:993px) {
    .ecy-map #control-ribbon-tabs-tablist {
        display: none;
    }

}*/

.ecy-map .control-ribbon-tab-content {
    position: absolute;
    width: 100%;
}

/*@media screen and (max-width:993px) {
    .ecy-map .control-ribbon-tab-content {
        margin-top: 50px;
    }
}*/

.ecy-map #control-ribbon-tabs {
    display: none;
    border: none !important;
    padding: 0 0 !important;
    background-color: #80A8CD;
    /* background-color: #44688F;*/
}

    .ecy-map #control-ribbon-tabs .ui-widget-header {
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        border-bottom: 1px solid #e6edf0 !important;
        /*border-bottom: none !important;*/
        background: none !important;
        height: 50px;
        border-radius: 0 0 0 0 !important;
    }

.ecy-popup-map #control-ribbon-tabs .ui-widget-header {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 2px solid #e6edf0 !important;
    /*border-bottom: none !important;*/
    background: none !important;
    height: 55px;
    border-radius: 0 0 0 0 !important;
}

.ecy-map .control-ribbon-tab {
    display: none;
}

    .ecy-map .control-ribbon-tab:focus {
        background-color: #ffd76d !important;
        border-left: 2px solid #ffd76d !important;
        border-top: 2px solid #ffd76d !important;
        border-right: 2px solid #ffd76d !important;
    }

    .ecy-map .control-ribbon-tab:hover {
        background-color: #ffd76d !important;
        border-left: 2px solid #ffd76d !important;
        border-top: 2px solid #ffd76d !important;
        border-right: 2px solid #ffd76d !important;
    }

.ecy-map .ui-tabs .ui-tabs-panel {
    padding: 0 0 !important;
}

.ecy-map .ui-tabs .ui-tabs-nav {
    padding: 0 0 0 0 !important;
    border-bottom: 4px solid white;
}

    .ecy-map .ui-tabs .ui-tabs-nav li {
        padding: 0 0 1px 0 !important;
        margin: 10px 1px 0 2px !important;
        border-left: 2px solid #e6edf0;
        border-top: 2px solid #e6edf0;
        border-right: 2px solid #e6edf0;
        /*border-bottom: 2px solid #e6edf0;*/
        border-bottom: none;
        border-radius: 0 0;
    }

        .ecy-map .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            font-weight: bold !important;
            background-color: white;
            /*border-bottom: 4px solid #45759A !important;*/
            /* border-bottom: 2px solid white;*/
            border-left: 2px solid #e6edf0;
            border-top: 2px solid #e6edf0;
            border-right: 2px solid #ffd76d;
        }

    .ecy-map .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 0.55em 0.8em !important;
    }

.ecy-map .ui-helper-reset {
    line-height: 1.25 !important;
}

.ecy-map .control-ribbon-tab {
    /*background: none !important;
    border: none !important;*/
    text-decoration: none !important;
    list-style: none;
}

    .ecy-map .control-ribbon-tab a {
        color: black !important;
        /*padding: .3em .8em !important;*/
    }









/**************************************************************************************************/
/*                                        left panel                                              */
/**************************************************************************************************/
.ecy-map #left-panel {
    height: 100vh;
    width: 420px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10000;
    background-color: white;
    float: left;
}

.ecy-map .accordion {
    overflow-x: hidden;
    overflow-y: auto;
}

.ecy-map .accordion-header {
    position: relative;
    background-color: #f6f2f2;
   
    width: 405px;
    margin-left: 5px;
    margin-bottom: 15px;
    float: left;
}

.ecy-map .accordion-header-scrolling {
    width: 360px !important;
}

.ecy-map .accordion-header[aria-hidden="true"] {
    display: none;
}

.ecy-map .accordion-trigger {
    background-color: #f6f2f2;
    border: 2px solid #f6f2f2;
    color: black;
    display: block;
    font-size: 1.1rem;
    font-weight: normal;
    margin: 0px 0 0 3px;
    padding: 0.9em 1.5em;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 99%;
}

.ecy-map .accordion-title {
    float: left;
    display: block; /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8295099/ */
    pointer-events: none;
    margin-left: 1rem;
   
}

.ecy-map .accordion-icon-toggle {
    border: solid hsl(0, 0%, 0%);
    border-width: 0 2px 2px 0;
    height: 0.5rem;
    pointer-events: none;
    position: absolute;
    left: 1em;
    top: 53%;
    transform: translateY(-90%) rotate(45deg);
    width: 0.5rem;
}


.ecy-map .accordion-trigger[aria-expanded="true"] .accordion-icon-toggle {
    transform: translateY(-58%) rotate(-135deg);
}

.ecy-map .accordion-panel {
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    /*height:100%;*/
}

    .ecy-map .accordion-panel[aria-hidden="true"] {
        display: none;
    }

/**************************************************************************************************/
/*                                        map panel                                               */
/**************************************************************************************************/
.ecy-map #map-view {
    padding: 0 0 0 0 !important;
    background-color: whitesmoke;
    border: 2px solid #e6edf0;
    border-bottom: none;
    height: 100vh;
    position: relative;
    /*min-width: 600px;*/
}

.ecy-map .map-border-bottom {
    border-bottom: 2px solid #f6f2f2 !important;
}

@media screen and (max-width:993px) {
    .ecy-map #map-view {
        padding: 0 0 0 0 !important;
    }
}

.ecy-map .activeMap {
    outline: none !important;
    border: 2px solid #3399ff !important;
}

.ecy-map #identify-crosshair {
    display: none;
    position: absolute;
    height: 30px;
    width: 30px;
    z-index: 10;
    background-image: url(https://fortress.wa.gov/ecy/gispublic/appresources/mapresources/images/icons/crosshair.png) !important;
}

.ecy-map #button-full-map-toggle {
    height: 50px;
    width: 24px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 35%;
    /*transform: translateY(-50%);*/
    z-index: 100;
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #e6edf0;
    border-top: 1px solid #e6edf0;
    border-bottom: 1px solid #e6edf0;
    border-left: none;
    cursor: pointer;
    background-image: url(https://fortress.wa.gov/ecy/gispublic/appresources/mapresources/images/icons/expand_left.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .ecy-map #button-full-map-toggle:focus {
        border: 2px solid #3399ff !important;
        outline: none !important;
    }

    .ecy-map #button-full-map-toggle:hover {
        background-color: #e6edf0;
        border-right: 1px solid #57585A;
        border-top: 1px solid #57585A;
        border-bottom: 1px solid #57585A;
    }

.ecy-map .button-full-map-toggle-closed {
    background-image: url(https://fortress.wa.gov/ecy/gispublic/appresources/mapresources/images/icons/expand_right.png) !important;
}


/**************************************************************************************************/
/*                                           shortcut menu                                        */
/**************************************************************************************************/
.ecy-map #shortcut-menu-container {
    z-index: 1000;
    display: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 1rem;
}

.ecy-map #menu-shortcut {
    float: left;
    border: 2px solid #e6edf0;
    width: 200px;
    padding: 6px 6px;
}

    .ecy-map #menu-shortcut li {
        padding: 5px 0 5px 0 !important;
        display: none;
    }

    .ecy-map #menu-shortcut .ui-state-active {
        border: 1px solid #45759A !important;
        background: #45759A !important;
    }

        .ecy-map #menu-shortcut .ui-state-active:hover {
            border: 1px solid #45759A !important;
            background: #45759A !important;
        }

.ecy-map .underline-text {
    text-decoration: underline
}

.ecy-map .shortcut-image {
    float: left;
    background-color: white !important;
    margin-right: 15px;
}

/**************************************************************************************************/
/*                                           esri styles                                          */
/**************************************************************************************************/
/*.esri-view-surface esri-view-surface--inset-outline{
    outline:none !important;
    border:none !important;
}*/
.ecy-map .esri-attribution__powered-by {
    color: #323232 !important;
    cursor: default !important;
}

.ecy-map .esri-attribution__sources {
    color: #323232 !important;
    cursor: default !important;
}

.ecy-map .esri-attribution__link {
    color: #323232 !important;
    cursor: default !important;
}

.ecy-map .esri-attribution {
    color: #323232 !important;
    cursor: default !important;
    position: absolute !important;
    bottom: 0 !important;

}

.ecy-map .esri-ui-corner .esri-component {
    border: 1px solid #57585A;
    box-shadow: none;
    cursor: default;
}

.ecy-map .esriControlsBR {
    z-index: 0 !important;
}

.ecy-map .esri-widget-button[title="Zoom In"]:focus {
    z-index: 100; /*allow bottom outline to show*/
}

.ecy-map .esri-widget--button {
    pointer-events: auto;
}

.ecy-map .esri-icon {
    pointer-events: none;
}

.ecy-map .esri-icon-download {
    pointer-events: none;
    margin: 4px 5px 0 0 !important;
    vertical-align: middle !important;
}

.ecy-map .esri-icon-loading-indicator {
    margin: 2px 0 0 5px !important;
    vertical-align: middle !important;
}

.ecy-map .esri-print__exported-file-link-title {
    pointer-events: none;
    padding-bottom: 1px;
}

.ecy-map .esri-input {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.ecy-map label.required:after {
    content: " * ";
    color: #cc6633;
    font-weight: bold;
    font-size: 1.5rem;
}

.ecy-map .esri-ui .esri-popup {
    z-index: 10000 !important;
}

.ecy-map .esri-area-measurement-2d__units-select {
    width: 85% !important;
    padding-left: 0.5em;
    padding-right: 2.7em;
}

.ecy-map .esri-area-measurement-2d__measurement {
    padding: 12px 15px;
    margin: 12px 0;
    background-color: white;
    animation: esri-fade-in 250ms ease-in-out;
}

.ecy-map .esri-distance-measurement-2d__units-select {
    width: 85% !important;
    padding-left: 0.5em;
    padding-right: 2.7em;
}

.ecy-map .esri-distance-measurement-2d__measurement {
    padding: 12px 15px;
    margin: 12px 0;
    background-color: white;
    animation: esri-fade-in 250ms ease-in-out;
}

.ecy-map .esri-distance-measurement-2d__hint {
    display: none !important;
}

.ecy-map .esri-area-measurement-2d__hint {
    display: none !important;
}
