/* @font-face {
  font-family: 'IBMPlexSans-SemiBold';
  src: url('/../fonts/IBMPlexSans-SemiBold.ttf');
} */

:root {
  --blueberry: rgba(66, 133, 244, 1);
  --bright-gray: rgba(51, 64, 77, 1);
  --chateau-green: rgba(52, 168, 83, 1);
  --cinnabar: rgba(234, 67, 53, 1);
  --outer-space: rgba(40, 51, 61, 1);
  --selective-yellow: rgba(251, 188, 5, 1);
}

html,
body {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  background-color: #fff;
}

.mapTab,
#map,
#map2,
#map3,
#map4,
#map5,
#map6,
#map7,
#map8,
#map9,
#map10,
#mapConsult,
#mapCollector,
#mapCounter,
#req-map {
  position: relative;
  height: 100%;
  width: 100%;
}

#req-map {
  position: relative;
  height: 95%;
}

#showMapModal {
  padding: 0 !important;
  overflow-y: hidden;
}

.desktop-map {
  min-width: 1024px; 
  overflow:auto; 
  height: 100%; 
  width: 100%;
}

/* Intro screen css */

/* .introScreen{
  background-color: rgba(51, 63, 76, 1);
  height: 100%;
}

.newLogo {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 51px;
  width: 464px;
}

.introScreen{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.portalsWraper{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 40%;
  min-width: 800px;
}

.portal{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.portal > svg {
  margin-bottom: 20px;
}

.portalCetateanIcon:hover {
  filter: drop-shadow(10px 10px 14px rgba(0,0,0,0.5));
}

.portalFunctionarIcon:hover {
  filter: drop-shadow(10px 10px 14px rgba(0,0,0,0.5));
}

.portalsWraper > a:link, a:hover, a:visited, a:active{
  text-decoration: none;
}

.synergeticsro:hover, .synergeticsro:visited, .synergeticsro:link{
  color: #fff;
  text-decoration: none;
}

.nume-app {
  bottom: 25%;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 32px;
  min-height: 40px;
  min-width: 198px;
  text-align: center;
}
.roboto-medium-white-40px {
  color: white;
  font-family: "Roboto", Helvetica, Arial, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
}

.synergeticsro {
  position: absolute;
  bottom: 10px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 32px;
  min-height: 32px;
  min-width: 117px;
  opacity: 0.5;
  text-align: center;
  white-space: nowrap;
}

.roboto-medium-white-18px {
  color: white;
  font-family: "Roboto", Helvetica, Arial, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
} */

/* To do: login css */

.login-signup-wrapper,
.change-password-wrapper,
.reset-password-wrapper,
.send-email-alert-wrapper {
  height: 80%;
  display: flex;
  align-items: center;
}

.login-signup-wrapper > .container,
.change-password-wrapper > .container,
.reset-password-wrapper > .container,
.send-email-alert-wrapper > .container {
  min-width: 450px;
  max-width: 500px;
}

.loginBtn,
.signinBtn {
  padding: 15px;
  color: #1c758e;
}

.themeBackgroundColor {
  background-color: rgba(66, 133, 244, 1); /*rgba(28, 117, 142, 0.8);*/
}

.hover:hover {
  background-color: rgba(50, 106, 198, 1); /*rgba(28, 117, 142, 0.7);*/
}

.themeBackgroundColorSecondaryBtn {
  color: rgba(250, 249, 249, 1);
  text-decoration: none;
}

.themeBackgroundColorSecondaryBtn:hover {
  color: rgba(50, 106, 198, 1);
  text-decoration: none;
}

.btnNoDecoration {
  text-decoration: none !important;
}

.hoverSecondaryBtn:hover {
  color: rgba(50, 106, 198, 1);
}

.labelLoginPage {
  padding-left: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #5C5C5C;
}

.loginAlerts {
  border-radius: 4px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.themeColor {
  color: rgba(66, 133, 244, 1); /*rgba(28, 117, 142, 0.8);*/
}

.pointer {
  cursor: pointer;
}

.alert {
  padding: 15px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.login,
.changePassword,
.resetPassword,
.sendEmailAlert {
  width: 100%;
  background-color: rgba(66, 133, 244, 1); /*rgba(28, 117, 142, 0.8);*/
  color: white;
  padding: 10px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.register {
  background:transparent;
  padding-bottom: 0;
}

.logout {
  color: #fff !important;
  font-weight: bold !important;
  font-size: 12px;
  font-weight: bold;
  background-color: #1d7a94;
  text-align: center;
  border-radius: 5px;
}

.container-fluid:after,
.container-fluid:before {
  content: none;
}

.resetPasswordLogin {
  display: block;
  text-align: center;
}


#drop-after-login {
  background-color: var(--bright-gray);
  width: 100%;
  height: 100%;
  z-index: 1003;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: space-between;
  min-width: 315px;
}

.drop-main-nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.drop-main-nav {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 430px) {
  .drop-main-logo img {
    max-height: 50px !important;
  }
}

@media only screen and (max-width: 1366px) {
  .drop-main-logo {
    position: absolute;
    width: 100%;
    justify-content: center;
    padding: 0 !important;
 }

 .drop-main-nav {
  flex-direction: row-reverse;
 }

 #synWebsiteLink {
   padding: 0 0 45px 0 !important;
   display: flex;
   justify-content: center;
 }
}

.drop-main-user {
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.drop-main-user > p {
  margin: 0px 0px 4px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.up {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.arrow {
  margin: 0 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: flex;
  align-items: center;
  padding: 3px;
}

/* Languages style menu below */

.select-language {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.selected-language ol {
  list-style-type: none;
}

.select-language .dropdown-menu {
  left: -131px;
}

.select-language .dropdown .btn-default {
  padding: 2px;
}

/* Languages style menu end */

@media only screen and (max-width: 1366px) {
  .drop-main-user .user-name {
    display: none;
  }

  .drop-main-user > p {
    display: none;
  }
 }

.drop-Details {
  position: absolute;
  right: 5px;
  top: 105px;
  width: 250px;
  background-color: var(--outer-space);
  display: none;
  color: #fff;
}

.drop-Details > a {
  color: #fff;
}

.drop-Details > ul {
  list-style: none;
  margin-top: 20px;
  bottom: initial;
  padding-left: 10px;
}

.drop-Details > ul > li {
  margin: 5px;
}

.drop-Details > ul > .logout-link {
  margin-top: 15px;
}

.drop-main-nav-wrapper > div {
  width: 12%;
  margin: 0.5%;
  min-width: 200px;
  max-width: 350px;
}

@media only screen and (min-width: 2000px) {
  .drop-main-nav-wrapper > div {
    min-width: unset;
    max-width: unset;
  }

  .landingPageText {
    font-size: 1vw !important;
  }
}

.drop-main-nav-wrapper > div:hover {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}

.drop-main-logo {
  display: flex;
  align-items: center;
}

.logo-text {
    opacity: 0;
    border-left: 1px solid #9D9D9D;
    padding-left: 7px;
}

.logo-text > a {
    color: #9D9D9D;
    font-family: "IBMPlexSans-SemiBold", Helvetica, Arial, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
}

.logo-text > a:hover{
  color: white;
}

.ibmplexsans-normal-white-16px {
  color: #9D9D9D;
  font-family: "IBMPlexSans-SemiBold", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
}

.ibmplexsans-normal-white-15px {
  color: white;
  font-family: "IBMPlexSans-SemiBold", Helvetica, Arial, serif;
  font-size: 15px;
}

.user-name {
  font-weight: 600;
  letter-spacing: -0.23px;
  line-height: 19px;
  min-height: 19px;
  min-width: 89px;
  opacity: 0.9;
  text-align: center;
  white-space: nowrap;
}

/* After login drop style .... ends */

#mainLink img {
    padding-left: 12px;
    padding-right: 7px;
}

.navigation {
  display: flex;
  justify-content: space-between;
  min-width: 1080px;
  padding: 0;
  align-items: center;
  max-height: 50px;
  width: 100%;
}

.nav-brake {
  position: absolute;
  background: rgba(255, 0, 0, 0);
  width: 100%;
  height: 52px;
  z-index: 1000;
}

.atlas-brake,
.selMenu-brake,
.instr-head-brake,
.instr-body-brake {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.instr-head-brake,
.instr-body-brake {
  top: 0;
}

#navHeader {
  position: absolute;
  left: calc(50% - 66.88px);
  display: flex;
}

#navHeader > a {
  text-decoration: none;
  color: #9d9d9d;
}

#navHeader > a:hover {
  color: #fff;
}

.nav-Header-User {
  width: 18%;
  min-width: 190px !important;
}

.user-nav {
  width: 80% !important;
}

.nav-bar-user {
  width: 60%;
}

.admin-user {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.right-side-nav {
  width: 15%;
  min-width: 189px;
  display: flex;
  justify-content: center;
}

.user-body > a:hover {
  background-color: #1b667a !important;
}

.user-dropdown-menu {
  z-index: 1001;
  background-color: rgba(34, 34, 34, 0.9);
  color: #fff;
}

#navBar {
  font-size: 17px;
  height: 50px;
  color: white;
  background-color: rgba(34, 34, 34, 0.9);
  -moz-box-shadow: 0 0 1em black;
  -webkit-box-shadow: 0 0 1em black;
  box-shadow: 0 0 1em black;
}

.navbar-nav > li > a {
  padding: 8px 15px;
  display: flex;
  align-items: center;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: rgba(145, 159, 163, 0.5);
  border-radius: 5px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: rgba(145, 159, 163, 0.5);
  border-radius: 5px;
}

.navbar-inverse {
  display: flex;
}

.nav svg {
  fill: white;
  width: 32px;
}

.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav .link-title {
  padding: 6px;
  font-size: 18px;
}

#mapTab,
#adminTab,
#consultMapTab,
#collectorMapTab,
#counterTab {
  height: 100%;
}

#adminTab {
  height: 100%;
  position: relative;
  overflow: auto;
}

/* New nav style beggining */

.burger-nav {
  display: flex;
  padding: 13px;
  justify-content: center;
  color: #A0ADB5;
}

.burger-nav:hover {
  color: white;
}

/* .burger-nav line:hover{
  stroke: white;
}
 */

.burger-nav svg, .burger-nav div {
  cursor: pointer;
}

.burger-nav .current-selection {
  margin-left: 15px;
  font-size: 18px;
  font-family: "IBMPlexSans", Helvetica, Arial, serif;
}

