@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');

*:not(.ck-content *), ::before, ::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scrollbar-color: #888 #aaa;
  scrollbar-width: thin;
}
*:focus, *:focus::after{
  outline:none !important;
  outline-offset: 0 !important;
}
::before, ::after {
  scrollbar-color: #888 #aaa;
  scrollbar-width: thin;
}
html, body {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* font-family: "Avenir Next W00", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
  height:7px;
}
/* Track */
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {
  background: #aaa;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#header{
  height: 90px;
}

#viewDiv{
  height: 100%;
  border-bottom: 4PX solid rgb(147, 192, 26);
  background-color: white;
}
.esri-ui .esri-attribution { /* esri copyright */
  /*display: none;*/
  bottom: 18px !important;
  background-color: transparent !important;
  color: white !important;
  text-shadow: 0px 0px 4px #000000;
}
.esri-ui-inner-container.esri-ui-corner-container{
  inset: 15px 15px 35px !important;
}
.esri-component.esri-attribution.esri-widget{
  pointer-events: none;
}
.esri-attribution__link.esri-widget__anchor{
  pointer-events: all;
}

.widgetTitles{
  width:100%; 
  font-size:17px !important; 
  text-align: center; 
  padding: 5px 7px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}

#switch-btn{
  border-style: none;
  font-weight: bold;
}

#coordsWidget{
  height:16px;
  bottom:0;
  width:100%;
  text-align:center;
  background-color: transparent !important;
  /* opacity: .8; */
}
#coordsWidget div{
  width: calc(100% / 2.5);
  width: 22.5%;
  display:inline-block;
  border-right:solid gray 1px;
  border-left:solid gray 1px;
  vertical-align:top;
  opacity: 0.8;
  background-color: white;
}
#coordsWidget .epsg{
  width: calc(100% / 4);
  width: 32.5%;
  display:inline-block;
  border-right:solid gray 1px;
  border-left:solid gray 1px;
  vertical-align:top;
}
.editScale{
  margin-left: 10px;
  cursor: pointer;
  opacity: .7;
}
.editScale:hover{
  opacity: 1;
}
.editScaleContainer{
  display: inline-flex;
  justify-content: center;
}
.editScaleContainer span{
  font-size: 13px;
}
#editScaleDiv{
  display: none;
  position: absolute;
  bottom: 30px;
  right: 15px;
  z-index: 999;
  width: 260px;
}
#newScaleValue{
  text-align: center;
  width: calc(100% - 32px);
}
#closeEditScale{
  position: absolute;
  top: 0;
  right: 0;
}
#coordsWidget a{
  color: #323232;
  text-decoration: none;
}
/* #confirmEditScale{

} */

#wrapper-navbar{
  z-index: 1;
  width:100%;
  /*margin-bottom: -139px;*/
  /*border-top: 4PX solid rgb(147, 192, 26);*/
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /*height: auto;*/
  /*background: white;
  opacity: 0.4;
  transition: .5s ease-in-out;*/
}
#wrapper-navbar:hover{
  /*opacity: 0.9;
  transition: .5s ease-in-out;*/
}
#wrapper-navbar a{
  padding: 5px 15px !important;
}
.navbar{
  background-color: white;
  opacity: 0.4;
  transition: .5s ease;
  height: 50px;
}
.navbar:hover{
  opacity: 0.9;
  transition: .5s ease;
}
.navbar-brand {
  width: 70px;
  padding: 0;
}
.menu-item{
  margin-bottom: 0 !important;
}

/* .esri-ui-top-left, .esri-ui-top-right{
  //margin-top: 140px;
} */

.esri-widget--button, #customInfoBtn a{
  color : rgb(147, 192, 26) !important;
}

#menu-item-dropdown-29{
  font-size : 18px !important;
}

.esri-layer-list{
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

#elevationProfile {
  /*width: 350px !important;*/
  padding: 0;
  padding-bottom: 6px;
  overflow: hidden;
  /*overflow-y: auto;*/
  max-height: unset !important;
}
#elevationProfileContent{
  max-height: 50vh;
  overflow-y: auto;
  padding: 10px;
}
#elevationProfileContainer{
  margin-bottom: 0 !important;
}

