@font-face {
  font-family: "Verdana";
  src: url("https://gis.adports.ae/maritimeviewer/fonts/verdana.ttf");
  /* IE9 Compat Modes */
  src: url("https://gis.adports.ae/maritimeviewer/fonts/verdana.eot");
  src: url("https://gis.adports.ae/maritimeviewer/fonts/verdana.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Verdana-regular";
  src: url("https://gis.adports.ae/maritimeviewer/fonts/VERDANA0.ttf");
  /* IE9 Compat Modes */
  src: url("https://gis.adports.ae/maritimeviewer/fonts/VERDANA0.eot");
  src: url("https://gis.adports.ae/maritimeviewer/fonts/VERDANA0.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Verdana-bold";
  src: url("https://gis.adports.ae/maritimeviewer/fonts/Verdana Bold.ttf");
  /* IE9 Compat Modes */
  src: url("https://gis.adports.ae/maritimeviewer/fonts/Verdana Bold.eot");
  src: url("https://gis.adports.ae/maritimeviewer/fonts/Verdana Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Forza-English-bold";
  src: url("https://gis.adports.ae/maritimeviewer/fonts/Forza-Bold.otf");
  /* IE9 Compat Modes */
  src: url("https://gis.adports.ae/maritimeviewer/fonts/Forza-Bold.eot");
  src: url("https://gis.adports.ae/maritimeviewer/fonts/Forza-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Forza-English";
  src: url("https://gis.adports.ae/maritimeviewer/fonts/Forza-Medium.ttf");
  /* IE9 Compat Modes */
  src: url("https://gis.adports.ae/maritimeviewer/fonts/Forza-Medium.eot");
  src: url("https://gis.adports.ae/maritimeviewer/fonts/Forza-Medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Verdana";
}

input,
select,
button {
  font-family: "Verdana";
}

#left-panel-activities {
  display: none;
  width: 275px;
  background: white;
}

.tool-bar-vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.active {
  display: flex !important;
  flex-direction: column;
  padding: 0;
}

.left-panel-close {
  margin-right: 15px;
  margin-top: 10px;
}

.left-panel-close img,
.left-panel-close2 img {
  width: 25px;
  cursor: pointer;
}

.left-panel-title {
  margin-top: 15px;
  color: #2d3955;
  font-weight: bold;
  font-size: 18px;
}

.left-panel-img img {
  width: 30px;
}

/* .esri-widget--button.esri-widget.esri-interactive {
  background: #2d3955;
  color: #ffffff;
} */
/*.esri-zoom .esri-widget--button{
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.esri-zoom .esri-widget--button:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

 .esri-zoom .esri-widget--button:nth-child(2) {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
} */

div#home-btn {
  background: #2d3955;
  color: #ffffff;
  border-radius: 3px;
  margin-top: 5px;
}

div#left-panel-layers-content,
#left-panel-activities-content {
  font-family: "Verdana";
  font-size: 0.78em !important;
}

/*Nested List*/
ul,
#myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  width: 95%;
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}

.caret::after {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
  -ms-transform: rotate(90deg) !important;
  /* IE 9 */
  -webkit-transform: rotate(90deg) !important;
  /* Safari */
  transform: rotate(90deg);
}

.caret-down::after {
  -ms-transform: rotate(270deg) !important;
  /* IE 9 */
  -webkit-transform: rotate(270deg) !important;
  /* Safari */
  transform: rotate(270deg) !important;
}

.nested {
  display: none;
}

li.layer-li {
  padding: 15px 0px 10px 0px;
  box-shadow: 0 0 2px #00000029;
}

.toggle-active {
  display: block;
}

span.layer-title {
  position: absolute;
  left: 40px;
  min-width: 220px;
}

span.sub-layer-title {
  margin-left: 10px;
}

ul.nested.toggle-active li {
  margin: 5px 0;
}

/*checkbox*/
/* Rounded sliders */
.switch {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 15px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(14px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Bayan Left Panel Legend updates*/
/*#left-panel-legend, #left-panel-layers{     
min-height: 100vh !important;     
} 

/* .left-panel::-webkit-scrollbar-track, #left-panel-layers-content::-webkit-scrollbar-track{   
padding: 2px 0;   
background-color:#F5F5F5; 
}

.left-panel::-webkit-scrollbar, #left-panel-layers-content::-webkit-scrollbar {   
width: 10px; 
}

.left-panel::-webkit-scrollbar-thumb, #left-panel-layers-content::-webkit-scrollbar-thumb {   
border-radius: 10px;   
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);   
background-color:lightgrey;
} */
/* Srinivas 26012021  */
.esri-legend__service {
  font-family: "Verdana" !important;
}

.search-bar-horizental {
  display: flex;
  padding-right: 200px;
  flex-wrap: wrap;
  font-family: "Verdana";
}

.search-bar-horizental > div {
  padding-right: 10px;
}

.search-control {
  width: 220px;
  line-height: 31px;
  border-radius: 2px;
  box-shadow: none;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
}

/* Scroll bar css */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: darkgray;
}

/*End Scroll bar css */

/*End Srinivas CSS */

/* advance search styles */
.autocomplete-items {
  /* position: absolute; */
  /*border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;*/
  z-index: 999;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 12px;
  right: 0;
  margin-left: 3px;
  margin-top: 1px;
  height: 30vh;
  overflow-y: auto;
  max-height: 100vh;
  max-width: 240px;
}

.highlight-color {
  color: red;
}

.autocomplete-items div {
  padding: 6px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: lightgray !important;
  color: #ffffff;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.layerNameInList {
  font-style: italic;
  color: green;
}

/*End Advance search css */

/*Activties css*/
.activity {
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 10px;
}

.activities-img img {
  width: 35px;
}

.activities-img {
  display: flex;
}

.activities-title {
  width: 53px;
  text-align: center;
}

.activities-toggle {
  margin-top: 10px;
}

/*multiselect*/
.multiselect {
  width: 220px;
}

.selectBox {
  position: relative;
  cursor: pointer;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
  border-radius: 2px;
  padding: 0.475rem 0.75rem;
  border: 1px solid #ced4da;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  background: white;
  height: 220px;
  overflow-y: scroll;
}

#checkboxes label {
  display: block;
  cursor: pointer;
  padding-left: 1em;
  padding-top: 1em;
}

form {
  margin-right: 10px;
}

.esri-ui-corner .esri-component {
  box-shadow: none;
}

/*2/1*/
div#selected-layer-legend {
  display: none;
  font-family: "Verdana";
  background: #ffffff;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #ced4da;
}