#main-menu {
  background: rgba(41,51,61, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.portal-wrapper {
  background: #33404D;
  width: 95%;
  height: 70%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 718px) {
  .portal-wrapper{
    min-height: 880px;
  }
}

.portal-wrapper .navbar-nav {
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.portal-wrapper .navbar-nav a {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

.portal-wrapper a:hover, a:focus{
  background-color: unset !important;
}

.portal-wrapper li.active {
  border-bottom: 2px solid white;
}

.portal-wrapper li.active .landingPageText, .editLayerFileTitle {
  font-weight: 900;
}

.portal-wrapper a svg {
  width: unset;
  height: 100%;
  width: 100%;
}

.portal-wrapper .navbar-nav li:hover {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}

.portal-wrapper .landingPageText {
  font-family: unset;
  font-style: unset;
  font-weight: 500;
  padding: 20px 0 20px 0;
  line-height: 30px;
}

.close-expanded-nav {
  position: absolute;
  top: 39px;
  cursor: pointer;
  left: 39px;
}

.close-expanded-nav:hover{
  filter: brightness(150%);
}

.portal-wrapper .navbar-nav li a {
  height: 100%;
}

.portal-wrapper .navbar-nav li {
  width: 12%;
  max-width: 350px;
  margin: 2%;
  min-width: 200px;
  height: 50%;
}

/* New nav style ending */


/* Atlas style beggining */

.sliderAtlas {
  background-color: #222222f2;
  width: 384px;
  position: absolute;
  top: 100px;
  left: 186px;
  z-index: 900;
  display: block;
  justify-content: space-evenly;
  border-radius: 0 4px 4px 4px;
  opacity: 0;
  min-height: 165px;
}

.hide-atlas, .hide-expanded-sel {
  display: none;
}

.atlasWrapper a:active {
  color: white !important;
}

.atlasWrapper a:visited {
  text-decoration: none;
}

.atlasWrapper a {
  text-decoration: none;
}

#sideAtlasArrow,
.sideSelectionsArrow {
  position: absolute;
  top: 0;
  right: 5px;
  color: white;
  cursor: pointer;
  z-index: 1;
}

.harti-wrapper > a {
  color: black;
}

.harti-wrapper > a:hover {
  color: white !important;
  text-decoration: none;
}

/* Atlas style end */

.search{
  width: 300px;
  height: 38px;
  position: absolute;
  top: 45%;
  left: calc(50% - 150px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  /* background-color: #ffffffe6; */
}

.search .esri-icon-down-arrow:before {
  /* content: url("/assets/search-widget-assets/arrow.svg"); */
  font-size: 12px !important;
  display: flex;
}

.esri-icon-search:before {
  /* content: url("/assets/search-widget-assets/search-icon.svg"); */
}

.esri-search__input {
  font-size: 13px;
}

.esri-search__sources-button {
  border-right: solid 1px #9d9d9d;
}

/* .esri-search__form > input, .esri-search--multiple-sources > button, .esri-search__clear-button {
  background: transparent;
} */

.esri-search__submit-button {
  border: none;
}

.search .esri-menu__list-item {
  padding: 4px;
  font-size: 13px;
  margin: 4px;
  border-radius: 4px;
  border: none;
}

.search .esri-menu__list-item:active {
  background-color: #e2e2e2;
}

.search .esri-menu__list-item:hover {
  background-color: #e2e2e2;
}

.search .esri-menu__list-item--active,
.search .esri-menu__list-item--active:hover {
  background-color: #c9c7c7 !important;
}

.search .esri-menu {
  background-color: #ffffffe6;
  border-radius: 0 0 4px 4px;
  color: #5c5c5c;
  border-top: 1px solid #9d9d9d;
}
/* .search-counter {
  left: calc(50% - 150px) !important;
} */

@media only screen and (max-width: 1150px) {
  .search {
    width: initial;
    left: calc(50% - 130px);
  }
}

#toolbarDiv {
  padding: 15px;
  cursor: default;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.btn-primary-inverted {
  color: #337ab7;
  background-color: #fff;
  border-color: #337ab7;
  font-weight: bold;
}

/* .btn:focus {
  color: #C9C7C7;;
} */

.esri-widget--button.active,
.esri-widget--button.active:hover,
.esri-widget--button.active:focus {
  cursor: default;
  background-color: #1c758e;
}

.esri-widget--button.active path,
.esri-widget--button.active:hover path,
.esri-widget--button.active:focus path {
  fill: #e4e4e4;
}

.esri-widget *:focus-visible,
.esri-widget *:focus {
  outline: none;
}

.esri-scale-bar__line {
  background-color: unset;
  min-width: 140px;
}


.toggleMenuButton {
  position: absolute;
  background-color: white;
  cursor: pointer;
  top: 10px;
  right: -58px;
  width: 48px;
  height: 48px;
  z-index: 20;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

/* Swipe style */

.esri-swipe__container {
  overflow: unset;
}

.esri-swipe__container .swipe-label {
  position: absolute;
  width: max-content;
  top: 88%;
  background: rgba(250, 249, 249, 0.8);
  font-weight: 600;
  color: #575757;
  font-size: 12px;
}

.esri-swipe__container .swipe-label p {
  margin:0;
  padding: 2px 9px;
}

.esri-swipe__container .label-left{
  right: 18px;
  border-radius: 4px 0 0 4px;
}

.esri-swipe__container .label-right{
  left: 20px;
  border-radius: 0 4px 4px 0;
}

.esri-swipe--horizontal .esri-swipe__handle {
  top: 83%;
  left: 2px;
  border-radius: 4px;
}

.esri-swipe--horizontal .esri-swipe__divider{
  width: 6px;
}

.esri-swipe__container .esri-icon-drag-vertical:before{
  /* content: url("/assets/swipe-widget/swipe-handle.svg"); */
}

.esri-swipe__container .arrow-right {
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #8F8F8F;
  position: absolute;
  top: calc(50% - 5px);
}

.esri-swipe__container .arrow-left {
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;  
  border-right:5px solid #8F8F8F;
  position: absolute;
  top: calc(50% - 5px); 
  right: 0;
}


/* Swipe labels*/
.labels-wrapper {
  display: flex;
  justify-content: space-between;
  border: 1px solid lightgray;
}  

.labels-wrapper input {
  min-width: 220px;
  border-style: unset;
  border: 0;
  text-align: center;
}

.swipe-label-left-admin {
  border-right: 2px solid lightgrey !important;
}

.swipe-label-right-admin {
  border-left: 2px solid lightgrey !important;
}

/* Support window*/

.support-window {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #222222a0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-header {
  height: 50px;
  color: #D3921C;
  font-weight: bold;
  text-align: right;
  background: rgba(30,30,30, 0.90);
  border-radius: 4px 4px 0 0;
}

.aside-sections .sections-list {
  list-style: none;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  height: 80%;
  overflow: auto;
}

.sections-list .default-article.a {
  font-weight: 500;
}

.sections-list a {
  color: #5C5C5C;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.help-center-close img, .close-contact-form img {
  cursor: pointer;
}

.sections-list .section-link.collapse img {
  transform: rotate(-180deg);
}

.sections-list .section-link.active-article, 
.sections-list .default-article.active-article {
  color: #161616;
  font-weight: 500;
}

.sections-list .article-link.active-article {
  font-weight: 500;
  text-decoration: underline;
}

.sections-list .article-list {
  list-style: none;
  padding: 5px 7px 0 2px;
}

.sections-list .article-list li {
  margin-top: 10px;
}

.sections-list .article-list a {
  color: #1B5DB7;
  text-decoration: none;
  cursor: pointer;
}

.aside-sections .help-center-article {
  margin-top: 20px;
}

.article-content-wrapper {
  padding: 20px 30px;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: initial;
}

.article-content-wrapper img {
  max-width: 90%;
}

.lock-help-center {
  width: 100%;
  background: #222222a0;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
}

.article-content {
  height: 85%;
  overflow-y: auto;
}

.article-header {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 16px;
}

.support-header-icon {
  display: flex;
  justify-content: center;
}

.contact-form{
  width: 400px;
  position: absolute;
  left: calc(50% - 200px);
  top: calc(50% - 252px);
  background: rgba(74,74,74, 0.95);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
}

.help-center-form {
  width: 80%;
  height: 80%;
  max-width: 1600px;
  border-radius: 4px;
  margin-left: 100px;
  position: relative;
}

.help-center-wrapper {
  display: flex;
  height: calc(100% - 50px);
  background: #fafbfb;
  border-radius: 0 0 4px 4px;
}

.aside-sections {
  height: 100%;
  width: 20%;
  border-right: 2px solid #1E1E1E;
  display: flex;
  justify-content: space-between;
  max-width: 320px;
  flex-direction: column;
}

.contact-support {
  padding: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.contact-support svg {
  margin-right: 7px;
}

.content-bottom {
  display: flex;
  justify-content: space-between;
}

.previous-article, .next-article {
  display: flex;
  color: #5C5C5C;
  margin-bottom: 9px;
  cursor: pointer;
  align-items: center;
}

.next-article {
  justify-content: end;
}

.next-article svg {
  margin-left: 17px;
}

.previous-article svg {
  margin-right: 17px;
}

.support-form-wrapper {
  min-height: 307px;
}

.support-form-wrapper textarea {
  height: 169px;
  background: #FAF9F9;
  border-radius: 4px;
}

.close-contact-form, .send-contact-form {
  color: #C9C7C7;
  background-color: transparent;
  border: none;
  font-weight: 500;
}

.contact-header {
  
}

.close-contact-form:hover, .send-contact-form:hover{
  cursor: pointer;
  color: #fff;
}

.support-form-wrapper > div {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0 20px;
}

.support-form-wrapper input {
  padding: 4px;
}

.support-form-wrapper ul {
  list-style: none;
  padding-left: 10px;
}

.support-form-wrapper li {
  padding: 10px 0 0 10px;
  cursor: pointer;
}

.support-form-wrapper label {
  color: #C9C7C7;
  font-weight: 100;
  margin-bottom: 8px;
}

.support-buttons{
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.expanded-article {
  position: absolute;
  width: 80%;
  height: 800px;
  background: #fafbfb;
  top: calc(50% - 400px);
  left: calc(50% - 40%);
  border-radius: 4px;
  display: none;
}

.article-body {
  padding: 5%;
  max-height: 680px;
  overflow: auto;
}

.article-body img {
  max-width: 950px;
}

/* New map menu style begins */

.map-menu .esri-layer-list__item-label[role="switch"],
.map-menu .esri-layer-list__item-toggle,
.req-map-menu .esri-layer-list__item-label[role="switch"],
.req-map-menu .esri-layer-list__item-toggle {
  cursor: initial;
}

.map-menu .esri-layer-list__item-toggle {
  display: flex;
  align-items: center;
  margin: 2px;
}

.layersListContainer .drop-arrow {

}

.esri-layer-list__item-title {
  margin: 0 5px
}

.map-menu,
.req-map-menu {
  user-select: none;
}

.req-map-menu .base-maps {
  display: block;
}

.req-map-menu .layersListContainer {
  max-height: calc(100vh - 328px);
  min-height: initial;
}

.req-map-menu .legend-expanded {
  top: 4px !important;
}

.req-map-menu {
  left: 15px !important;
  top: 59px !important;
  position: relative;
}

.req-map-menu .base-maps-expanded {
  top: 0;
  min-height: fit-content;
}

.req-map-menu .legend-preview .preview-head, .editLayerFileTitle {
  color: rgb(211, 146, 28);
}

.req-map-menu .legend-preview  {
  display: flex;
}

.req-map-menu .base-maps-preview .preview-head {
  color: #8f8f8f;
}

.req-map-menu .base-maps {
  position: relative;
}

.req-map-menu .num-active-layers {
  opacity: 0.5;
}

.map-menu {
  position: absolute;
  left: 0;
  top: 48px;
  background-color: transparent;
  opacity: 0;
}

.hide-elm {
  display: none;
}

#req-map .open-close-menu {
  left: 15px;
  top: 15px;
}

.menu-veggie {
  height: 24px;
  border-radius: 4px;
  background: #222222f2;
  margin-top: 2px;
  display: flex;
  justify-content: center;
  width: 184px;
  align-items: center;
  cursor: pointer;
}

.open-close-menu {
  position: absolute;
  left: 0;
  top: 2px;
  width: 55px;
  height: 48px;
  background-color: #222222f2;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
}

.open-close-menu.open-close-short-menu{
  border-radius: 0 4px 4px 0;
}

.close-arrow {
  transform: rotate(180deg);
}

.close-expanded {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 6px;
}

.atlas-expanded {
  position: absolute;
  top: 0;
  width: 184px;
  background-color: #222222;
  display: none;
}

.atlas-expanded .preview-head {
  color: #d3921c;
  margin: 23% 12% 10px 16%;
}


.selection-expanded {
  width: 384px;
  background: #4a4a4af2;
  position: absolute;
  top: 0;
  left: 186px;
  border-radius: 4px;
  box-shadow: 4px 4px 4px 0 rgba(74, 74, 74, 0.4);
  display: none;
  min-height: 263px;
}

#req-map .legend-expanded {
  display: flex;
}

#req-map .legend-preview {
  width: 187px;
  border-radius: 4px 0px 0px 4px;
}

.legend-expanded {
  width: 384px;
  background: #222222f2;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 186px;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
  min-height: 460px;
  max-height: calc(100vh - 125px);
  overflow-y: scroll;
}

.restore-legend {
  display: flex;
  align-items: center;
  color: #8f8f8f;
  position: absolute;
  bottom: 11px;
  right: 24px;
  width: 44%;
  justify-content: space-around;
  font-weight: 900;
  cursor: pointer;
}

.layersListContainer {
  padding: 0;
  margin: 32px 0 46px 8px;
  width: 366px;
  padding: 1%;
  max-height: calc(100vh - 198px);
  min-height: calc(100vh - 422px);
  overflow: auto;
}

.legend-expanded .layersListContainer .activeGroup {
  background: #5c5c5c;
  color: #c9c7c7;
  border-radius: 4px;
  text-transform: uppercase;
}

.attributeItem .activeGroup {
  font-size: 13px;
}
.attributeItem .collapseBtn {
  display: flex;
  flex-grow: inherit;
}

.esri-layer-list__item-container {
  align-items: center;
  padding: 3px 2px 3px 0;
  margin: 0px 10px 0 9px;
  display: flex;
}

.layer-disabled {
  opacity: 0.5;
}

.layersListContainer > .esri-layer-list__item {
  margin: 6px 0px 16px 0;
}

.esri-layer-list__list > .esri-layer-list__item {
  margin: 10px 0 0 0;
  list-style-type: none;
}

.attributesList li {
  display: flex;
  margin: 16px 0 0 0;
}

.attributeLayer > img {
  height: 16px;
}

.attributesList li img {
  margin: 0 3px;
}

.arrow-count {
  display: flex;
  margin-left: 12px;
}

.no-active-layers,
.no-active-attributes {
  margin: 0 19px 0 0;
}

.no-active-attributes {
  display: flex;
  align-items: center;
}

.layerTitle {
  flex-grow: inherit;
}

.layersListContainer > .esri-layer-list__item,
.esri-layer-list__list .esri-layer-list__item {
  background-color: transparent;
  border: none;
}

.esri-layer-list__list {
  margin: 0 0 0 15px;
  padding: 0;
}

.base-maps-expanded {
  width: 384px;
  max-height: 380px;
  overflow: auto;
  background: #222222f2;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 186px;
  bottom: 1px;
  border-radius: 4px;
  display: none;
  flex-direction: column;
  align-items: center;
}

.base-maps-expanded .esri-basemaps,
.base-maps-expanded .custom-basemaps {
  width: 100%;
}

.map-preview,
.legend,
.base-maps,
.support,
.legend-preview,
.base-maps,
.base-maps-preview,
.instruments,
.menu-settings {
  background-color: #222222f2;
  margin-top: 2px;
  color: #ffff;
}

.instruments,
.menu-settings,
.support {
  justify-content: center;
}

.menu-settings .settings-icon {
  font-size: 26px;
}

.instruments-icon, 
.support-icon{
  width: 26px;
}

.instruments-preview .preview-head,
.settings-preview .preview-head,
.support-preview .preview-head {
  margin: 0 0 0 10px;
}

.instruments-expanded {
  display: flex;
  width: 400px;
  font-weight: normal;
  background: #222222f2;
  border-radius: 4px 4px 4px 0;
  position: absolute;
  left: 100%;
  min-height: 100px;
}

.settings-expanded {
  display: flex;
  width: 650px;
  font-weight: normal;
  background: #222222f2;
  border-radius: 4px 4px 4px 0;
  position: absolute;
  left: 100%;
  min-height: 100px;
  bottom: 52px;
}

.settings-expanded input,  .settings-expanded select{
  color: black;
  padding: 0px 5px;
}

.instruments .instruments-preview,
.menu-settings .settings-preview,
.support .support-preview {
  display: flex;
  align-items: center;
  min-width: 135px;
}

.instruments .instruments-wrapper,
.menu-settings {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.settings-wrapper {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.instruments .instruments-expanded-icon{
  width: 55px;
  margin: 10px;
}

.instruments .esri-icon-custom {
  color: #8f8f8f;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 35px;
}

.instruments .esri-icon-custom:hover, 
.instruments .instrument-active{
  color:#fff;
  background: #5c5c5ccc;
}

.measurements-editor-widget .measurement-header,
#filter-widget .filter-widget-header{
  height: 38px;
  background: #4A4A4A;
  display: flex;
  border-radius: 4px 4px 0 0;
}

.measurements-editor-widget .measurement-header .tools-buttons{
  display: flex;
  align-items: center;
  height: 100%;
  width: 35%;
  justify-content: space-evenly;
}

.measurements-editor-widget .measurement-header .measurement-active-tool-title,
#filter-widget .instrument-title{
  display: flex;
  align-items: center;
  color: gray;
}

.map-preview, 
.legend-preview, 
.support, 
.base-maps-preview, 
.instruments,
.menu-settings {
  width: 184px;
  border-radius: 4px;
}

.legend-preview {
  border-radius: 0px 0px 4px 4px !important;
}

.legend-preview  {
  display: block;
}

.base-maps-preview {
  margin: 0 !important                                                                                                                                                                                                                                                                                                                           ;
}

.base-maps-preview  {
  display: block;
}

.legend, .base-maps{
  background: transparent;
  display: none;
}

.map-preview {
  position: relative;
  margin: 0;
  border-radius: 4px;
  display: none;
  width: 186px;
  border-radius: 0px 0px 0px 4px;
}

.map-preview .preview-head {
  color: rgb(211, 146, 28);
}

.atlas-more {
  position: fixed;
  left: 78px;
  cursor: pointer;
  z-index: 901;
  display: none;
}

.legend-preview, .support, .base-maps-preview  {
  position: relative;
}

.map-preview,
.legend-preview,
.base-maps-preview {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 19vh;
  max-height: 156px;
  min-height: 101px;
}

.preview-head,
.map-title,
.num-active-layers,
.active-basemaps {
  margin: 6% 12% 10px 16%;
  width: fit-content;
}

.map-preview .map-title {
  opacity: 0.5;
}

.map-title > img {
  border-radius: 4px;
}

.active-basemaps img {
  width: 59px;
  height: 30px;
  border-radius: 4px;
  margin: 0 7px 0 0;
}

.active-basemaps {
  display: flex;
}

.preview-head-select {
  padding-top: 8%;
  margin: 0 12% 0 16%;
}

.expanded-head-select {
  color: #d3921c;
  font-weight: 900;
  margin: 10% 12% 0px 7%;
}

.preview-head,
.preview-head-select {
  color: #8f8f8f;
  font-weight: 900;
}

.sliderAtlas .map-list {
  margin-top: 40px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map-list li {
  list-style: none outside none;
}

.sliderAtlas .map-title {
  margin: 0;
  min-width: 320px;
  cursor: pointer;
  font-size: 14px;
  background: none;
  padding: 10px;
  border-radius: 4px;
  text-transform: uppercase;
}

.sliderAtlas .map-title > img {
  margin-right: 5px;
}

.sliderAtlas .map-title.active {
  background: #5c5c5c;
}

.sliderAtlas .map-title a.active {
  color: #fff !important;
}

.sliderAtlas .map-title a {
  color: #8f8f8f;
}

.sliderAtlas .preview-head {
  color: #d3921c;
  margin-top: 42px;
}

.map-preview .map-title,
.num-active-layers {
  margin-top: 5%;
  padding: 3%;
  font-size: 12px;
  background: #5c5c5c;
  border-radius: 4px;
}

.available-selection-list,
.select-expanded-list {
  list-style-type: none;
  padding: 50px 24px 19px 20px;
  color: #fff;
  font-size: 12px;
  margin: 0 2% 2px 2% !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.available-selection-list {
  padding: 5px 16px 5px 9px !important;
  margin: 5px 0px 0 5px !important;
  min-height: 40px;
  max-height: calc(100vh - 780px);
}

.select-expanded-list {
  margin: 4% 13% 4% 14%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
}

.no-mixt {
  display: block;
}

.select-expanded-list a {
  padding: 1%;
  width: 100%;
  color: #8f8f8f;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.map-list a:hover, .select-expanded-list a:hover {
  color: white;
}

.drop-arrow {
  cursor: pointer;
  margin-right: 4px;
  width: 12px;
}

.drop-arrow-flip {
  transform: rotate(180deg);
}

.select-expanded-list a .symbol {
  margin: 0 10px 0 5px;
}

.sublayer-symbol {
  margin: 0 10px 0 5px;
}

.symbol-and-title {
  display: flex;
}

.symbol-and-title img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.select-expanded-list .active {
  color: #fff;
  background-color: #696969;
  border-radius: 4px;
  padding: 1%;
}

.select-expanded-list .tempActive {
  color: #fff;
  background-color: #696969;
  border-radius: 4px;
  padding: 1%;
}

.explore {
  align-items: center;
  border-top: 1px solid #8f8f8f;
  padding: 4% 0 0 0 !important;
  color: #8f8f8f;
  font-weight: 900;
  margin: 4% 0% 0 0%;
  font-size: 12px;
  justify-content: unset !important;
}

.preview-explore {
  margin: 2px 23% 3px 13%;
  justify-content: space-between;
}

.preview-explore img {
  width: 16px;
}

.explore .symbol {
  margin-right: 6px;
}

.explore.active {
  color: #fff !important;
  background-color: transparent;
}

.available-selection-list p {
  margin: 0;
  font-size: 12px;
}

.select-expanded-list li {
  display: flex;
  flex-direction: column;
  margin-top: 5%;
}

.available-selection-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.available-selection-list .symbol-place-holder {
  margin-left: 22px;
}

.select-expanded-list .symbol-place-holder {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.symbol-and-title-sg {
  display: flex;
  align-items: center;
  margin: 4px 0px 3px 20px;
}

.symbol-and-title-sg img {
  margin-right: 7px;
}

.sub-layer-list li {
  color: #8f8f8f;
  padding: 3px 0;
  margin-top: 4px !important;
}

.sub-layer-list {
  padding-left: 15px;
  margin-top: 3%;
}

.sub-layer-list .tempActive {
  color: #fff;
  background-color: #696969;
  border-radius: 4px;
  padding: 1%;
}

.bridge {
  position: absolute;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  border-top: 8px solid #222222e0;
  left: calc(50% - 6px);
  z-index: 5;
}

.support, 
.instruments, 
.menu-settings {
  display: none;
  align-items: center;
  height: 6vh;
  max-height: 56px;
  min-height: 43px;
}

.short-new-menu .support {
  display: flex;
}

.support-expanded {
  position: absolute;
  width: 384px;
  background: #222222f2;
  height: 150px;
  left: 186px;
  bottom: 0;
  border-radius: 4px 4px 4px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.short-new-menu .support-expanded{
  display: none;
}

.support .support-icon {
  fill: rgb(170, 22, 22);
}

.support-btn-wrapper {
  width: 93%;
  flex-direction: column;
  justify-content: space-between;
}

.contact-form-btn, .help-center-btn {
  width: 100%;
  cursor: pointer;
  height: 40px;
  background: transparent;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-top: 10px;
  color: rgb(143, 143, 143);
}

.contact-form-icon, .help-center-icon {
  margin: 0 10px 0 10px;
}

.selection {
  margin-top: 2px;
}

.selection-preview {
  width: 184px;
  background-color: rgba(74, 74, 74, 0.95);
  border-radius: 4px;
  position: relative;
}

.selection-preview  {
  display: block;
}

/* .layer-group {
  width: 90%;
  height: 3%;
  background: #5c5c5c;
  border-radius: 5px;
  margin: 5% auto;
  color: #c9c7c7;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
} */

.grups-layers-wrapper > :first-child {
  margin-top: 0;
}

.group-title {
  width: 70%;
  font-size: 12px;
}

.group-count {
  width: 10%;
  font-size: 12px;
}

.group-title,
.group-count {
  margin: 0;
}

/* Media menu started */

@media only screen and (max-height: 900px) {
  .map-preview,
  .legend-preview,
  .base-maps-preview {
    height: 19vh;
    max-height: 133px;
    min-height: 101px;
  }
}

@media only screen and (max-height: 721px) {
  .map-preview,
  .selection-preview,
  .legend-preview,
  .base-maps-preview,
  .support {
    width: 140px;
  }

  .available-selection-list {
    padding: 0px 6px 0px 5px !important;
    margin: 5px 0px 0 -2px !important;
  }

  .preview-head,
  .map-title,
  .num-active-layers,
  .active-basemaps {
    margin: 5% 8% 0px 13%;
  }

  .preview-head-select {
    padding-top: 5%;
    margin: 0 5% 0 12%;
  }

  .active-basemaps img {
    width: 50px;
    height: 25px;
    margin: 0px 9px 0 1px;
  }

  .symbol-and-title-sg {
    margin: 4px 0px 3px 20px;
  }

  .open-close-menu {
    height: 32px;
  }

  .map-menu {
    top: 33px;
  }

  .sliderAtlas {
    top: 85px;
  }

  .available-selection-list {
    max-height: calc(100vh - 510px);
  }

  .legend-expanded,
  .base-maps-expanded {
    left: 142px;
  }

  .map-preview,
  .legend-preview,
  .base-maps-preview {
    height: 14vh;
    max-height: 156px;
    min-height: 101px;
  }
}

/* New map menu style ends */

/* Short new menu style starts */

.map-menu.short-new-menu{
  top: 52px;
}

.short-new-menu .legend,
.short-new-menu .base-maps{
  display: block;
}

.short-new-menu .legend-preview,
.short-new-menu .legend {
  margin: 0;
}

.short-new-menu .base-maps-expanded{
  bottom: -42%;
}

/* Short new menu style ends */

#mainMenu {
  position: absolute;
  top: 25px;
  left: 30px;
}

#mainMenu > .menuHeader {
  width: 350px;
  background-color: rgba(34, 34, 34, 0.9);
  height: 115px;
}

#mainMenu > .menuBody {
  max-height: calc(100vh - 320px);
}

.mapMenu {
  top: 10px;
  right: -360px;
  background-color: rgba(34, 34, 34, 0.9);
  position: absolute;
  width: 350px;
  height: 120px;
}

.selMenu {
  left: 250px;
  width: 200px;
  position: absolute;
  background-color: rgb(87 87 87);
  display: flex;
  justify-content: space-evenly;
  height: calc(100% - 16px);
}

#Layer_1 {
  width: 40px;
}

.selection-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
}

.selection-wrapper > .navSelectButton {
  margin: 10px;
  padding: 6px 12px;
  color: white;
  font-size: 14px !important;
}

.mixt-divider {
  position: relative;
  margin: 20px 0;
  width: 150px;
  background-color: white;
  height: 1px;
}

.mixt-divider > p {
  color: #a0a0a0;
  text-align: center;
  position: absolute;
  top: -11px;
  background: rgb(87 87 87);
  width: 30px;
  left: calc(50% - 15px);
}

.mainMenuTitle,
.mainFirstTitle {
  padding: 10px;
  color: #e09a1c;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.menuNav {
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}

.bar {
  width: 1px;
  height: 50px;
  background-color: white;
}

.logo {
  float: initial;
  padding: 0;
}

.menuBody {
  position: absolute;
  top: 120px;
  width: 350px;
  max-height: calc(100vh - 200px);
  overflow: auto;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.legend-body {
  background-color: rgba(34, 34, 34, 0.9);
}

.legend-body .active {
  border: 1px solid white !important;
}

.legend-listmap > .list-group-item,
.legend-listmap > .list-group-item > .list-group-item {
  color: #fff !important;
  background-color: transparent !important;
}

.wraperListaStraturi {
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* .buton stilizeaza butoanele cu background imagine*/

.svg-icon-intro {

}

@media only screen and (max-width: 430px){
  .svg-icon-intro {
    min-width: unset;
  }
}

/* The custom popup style begins */
.customSearchPopup {
  position: absolute;
  top: 46px;
  width: 300px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  left: calc(50% - 150px) !important;
  background: #ffffffe6;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  border-radius: 4px;
}

.customSearchPopup .content {
  overflow-y: scroll;
}

.customSearchPopup .no-results {
  color: #9d9d9d;
  cursor: default;
}

.titleSearchPopup {
  padding: 10px 0 0 0;
  font-size: 14px;
  text-align: center;
  color: #9d9d9d;
}

.titleElmListItem {
  margin: 15px 0 0 0;
  border-bottom: 1px solid #9d9d9d;
  font-weight: 500;
}

.goToElmListItem {
  margin: 5px 0 5px 10px;
  list-style: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.goToElm {
  cursor: pointer;
}

.goToElm:visited{
  color: #660099;
}

.search-message {
  color: #a9a9a9;
  margin-left: 10px;
  font-size: 12px;
}

.goToElmVisited {
  color: #551a8b;
}

.titleElm {
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}

.titleElm:hover {
  text-decoration: none;
  color: black;
  cursor: default;
}

.closeSearch {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.closeSearch > svg {
  margin: 4px;
  width: 33px;
  fill: #fff;
}

/* The custom popup style ends */

.navSelectButton,
.navButton {
  display: inline-block;
  cursor: pointer;
  margin-left: 3px;
  background-color: inherit;
  border-radius: 0px;
  z-index: 51;
  text-align: center;
}

.navButton {
  width: 70px;
  height: 58px;
  margin-left: 0;
  color: #a0a0a0;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.navButton > svg {
  width: 30px;
  height: 30px;
  margin: 0 !important;
}

.closeButton {
  position: absolute;
  color: #9d9d9d;
  font-size: 28px;
  opacity: 1;
}

.infoOpacity {
  display: none;
  position: absolute;
  top: -40px;
  left: 60%;
  color: #808080;
  font-size: small;
  min-width: 200px;
}

.admPanel .close {
  text-shadow: none;
}

.closeButton:hover {
  color: white;
  opacity: 1;
}

.menuNav .activ,
.selection-leyer.activ,
.layersAdmButtons.activ {
  border-radius: 5px;
  background-color: rgba(145, 159, 163, 0.5);
  color: white;
}

.selection-leyer {
  cursor: pointer;
}

.activ > svg {
  fill: #fff !important;
}

.sidenav .activ {
  color: white;
}

.menu .close:hover,
.HomeButton .home:hover,
.navButton:hover,
.butonMeniuAdm:hover,
.layersAdmButtons:hover {
  background-color: rgba(145, 159, 163, 0.5);
  border-radius: 5px;
}

.menu .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  float: right;
  fill: white;
  opacity: 1;
}

.close svg,
.navButton svg {
  fill: #a0a0a0;
}

.tab-title {
  font-size: 16px;
  padding-left: 10px;
  margin-top: 10px;
}

.panel {
  box-sizing: border-box;
  -moz-box-shadow: 0 0 2px #888;
  -webkit-box-shadow: 0 0 2px #888;
  box-shadow: 0 0 2px #888;
}

#basemapDiv > .panel-body,
#basemapDiv2 > .panel-body,
#basemapDiv3 > .panel-body,
#basemapDiv4 > .panel-body,
#basemapDiv5 > .panel-body,
#basemapDiv6 > .panel-body {
  background-color: rgba(34, 34, 34, 0.9);
}

.panel-heading,
.panel-body {
  padding: 5px 10px;
  border-radius: 0px;
}

.basemapItemTitle {
  color: #fff;
  order: 3;
}

.panel-title,
.panel-title label,
.panel-body label {
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
}

.panel-title {
  font-weight: bold;
}

#layersContainerDiv .panel {
  margin-bottom: 0px;
}


.selectionTitleWidget {
  min-height: 50px;
  color: #e09a1c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 15px 15px 10px;
  background-color: #4A4A4A;
  opacity: .95;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.customPopup {
  top: 48px;
  right: 15px;
  width: 400px;
  display: none;
  z-index: 998;
  position: absolute;
  background-color: rgba(34,34,34, 0.95);
  border-radius: 5px;
  /* opacity: 0.9; */
}

.closeFeaturePopup {
  position: absolute;
  color: white;
  top: 4px;
  right: 16px;
  text-shadow: none;
  opacity: .5;
}

.closeFeaturePopup:hover{
  color: white;
  opacity: 1;
}

.popupFeaturesMenu {
  width: 100%;
}

.popupFeaturesMenuBody{
  width: 100%;
  max-height: calc(100vh - 250px);
  overflow: auto;
}


.popupFeatureContent {
  display: none;
}

.popupFeatureContentBody table {
  background-color: #3A3A3A;
  color: #F3F3F3;
}

.popupFeatureContentBody td{
  padding: 8px;
}

.popupFeatureContentBody td:first-child{
  border-right: 3px solid rgba(34,34,34, 0.95);
  color: #aaa;
}

.popupFeatureContentFooter {
  padding: 8px;
  height: 50px;
}

.popupFeaturesMenuSearchFooter {
  padding: 8px;
  height: 50px;
}

.popupFeaturesMenuSearchFooter button,
.popupFeatureContentFooter button
 {
  position: relative;
  float: right;
  background: transparent;
  color: #C9C7C7;
}

.popupFeaturesMenuSearchFooter button:focus,
.popupFeatureContentFooter button:focus {
  color: #C9C7C7;
}

.popupFeaturesMenuSearchFooter button:hover,
.popupFeatureContentFooter button:hover {
  color: white;
  border-color: none;
}



.popupFeature {
  cursor: pointer;
  color: #C9C7C7;
  padding: 8px;
  margin: 4px;
  font-size: 14px;
  border-radius: 5px;
}

.popupFeatureContentTitle {
  color: #C9C7C7;
  padding: 7px;
  margin: 7px;
  font-size: 14px;
}

.popupFeatureContentBody {
  color: white;
  opacity: .7;
  font-size: 14px;
  margin: 0px 10px;
  max-height: calc(100vh - 350px);
  overflow: auto;
}

.popupFeature:hover {
  background-color: #4A4A4A;
  opacity: 0.95;
}

.explorePopupFeature {
  background-color: rgba(238, 239 ,238, 1);
  color: rgba(74, 74 , 74, 0.95);
}

.explorePopupFeature:hover {
  background-color: white;
}

.attachmentsLoader {
  display: none;
  position: relative;
  width: 100%;
  min-height: 120px;
}
/* .attachmentsDiv {
  display: none;
} */

.customScalebarWidget {
  font-size: 12px;
  font-weight: 600;
  color: #C9C7C7;
  white-space: nowrap;
  background-color: rgba(74, 74, 74, 0.45);
  position: absolute;
  top: -10px;
  left: 50px;
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  padding: 1px 2px 0 2px;
  opacity: 0;
}

.customLocateWidget {
  display: none;
  color: white;
  box-shadow: none !important;
  cursor: pointer;
  background: rgba(249, 249, 249, 0.7);
  border-radius: 4px;
  height: 28px;
  bottom: 30px;
  left: 15px;
}

.customTrackLocationWidget {
  display: none;
  color: white;
  box-shadow: none !important;
  cursor: pointer;
  background: rgba(249, 249, 249, 0.7);
  border-radius: 4px;
  height: 30px;
  bottom: 30px;
  left: 15px;
}

.customTrackLocationWidget span {
  padding: 12px;
  position: relative;
  top: -9px;
  color: #4A4A4A;
}

.customTrackLocationWidget label {
  top: 5px;
  margin-right: 5px;
}

.customTrackLocationWidget:hover {
  background: rgba(249, 249, 249, 0.9);
}

.customLocateWidget:hover {
  background: rgba(249, 249, 249, 0.9);
}

.customLocateWidget span {
  padding: 12px;
  position: relative;
  top: -9px;
  color: #4A4A4A;
  font-size: 12px;
}

#gestiune {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.document label {
  font-weight: normal;
  padding-top: 5px;
}
.checkbox {
  -webkit-appearance: none;
  vertical-align: middle;
  background-color: #fafafa;
  border: 1px solid #cacece;
  font-weight: normal;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px !important;
  margin: 4px !important;
  /*border-radius: 3px;*/
  display: inline-block;
  position: relative;
  border-radius: 0px !important;
}

.checkbox:active,
.checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checkbox:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.checkbox:checked:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}

/* Panels */

.panel {
  box-sizing: border-box;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}

.titluPanel {
  font-size: 16px;
  position: relative;
  height: 30px;
  background-color: rgba(102, 102, 102, 0.8);
  color: white;
  text-align: center;
  user-select: none;
  /*-webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px; */
}

/* basemaps */

.basemapItem {
  cursor: pointer;
  margin: 0 25px 10px 30px;
  font-size: 13px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.basemapItem:hover {
  background-color: #6e6e6e;
}

.basemapItem.active {
  color: white;
  background: #5c5c5ccc;
}

.basemapItem .basemap-img {
  width: 66px;
  height: 44px;
  margin: 10px 8px 10px 10px;
  order: 1;
}

.basemapItem .basemap-btn {
  margin-right: 6px;
  order: 2;
}

.basemapItem.esriBasemap {
  margin-top: 10px;
}

.basemapItem.customBasemap {
  margin: 44px 25px 42px 30px;
}

.base-maps-expanded .more-symbol {
  width: 14px;
  margin-bottom: 20px;
}

.titluRegistru {
  font-size: 14px;
  font-family: Arial;
  text-align: center;
  font-weight: bold;
  padding: 3px;
}

.back-brake {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.lds-spinner{
  position: absolute;
  top: calc(50% - 26px);
  left: 50%;
  /* color: official;
  display: inline-block;
  position: relative; */
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  z-index: 999;
}

.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: black;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#adminTab .modal-body {
  max-height: 75vh;
  overflow-y: auto;
}

.modal-backdrop {
  background-color: lightgray;
}

#adminTab .map-tab > .tab-content,
#usersAdminTab > .tab-content {
  max-height: 90vh;
  overflow-y: auto;
}

/* #reloadModal {
  position: fixed !important;
  display: none;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10000;
} */

/* General nav tabs */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #6e6e6e !important;
  color: #fff;
}

/* Counter modal nav tabs */
.nav-tabs > li.active > .link-counter-modal,
.nav-tabs > li.active > .link-counter-modal:focus,
.nav-tabs > li.active > .link-counter-modal:hover {
  background-color: #207ab7;
}

/* General nav tabs titles */
.nav-tabs > li > a {
  color: black;
}

.modal-counter {
  background-color: transparent;
  position: absolute;
  top: 10px;
  left: 15px;
  display: none;
}

.modal-counter > .modal-dialog {
  height: 100%;
  margin: 0;
}

.row {
  margin: 10px;
}

.modal-title {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}

.modal-title.row {
  background-color: darkgrey;
  text-transform: uppercase;
  margin: 0px;
}

/* Style the tab */
div.tab {
  display: block;
  overflow: hidden;
  height: 40px;
  background-color: rgb(64, 64, 64);
  background-color: rgba(64, 64, 64, 0.9);
}

/* Style the buttons inside the tab */
div.tab button {
  font-size: 14px;
  width: 14.25%;
  height: 100%;
  color: white;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
  background-color: #1c758e;
}

/* Create an active/current tablink class */
div.tab button.active {
  background-color: #1c758e;
}

/* requestForm tab */
div.reqTab {
  display: block;
  overflow: hidden;
  height: 40px;
  background-color: rgb(64, 64, 64);
  background-color: rgba(64, 64, 64, 0.9);
  border: 1px solid #ddd;
}

/* Style the buttons inside the tab */
div.reqTab button {
  font-size: 14px;
  height: 100%;
  color: white;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

div.reqTab button:hover {
  background-color: white;
  color: black;
}

div.reqTab button.active {
  background-color: white;
  color: black;
}

.siderbarLine {
  border-left: 6px solid #ddd;
  height: 700px;
  position: absolute;
  margin-left: -20px;
}

.sidebarArrow {
  position: absolute;
  margin: 60px 0px 0px -40px;
}

mark {
  background-color: #ddd;
  color: black;
}

.highlighted-select {
  background: #58b14c;
}

/* Style the tab content */
.document {
  background-color: lightgrey;
  font-size: 16px;
  overflow: scroll;
  height: calc(100vh - 290px);
}

.document textarea {
  min-width: 100%;
}

.documentSmall {
  overflow: auto;
  height: 70vh;
}

#formsWrapper {
  min-width: 1000px;
  margin: 0px 30px 30px 70px;
  overflow: auto;
}

#formsWrapper .form-header {
  padding: 5px;
  border-top: 1px solid;
  text-align: right;
}

#formsWrapper .form-header button {
  margin: 5px;
}