.esri-layer-list-panel{
  margin-top: 0 !important;
  margin-bottom: 7px !important;
}
.esri-legend__layer-table{
  margin-bottom: 0 !important;
}
.esri-layer-list__item-container{
  padding : 7px !important;
}

.file-upload input{
  margin-top: 7px;
}
.file-upload-status p{
  margin-bottom: 0;
  line-height: 15px;
}
#uploadFile .esri-elevation-profile__prompt-container{
  padding-top: 12px;
}

#distanceButton, #areaButton{
  border-style: none;
}
.activeMeasure {
  background: rgb(147, 192, 26) !important;
  color: #e4e4e4 !important;
}

.esri-search {
    width: 300px !important;
}

#searchBANDiv{
  width: 300px;
}
#inputBAN{
  width: calc(100% - 32px);
}
#ui-id-1{
  position: absolute;
  background-color: white;
  width:300px !important;
  font-size: 14px;
  font-family: "Avenir Next","Helvetica Neue",Helvetica,Arial,sans-serif;
  overflow-y: auto;
  visibility: visible;
  max-height: 300px;
  animation: esri-fade-in 250ms ease-out;
  padding: 0;
}
#ui-id-1 li:hover{
  background-color: #f3f3f3;
  cursor: pointer;
}
#ui-id-1 li{
  padding: .8em 1em;
  margin:0;
  border-top: solid 1px rgba(110,110,110,.3);
}
.odd{
  color:red;
}

.hidden{
  display: none !important;
}

#searchDiv{
  transition: .5s ease;
  /* margin-bottom: 20px; */
}
#searchContainer{
  background-color: rgba(255, 255, 255, 0);
  display: inline-flex;
  transition: .5s ease;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0%) !important;
}
#switchSearch, #closeEditScale{
  border-style: none;
  margin-left:-32px;
  transition: .5s ease;
  border-left: solid 1px rgba(110,110,110,.3);
}
#switchSearch{
  border-bottom: 1px solid #ddd;
}
#confirmBAN span{
  margin:0;
  width: 32px !important;
}
#searchContainer .widgetTitles,
#editScaleDiv .widgetTitles{
  padding-right: 39px;
}

/* .ui-helper-hidden-accessible{
  display: none;
} */

#eraseBAN{
  display: none;
  width: 32px !important;
}
#eraseBAN:hover{
  color:inherit !important;
}

#legendContainer{
    width:300px;
    margin:0;
}
#legendContainer *{
  outline:none;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
