﻿/* ---------------------------------------------------
    ESRI Override Selector STYLE
----------------------------------------------------- */
.esri-widget {
    box-sizing: border-box;
    color: #323232;
    font-size: 14px;
    font-family: inherit; /*"Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    line-height: 1.3em;
    background-color: #fff;
}

.esri-attribution {
    /*background-color:rgba(255,255,255,0.4);
    text-shadow: 1px 1px #fff;*/
}

.esri-zoom {
    background-color: #fff;
}

.esri-popup__main-container {
    /*outline: none;
    pointer-events: auto;
    position: relative;
    z-index: 1;
    width: 340px;
    max-height: 300px;*/
    background-color: #fff;
    /*display: flex;
    flex-flow: column nowrap;*/
}

.esri-legend__layer {
    padding: 0px;
}

.esri-legend__layer-cell--info {
    font-size: .7rem;
}

.esri-widget--panel {
    border-radius: 6px;
}
.esri-legend__service {
    padding-right: 0px;
    padding-left: 10px;
}
.esri-widget > .esri-legend__service {
    padding: 0px 0px 0px 35px;
}
/*.esri-legend__layer {
    transform: scale(0.8);
}*/
.esri-legend__layer-caption {
    display: none !important;
}

.esri-legend__service > h3 {
    display: none;
}

.esri-popup__inline-actions-container:only-child > .esri-popup__action, .esri-popup__inline-actions-container:only-child > .esri-popup__action-toggle {
    max-width: 33%;
}

.esri-input, .esri-search .esri-widget--button {
    background-color: #fafafa;
}

.esri-search {
    width: 271px;
    /*display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    overflow: visible;*/
    box-shadow: 1px 1px 1px 0px #3c6539;
}