#formsWrapper .header {
  padding: 5px;
  text-align: right;
}

#formsWrapper .header button {
  margin: 5px;
}

.esri-feature-form__form label {
  font-weight: 500;
}

.modal .buton {
  font-size: 12px;
  color: white;
  padding: 9px 20px;
  border: none;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
  background-color: rgb(64, 64, 64);
  background-color: rgba(64, 64, 64, 0.8);
}

.left {
  float: left;
}

.modal .buton:hover {
  background-color: #1c758e;
}

.modal .reset:hover {
  background-color: red;
}

#veziDocumentatie {
  bottom: 0px;
  right: 18px;
  float: right;
  text-decoration: none;
}

/* Style inputs with type="text", select elements and textareas */
.modal input[type="text"],
.modal textarea,
.modal input[type="number"] {
  padding: 4px; /* Some padding */
  text-align: center;
  border: 1px solid #ccc; /* Gray border */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  /*  margin-top: 10px; Add a top margin */
  /* margin-bottom: 10px; Bottom margin */
}

.modal textarea {
  text-align: justify;
  width: 100%;
  resize: vertical;
  /* Allow the user to vertically resize the textarea (not horizontally) */
}

table {
  width: 100%;
}

table .table-buton {
  color: black;
  font-size: inherit;
  padding: 5px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

#admParcels table tr {
  border-bottom: 1px solid black;
}

