.social-icons-section {
    min-height: 35px;
    max-height: 35px;
    background-color: #242021;
    padding-left:10px;
    padding-right:10px;

}
/* Works on Firefox */
*{
    scrollbar-width: thin;
    scrollbar-color: #242021 #f8f9fa;
  }
.highlightedText {
    background: yellow;
}
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
    height:10px;
  }
  
  *::-webkit-scrollbar-track {
    background: #f8f9fa;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: #242021;
    border-radius: 20px;
    border: 3px solid #f8f9fa;
  }
  /*@font-face {
    font-family: Cairo;
    src: url(../Cairo/Cairo-Regular.ttf);
  }*/

@font-face {
    font-family: "Avenir Next";
    src: url(../Cairo/Cairo-Regular.ttf);
}

body {
    font-family: "Avenir Next","Helvetica Neue",Helvetica,Arial,sans-serif;
}
  #MainView,
  #MainDiv,
  html,
  body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
  }
#viewDiv {
    padding: 0;
    margin: 0;
    height: 200px;
    width: 100%;
    /*background-color: RGBA(247,242,235,0.5);*/
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(247,242,235,1) 100%);
}


  .esri-coordinate-conversion__select-primary{
      width: 250px !important;
  }
  .esri-expand__content--expanded{
      background-color: #fff;
  }

  *:focus {
    outline: none !important;
}

.esri-view .esri-view-surface--inset-outline:focus::after {
  outline: none !important;
}

.top-nav-bg {
  background: rgba(254, 254, 254, 1) !important;
  background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(53%, rgba(219, 219, 219, 1)), color-stop(100%, rgba(226, 226, 226, 1))) !important;
  background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
  background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
  background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
  background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0) !important;
}
.custom-spinner{
  background-color: white;
    opacity: 0.3;
    width: 100%;
    height: calc(100% - 40px);
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 9999;
}
.tool-spinner {
    position: absolute;
    z-index: 50;
    width: 100%;
    padding-top: 10px;
}




.shadow-second-bar {
  box-shadow: 0px 5px 10px 0px #cccccc;
}
.shadow-card {
  box-shadow: 0px 5px 10px 0px #cccccc;
}
.dropdown-menu-shadow{
  box-shadow: 0px 5px 10px 0px #cccccc;
}
.esri-button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cursor-pointer {
  cursor: pointer;
}
.icon-margin-5{
  margin-left: 5px;
  margin-right: 5px;
}
.text-not-selectable {
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  outline: none;
}
.window-button{
  padding-right: 5px;
  text-shadow: 0px 2px 0px #cccccc;
  margin-top: 4px;
}
.window-button:hover{
  padding-right: 5px;
  text-shadow: 0px 2px 0px #cccccc;
  margin-top: 4px;
  color: #0079c1;
}

.card-body{
  background-color: #fcfcfc
}
.card-body.ng-hide-add {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  opacity: 1;
}
.card-body.ng-hide-add-active {
  opacity: 0;
}
.card-body.ng-hide-remove {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  opacity: 0;
}
.card-body.ng-hide-remove-active {
  opacity: 1;
}
.dropdown-menu-padding-5{
  padding: 5px !important;
}
.navbar-nav .dropdown-menu {
  background: #f5f5f5;
  max-height: calc(100dvh/2);
  overflow: auto;
}
.dropdown-item:hover {
  background-color: #eee;
}
.esri-sketch__panel{
    border: gainsboro;
    border-width: 1px;
    border-style: dashed;
}

.esri-bookmarks .esri-widget__content--empty {
  background-color: #fcfcfc;
}


.widget-icon{
  width: 50px;
  margin-top: -35px;
  margin-right: -35px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,.15));
}

.widget-icon:hover{
  width: 60px;
  margin-top: -45px;
  margin-right: -45px;
}
.widget{
  position: fixed;
  z-index: 500;
  animation: popup-intro-animation-up 200ms ease-in-out;
}
.widget-bar{
  position: absolute;
  top: 277px;/*it will overwrite in widgetBar directive*/
  z-index: 499;
  max-height: 630px;/*it will overwrite in widgetBar directive*/
  overflow-y: hidden;
  overflow-x: hidden;
  max-width: 90px;
}