.legend-color {
  margin-right: 5px;
  width: 30px;
  height: 15px;
  margin-left: 5px;
}

.legend-col1,
.legend-col2 {
  display: flex;
  align-items: center;
}

.selected-layer-legend-title {
  margin-bottom: 5px;
  margin-right: 10px;
}

.legend-row {
  margin-bottom: 10px;
}

.round-color {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  margin-right: 20px;
}

.selected-layer-legend-header-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media only screen and (max-width: 550px) {
  div#selected-layer-legend {
    max-width: 190px;
  }
}

@media only screen and (max-width: 685px) {
  .search-control {
    width: 274px;
  }

  .multiselect {
    width: 300px;
  }

  .autocomplete-items {
    max-width: 297px;
  }
}

/*Vara Css*/
.infoDivParent {
  z-index: 99;
  top: 0px;
  left: 0px;
  min-width: 300px;
  height: 32vh !important;
  background-color: white;
  display: none;
}

.infoDiv {
  height: calc(100% - 32px);
}

.parentDiv {
  width: 100%;
  height: 100%;
}

.titleDiv {
  display: flex;
  /* height: 35px; */
  justify-content: space-between;
  padding: 1.5%;
  box-shadow: 0px 1px 6px #00000029;
}

.titleTextDiv {
  height: 100%;
}

.mainTitle {
  font-weight: bold;
  font-size: 16px;
}