select {
  width: 90%;
}

.hidden {
  display: none;
}


#reglementari {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 600px;
  top: 50px;
  left: 400px;
  z-index: 50;
  -moz-box-shadow: 0 0 1em black;
  -webkit-box-shadow: 0 0 1em black;
  box-shadow: 0 0 1em black;
}

#wrapper-reglementari {
  padding: 20px;
}

#reglementari table td {
  padding: 3px 0px;
}

.panel-body table td {
  padding: 2px 0px;
}

.admPanelContent button {
  white-space: normal;
  text-align: left;
  width: 100%;
}

.layerControlsContainer:hover {
  background-color: rgba(66, 133, 244, 1); /*rgba(28, 117, 142, 0.2);*/
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none; 
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: #ccc;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #f50;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #f50;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}

input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255,85,0, .2)    
}

.range {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
  height: 4rem;
  width: 80%;
  background: #fff;
  padding: 0px 10px;
}

.range-value {
  font-size: 26px;    
  width: 50px;
  text-align: center;
}


.sliderContainer {
  display: none;
}

/* The side navigation menu */
.sidenav {
  position: fixed;
  min-height: 100%;
  display: inline-block;
  width: 250px;
  background-color: #818181;
  padding-top: 20px;
  overflow: auto;
  max-height: 900px;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #111;
  display: block;
  font-weight: 700;
}