#customLegend, #simpleLgnd{
  height: calc(50vh - 81px);
  max-height:450px;
  overflow: auto;
  margin:0;
  padding: 5px;
  /* padding-top: 0; */
}
.lgndLayerName{
  font-size: 12px;
  /* width:80%; */
  display:inline-block;
  max-width: 225px;
}
.lgndLayerName>label{
  max-width: 280px;
  height: auto;
  /*padding-bottom: 7px !important;*/
}  
.lgndActions{
  width:15%;
  min-width:70px;
  /* display:inline-block; */
  float:right; /* float right makes display inline block ignored */
  text-align: right;
  /*padding-top: 3px;*/
  margin-left: -70px;
}
.lgndService{
  padding:7px 0 !important;
  /*padding-top: 10px !important;*/
  transition: ease-in-out 250ms;
}
.lgndService:hover{
  background-color: #f9f9f9;
}
.lgndItem{
  float:right;
}
.lgndSymbol{
  display: table-cell;
  vertical-align: middle;
}
.lgndLayerWrapper{
  margin-bottom: 7px;
}
.lgndCheckbox {
  display: none;
}
.lgndCheckbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.lgndCheckbox + label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2em;
  /* height: 1.5em; */
  line-height: 1.5;
  cursor: pointer;
}
.lgndCheckbox + label::before,
.lgndCheckbox + label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  /* margin-top:2px; */
}
.lgndCheckbox + label::before {
  content: " ";
  border: 1px solid #999;
  border-radius: 5%;
}
/* Checkbox */
.lgndCheckbox + label::after {
  content: "\2713";
  color: white;
  line-height: 1.5;
  text-align: center;
}
/* :checked */
.lgndCheckbox:checked + label::before {
  background: rgb(147, 192, 26);
  border-color: transparent;
}
.lgndCheckbox + label::after{
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.lgndCheckbox:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Transition */
.lgndCheckbox + label::before,
.lgndCheckbox + label::after {
  -webkit-transition: .25s alla ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.legendSymbol{
  display:none;
  margin:7px 10px 0 10px;
}
.legendSymbol .esri-legend__layer-cell--info{
  max-width: 227px !important;
}
.actionsList{
  display: none;
  margin-left: 0 !important;
  margin-top: 7px !important;
}
.actionsList ul{
  margin-top:0;
  margin-bottom:0;
}
.lgndGrp{
  margin-left:15px;
}
#customLegend h6{
  cursor: pointer;
  width:100%;
  font-size: 14px;
  padding:7px 0;
  display: inline-flex;
  transition: 250ms;
}
#customLegend h6:hover{
  background-color: #eee;
}
.lgndItem a{
  color: #adadad;
}
.lgndItem a:hover{
  color: #adadad !important;
}
.lgndItemAcion:hover{
  background-color: #ddd !important;
}
#simpleLgnd{
  display: none;
}
#lgndTabs{
  background-color: white;
  bottom:0;
}
#customLgndTitle{
  border-bottom: 0;
}
#lgndTabs li[aria-selected=false]{
  border-bottom: 1px solid rgba(110,110,110,.3);
}
.esri-legend__layer-cell{
  padding: 0 3.5px !important;
}
.esri-legend__layer-caption {
  display: none !important;
}
.esri-legend__layer-row {
  align-items: center;
}
#simpleLgndTab, #customLgndTab {
  padding: 5px;
}

#errNotif, #successNotif, #infoNotif{
  display: inline-flex;
  display: none;
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translate(-50%, -50%);
  width: auto;
  opacity: .9;
}
#errNotif span, #successNotif span, #infoNotif span{
  font-size: 20px;
}
.info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-family: "Avenir Next W00", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.info {
  color: #00529B !important;
  background-color: #BDE5F8 !important;
}
.success {
  color: #4F8A10 !important;
  background-color: #DFF2BF !important;
}
.warning {
  color: #9F6000 !important;
  background-color: #FEEFB3 !important;
}
.error, .error a, .error a:hover{
  color: #D8000C !important;
  background-color: #FFBABA !important;
}
.validation{
  color: #D63301 !important;
  background-color: #FFCCBA !important;
}

#loadingScreen{
  position:absolute;
  top:0;
  left:0;
  /* opacity: .5; */
  width:100%;
  height:100%;
  background-color:white;
  /* display: none; */
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loadingScreenContent{
  position: relative;
  top: 50%;
  text-align: center;
}
.loadingScreenContent p{
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: gray;
  font-weight: bold;
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
#loadingScreen span{
  font-size: 80px;
  color:gray;
}

.esri-bookmarks__bookmark{
  margin-bottom: 0;
}
#bookmarks{
  max-height: 400px;
}
.esri-bookmarks__bookmark-name{
  padding: 10px 0 !important;
}

#scalebarDiv, .esri-scale-bar {
  z-index: 0;
}
.esri-scale-bar__label{
  color:#fff !important;
}
.esri-scale-bar__line{
  border-color: #fff !important;
  background-color: rgba(0,0,0,.33) !important;
}
.esri-scale-bar__line::after, .esri-scale-bar__line::before{
  border-color: #fff !important;
  background-color: transparent !important;
}

#noBasemap ul li{
  margin: 0;
}
#basemapList{
  overflow: auto;
  overflow-x: hidden;
  max-height: 450px;
}
#basemapGallery{
  overflow: hidden;
  max-height: 9999px;
  height: auto;
}

#popupDoc{
  color: #fff;
  transition: .5s ease;
  text-decoration: none;
}
#popupDoc:hover{
  background-color: #00598e !important;
  color: #fff !important;
}
.esri-feature__content-element {
  margin-bottom: 10px !important;
}

#destroyUpLyrBtn{
  width: 100%;
  margin: 5px auto;
}
#destroyUpLyrBtn:disabled{
  background-color: #9e9e9e;
  border:#999;
  cursor: default;
}