.subTitle {
  color: blue;
  font-size: 13px;
}

.emptyIconDiv {
  height: 30px;
  width: 30px;
}

.contentDiv {
  height: calc(100% - 41px);
  width: 100%;
  overflow: auto;
}

/* .infoClose {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(../images/info-panel-close.svg);
  background-repeat: no-repeat;
  background-size: cover;
} */

.infoRow {
  padding: 2%;
  display: flex;
  font-size: 13px;
}

.infoRow :first-child {
  width: 40%;
}

.infoRow :last-child {
  margin-left: 10px;
  width: 55%;
}

.infoNavigation {
  bottom: 0px;
  position: relative;
  right: 0px;
  z-index: 100;
  width: 100%;
  height: 32px;
  background-color: white;
}

#infoEsriNavigation {
  justify-content: flex-end;
  background-color: transparent;
}

/**/

input.search-box,
input.search-box2 {
  height: 30px;
  background: #2b3858;
  border: 1px solid #2b3858;
  border-radius: 7px;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  width: 95%;
  padding: 5px 0 5px 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 1;
}

input.search-box::placeholder,
input.search-box2::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5f6b83;
  opacity: 1;
  /* Firefox */
  font-size: 16px;
  /*padding-left: 15px;*/
}

div#left-panel-activities {
  /*margin-top: -9px;*/
  margin-left: 15px;
  border-radius: 15px;
  border: none;
  padding: 15px;
  opacity: 1;
  z-index: 9999;
}

.search-box-div,
.search-box-div2 {
  position: relative;
}

div#activities-list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  /* margin-left: -7px; */
}

.activity-label,
.userType-label,
.others-label,
.facilities-label {
  /*margin-top: 2px;
  margin-bottom:1px;*/
  font-family: "Forza-English-bold";
  font-weight: bold;
}

.activities-container {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.activitiesCB,
.userTypeCB,
.facilitiesCB,
.othersCB {
  display: none;
}

.activity-cb-label {
  cursor: pointer;
}

#left-panel-activities-content,
#left-panel-features-content,
#left-panel-globalsearch-content {
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Verdana";
  font-size: 0.9em;
  max-height: 85vh;
}

.show-result-btn {
  background: #13c5bd;
  border-radius: 7px;
  color: #ffffff;
  font-size: 14px;
  outline: none;
  width: 100%;
  padding: 12px 0px 12px 0px;
  text-align: center;
  cursor: pointer;
}