.widget-bar:hover {
  overflow-y: auto;
}
.widget-toolbar-icon{
  cursor: pointer;
  margin-bottom: 8px;
  width: 50px;
  -webkit-filter: drop-shadow(1px 1px 1px #222);
  filter: drop-shadow(1px 1px 1px #222);
}
.close-position-for-picture {
    color: #080808;
    position: absolute;
    top: -5.5%;
    right: 100%;
    display:none;
    text-shadow: 0px 0px 5px rgba(0,0,0,.15);
    font-weight: bold;
}
.expand-position-for-picture{
    color: #080808;
    position: absolute;
    top: -5.5%;
    right: 65%;
    display:none;
    text-shadow: 0px 0px 5px rgba(0,0,0,.15);
    font-weight: bold;
}
.close-position-for-picture:hover {
    color: rgb(41,142,202);
}
.expand-position-for-picture:hover{
    color: rgb(41,142,202);
}
.expand-position-for-picture>span:hover{
    border: 1px solid rgb(41,142,202);
}
.close-position-for-picture>span:hover{
    border: 1px solid rgb(41,142,202);
}

.expand-position-for-picture>span{
    background-color: #fff;
    border-radius: 22px;
    border: 1px solid rgba(0,0,0,0.5);
    font-size: 14px;
}
.close-position-for-picture>span{
    background-color: #fff;
    border-radius: 22px;
    border: 1px solid rgba(0,0,0,0.5);
    font-size: 14px;
}
.widget-toolbar-icon-div{
    position: relative !important;
    display: inline-block !important;
}
.widget-toolbar-icon-div:hover>.close-position-for-picture{
  display:block;
}
.widget-toolbar-icon-div:hover>.expand-position-for-picture{
  display:block;
}
.widget-toolbar-icon-div:hover>.widget-toolbar-icon{
  width: 60px;
  -webkit-filter: drop-shadow(3px 3px 3px #222);
  filter: drop-shadow(3px 3px 3px #222);
}
.icon-white{
    color: white;
    padding-top: 5px;
    font-size: 13px;
}

.highlight-card{
    box-shadow: 0 .9rem 1rem rgba(0, 149, 187,0.5)!important;
}
.text-md-center {
    width: 100%;
    text-align: center;
}
.max-height-500{
    max-height:500px;
}
.no-padding{
    padding:0px;
}
.padding-top-5{
    padding-top:5px;
}
.padding-top-10{
    padding-top:10px;
}
.accordion-button::after {
margin-left:0px
}
.toast-top-right{
    top:130px;
    right:60px
}
.no-border{
    border-width:0px!important;
}
.no-border-leave-bottom {
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-left-width: 0px !important;
    border-bottom-width: 1px !important;
}
.btn-outline-dark{
        border: 1px solid rgba(110,110,110,.3) !important;
}
.btn-outline-dark:hover{
        background-color: rgba(110,110,110,0.1);
        color: rgb(0,0,0);
}

.search-result-item{
   cursor:pointer;
}
.search-result-item:hover{
   background-color: rgba(0,0,0,.03);
}
.widget-in-map-opacity{
    opacity:0.95;
}

.widget-in-map-opacity:hover{
    opacity:1;
}

.file-drag-drop{
    border: coral;
    border-width: 1px;
    border-style: dashed;  
    padding-left: 1px;
}

.my-table{
    font-size:15px;
}
.my-table-fixed {
  text-align: right;
  position: relative;
  border-collapse: collapse; 
  font-size:15px;
}

.table-fixed-contener{
    height: 200px;
    font-size:15px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: RGBA(0,0,0,0.04);
    border: RGBA(0,0,0,0.03);
    border-style: dotted;
    border-width: 1px;
}
.table-fixed-contener-400{
  height:400px;
  font-size:15px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: RGBA(0,0,0,0.04);
  border: RGBA(0,0,0,0.03);
  border-style: dotted;
  border-width: 1px;
}
.table-fixed-contener-500{
  height:500px;
  font-size:15px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: RGBA(0,0,0,0.04);
  border: RGBA(0,0,0,0.03);
  border-style: dotted;
  border-width: 1px;
}
    .my-table-fixed th {
        padding: 0.25rem;
        background: rgba(254, 254, 254, 1) !important;
        background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(53%, rgba(219, 219, 219, 1)), color-stop(100%, rgba(226, 226, 226, 1))) !important;
        background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
        background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
        background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
        background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0) !important;
    }

    .my-table-fixed td {
        padding: 0.25rem;
    }
    .my-table-fixed thead th {
        background: rgba(254, 254, 254, 1) !important;
        background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(53%, rgba(219, 219, 219, 1)), color-stop(100%, rgba(226, 226, 226, 1))) !important;
        background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
        background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
        background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
        background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(219, 219, 219, 1) 53%, rgba(226, 226, 226, 1) 100%) !important;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0) !important;
        position: sticky;
        top: 0;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    }
    