.esri-print__header-title{
  display: none;
}
#printDiv{
  max-height: 500px;
  padding: 0; 
}
#printTitle{
  border-bottom: 0;
}
#printDiv__layoutContent, 
.esri-print__export-panel-container,
#printDiv__mapOnlyContent{
  padding: 10px !important;
  margin-bottom: 0;
}
#printDiv .esri-print__export-button{
  width: 95%;
  margin: auto;
  margin-bottom: 10px;
}
.esri-print__copyright-info-container.esri-print__form-section-container{
  pointer-events: none !important;
}
.esri-print__input-text.esri-input[data-input-name=copyright]{
  background: #f3f3f3;
  color: gray;
}

#tableDiv{
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
  min-width:300px;
  min-height: 400px;
  max-width: 70%;
  max-height: 60%;
  background-color: white;
  opacity: .9;
  overflow: auto;
  display: none;
}

.ui-helper-hidden-accessible{
  display: none;
}

#qrcodeDiv {
  color: lightgray;
  min-width: 270px;
  /* min-height: 270px; */
  margin: 0 auto;
  text-align: center;
  /* display: none; */
}
#qrcodeDiv a {
  font-size: 0.8em;
}
#qrcodeDiv, #qrcodeDiv *{
  transition: .5s ease;
}
#shareContent{
  padding: 5px 10px;
  width: 290px;
}
#sharedUrlInput {
  border: 1px solid #ddd;
  height: 32px;
  padding: 0 .5em;
  width: calc(100% - 32px);
}
#copySharedUrl{
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-left: none;
}
.shareSubContainer{
  margin: 10px 0;
}
.shareSubContainer div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.shareSubContainer label{
  margin-bottom: 5px;
}

#sketchContainer {
  left:calc(50%);
  transform: translate(-50%);
  top:15px;
  width:auto;
  text-align:center;
  opacity: .9
}
#sketchContainer:hover{
  opacity: 1;
}
.esri-sketch__button{
  color : rgb(147, 192, 26) !important;
}
.esri-sketch__button--selected{
  background: rgb(147, 192, 26) !important;
  color:white !important;
}
.esri-sketch__button:disabled{
  color: rgba(110,110,110,.4) !important;
}
@media (max-width: 544px) {
  #sketchContainer {
    display: none;
  }
  .wgs84, .epsg{
    display: none !important;
  }
  #coordsWidget div{
    width: 50% !important;
  }
}

@media (min-height: 555px) {
  #printExpandNode {
    position: absolute;
    margin-bottom: 126px;
  }
  #screenshotBtn {
    position: absolute;
    margin-bottom: 84px;
  }
  #bmExpandNode {
    position: absolute;
    margin-bottom: 84px;
  }
  #shareExpandNode {
    position: absolute;
    margin-bottom: 42px;
  }
}


.esri-identity-modal, .esri-identity-modal--open{ /* Hide the sign in dialog in case a service requires login or token */
  /*display: none !important;*/
}

#welcome-container{
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  z-index: 1;
  display: none;
}
#welcome-flex{
  display: flex;
  height: 100%;
  width: 100%;
}
#welcome-title{
  background: gray;
  height: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 25px !important;
}
#welcome-content {
  margin: auto;
  position: relative;
  background: white;
  width: 100%;
  max-width: 580px;
  /*max-width: calc(100vw - 300px);*/
  /*min-width: 400px;*/
  height: auto;
  filter: drop-shadow(0 0 0.75rem black);
}
#welcome-close-btn, #attributeTable-close-btn{
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background-color: #ff4040b0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  display: flex;
  font-size: 15px;
  transition: all 250ms ease-in-out;
  z-index: 2;
}
#welcome-close-btn::before, #attributeTable-close-btn::before{
  margin: auto;
}
#welcome-close-btn:hover, #attributeTable-close-btn:hover{
  background-color: #c40000;
}
#msg-content{
  font-family: "Quicksand", 'Lato',verdana, sans-serif;
  padding: 10px;
  overflow: auto;
  max-height: calc(100vh - 100px);
}