#inventoryMeniu > a,
#meniuAdministare > a,
#mapSubmenu > a {
  text-transform: uppercase;
}

#atlasMaps a,
#operationalMaps a {
  font-weight: 300;
}

#mapInfoSubmenu > a,
#docSubmenu > a,
#notificationSubmenu > a {
  text-transform: none;
  font-weight: 300;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: white;
}

.sidenav a .active {
  color: white;
}

#gridGestiune {
  float: right;
  width: calc(100% - 250px);
  overflow: auto;
}

#infoParcelaContinut td input {
  width: 100%;
}

#requestsTable tbody {
  cursor: pointer;
}

#requestsTable tbody tr:hover {
  background-color: rgba(66, 133, 244, 1); /*rgba(28, 117, 142, 0.2);*/
}

.thNoBorderWithAlign {
  font-weight: normal;
  text-align: center;
}
.thNoBorder {
  font-weight: normal;
}
.thAlignCenter {
  text-align: center;
}

.tdPositionRelative {
  position: relative;
}

.tdInput {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
}
.tdInputBlock {
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  border: none;
  box-sizing: border-box;
}

#usersInfoContent input[type="radio"] {
  cursor: pointer;
}

#createUserModal td,
#editUserModal td {
  border: none;
}

#addForm .modal-body button {
  display: block;
}