.my-table-fixed>tbody>tr:nth-of-type(odd) {
 background-color : rgb(255,255,255);
}
.my-table-fixed>tbody>tr:nth-of-type(even) {
    background-color : rgb(245,245,245);
}
 .my-table-fixed>tbody:nth-of-type(odd)>tr>td {
  background-color : rgb(255,255,255);
}
.my-table-fixed>tbody:nth-of-type(even)>tr>td {
  background-color : rgb(245,245,245);
}


.grid-item-selected{
  background-color: rgba(211,123,37,0.2) !important;
}

.mb-3 {
  margin-bottom: 0.3rem!important;
}
.bootbox-close-button{
  background-color: unset;
    border: unset;
   float: left;
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
}

.element-drag{
    border-color: RGBA(0,0,0,0.1) !important;
    border-width: 2px !important;
    border-style: dashed !important;
    background-color: aliceblue !important;
}
.element-drop{
  border-color: black !important;
  border-width: 2px !important;
  border-style: solid !important;
}

.esri-menu__list-item .dropdown .dropdown-menu {
  left: 0px !important;
}


.esri-search__input-container .dropdown .dropdown-menu {
    left: 0px !important;
}

.esri-bookmarks__list--sortable{
  max-height: 350px;
  overflow-y: auto;
}

.esri-print__export-panel-container{
	  max-height: 100px;
    overflow-y: auto;
}


.esri-print__form-section-container label{
  width: 100%;
}

.esri-print__export-panel-container div{
  color: goldenrod;
  font-weight: bold;
}
.max-height-500-auto{
  max-height: 500px;
    overflow-y: auto;
}

label input[type='checkbox'] { 
  margin-left: 5px;
}
.esri-menu__list>li:last-child{
    border-bottom: solid 1px rgba(110,110,110,.3);
}
.esri-menu__list {
    background-color: RGBA(0,0,0,0.02);
}
.esri-menu__list>li{
     background-color: #fefefe;
}
.input-search-shapes{
    border: rgba(0,0,0,0.1);
    border-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 0px;
}

.bd-blue-100 {
  color: #000 !important;
  background-color: #cfe2ff !important;
}

.bd-indigo-100 {
  color: #000 !important;
  background-color: #e0cffc !important;
}
.bd-orange-100 {
  color: #000 !important;
  background-color: #ffe5d0 !important;
}
.bd-red-100 {
  color: #000 !important;
  background-color: #f8d7da !important;
}
.bd-red-500 {
  color: #fff !important;
  background-color: #dc3545 !important;
}
.bd-pink-100 {
  color: #000 !important;
  background-color: #f7d6e6 !important;
}
.bd-teal-100 {
  color: #000 !important;
  background-color: #d2f4ea !important;
}
.bd-green-100 {
  color: #000 !important;
  background-color: #d1e7dd !important;
}
.bd-yellow-100 {
  color: #000 !important;
  background-color: #fff3cd !important;
}
.bd-gray-100 {
  color: #000 !important;
  background-color: #f8f9fa !important;
}
.bd-cyan-100 {
  color: #000 !important;
  background-color: #cff4fc !important;
}
.vertical-center {
  vertical-align: middle !important;
}
.border-right-3px{
  border-right: 3px solid transparent !important;
  border-right-color: rgb(0, 121, 193) !important;
  background-color: #e7f1ff !important;
}
.margin-bottom-1px{
  margin-bottom: 1px !important;
}
.cursor-progress{
  cursor: wait !important;
}