#cookies-consent-container{
  font-family: "Quicksand", 'Lato',verdana, sans-serif;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  background: transparent;
  height: auto;
  max-width: 580px;
  z-index: 10;
  display: none;
}
#cookies-consent-subcontainer{
  position: relative;
  padding: 10px;
  padding-bottom: 0;
  background: ghostwhite;
  opacity: 0.7;
  filter: drop-shadow(0px 4px 4px);
  transition: 250ms ease-in-out;
  display: none;
  border: 4px solid rgb(147, 192, 26);
  border-right: none;
  border-left: none;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#cookies-consent-subcontainer:hover{
  opacity: 0.99;
  transition: 250ms ease-in-out;
}
#cookies-close-btn{
  position: absolute;
  top: 0;
  right: 0;
  min-width: 32px;
  min-height: 32px;
  border-style: none;
  background-color: transparent;
  margin-top: -4px;
  /*margin-right: -10px;*/
}
#cookies-msg{
  padding-right: 22px;
}
#cookies-btns{
  display: flex;
}
@media (max-width: 544px) {
  #cookies-consent-container {
    width: calc(100% - 30px);
  }
}
#cookies-btns-container{
  display: flex;
}
.cookies-btn{
  margin: 5px;
}
#cookies-panel{
  display: none;
}
#cookies-panel h3{
  margin-bottom: 10px;
}
.cookies-to-customize{
  padding: 5px 10px;
}
.cookies-to-customize a{
  color: black;
}
.cookies-to-customize a:hover{
  text-decoration: none;
}
#cookies-save-btn{
  max-width: 250px;
  margin: 5px auto;
}

.ta-center{
  text-align: center !important;
}
.va-middle{
  vertical-align: middle !important;
}
.bold{
  font-weight: bold !important;
}

#screenshotDiv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
#screenshotBtn{
  border-style: none;
}
#screenshotBtn.active{
  background: rgb(147, 192, 26) !important;
  color: #e4e4e4 !important;
}
.hide {
  display: none;
}
#screenshotDiv img {
  border: 10px solid white;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
#screenshotDiv > * {
  margin: 0.5em;
}
.screenshotCursor {
  cursor: crosshair;
}
.action-button {
  padding: 0.6em;
  border: none;
  text-align: center;
  background-color: white;
  cursor: pointer;
}
.action-button:hover,
.action-button:focus {
  /*background: #0079c1;*/
  /*color: white;*/
}
#maskDiv {
  position: absolute;
  background: rgba(255, 51, 0, 0.1);
  border: 2px dashed rgb(255, 51, 0);
}
#screenshotContent{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#closeBtn, #dowloadBtn{

}
#btnsContainer{
  display: inline-flex;
  margin: 5px;
  width: 100%;
}
#btnsContainer button{
  display: inline-flex;
  margin: 5px;
  width: 50%;
}

#customInfoBtn{
  position: absolute;
  margin-bottom: 42px;
}
#customInfoBtn a{
  width: 100%;
  height: 100%;
}
#customInfoBtn span{
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

#logo-fenschcartoweb{
  position: absolute;
  top: 5px;
  left: 55px;
}
#logo-fenschcartoweb img{
  height: 75px;
  opacity: 0.75;
  padding: 0;
  margin: 0;
  border-radius: 100%;
}
#logo-fenschcartoweb img:hover{
  opacity: 0.95;
}

.info-popup .esri-widget__table tr th{
  width: 25%;
}

/*#newnavbar-container{
  position: absolute;
  top: 0;
  border-top: 4px solid rgb(147, 192, 26);
  width: 100%;
}
.nav{
  transition: 0.5s ease;
  background-color: white;
  opacity: 0.4;
  padding: .5rem 1rem!important;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
}
.nav:hover{
  opacity: 0.99;
}
.nav img{
  max-height: 98px;
}
#navbar-dropdown{
  display: block;
}
@media (min-width: 1200px) {
  #navbar-dropdown{
    display: -ms-flexbox!important;
    display: -ms-flexbox!important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}*/

/**** custom theme ****/
/*.esri-widget--button {
  background-color: #2e2e2e82;
  color: #f2f2f2;
}
.esri-widget{
  background-color: #fff0;
  color: #f2f2f2;
}*/