.modal-loader span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 5px 5px 0px 0px;
}

.modal-loader span:nth-child(1) {
  animation: bounce 1s ease-in-out infinite;
}

.modal-loader span:nth-child(2) {
  animation: bounce 1s ease-in-out 0.33s infinite;
}

.modal-loader span:nth-child(3) {
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {
  0%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

textarea {
  max-width: 100%;
}

.config-textarea {
  min-height: 33rem;
  width: 100%;
}

#counterLayers {
  max-height: 90vh;
  overflow-y: scroll;
}

.timeline {
  list-style: none;
  padding: 0 0 20px;
  position: relative;
  margin-top: -15px;
}

.timeline.noMaxHeight {
  max-height: none;
}

.timeline.noOverflow {
  overflow: unset;
}

.timeline:before {
  top: 30px;
  bottom: 25px;
  position: absolute;
  content: " ";
  width: 3px;
  left: 25px;
  margin-right: -1.5px;
}

.timeline > li,
.timeline > li > .timeline-panel {
  margin-bottom: 5px;
  position: relative;
}

.timeline > li:after,
.timeline > li:before {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  margin-left: 55px;
  float: left;
  top: 19px;
  padding: 4px 10px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 90%;
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 26px;
  left: 9px;
  margin-right: -25px;
  background-color: #fff;
  z-index: 100;
  border-radius: 50%;
  border: 1px solid #d4d4d4;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  margin-top: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-badge > .glyphicon {
  margin-right: 0px;
  color: #fff;
}

.timeline-body > h4 {
  margin-bottom: 0 !important;
}

/* Esri layer list */

.esri-layer-list__item-toggle {
  padding: 0 3px;
  display: flex;
}

.layer-symbol {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.menu [class*="esri-icon"] {
  font-size: 28px;
  color: black;
}

.esri-layer-list__item-title {
  line-height: 1.4;
  font-size: 12px;
}

.esri-layer-list__item-label {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.menu .esri-layer-list__item-title:hover {
  background-color: rgba(66, 133, 244, 1); /*rgba(28, 117, 142, 0.7);*/
}

.menu .esri-layer-list__item-action-title {
  margin-left: 20px;
  font-size: 12px;
  line-height: 2.5;
}

.appSelectPanel svg {
  fill: rgba(66, 133, 244, 1); /*rgba(28, 117, 142, 0.8);*/
}

.appSelectPanel:hover {
  opacity: 0.6;
}

.menu .esri-icon-non-visible {
  color: red;
}

.menu .esri-icon-visible {
  color: green;
}

.esri-layer-list__child-toggle {
  display: flex;
}

#tab5 input[type="text"] {
  min-width: 250px;
}

/* The switch - the box around the slider */
.switch {
  float: right;
  position: relative;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8F8F8F;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: #4a4a4af2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.default:checked + .slider {
  background-color: #3A6EB5;
}

input.default:checked + .slider::before {
  background-color: white;
}

input.default:checked + .info-slider {
  background-color: green;
}

.slider.slider-disabled {
  background-color: #8e8e8e !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input[type="date"] {
  position: relative;
  height: 30px;
  color: white;
}

input[type="date"]:before {
  position: absolute;
  top: 3px;
  left: 3px;
  content: attr(data-date);
  display: inline-block;
  color: black;
}

input::-webkit-datetime-edit,
input::-webkit-inner-spin-button,
input::-webkit-clear-button {
  display: none;
}

input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 3px;
  right: 0;
  color: black;
  opacity: 1;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 50vh;
}

.custom-toast {
  position: fixed;
  top: calc(50% - 25px);
  left: calc(50% - 125px);
  width: 250px;
  height: 50px;
  background: rgba(249, 169, 56, 0.8);
  display: none;
  border-radius: 5px; 
  z-index: 1010;
}

.toast-message {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toast-message > div {
  font-size: 14px;
  color: white;
  font-weight: 200;
}

.esri-popup__navigation {
  display: none;
}

.esri-feature__attachments.esri-feature__content-element h2 {
  font-size: 18px;
}

#esriBasemapsConfig img,
#esriBasemapsConfigCounter img {
  width: 30%;
}

.esriBasemapsConfig img {
  width: 30%;
}

.selectable {
  cursor: pointer;
}

/** Sidebar for reqforms-view*/
.sidebar {
  height: 90%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 52px;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar p {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: black;
  display: block;
  transition: 0.3s;
}

#main {
  transition: margin-left 0.5s;
}

.tdStatusField {
  min-width: 220px;
}

.tdAddNotesAction {
  min-width: 100px;
  text-align: center;
}

.file-table-content {
  overflow: hidden;
  overflow-y: scroll;
  height: calc(100vh - 170px);
}

#fAttachedFiles td {
  word-break: break-word;
}

.tooltipText {
  font-size: 20px;
}

.tooltip-inner {
  max-width: none;
  white-space: nowrap;
  margin: 0;
  padding: 5px 5px 5px 5px;
  background-color: lightgray;
  color: black;
  font-size: 15px;
  text-align: left;
  width: 360px;
}
.tooltip.in {
  opacity: 1 !important;
}

.custom-tooltip + .tooltip > .tooltip-inner {
  padding: 15px;
  font-size: 1.2em;
  background-color: black;
  color: white;
  width: auto;
}

.margin-group-sts {
  margin-left: 10px;
}

.margin-folder-sts {
  margin-left: 30px;
}

.highlight-status {
  background-color: #a4a413;
  color: white;
}

.notes-box {
  background-color: #ddd;
  border-radius: 3px;
}

.notes-box .content {
  padding: 10px;
}

.notes-box .separator {
  border: 1px solid lightgray;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.notes-box .insertedBy {
  color: gray;
}

.notes-header {
  padding-bottom: 15px;
}

input.dtsp-search {
  font-size: 16px !important;
}

input.dtsp-search::placeholder {
  font-size: 16px !important;
}

.createSelectionModal label input[type="radio"] {
  margin-right: 5px;
  display: inline-block;
}

div.scrollable-table-wrapper {
  height: calc(100vh - 225px);
  overflow: auto;
}

div.scrollable-table-wrapper thead tr th {
  background-color: white;
  position: sticky;
  top: 0;
}

.left-folder-sidebar-text {
  margin-left: 10px;
  margin-bottom: 50px;
}

.left-folder-sidebar-label {
  color: gray;
}

.left-folder-sidebar-id {
  font-size: 12px;
  font-style: italic;
  color: gray;
}

.red-beacon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: red;
  border-radius: 50%;
}

.green-beacon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: green;
  border-radius: 50%;
}

.dataTables_wrapper {
  overflow: auto;
}

#configureGisServiceModal td,
#configureGisServiceModal select {
  padding: 5px;
}

#editGisServerModal input[type="text"] {
  text-align: left;
}


.layersListContainer::-webkit-scrollbar-track {
  background: transparent !important; 
}

.mapOptModal2 table td,
.mapOptModal3 table td{
  padding: 3px;
}

.admin-tab-title{
  padding: 20px 0 0 0;
  font-size: 15px;
  font-weight: 400;
  color: #9c9b9b;
  text-align: center;
  text-transform: uppercase;
}

/* Coordinates Widget start */

.coordinates-widget {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 335px;
  background: rgba(74,74,74, 0.7);
  border-radius: 4px;
  font-size: 12px;
}

.collapse-widget {
  height: 28px;
  background: rgba(34,34,34, 0.5);
  border-radius: 4px 4px 0 0;
  display: none;
  align-items: center;
}

.collapse-widget > img {
  margin-left: 34px;
  cursor: pointer;
} 

.formats-wrapper {
  /* height: 148px; */
  height: 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.format, .single-format {
  justify-content: space-between;
  align-items: center;
  color: #C9C7C7;
  width: 97%;
}

.format {
  display: none;
}

.format-pattern {
  background: transparent;
  border: none;
  text-align: center;
  padding: 4px;
  border-radius: 4px;
}

.format-pattern:focus-visible {
  outline: 1px solid black;
}

.format-pattern:hover{
  background: rgb(105, 105, 105);
}

.single-format {
  display: flex;
}

.single-format > .format-title {
  cursor: pointer;
  display: flex;
  justify-content: space-around;
}

.format-title {
  width: 82px;
  text-align: center;
  background: rgba(34,34,34, 0.5);
  border-radius: 4px;
  padding: 4px;
  font-size: 10px;
  font-weight: bold;
  cursor: default;
}

.coordinate-elm-hide {
  display: none;
}

/* Coordinates Widget end */
.disabled {
  cursor: not-allowed;
}

a.disabled {
  /* Make the disabled links grayish*/
  color: rgb(70, 70, 70);
  /* And disable the pointer events */
  /* pointer-events: none; */
  cursor: not-allowed;
}

.google-geocoder {
  display: none;
}

/* Zoom and scale css start */

.esri-zoom.esri-zoom--horizontal {
  flex-flow: row nowrap;
  background: transparent;
  box-shadow: none;
}

.esri-zoom.esri-zoom--horizontal div, .esri-home {
  border-radius: 4px;
  background: rgba(34, 34, 34, 0.6);
  color: #C9C7C7;
}

.esri-zoom.esri-zoom--horizontal div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); 
}

.esri-ui-bottom-right .esri-home .esri-icon:before{
 /* content: url("/assets/right-bottom-widgets/house.svg"); */
}

.esri-ui-bottom-right .esri-home .esri-rotating {
  animation: none;
  transform: none;
}

.esri-zoom.esri-zoom--horizontal div .esri-disabled a, .esri-disabled [class*=esri-icon], .esri-disabled [role=menu], .esri-disabled [role=checkbox] {
  color: #C9C7C7 !important;
}

.esri-zoom.esri-zoom--horizontal .esri-widget--button:first-child {
  margin: 0 7px 0 0;
}

.esri-ui-bottom-right .esri-widget--button:hover {
  background-color: rgba(34, 34, 34, 0.5);
  color: #C9C7C7 !important;
}

.esri-ui-bottom-right .esri-widget--button:focus{
  outline: none;
}

.esri-scale-bar__bar-container--line:last-child {
  background: rgba(74, 74, 74, 0.45);
  color: #C9C7C7 !important;
}

.esri-scale-bar__label {
  color: #C9C7C7;
}

.esri-scale-bar__line--top {
  border-bottom: none;
}