.dropdown .dropdown-menu-left-0px{
  left: 0px !important;
}

.dropdown-menu .dropdown-menu-left-0px {
    left: 0px !important;
}
.row-select td {
    background-color: #e7f1ff;
}
.row-select td:first-child{
  border-right: 6px solid transparent ;
  border-right-color: rgb(0, 121, 193) ;
  background-color: #e7f1ff;
}
.custom-spinner-8{
  opacity: 0.8;
}
.mobile-tools-container {
    padding-top: 0px;
}

@media (max-width: 992px) {
    .dropdown-menu-mobile {
        background: unset !important;
        width: 100%;
    }
    .navbar-collapse-mobile {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 200px;
    }
    .width-100{
        width:100% !important
    }
}
@media (min-width: 992px) {
    .width-40 {
        width: 60%;
        max-width: 400px
    }
}


.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-auto {
    overflow-x: auto;
}
.mobile-slider-bar {
    width: 100%;
    text-align: center;
    height: 24px;
    margin-bottom: 1px;
    border-bottom: 1px;
    border-bottom-color: RGBA(0,0,0,0.03);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 11px;
    background-color: whitesmoke;
}
.mobile-slider-bar-line {
    background-color: rgba(110,110,110,.3);
    border-radius: 2px;
    content: "";
    height: 2px;
    width: 32px;
}
#toolsContainer{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.display-grid{
    display: grid !important;
}
.overflow-x-y-auto {
    overflow-x: auto !important;
    overflow-y: auto !important;
}
.display-inline-flex {
    display: inline-flex
}
.display-inline-grid {
    display: inline-grid
}
.display-inline {
    display: inline
}
.second-bar-slider {
    position: fixed;
    z-index: 1;
    right: calc(50% - 9%);
    background-color: rgba(226, 226, 226, 1);
    width: 18%;
    height: 18px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid RGBA(0,0,0,0.07);
    border-top: 0px solid RGBA(0,0,0,0.07);
}
.second-bar-slider-up-down {
    position: absolute;
    right: calc(50% - 5.5px);
    font-size: 80%;
    color: rgba(0,0,0,0.5);
}
.sub-text-info {
    vertical-align: top;
    font-size:10px;
}


.custom-slider.rzslider .rz-bar {
  background: #0cb49f;
  height: 2px;
}

.custom-slider.rzslider .rz-selection {
  background: #0cb49f;
}

.custom-slider.rzslider .rz-pointer {
    width: 10px;
    height: 18px;
    top: auto;
    bottom: -1.5px;
    background-color: #0cb49f;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 2px solid RGBA(0,0,0,0.3);
}

.custom-slider.rzslider .rz-pointer:after {
  display: none;
}

.custom-slider.rzslider .rz-bubble {
  bottom: 14px;
}

.custom-slider.rzslider .rz-limit {
  font-weight: bold;
  color: #0cb49f;
}

.custom-slider.rzslider .rz-tick {
    width: 10px;
    height: 10px;
    margin-left: 0px;
    border-radius: 5px;
    background: #0cb49f;
    top: -1.5px;
}

    .custom-slider.rzslider .rz-tick.rz-selected {
        background: #0095bb;
    }
.user-manual.iframe {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    border: 0.5px;
    border-style: solid;
    border-color: RGBA(0,0,0,0.05);
}


@media only screen and (max-width: 300px) {
    .slideshow-prev, .slideshow-next {
        font-size: 11px
    }
}

.slideshow-numbertext {
    color: rgba(1, 125, 162,0.9);
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: bold;
}

.slideshow-prev, .slideshow-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: rgba(1, 125, 162,0.8);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(1, 125, 162, 0.15);
}

.slideshow-next {
    left: 30px;
    border-radius: 3px 0 0 3px;
}

.slideshow-prev {

    right: 30px;
    border-radius: 3px 0 0 3px;
}

    .slideshow-prev:hover, .slideshow-next:hover {
        background-color: rgbA(1, 125, 162, 0.8);
        color: #f4fcfe;
    }