.activities-title.userType-title,
.activities-title.facilities-title {
  min-width: 50px;
  background: #f1f3f4;
  height: 40px;
  border-radius: 8px;
  width: 40px;
  padding: 0 13px 0px 13px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.activities-div,
.features-div {
  display: none;
}

img.search-logo {
  /* background: #2b3858; */
  /* height: 30px; */
  /* border: 1px solid #2b3858; */
  /* border-radius: 13px; */
  /* color: #ffffff; */
  /* font-size: 16px; */
  /* outline: none; */
  padding: 5px 0 5px 10px;
  /* border-top-left-radius: 0; */
  /* border-bottom-left-radius: 0; */
}

.searchDiv {
  min-width: 225px;
}

.search-box-div {
  display: flex;
}

.searchDiv2 {
  min-width: 190px;
}

.search-box-div2 {
  display: flex;
}

.searchLogoDiv2,
.searchLogoDiv {
  display: flex;
  background: #2b3858;
  height: 30px;
  border: 1px solid #2b3858;
  border-radius: 7px;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  padding: 5px 0 5px 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 1;
  opacity: 1;
  cursor: pointer;
}

img.search-close {
  /* background: #2b3858; */
  /* height: 30px; */
  /* border: 1px solid #2b3858; */
  /* border-radius: 13px; */
  /* color: #ffffff; */
  /* font-size: 16px; */
  /* outline: none; */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 9999999;
  margin-right: 5px;
  cursor: pointer;
}

.vl {
  border-left: 1px solid #ffffff;
  height: 25px;
  margin-top: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

/* .userTypeCB+label div, .facilitiesCB+label div{
background: #f1f3f4;
} */

.userTypeCB + label,
.facilitiesCB + label {
  color: #000000;
}

/* .userTypeCB:checked+label div, .facilitiesCB:checked+label div{
background: #295597;
} */

/* .userTypeCB:checked+label, .facilitiesCB:checked+label{
color: #ffffff;
} */

.feature-name {
  color: #478ac9;
  /* max-width: 100%; */
  font-family: "Verdana-bold";
  font-size: 13px;
}

.feature-align {
  /* text-align: center; */
  margin-bottom: 10px;
  flex: 1;
}

.feature {
  margin-bottom: 15px;
  border-bottom: 1px solid #ececea;
  padding-bottom: 15px;
  line-height: 20px;
  cursor: pointer;
}

.feature-layer {
  color: #072838;
}

.feature-layer {
  color: #072838;
}

.feautre-activities {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.feautre-activities img {
  width: 37px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
}

div#left-panel-features-content {
  margin-top: 15px;
}

/* start new css */
.controller-img {
  width: 20px;
  cursor: pointer;
  padding: 0 8px;
}

.tool-bar-vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.right-panel-content {
  /* display: flex; */
  width: 0;
  /* height: 0; */
  background-color: #fff;
  transition: 0.5s;
}

.layer-active {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  color: #fff;
  border-radius: 10px 0px 0px 10px;
  /* width: inherit !important; */
  /* height: 30px; */
  background-color: blue;
  font-size: 0.7em;
  padding: 2px;
  transition: 0.5s;
}

.layer-label,
.activities-btn-label {
  /* display: none; */
  /* margin-right: 10px; */
  width: 62px;
  min-width: 60px;
  text-align: center;
}

.legend-label {
  width: 62px;
  min-width: 60px;
}

.show-layers-btn,
.show-layersList-btn,.show-navionics-btn {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  color: #fff;
  border-radius: 10px 0px 0px 10px;
  /* width: 90px; */
  width: 34px;
  height: 30px;
  background-color: #2d3955;
  font-size: 0.7em;
  padding: 2px;
  gap: 18px;
  margin-top: 3px;
  transition: 0.5s;
  align-self: flex-end;
}

.show-legend-btn {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  color: #fff;
  border-radius: 10px 0px 0px 10px;
  /* width: 90px; */
  width: 34px;
  height: 30px;
  background-color: #2d3955;
  font-size: 0.7em;
  padding: 2px;
  margin-top: 3px;
  gap: 18px;
  transition: 0.5s;
  align-self: flex-end;
}

.show-activities-btn {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  color: #fff;
  border-radius: 10px 0px 0px 10px;
  width: 34px;
  height: 30px;
  background-color: #2d3955;
  font-size: 0.7em;
  padding: 2px;
  margin-top: 3px;
  transition: 0.5s;
  align-self: flex-end;
}

.right-panel-window {
  position: relative;
  top: 35px;
  width: 0;
  /* max-height: calc(80vh - 225px); */
  max-height: 50vh;
  border-radius: 15px 0px 0px 15px;
  /* overflow-y: auto;
  overflow-x: hidden; */
}

.toogle-buttons-position {
  /* position: fixed;
  top: 30px;
  right: 243px; */
}

.toogle-buttons {
  /* position: fixed;
  top: 30px; */
  display: none;
  z-index: 9999;
  /* width: 94px; */
  width: max-content;
  transition: 0.5s;
  margin-bottom: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

#rightpanel-btns {
  z-index: 9999;
  /* display: flex; */
  /* transition: 1.5s; */
  width: 180px;
  /* flex-direction: row; */
  /* align-items: flex-start; */
  max-width: 320px;
  margin-top: 118px;
}

.layerslist-content {
  font-size: 0.8em;
  display: flex;
  width: 100%;
  /* overflow-y: auto; */
  font-family: "Verdana";
  flex-direction: column;
}

.speedmeter-content {
  display: flex;
  width: 51vh;
  /* height: 100%;
  overflow: auto; */
  font-family: "Verdana";
  flex-direction: column;
  font-size: 0.81em;
}

.legend-heading {
  text-align: center;
  background-color: #2d3955;
  color: white;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.81em !important;
}

.legend-content {
  /* display: flex; */
  width: 100%;
  border-radius: 15px 0px 0px 15px;
}

.speed-table-container {
  overflow: auto;
  height: 45vh;
  padding-bottom: 0px;
}

.speed-table-title,
.layers-list-title {
  position: sticky;
  z-index: 1;
  top: 1px;
  text-align: center;
  background-color: #2d3955;
  padding: 9px;
  color: white;
  border-radius: 10px 0px 0;
}

.speed-table-sub-title {
  padding: 8px 8px;
}

.table-heading-container {
  border-collapse: collapse;
  margin: 8px;
}

.table-heading-container td {
  border: 1px solid;
  padding: 4px;
}

.table-heading-container th {
  padding: 4px;
  color: #295597;
  border: 1px solid;
  font-family: "Verdana-bold";
}

.table-row {
  /* display: flex; */
  /* /* width: 100%; */
  /* gap: 18px; */
  /* padding: 4px 12px; */
  /* text-align: justify; */
  /* border-bottom: 1px solid; */
}

.area {
  width: 70%;
}

.max-speed {
  text-align: center;
}

.main-layer-title {
  display: flex;
  font-weight: bold;
  padding-bottom: 5px;
  flex-direction: column;
}

.ul-container {
  width: 100%;
  /* padding: 10px 0px 0px 0px; */
  margin: 0px;
  overflow-y: auto;
}

.ul-sub-container {
  padding: 0;
  display: none;
}

.eye-icon {
  padding-right: 10px;
  cursor: pointer;
  margin-top: 3px;
}

.arrow-icon {
  flex: 0;
  margin-top: 3px;
}

.layer-title {
  flex: 1;
  cursor: pointer;
  font-size: 0.85em;
  color: #072838;
  opacity: 1;
  display: flex;
  align-items: center;
  font-family: "Verdana-regular";
}

.sub-layer-title {
  flex: 1;
  padding-left: 23px;
  cursor: pointer;
  font-size: 0.75em;
  color: #072838;
  /* opacity: 0.5; */
  display: flex;
  align-items: center;
  font-family: "Verdana-regular";
}

.esri-legend__layer-cell--info {
  font-size: 0.8em;
  color: #072838;
  opacity: 0.7;
  font-family: "Verdana-regular";
}

.esri-legend__layer-caption {
  font-size: 0.81em;
  color: #072838;
  opacity: 1;
  font-family: "Verdana-regular";
}

.esri-legend__layer-cell {
  padding: 2px 2px 0px 2px !important;
}

.esri-legend__layer .esri-legend__layer-body {
  margin-left: 0px !important;
}

.esri-legend__layer-table {
  margin-bottom: 0px !important;
}

.esri-legend__layer-child-table {
  margin-bottom: 0px !important;
}

.esri-legend__layer-caption {
  padding: 2px 0 !important;
}

.show-all-layers {
  margin-top: 5px;
  margin-left: 25px;
  width: 200px !important;
  margin-bottom: 10px;
}

.feature-search-fields {
  color: #072838;
  font-family: "Verdana-regular";
  font-size: 13px;
}

.show-legend-btn-ar {
  flex-direction: row-reverse;
  border-radius: 0px 10px 10px 0px;
  align-self: auto;
}

.show-layers-btn-ar {
  flex-direction: row-reverse;
  border-radius: 0px 10px 10px 0px;
  align-self: auto;
}

.toogle-buttons-position-ar {
  right: 0;
  left: 0;
}

.esri-ui-bottom-right {
  bottom: 20px;
  right: 0;
}

.esri-ui-bottom-left,
.esri-ui-bottom-right {
  flex-flow: column;
}

.esri-ui-bottom-right .esri-component {
  margin-bottom: 6px;
}

.userTypeCB:disabled + label,
.facilitiesCB:disabled + label {
  cursor: default;
  pointer-events: none;
  color: #0000006e;
}

.layer-title-opacity {
  opacity: 0.5 !important;
}

/* 
.user-type-layers {
    display: flex;
    border: none;
    margin-bottom: 15px;
    cursor: pointer;
} */

img.user-type-layer-image {
  width: 25px;
}

.user-type-layer-name {
  align-self: center;
  margin-left: 10px;
}

/* end new css */

.show-activities-btn {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  color: #fff;
  border-radius: 10px 0px 0px 10px;
  /* width: 90px; */
  width: 34px;
  height: 30px;
  background-color: #2d3955;
  font-size: 0.7em;
  padding: 2px;
  margin-top: 3px;
}

.show-activities-btn-ar {
  flex-direction: row-reverse;
  border-radius: 0px 20px 20px 0px;
  align-self: auto;
}

.esri-ui-bottom-left .esri-component {
  margin-bottom: 3px;
}

.esri-ui-bottom-left.esri-ui-corner {
  bottom: 20px;
}

div#right-activities-list {
  overflow-y: hidden;
  overflow-x: hidden;
}

@media only screen and (min-width: 800px) {
  .layer-list-maincontainer {
    width: 18vw !important;
  }

  .show-activities-btn {
    display: none;
  }

  .esri-popup__main-container {
    border-radius: 15px;
  }

  .legend-content.esri-legend {
    max-height: 49vh;
  }
}

.mapinfo-window {
  display: flex;
  height: 200px;
  flex-flow: column;
  background-color: #fff;
  width: 290px;
  /*margin-top: 15px;
  margin-left: 15px;*/
  border-radius: 15px;
  position: absolute;
}

.map-info-header {
  /* width: 100%;		  */
  display: flex;
  justify-content: space-between;
  box-shadow: 0 4px 2px -1px #00000029;
  padding: 2px;
  background: #2d3955;
  border-radius: 15px 15px 0px 0px;
  /* max-width: 300px; */
}

/* .layer-name {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #fff;
  font-size: 0.85em;
  font-family: "Verdana-Bold";
  padding-top: 6px;
} */

.info-content {
  display: flex;
  justify-content: space-between;
  padding: 7px;
  gap: 16px;
  border-bottom: 1px solid #ececea;
  font-family: "Verdana";
  /* border-bottom: solid 1px rgba(110,110,110,0.3); */
}

.layer-alias {
  /* margin-right: 30px; */
  width: calc(40% - 8px);
  font-family: "Verdana-bold";
}

.layer-attribute {
  /* margin-right: 10px; */
  width: calc(60% - 8px);
}

.content-scroll {
  border-top: 1px solid #ececea;
  overflow-y: auto;
  /* max-width: 300px; */
}

/* end new css */

.toogle-buttons.toogle-buttons-position-ar.toogle-buttons-position {
  /* left: 219px !important; */
}

.rightpanel-btns-ar {
  /* flex-direction: row-reverse !important; */
}

.description {
  /* margin-top: 15px; */
  font-weight: bold;
  font-family: "Forza-English-Bold";
  font-size: 0.9em;
  color: #072838;
}

.result-count {
  display: flex;
  padding: 6px;
  border-radius: 4px;
  margin-top: 4px;
  justify-content: space-between;
  font-size: 0.9em;
}

.result-count p {
  margin: 0;
}

.esri-ui .esri-popup {
  border-radius: 15px;
}

.esri-view-width-xlarge .esri-popup__main-container {
  border-radius: 15px !important;
  max-width: 300px;
}

.esri-widget {
  border-radius: 15px;
}

.legend-img-size {
  width: 15px;
  height: 15px;
  padding-top: 4px;
}

.legend-no-img {
  display: none;
}

.img-legend {
  padding-right: 4px;
}

.esri-popup__header {
  display: none;
}

.esri-popup__content {
  margin: 0 !important;
  border-radius: 15px;
}

.l-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
}