.esri-scale-bar__line--top:before, .esri-scale-bar__line--top:after {
  display: none;
}

.esri-scale-bar__bar-container {
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}


.esri-editor {
  /* position: absolute; */
  right: calc(50% - 227.5px);
  margin-top: 270px;
  background: rgba(74, 74, 74, 0.7);
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 455px;
}

.esri-feature-form__label-text-content {
  color: white;
}

.instrument-editor-widget.esri-editor, 
.measurements-editor-widget.esri-measurement,
.instrument-print-widget.esri-print,
 #filter-widget{
  position: fixed;
  right: initial;
  margin: 0;
  top: 92px;
  border-radius: 4px 4px 0 0;
}

.instrument-editor-widget.esri-editor .header-content{
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.instrument-editor-widget.esri-editor .close-btn,
.measurements-editor-widget.esri-measurement .close-btn,
.instrument-print-widget.esri-print .close-btn,
#filter-widget .close-btn{
  position: absolute;
  top: 10px;
  z-index: 1000;
  right: 10px;
  cursor: pointer;
}

#filter-widget .close-btn {
  color: #fff;
  opacity: 0.5;
  &:hover{
    opacity: 1;
  }
}

.esri-editor__panel-toolbar {
  display: none;
}

.editorBody {
  min-height: calc(100vh - 310px) !important;
  max-height: calc(100vh - 310px) !important;
  height: calc(100vh - 310px) !important;
  overflow-y: scroll;
  background-color: rgba(74, 74, 74, 0.95);
}

.editorHeader,
.editorHeaderMenu,
.editorHeaderFile {
  background-color: rgba(30, 30, 30, 0.95);
  border-radius: 4px;
  height: auto;
  min-height: 50px;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.editorHeader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.closeAddFeatureEditor {
    position: absolute;
    color: white;
    top: 4px;
    right: 16px;
    opacity: .5;
    width: 15px;
    height: 20px;
    z-index: 1000;
}

#editLayerAttributesModal .esri-feature-form__label {
  font-family: Avenir Next;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: contents;
  color: #9D9D9D;
  flex: none;
  order: 0;
  flex-grow: 1;
  margin: 0px 10px;
}


#editLayerAttributesModal .esri-feature-form__input {
  border-radius: 4px;
  position: static;
  left: 0px;
  top: 0px;
  margin: 8px 0px;
  color: #161616;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  border: none;
} 

#editLayerAttributesModal .esri-feature-form__input--disabled {
  background: #383838;
  color: #C9C7C7;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  margin: 0px 0px;
  border-radius: 4px;
  position: static;
  left: 0px;
  top: 0px;
  text-align: left;  
  border: none;
}

#editLayerAttributesModal input[type="text"],
#editLayerAttributesModal input[type="number"] {
  padding-left: 12px !important;
}

 #editLayerAttributesModal .esri-feature-form__form {
  background-color: rgba(74, 74, 74, 0.95);
} 

.editLayerAttributesFooter {
  background-color: rgba(74, 74, 74, 0.95);
  padding: 8px;
  height: 60px;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.editLayerAttributesFooter button
 {
  position: relative;
  float: right;
  background: transparent;
  color: #C9C7C7;
}

.editLayerAttributesFooter button:hover {
  color: white;
  border: 1px solid;
  border-radius: 4px;
}

.editLayerAttributesFooter button:focus{     
  color: #C9C7C7;   
}

.editorBody::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(30, 30, 30, 0.95);
            box-shadow: inset 0 0 6px rgba(30, 30, 30, 0.95);
	background-color: #F5F5F5;
}

.editorBody::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.editorBody::-webkit-scrollbar-thumb
{
	background-color: rgba(30, 30, 30, 0.95);
	border: 2px solid #555555;
}

.editLayerAttributesContentMenu {
  height: 130px;
  position: relative;
}

.editLayerAttributesContentMenu button
 {
  position: relative;
  float: right;
  color: #C9C7C7;
  background-color: rgb(112, 112, 112);
  margin: 10px;
  top: 25%;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.collector-editor .esri-editor__scroller {
  max-height: calc(100vh - 190px) !important;
  min-height: calc(100vh - 750px) !important;
}

.edit-features-editor .esri-feature-form {
  display: none !important;
}

.popup-attachments-content {
  background-color: rgba(74, 74, 74, 0.95);
  max-width: 480px;
  margin: auto;
}

#addAttachmentButton, #collapseAttachmentsDiv {
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 48px;
  padding: 0px;
  background-color: transparent;
  border: 1px solid;
  border-radius: 6px;
  color: inherit;
}

#collapseAttachmentsDiv {
  top: 5px;
  height: 24px;
}

#addAttachmentButton:hover, #collapseAttachmentsDiv:hover {
  color: white;
}

.attachmentsPopupTitle, .editLayerAttributesTitleMenu, .editLayerAttributesTitle {
    color: #e09a1c;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.attachments-custom-close {
  font-size: 26px;
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
  color: #9D9D9D;
  position: absolute;
  top: 5px;
  right: 5px;
}

button.attachments-custom-close:hover {
  color: white;
}

.custom-modal-settings {
  margin: 55px auto;
}

.close-editor-button {
    top: -5px;
    right: -43px;
    width: 12px;
    position: relative;
    cursor: pointer;
}

.close-editor-button:hover {
  color: white;
}

.editor-custom-header {
  background-color: rgba(30, 30, 30, 0.95);
  border-radius: 4px 4px 0 0;
  border: none;
}

.editor-custom-footer {
  border: none;
}

.attachment-div {
  padding: 10px 20px;
}

.new-attachment-div, 
.edit-attachment-div, 
.show-attachment-div {
  padding: 20px 10px;
  font-size: 12px;
  color: #C9C7C7;
}

.attachment-div:hover, .show-attachment-div:hover {
  border: 1px solid #9D9D9D;
}

.attachment-filename {
  width: 72%;
  display: inline-block;
  margin: 10px;
  overflow: auto;
  vertical-align: middle;
}

.editor-custom-button {
  color: #C9C7C7;
  padding: 7px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 700;
}


.editor-custom-button:hover {
  color: white;
  border: 1px solid;
  border-radius: 4px;
}

#saveAttachmentButton:disabled, 
#editAttachmentButton:disabled {
  cursor: not-allowed;
  opacity: .5;
  border: none;
}

.custom-upload-button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 10px;
    border: 1px solid;
    color: #C9C7C7;
    cursor: pointer;
    border-radius: 4px;
}

.custom-upload-button:hover {
  color: white;
}

.editor-back-button {
  font-size: 12px;
  color: #C9C7C7;
  background-color: transparent;
}

.editor-back-button:hover {
  color: white;
  border: 1px solid;
}
/* Editor widget end */

#synWebsiteLink {
  padding: 0 0 45px 49px;
}

#synWebsiteLink a{
  font-family: "IBMPlexSans-SemiBold", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  text-decoration: none;
  color: #7D8995;
}

#synWebsiteLink a:hover {
  color: #FFF;
}

#drop-after-login a {
  text-decoration: none;
}

.drop-main-nav-wrapper a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.landingPageText {
  font-family: "IBMPlexSans-SemiBold", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  color: #FFF;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 20px 0 20px 0;
}

.googleSearchPanel {
  display: none;
}

.imageContainerMenu button {
    color: white;
    background: transparent;
    border: none;
    position: relative;
    top: 0px;
    width: 34px;
    height: 34px;
    padding: 6px;
}

.imageContainerMenu button:hover { 
  border-radius: 17px;
  background-color: rgba(90,90,90,0.9);
}



@media only screen and (max-width: 600px) {
  #navHeader {
    display: inline-block;
  }
}

/* @media print {
    .printDiv {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        z-index: 99999;
    }
} */

.addFeaturesLabel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  
  position: absolute;

  height: 23px;
  left: 50%;
  top: 45%;
  
  background: #4E4C3C;
  border-radius: 4px;
}

.addFeatureLabelText {
  position: static;
  height: 11px;
  left: 6px;
  top: 4px;

  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 11px;
  display: flex;
  align-items: center;
  text-align: center;

  /* LIGHT GRAY */
  color: #C9C7C7;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 5px;
}

.add-features-editor {
  /* position: absolute; */
  margin-top: 40px ;
  right: 0px !important;
}

.add-features-editor .esri-editor__panel-content__section:nth-last-child(2)>div:not(.esri-editor__panel-content__section__group) {
  display: none;
}

.collector-editor .esri-editor__panel-content__section:nth-last-child(2)>div:not(.esri-editor__panel-content__section__group) {
  display: none;
}

.collector-editor {
  position: fixed;
  top: -210px !important;
  left: 10px !important;
  max-height: 80% !important;
}

.pagination>.active>a:focus {
  background-color: #337ab7 !important;
}

[hidden] {
  display: none !important;
}

.editLayerAttributesFooterMenu {
  background-color: rgba(74, 74, 74, 0.95);
  border-radius: 0 0 4px 4px;
}

.editLayerAttributesFooterMenu {
  padding: 8px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.editLayerAttributesFooterMenu button
 {
  position: relative;
  float: right;
  background: transparent;
  color: #C9C7C7;
}

.editLayerAttributesFooterMenu button:hover {
  color: white;
  border-color: none;
}

.editLayerAttributesFooterMenu button:focus {  
  border-color: none;  
  position: relative;
  float: right;
  background: transparent;
  color: #C9C7C7;
  outline: 0.1px whitesmoke !important;
}

#spanEditLayerAttributesFooterMenu {
  position: relative;
  top: 10px;
  margin-left: 5px;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.editLayerAttributesBtn:hover #iconEditLayerAttributesFooterMenu {
  fill: white;
}

.esri-view .esri-view-surface--inset-outline:focus::after {
  outline: none !important;
}

/* App guide */

#app-guide {
  width: 33%;
  min-width: 400px;
  max-width: 600px;
  height: 40%;
  border-radius: 4px;
  position: absolute;
  top: 25px;
  left: 60px;
  z-index: 1;
  -webkit-user-select: none;
}

#app-small-guide {
  background: rgba(74, 74, 74, 0.7);
  width: 55px;
  height: 48px;
  position: fixed;
  top: 105px;
  left: 0;
  padding: 9px 9px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#app-small-guide img {
  width: 30px;
}

.app-guide-header {
  background: #4A4A4A;
  opacity: 0.95;
  height: 50px;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
}

.app-guide-header .header-title {
  color: #e09a1c;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
}

.header-icons > div {
  display: flex;
  min-width: 12px;
}

.app-guide-header .header-icons {
  display: flex;
  justify-content: space-evenly;
  width: 18%;
}

.close-guide-button, 
.collapse-guide-button {
  width: 12px;
  cursor: pointer;
}

.app-guide-body {
  background: rgba(238, 239 ,238, 1);;
  height: calc(100% - 50px);
  padding: 15px 0 15px 15px;
  border-radius: 0 0 4px 4px;
}

.guide-content {
  overflow-y: auto;
  max-height: 100%;
  padding-right: 15px;
}

/* Settings style */
.consultGuide #consultGuideText{
  resize: none;
  min-height: 150px;
}