.slideshow-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgba(1, 125, 162,0.3);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.slideshow-dots {
    position: absolute;
    width: 100%;
    bottom: 40px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-right: -30px;
}
.padding-left-right-5 {
    padding-right: 5px;
    padding-left: 5px;
}
.slideshow-active, .slideshow-dot:hover {
    background-color: rgba(1, 125, 162,0.8);
}
.flip-container {
    width: 100%;
    height: 440px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.flip-card {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .flip-card .flip-flipper {
        display: block;
        height: 100%;
        width: 100%;
        line-height: 260px;
        text-align: center;
        font-weight: bold;
        position: absolute;
        -webkit-transition: -webkit-transform 1s, opacity 1s;
        -moz-transition: -moz-transform 1s, opacity 1s;
        -o-transition: -o-transform 1s, opacity 1s;
        transition: transform 1s, opacity 1s;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0;
    }

        .flip-card .flip-flipper.flip-flipped {
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
            z-index: 1;
            opacity: 1;
        }

        .flip-card .flip-flipper.flip-before {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .flip-card .flip-flipper.flip-after {
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            -o-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
        }
.timelineImageContainer {
    width: 100%;
    position:relative;
}

    .timelineImageContainer > img:active {
        width: 400px !important;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid RGBA(0,0,0,0.2);
        background-color: white;
        z-index: 200
    }
    .timelineImageContainer > img {
cursor:pointer;
    }
.col-image-timeline:hover {
    opacity: 1 !important;
}

/*.form-switch .form-check-input {
    cursor:pointer;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgb(13%2C%20110%2C%20253)'/></svg>")
}*/
.icon-hover:hover {
    color: #0d6efd;
}
.esri-bookmarks__bookmark {
    border-color: rgba(110,110,110,.3);
}
.esri-distance-measurement-2d__container {
    padding: 0px;
}
.esri-layer-list__item-toggle .esri-icon-visible {
    font-size: 20px;
    color: green;
    font-weight: bold
}
.esri-layer-list__item-toggle .esri-icon-non-visible {
    color: RGB(215,125,125);
}
#printToolWidgetXXX__mapOnlyTab {
    display: none !important;
}
.esri-print__layout-tab-list {
    display:none;
}
.esri-print__layout-section{
    border-top-width:0px
}
.esri-print__header-title{
    display:none;
}
.tab-not-active {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: RGBA(0,0,0,0.1);
    border-top-width: 1px;
    border-top-style: inset;
    border-top-color: RGBA(0,0,0,0.1);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.tab-not-active-first {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: RGBA(0,0,0,0.1);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: RGBA(0,0,0,0.1);
    border-top-width: 1px;
    border-top-style: inset;
    border-top-color: RGBA(0,0,0,0.1);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.tab-active {
    border-width: 0px;
    border-top-width: 1px;
    border-left-width: 1px;
}
.font-icon-black {
    font-family: 'FontAwesome';
    color: RGB(0,0,0);
    font-size: 80%;
}
.overflow-y-hidden {
    overflow-y:hidden !important;
}
.href {
    text-decoration: none;
    color: rgba(0,0,0,.75);
    font-weight: bold;
    border: 1px dotted rgba(0,0,0,0.75);
    border-width: 0 0 1px 0;
    padding-bottom: 1px;
}
.esri-ui-bottom-left-custom {
    display: block;
    bottom: -20px;
    color: #000;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.scale-bar-custom {
    width: 100%;
    text-align: center;
    font-weight:bold;
}
.esri-sketch__panel {
    border-bottom: 0px;
}
.esri-sketch__panel-bottom-1 {
    border-bottom: gainsboro 1px dashed;
}
.snip-layers-main {
    border: gainsboro;
    border-width: 1px;
    border-style: dashed;
    border-top: 0px;
    background-color: #f3f3f3;
    padding-right: 6px;
    padding-left: 6px;
}
.snip-layers {
    max-height: 300px;
    overflow-y: auto;
}
    .snip-layers div {
        border-bottom-color: rgba(110,110,110,.3);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        .snip-layers div:last-child {
            border-bottom-width: 0px;
        }

.popupImageContainer {
    width: 100%;
    position: relative;
}

    .popupImageContainer > img {
        cursor: pointer;
    }