/* loader-css */
@keyframes AD-Loader {
  0% {
    top: 89.76px;
    left: 89.76px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 179.52px;
    height: 179.52px;
    opacity: 0;
  }
}

.AD-Loader div {
  position: absolute;
  border-width: 12.24px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: AD-Loader 1.1363636363636365s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.AD-Loader div:nth-child(1) {
  border-color: #2d3955;
  animation-delay: 0s;
}

.AD-Loader div:nth-child(2) {
  border-color: #478ac9;
  animation-delay: -0.5681818181818182s;
}

.AD-Maritinme {
  width: 204px;
  height: 204px;
  display: inline-block;
  overflow: hidden;
  background: rgba(NaN, NaN, NaN, 0);
}

.AD-Loader {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.AD-Loader div {
  box-sizing: content-box;
}

.loader-container {
  position: absolute;
  top: 30%;
  left: 40%;
}

/* end loader-css */
.info-activity-content {
  display: flex;
  justify-content: space-between;
  padding: 7px;
  font-family: "Verdana";
}

.activity-yes {
  background-image: url("/MaritimeViewer/images/activity-yes.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.activity-no {
  background-image: url("/MaritimeViewer/images/activity-no.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.activity-info-content {
  display: flex;
  justify-content: space-between;
  font-family: "Verdana-regular";
  font-size: 1em;
}

.activity-info-column-1,
.activity-info-column-2 {
  display: flex;
  flex-flow: column;
  width: 50%;
}

.left-info-content-item {
  display: flex;
  margin: 10px 0px 0px 10px;
}

.right-info-content-item {
  display: flex;
  margin: 10px 10px 0px 0px;
}

.activity-title {
  padding: 5px;
  font-family: "Forza-English-Bold";
  /* border-bottom: solid 1px rgba(110,110,110,0.3); */
  color: #478ac9;
  font-weight: bold;
}

.radius-ar {
  border-radius: 0px 15px 15px 0px !important;
  direction: rtl;
  align-self: self-end;
}

.esri-ui .esri-attribution {
  display: none;
}

.esri-basemap-toggle {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
}

.esri-view .esri-view-surface--inset-outline:focus::after {
  outline: none !important;
}

.attribute-info-content {
  display: flex;
  justify-content: space-between;
  font-family: "Verdana-regular";
  font-size: 1em;
}

.attribute-info-column-1,
.attribute-info-column-2 {
  display: flex;
  flex-flow: column;
}

.font-bold {
  font-family: "Verdana-bold";
}

/*#maritimeupdatedTime{
  display: none;
  position: absolute;
    left: 50%;
    bottom: 0;
    font-family: 'Verdana-regular';
    font-size: 0.6em;
    background-color: #fff;
}*/
.esri-basemap-toggle__container {
  border-radius: 10px;
}

.esri-basemap-toggle__image--secondary {
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.esri-basemap-toggle-en {
  position: fixed;
  bottom: 40px;
  right: 60px;
}

.esri-basemap-toggle-ar {
  position: fixed;
  bottom: 40px;
  left: 60px;
}

.esri-basemap-toggle__container,
.esri-basemap-toggle__image {
  width: 40px !important;
  height: 40px !important;
}

.jetski-layer-switch {
  display: flex;
  justify-content: space-between;
}

.ie-content {
  display: none;
  position: fixed;
  left: 25%;
  top: 40%;
  z-index: 99999999;
  background: #478ac9;
  color: #fff;
  height: 40px;
  padding: 10px;
  text-align: center;
}

.jetski-arrow {
  flex: 0;
  margin-left: -7px;
}

.jetski-arrow-ar {
  flex: 0;
  margin-left: 0px !important;
}

h3.esri-widget__heading,
h4.esri-widget__heading,
h5.esri-widget__heading,
h6.esri-widget__heading {
  display: none;
}

/* terms and conditions css */
.maritime-terms {
  display: none;
}

.back-terms-conditions {
  width: 100%;
  height: 100%;
  background: #000000bf 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.terms-conditions {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  display: none;
}

.t-content {
  display: flex;
  flex-direction: column;
}

.parent-content {
  padding: 10px;
}

.en-terms-content {
  padding: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  max-height: 360px;
  overflow-y: auto;
  width: auto;
  max-width: 815px;
}

.ar-terms-content {
  display: none;
  padding: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  max-height: 360px;
  overflow-y: auto;
  width: auto;
  max-width: 815px;
}

.heading1 {
  /* text-align: left; */
  font-family: "Verdana-bold";
  letter-spacing: 0px;
  color: #252525;
  font-size: 12px;
}

.sub-heading1 {
  /* text-align: left; */
  font-family: "Forza-English-bold";
  letter-spacing: 0px;
  color: #072838;
  opacity: 1;
}

.sub-heading2 {
  /* text-align: left; */
  font-family: "Forza-English";
  letter-spacing: 0px;
  color: #072838;
  opacity: 1;
}

.sub-heading3 {
  /* text-align: left; */
  font-family: "Verdana";
  font-size: 11px;
  letter-spacing: 0px;
  color: #252525;
}

.agree-button-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  background: #478ac9 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 20px 20px;
  opacity: 1;
}

.eng-button {
  flex: 1;
  text-align: center;
  color: #fff;
  font-family: "Verdana-bold";
  font-size: 15px;
  cursor: pointer;
  display: none;
}

.ar-button {
  flex: 1;
  text-align: left;
  color: #fff;
  font-family: "Verdana-bold";
  font-size: 15px;
  cursor: pointer;
  display: none;
}

.agree-button {
  flex: 3;
  text-align: right;
}

.btn-agree {
  background: #072838 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  border: none;
  color: #fff;
  font-size: 10px;
  width: 150px;
  height: 35px;
  cursor: pointer;
}

.clickedbtn {
  text-decoration: underline;
}

.copyright-parent {
  display: none;
  position: absolute;
  bottom: 0;
  left: 42%;
}

.copyright {
  display: flex;
  flex-direction: row;
  font-family: "Verdana-regular";
  font-size: 0.6em;
  background-color: #fff;
  align-items: center;
  cursor: pointer;
}

.act-disclaim {
  padding-top: 5px;
  color: gray;
  font-style: italic;
}

.bmp-toogle-btn-container {
  height: 50px;
  position: fixed;
  bottom: 140px;
  right: 3px;
  border-radius: 8px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.bmp-toogle-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("https://gis.adports.ae/maritimeviewer/images/defaultbasemap.png");
  background-repeat: no-repeat;
  border-radius: 12px;
  border: 3px solid #fff;
}

.bmp-row-container {
  display: flex;
}

.esri-basemap-gallery__item-container {
  flex-flow: row wrap !important;
  display: none;
  max-height: 300px;
}

/* end terms and conditions css */
.speed-meter {
  width: 65%;
  height: 40px;
  /* padding-left: 72px; */
  font-size: 20px;
  text-align: center;
}

.speed-meter-head {
  width: 65%;
  height: 25px;
  text-align: center;
  /* padding-left: 36px; */
  font-size: 15px;
}

#rightpanel-btns .esri-legend__service {
  padding: 12px 15px !important;
}

.selectedImagesdiv {
  display: flex;
  /* overflow: auto; */
  width: 282px;
  /* height: 30px; */
  margin-top: 10px;
  flex-wrap: wrap;
}

.selectedImages {
  width: 37px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.flex-row-reverse-ar {
  /* flex-direction: row-reverse; */
}

.selectedImagesdHeading {
  font-weight: bold;
  font-family: "Forza-English-Bold";
  font-size: 0.9em;
  color: #072838;
}

.esri-icon-compass:before {
  content: none;
}

.esri-compass {
  background-image: url(../images/northArrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.filterclass{
	display:none !important
}