.hints-active-label{
  width: 150px;
  position: fixed;
  left: 145px;
  background: rgba(74,74,74, 0.7);
  padding: 5px;
  border-radius: 0 0 4px 4px;
  border-bottom: 2px solid #e09a1c;
  color: #F3F3F3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hints-active-label .esri-icon-close{
  font-size: 14px;
  cursor: pointer;
}

.progressBar {
  position: fixed;
  width: 1%;
  top: calc(50% - 15px);
  left: calc(50% - 100px);
  height: 30px;
  background-color: rgba(74,74,74, 0.7);
  color: #F3F3F3;
  max-width: 200px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e09a1c;
}

/* custom editor  */
.custom-editor {
  top: 2px;
  left: 60px;
  width: 350px;
  display: none;
  z-index: 998;
  position: absolute;
  background-color: rgba(34, 34, 34, 0.95);
  border-radius: 5px;
  /* min-height: 40vh; */
}

#mapConsult .custom-editor {
    top: 39px;
    left: unset;
    right: 5px;
    width: 333px;
}

.custom-editor-header {
  min-height: 50px;
  line-height: 50px;
  color: #e09a1c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #4A4A4A;
  opacity: .95;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.custom-editor-body {
  background-color: rgb(255, 255, 255);
  position: relative;
  padding: 12px;
  /* border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; */
  max-height: 75vh;
  overflow: auto;
}

.custom-editor-layer-title {
  font-size: 14px;
  font-weight: 700;
  padding: 12px;
}

.custom-editor-element {
  display: flex;
  align-items: center;
  margin: 6px 12px;
  background-color: rgba(222, 222, 222, 0.95);
  color: rgba(74, 74, 74, 0.95);
  font-size: 12px;
  padding: 12px;
  cursor: pointer;
  border: 2px solid transparent;
}

.custom-editor-element:hover {
  background-color: rgba(242, 242, 242, 0.95);
}

.custom-editor-element.active {
  background-color: rgba(242, 242, 242, 0.95);
  border: 2px solid rgb(0, 122, 194);
}

.custom-editor-element-title{
  margin-left: 12px;
}

.custom-editor-attributes{
  display: none;
}

.custom-editor-footer {
  display: none;
  background: white;
  padding: 10px 22px;
  margin: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Filter widget style start */

#filter-widget {
  width: 335px;
  right: 4px;
  user-select: none;
  background: rgba(34, 34, 34, 0.95);
  border-radius: 4px;
}

#filter-widget .filter-widget-header {
  align-items: center;
  color: #e09a1c;
  justify-content: space-between;
}

#filter-widget .filter-widget-header .reset-filter-button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 34px;
  font-size: 12px;
  width: 80px;
}

#filter-widget .filter-widget-header .esri-icon-undo{
  cursor: pointer;
  color: #fff;
  opacity: 0.5;
  &:hover{
    opacity: 1;
  }
}

#filter-widget .filter-widget-header .reset-filter-button .reset-button-text{
  opacity: 0;
  color: #fff;
}

#filter-widget .filter-widget-header .reset-filter-button:hover .reset-button-text{
  opacity: 0.5;
}

#filter-widget .instrument-title{
  padding: 10px;
  color: #e09a1c;
  font-weight: bold;
  font-size: 14px;
}

#filter-widget .filter-widget-body{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#filter-widget .filter-section-title{
  padding: 10px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  color: #C9C7C7;
}

#filter-widget .advance-filter .esri-icon-notice-round{
  color: #89898a;
  cursor: pointer;
  &:hover{
    color: #fff;
  }
}

#filter-widget .advance-filter .info-section{
  width: 100%;
  height: calc(100% - 73px);
  background: rgba(34, 34, 34, 1);
  position: absolute;
  bottom: 0;
  display: none;
  flex-direction: column;
  color: #C9C7C7;
}

#filter-widget .advance-filter .info-section .queries-examples{
  padding: 10px;
  overflow-y: scroll;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}

#filter-widget .advance-filter .info-section .queries-examples th{
  text-align: center;
}

#filter-widget .advance-filter .info-section.active{
  display: flex;
}

#filter-widget .advance-filter .info-section .info-section-title{
  font-size: 12px;
  text-align: center;
}

#filter-widget .layers-filter,
#filter-widget .attribute-filter {
  height: 50%;
}

#filter-widget .filter-selection{
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px 10px 10px;
  max-height: 260px;
  overflow: auto;
}

#filter-widget .layer,
#filter-widget .filtred-layer,
#filter-widget .filtred-layer .attribute{
  border: 1px solid #858585;
  width: fit-content;
  border-radius: 15px;
  padding: 3px 5px;
  margin: 3px;
  cursor: pointer;
  color: #aaa;
  background: #f9fafb;
  display: flex;
  background: #3a3a3a00;
}

#filter-widget .filtred-layer{
  cursor: initial;
}

#filter-widget .filtred-layer{
  width: 100%;
  flex-direction: column;
}

#filter-widget .filtred-layer .attributes{
  display: flex;
  flex-wrap: wrap;
}

#filter-widget .filtred-layer .layer-title{
  padding: 5px;
}

#filter-widget .layer.active,
#filter-widget .filtred-layer .attribute.active{
  border: 1px solid #616161;
  color: #F3F3F3;
  background: #3A3A3A;
}

#filter-widget .layer.active .esri-icon-custom,
#filter-widget .filtred-layer .attribute.active .esri-icon-custom{
  display: block;
}

#filter-widget .filter-selection .esri-icon-custom{
  margin-right: 5px;
  display: none;
}

#filter-widget .filter-widget-footer .footer-wrapper{
  display: flex;
  align-items: center;
  width: 123px;
  cursor: pointer;
  justify-content: space-around;
  font-size: 13px;
  margin-right: 10px;
  color: #89898a;
}

#filter-widget .filter-widget-footer .footer-wrapper:hover{
  color: #fff;
}

#filter-widget .filter-widget-footer{
  height: 30px;
  display: flex;
  justify-content: end;
}

#filter-widget .advance-filter {
  display: none;
}

#filter-widget .simple-filter {
  display: none;
}

#filter-widget .simple-filter.active,
#filter-widget .advance-filter.active {
  display: flex;
  flex-direction: column;
}

#filter-widget .advance-filter .filter-selection{
  max-height: 600px;
}

#filter-widget .advance-filter .attribute-query{
  display: flex;
  padding: 10px 0 10px 10px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

#filter-widget .advance-filter .filtred-layer.expanded .attribute-queries{
  display: initial;
  margin: 10px 0;
}

#filter-widget .advance-filter .filtred-layer .attribute-queries{
  display: none;
}

#filter-widget .advance-filter .filtred-layer{
  cursor: pointer;
}

#filter-widget .advance-filter .filtred-layer.expanded{
  cursor: initial;
}

#filter-widget .advance-filter .attribute-query .fields-select,
#filter-widget .advance-filter .attribute-query .comparison-operators-select,
#filter-widget .advance-filter .attribute-query input {
  border: 1px solid #89898a;
  border-radius: 4px;
}

#filter-widget .advance-filter .attribute-query .fields-select{
  width: 35%;
  color: #636363;
}

#filter-widget .advance-filter .attribute-query .comparison-operators-select{
  width: 20%;
  color: #636363;
}

#filter-widget .advance-filter .attribute-query input{
  width: 35%;
  color: #636363;
}

#filter-widget .advance-filter .add-query-button,
#filter-widget .advance-filter .esri-icon-minus{
  cursor: pointer;
  font-size: 12px;
  &:hover{
    color: rgb(211, 146, 28);
  }
}

#filter-widget .advance-filter .esri-icon-minus{
  display: flex;
  align-items: center;
}

#filter-widget .advance-filter .add-query-button,
#filter-widget .advance-filter .execute-query-button{
  cursor: pointer;
  margin-left: 10px;
  background: #d1d1d1;
  padding: 2px 4px;
  border-radius: 4px;
  color: #797979;
  font-weight: 600;
  &:hover{
    color: #ffff;
    background: rgb(211, 146, 28);
  }
}

#filter-widget .advance-filter .execute-query-button{
  margin-right: 18px;
  margin-left: initial;
}

#filter-widget .advance-filter .filter-action-buttons{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* Filter widget style end */

/* New legend style start*/

.map-menu .legend-container {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  align-items: center;
  flex-direction: column;
}

.map-menu .legend-container .layer-group {
  width: 90%;
  margin-top: 10px;
}

.layer-group-collapse,
.layer-collapse{
  cursor: pointer;
  background: none;
  border: none;
}

.layer-group-collapse.collapsed,
.layer-collapse.collapsed {
  transform: rotate(180deg);
}

.map-menu .legend-container .layer-group .layer-group-header,
.map-menu .legend-container .layer-group .layer-item.with-attributes .layer-header{
  display: flex;
  width: 100%;
  padding: 5px 5px;
  border-radius: 4px;
  background: rgb(92, 92, 92);
  opacity: 0.7;
}

.map-menu .legend-container .layer-group .layer-group-header.active,
.map-menu .legend-container .layer-group .layer-item.with-attributes .layer-header.active{
  opacity: 1;
}

.map-menu .legend-container .esri-checkbox{
  font-size: 18px;
  cursor: pointer;
}

.map-menu .legend-container .esri-checkbox.partial-active{
  color: rgb(211, 146, 28);
}

.map-menu .legend-container .esri-checkbox.esri-icon-applications{
  color: rgb(211, 146, 28);
}

.map-menu .legend-container .layer-counter {
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-menu .legend-container .layer-group .layer-group-header .leyer-group-title,
.map-menu .legend-container .layer-group .layer-item.with-attributes .layer-header .layer-title,
.map-menu .legend-container .layer-group .layer-item.with-attributes .attribute-list .attribute-item .attribute-title{
  width: 70%;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.map-menu .legend-container .layer-group .layer-group-header .actions-group,
.map-menu .legend-container .layer-group .layer-item.with-attributes .layer-header .actions-group{
  margin-left: auto;
  display: flex;
  width: 20%;
  justify-content: space-evenly;
}

.map-menu .legend-container .actions-group{
  margin-left: auto;
  display: flex;
}

.map-menu .legend-container .layer-group .layer-item,
.map-menu .legend-container .layer-group .layer-item.with-attributes .attribute-list .attribute-item {
  display: flex;
  margin: 5px 0 5px 10px;
  padding: 5px;
  opacity: 0.7;
  align-items: center;
}

.map-menu .legend-container .layer-group .layer-item.active,
.map-menu .legend-container .layer-group .layer-item.with-attributes .attribute-list .attribute-item.active {
  opacity: 1;
}

.map-menu .legend-container .layer-group .layer-item .layer-title,
.map-menu .legend-container .layer-group .layer-item.with-attributes .attribute-list .attribute-item .attribute-title{
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.map-menu .legend-container .layer-group .layer-item.with-attributes{
  margin-left: 5px;
  flex-direction: column;
}

.map-menu .legend-container .layer-group .layer-item.with-attributes .attribute-list{
  width: 100%;
}

.map-menu .legend-container .layer-group .layer-item.with-attributes .attribute-list .attribute-item{
  width: 100%;
}
/* New legend style end*/